Skip to content
Failed

Console Output

Push event to branch pharo-9
23:03:23 Connecting to https://api.github.com using pharo-ci using token as pass
Obtained Jenkinsfile from 4a14a4a71d848f299385a80fe687d90ff94930ea
[Pipeline] Start of Pipeline
[Pipeline] properties
[Pipeline] node
Running on pharo-ci-jenkins2-osx2 in /builds/workspace/pharo-vm_pharo-9
[Pipeline] {
[Pipeline] cleanWs
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
[Pipeline] stage
[Pipeline] { (VM Unit Tests)
[Pipeline] dir
Running in /builds/workspace/pharo-vm_pharo-9/repository
[Pipeline] {
[Pipeline] checkout
The recommended git tool is: git
using credential pharo-ci-api-user-pass-token
Cloning the remote Git repository
Using shallow clone with depth 2
Cloning repository https://github.com/pharo-project/pharo-vm.git
 > git init /builds/workspace/pharo-vm_pharo-9/repository # timeout=10
Fetching upstream changes from https://github.com/pharo-project/pharo-vm.git
 > git --version # timeout=10
 > git --version # 'git version 2.24.1 (Apple Git-126)'
using GIT_ASKPASS to set credentials pharo-ci using token as pass
 > git fetch --tags --force --progress --depth=2 -- https://github.com/pharo-project/pharo-vm.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 4a14a4a71d848f299385a80fe687d90ff94930ea (pharo-9)
 > git config remote.origin.url https://github.com/pharo-project/pharo-vm.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4a14a4a71d848f299385a80fe687d90ff94930ea # timeout=10
Commit message: "Merge pull request #437 from pharo-project/MarcusDenker-patch-1"
 > git rev-list --no-walk 0a743f6137a2ef1d543649eebca7de5a3b7f419a # timeout=10
[Pipeline] stash
Stashed 2 file(s)
[Pipeline] sh
+ git tag --list --points-at HEAD
[Pipeline] echo
Extracted versionTag:  is release: false
[Pipeline] writeFile
[Pipeline] stash
Stashed 1 file(s)
[Pipeline] }
[Pipeline] // dir
[Pipeline] cmakeBuild
[runTests] $ /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -G "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository
-- CMAKE_GENERATOR=Unix Makefiles
-- Building version 9.0.15-4a14a4a7
-- Commit hash 4a14a4a7 : 2022-06-26 21:46:42 +0200
-- No user build settings.
-- 4a14a4a7 - Commit: 4a14a4a7 - Date: 2022-06-26 21:46:42 +0200
-- The C compiler identification is AppleClang 11.0.3.11030032
-- The CXX compiler identification is AppleClang 11.0.3.11030032
-- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/cc
-- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /Library/Developer/CommandLineTools/usr/bin/c++
-- Check for working CXX compiler: /Library/Developer/CommandLineTools/usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Compiling for architecture: x86_64
-- Full Platform name: Darwin-x86_64
-- Building Pharo with executable named Pharo
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of int
-- Check size of int - done
-- Check size of long
-- Check size of long - done
-- Check size of long long
-- Check size of long long - done
-- Check size of void*
-- Check size of void* - done
-- int 4
-- long 8
-- long long 8
-- void* 8
-- Writing libraries to: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
-- Looking for include file dirent.h
-- Looking for include file dirent.h - found
-- Looking for include file features.h
-- Looking for include file features.h - not found
-- Looking for include file unistd.h
-- Looking for include file unistd.h - found
-- Looking for include file ndir.h
-- Looking for include file ndir.h - not found
-- Looking for include file sys/ndir.h
-- Looking for include file sys/ndir.h - not found
-- Looking for include file sys/dir.h
-- Looking for include file sys/dir.h - found
-- Looking for include file sys/filio.h
-- Looking for include file sys/filio.h - found
-- Looking for include file sys/time.h
-- Looking for include file sys/time.h - found
-- Looking for include file execinfo.h
-- Looking for include file execinfo.h - found
-- Looking for include file dlfcn.h
-- Looking for include file dlfcn.h - found
-- Looking for dlopen in dl
-- Looking for dlopen in dl - found
-- Looking for dlopen in dyld
-- Looking for dlopen in dyld - not found
-- Performing Test HAVE_TM_GMTOFF
-- Performing Test HAVE_TM_GMTOFF - Success
-- Looking for include file sys/uuid.h
-- Looking for include file sys/uuid.h - not found
-- Looking for include file uuid/uuid.h
-- Looking for include file uuid/uuid.h - found
-- Looking for include file uuid.h
-- Looking for include file uuid.h - not found
-- Looking for uuidgen in uuid
-- Looking for uuidgen in uuid - not found
-- Looking for uuid_generate in uuid
-- Looking for uuid_generate in uuid - not found
Defining OSX VM to download for code generation
-- C Compiler: /Library/Developer/CommandLineTools/usr/bin/cc
-- C++ Compiler: /Library/Developer/CommandLineTools/usr/bin/c++
-- Resource Compiler: 
-- Looking for FFI in the system
-- Found FFI: /usr/lib/libffi.dylib  
-- Adding plugin: FilePlugin
-- Adding plugin: FileAttributesPlugin
-- Adding plugin: UUIDPlugin
-- Adding plugin: SocketPlugin
-- Adding plugin: SurfacePlugin
-- Adding plugin: FloatArrayPlugin
-- Adding plugin: LargeIntegers
-- Adding plugin: JPEGReaderPlugin
-- Adding plugin: JPEGReadWriter2Plugin
-- Adding plugin: MiscPrimitivePlugin
-- Adding plugin: B2DPlugin
-- Adding plugin: LocalePlugin
-- Adding plugin: SqueakSSL
-- Adding plugin: DSAPrims
-- Adding plugin: UnixOSProcessPlugin
-- Looking for Git2 in the system
-- Could NOT find libgit2 (missing: LIBGIT2_LIBRARY LIBGIT2_INCLUDE_PATH) 
-- Git2 not found.
-- Building LibGit2 with LibSSH 1.9.0
-- Downloading/updating LibSSH2
-- Configuring done
-- Generating done
-- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/LibSSH2-download
Scanning dependencies of target LibSSH2-download
[ 11%] Creating directories for 'LibSSH2-download'
[ 22%] Performing download step (git clone) for 'LibSSH2-download'
Cloning into 'LibSSH2-src'...
Note: switching to 'libssh2-1.9.0'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:

  git switch -c <new-branch-name>

Or undo this operation with:

  git switch -

Turn off this advice by setting config variable advice.detachedHead to false

HEAD is now at 42d37aa 1.9 Formatting
[ 33%] No patch step for 'LibSSH2-download'
[ 44%] Performing update step for 'LibSSH2-download'
[ 55%] No configure step for 'LibSSH2-download'
[ 66%] No build step for 'LibSSH2-download'
[ 77%] No install step for 'LibSSH2-download'
[ 88%] No test step for 'LibSSH2-download'
[100%] Completed 'LibSSH2-download'
[100%] Built target LibSSH2-download
-- Downloading/updating LibGit2
-- Configuring done
-- Generating done
-- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/LibGit2-download
Scanning dependencies of target LibGit2-download
[ 11%] Creating directories for 'LibGit2-download'
[ 22%] Performing download step (git clone) for 'LibGit2-download'
Cloning into 'LibGit2-src'...
Updating files:  18% (2108/11501)
Updating files:  19% (2186/11501)
Updating files:  20% (2301/11501)
Updating files:  21% (2416/11501)
Updating files:  22% (2531/11501)
Updating files:  23% (2646/11501)
Updating files:  24% (2761/11501)
Updating files:  25% (2876/11501)
Updating files:  26% (2991/11501)
Updating files:  27% (3106/11501)
Updating files:  28% (3221/11501)
Updating files:  29% (3336/11501)
Updating files:  30% (3451/11501)
Updating files:  31% (3566/11501)
Updating files:  32% (3681/11501)
Updating files:  33% (3796/11501)
Updating files:  34% (3911/11501)
Updating files:  35% (4026/11501)
Updating files:  36% (4141/11501)
Updating files:  36% (4222/11501)
Updating files:  37% (4256/11501)
Updating files:  38% (4371/11501)
Updating files:  39% (4486/11501)
Updating files:  40% (4601/11501)
Updating files:  41% (4716/11501)
Updating files:  42% (4831/11501)
Updating files:  43% (4946/11501)
Updating files:  44% (5061/11501)
Updating files:  45% (5176/11501)
Updating files:  46% (5291/11501)
Updating files:  47% (5406/11501)
Updating files:  48% (5521/11501)
Updating files:  49% (5636/11501)
Updating files:  50% (5751/11501)
Updating files:  51% (5866/11501)
Updating files:  52% (5981/11501)
Updating files:  53% (6096/11501)
Updating files:  54% (6211/11501)
Updating files:  55% (6326/11501)
Updating files:  56% (6441/11501)
Updating files:  57% (6556/11501)
Updating files:  58% (6671/11501)
Updating files:  59% (6786/11501)
Updating files:  60% (6901/11501)
Updating files:  60% (6992/11501)
Updating files:  61% (7016/11501)
Updating files:  62% (7131/11501)
Updating files:  63% (7246/11501)
Updating files:  64% (7361/11501)
Updating files:  65% (7476/11501)
Updating files:  66% (7591/11501)
Updating files:  67% (7706/11501)
Updating files:  68% (7821/11501)
Updating files:  69% (7936/11501)
Updating files:  70% (8051/11501)
Updating files:  71% (8166/11501)
Updating files:  72% (8281/11501)
Updating files:  73% (8396/11501)
Updating files:  74% (8511/11501)
Updating files:  75% (8626/11501)
Updating files:  76% (8741/11501)
Updating files:  77% (8856/11501)
Updating files:  78% (8971/11501)
Updating files:  79% (9086/11501)
Updating files:  79% (9110/11501)
Updating files:  80% (9201/11501)
Updating files:  81% (9316/11501)
Updating files:  82% (9431/11501)
Updating files:  83% (9546/11501)
Updating files:  84% (9661/11501)
Updating files:  85% (9776/11501)
Updating files:  86% (9891/11501)
Updating files:  87% (10006/11501)
Updating files:  88% (10121/11501)
Updating files:  89% (10236/11501)
Updating files:  90% (10351/11501)
Updating files:  91% (10466/11501)
Updating files:  92% (10581/11501)
Updating files:  93% (10696/11501)
Updating files:  94% (10811/11501)
Updating files:  95% (10926/11501)
Updating files:  96% (11041/11501)
Updating files:  97% (11156/11501)
Updating files:  98% (11271/11501)
Updating files:  98% (11347/11501)
Updating files:  99% (11386/11501)
Updating files: 100% (11501/11501)
Updating files: 100% (11501/11501), done.
Note: switching to 'v1.0.1'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:

  git switch -c <new-branch-name>

Or undo this operation with:

  git switch -

Turn off this advice by setting config variable advice.detachedHead to false

HEAD is now at 0ced29612 Merge pull request #5542 from libgit2/ethomson/1_0_1
[ 33%] No patch step for 'LibGit2-download'
[ 44%] Performing update step for 'LibGit2-download'
[ 55%] No configure step for 'LibGit2-download'
[ 66%] No build step for 'LibGit2-download'
[ 77%] No install step for 'LibGit2-download'
[ 88%] No test step for 'LibGit2-download'
[100%] Completed 'LibGit2-download'
[100%] Built target LibGit2-download
-- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) 
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE  
-- Performing Test HAVE_STRUCT_STAT_ST_MTIM
-- Performing Test HAVE_STRUCT_STAT_ST_MTIM - Failed
-- Performing Test HAVE_STRUCT_STAT_ST_MTIMESPEC
-- Performing Test HAVE_STRUCT_STAT_ST_MTIMESPEC - Success
-- Performing Test HAVE_STRUCT_STAT_MTIME_NSEC
-- Performing Test HAVE_STRUCT_STAT_MTIME_NSEC - Failed
-- Performing Test HAVE_STRUCT_STAT_NSEC
-- Performing Test HAVE_STRUCT_STAT_NSEC - Success
-- Performing Test IS_WALL_SUPPORTED
-- Performing Test IS_WALL_SUPPORTED - Success
-- Performing Test IS_WEXTRA_SUPPORTED
-- Performing Test IS_WEXTRA_SUPPORTED - Success
-- Performing Test IS_FVISIBILITY_HIDDEN_SUPPORTED
-- Performing Test IS_FVISIBILITY_HIDDEN_SUPPORTED - Success
-- Performing Test IS_WDOCUMENTATION_SUPPORTED
-- Performing Test IS_WDOCUMENTATION_SUPPORTED - Success
-- Performing Test IS_WNO_MISSING_FIELD_INITIALIZERS_SUPPORTED
-- Performing Test IS_WNO_MISSING_FIELD_INITIALIZERS_SUPPORTED - Success
-- Performing Test IS_WSTRICT_ALIASING_SUPPORTED
-- Performing Test IS_WSTRICT_ALIASING_SUPPORTED - Success
-- Performing Test IS_WSTRICT_PROTOTYPES_SUPPORTED
-- Performing Test IS_WSTRICT_PROTOTYPES_SUPPORTED - Success
-- Performing Test IS_WDECLARATION_AFTER_STATEMENT_SUPPORTED
-- Performing Test IS_WDECLARATION_AFTER_STATEMENT_SUPPORTED - Success
-- Performing Test IS_WSHIFT_COUNT_OVERFLOW_SUPPORTED
-- Performing Test IS_WSHIFT_COUNT_OVERFLOW_SUPPORTED - Success
-- Performing Test IS_WUNUSED_CONST_VARIABLE_SUPPORTED
-- Performing Test IS_WUNUSED_CONST_VARIABLE_SUPPORTED - Success
-- Performing Test IS_WUNUSED_FUNCTION_SUPPORTED
-- Performing Test IS_WUNUSED_FUNCTION_SUPPORTED - Success
-- Performing Test IS_WINT_CONVERSION_SUPPORTED
-- Performing Test IS_WINT_CONVERSION_SUPPORTED - Success
-- Performing Test IS_WFORMAT_SUPPORTED
-- Performing Test IS_WFORMAT_SUPPORTED - Success
-- Performing Test IS_WFORMAT_SECURITY_SUPPORTED
-- Performing Test IS_WFORMAT_SECURITY_SUPPORTED - Success
-- Looking for futimens
-- Looking for futimens - found
-- Checking prototype qsort_r for HAVE_QSORT_R_BSD - True
-- Checking prototype qsort_r for HAVE_QSORT_R_GNU - False
-- Looking for qsort_s
-- Looking for qsort_s - not found
-- Looking for clock_gettime in rt
-- Looking for clock_gettime in rt - not found
-- Could NOT find OpenSSL, try to set the path to OpenSSL root folder in the system variable OPENSSL_ROOT_DIR (missing: OPENSSL_INCLUDE_DIR) 
-- Found Security /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/Security.framework
-- Looking for SSLCreateContext in /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/Security.framework
-- Looking for SSLCreateContext in /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/Security.framework - found
-- Found CoreFoundation /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/CoreFoundation.framework
-- Could NOT find PCRE (missing: PCRE_INCLUDE_DIR) 
-- Looking for regcomp_l
-- Looking for regcomp_l - found
-- http-parser version 2 was not found or disabled; using bundled 3rd-party sources.
-- Performing Test IS_WIMPLICIT_FALLTHROUGH_1_SUPPORTED
-- Performing Test IS_WIMPLICIT_FALLTHROUGH_1_SUPPORTED - Failed
-- Found ZLIB: /usr/lib/libz.dylib (found version "1.2.11") 
-- LIBSSH2 not found. Set CMAKE_PREFIX_PATH if it is installed outside of the default search path.
-- Performing Test IS_WNO_IMPLICIT_FALLTHROUGH_SUPPORTED
-- Performing Test IS_WNO_IMPLICIT_FALLTHROUGH_SUPPORTED - Success
-- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) 
-- Could NOT find GSSAPI (missing: GSSAPI_LIBRARIES) 
-- Found GSS.framework /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/GSS.framework
-- Looking for iconv_open
-- Looking for iconv_open - not found
-- Found Iconv: -L/usr/lib -liconv
-- Enabled features:
 * nanoseconds, whether to use sub-second file mtimes and ctimes
 * tracing, tracing support
 * threadsafe, threadsafe support
 * HTTPS, using SecureTransport
 * SHA, using CollisionDetection
 * regex, using system regcomp_l
 * http-parser, http-parser support (bundled)
 * zlib, using system zlib
 * ntlmclient, NTLM authentication support for Unix
 * iconv, iconv encoding conversion support

-- Disabled features:
 * debugpool, debug pool allocator
 * SSH, SSH transport support
 * SPNEGO, SPNEGO authentication support

-- Looking for Freetype in the system
-- Could NOT find Freetype (missing: FREETYPE_LIBRARY FREETYPE_INCLUDE_DIRS) 
-- Freetype not found.
-- Building Freetype
-- Downloading/updating freetype
-- Configuring done
-- Generating done
-- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/freetype-download
Scanning dependencies of target freetype-download
[ 11%] Creating directories for 'freetype-download'
[ 22%] Performing download step (download, verify and extract) for 'freetype-download'
-- Downloading...
   dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/freetype-download/freetype-download-prefix/src/freetype-2.10.0.tar.gz'
   timeout='none'
-- Using src='https://download.savannah.gnu.org/releases/freetype/freetype-2.10.0.tar.gz'
-- [download 0% complete]
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/freetype-download/freetype-download-prefix/src/freetype-2.10.0.tar.gz'
     dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/freetype-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'freetype-download'
[ 44%] No update step for 'freetype-download'
[ 55%] No configure step for 'freetype-download'
[ 66%] No build step for 'freetype-download'
[ 77%] No install step for 'freetype-download'
[ 88%] No test step for 'freetype-download'
[100%] Completed 'freetype-download'
[100%] Built target freetype-download
-- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) 
-- Could NOT find harfbuzz (missing: HARFBUZZ_INCLUDE_DIRS HARFBUZZ_LIBRARIES) 
-- Could NOT find PNG (missing: PNG_LIBRARY PNG_PNG_INCLUDE_DIR) 
-- Found BZip2: /usr/lib/libbz2.dylib (found version "1.0.6") 
-- Looking for BZ2_bzCompressInit
-- Looking for BZ2_bzCompressInit - found
-- Looking for fcntl.h
-- Looking for fcntl.h - found
Adding third-party libraries for Darwin-x86_64: pixman-0.34.0
-- Downloading/updating pixman-0.34.0
-- Configuring done
-- Generating done
-- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/pixman-0.34.0-download
Scanning dependencies of target pixman-0.34.0-download
[ 11%] Creating directories for 'pixman-0.34.0-download'
[ 22%] Performing download step (download, verify and extract) for 'pixman-0.34.0-download'
-- Downloading...
   dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/pixman-0.34.0-download/pixman-0.34.0-download-prefix/src/pixman-0.34.0.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-x86_64/third-party/pixman-0.34.0.zip'
-- [download 0% complete]
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/pixman-0.34.0-download/pixman-0.34.0-download-prefix/src/pixman-0.34.0.zip'
     dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/pixman-0.34.0-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'pixman-0.34.0-download'
[ 44%] No update step for 'pixman-0.34.0-download'
[ 55%] No configure step for 'pixman-0.34.0-download'
[ 66%] No build step for 'pixman-0.34.0-download'
[ 77%] No install step for 'pixman-0.34.0-download'
[ 88%] No test step for 'pixman-0.34.0-download'
[100%] Completed 'pixman-0.34.0-download'
[100%] Built target pixman-0.34.0-download
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/pixman-0.34.0-src/libpixman-1.0.dylib
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/pixman-0.34.0-src/libpixman-1.dylib
Adding third-party libraries for Darwin-x86_64: cairo-1.15.4
-- Downloading/updating cairo-1.15.4
-- Configuring done
-- Generating done
-- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/cairo-1.15.4-download
Scanning dependencies of target cairo-1.15.4-download
[ 11%] Creating directories for 'cairo-1.15.4-download'
[ 22%] Performing download step (download, verify and extract) for 'cairo-1.15.4-download'
-- Downloading...
   dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/cairo-1.15.4-download/cairo-1.15.4-download-prefix/src/cairo-1.15.4.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-x86_64/third-party/cairo-1.15.4.zip'
-- [download 0% complete]
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/cairo-1.15.4-download/cairo-1.15.4-download-prefix/src/cairo-1.15.4.zip'
     dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/cairo-1.15.4-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'cairo-1.15.4-download'
[ 44%] No update step for 'cairo-1.15.4-download'
[ 55%] No configure step for 'cairo-1.15.4-download'
[ 66%] No build step for 'cairo-1.15.4-download'
[ 77%] No install step for 'cairo-1.15.4-download'
[ 88%] No test step for 'cairo-1.15.4-download'
[100%] Completed 'cairo-1.15.4-download'
[100%] Built target cairo-1.15.4-download
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/cairo-1.15.4-src/libcairo.2.dylib
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/cairo-1.15.4-src/libcairo.dylib
Adding third-party libraries for Darwin-x86_64: libpng-1.2.49
-- Downloading/updating libpng-1.2.49
-- Configuring done
-- Generating done
-- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/libpng-1.2.49-download
Scanning dependencies of target libpng-1.2.49-download
[ 11%] Creating directories for 'libpng-1.2.49-download'
[ 22%] Performing download step (download, verify and extract) for 'libpng-1.2.49-download'
-- Downloading...
   dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/libpng-1.2.49-download/libpng-1.2.49-download-prefix/src/libpng-1.2.49.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-x86_64/third-party/libpng-1.2.49.zip'
-- [download 5% complete]
-- [download 9% complete]
-- [download 13% complete]
-- [download 15% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 22% complete]
-- [download 25% complete]
-- [download 27% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 33% complete]
-- [download 35% complete]
-- [download 37% complete]
-- [download 39% complete]
-- [download 41% complete]
-- [download 43% complete]
-- [download 45% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 50% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 58% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 76% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/libpng-1.2.49-download/libpng-1.2.49-download-prefix/src/libpng-1.2.49.zip'
     dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/libpng-1.2.49-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'libpng-1.2.49-download'
[ 44%] No update step for 'libpng-1.2.49-download'
[ 55%] No configure step for 'libpng-1.2.49-download'
[ 66%] No build step for 'libpng-1.2.49-download'
[ 77%] No install step for 'libpng-1.2.49-download'
[ 88%] No test step for 'libpng-1.2.49-download'
[100%] Completed 'libpng-1.2.49-download'
[100%] Built target libpng-1.2.49-download
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/libpng-1.2.49-src/libpng12.0.dylib
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/libpng-1.2.49-src/libpng12.dylib
-- Looking for SDL2 in the system
-- Could NOT find SDL2 (missing: SDL2_LIBRARY SDL2_INCLUDE_DIR) 
-- SDL2 not found.
-- Building SDL2
-- Downloading/updating SDL2
-- Configuring done
-- Generating done
-- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/SDL2-download
Scanning dependencies of target SDL2-download
[ 11%] Creating directories for 'SDL2-download'
[ 22%] Performing download step (git clone) for 'SDL2-download'
Cloning into 'SDL2-src'...
Updating files:  92% (1219/1318)
Updating files:  93% (1226/1318)
Updating files:  94% (1239/1318)
Updating files:  95% (1253/1318)
Updating files:  96% (1266/1318)
Updating files:  97% (1279/1318)
Updating files:  98% (1292/1318)
Updating files:  99% (1305/1318)
Updating files: 100% (1318/1318)
Updating files: 100% (1318/1318), done.
Note: switching to 'v2.0.12'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:

  git switch -c <new-branch-name>

Or undo this operation with:

  git switch -

Turn off this advice by setting config variable advice.detachedHead to false

HEAD is now at 8ff4d3e Added vcruntime dependency to build on VS2019 as per in https://thomas.reiser.zone/building-sdl2-on-windows-with-vs2019/
[ 33%] No patch step for 'SDL2-download'
[ 44%] Performing update step for 'SDL2-download'
[ 55%] No configure step for 'SDL2-download'
[ 66%] No build step for 'SDL2-download'
[ 77%] No install step for 'SDL2-download'
[ 88%] No test step for 'SDL2-download'
[100%] Completed 'SDL2-download'
[100%] Built target SDL2-download
-- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) 
-- Performing Test HAVE_GCC_WALL
-- Performing Test HAVE_GCC_WALL - Success
-- Performing Test HAVE_GCC_NO_STRICT_ALIASING
-- Performing Test HAVE_GCC_NO_STRICT_ALIASING - Success
-- Performing Test HAVE_GCC_WDECLARATION_AFTER_STATEMENT
-- Performing Test HAVE_GCC_WDECLARATION_AFTER_STATEMENT - Success
-- Performing Test HAVE_GCC_WERROR_DECLARATION_AFTER_STATEMENT
-- Performing Test HAVE_GCC_WERROR_DECLARATION_AFTER_STATEMENT - Success
-- Performing Test HAVE_GCC_ATOMICS
-- Performing Test HAVE_GCC_ATOMICS - Success
-- Performing Test HAVE_GCC_PREFERRED_STACK_BOUNDARY
-- Performing Test HAVE_GCC_PREFERRED_STACK_BOUNDARY - Failed
-- Performing Test HAVE_GCC_FVISIBILITY
-- Performing Test HAVE_GCC_FVISIBILITY - Success
-- Performing Test HAVE_GCC_WSHADOW
-- Performing Test HAVE_GCC_WSHADOW - Success
-- Performing Test HAVE_MMX
-- Performing Test HAVE_MMX - Success
-- Performing Test HAVE_3DNOW
-- Performing Test HAVE_3DNOW - Success
-- Performing Test HAVE_SSE
-- Performing Test HAVE_SSE - Success
-- Performing Test HAVE_SSE2
-- Performing Test HAVE_SSE2 - Success
-- Performing Test HAVE_SSE3
-- Performing Test HAVE_SSE3 - Success
-- Looking for immintrin.h
-- Looking for immintrin.h - found
-- Performing Test HAVE_ALTIVEC_H_HDR
-- Performing Test HAVE_ALTIVEC_H_HDR - Failed
-- Performing Test HAVE_ALTIVEC
-- Performing Test HAVE_ALTIVEC - Failed
-- Performing Test ARMSIMD_FOUND
-- Performing Test ARMSIMD_FOUND - Failed
-- Performing Test ARMNEON_FOUND
-- Performing Test ARMNEON_FOUND - Failed
-- Looking for stdio.h
-- Looking for stdio.h - found
-- Looking for stdlib.h
-- Looking for stdlib.h - found
-- Looking for stdarg.h
-- Looking for stdarg.h - found
-- Looking for malloc.h
-- Looking for malloc.h - not found
-- Looking for memory.h
-- Looking for memory.h - found
-- Looking for string.h
-- Looking for string.h - found
-- Looking for limits.h
-- Looking for limits.h - found
-- Looking for strings.h
-- Looking for strings.h - found
-- Looking for wchar.h
-- Looking for wchar.h - found
-- Looking for inttypes.h
-- Looking for inttypes.h - found
-- Looking for ctype.h
-- Looking for ctype.h - found
-- Looking for math.h
-- Looking for math.h - found
-- Looking for iconv.h
-- Looking for iconv.h - found
-- Looking for signal.h
-- Looking for signal.h - found
-- Looking for libunwind.h
-- Looking for libunwind.h - found
-- Looking for 8 include files dlfcn.h, ..., float.h
-- Looking for 8 include files dlfcn.h, ..., float.h - found
-- Check size of size_t
-- Check size of size_t - done
-- Looking for M_PI
-- Looking for M_PI - found
-- Performing Test HAVE_MPROTECT
-- Performing Test HAVE_MPROTECT - Success
-- Looking for strtod
-- Looking for strtod - found
-- Looking for malloc
-- Looking for malloc - found
-- Looking for calloc
-- Looking for calloc - found
-- Looking for realloc
-- Looking for realloc - found
-- Looking for free
-- Looking for free - found
-- Looking for getenv
-- Looking for getenv - found
-- Looking for setenv
-- Looking for setenv - found
-- Looking for putenv
-- Looking for putenv - found
-- Looking for unsetenv
-- Looking for unsetenv - found
-- Looking for qsort
-- Looking for qsort - found
-- Looking for abs
-- Looking for abs - found
-- Looking for bcopy
-- Looking for bcopy - found
-- Looking for memset
-- Looking for memset - found
-- Looking for memcpy
-- Looking for memcpy - found
-- Looking for memmove
-- Looking for memmove - found
-- Looking for memcmp
-- Looking for memcmp - found
-- Looking for strlen
-- Looking for strlen - found
-- Looking for strlcpy
-- Looking for strlcpy - found
-- Looking for strlcat
-- Looking for strlcat - found
-- Looking for _strrev
-- Looking for _strrev - not found
-- Looking for _strupr
-- Looking for _strupr - not found
-- Looking for _strlwr
-- Looking for _strlwr - not found
-- Looking for strchr
-- Looking for strchr - found
-- Looking for strrchr
-- Looking for strrchr - found
-- Looking for strstr
-- Looking for strstr - found
-- Looking for strtok_r
-- Looking for strtok_r - found
-- Looking for itoa
-- Looking for itoa - not found
-- Looking for _ltoa
-- Looking for _ltoa - not found
-- Looking for _uitoa
-- Looking for _uitoa - not found
-- Looking for _ultoa
-- Looking for _ultoa - not found
-- Looking for strtol
-- Looking for strtol - found
-- Looking for strtoul
-- Looking for strtoul - found
-- Looking for _i64toa
-- Looking for _i64toa - not found
-- Looking for _ui64toa
-- Looking for _ui64toa - not found
-- Looking for strtoll
-- Looking for strtoll - found
-- Looking for strtoull
-- Looking for strtoull - found
-- Looking for atoi
-- Looking for atoi - found
-- Looking for atof
-- Looking for atof - found
-- Looking for strcmp
-- Looking for strcmp - found
-- Looking for strncmp
-- Looking for strncmp - found
-- Looking for _stricmp
-- Looking for _stricmp - not found
-- Looking for strcasecmp
-- Looking for strcasecmp - found
-- Looking for _strnicmp
-- Looking for _strnicmp - not found
-- Looking for strncasecmp
-- Looking for strncasecmp - found
-- Looking for wcscmp
-- Looking for wcscmp - found
-- Looking for wcsdup
-- Looking for wcsdup - found
-- Looking for wcslcat
-- Looking for wcslcat - found
-- Looking for wcslcpy
-- Looking for wcslcpy - found
-- Looking for wcslen
-- Looking for wcslen - found
-- Looking for wcsncmp
-- Looking for wcsncmp - found
-- Looking for wcsstr
-- Looking for wcsstr - found
-- Looking for sscanf
-- Looking for sscanf - found
-- Looking for vsscanf
-- Looking for vsscanf - found
-- Looking for vsnprintf
-- Looking for vsnprintf - found
-- Looking for fopen64
-- Looking for fopen64 - not found
-- Looking for fseeko
-- Looking for fseeko - found
-- Looking for fseeko64
-- Looking for fseeko64 - not found
-- Looking for sigaction
-- Looking for sigaction - found
-- Looking for setjmp
-- Looking for setjmp - found
-- Looking for nanosleep
-- Looking for nanosleep - found
-- Looking for sysconf
-- Looking for sysconf - found
-- Looking for sysctlbyname
-- Looking for sysctlbyname - found
-- Looking for getauxval
-- Looking for getauxval - not found
-- Looking for poll
-- Looking for poll - found
-- Looking for _Exit
-- Looking for _Exit - found
-- Looking for pow in m
-- Looking for pow in m - found
-- Looking for atan
-- Looking for atan - found
-- Looking for atan2
-- Looking for atan2 - found
-- Looking for atanf
-- Looking for atanf - found
-- Looking for atan2f
-- Looking for atan2f - found
-- Looking for ceil
-- Looking for ceil - found
-- Looking for ceilf
-- Looking for ceilf - found
-- Looking for copysign
-- Looking for copysign - found
-- Looking for copysignf
-- Looking for copysignf - found
-- Looking for cos
-- Looking for cos - found
-- Looking for cosf
-- Looking for cosf - found
-- Looking for exp
-- Looking for exp - found
-- Looking for expf
-- Looking for expf - found
-- Looking for fabs
-- Looking for fabs - found
-- Looking for fabsf
-- Looking for fabsf - found
-- Looking for floor
-- Looking for floor - found
-- Looking for floorf
-- Looking for floorf - found
-- Looking for fmod
-- Looking for fmod - found
-- Looking for fmodf
-- Looking for fmodf - found
-- Looking for log
-- Looking for log - found
-- Looking for logf
-- Looking for logf - found
-- Looking for log10
-- Looking for log10 - found
-- Looking for log10f
-- Looking for log10f - found
-- Looking for pow
-- Looking for pow - found
-- Looking for powf
-- Looking for powf - found
-- Looking for scalbn
-- Looking for scalbn - found
-- Looking for scalbnf
-- Looking for scalbnf - found
-- Looking for sin
-- Looking for sin - found
-- Looking for sinf
-- Looking for sinf - found
-- Looking for sqrt
-- Looking for sqrt - found
-- Looking for sqrtf
-- Looking for sqrtf - found
-- Looking for tan
-- Looking for tan - found
-- Looking for tanf
-- Looking for tanf - found
-- Looking for acos
-- Looking for acos - found
-- Looking for acosf
-- Looking for acosf - found
-- Looking for asin
-- Looking for asin - found
-- Looking for asinf
-- Looking for asinf - found
-- Looking for iconv_open in iconv
-- Looking for iconv_open in iconv - found
-- Performing Test HAVE_SA_SIGACTION
-- Performing Test HAVE_SA_SIGACTION - Success
-- Looking for dlopen
-- Looking for dlopen - found
-- Performing Test HAVE_FRAMEWORK_METAL
-- Performing Test HAVE_FRAMEWORK_METAL - Failed
-- Performing Test HAVE_PTHREADS
-- Performing Test HAVE_PTHREADS - Success
-- Performing Test HAVE_RECURSIVE_MUTEXES
-- Performing Test HAVE_RECURSIVE_MUTEXES - Success
-- Performing Test HAVE_PTHREADS_SEM
-- Performing Test HAVE_PTHREADS_SEM - Success
-- Performing Test HAVE_SEM_TIMEDWAIT
-- Performing Test HAVE_SEM_TIMEDWAIT - Failed
-- Performing Test HAVE_PTHREAD_NP_H
-- Performing Test HAVE_PTHREAD_NP_H - Failed
-- Looking for pthread_setname_np
-- Looking for pthread_setname_np - found
-- Looking for pthread_set_name_np
-- Looking for pthread_set_name_np - not found
-- 
-- SDL2 was configured with the following options:
-- 
-- Platform: Darwin-19.4.0
-- 64-bit:   TRUE
-- Compiler: /Library/Developer/CommandLineTools/usr/bin/cc
-- 
-- Subsystems:
--   Atomic:	ON
--   Audio:	ON
--   Video:	ON
--   Render:	ON
--   Events:	ON
--   Joystick:	ON
--   Haptic:	ON
--   Power:	ON
--   Threads:	ON
--   Timers:	ON
--   File:	ON
--   Loadso:	ON
--   CPUinfo:	ON
--   Filesystem:	ON
--   Dlopen:	ON
--   Sensor:	ON
-- 
-- Options:
--   3DNOW                  (Wanted: ON): ON
--   ALSA                   (Wanted: OFF): OFF
--   ALSA_SHARED            (Wanted: OFF): OFF
--   ALTIVEC                (Wanted: ON): OFF
--   ARMNEON                (Wanted: ON): OFF
--   ARMSIMD                (Wanted: ON): OFF
--   ARTS                   (Wanted: OFF): OFF
--   ARTS_SHARED            (Wanted: OFF): OFF
--   ASSEMBLY               (Wanted: ON): ON
--   ASSERTIONS             (Wanted: auto): auto
--   BACKGROUNDING_SIGNAL   (Wanted: OFF): OFF
--   CLOCK_GETTIME          (Wanted: OFF): OFF
--   DIRECTFB_SHARED        (Wanted: OFF): OFF
--   DIRECTX                (Wanted: OFF): OFF
--   DISKAUDIO              (Wanted: ON): ON
--   DUMMYAUDIO             (Wanted: ON): ON
--   ESD                    (Wanted: OFF): OFF
--   ESD_SHARED             (Wanted: OFF): OFF
--   FOREGROUNDING_SIGNAL   (Wanted: OFF): OFF
--   FUSIONSOUND            (Wanted: OFF): OFF
--   FUSIONSOUND_SHARED     (Wanted: OFF): OFF
--   GCC_ATOMICS            (Wanted: ON): ON
--   HIDAPI                 (Wanted: OFF): OFF
--   INPUT_TSLIB            (Wanted: OFF): OFF
--   JACK                   (Wanted: OFF): OFF
--   JACK_SHARED            (Wanted: OFF): OFF
--   KMSDRM_SHARED          (Wanted: OFF): OFF
--   LIBC                   (Wanted: ON): ON
--   LIBSAMPLERATE          (Wanted: OFF): OFF
--   LIBSAMPLERATE_SHARED   (Wanted: OFF): OFF
--   MMX                    (Wanted: ON): ON
--   NAS                    (Wanted: OFF): OFF
--   NAS_SHARED             (Wanted: OFF): OFF
--   OSS                    (Wanted: OFF): OFF
--   PTHREADS               (Wanted: ON): ON
--   PTHREADS_SEM           (Wanted: ON): ON
--   PULSEAUDIO             (Wanted: OFF): OFF
--   PULSEAUDIO_SHARED      (Wanted: OFF): OFF
--   RENDER_D3D             (Wanted: OFF): OFF
--   RENDER_METAL           (Wanted: 0): OFF
--   RPATH                  (Wanted: OFF): OFF
--   SDL_DLOPEN             (Wanted: ON): ON
--   SDL_STATIC_PIC         (Wanted: OFF): OFF
--   SDL_TEST               (Wanted: OFF): OFF
--   SNDIO                  (Wanted: OFF): OFF
--   SSE                    (Wanted: ON): ON
--   SSE2                   (Wanted: ON): ON
--   SSE3                   (Wanted: ON): ON
--   SSEMATH                (Wanted: ON): OFF
--   VIDEO_COCOA            (Wanted: ON): ON
--   VIDEO_DIRECTFB         (Wanted: OFF): OFF
--   VIDEO_DUMMY            (Wanted: ON): ON
--   VIDEO_KMSDRM           (Wanted: OFF): OFF
--   VIDEO_METAL            (Wanted: 0): OFF
--   VIDEO_OFFSCREEN        (Wanted: OFF): OFF
--   VIDEO_OPENGL           (Wanted: ON): ON
--   VIDEO_OPENGLES         (Wanted: ON): ON
--   VIDEO_RPI              (Wanted: OFF): OFF
--   VIDEO_VIVANTE          (Wanted: OFF): OFF
--   VIDEO_VULKAN           (Wanted: 0): OFF
--   VIDEO_WAYLAND          (Wanted: OFF): OFF
--   VIDEO_WAYLAND_QT_TOUCH (Wanted: OFF): OFF
--   VIDEO_X11              (Wanted: OFF): OFF
--   VIDEO_X11_XCURSOR      (Wanted: OFF): OFF
--   VIDEO_X11_XINERAMA     (Wanted: OFF): OFF
--   VIDEO_X11_XINPUT       (Wanted: OFF): OFF
--   VIDEO_X11_XRANDR       (Wanted: OFF): OFF
--   VIDEO_X11_XSCRNSAVER   (Wanted: OFF): OFF
--   VIDEO_X11_XSHAPE       (Wanted: OFF): OFF
--   VIDEO_X11_XVM          (Wanted: OFF): OFF
--   WASAPI                 (Wanted: OFF): OFF
--   WAYLAND_SHARED         (Wanted: OFF): OFF
--   X11_SHARED             (Wanted: OFF): OFF
-- 
--  CFLAGS:         -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -idirafter /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/SDL2-src/src/video/khronos
--  EXTRA_CFLAGS:  -D_THREAD_SAFE -msse3 -msse2 -msse -m3dnow -mmmx -Wshadow -fvisibility=hidden -Wdeclaration-after-statement -Werror=declaration-after-statement -fno-strict-aliasing -Wall 
--  EXTRA_LDFLAGS: -Wl,-undefined,error;-Wl,-compatibility_version,1.0.0;-Wl,-current_version,12.0.0
--  EXTRA_LIBS:    m;iconv;/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/CoreVideo.framework;/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/Cocoa.framework;/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/IOKit.framework;/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/ForceFeedback.framework;/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/Carbon.framework;/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/CoreAudio.framework;/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/AudioToolbox.framework;/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/AVFoundation.framework;/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/Foundation.framework
-- 
--  Build Shared Library: ON
--  Build Static Library: OFF
-- 
-- If something was not detected, although the libraries
-- were installed, then make sure you have set the
-- CFLAGS and LDFLAGS environment variables correctly.
-- 
-- Configuring done
CMake Warning (dev):
  Policy CMP0042 is not set: MACOSX_RPATH is enabled by default.  Run "cmake
  --help-policy CMP0042" for policy details.  Use the cmake_policy command to
  set the policy and suppress this warning.

  MACOSX_RPATH is not specified for the following targets:

   freetype

This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev):
  Policy CMP0068 is not set: RPATH settings on macOS do not affect
  install_name.  Run "cmake --help-policy CMP0068" for policy details.  Use
  the cmake_policy command to set the policy and suppress this warning.

  For compatibility with older versions of CMake, the install_name fields for
  the following targets are still affected by RPATH settings:

   B2DPlugin
   BitBltPlugin
   DSAPrims
   FileAttributesPlugin
   FilePlugin
   FloatArrayPlugin
   JPEGReadWriter2Plugin
   JPEGReaderPlugin
   LargeIntegers
   LocalePlugin
   MiscPrimitivePlugin
   PharoVMCore
   SDL2
   SocketPlugin
   SqueakSSL
   SurfacePlugin
   TestLibrary
   UUIDPlugin
   UnixOSProcessPlugin
   freetype
   git2

This warning is for project developers.  Use -Wno-dev to suppress it.

-- Generating done
-- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests
[Pipeline] dir
Running in /builds/workspace/pharo-vm_pharo-9/runTests
[Pipeline] {
[Pipeline] sh
+ VERBOSE=1
+ make vmmaker
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -S/builds/workspace/pharo-vm_pharo-9/repository -B/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests --check-build-system CMakeFiles/Makefile.cmake 0
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/Makefile2 vmmaker
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -S/builds/workspace/pharo-vm_pharo-9/repository -B/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests --check-build-system CMakeFiles/Makefile.cmake 0
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_progress_start /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/CMakeFiles 4
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/Makefile2 CMakeFiles/vmmaker.dir/all
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/build_vmmaker_get_vm-build.dir/build.make CMakeFiles/build_vmmaker_get_vm-build.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/CMakeFiles/build_vmmaker_get_vm-build.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/CMakeFiles/build_vmmaker_get_vm-build.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/CMakeFiles/build_vmmaker_get_vm-build.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/CMakeFiles/build_vmmaker_get_vm-build.dir/depend.internal".
Scanning dependencies of target build_vmmaker_get_vm-build
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/build_vmmaker_get_vm-build.dir/build.make CMakeFiles/build_vmmaker_get_vm-build.dir/build
[ 25%] Creating directories for 'build_vmmaker_get_vm'
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker/vm
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker/vm
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker/tmp
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker/src/build_vmmaker_get_vm-stamp
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker/src
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker/src/build_vmmaker_get_vm-stamp
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-mkdir
[ 25%] Performing download step (download, verify and extract) for 'build_vmmaker_get_vm'
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -P /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker/src/build_vmmaker_get_vm-stamp/download-build_vmmaker_get_vm.cmake
-- Downloading...
   dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker/src/PharoVM-9.0.11-9e688828-Darwin-x86_64-bin.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64-headless/Darwin-x86_64/PharoVM-9.0.11-9e688828-Darwin-x86_64-bin.zip'
-- [download 0% complete]
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- verifying file...
       file='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker/src/PharoVM-9.0.11-9e688828-Darwin-x86_64-bin.zip'
-- Downloading... done
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -P /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker/src/build_vmmaker_get_vm-stamp/verify-build_vmmaker_get_vm.cmake
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -P /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker/src/build_vmmaker_get_vm-stamp/extract-build_vmmaker_get_vm.cmake
-- extracting...
     src='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker/src/PharoVM-9.0.11-9e688828-Darwin-x86_64-bin.zip'
     dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker/vm'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-download
[ 25%] No patch step for 'build_vmmaker_get_vm'
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E echo_append
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-patch
[ 25%] Performing update step for 'build_vmmaker_get_vm'
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker/vm && echo

[ 25%] Performing configure step for 'build_vmmaker_get_vm'
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker/vm && echo

cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker/vm && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-configure
[ 50%] Performing build step for 'build_vmmaker_get_vm'
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker/vm && echo

cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker/vm && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-build
[ 50%] Built target build_vmmaker_get_vm-build
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/build_vmmaker_get_image.dir/build.make CMakeFiles/build_vmmaker_get_image.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/CMakeFiles/build_vmmaker_get_image.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/CMakeFiles/build_vmmaker_get_image.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/CMakeFiles/build_vmmaker_get_image.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/CMakeFiles/build_vmmaker_get_image.dir/depend.internal".
Scanning dependencies of target build_vmmaker_get_image
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/build_vmmaker_get_image.dir/build.make CMakeFiles/build_vmmaker_get_image.dir/build
[ 50%] Creating directories for 'build_vmmaker_get_image'
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker/image
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker/image
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker/tmp
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker/src/build_vmmaker_get_image-stamp
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker/src
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker/src/build_vmmaker_get_image-stamp
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-mkdir
[ 50%] Performing download step (download, verify and extract) for 'build_vmmaker_get_image'
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -P /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker/src/build_vmmaker_get_image-stamp/download-build_vmmaker_get_image.cmake
-- Downloading...
   dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker/src/Pharo10-SNAPSHOT.build.349.sha.3e26baf.arch.64bit.zip'
   timeout='none'
-- Using src='https://files.pharo.org/image/100/Pharo10-SNAPSHOT.build.349.sha.3e26baf.arch.64bit.zip'
-- [download 0% complete]
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- verifying file...
       file='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker/src/Pharo10-SNAPSHOT.build.349.sha.3e26baf.arch.64bit.zip'
-- Downloading... done
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -P /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker/src/build_vmmaker_get_image-stamp/verify-build_vmmaker_get_image.cmake
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -P /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker/src/build_vmmaker_get_image-stamp/extract-build_vmmaker_get_image.cmake
-- extracting...
     src='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker/src/Pharo10-SNAPSHOT.build.349.sha.3e26baf.arch.64bit.zip'
     dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker/image'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-download
[ 50%] No patch step for 'build_vmmaker_get_image'
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E echo_append
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-patch
[ 50%] Performing update step for 'build_vmmaker_get_image'
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker/image && echo

[ 75%] Performing configure step for 'build_vmmaker_get_image'
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker/image && echo

cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker/image && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-configure
[ 75%] Performing build step for 'build_vmmaker_get_image'
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker/image && /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker/vm/Contents/MacOS/Pharo --headless /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker/image/Pharo10-SNAPSHOT-64bit-3e26baf.image --no-default-preferences save VMMaker
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker/image && /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker/vm/Contents/MacOS/Pharo --headless /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker/image/VMMaker.image --no-default-preferences --save --quit /builds/workspace/pharo-vm_pharo-9/repository/scripts/installVMMaker.st /builds/workspace/pharo-vm_pharo-9/repository scpUrl
NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (defaultRemoteType is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (defaultRemoteType is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (defaultRemoteType is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (defaultRemoteType is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared)
MetacelloNotification: Fetched -> BaselineOfVMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Loading -> BaselineOfVMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Loaded -> BaselineOfVMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Loading baseline of BaselineOfVMMaker...
I got an error while cloning: There was an authentication error while trying to execute the operation: . 
This happens usually because you didn't provide a valid set of credentials. 
You may fix this problem in different ways: 

1. adding your keys to ssh-agent, executing ssh-add ~/.ssh/id_rsa in your command line.
2. adding your keys in settings (open settings browser search for "Use custom SSH keys" and
add your public and private keys).
3. using HTTPS instead SSH (Just use an url in the form HTTPS://etc.git). I will try to clone the HTTPS variant.
MetacelloNotification: Fetched -> BaselineOfLLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master]
MetacelloNotification: Loading -> BaselineOfLLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master]
MetacelloNotification: Loaded -> BaselineOfLLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master]
I got an error while cloning: There was an authentication error while trying to execute the operation: . 
This happens usually because you didn't provide a valid set of credentials. 
You may fix this problem in different ways: 

1. adding your keys to ssh-agent, executing ssh-add ~/.ssh/id_rsa in your command line.
2. adding your keys in settings (open settings browser search for "Use custom SSH keys" and
add your public and private keys).
3. using HTTPS instead SSH (Just use an url in the form HTTPS://etc.git). I will try to clone the HTTPS variant.
MetacelloNotification: Fetched -> BaselineOfUnicorn-CompatibleUserName.1639392057 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master]
MetacelloNotification: Loading -> BaselineOfUnicorn-CompatibleUserName.1639392057 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master]
MetacelloNotification: Loaded -> BaselineOfUnicorn-CompatibleUserName.1639392057 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master]
MetacelloNotification: Fetched -> Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Fetched -> Slang-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Fetched -> Melchor-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Project: Unicorn baseline
MetacelloNotification: Fetched -> Unicorn-CompatibleUserName.1639392057 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master]
MetacelloNotification: Project: LLVMDisassembler baseline
MetacelloNotification: Fetched -> LLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master]
MetacelloNotification: Fetched -> VMMakerLoadingDependencies-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Fetched -> Printf-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMaker-Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMakerCompatibilityForPharo6-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMakerTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMaker-MT-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMaker-Tools-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMaker-OriginalTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Fetched -> FileAttributesPlugin-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Loading -> Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
NewUndeclaredWarning: CCodeGenerator>>cLiteralForPrintfString: (PrintfFormatString is Undeclared)
NewUndeclaredWarning: CCodeGenerator>>removeAssertions (Sensor is Undeclared)
SystemNotification: TMethod>>methodIsEffectivelyComplete:in:(selector is shadowed)
NewUndeclaredWarning: VMMaker>>createCodeGenerator (MLVMCCodeGenerator is Undeclared)
NewUndeclaredWarning: VMMaker>>primitiveCopyFileNamed:to: (FileStream is Undeclared)
NewUndeclaredWarning: VMMaker>>primitiveCopyFileNamed:to: (FileStream is Undeclared)
MetacelloNotification: Loaded -> Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> Slang-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loaded -> Slang-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> Melchor-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
NewUndeclaredWarning: VMPluginCodeGenerator>>sizeOfIntegralCType: (BytesPerWord is Undeclared)
MetacelloNotification: Loaded -> Melchor-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Starting atomic load
NewUndeclaredWarning: UcARMRegisters class>>eflags (UC_ARM_REG_EFLAGS is Undeclared)
MetacelloNotification: 	Loaded -> Unicorn-CompatibleUserName.1639392057 --- https://github.com/guillep/pharo-unicorn.git[master] --- cache
MetacelloNotification: Finished atomic load
MetacelloNotification: Starting atomic load
SystemNotification: LLVMDisassembler>>setOptions:(options is shadowed)
MetacelloNotification: 	Loaded -> LLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- cache
MetacelloNotification: Finished atomic load
MetacelloNotification: Loading -> VMMakerLoadingDependencies-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
NewUndeclaredWarning: TranscriptStream class>>redirectToStdOut: (FileStream is Undeclared)
NewUndeclaredWarning: TranscriptStream>>codePaneMenu:shifted: (SmalltalkEditor is Undeclared)
NewUndeclaredWarning: TranscriptStream>>codePaneMenu:shifted: (SmalltalkEditor is Undeclared)
NewUndeclaredWarning: TranscriptStream>>target (FileStream is Undeclared)
MetacelloNotification: Loaded -> VMMakerLoadingDependencies-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> Printf-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loaded -> Printf-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
NewUndeclaredWarning: DetailedInstructionPrinter>>printInstructionsOn: (fullBlockRecursionSelector is Undeclared)
SystemNotification: CogStackPageSurrogate>>addressIsInPage:(address is shadowed)
NewUndeclaredWarning: SmalltalkImage>>simulatePrimitive:args: (FileExistsException is Undeclared)
NewUndeclaredWarning: FakeStdinStream>>next (ActiveHand is Undeclared)
NewUndeclaredWarning: Cogit class>>genAndDis:options: (Compiler is Undeclared)
NewUndeclaredWarning: Cogit class>>initializeMiscConstants (UnicornProcessor is Undeclared)
NewUndeclaredWarning: Cogit>>initializeProcessor (MultiProcessor is Undeclared)
NewUndeclaredWarning: Cogit>>setClickStepBreakBlock (Debugger is Undeclared)
NewUndeclaredWarning: Cogit>>simulateCogCodeAt: (ProcessorSimulationTrap is Undeclared)
SystemNotification: RegisterAllocatingCogit>>resolveConflicts:with:to:(simStackPtr is shadowed)
NewUndeclaredWarning: StackToRegisterMappingCogit>>widthInDefaultFontOf: (NewParagraph is Undeclared)
NewUndeclaredWarning: ADPCMCodecPlugin class>>monticelloDescription (ADPCMCodec is Undeclared)
NewUndeclaredWarning: ADPCMCodecPlugin class>>translatedPrimitives (ADPCMCodec is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>fileOpenName:size:write: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>fileOpenName:size:write: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>fileOpenNewName:size: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>fileOpenNewName:size: (FileExistsException is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileDeleteName:Size: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileDeleteName:Size: (FileDirectory is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (FileDirectory is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (FileDirectory is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (FileDirectory is Undeclared)
NewUndeclaredWarning: IA32ABIPlugin>>primCalloc (Alien is Undeclared)
NewUndeclaredWarning: IA32ABIPlugin>>primMalloc (Alien is Undeclared)
NewUndeclaredWarning: InterpreterPlugin class>>allCodeOlderThan: (TimeStamp is Undeclared)
NewUndeclaredWarning: InterpreterPlugin class>>buildCodeGenerator (VMMakerConfiguration is Undeclared)
NewUndeclaredWarning: InterpreterPlugin class>>buildCodeGeneratorForVMClass: (VMMakerConfiguration is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>compressStructSize (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>decompressStructSize (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>errorMgr2StructSize (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primImageHeight: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primImageNumComponents: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primImageWidth: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGPluginIsPresent (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGReadHeader:fromByteArray:size:errorMgrReadHeader: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGReadImagefromByteArrayonFormdoDitheringerrorMgrReadScanlines:_:_:_:_:_:_:_:_: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGWriteImageonByteArrayformqualityprogressiveJPEGerrorMgrWriteScanlines:_:_:_:_:_:_:_:_:_:_:_: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: TestOSAPlugin>>primOpenDefaultConfiguration:subtype: (ComponentInstance is Undeclared)
NewUndeclaredWarning: SoundGenerationPlugin class>>monticelloDescription (AbstractSound is Undeclared)
NewUndeclaredWarning: SoundGenerationPlugin class>>translatedPrimitives (AbstractSound is Undeclared)
NewUndeclaredWarning: StackInterpreter class>>patchInterpGCCPPC: (FileStream is Undeclared)
NewUndeclaredWarning: StackInterpreter class>>primitiveAccessorDepthTable (VMMakerConfiguration is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>codeGeneratorToComputeAccessorDepth (VMMakerConfiguration is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>ensureMultiThreadingOverridesAreUpToDate (Parser is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>ioMousePoint (Sensor is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>ioRelinquishProcessorForMicroseconds: (Sensor is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>logOfBytesVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>logOfBytesWrite:toFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>logOfSendsVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>logOfSendsWrite:toFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorph (SimulatorImageMorph is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorph (SimulatorEventTransformer is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorph (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorph (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorphNoTranscript (SimulatorImageMorph is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorphNoTranscript (SimulatorEventTransformer is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorphNoTranscript (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>setBreakBlockFromString: (Compiler is Undeclared)
SystemNotification: CogVMSimulator>>testBreakCount:printSends:printFrames:printBytecodes:(breakCount is shadowed)
NewUndeclaredWarning: StackMTInterpreterSimulator>>ioMousePoint (Sensor is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>ioRelinquishProcessorForMicroseconds: (Sensor is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>logOfBytesVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>logOfBytesWrite:toFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>logOfSendsVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>logOfSendsWrite:toFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (SimulatorImageMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (SimulatorEventTransformer is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorphNoTranscript (SimulatorImageMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorphNoTranscript (SimulatorEventTransformer is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorphNoTranscript (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsSimulatorMorph (SimulatorMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsSimulatorMorph (SimulatorMorph is Undeclared)
SystemNotification: StackMTInterpreterSimulator>>runAtEachStep:breakCount:(breakCount is shadowed)
NewUndeclaredWarning: StackMTInterpreterSimulator>>setClickStepBreakBlock (Debugger is Undeclared)
SystemNotification: StackMTInterpreterSimulator>>testBreakCount:printSends:printFrames:printBytecodes:(breakCount is shadowed)
NewUndeclaredWarning: StackInterpreterSimulator>>codeGeneratorToComputeAccessorDepth (VMMakerConfiguration is Undeclared)
NewUndeclaredWarning: StackInterpreterSimulator>>ioMousePoint (Sensor is Undeclared)
NewUndeclaredWarning: StackInterpreterSimulator>>ioRelinquishProcessorForMicroseconds: (Sensor is Undeclared)
NewUndeclaredWarning: StackInterpreterSimulator>>logOfBytesVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackInterpreterSimulator>>logOfBytesWrite:toFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackInterpreterSimulator>>logOfSendsVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackInterpreterSimulator>>logOfSendsWrite:toFileNamed:fromStart: (FileStream is Undeclared)
SystemNotification: StackInterpreterSimulator>>runAtEachStep:breakCount:(breakCount is shadowed)
NewUndeclaredWarning: StackInterpreterSimulator>>setClickStepBreakBlock (Debugger is Undeclared)
SystemNotification: StackInterpreterSimulator>>testBreakCount:printSends:printFrames:printBytecodes:(breakCount is shadowed)
NewUndeclaredWarning: VMStructType class>>checkGenerateSurrogate:bytesPerWord: (BytesPerWord is Undeclared)
NewUndeclaredWarning: VMStructType class>>checkGenerateSurrogate:bytesPerWord: (BytesPerWord is Undeclared)
NewUndeclaredWarning: VMStructType class>>checkGenerateSurrogate:bytesPerWord: (BytesPerWord is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFBitBltLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFFormLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFEdgeDataTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFFillDataTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFWrongState is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadSpanBufferFrom: (GEFClassMismatch is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferIsInteger is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferIsPointers is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferBadMagic is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferWrongSize is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferStartWrong is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveAddActiveEdgeEntry (GEFEdgeDataTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveAddActiveEdgeEntry (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveAddActiveEdgeEntry (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveChangedActiveEdgeEntry (GEFEdgeDataTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveCopyBuffer (GEFClassMismatch is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveCopyBuffer (GEFSizeMismatch is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveDisplaySpanBuffer (GEFBitBltLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveGetFailureReason (GEFEngineIsInteger is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveGetFailureReason (GEFEngineIsWords is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveGetFailureReason (GEFEngineTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveInitializeProcessing (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFFillDataTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveNextFillEntry (GEFFormLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveNextFillEntry (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveNextFillEntry (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveNextGlobalEdgeEntry (GEFWrongEdge is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalEdge (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalEdge (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalEdge (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalFill (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveSetColorTransform (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFAlreadyFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFEngineIsInteger is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFEngineIsWords is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFEngineTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom:requiredState: (GEFWrongState is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom:requiredState:or: (GEFWrongState is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezier (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezier (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezier (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBitmapFill (GEFBadPoint is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBitmapFill (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBitmapFill (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFEntityCheckFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddGradientFill (GEFBadPoint is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddGradientFill (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddGradientFill (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFBadPoint is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFBadPoint is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFBadPoint is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFEntityLoadFailed is Undeclared)
MetacelloNotification: Loaded -> VMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loaded -> VMMaker-Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMakerCompatibilityForPharo6-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
NewUndeclaredWarning: OCAbstractScope>>childrenDo:after:suchThat: (children is Undeclared)
NewUndeclaredWarning: OCAbstractScope>>childrenDo:after:suchThat: (children is Undeclared)
NewUndeclaredWarning: OCAbstractScope>>childrenDo:suchThat: (children is Undeclared)
NewUndeclaredWarning: OCAbstractScope>>childrenDo:suchThat: (children is Undeclared)
NewUndeclaredWarning: DisplayText class>>example (Sensor is Undeclared)
NewUndeclaredWarning: DisplayText class>>example (Sensor is Undeclared)
NewUndeclaredWarning: DisplayText class>>text: (DefaultTextStyle is Undeclared)
MetacelloNotification: Loaded -> VMMakerCompatibilityForPharo6-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMakerTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
NewUndeclaredWarning: ProcessorSimulator>>stackValues (VMMachineCodeDebuggerStackItem is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>arg0Register (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>arg1Register (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>baseRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>cResultRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>carg0Register (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>carg1Register (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>carg2Register (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>carg3Register (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>classRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>disassembler (LLVMRV64Disassembler is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>doublePrecisionFloatingPointRegister0 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>doublePrecisionFloatingPointRegister1 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>doublePrecisionFloatingPointRegister2 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f0 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f1 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f10 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f11 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f12 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f13 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f14 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f15 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f16 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f17 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f18 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f19 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f2 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f20 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f21 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f22 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f23 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f24 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f25 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f26 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f27 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f28 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f29 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f3 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f30 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f31 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f4 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f5 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f6 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f7 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f8 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f9 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>flagCarryRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>flagOverflowRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>flagSignRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>flagZeroRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>framePointerRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>instructionPointerRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>linkRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>mstatus (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>receiverRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s0 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s0: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s2 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s2: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s7 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s7: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s8 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s8: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s9 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s9: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>sendNumberOfArgumentsRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>stackPointerRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t0 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t0: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t1 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t1: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t2 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t2: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t3 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t3: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t4 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t4: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t5 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t5: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t6 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t6: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>temporaryRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x0 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x1 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x10 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x11 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x12 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x13 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x14 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x15 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x16 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x17 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x18 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x19 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x2 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x20 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x21 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x22 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x23 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x24 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x25 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x26 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x27 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x28 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x29 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x3 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x30 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x31 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x4 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x5 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x6 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x7 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x8 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x9 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: VMFrameBuilder>>gtInspectorItemsIn: (GTObjectPrinter is Undeclared)
NewUndeclaredWarning: VMFrameBuilder>>gtInspectorItemsIn: (GTObjectPrinter is Undeclared)
NewUndeclaredWarning: VMBytecodeMethod>>encoderClass (EncoderForV3PlusClosures is Undeclared)
NewUndeclaredWarning: VMSimpleStackBasedCogitAbstractTest>>openMachineDebuggerAt: (VMMachineCodeDebugger is Undeclared)
MetacelloNotification: Loaded -> VMMakerTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-MT-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
NewUndeclaredWarning: VMMTTests>>testHeartbeatReleasesVMWhenNoProcessIsWilling (CAContinuation is Undeclared)
NewUndeclaredWarning: VMMTTests>>testTryOwningOwnedVMLeavesThreadInWaitingState (CAContinuation is Undeclared)
NewUndeclaredWarning: VMMockCogThreadManager>>ioWaitOnOSSemaphore: (CAContinuation is Undeclared)
MetacelloNotification: Loaded -> VMMaker-MT-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-Tools-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
NewUndeclaredWarning: SimulatorMorph>>callStackPanel (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorph>>commandPanel (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorph>>contextPanel (ObjectExplorerWrapper is Undeclared)
NewUndeclaredWarning: SimulatorMorph>>initializeWithVMSimulator:title:aTranscript: (SimulatorMorphicModel is Undeclared)
NewUndeclaredWarning: SimulatorMorph>>stackPanel (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorph>>transcriptPanel (PluggableTextMorph is Undeclared)
MetacelloNotification: Loaded -> VMMaker-Tools-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-OriginalTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
NewUndeclaredWarning: SpurImageTestResource class>>preenImage (Spur32BitPreen is Undeclared)
NewUndeclaredWarning: SpurPlanningCompactorTests class>>preenImage (Spur32BitPreen is Undeclared)
SystemNotification: FloatMathPluginTests>>makeTestData:using:seed:rounds:(seed is shadowed)
NewUndeclaredWarning: FloatMathPluginTests>>makeTestData:using:seed:rounds: (FileStream is Undeclared)
NewUndeclaredWarning: FloatMathPluginTests>>makeTestData:using:seed:rounds: (Sensor is Undeclared)
SystemNotification: FloatMathPluginTests>>verifyTestData:using:(seed is shadowed)
NewUndeclaredWarning: FloatMathPluginTests>>verifyTestData:using: (FileStream is Undeclared)
NewUndeclaredWarning: FloatMathPluginTests>>verifyTestData:using: (Sensor is Undeclared)
NewUndeclaredWarning: IncludedMethodsTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared)
NewUndeclaredWarning: IncludedMethodsTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2PluginTest>>testPluginPresent (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2PluginTest>>testPrimJPEGReadImage (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2PluginTest>>testPrimJPEGWriteImage (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2PluginTest>>testPrimJPEGWriteImage (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: MiscPrimitivePluginTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared)
NewUndeclaredWarning: MiscPrimitivePluginTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared)
NewUndeclaredWarning: CogARMCompilerTests>>processor (GdbARMAlien is Undeclared)
NewUndeclaredWarning: CogIA32CompilerTests>>processor (BochsIA32Alien is Undeclared)
NewUndeclaredWarning: CogMIPSELCompilerTests>>processor (MIPSELSimulator is Undeclared)
NewUndeclaredWarning: CogX64CompilerTests>>processor (BochsX64Alien is Undeclared)
MetacelloNotification: Loaded -> VMMaker-OriginalTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> FileAttributesPlugin-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loaded -> FileAttributesPlugin-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: ...finished baseline
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker/image && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-build
[100%] Performing install step for 'build_vmmaker_get_image'
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker/image && echo

cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker/image && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-install
[100%] Completed 'build_vmmaker_get_image'
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/CMakeFiles
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/CMakeFiles/build_vmmaker_get_image-complete
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-done
[100%] Built target build_vmmaker_get_image
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/vmmaker.dir/build.make CMakeFiles/vmmaker.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/CMakeFiles/vmmaker.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/CMakeFiles/vmmaker.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/CMakeFiles/vmmaker.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/CMakeFiles/vmmaker.dir/depend.internal".
Scanning dependencies of target vmmaker
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/vmmaker.dir/build.make CMakeFiles/vmmaker.dir/build
make[3]: Nothing to be done for `CMakeFiles/vmmaker.dir/build'.
[100%] Built target vmmaker
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_progress_start /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/CMakeFiles 0
[Pipeline] dir
Running in /builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker
[Pipeline] {
[Pipeline] sh
+ wget https://files.pharo.org/vm/pharo-spur64/Darwin-x86_64/third-party/libllvm-full.zip
--2022-06-26 23:06:11--  https://files.pharo.org/vm/pharo-spur64/Darwin-x86_64/third-party/libllvm-full.zip
Resolving files.pharo.org (files.pharo.org)... 164.132.235.17
Connecting to files.pharo.org (files.pharo.org)|164.132.235.17|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 46262593 (44M) [application/zip]
Saving to: ‘libllvm-full.zip’

     0K .......... .......... .......... .......... ..........  0% 3.88M 11s
    50K .......... .......... .......... .......... ..........  0% 9.45M 8s
   100K .......... .......... .......... .......... ..........  0% 19.2M 6s
   150K .......... .......... .......... .......... ..........  0% 14.2M 5s
   200K .......... .......... .......... .......... ..........  0% 38.2M 4s
   250K .......... .......... .......... .......... ..........  0% 9.16M 5s
   300K .......... .......... .......... .......... ..........  0% 51.9M 4s
   350K .......... .......... .......... .......... ..........  0% 56.9M 4s
   400K .......... .......... .......... .......... ..........  0% 31.0M 3s
   450K .......... .......... .......... .......... ..........  1% 11.9M 3s
   500K .......... .......... .......... .......... ..........  1% 55.4M 3s
   550K .......... .......... .......... .......... ..........  1% 58.1M 3s
   600K .......... .......... .......... .......... ..........  1% 12.1M 3s
   650K .......... .......... .......... .......... ..........  1% 37.0M 3s
   700K .......... .......... .......... .......... ..........  1% 82.6M 3s
   750K .......... .......... .......... .......... ..........  1%  116M 3s
   800K .......... .......... .......... .......... ..........  1% 12.3M 3s
   850K .......... .......... .......... .......... ..........  1% 41.0M 3s
   900K .......... .......... .......... .......... ..........  2% 25.9M 2s
   950K .......... .......... .......... .......... ..........  2% 95.6M 2s
  1000K .......... .......... .......... .......... ..........  2% 15.8M 2s
  1050K .......... .......... .......... .......... ..........  2% 45.4M 2s
  1100K .......... .......... .......... .......... ..........  2% 32.6M 2s
  1150K .......... .......... .......... .......... ..........  2% 78.9M 2s
  1200K .......... .......... .......... .......... ..........  2% 16.9M 2s
  1250K .......... .......... .......... .......... ..........  2% 32.6M 2s
  1300K .......... .......... .......... .......... ..........  2% 43.9M 2s
  1350K .......... .......... .......... .......... ..........  3% 41.6M 2s
  1400K .......... .......... .......... .......... ..........  3% 78.9M 2s
  1450K .......... .......... .......... .......... ..........  3% 13.4M 2s
  1500K .......... .......... .......... .......... ..........  3% 81.5M 2s
  1550K .......... .......... .......... .......... ..........  3% 50.4M 2s
  1600K .......... .......... .......... .......... ..........  3% 51.7M 2s
  1650K .......... .......... .......... .......... ..........  3% 22.0M 2s
  1700K .......... .......... .......... .......... ..........  3% 31.2M 2s
  1750K .......... .......... .......... .......... ..........  3% 41.8M 2s
  1800K .......... .......... .......... .......... ..........  4% 51.2M 2s
  1850K .......... .......... .......... .......... ..........  4% 27.5M 2s
  1900K .......... .......... .......... .......... ..........  4% 66.5M 2s
  1950K .......... .......... .......... .......... ..........  4% 26.0M 2s
  2000K .......... .......... .......... .......... ..........  4% 35.2M 2s
  2050K .......... .......... .......... .......... ..........  4% 68.1M 2s
  2100K .......... .......... .......... .......... ..........  4% 38.5M 2s
  2150K .......... .......... .......... .......... ..........  4% 43.2M 2s
  2200K .......... .......... .......... .......... ..........  4% 27.8M 2s
  2250K .......... .......... .......... .......... ..........  5% 44.7M 2s
  2300K .......... .......... .......... .......... ..........  5% 43.0M 2s
  2350K .......... .......... .......... .......... ..........  5% 43.3M 2s
  2400K .......... .......... .......... .......... ..........  5%  110M 2s
  2450K .......... .......... .......... .......... ..........  5% 19.7M 2s
  2500K .......... .......... .......... .......... ..........  5% 43.7M 2s
  2550K .......... .......... .......... .......... ..........  5% 41.2M 2s
  2600K .......... .......... .......... .......... ..........  5% 39.8M 2s
  2650K .......... .......... .......... .......... ..........  5%  101M 2s
  2700K .......... .......... .......... .......... ..........  6% 19.6M 2s
  2750K .......... .......... .......... .......... ..........  6%  105M 2s
  2800K .......... .......... .......... .......... ..........  6% 75.6M 2s
  2850K .......... .......... .......... .......... ..........  6% 21.3M 2s
  2900K .......... .......... .......... .......... ..........  6%  105M 2s
  2950K .......... .......... .......... .......... ..........  6% 45.8M 2s
  3000K .......... .......... .......... .......... ..........  6% 34.4M 2s
  3050K .......... .......... .......... .......... ..........  6% 47.6M 1s
  3100K .......... .......... .......... .......... ..........  6% 43.9M 1s
  3150K .......... .......... .......... .......... ..........  7%  115M 1s
  3200K .......... .......... .......... .......... ..........  7% 37.4M 1s
  3250K .......... .......... .......... .......... ..........  7% 20.7M 1s
  3300K .......... .......... .......... .......... ..........  7%  172M 1s
  3350K .......... .......... .......... .......... ..........  7%  122M 1s
  3400K .......... .......... .......... .......... ..........  7% 59.2M 1s
  3450K .......... .......... .......... .......... ..........  7% 42.1M 1s
  3500K .......... .......... .......... .......... ..........  7% 43.5M 1s
  3550K .......... .......... .......... .......... ..........  7% 19.2M 1s
  3600K .......... .......... .......... .......... ..........  8% 85.2M 1s
  3650K .......... .......... .......... .......... ..........  8% 81.9M 1s
  3700K .......... .......... .......... .......... ..........  8% 91.6M 1s
  3750K .......... .......... .......... .......... ..........  8% 55.5M 1s
  3800K .......... .......... .......... .......... ..........  8% 42.3M 1s
  3850K .......... .......... .......... .......... ..........  8% 87.8M 1s
  3900K .......... .......... .......... .......... ..........  8% 18.5M 1s
  3950K .......... .......... .......... .......... ..........  8% 77.9M 1s
  4000K .......... .......... .......... .......... ..........  8% 78.3M 1s
  4050K .......... .......... .......... .......... ..........  9% 73.8M 1s
  4100K .......... .......... .......... .......... ..........  9% 85.2M 1s
  4150K .......... .......... .......... .......... ..........  9% 44.6M 1s
  4200K .......... .......... .......... .......... ..........  9% 19.4M 1s
  4250K .......... .......... .......... .......... ..........  9%  100M 1s
  4300K .......... .......... .......... .......... ..........  9%  104M 1s
  4350K .......... .......... .......... .......... ..........  9%  142M 1s
  4400K .......... .......... .......... .......... ..........  9% 85.7M 1s
  4450K .......... .......... .......... .......... ..........  9% 16.0M 1s
  4500K .......... .......... .......... .......... .......... 10% 84.6M 1s
  4550K .......... .......... .......... .......... .......... 10% 59.9M 1s
  4600K .......... .......... .......... .......... .......... 10% 99.4M 1s
  4650K .......... .......... .......... .......... .......... 10% 65.4M 1s
  4700K .......... .......... .......... .......... .......... 10%  111M 1s
  4750K .......... .......... .......... .......... .......... 10%  112M 1s
  4800K .......... .......... .......... .......... .......... 10% 40.6M 1s
  4850K .......... .......... .......... .......... .......... 10% 18.5M 1s
  4900K .......... .......... .......... .......... .......... 10%  158M 1s
  4950K .......... .......... .......... .......... .......... 11%  109M 1s
  5000K .......... .......... .......... .......... .......... 11% 74.9M 1s
  5050K .......... .......... .......... .......... .......... 11% 83.5M 1s
  5100K .......... .......... .......... .......... .......... 11% 78.8M 1s
  5150K .......... .......... .......... .......... .......... 11% 85.8M 1s
  5200K .......... .......... .......... .......... .......... 11% 26.9M 1s
  5250K .......... .......... .......... .......... .......... 11% 38.4M 1s
  5300K .......... .......... .......... .......... .......... 11%  159M 1s
  5350K .......... .......... .......... .......... .......... 11%  146M 1s
  5400K .......... .......... .......... .......... .......... 12% 54.2M 1s
  5450K .......... .......... .......... .......... .......... 12%  101M 1s
  5500K .......... .......... .......... .......... .......... 12% 62.2M 1s
  5550K .......... .......... .......... .......... .......... 12% 34.1M 1s
  5600K .......... .......... .......... .......... .......... 12% 42.3M 1s
  5650K .......... .......... .......... .......... .......... 12% 39.4M 1s
  5700K .......... .......... .......... .......... .......... 12%  161M 1s
  5750K .......... .......... .......... .......... .......... 12% 68.0M 1s
  5800K .......... .......... .......... .......... .......... 12%  137M 1s
  5850K .......... .......... .......... .......... .......... 13%  163M 1s
  5900K .......... .......... .......... .......... .......... 13% 24.3M 1s
  5950K .......... .......... .......... .......... .......... 13% 39.2M 1s
  6000K .......... .......... .......... .......... .......... 13%  136M 1s
  6050K .......... .......... .......... .......... .......... 13%  137M 1s
  6100K .......... .......... .......... .......... .......... 13% 60.8M 1s
  6150K .......... .......... .......... .......... .......... 13% 99.0M 1s
  6200K .......... .......... .......... .......... .......... 13% 74.3M 1s
  6250K .......... .......... .......... .......... .......... 13% 93.9M 1s
  6300K .......... .......... .......... .......... .......... 14% 83.6M 1s
  6350K .......... .......... .......... .......... .......... 14% 30.2M 1s
  6400K .......... .......... .......... .......... .......... 14% 39.8M 1s
  6450K .......... .......... .......... .......... .......... 14% 96.3M 1s
  6500K .......... .......... .......... .......... .......... 14% 77.1M 1s
  6550K .......... .......... .......... .......... .......... 14% 97.7M 1s
  6600K .......... .......... .......... .......... .......... 14% 90.8M 1s
  6650K .......... .......... .......... .......... .......... 14%  135M 1s
  6700K .......... .......... .......... .......... .......... 14% 62.5M 1s
  6750K .......... .......... .......... .......... .......... 15% 38.6M 1s
  6800K .......... .......... .......... .......... .......... 15% 37.0M 1s
  6850K .......... .......... .......... .......... .......... 15% 33.0M 1s
  6900K .......... .......... .......... .......... .......... 15%  149M 1s
  6950K .......... .......... .......... .......... .......... 15%  162M 1s
  7000K .......... .......... .......... .......... .......... 15%  111M 1s
  7050K .......... .......... .......... .......... .......... 15%  153M 1s
  7100K .......... .......... .......... .......... .......... 15%  163M 1s
  7150K .......... .......... .......... .......... .......... 15% 79.9M 1s
  7200K .......... .......... .......... .......... .......... 16% 87.0M 1s
  7250K .......... .......... .......... .......... .......... 16% 20.3M 1s
  7300K .......... .......... .......... .......... .......... 16% 82.5M 1s
  7350K .......... .......... .......... .......... .......... 16% 27.7M 1s
  7400K .......... .......... .......... .......... .......... 16% 92.3M 1s
  7450K .......... .......... .......... .......... .......... 16% 80.8M 1s
  7500K .......... .......... .......... .......... .......... 16% 87.8M 1s
  7550K .......... .......... .......... .......... .......... 16% 81.8M 1s
  7600K .......... .......... .......... .......... .......... 16% 86.1M 1s
  7650K .......... .......... .......... .......... .......... 17% 91.1M 1s
  7700K .......... .......... .......... .......... .......... 17% 77.8M 1s
  7750K .......... .......... .......... .......... .......... 17% 87.8M 1s
  7800K .......... .......... .......... .......... .......... 17% 78.5M 1s
  7850K .......... .......... .......... .......... .......... 17% 43.1M 1s
  7900K .......... .......... .......... .......... .......... 17% 83.6M 1s
  7950K .......... .......... .......... .......... .......... 17% 50.0M 1s
  8000K .......... .......... .......... .......... .......... 17% 68.1M 1s
  8050K .......... .......... .......... .......... .......... 17% 7.44M 1s
  8100K .......... .......... .......... .......... .......... 18% 71.7M 1s
  8150K .......... .......... .......... .......... .......... 18% 17.8M 1s
  8200K .......... .......... .......... .......... .......... 18% 68.4M 1s
  8250K .......... .......... .......... .......... .......... 18% 66.1M 1s
  8300K .......... .......... .......... .......... .......... 18% 55.7M 1s
  8350K .......... .......... .......... .......... .......... 18% 59.8M 1s
  8400K .......... .......... .......... .......... .......... 18% 69.0M 1s
  8450K .......... .......... .......... .......... .......... 18% 87.2M 1s
  8500K .......... .......... .......... .......... .......... 18% 89.3M 1s
  8550K .......... .......... .......... .......... .......... 19% 98.4M 1s
  8600K .......... .......... .......... .......... .......... 19% 75.7M 1s
  8650K .......... .......... .......... .......... .......... 19% 92.3M 1s
  8700K .......... .......... .......... .......... .......... 19% 84.3M 1s
  8750K .......... .......... .......... .......... .......... 19%  102M 1s
  8800K .......... .......... .......... .......... .......... 19%  149M 1s
  8850K .......... .......... .......... .......... .......... 19% 76.1M 1s
  8900K .......... .......... .......... .......... .......... 19%  142M 1s
  8950K .......... .......... .......... .......... .......... 19%  123M 1s
  9000K .......... .......... .......... .......... .......... 20%  147M 1s
  9050K .......... .......... .......... .......... .......... 20%  152M 1s
  9100K .......... .......... .......... .......... .......... 20% 45.3M 1s
  9150K .......... .......... .......... .......... .......... 20%  137M 1s
  9200K .......... .......... .......... .......... .......... 20% 12.3M 1s
  9250K .......... .......... .......... .......... .......... 20%  134M 1s
  9300K .......... .......... .......... .......... .......... 20%  127M 1s
  9350K .......... .......... .......... .......... .......... 20% 26.6M 1s
  9400K .......... .......... .......... .......... .......... 20% 84.8M 1s
  9450K .......... .......... .......... .......... .......... 21% 86.7M 1s
  9500K .......... .......... .......... .......... .......... 21% 18.4M 1s
  9550K .......... .......... .......... .......... .......... 21% 94.1M 1s
  9600K .......... .......... .......... .......... .......... 21% 63.6M 1s
  9650K .......... .......... .......... .......... .......... 21% 47.4M 1s
  9700K .......... .......... .......... .......... .......... 21% 45.0M 1s
  9750K .......... .......... .......... .......... .......... 21% 17.8M 1s
  9800K .......... .......... .......... .......... .......... 21%  165M 1s
  9850K .......... .......... .......... .......... .......... 21% 65.8M 1s
  9900K .......... .......... .......... .......... .......... 22% 39.1M 1s
  9950K .......... .......... .......... .......... .......... 22%  145M 1s
 10000K .......... .......... .......... .......... .......... 22% 13.5M 1s
 10050K .......... .......... .......... .......... .......... 22% 89.6M 1s
 10100K .......... .......... .......... .......... .......... 22%  110M 1s
 10150K .......... .......... .......... .......... .......... 22% 89.4M 1s
 10200K .......... .......... .......... .......... .......... 22% 20.9M 1s
 10250K .......... .......... .......... .......... .......... 22% 18.7M 1s
 10300K .......... .......... .......... .......... .......... 22%  111M 1s
 10350K .......... .......... .......... .......... .......... 23%  122M 1s
 10400K .......... .......... .......... .......... .......... 23% 91.8M 1s
 10450K .......... .......... .......... .......... .......... 23% 40.3M 1s
 10500K .......... .......... .......... .......... .......... 23%  105M 1s
 10550K .......... .......... .......... .......... .......... 23% 14.2M 1s
 10600K .......... .......... .......... .......... .......... 23%  129M 1s
 10650K .......... .......... .......... .......... .......... 23% 55.5M 1s
 10700K .......... .......... .......... .......... .......... 23% 40.9M 1s
 10750K .......... .......... .......... .......... .......... 23%  174M 1s
 10800K .......... .......... .......... .......... .......... 24% 14.8M 1s
 10850K .......... .......... .......... .......... .......... 24%  136M 1s
 10900K .......... .......... .......... .......... .......... 24% 42.5M 1s
 10950K .......... .......... .......... .......... .......... 24% 39.3M 1s
 11000K .......... .......... .......... .......... .......... 24%  130M 1s
 11050K .......... .......... .......... .......... .......... 24%  138M 1s
 11100K .......... .......... .......... .......... .......... 24% 15.4M 1s
 11150K .......... .......... .......... .......... .......... 24% 38.5M 1s
 11200K .......... .......... .......... .......... .......... 24% 36.7M 1s
 11250K .......... .......... .......... .......... .......... 25% 3.62M 1s
 11300K .......... .......... .......... .......... .......... 25% 94.6M 1s
 11350K .......... .......... .......... .......... .......... 25% 67.8M 1s
 11400K .......... .......... .......... .......... .......... 25%  144M 1s
 11450K .......... .......... .......... .......... .......... 25%  139M 1s
 11500K .......... .......... .......... .......... .......... 25%  164M 1s
 11550K .......... .......... .......... .......... .......... 25%  136M 1s
 11600K .......... .......... .......... .......... .......... 25%  144M 1s
 11650K .......... .......... .......... .......... .......... 25%  140M 1s
 11700K .......... .......... .......... .......... .......... 26%  167M 1s
 11750K .......... .......... .......... .......... .......... 26%  171M 1s
 11800K .......... .......... .......... .......... .......... 26%  159M 1s
 11850K .......... .......... .......... .......... .......... 26% 26.1M 1s
 11900K .......... .......... .......... .......... .......... 26%  136M 1s
 11950K .......... .......... .......... .......... .......... 26%  171M 1s
 12000K .......... .......... .......... .......... .......... 26% 77.8M 1s
 12050K .......... .......... .......... .......... .......... 26% 92.0M 1s
 12100K .......... .......... .......... .......... .......... 26% 11.5M 1s
 12150K .......... .......... .......... .......... .......... 27% 88.5M 1s
 12200K .......... .......... .......... .......... .......... 27%  159M 1s
 12250K .......... .......... .......... .......... .......... 27% 5.09M 1s
 12300K .......... .......... .......... .......... .......... 27% 87.3M 1s
 12350K .......... .......... .......... .......... .......... 27% 97.1M 1s
 12400K .......... .......... .......... .......... .......... 27% 81.8M 1s
 12450K .......... .......... .......... .......... .......... 27% 78.1M 1s
 12500K .......... .......... .......... .......... .......... 27%  106M 1s
 12550K .......... .......... .......... .......... .......... 27% 9.88M 1s
 12600K .......... .......... .......... .......... .......... 28% 95.2M 1s
 12650K .......... .......... .......... .......... .......... 28% 79.7M 1s
 12700K .......... .......... .......... .......... .......... 28%  103M 1s
 12750K .......... .......... .......... .......... .......... 28% 90.6M 1s
 12800K .......... .......... .......... .......... .......... 28% 9.02M 1s
 12850K .......... .......... .......... .......... .......... 28% 97.5M 1s
 12900K .......... .......... .......... .......... .......... 28% 70.9M 1s
 12950K .......... .......... .......... .......... .......... 28% 90.4M 1s
 13000K .......... .......... .......... .......... .......... 28% 87.2M 1s
 13050K .......... .......... .......... .......... .......... 28% 13.6M 1s
 13100K .......... .......... .......... .......... .......... 29% 32.3M 1s
 13150K .......... .......... .......... .......... .......... 29%  117M 1s
 13200K .......... .......... .......... .......... .......... 29%  112M 1s
 13250K .......... .......... .......... .......... .......... 29% 85.5M 1s
 13300K .......... .......... .......... .......... .......... 29% 44.0M 1s
 13350K .......... .......... .......... .......... .......... 29% 9.63M 1s
 13400K .......... .......... .......... .......... .......... 29% 96.5M 1s
 13450K .......... .......... .......... .......... .......... 29%  143M 1s
 13500K .......... .......... .......... .......... .......... 29%  152M 1s
 13550K .......... .......... .......... .......... .......... 30%  152M 1s
 13600K .......... .......... .......... .......... .......... 30% 8.67M 1s
 13650K .......... .......... .......... .......... .......... 30%  149M 1s
 13700K .......... .......... .......... .......... .......... 30%  163M 1s
 13750K .......... .......... .......... .......... .......... 30%  164M 1s
 13800K .......... .......... .......... .......... .......... 30%  135M 1s
 13850K .......... .......... .......... .......... .......... 30% 18.8M 1s
 13900K .......... .......... .......... .......... .......... 30% 18.9M 1s
 13950K .......... .......... .......... .......... .......... 30%  170M 1s
 14000K .......... .......... .......... .......... .......... 31% 46.3M 1s
 14050K .......... .......... .......... .......... .......... 31%  162M 1s
 14100K .......... .......... .......... .......... .......... 31% 14.2M 1s
 14150K .......... .......... .......... .......... .......... 31% 77.5M 1s
 14200K .......... .......... .......... .......... .......... 31% 29.6M 1s
 14250K .......... .......... .......... .......... .......... 31% 81.1M 1s
 14300K .......... .......... .......... .......... .......... 31% 1.96M 1s
 14350K .......... .......... .......... .......... .......... 31% 72.6M 1s
 14400K .......... .......... .......... .......... .......... 31% 74.5M 1s
 14450K .......... .......... .......... .......... .......... 32% 75.6M 1s
 14500K .......... .......... .......... .......... .......... 32% 78.3M 1s
 14550K .......... .......... .......... .......... .......... 32% 80.3M 1s
 14600K .......... .......... .......... .......... .......... 32% 76.8M 1s
 14650K .......... .......... .......... .......... .......... 32% 81.1M 1s
 14700K .......... .......... .......... .......... .......... 32% 84.6M 1s
 14750K .......... .......... .......... .......... .......... 32% 82.9M 1s
 14800K .......... .......... .......... .......... .......... 32% 77.6M 1s
 14850K .......... .......... .......... .......... .......... 32% 70.2M 1s
 14900K .......... .......... .......... .......... .......... 33% 77.8M 1s
 14950K .......... .......... .......... .......... .......... 33% 82.9M 1s
 15000K .......... .......... .......... .......... .......... 33%  122M 1s
 15050K .......... .......... .......... .......... .......... 33% 91.1M 1s
 15100K .......... .......... .......... .......... .......... 33% 69.8M 1s
 15150K .......... .......... .......... .......... .......... 33% 62.5M 1s
 15200K .......... .......... .......... .......... .......... 33% 82.2M 1s
 15250K .......... .......... .......... .......... .......... 33% 75.4M 1s
 15300K .......... .......... .......... .......... .......... 33% 75.6M 1s
 15350K .......... .......... .......... .......... .......... 34% 4.42M 1s
 15400K .......... .......... .......... .......... .......... 34%  110M 1s
 15450K .......... .......... .......... .......... .......... 34% 93.7M 1s
 15500K .......... .......... .......... .......... .......... 34%  106M 1s
 15550K .......... .......... .......... .......... .......... 34%  127M 1s
 15600K .......... .......... .......... .......... .......... 34%  128M 1s
 15650K .......... .......... .......... .......... .......... 34%  128M 1s
 15700K .......... .......... .......... .......... .......... 34%  102M 1s
 15750K .......... .......... .......... .......... .......... 34% 74.1M 1s
 15800K .......... .......... .......... .......... .......... 35% 69.3M 1s
 15850K .......... .......... .......... .......... .......... 35% 79.7M 1s
 15900K .......... .......... .......... .......... .......... 35% 83.6M 1s
 15950K .......... .......... .......... .......... .......... 35% 68.3M 1s
 16000K .......... .......... .......... .......... .......... 35% 89.8M 1s
 16050K .......... .......... .......... .......... .......... 35% 66.7M 1s
 16100K .......... .......... .......... .......... .......... 35%  136M 1s
 16150K .......... .......... .......... .......... .......... 35%  162M 1s
 16200K .......... .......... .......... .......... .......... 35%  136M 1s
 16250K .......... .......... .......... .......... .......... 36%  162M 1s
 16300K .......... .......... .......... .......... .......... 36%  140M 1s
 16350K .......... .......... .......... .......... .......... 36% 22.4M 1s
 16400K .......... .......... .......... .......... .......... 36% 47.0M 1s
 16450K .......... .......... .......... .......... .......... 36%  103M 1s
 16500K .......... .......... .......... .......... .......... 36% 47.2M 1s
 16550K .......... .......... .......... .......... .......... 36%  139M 1s
 16600K .......... .......... .......... .......... .......... 36%  120M 1s
 16650K .......... .......... .......... .......... .......... 36% 63.9M 1s
 16700K .......... .......... .......... .......... .......... 37% 57.5M 1s
 16750K .......... .......... .......... .......... .......... 37% 12.2M 1s
 16800K .......... .......... .......... .......... .......... 37% 97.1M 1s
 16850K .......... .......... .......... .......... .......... 37%  135M 1s
 16900K .......... .......... .......... .......... .......... 37%  154M 1s
 16950K .......... .......... .......... .......... .......... 37% 35.3M 1s
 17000K .......... .......... .......... .......... .......... 37% 19.8M 1s
 17050K .......... .......... .......... .......... .......... 37% 36.1M 1s
 17100K .......... .......... .......... .......... .......... 37%  162M 1s
 17150K .......... .......... .......... .......... .......... 38%  162M 1s
 17200K .......... .......... .......... .......... .......... 38% 26.1M 1s
 17250K .......... .......... .......... .......... .......... 38% 20.6M 1s
 17300K .......... .......... .......... .......... .......... 38%  139M 1s
 17350K .......... .......... .......... .......... .......... 38% 40.5M 1s
 17400K .......... .......... .......... .......... .......... 38% 19.0M 1s
 17450K .......... .......... .......... .......... .......... 38%  162M 1s
 17500K .......... .......... .......... .......... .......... 38% 25.5M 1s
 17550K .......... .......... .......... .......... .......... 38%  126M 1s
 17600K .......... .......... .......... .......... .......... 39% 38.3M 1s
 17650K .......... .......... .......... .......... .......... 39%  118M 1s
 17700K .......... .......... .......... .......... .......... 39% 27.2M 1s
 17750K .......... .......... .......... .......... .......... 39%  114M 1s
 17800K .......... .......... .......... .......... .......... 39% 19.6M 1s
 17850K .......... .......... .......... .......... .......... 39% 42.1M 1s
 17900K .......... .......... .......... .......... .......... 39%  124M 1s
 17950K .......... .......... .......... .......... .......... 39% 25.8M 1s
 18000K .......... .......... .......... .......... .......... 39% 96.5M 1s
 18050K .......... .......... .......... .......... .......... 40% 20.3M 1s
 18100K .......... .......... .......... .......... .......... 40% 38.2M 1s
 18150K .......... .......... .......... .......... .......... 40%  134M 1s
 18200K .......... .......... .......... .......... .......... 40%  109M 1s
 18250K .......... .......... .......... .......... .......... 40% 36.2M 1s
 18300K .......... .......... .......... .......... .......... 40% 17.0M 1s
 18350K .......... .......... .......... .......... .......... 40% 36.8M 1s
 18400K .......... .......... .......... .......... .......... 40% 2.80M 1s
 18450K .......... .......... .......... .......... .......... 40%  126M 1s
 18500K .......... .......... .......... .......... .......... 41% 95.2M 1s
 18550K .......... .......... .......... .......... .......... 41% 73.4M 1s
 18600K .......... .......... .......... .......... .......... 41%  123M 1s
 18650K .......... .......... .......... .......... .......... 41%  118M 1s
 18700K .......... .......... .......... .......... .......... 41%  130M 1s
 18750K .......... .......... .......... .......... .......... 41%  164M 1s
 18800K .......... .......... .......... .......... .......... 41%  163M 1s
 18850K .......... .......... .......... .......... .......... 41%  111M 1s
 18900K .......... .......... .......... .......... .......... 41%  162M 1s
 18950K .......... .......... .......... .......... .......... 42%  165M 1s
 19000K .......... .......... .......... .......... .......... 42%  164M 1s
 19050K .......... .......... .......... .......... .......... 42%  130M 1s
 19100K .......... .......... .......... .......... .......... 42%  164M 1s
 19150K .......... .......... .......... .......... .......... 42%  151M 1s
 19200K .......... .......... .......... .......... .......... 42%  163M 1s
 19250K .......... .......... .......... .......... .......... 42% 92.1M 1s
 19300K .......... .......... .......... .......... .......... 42%  149M 1s
 19350K .......... .......... .......... .......... .......... 42%  151M 1s
 19400K .......... .......... .......... .......... .......... 43%  132M 1s
 19450K .......... .......... .......... .......... .......... 43% 51.5M 1s
 19500K .......... .......... .......... .......... .......... 43%  115M 1s
 19550K .......... .......... .......... .......... .......... 43% 41.1M 1s
 19600K .......... .......... .......... .......... .......... 43% 20.1M 1s
 19650K .......... .......... .......... .......... .......... 43% 40.0M 1s
 19700K .......... .......... .......... .......... .......... 43%  152M 1s
 19750K .......... .......... .......... .......... .......... 43% 43.3M 1s
 19800K .......... .......... .......... .......... .......... 43% 41.1M 1s
 19850K .......... .......... .......... .......... .......... 44% 20.1M 1s
 19900K .......... .......... .......... .......... .......... 44%  160M 1s
 19950K .......... .......... .......... .......... .......... 44% 41.8M 1s
 20000K .......... .......... .......... .......... .......... 44% 41.2M 1s
 20050K .......... .......... .......... .......... .......... 44% 41.2M 1s
 20100K .......... .......... .......... .......... .......... 44% 20.2M 1s
 20150K .......... .......... .......... .......... .......... 44%  109M 1s
 20200K .......... .......... .......... .......... .......... 44% 47.9M 1s
 20250K .......... .......... .......... .......... .......... 44% 42.8M 1s
 20300K .......... .......... .......... .......... .......... 45% 41.4M 1s
 20350K .......... .......... .......... .......... .......... 45%  152M 1s
 20400K .......... .......... .......... .......... .......... 45% 20.2M 1s
 20450K .......... .......... .......... .......... .......... 45% 5.51M 1s
 20500K .......... .......... .......... .......... .......... 45%  151M 1s
 20550K .......... .......... .......... .......... .......... 45%  163M 1s
 20600K .......... .......... .......... .......... .......... 45%  164M 1s
 20650K .......... .......... .......... .......... .......... 45%  132M 1s
 20700K .......... .......... .......... .......... .......... 45%  150M 1s
 20750K .......... .......... .......... .......... .......... 46% 10.0M 1s
 20800K .......... .......... .......... .......... .......... 46% 90.9M 1s
 20850K .......... .......... .......... .......... .......... 46% 42.5M 1s
 20900K .......... .......... .......... .......... .......... 46% 80.3M 1s
 20950K .......... .......... .......... .......... .......... 46% 97.5M 1s
 21000K .......... .......... .......... .......... .......... 46% 64.9M 1s
 21050K .......... .......... .......... .......... .......... 46% 13.8M 1s
 21100K .......... .......... .......... .......... .......... 46% 36.7M 1s
 21150K .......... .......... .......... .......... .......... 46%  127M 1s
 21200K .......... .......... .......... .......... .......... 47%  140M 1s
 21250K .......... .......... .......... .......... .......... 47% 91.3M 1s
 21300K .......... .......... .......... .......... .......... 47%  136M 1s
 21350K .......... .......... .......... .......... .......... 47% 10.7M 1s
 21400K .......... .......... .......... .......... .......... 47% 30.6M 1s
 21450K .......... .......... .......... .......... .......... 47% 88.9M 1s
 21500K .......... .......... .......... .......... .......... 47% 13.2M 1s
 21550K .......... .......... .......... .......... .......... 47% 69.4M 1s
 21600K .......... .......... .......... .......... .......... 47% 61.0M 1s
 21650K .......... .......... .......... .......... .......... 48% 99.0M 1s
 21700K .......... .......... .......... .......... .......... 48% 55.5M 1s
 21750K .......... .......... .......... .......... .......... 48%  108M 1s
 21800K .......... .......... .......... .......... .......... 48%  146M 1s
 21850K .......... .......... .......... .......... .......... 48%  144M 1s
 21900K .......... .......... .......... .......... .......... 48%  177M 1s
 21950K .......... .......... .......... .......... .......... 48% 16.0M 1s
 22000K .......... .......... .......... .......... .......... 48% 18.6M 1s
 22050K .......... .......... .......... .......... .......... 48% 85.8M 1s
 22100K .......... .......... .......... .......... .......... 49% 78.1M 1s
 22150K .......... .......... .......... .......... .......... 49%  135M 1s
 22200K .......... .......... .......... .......... .......... 49%  159M 1s
 22250K .......... .......... .......... .......... .......... 49% 24.4M 1s
 22300K .......... .......... .......... .......... .......... 49% 17.6M 1s
 22350K .......... .......... .......... .......... .......... 49% 81.7M 1s
 22400K .......... .......... .......... .......... .......... 49% 81.4M 1s
 22450K .......... .......... .......... .......... .......... 49%  163M 1s
 22500K .......... .......... .......... .......... .......... 49% 48.7M 1s
 22550K .......... .......... .......... .......... .......... 50% 14.0M 1s
 22600K .......... .......... .......... .......... .......... 50%  152M 1s
 22650K .......... .......... .......... .......... .......... 50% 41.5M 1s
 22700K .......... .......... .......... .......... .......... 50% 58.9M 1s
 22750K .......... .......... .......... .......... .......... 50% 71.9M 1s
 22800K .......... .......... .......... .......... .......... 50% 91.4M 1s
 22850K .......... .......... .......... .......... .......... 50% 15.0M 1s
 22900K .......... .......... .......... .......... .......... 50% 98.6M 1s
 22950K .......... .......... .......... .......... .......... 50% 71.7M 1s
 23000K .......... .......... .......... .......... .......... 51%  104M 1s
 23050K .......... .......... .......... .......... .......... 51% 59.5M 1s
 23100K .......... .......... .......... .......... .......... 51% 43.3M 1s
 23150K .......... .......... .......... .......... .......... 51% 18.9M 1s
 23200K .......... .......... .......... .......... .......... 51%  164M 1s
 23250K .......... .......... .......... .......... .......... 51% 42.6M 1s
 23300K .......... .......... .......... .......... .......... 51%  167M 1s
 23350K .......... .......... .......... .......... .......... 51% 23.6M 1s
 23400K .......... .......... .......... .......... .......... 51% 20.3M 1s
 23450K .......... .......... .......... .......... .......... 52% 81.0M 1s
 23500K .......... .......... .......... .......... .......... 52% 34.5M 1s
 23550K .......... .......... .......... .......... .......... 52% 29.2M 1s
 23600K .......... .......... .......... .......... .......... 52% 70.0M 1s
 23650K .......... .......... .......... .......... .......... 52% 90.6M 1s
 23700K .......... .......... .......... .......... .......... 52% 23.7M 1s
 23750K .......... .......... .......... .......... .......... 52% 96.7M 1s
 23800K .......... .......... .......... .......... .......... 52% 61.7M 1s
 23850K .......... .......... .......... .......... .......... 52%  163M 1s
 23900K .......... .......... .......... .......... .......... 53%  100M 1s
 23950K .......... .......... .......... .......... .......... 53% 39.4M 1s
 24000K .......... .......... .......... .......... .......... 53% 17.0M 1s
 24050K .......... .......... .......... .......... .......... 53% 94.3M 1s
 24100K .......... .......... .......... .......... .......... 53% 94.3M 1s
 24150K .......... .......... .......... .......... .......... 53% 37.3M 1s
 24200K .......... .......... .......... .......... .......... 53% 44.6M 1s
 24250K .......... .......... .......... .......... .......... 53%  145M 1s
 24300K .......... .......... .......... .......... .......... 53% 19.7M 1s
 24350K .......... .......... .......... .......... .......... 54% 27.9M 1s
 24400K .......... .......... .......... .......... .......... 54% 58.8M 1s
 24450K .......... .......... .......... .......... .......... 54%  160M 1s
 24500K .......... .......... .......... .......... .......... 54%  171M 1s
 24550K .......... .......... .......... .......... .......... 54% 10.2M 1s
 24600K .......... .......... .......... .......... .......... 54% 73.3M 1s
 24650K .......... .......... .......... .......... .......... 54% 58.6M 1s
 24700K .......... .......... .......... .......... .......... 54% 40.9M 1s
 24750K .......... .......... .......... .......... .......... 54%  110M 1s
 24800K .......... .......... .......... .......... .......... 55% 28.5M 1s
 24850K .......... .......... .......... .......... .......... 55% 77.1M 1s
 24900K .......... .......... .......... .......... .......... 55% 53.5M 1s
 24950K .......... .......... .......... .......... .......... 55% 76.7M 1s
 25000K .......... .......... .......... .......... .......... 55% 69.5M 1s
 25050K .......... .......... .......... .......... .......... 55% 79.0M 0s
 25100K .......... .......... .......... .......... .......... 55% 16.7M 0s
 25150K .......... .......... .......... .......... .......... 55% 63.4M 0s
 25200K .......... .......... .......... .......... .......... 55% 51.0M 0s
 25250K .......... .......... .......... .......... .......... 56%  116M 0s
 25300K .......... .......... .......... .......... .......... 56% 82.2M 0s
 25350K .......... .......... .......... .......... .......... 56% 20.4M 0s
 25400K .......... .......... .......... .......... .......... 56% 37.4M 0s
 25450K .......... .......... .......... .......... .......... 56%  100M 0s
 25500K .......... .......... .......... .......... .......... 56% 41.4M 0s
 25550K .......... .......... .......... .......... .......... 56% 66.6M 0s
 25600K .......... .......... .......... .......... .......... 56% 9.34M 0s
 25650K .......... .......... .......... .......... .......... 56% 98.6M 0s
 25700K .......... .......... .......... .......... .......... 56% 92.0M 0s
 25750K .......... .......... .......... .......... .......... 57%  127M 0s
 25800K .......... .......... .......... .......... .......... 57%  128M 0s
 25850K .......... .......... .......... .......... .......... 57%  113M 0s
 25900K .......... .......... .......... .......... .......... 57%  119M 0s
 25950K .......... .......... .......... .......... .......... 57% 21.0M 0s
 26000K .......... .......... .......... .......... .......... 57% 47.5M 0s
 26050K .......... .......... .......... .......... .......... 57%  101M 0s
 26100K .......... .......... .......... .......... .......... 57% 70.1M 0s
 26150K .......... .......... .......... .......... .......... 57%  119M 0s
 26200K .......... .......... .......... .......... .......... 58% 13.1M 0s
 26250K .......... .......... .......... .......... .......... 58% 95.0M 0s
 26300K .......... .......... .......... .......... .......... 58% 73.0M 0s
 26350K .......... .......... .......... .......... .......... 58%  113M 0s
 26400K .......... .......... .......... .......... .......... 58% 46.5M 0s
 26450K .......... .......... .......... .......... .......... 58%  105M 0s
 26500K .......... .......... .......... .......... .......... 58% 15.9M 0s
 26550K .......... .......... .......... .......... .......... 58% 96.3M 0s
 26600K .......... .......... .......... .......... .......... 58% 43.4M 0s
 26650K .......... .......... .......... .......... .......... 59% 42.1M 0s
 26700K .......... .......... .......... .......... .......... 59% 68.0M 0s
 26750K .......... .......... .......... .......... .......... 59% 64.2M 0s
 26800K .......... .......... .......... .......... .......... 59% 71.1M 0s
 26850K .......... .......... .......... .......... .......... 59% 25.6M 0s
 26900K .......... .......... .......... .......... .......... 59% 81.9M 0s
 26950K .......... .......... .......... .......... .......... 59% 17.2M 0s
 27000K .......... .......... .......... .......... .......... 59%  102M 0s
 27050K .......... .......... .......... .......... .......... 59% 95.2M 0s
 27100K .......... .......... .......... .......... .......... 60% 88.6M 0s
 27150K .......... .......... .......... .......... .......... 60% 51.8M 0s
 27200K .......... .......... .......... .......... .......... 60% 13.3M 0s
 27250K .......... .......... .......... .......... .......... 60%  131M 0s
 27300K .......... .......... .......... .......... .......... 60%  146M 0s
 27350K .......... .......... .......... .......... .......... 60%  106M 0s
 27400K .......... .......... .......... .......... .......... 60%  162M 0s
 27450K .......... .......... .......... .......... .......... 60% 57.8M 0s
 27500K .......... .......... .......... .......... .......... 60%  135M 0s
 27550K .......... .......... .......... .......... .......... 61% 13.0M 0s
 27600K .......... .......... .......... .......... .......... 61%  138M 0s
 27650K .......... .......... .......... .......... .......... 61% 30.0M 0s
 27700K .......... .......... .......... .......... .......... 61%  131M 0s
 27750K .......... .......... .......... .......... .......... 61% 97.3M 0s
 27800K .......... .......... .......... .......... .......... 61%  141M 0s
 27850K .......... .......... .......... .......... .......... 61% 13.0M 0s
 27900K .......... .......... .......... .......... .......... 61% 37.6M 0s
 27950K .......... .......... .......... .......... .......... 61%  116M 0s
 28000K .......... .......... .......... .......... .......... 62%  121M 0s
 28050K .......... .......... .......... .......... .......... 62% 55.4M 0s
 28100K .......... .......... .......... .......... .......... 62% 66.3M 0s
 28150K .......... .......... .......... .......... .......... 62% 19.8M 0s
 28200K .......... .......... .......... .......... .......... 62%  122M 0s
 28250K .......... .......... .......... .......... .......... 62% 38.2M 0s
 28300K .......... .......... .......... .......... .......... 62%  108M 0s
 28350K .......... .......... .......... .......... .......... 62% 79.8M 0s
 28400K .......... .......... .......... .......... .......... 62% 68.8M 0s
 28450K .......... .......... .......... .......... .......... 63% 89.8M 0s
 28500K .......... .......... .......... .......... .......... 63% 17.8M 0s
 28550K .......... .......... .......... .......... .......... 63% 40.9M 0s
 28600K .......... .......... .......... .......... .......... 63%  162M 0s
 28650K .......... .......... .......... .......... .......... 63% 11.7M 0s
 28700K .......... .......... .......... .......... .......... 63% 93.9M 0s
 28750K .......... .......... .......... .......... .......... 63% 70.4M 0s
 28800K .......... .......... .......... .......... .......... 63%  157M 0s
 28850K .......... .......... .......... .......... .......... 63% 50.4M 0s
 28900K .......... .......... .......... .......... .......... 64%  150M 0s
 28950K .......... .......... .......... .......... .......... 64%  139M 0s
 29000K .......... .......... .......... .......... .......... 64%  164M 0s
 29050K .......... .......... .......... .......... .......... 64% 16.4M 0s
 29100K .......... .......... .......... .......... .......... 64% 20.6M 0s
 29150K .......... .......... .......... .......... .......... 64%  130M 0s
 29200K .......... .......... .......... .......... .......... 64%  170M 0s
 29250K .......... .......... .......... .......... .......... 64%  171M 0s
 29300K .......... .......... .......... .......... .......... 64% 95.2M 0s
 29350K .......... .......... .......... .......... .......... 65% 20.9M 0s
 29400K .......... .......... .......... .......... .......... 65% 20.2M 0s
 29450K .......... .......... .......... .......... .......... 65%  123M 0s
 29500K .......... .......... .......... .......... .......... 65% 96.3M 0s
 29550K .......... .......... .......... .......... .......... 65% 65.5M 0s
 29600K .......... .......... .......... .......... .......... 65% 46.2M 0s
 29650K .......... .......... .......... .......... .......... 65% 97.1M 0s
 29700K .......... .......... .......... .......... .......... 65% 35.4M 0s
 29750K .......... .......... .......... .......... .......... 65% 18.2M 0s
 29800K .......... .......... .......... .......... .......... 66% 76.4M 0s
 29850K .......... .......... .......... .......... .......... 66% 93.7M 0s
 29900K .......... .......... .......... .......... .......... 66%  164M 0s
 29950K .......... .......... .......... .......... .......... 66% 44.5M 0s
 30000K .......... .......... .......... .......... .......... 66% 38.1M 0s
 30050K .......... .......... .......... .......... .......... 66% 22.7M 0s
 30100K .......... .......... .......... .......... .......... 66% 67.6M 0s
 30150K .......... .......... .......... .......... .......... 66% 49.4M 0s
 30200K .......... .......... .......... .......... .......... 66% 52.0M 0s
 30250K .......... .......... .......... .......... .......... 67% 80.8M 0s
 30300K .......... .......... .......... .......... .......... 67% 58.8M 0s
 30350K .......... .......... .......... .......... .......... 67% 78.1M 0s
 30400K .......... .......... .......... .......... .......... 67% 24.2M 0s
 30450K .......... .......... .......... .......... .......... 67%  102M 0s
 30500K .......... .......... .......... .......... .......... 67% 87.7M 0s
 30550K .......... .......... .......... .......... .......... 67% 47.5M 0s
 30600K .......... .......... .......... .......... .......... 67% 30.4M 0s
 30650K .......... .......... .......... .......... .......... 67%  162M 0s
 30700K .......... .......... .......... .......... .......... 68% 7.69M 0s
 30750K .......... .......... .......... .......... .......... 68%  161M 0s
 30800K .......... .......... .......... .......... .......... 68%  163M 0s
 30850K .......... .......... .......... .......... .......... 68%  163M 0s
 30900K .......... .......... .......... .......... .......... 68%  144M 0s
 30950K .......... .......... .......... .......... .......... 68%  155M 0s
 31000K .......... .......... .......... .......... .......... 68% 63.4M 0s
 31050K .......... .......... .......... .......... .......... 68%  122M 0s
 31100K .......... .......... .......... .......... .......... 68% 18.1M 0s
 31150K .......... .......... .......... .......... .......... 69% 98.4M 0s
 31200K .......... .......... .......... .......... .......... 69% 82.9M 0s
 31250K .......... .......... .......... .......... .......... 69%  170M 0s
 31300K .......... .......... .......... .......... .......... 69%  139M 0s
 31350K .......... .......... .......... .......... .......... 69% 27.9M 0s
 31400K .......... .......... .......... .......... .......... 69% 18.0M 0s
 31450K .......... .......... .......... .......... .......... 69% 88.5M 0s
 31500K .......... .......... .......... .......... .......... 69% 57.0M 0s
 31550K .......... .......... .......... .......... .......... 69% 85.4M 0s
 31600K .......... .......... .......... .......... .......... 70% 87.5M 0s
 31650K .......... .......... .......... .......... .......... 70% 40.6M 0s
 31700K .......... .......... .......... .......... .......... 70% 6.76M 0s
 31750K .......... .......... .......... .......... .......... 70%  140M 0s
 31800K .......... .......... .......... .......... .......... 70%  104M 0s
 31850K .......... .......... .......... .......... .......... 70% 78.0M 0s
 31900K .......... .......... .......... .......... .......... 70% 92.0M 0s
 31950K .......... .......... .......... .......... .......... 70% 92.3M 0s
 32000K .......... .......... .......... .......... .......... 70%  113M 0s
 32050K .......... .......... .......... .......... .......... 71% 50.0M 0s
 32100K .......... .......... .......... .......... .......... 71%  140M 0s
 32150K .......... .......... .......... .......... .......... 71%  158M 0s
 32200K .......... .......... .......... .......... .......... 71%  169M 0s
 32250K .......... .......... .......... .......... .......... 71%  149M 0s
 32300K .......... .......... .......... .......... .......... 71% 20.7M 0s
 32350K .......... .......... .......... .......... .......... 71% 19.7M 0s
 32400K .......... .......... .......... .......... .......... 71%  162M 0s
 32450K .......... .......... .......... .......... .......... 71% 48.4M 0s
 32500K .......... .......... .......... .......... .......... 72%  172M 0s
 32550K .......... .......... .......... .......... .......... 72%  173M 0s
 32600K .......... .......... .......... .......... .......... 72% 25.8M 0s
 32650K .......... .......... .......... .......... .......... 72% 18.1M 0s
 32700K .......... .......... .......... .......... .......... 72% 90.4M 0s
 32750K .......... .......... .......... .......... .......... 72% 30.7M 0s
 32800K .......... .......... .......... .......... .......... 72%  173M 0s
 32850K .......... .......... .......... .......... .......... 72%  148M 0s
 32900K .......... .......... .......... .......... .......... 72% 28.8M 0s
 32950K .......... .......... .......... .......... .......... 73%  128M 0s
 33000K .......... .......... .......... .......... .......... 73% 19.4M 0s
 33050K .......... .......... .......... .......... .......... 73% 90.8M 0s
 33100K .......... .......... .......... .......... .......... 73% 88.3M 0s
 33150K .......... .......... .......... .......... .......... 73% 29.1M 0s
 33200K .......... .......... .......... .......... .......... 73% 94.4M 0s
 33250K .......... .......... .......... .......... .......... 73% 65.1M 0s
 33300K .......... .......... .......... .......... .......... 73% 21.9M 0s
 33350K .......... .......... .......... .......... .......... 73% 69.6M 0s
 33400K .......... .......... .......... .......... .......... 74% 50.4M 0s
 33450K .......... .......... .......... .......... .......... 74% 50.8M 0s
 33500K .......... .......... .......... .......... .......... 74% 74.0M 0s
 33550K .......... .......... .......... .......... .......... 74% 31.2M 0s
 33600K .......... .......... .......... .......... .......... 74% 42.6M 0s
 33650K .......... .......... .......... .......... .......... 74% 37.5M 0s
 33700K .......... .......... .......... .......... .......... 74% 86.0M 0s
 33750K .......... .......... .......... .......... .......... 74% 14.7M 0s
 33800K .......... .......... .......... .......... .......... 74%  104M 0s
 33850K .......... .......... .......... .......... .......... 75%  160M 0s
 33900K .......... .......... .......... .......... .......... 75%  127M 0s
 33950K .......... .......... .......... .......... .......... 75%  119M 0s
 34000K .......... .......... .......... .......... .......... 75% 41.4M 0s
 34050K .......... .......... .......... .......... .......... 75% 47.0M 0s
 34100K .......... .......... .......... .......... .......... 75% 18.5M 0s
 34150K .......... .......... .......... .......... .......... 75% 91.1M 0s
 34200K .......... .......... .......... .......... .......... 75% 92.8M 0s
 34250K .......... .......... .......... .......... .......... 75% 74.5M 0s
 34300K .......... .......... .......... .......... .......... 76% 20.7M 0s
 34350K .......... .......... .......... .......... .......... 76%  158M 0s
 34400K .......... .......... .......... .......... .......... 76%  142M 0s
 34450K .......... .......... .......... .......... .......... 76% 12.2M 0s
 34500K .......... .......... .......... .......... .......... 76% 91.8M 0s
 34550K .......... .......... .......... .......... .......... 76% 72.8M 0s
 34600K .......... .......... .......... .......... .......... 76%  151M 0s
 34650K .......... .......... .......... .......... .......... 76%  127M 0s
 34700K .......... .......... .......... .......... .......... 76% 27.7M 0s
 34750K .......... .......... .......... .......... .......... 77% 26.0M 0s
 34800K .......... .......... .......... .......... .......... 77% 40.7M 0s
 34850K .......... .......... .......... .......... .......... 77%  154M 0s
 34900K .......... .......... .......... .......... .......... 77%  115M 0s
 34950K .......... .......... .......... .......... .......... 77% 21.2M 0s
 35000K .......... .......... .......... .......... .......... 77% 83.5M 0s
 35050K .......... .......... .......... .......... .......... 77% 89.1M 0s
 35100K .......... .......... .......... .......... .......... 77% 26.8M 0s
 35150K .......... .......... .......... .......... .......... 77% 91.3M 0s
 35200K .......... .......... .......... .......... .......... 78% 74.2M 0s
 35250K .......... .......... .......... .......... .......... 78% 20.7M 0s
 35300K .......... .......... .......... .......... .......... 78% 90.9M 0s
 35350K .......... .......... .......... .......... .......... 78% 82.1M 0s
 35400K .......... .......... .......... .......... .......... 78% 39.7M 0s
 35450K .......... .......... .......... .......... .......... 78% 48.8M 0s
 35500K .......... .......... .......... .......... .......... 78%  131M 0s
 35550K .......... .......... .......... .......... .......... 78% 20.1M 0s
 35600K .......... .......... .......... .......... .......... 78% 38.2M 0s
 35650K .......... .......... .......... .......... .......... 79% 42.5M 0s
 35700K .......... .......... .......... .......... .......... 79%  118M 0s
 35750K .......... .......... .......... .......... .......... 79% 44.0M 0s
 35800K .......... .......... .......... .......... .......... 79% 27.7M 0s
 35850K .......... .......... .......... .......... .......... 79% 73.1M 0s
 35900K .......... .......... .......... .......... .......... 79%  138M 0s
 35950K .......... .......... .......... .......... .......... 79%  166M 0s
 36000K .......... .......... .......... .......... .......... 79% 10.7M 0s
 36050K .......... .......... .......... .......... .......... 79%  163M 0s
 36100K .......... .......... .......... .......... .......... 80%  140M 0s
 36150K .......... .......... .......... .......... .......... 80%  117M 0s
 36200K .......... .......... .......... .......... .......... 80% 18.4M 0s
 36250K .......... .......... .......... .......... .......... 80%  136M 0s
 36300K .......... .......... .......... .......... .......... 80% 3.61M 0s
 36350K .......... .......... .......... .......... .......... 80% 70.4M 0s
 36400K .......... .......... .......... .......... .......... 80% 65.2M 0s
 36450K .......... .......... .......... .......... .......... 80% 69.1M 0s
 36500K .......... .......... .......... .......... .......... 80% 60.4M 0s
 36550K .......... .......... .......... .......... .......... 81% 71.8M 0s
 36600K .......... .......... .......... .......... .......... 81% 82.8M 0s
 36650K .......... .......... .......... .......... .......... 81%  106M 0s
 36700K .......... .......... .......... .......... .......... 81% 82.8M 0s
 36750K .......... .......... .......... .......... .......... 81% 57.2M 0s
 36800K .......... .......... .......... .......... .......... 81% 65.6M 0s
 36850K .......... .......... .......... .......... .......... 81% 14.1M 0s
 36900K .......... .......... .......... .......... .......... 81% 64.1M 0s
 36950K .......... .......... .......... .......... .......... 81% 82.6M 0s
 37000K .......... .......... .......... .......... .......... 82% 66.3M 0s
 37050K .......... .......... .......... .......... .......... 82% 39.2M 0s
 37100K .......... .......... .......... .......... .......... 82% 95.4M 0s
 37150K .......... .......... .......... .......... .......... 82% 56.0M 0s
 37200K .......... .......... .......... .......... .......... 82% 44.6M 0s
 37250K .......... .......... .......... .......... .......... 82% 12.8M 0s
 37300K .......... .......... .......... .......... .......... 82%  113M 0s
 37350K .......... .......... .......... .......... .......... 82%  118M 0s
 37400K .......... .......... .......... .......... .......... 82% 80.8M 0s
 37450K .......... .......... .......... .......... .......... 83% 13.5M 0s
 37500K .......... .......... .......... .......... .......... 83% 37.9M 0s
 37550K .......... .......... .......... .......... .......... 83%  166M 0s
 37600K .......... .......... .......... .......... .......... 83% 50.9M 0s
 37650K .......... .......... .......... .......... .......... 83% 40.6M 0s
 37700K .......... .......... .......... .......... .......... 83% 13.2M 0s
 37750K .......... .......... .......... .......... .......... 83%  149M 0s
 37800K .......... .......... .......... .......... .......... 83%  160M 0s
 37850K .......... .......... .......... .......... .......... 83% 1.99M 0s
 37900K .......... .......... .......... .......... .......... 84% 74.8M 0s
 37950K .......... .......... .......... .......... .......... 84% 90.9M 0s
 38000K .......... .......... .......... .......... .......... 84% 78.3M 0s
 38050K .......... .......... .......... .......... .......... 84% 85.8M 0s
 38100K .......... .......... .......... .......... .......... 84% 92.0M 0s
 38150K .......... .......... .......... .......... .......... 84% 87.0M 0s
 38200K .......... .......... .......... .......... .......... 84% 76.4M 0s
 38250K .......... .......... .......... .......... .......... 84% 87.2M 0s
 38300K .......... .......... .......... .......... .......... 84%  117M 0s
 38350K .......... .......... .......... .......... .......... 84%  117M 0s
 38400K .......... .......... .......... .......... .......... 85%  157M 0s
 38450K .......... .......... .......... .......... .......... 85%  147M 0s
 38500K .......... .......... .......... .......... .......... 85%  116M 0s
 38550K .......... .......... .......... .......... .......... 85%  107M 0s
 38600K .......... .......... .......... .......... .......... 85%  158M 0s
 38650K .......... .......... .......... .......... .......... 85%  160M 0s
 38700K .......... .......... .......... .......... .......... 85% 76.3M 0s
 38750K .......... .......... .......... .......... .......... 85% 85.4M 0s
 38800K .......... .......... .......... .......... .......... 85%  130M 0s
 38850K .......... .......... .......... .......... .......... 86%  163M 0s
 38900K .......... .......... .......... .......... .......... 86% 30.1M 0s
 38950K .......... .......... .......... .......... .......... 86%  137M 0s
 39000K .......... .......... .......... .......... .......... 86%  104M 0s
 39050K .......... .......... .......... .......... .......... 86% 40.7M 0s
 39100K .......... .......... .......... .......... .......... 86%  155M 0s
 39150K .......... .......... .......... .......... .......... 86% 49.5M 0s
 39200K .......... .......... .......... .......... .......... 86% 13.3M 0s
 39250K .......... .......... .......... .......... .......... 86%  130M 0s
 39300K .......... .......... .......... .......... .......... 87% 43.4M 0s
 39350K .......... .......... .......... .......... .......... 87% 44.5M 0s
 39400K .......... .......... .......... .......... .......... 87%  158M 0s
 39450K .......... .......... .......... .......... .......... 87% 13.3M 0s
 39500K .......... .......... .......... .......... .......... 87% 40.4M 0s
 39550K .......... .......... .......... .......... .......... 87%  140M 0s
 39600K .......... .......... .......... .......... .......... 87% 57.2M 0s
 39650K .......... .......... .......... .......... .......... 87% 13.6M 0s
 39700K .......... .......... .......... .......... .......... 87% 37.7M 0s
 39750K .......... .......... .......... .......... .......... 88%  134M 0s
 39800K .......... .......... .......... .......... .......... 88% 49.5M 0s
 39850K .......... .......... .......... .......... .......... 88%  153M 0s
 39900K .......... .......... .......... .......... .......... 88% 2.52M 0s
 39950K .......... .......... .......... .......... .......... 88% 81.9M 0s
 40000K .......... .......... .......... .......... .......... 88%  106M 0s
 40050K .......... .......... .......... .......... .......... 88%  116M 0s
 40100K .......... .......... .......... .......... .......... 88%  164M 0s
 40150K .......... .......... .......... .......... .......... 88%  150M 0s
 40200K .......... .......... .......... .......... .......... 89%  153M 0s
 40250K .......... .......... .......... .......... .......... 89%  120M 0s
 40300K .......... .......... .......... .......... .......... 89%  144M 0s
 40350K .......... .......... .......... .......... .......... 89% 98.2M 0s
 40400K .......... .......... .......... .......... .......... 89% 84.3M 0s
 40450K .......... .......... .......... .......... .......... 89%  109M 0s
 40500K .......... .......... .......... .......... .......... 89% 93.9M 0s
 40550K .......... .......... .......... .......... .......... 89%  113M 0s
 40600K .......... .......... .......... .......... .......... 89% 97.3M 0s
 40650K .......... .......... .......... .......... .......... 90%  210M 0s
 40700K .......... .......... .......... .......... .......... 90% 39.3M 0s
 40750K .......... .......... .......... .......... .......... 90%  217M 0s
 40800K .......... .......... .......... .......... .......... 90% 10.8M 0s
 40850K .......... .......... .......... .......... .......... 90%  182M 0s
 40900K .......... .......... .......... .......... .......... 90% 44.1M 0s
 40950K .......... .......... .......... .......... .......... 90% 11.4M 0s
 41000K .......... .......... .......... .......... .......... 90%  216M 0s
 41050K .......... .......... .......... .......... .......... 90%  220M 0s
 41100K .......... .......... .......... .......... .......... 91% 26.5M 0s
 41150K .......... .......... .......... .......... .......... 91%  194M 0s
 41200K .......... .......... .......... .......... .......... 91% 9.76M 0s
 41250K .......... .......... .......... .......... .......... 91%  201M 0s
 41300K .......... .......... .......... .......... .......... 91%  185M 0s
 41350K .......... .......... .......... .......... .......... 91% 60.4M 0s
 41400K .......... .......... .......... .......... .......... 91% 13.0M 0s
 41450K .......... .......... .......... .......... .......... 91% 35.7M 0s
 41500K .......... .......... .......... .......... .......... 91%  176M 0s
 41550K .......... .......... .......... .......... .......... 92% 56.1M 0s
 41600K .......... .......... .......... .......... .......... 92%  160M 0s
 41650K .......... .......... .......... .......... .......... 92% 10.0M 0s
 41700K .......... .......... .......... .......... .......... 92%  184M 0s
 41750K .......... .......... .......... .......... .......... 92% 48.9M 0s
 41800K .......... .......... .......... .......... .......... 92%  209M 0s
 41850K .......... .......... .......... .......... .......... 92% 13.7M 0s
 41900K .......... .......... .......... .......... .......... 92% 36.9M 0s
 41950K .......... .......... .......... .......... .......... 92% 52.0M 0s
 42000K .......... .......... .......... .......... .......... 93%  193M 0s
 42050K .......... .......... .......... .......... .......... 93%  210M 0s
 42100K .......... .......... .......... .......... .......... 93% 10.2M 0s
 42150K .......... .......... .......... .......... .......... 93%  217M 0s
 42200K .......... .......... .......... .......... .......... 93% 40.1M 0s
 42250K .......... .......... .......... .......... .......... 93%  207M 0s
 42300K .......... .......... .......... .......... .......... 93% 9.10M 0s
 42350K .......... .......... .......... .......... .......... 93%  135M 0s
 42400K .......... .......... .......... .......... .......... 93% 50.9M 0s
 42450K .......... .......... .......... .......... .......... 94%  195M 0s
 42500K .......... .......... .......... .......... .......... 94% 14.4M 0s
 42550K .......... .......... .......... .......... .......... 94% 32.8M 0s
 42600K .......... .......... .......... .......... .......... 94%  203M 0s
 42650K .......... .......... .......... .......... .......... 94%  218M 0s
 42700K .......... .......... .......... .......... .......... 94% 56.2M 0s
 42750K .......... .......... .......... .......... .......... 94% 9.94M 0s
 42800K .......... .......... .......... .......... .......... 94% 37.0M 0s
 42850K .......... .......... .......... .......... .......... 94%  180M 0s
 42900K .......... .......... .......... .......... .......... 95%  189M 0s
 42950K .......... .......... .......... .......... .......... 95%  212M 0s
 43000K .......... .......... .......... .......... .......... 95% 8.44M 0s
 43050K .......... .......... .......... .......... .......... 95%  185M 0s
 43100K .......... .......... .......... .......... .......... 95% 54.3M 0s
 43150K .......... .......... .......... .......... .......... 95%  197M 0s
 43200K .......... .......... .......... .......... .......... 95% 23.3M 0s
 43250K .......... .......... .......... .......... .......... 95% 17.9M 0s
 43300K .......... .......... .......... .......... .......... 95% 38.4M 0s
 43350K .......... .......... .......... .......... .......... 96%  209M 0s
 43400K .......... .......... .......... .......... .......... 96% 51.5M 0s
 43450K .......... .......... .......... .......... .......... 96%  207M 0s
 43500K .......... .......... .......... .......... .......... 96% 10.1M 0s
 43550K .......... .......... .......... .......... .......... 96%  210M 0s
 43600K .......... .......... .......... .......... .......... 96%  221M 0s
 43650K .......... .......... .......... .......... .......... 96% 53.7M 0s
 43700K .......... .......... .......... .......... .......... 96% 36.6M 0s
 43750K .......... .......... .......... .......... .......... 96% 13.1M 0s
 43800K .......... .......... .......... .......... .......... 97%  168M 0s
 43850K .......... .......... .......... .......... .......... 97% 46.3M 0s
 43900K .......... .......... .......... .......... .......... 97% 47.4M 0s
 43950K .......... .......... .......... .......... .......... 97%  134M 0s
 44000K .......... .......... .......... .......... .......... 97% 6.84M 0s
 44050K .......... .......... .......... .......... .......... 97%  179M 0s
 44100K .......... .......... .......... .......... .......... 97%  166M 0s
 44150K .......... .......... .......... .......... .......... 97%  178M 0s
 44200K .......... .......... .......... .......... .......... 97%  195M 0s
 44250K .......... .......... .......... .......... .......... 98% 18.7M 0s
 44300K .......... .......... .......... .......... .......... 98% 19.2M 0s
 44350K .......... .......... .......... .......... .......... 98% 36.4M 0s
 44400K .......... .......... .......... .......... .......... 98%  210M 0s
 44450K .......... .......... .......... .......... .......... 98%  211M 0s
 44500K .......... .......... .......... .......... .......... 98% 24.6M 0s
 44550K .......... .......... .......... .......... .......... 98% 16.8M 0s
 44600K .......... .......... .......... .......... .......... 98% 36.9M 0s
 44650K .......... .......... .......... .......... .......... 98%  196M 0s
 44700K .......... .......... .......... .......... .......... 99% 57.4M 0s
 44750K .......... .......... .......... .......... .......... 99% 9.68M 0s
 44800K .......... .......... .......... .......... .......... 99%  199M 0s
 44850K .......... .......... .......... .......... .......... 99%  222M 0s
 44900K .......... .......... .......... .......... .......... 99%  178M 0s
 44950K .......... .......... .......... .......... .......... 99% 67.2M 0s
 45000K .......... .......... .......... .......... .......... 99%  210M 0s
 45050K .......... .......... .......... .......... .......... 99% 6.21M 0s
 45100K .......... .......... .......... .......... .......... 99%  142M 0s
 45150K .......... .......... ........                        100%  197M=1.1s

2022-06-26 23:06:12 (38.9 MB/s) - ‘libllvm-full.zip’ saved [46262593/46262593]

[Pipeline] sh
+ unzip libllvm-full.zip -d ./vm/Contents/MacOS/Plugins
Archive:  libllvm-full.zip
  inflating: ./vm/Contents/MacOS/Plugins/libLLVM.dylib  
[Pipeline] sh
+ wget https://files.pharo.org/vm/pharo-spur64/Darwin-x86_64/third-party/libunicorn.zip
--2022-06-26 23:06:16--  https://files.pharo.org/vm/pharo-spur64/Darwin-x86_64/third-party/libunicorn.zip
Resolving files.pharo.org (files.pharo.org)... 164.132.235.17
Connecting to files.pharo.org (files.pharo.org)|164.132.235.17|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 2587592 (2.5M) [application/zip]
Saving to: ‘libunicorn.zip’

     0K .......... .......... .......... .......... ..........  1% 4.18M 1s
    50K .......... .......... .......... .......... ..........  3% 6.32M 0s
   100K .......... .......... .......... .......... ..........  5% 8.38M 0s
   150K .......... .......... .......... .......... ..........  7% 9.01M 0s
   200K .......... .......... .......... .......... ..........  9% 51.9M 0s
   250K .......... .......... .......... .......... .......... 11% 8.63M 0s
   300K .......... .......... .......... .......... .......... 13% 8.58M 0s
   350K .......... .......... .......... .......... .......... 15% 7.63M 0s
   400K .......... .......... .......... .......... .......... 17% 7.98M 0s
   450K .......... .......... .......... .......... .......... 19% 51.7M 0s
   500K .......... .......... .......... .......... .......... 21% 8.59M 0s
   550K .......... .......... .......... .......... .......... 23% 8.86M 0s
   600K .......... .......... .......... .......... .......... 25% 75.5M 0s
   650K .......... .......... .......... .......... .......... 27% 8.36M 0s
   700K .......... .......... .......... .......... .......... 29% 8.36M 0s
   750K .......... .......... .......... .......... .......... 31% 70.5M 0s
   800K .......... .......... .......... .......... .......... 33% 8.21M 0s
   850K .......... .......... .......... .......... .......... 35% 38.0M 0s
   900K .......... .......... .......... .......... .......... 37% 5.70M 0s
   950K .......... .......... .......... .......... .......... 39% 8.75M 0s
  1000K .......... .......... .......... .......... .......... 41% 78.5M 0s
  1050K .......... .......... .......... .......... .......... 43% 7.99M 0s
  1100K .......... .......... .......... .......... .......... 45% 37.5M 0s
  1150K .......... .......... .......... .......... .......... 47% 5.43M 0s
  1200K .......... .......... .......... .......... .......... 49% 70.5M 0s
  1250K .......... .......... .......... .......... .......... 51% 9.14M 0s
  1300K .......... .......... .......... .......... .......... 53% 4.67M 0s
  1350K .......... .......... .......... .......... .......... 55% 68.8M 0s
  1400K .......... .......... .......... .......... .......... 57% 68.3M 0s
  1450K .......... .......... .......... .......... .......... 59% 74.9M 0s
  1500K .......... .......... .......... .......... .......... 61% 12.2M 0s
  1550K .......... .......... .......... .......... .......... 63% 34.6M 0s
  1600K .......... .......... .......... .......... .......... 65% 48.5M 0s
  1650K .......... .......... .......... .......... .......... 67% 9.32M 0s
  1700K .......... .......... .......... .......... .......... 69% 67.3M 0s
  1750K .......... .......... .......... .......... .......... 71% 9.42M 0s
  1800K .......... .......... .......... .......... .......... 73% 72.7M 0s
  1850K .......... .......... .......... .......... .......... 75% 12.5M 0s
  1900K .......... .......... .......... .......... .......... 77% 16.7M 0s
  1950K .......... .......... .......... .......... .......... 79% 54.3M 0s
  2000K .......... .......... .......... .......... .......... 81% 9.67M 0s
  2050K .......... .......... .......... .......... .......... 83% 70.9M 0s
  2100K .......... .......... .......... .......... .......... 85% 16.4M 0s
  2150K .......... .......... .......... .......... .......... 87% 16.7M 0s
  2200K .......... .......... .......... .......... .......... 89% 67.4M 0s
  2250K .......... .......... .......... .......... .......... 91% 10.3M 0s
  2300K .......... .......... .......... .......... .......... 92% 70.9M 0s
  2350K .......... .......... .......... .......... .......... 94% 70.8M 0s
  2400K .......... .......... .......... .......... .......... 96% 18.5M 0s
  2450K .......... .......... .......... .......... .......... 98% 16.3M 0s
  2500K .......... .......... ......                          100% 75.4M=0.2s

2022-06-26 23:06:16 (13.1 MB/s) - ‘libunicorn.zip’ saved [2587592/2587592]

[Pipeline] sh
+ unzip libunicorn.zip -d ./vm/Contents/MacOS/Plugins
Archive:  libunicorn.zip
  inflating: ./vm/Contents/MacOS/Plugins/libunicorn.1.dylib  
[Pipeline] timeout
Timeout set to expire in 20 min
[Pipeline] {
[Pipeline] sh
+ PHARO_CI_TESTING_ENVIRONMENT=true
+ ./vm/Contents/MacOS/Pharo --headless --logLevel=4 ./image/VMMaker.image test --junit-xml-output VMMakerTests
[DEBUG] 2022-06-26 23:06:18.000 logParameters (src/parameters.c:335):Image file name: ./image/VMMaker.image
[DEBUG] 2022-06-26 23:06:18.000 logParameters (src/parameters.c:336):Is default Image: no
[DEBUG] 2022-06-26 23:06:18.000 logParameters (src/parameters.c:337):Is interactive session: no
[DEBUG] 2022-06-26 23:06:18.000 logParameterVector (src/parameters.c:325):vmParameters [count = 4]:
[DEBUG] 2022-06-26 23:06:18.000 logParameterVector (src/parameters.c:328): ./vm/Contents/MacOS/Pharo
[DEBUG] 2022-06-26 23:06:18.000 logParameterVector (src/parameters.c:328): --headless
[DEBUG] 2022-06-26 23:06:18.000 logParameterVector (src/parameters.c:328): --logLevel=4
[DEBUG] 2022-06-26 23:06:18.000 logParameterVector (src/parameters.c:328): --headless
[DEBUG] 2022-06-26 23:06:18.000 logParameterVector (src/parameters.c:325):imageParameters [count = 3]:
[DEBUG] 2022-06-26 23:06:18.000 logParameterVector (src/parameters.c:328): test
[DEBUG] 2022-06-26 23:06:18.000 logParameterVector (src/parameters.c:328): --junit-xml-output
[DEBUG] 2022-06-26 23:06:18.000 logParameterVector (src/parameters.c:328): VMMakerTests
[INFO ] 2022-06-26 23:06:18.000 vm_main_with_parameters (src/client.c:113):Opening Image: ./image/VMMaker.image
[DEBUG] 2022-06-26 23:06:18.000 vm_main_with_parameters (src/client.c:135):Working Directory /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/runTests/build/vmmaker
[DEBUG] 2022-06-26 23:06:18.000 vm_main_with_parameters (src/client.c:137):sizeof(int): 4
[DEBUG] 2022-06-26 23:06:18.000 vm_main_with_parameters (src/client.c:138):sizeof(long): 8
[DEBUG] 2022-06-26 23:06:18.000 vm_main_with_parameters (src/client.c:139):sizeof(long long): 8
[DEBUG] 2022-06-26 23:06:18.000 vm_main_with_parameters (src/client.c:140):sizeof(void*): 8
[DEBUG] 2022-06-26 23:06:18.000 vm_main_with_parameters (src/client.c:141):sizeof(sqInt): 8
[DEBUG] 2022-06-26 23:06:18.000 vm_main_with_parameters (src/client.c:142):sizeof(sqLong): 8
[DEBUG] 2022-06-26 23:06:18.000 vm_main_with_parameters (src/client.c:143):sizeof(float): 4
[DEBUG] 2022-06-26 23:06:18.000 vm_main_with_parameters (src/client.c:144):sizeof(double): 8
[DEBUG] 2022-06-26 23:06:18.000 runOnMainThread (src/client.c:260):Running VM on main thread
[DEBUG] 2022-06-26 23:06:18.000 allocateJITMemory (src/memoryUnix.c:110):Trying to allocate JIT memory in 0x118753000
[DEBUG] 2022-06-26 23:06:18.000 sqAllocateMemory (src/memoryUnix.c:139):Trying to load the image in 0x1188b1000
[DEBUG] 2022-06-26 23:06:18.000 sqAllocateMemory (src/memoryUnix.c:181):Loading the image in 0x1188b1000
[WARN ] 2022-06-26 23:06:18.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: SecurityPlugin
[WARN ] 2022-06-26 23:06:18.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveTimezoneOffset
[WARN ] 2022-06-26 23:06:18.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveDirectoryDelimitor
[WARN ] 2022-06-26 23:06:18.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveFileMasks
[WARN ] 2022-06-26 23:06:18.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: InternetConfigPlugin
[WARN ] 2022-06-26 23:06:18.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveResolverStatus
[WARN ] 2022-06-26 23:06:18.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveResolverLocalAddress
[WARN ] 2022-06-26 23:06:18.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveResolverHostNameSize
[WARN ] 2022-06-26 23:06:18.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveResolverHostNameResult
[WARN ] 2022-06-26 23:06:18.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: MD5Plugin
[WARN ] 2022-06-26 23:06:18.000 unimplementedPrimitive (src/nullDisplay.c:6):Unimplemented primitive: ioNoteDisplayChangedwidthheightdepth
[WARN ] 2022-06-26 23:06:18.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveFileStdioHandles
[WARN ] 2022-06-26 23:06:19.000 ioLoadModule (src/externalPrimitives.c:102):Failed to load module: SDL2DisplayPlugin
Running tests in 1 Packages
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 1000 of 3800 (target: 950 (newly freed: 672
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 1032 of 3800 (target: 950 (newly freed: 784
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 960 of 3800 (target: 950 (newly freed: 672
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 1024 of 3800 (target: 950 (newly freed: 672
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 992 of 3800 (target: 950 (newly freed: 672
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 1024 of 3800 (target: 950 (newly freed: 672
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 984 of 3800 (target: 950 (newly freed: 672
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 1000 of 3800 (target: 950 (newly freed: 672
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 976 of 3800 (target: 950 (newly freed: 672
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 1000 of 3800 (target: 950 (newly freed: 672
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 1040 of 3800 (target: 950 (newly freed: 784
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 1048 of 3928 (target: 982 (newly freed: 816
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 984 of 3928 (target: 982 (newly freed: 720
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 984 of 3928 (target: 982 (newly freed: 720
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 992 of 3928 (target: 982 (newly freed: 720
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 1048 of 3928 (target: 982 (newly freed: 792
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 1000 of 3928 (target: 982 (newly freed: 792
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 1008 of 3928 (target: 982 (newly freed: 792
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 1024 of 3928 (target: 982 (newly freed: 792
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 1000 of 3928 (target: 982 (newly freed: 792
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 1024 of 3928 (target: 982 (newly freed: 792
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 1008 of 3928 (target: 982 (newly freed: 792
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 976 of 3880 (target: 970 (newly freed: 664
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 1056 of 3880 (target: 970 (newly freed: 704
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 1056 of 3880 (target: 970 (newly freed: 704
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 992 of 3880 (target: 970 (newly freed: 616
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 976 of 3880 (target: 970 (newly freed: 616
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 1000 of 3880 (target: 970 (newly freed: 616
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 992 of 3880 (target: 970 (newly freed: 616
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 1008 of 3880 (target: 970 (newly freed: 704
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 984 of 3880 (target: 970 (newly freed: 616
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 1008 of 3880 (target: 970 (newly freed: 704
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 1008 of 3880 (target: 970 (newly freed: 616
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 976 of 3880 (target: 970 (newly freed: 816
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 984 of 3880 (target: 970 (newly freed: 792
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 1000 of 3880 (target: 970 (newly freed: 792
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 976 of 3880 (target: 970 (newly freed: 792
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 1056 of 3880 (target: 970 (newly freed: 880
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 984 of 3880 (target: 970 (newly freed: 792
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 1008 of 3880 (target: 970 (newly freed: 792
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 1040 of 3880 (target: 970 (newly freed: 880
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 1032 of 3880 (target: 970 (newly freed: 792
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 1040 of 3880 (target: 970 (newly freed: 880
freeing methods with usage 0
freeing methods with usage 1
freeing methods with usage 2
Code Compaction freeing 1056 of 3880 (target: 970 (newly freed: 880
 16r10219A0: a(n) ??nil cnidx?? (16r24=>16r10218C0) format 16r3 size 22 hdr8 ..... hash 16r0
 0  16r110FFE1 =2236412 (16r221FFC)
 1        16r1 =0 (16r0)
 2        16r1 =0 (16r0)
 3  16r10218A0 a ??nil cnidx??
 4  16r1013400 nil
 5  16r1013400 nil
 16r1013120: a(n) ??nil cnidx?? (16r24=>16r10218C0) format 16r3 size 22 hdr8 ..... hash 16r0
 0  16r1013400 nil
 1       16r51 =10 (16rA)
 2        16r9 =1 (16r1)
 3  16r10218A0 a ??nil cnidx??
 4  16r1013400 nil
 5  16r1013400 nil
 6  16r10219A0 a ??nil cnidx??

GC number 0	marking...nilling... 16r10219A0: a(n) ??nil cnidx?? (16r24=>16r10218C0) format 16r3 size 22 hdr8 ..... hash 16r0
 0  16r110FFE1 =2236412 (16r221FFC)
 1        16r1 =0 (16r0)
 2        16r1 =0 (16r0)
 3  16r10218A0 a ??nil cnidx??
 4  16r1013400 nil
 5  16r1013400 nil
 16r1013120: a(n) ??nil cnidx?? (16r24=>16r10218C0) format 16r3 size 22 hdr8 ..... hash 16r0
 0  16r1013400 nil
 1       16r51 =10 (16rA)
 2        16r9 =1 (16r1)
 3  16r10218A0 a ??nil cnidx??
 4  16r1013400 nil
 5  16r1013400 nil
 6  16r10219A0 a ??nil cnidx??
 16r10219A0: a(n) ??nil cnidx?? (16r24=>16r10218C0) format 16r3 size 22 hdr8 ..... hash 16r0
 0  16r110FFE1 =2236412 (16r221FFC)
 1        16r1 =0 (16r0)
 2        16r1 =0 (16r0)
 3  16r10218A0 a ??nil cnidx??
 4  16r1013400 nil
 5  16r1013400 nil
 16r1013120: a(n) ??nil cnidx?? (16r24=>16r10218C0) format 16r3 size 22 hdr8 ..... hash 16r0
 0  16r1013400 nil
 1       16r51 =10 (16rA)
 2        16r9 =1 (16r1)
 3  16r10218A0 a ??nil cnidx??
 4  16r1013400 nil
 5  16r1013400 nil
 6  16r10219A0 a ??nil cnidx??
 16r10219A0: a(n) ??nil cnidx?? (16r24=>16r10218C0) format 16r3 size 22 hdr8 ..... hash 16r0
 0  16r110FFE1 =2236412 (16r221FFC)
 1        16r1 =0 (16r0)
 2        16r1 =0 (16r0)
 3  16r10218A0 a ??nil cnidx??
 4  16r1013400 nil
 5  16r1013400 nil
 16r1013120: a(n) ??nil cnidx?? (16r24=>16r10218C0) format 16r3 size 22 hdr8 ..... hash 16r0
 0  16r1013400 nil
 1       16r51 =10 (16rA)
 2        16r9 =1 (16r1)
 3  16r10218A0 a ??nil cnidx??
 4  16r1013400 nil
 5  16r1013400 nil
 6  16r10219A0 a ??nil cnidx??
 16r10166C0: a(n) ??nil cnidx?? (16r24=>16r1016628) format 16r3 size 22 hdr8 ..... hash 16r0
 0  16r110BFF1 =8937464 (16r885FF8)
 1        16r1 =0 (16r0)
 2        16r1 =0 (16r0)
 3  16r1016610 a ??nil cnidx??
 4  16r100F400 nil
 5  16r100F400 nil
 16r100F120: a(n) ??nil cnidx?? (16r24=>16r1016628) format 16r3 size 22 hdr8 ..... hash 16r0
 0  16r100F400 nil
 1        16rD =6 (16r6)
 2        16r3 =1 (16r1)
 3  16r1016610 a ??nil cnidx??
 4  16r100F400 nil
 5  16r100F400 nil
 6  16r10166C0 a ??nil cnidx??

GC number 0	marking...nilling... 16r10166C0: a(n) ??nil cnidx?? (16r24=>16r1016628) format 16r3 size 22 hdr8 ..... hash 16r0
 0  16r110BFF1 =8937464 (16r885FF8)
 1        16r1 =0 (16r0)
 2        16r1 =0 (16r0)
 3  16r1016610 a ??nil cnidx??
 4  16r100F400 nil
 5  16r100F400 nil
 16r100F120: a(n) ??nil cnidx?? (16r24=>16r1016628) format 16r3 size 22 hdr8 ..... hash 16r0
 0  16r100F400 nil
 1        16rD =6 (16r6)
 2        16r3 =1 (16r1)
 3  16r1016610 a ??nil cnidx??
 4  16r100F400 nil
 5  16r100F400 nil
 6  16r10166C0 a ??nil cnidx??
 16r10166C0: a(n) ??nil cnidx?? (16r24=>16r1016628) format 16r3 size 22 hdr8 ..... hash 16r0
 0  16r110BFF1 =8937464 (16r885FF8)
 1        16r1 =0 (16r0)
 2        16r1 =0 (16r0)
 3  16r1016610 a ??nil cnidx??
 4  16r100F400 nil
 5  16r100F400 nil
 16r100F120: a(n) ??nil cnidx?? (16r24=>16r1016628) format 16r3 size 22 hdr8 ..... hash 16r0
 0  16r100F400 nil
 1        16rD =6 (16r6)
 2        16r3 =1 (16r1)
 3  16r1016610 a ??nil cnidx??
 4  16r100F400 nil
 5  16r100F400 nil
 6  16r10166C0 a ??nil cnidx??
 16r10166C0: a(n) ??nil cnidx?? (16r24=>16r1016628) format 16r3 size 22 hdr8 ..... hash 16r0
 0  16r110BFF1 =8937464 (16r885FF8)
 1        16r1 =0 (16r0)
 2        16r1 =0 (16r0)
 3  16r1016610 a ??nil cnidx??
 4  16r100F400 nil
 5  16r100F400 nil
 16r100F120: a(n) ??nil cnidx?? (16r24=>16r1016628) format 16r3 size 22 hdr8 ..... hash 16r0
 0  16r100F400 nil
 1        16rD =6 (16r6)
 2        16r3 =1 (16r1)
 3  16r1016610 a ??nil cnidx??
 4  16r100F400 nil
 5  16r100F400 nil
 6  16r10166C0 a ??nil cnidx??
 16r10219A0: a(n) ??nil cnidx?? (16r24=>16r10218C0) format 16r3 size 22 hdr8 ..... hash 16r0
 0  16r110FFE1 =2236412 (16r221FFC)
 1        16r1 =0 (16r0)
 2        16r1 =0 (16r0)
 3  16r10218A0 a ??nil cnidx??
 4  16r1013400 nil
 5  16r1013400 nil
 16r1013120: a(n) ??nil cnidx?? (16r24=>16r10218C0) format 16r3 size 22 hdr8 ..... hash 16r0
 0  16r1013400 nil
 1       16r51 =10 (16rA)
 2        16r9 =1 (16r1)
 3  16r10218A0 a ??nil cnidx??
 4  16r1013400 nil
 5  16r1013400 nil
 6  16r10219A0 a ??nil cnidx??

GC number 0	marking...nilling... 16r10219A0: a(n) ??nil cnidx?? (16r24=>16r10218C0) format 16r3 size 22 hdr8 ..... hash 16r0
 0  16r110FFE1 =2236412 (16r221FFC)
 1        16r1 =0 (16r0)
 2        16r1 =0 (16r0)
 3  16r10218A0 a ??nil cnidx??
 4  16r1013400 nil
 5  16r1013400 nil
 16r1013120: a(n) ??nil cnidx?? (16r24=>16r10218C0) format 16r3 size 22 hdr8 ..... hash 16r0
 0  16r1013400 nil
 1       16r51 =10 (16rA)
 2        16r9 =1 (16r1)
 3  16r10218A0 a ??nil cnidx??
 4  16r1013400 nil
 5  16r1013400 nil
 6  16r10219A0 a ??nil cnidx??
 16r10219A0: a(n) ??nil cnidx?? (16r24=>16r10218C0) format 16r3 size 22 hdr8 ..... hash 16r0
 0  16r110FFE1 =2236412 (16r221FFC)
 1        16r1 =0 (16r0)
 2        16r1 =0 (16r0)
 3  16r10218A0 a ??nil cnidx??
 4  16r1013400 nil
 5  16r1013400 nil
 16r1013120: a(n) ??nil cnidx?? (16r24=>16r10218C0) format 16r3 size 22 hdr8 ..... hash 16r0
 0  16r1013400 nil
 1       16r51 =10 (16rA)
 2        16r9 =1 (16r1)
 3  16r10218A0 a ??nil cnidx??
 4  16r1013400 nil
 5  16r1013400 nil
 6  16r10219A0 a ??nil cnidx??
 16r10219A0: a(n) ??nil cnidx?? (16r24=>16r10218C0) format 16r3 size 22 hdr8 ..... hash 16r0
 0  16r110FFE1 =2236412 (16r221FFC)
 1        16r1 =0 (16r0)
 2        16r1 =0 (16r0)
 3  16r10218A0 a ??nil cnidx??
 4  16r1013400 nil
 5  16r1013400 nil
 16r1013120: a(n) ??nil cnidx?? (16r24=>16r10218C0) format 16r3 size 22 hdr8 ..... hash 16r0
 0  16r1013400 nil
 1       16r51 =10 (16rA)
 2        16r9 =1 (16r1)
 3  16r10218A0 a ??nil cnidx??
 4  16r1013400 nil
 5  16r1013400 nil
 6  16r10219A0 a ??nil cnidx??
 16r10166C0: a(n) ??nil cnidx?? (16r24=>16r1016628) format 16r3 size 22 hdr8 ..... hash 16r0
 0  16r110BFF1 =8937464 (16r885FF8)
 1        16r1 =0 (16r0)
 2        16r1 =0 (16r0)
 3  16r1016610 a ??nil cnidx??
 4  16r100F400 nil
 5  16r100F400 nil
 16r100F120: a(n) ??nil cnidx?? (16r24=>16r1016628) format 16r3 size 22 hdr8 ..... hash 16r0
 0  16r100F400 nil
 1        16rD =6 (16r6)
 2        16r3 =1 (16r1)
 3  16r1016610 a ??nil cnidx??
 4  16r100F400 nil
 5  16r100F400 nil
 6  16r10166C0 a ??nil cnidx??

GC number 0	marking...nilling... 16r10166C0: a(n) ??nil cnidx?? (16r24=>16r1016628) format 16r3 size 22 hdr8 ..... hash 16r0
 0  16r110BFF1 =8937464 (16r885FF8)
 1        16r1 =0 (16r0)
 2        16r1 =0 (16r0)
 3  16r1016610 a ??nil cnidx??
 4  16r100F400 nil
 5  16r100F400 nil
 16r100F120: a(n) ??nil cnidx?? (16r24=>16r1016628) format 16r3 size 22 hdr8 ..... hash 16r0
 0  16r100F400 nil
 1        16rD =6 (16r6)
 2        16r3 =1 (16r1)
 3  16r1016610 a ??nil cnidx??
 4  16r100F400 nil
 5  16r100F400 nil
 6  16r10166C0 a ??nil cnidx??
 16r10166C0: a(n) ??nil cnidx?? (16r24=>16r1016628) format 16r3 size 22 hdr8 ..... hash 16r0
 0  16r110BFF1 =8937464 (16r885FF8)
 1        16r1 =0 (16r0)
 2        16r1 =0 (16r0)
 3  16r1016610 a ??nil cnidx??
 4  16r100F400 nil
 5  16r100F400 nil
 16r100F120: a(n) ??nil cnidx?? (16r24=>16r1016628) format 16r3 size 22 hdr8 ..... hash 16r0
 0  16r100F400 nil
 1        16rD =6 (16r6)
 2        16r3 =1 (16r1)
 3  16r1016610 a ??nil cnidx??
 4  16r100F400 nil
 5  16r100F400 nil
 6  16r10166C0 a ??nil cnidx??
 16r10166C0: a(n) ??nil cnidx?? (16r24=>16r1016628) format 16r3 size 22 hdr8 ..... hash 16r0
 0  16r110BFF1 =8937464 (16r885FF8)
 1        16r1 =0 (16r0)
 2        16r1 =0 (16r0)
 3  16r1016610 a ??nil cnidx??
 4  16r100F400 nil
 5  16r100F400 nil
 16r100F120: a(n) ??nil cnidx?? (16r24=>16r1016628) format 16r3 size 22 hdr8 ..... hash 16r0
 0  16r100F400 nil
 1        16rD =6 (16r6)
 2        16r3 =1 (16r1)
 3  16r1016610 a ??nil cnidx??
 4  16r100F400 nil
 5  16r100F400 nil
 6  16r10166C0 a ??nil cnidx??
Could not convert argument index: 1
Could not convert argument index: 1
Could not convert argument index: 1
Could not convert argument index: 1
Could not convert argument index: 1
Could not convert argument index: 1
Could not convert argument index: 1
Could not convert argument index: 1
Could not convert argument index: 1
Could not convert argument index: 1
Could not convert argument index: 1
Could not convert argument index: 1
Could not convert argument index: 1
Could not convert argument index: 1
Could not convert argument index: 1
Could not convert argument index: 1
Could not convert argument index: 1
Could not convert argument index: 1
Could not convert argument index: 1
Could not convert argument index: 1
Could not convert argument index: 1
Could not convert argument index: 1
Could not convert argument index: 1
Could not convert argument index: 1
Could not convert argument index: 1
Could not convert argument index: 1
Could not convert argument index: 1
Could not convert argument index: 1
Could not convert argument index: 1
Could not convert argument index: 1
Could not convert argument index: 1
Could not convert argument index: 1
Could not convert argument index: 1
Could not convert argument index: 1

(0) Looking for primitiveThatDoNothingWithOneArgument in vm
Looking for module  ... loaded...computing accessor depths...done ... okay
(0) Looking for primitiveThatDoNothingWithOneArgument in vm
Looking for module  ... loaded...computing accessor depths...done ... okay
(0) Looking for primitiveThatDoNothingWithOneArgument in vm
Looking for module  ... loaded...computing accessor depths...done ... okay
(0) Looking for primitiveThatDoNothingWithOneArgument in vm
Looking for module  ... loaded...computing accessor depths...done ... okay
(0) Looking for primitiveThatDoNothingWithOneArgument in vm
Looking for module  ... loaded...computing accessor depths...done ... okay
(0) Looking for primitiveFailCounting in vm
Looking for module  ... loaded...computing accessor depths...done ... okay
(0) Looking for primitiveFailCounting in vm
Looking for module  ... loaded...computing accessor depths...done ... okay
(0) Looking for primitiveFailCounting in vm
Looking for module  ... loaded...computing accessor depths...done ... okay
(0) Looking for primitiveFailCounting in vm
Looking for module  ... loaded...computing accessor depths...done ... okay
(0) Looking for primitiveFailCounting in vm
Looking for module  ... loaded...computing accessor depths...done ... okay
(0) Looking for primitiveFailCounting in vm
Looking for module  ... loaded...computing accessor depths...done ... okay
(0) Looking for primitiveThatDoNothingWithOneArgument in vm
Looking for module  ... loaded...computing accessor depths...done ... okay
(0) Looking for primitiveThatDoNothingWithOneArgument in vm
Looking for module  ... loaded...computing accessor depths...done ... okay
(0) Looking for primitiveThatDoNothingWithOneArgument in vm
Looking for module  ... loaded...computing accessor depths...done ... okay
(0) Looking for primitiveThatDoNothingWithOneArgument in vm
Looking for module  ... loaded...computing accessor depths...done ... okay
(0) Looking for primitiveThatDoNothingWithOneArgument in vm
Looking for module  ... loaded...computing accessor depths...done ... okay
(0) Looking for primitiveFailCounting in vm
Looking for module  ... loaded...computing accessor depths...done ... okay
(0) Looking for primitiveFailCounting in vm
Looking for module  ... loaded...computing accessor depths...done ... okay
(0) Looking for primitiveFailCounting in vm
Looking for module  ... loaded...computing accessor depths...done ... okay
(0) Looking for primitiveFailCounting in vm
Looking for module  ... loaded...computing accessor depths...done ... okay
(0) Looking for primitiveFailCounting in vm
Looking for module  ... loaded...computing accessor depths...done ... okay
(0) Looking for primitiveFailCounting in vm
Looking for module  ... loaded...computing accessor depths...done ... okay
(0) Looking for primitiveThatDoNothingWithOneArgument in vm
Looking for module  ... loaded...computing accessor depths...done ... okay
(0) Looking for primitiveThatDoNothingWithOneArgument in vm
Looking for module  ... loaded...computing accessor depths...done ... okay
(0) Looking for primitiveThatDoNothingWithOneArgument in vm
Looking for module  ... loaded...computing accessor depths...done ... okay
(0) Looking for primitiveThatDoNothingWithOneArgument in vm
Looking for module  ... loaded...computing accessor depths...done ... okay
(0) Looking for primitiveThatDoNothingWithOneArgument in vm
Looking for module  ... loaded...computing accessor depths...done ... okay
(0) Looking for primitiveFailCounting in vm
Looking for module  ... loaded...computing accessor depths...done ... okay
(0) Looking for primitiveFailCounting in vm
Looking for module  ... loaded...computing accessor depths...done ... okay
(0) Looking for primitiveFailCounting in vm
Looking for module  ... loaded...computing accessor depths...done ... okay
(0) Looking for primitiveFailCounting in vm
Looking for module  ... loaded...computing accessor depths...done ... okay
(0) Looking for primitiveFailCounting in vm
Looking for module  ... loaded...computing accessor depths...done ... okay
(0) Looking for primitiveFailCounting in vm
Looking for module  ... loaded...computing accessor depths...done ... okay
(0) Looking for primitiveThatDoNothingWithOneArgument in vm
Looking for module  ... loaded...computing accessor depths...done ... okay
(0) Looking for primitiveThatDoNothingWithOneArgument in vm
Looking for module  ... loaded...computing accessor depths...done ... okay
(0) Looking for primitiveThatDoNothingWithOneArgument in vm
Looking for module  ... loaded...computing accessor depths...done ... okay
(0) Looking for primitiveThatDoNothingWithOneArgument in vm
Looking for module  ... loaded...computing accessor depths...done ... okay
(0) Looking for primitiveThatDoNothingWithOneArgument in vm
Looking for module  ... loaded...computing accessor depths...done ... okay
(0) Looking for primitiveFailCounting in vm
Looking for module  ... loaded...computing accessor depths...done ... okay
(0) Looking for primitiveFailCounting in vm
Looking for module  ... loaded...computing accessor depths...done ... okay
(0) Looking for primitiveFailCounting in vm
Looking for module  ... loaded...computing accessor depths...done ... okay
(0) Looking for primitiveFailCounting in vm
Looking for module  ... loaded...computing accessor depths...done ... okay
(0) Looking for primitiveFailCounting in vm
Looking for module  ... loaded...computing accessor depths...done ... okay
(0) Looking for primitiveFailCounting in vm
Looking for module  ... loaded...computing accessor depths...done ... okay
GC number 0	marking...nilling...marking...nilling...
GC number 1	marking...nilling...planning...updating pointers...copying and unmarking...

freeing at 16r102F8C8 up to 16r110AFF0
marking...nilling...planning...updating pointers...copying and unmarking...

freeing at 16r102F8C8 up to 16r110AFF0

GC number 0	marking...nilling...marking...nilling...
GC number 1	marking...nilling...planning...updating pointers...copying and unmarking...

freeing at 16r102F8C8 up to 16r110AFF0
marking...nilling...planning...updating pointers...copying and unmarking...

freeing at 16r102F8C8 up to 16r110AFF0

GC number 0	marking...nilling...marking...nilling...
GC number 1	marking...nilling...planning...updating pointers...copying and unmarking...

freeing at 16r102F8C8 up to 16r110AFF0
marking...nilling...planning...updating pointers...copying and unmarking...

freeing at 16r102F8C8 up to 16r110AFF0

GC number 0	marking...nilling...marking...nilling...
GC number 1	marking...nilling...planning...updating pointers...copying and unmarking...

freeing at 16r102F8C8 up to 16r110AFF0
marking...nilling...planning...updating pointers...copying and unmarking...

freeing at 16r102F8C8 up to 16r110AFF0

GC number 0	marking...nilling...marking...nilling...
GC number 1	marking...nilling...planning...updating pointers...copying and unmarking...

freeing at 16r102F8C8 up to 16r110AFF0
marking...nilling...planning...updating pointers...copying and unmarking...

freeing at 16r102F8C8 up to 16r110AFF0

GC number 0	marking...nilling...marking...nilling...
GC number 1	marking...nilling...planning...updating pointers...copying and unmarking...

freeing at 16r102F8C8 up to 16r110AFF0
marking...nilling...planning...updating pointers...copying and unmarking...

freeing at 16r102F8C8 up to 16r110AFF0

GC number 0	marking...nilling...planning...updating pointers...copying and unmarking...

freeing at 16r102F8D8 up to 16r110AFF0
marking...nilling...planning...updating pointers...copying and unmarking...

freeing at 16r102F8D8 up to 16r110AFF0

GC number 0	marking...nilling...marking...nilling...
GC number 1	marking...nilling...planning...updating pointers...copying and unmarking...

freeing at 16r101C638 up to 16r1106FF0
marking...nilling...planning...updating pointers...copying and unmarking...

freeing at 16r101C638 up to 16r1106FF0

GC number 0	marking...nilling...marking...nilling...
GC number 1	marking...nilling...planning...updating pointers...copying and unmarking...

freeing at 16r101C638 up to 16r1106FF0
marking...nilling...planning...updating pointers...copying and unmarking...

freeing at 16r101C638 up to 16r1106FF0

GC number 0	marking...nilling...marking...nilling...
GC number 1	marking...nilling...planning...updating pointers...copying and unmarking...

freeing at 16r101C638 up to 16r1106FF0
marking...nilling...planning...updating pointers...copying and unmarking...

freeing at 16r101C638 up to 16r1106FF0

GC number 0	marking...nilling...marking...nilling...
GC number 1	marking...nilling...planning...updating pointers...copying and unmarking...

freeing at 16r101C638 up to 16r1106FF0
marking...nilling...planning...updating pointers...copying and unmarking...

freeing at 16r101C638 up to 16r1106FF0

GC number 0	marking...nilling...marking...nilling...
GC number 1	marking...nilling...planning...updating pointers...copying and unmarking...

freeing at 16r101C638 up to 16r1106FF0
marking...nilling...planning...updating pointers...copying and unmarking...

freeing at 16r101C638 up to 16r1106FF0

GC number 0	marking...nilling...marking...nilling...
GC number 1	marking...nilling...planning...updating pointers...copying and unmarking...

freeing at 16r101C638 up to 16r1106FF0
marking...nilling...planning...updating pointers...copying and unmarking...

freeing at 16r101C638 up to 16r1106FF0

GC number 0	marking...nilling...planning...updating pointers...copying and unmarking...

freeing at 16r101C648 up to 16r1106FF0
marking...nilling...planning...updating pointers...copying and unmarking...

freeing at 16r101C648 up to 16r1106FF0
Garbage Collect for Snapshot

GC number 0	marking...nilling...planning...updating pointers...copying and unmarking...

freeing at 16r102FA38 up to 16r110AFF0
marking...nilling...planning...updating pointers...copying and unmarking...

freeing at 16r102FA38 up to 16r110AFF0
Garbage Collect for Snapshot

GC number 0	marking...nilling...planning...updating pointers...copying and unmarking...

freeing at 16r102FA38 up to 16r110AFF0
marking...nilling...planning...updating pointers...copying and unmarking...

freeing at 16r102FA38 up to 16r110AFF0
Garbage Collect for Snapshot

GC number 0	marking...nilling...planning...updating pointers...copying and unmarking...

freeing at 16r102FA48 up to 16r110AFF0
marking...nilling...planning...updating pointers...copying and unmarking...

freeing at 16r102FA48 up to 16r110AFF0
Garbage Collect for Snapshot

GC number 0	marking...nilling...planning...updating pointers...copying and unmarking...

freeing at 16r101C720 up to 16r1106FF0
marking...nilling...planning...updating pointers...copying and unmarking...

freeing at 16r101C720 up to 16r1106FF0
Garbage Collect for Snapshot

GC number 0	marking...nilling...planning...updating pointers...copying and unmarking...

freeing at 16r101C720 up to 16r1106FF0
marking...nilling...planning...updating pointers...copying and unmarking...

freeing at 16r101C720 up to 16r1106FF0
Garbage Collect for Snapshot

GC number 0	marking...nilling...planning...updating pointers...copying and unmarking...

freeing at 16r101C730 up to 16r1106FF0
marking...nilling...planning...updating pointers...copying and unmarking...

freeing at 16r101C730 up to 16r1106FF0

Looking for module  ... loaded...computing accessor depths
warning, variable nsMethodCache doesn't exist or has already been removed
...done
Looking for module  ... loaded...computing accessor depths
warning, variable nsMethodCache doesn't exist or has already been removed
...done
Looking for module  ... loaded...computing accessor depths
warning, variable nsMethodCache doesn't exist or has already been removed
...done
(0) Looking for secHasEnvironmentAccess in SecurityPlugin
Looking for module SecurityPlugin ... loaded...computing accessor depths...done
Looking for module  ... loaded...computing accessor depths
warning, variable nsMethodCache doesn't exist or has already been removed
...done
(0) Looking for secHasEnvironmentAccess in SecurityPlugin
Looking for module SecurityPlugin ... loaded...computing accessor depths...done
GC number 0	marking...nilling...marking...nilling...
GC number 1	marking...nilling...planning...updating pointers...copying and unmarking...

freeing at 16r101F980 up to 16r110AFF0
marking...nilling...planning...updating pointers...copying and unmarking...

freeing at 16r101F980 up to 16r110AFF0

GC number 0	marking...nilling...marking...nilling...
GC number 1	marking...nilling...planning...updating pointers...copying and unmarking...

freeing at 16r101F980 up to 16r110AFF0
marking...nilling...planning...updating pointers...copying and unmarking...

freeing at 16r101F980 up to 16r110AFF0

GC number 0	marking...nilling...marking...nilling...
GC number 1	marking...nilling...marking...nilling...
GC number 0	marking...nilling...planning...updating pointers...copying and unmarking...

freeing at 16r101F980 up to 16r110AFF0
marking...nilling...planning...updating pointers...copying and unmarking...

freeing at 16r101F980 up to 16r110AFF0

GC number 0	marking...nilling...marking...nilling...
GC number 0	marking...nilling...marking...nilling...
GC number 0	marking...nilling...marking...nilling...
GC number 0	marking...nilling...marking...nilling...
GC number 1	marking...nilling...planning...updating pointers...copying and unmarking...

freeing at 16r1014698 up to 16r1106FF0
marking...nilling...planning...updating pointers...copying and unmarking...

freeing at 16r1014698 up to 16r1106FF0

GC number 0	marking...nilling...marking...nilling...
GC number 1	marking...nilling...planning...updating pointers...copying and unmarking...

freeing at 16r1014698 up to 16r1106FF0
marking...nilling...planning...updating pointers...copying and unmarking...

freeing at 16r1014698 up to 16r1106FF0

GC number 0	marking...nilling...marking...nilling...
GC number 1	marking...nilling...marking...nilling...
GC number 0	marking...nilling...planning...updating pointers...copying and unmarking...

freeing at 16r1014698 up to 16r1106FF0
marking...nilling...planning...updating pointers...copying and unmarking...

freeing at 16r1014698 up to 16r1106FF0

GC number 0	marking...nilling...marking...nilling...
GC number 0	marking...nilling...marking...nilling...
GC number 0	marking...nilling...marking...nilling...3653 run, 3653 passes, 0 failures, 0 errors.
[WARN ] 2022-06-26 23:08:44.000 ioFindExternalFunctionInAccessorDepthInto (src/externalPrimitives.c:149):Missing Accessor Depth: primitiveCompressToByteArray
[DEBUG] 2022-06-26 23:08:44.000 primitiveQuit (_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35354):Quit requested by the image
Process        0x11964ceb8 priority 79
    0x7ffeea36f750 I SessionManager>launchSnapshot:andQuit: 0x119f39598: a(n) SessionManager
    0x7ffeea36f7c0 I [] in SessionManager>snapshot:andQuit: 0x119f39598: a(n) SessionManager
    0x7ffeea36f800 I [] in FullBlockClosure>newProcess 0x11964ccd8: a(n) FullBlockClosure

processes at priority 40
Process        0x11c9f78b0 priority 40
    0x7ffeea3497f8 M MorphicRenderLoop>doOneCycleWhile: 0x11c9df9a0: a(n) MorphicRenderLoop
       0x11c9dfaa0 s [] in MorphicUIManager>spawnNewProcess
       0x11c9dfb80 s [] in FullBlockClosure(BlockClosure)>newProcess

Process        0x11ef0c6a8 priority 40
    0x7ffeea35f590 M Process>resume 0x11964ceb8: a(n) Process
    0x7ffeea35f5c0 M FullBlockClosure(BlockClosure)>forkAt: 0x11964ccd8: a(n) FullBlockClosure
    0x7ffeea35f618 I SessionManager>snapshot:andQuit: 0x119f39598: a(n) SessionManager
    0x7ffeea35f678 I [] in SmalltalkImage>snapshot:andQuit: 0x119ecc0d0: a(n) SmalltalkImage
    0x7ffeea35f6c0 I CurrentExecutionEnvironment class>activate:for: 0x119ec41a0: a(n) CurrentExecutionEnvironment class
    0x7ffeea35f710 I DefaultExecutionEnvironment(ExecutionEnvironment)>beActiveDuring: 0x119eb9048: a(n) DefaultExecutionEnvironment
    0x7ffeea35f758 I DefaultExecutionEnvironment class>beActiveDuring: 0x119ec4710: a(n) DefaultExecutionEnvironment class
    0x7ffeea35f7a0 I SmalltalkImage>snapshot:andQuit: 0x119ecc0d0: a(n) SmalltalkImage
    0x7ffeea35f800 I TestCommandLineHandler>runPackages 0x11ef0ab80: a(n) TestCommandLineHandler
       0x11ef0aac8 s TestCommandLineHandler>activate
       0x11ef0abc0 s TestCommandLineHandler class(CommandLineHandler class)>activateWith:
       0x11ef0ad28 s [] in PharoCommandLineHandler(BasicCommandLineHandler)>activateSubCommand:
       0x11ef0aed0 s FullBlockClosure(BlockClosure)>on:do:
       0x11ef0b098 s PharoCommandLineHandler(BasicCommandLineHandler)>activateSubCommand:
       0x11ef0b420 s PharoCommandLineHandler(BasicCommandLineHandler)>handleSubcommand
       0x11ef0b7b8 s PharoCommandLineHandler(BasicCommandLineHandler)>handleArgument:
       0x11ef0ba30 s [] in PharoCommandLineHandler(BasicCommandLineHandler)>activate
       0x11ef0bce0 s FullBlockClosure(BlockClosure)>on:do:
       0x11ef0bfd0 s [] in PharoCommandLineHandler(BasicCommandLineHandler)>activate
       0x11ef0c1d0 s [] in FullBlockClosure(BlockClosure)>newProcess

processes at priority 10
Process        0x11ef0c590 priority 10
       0x11ef0e6e0 s ProcessorScheduler class>idleProcess
       0x11efc6860 s [] in ProcessorScheduler class>startUp
       0x11efc6c60 s [] in FullBlockClosure(BlockClosure)>newProcess

suspended processes
Process        0x11ef0cbd0 priority 50
       0x11ef0ecc0 s WeakArray class>finalizationProcess
       0x11efc66c8 s [] in WeakArray class>restartFinalizationProcess
       0x11efc6ac8 s [] in FullBlockClosure(BlockClosure)>newProcess

Process        0x11bdf8260 priority 40
       0x11bdfc4f0 s AtomicSharedQueue>waitForNewItems
       0x11bdfe2a0 s AtomicSharedQueue>next
       0x11bdfecb8 s TKTWorkerProcess>privateNextTask
       0x11bdff5a0 s [] in TKTWorkerProcess>workerLoop
       0x11bdff658 s FullBlockClosure(BlockClosure)>repeat
       0x11bdff738 s TKTWorkerProcess>workerLoop
       0x11bdff7f0 s MessageSend>value
       0x11bdff8a8 s [] in TKTPharoProcessProvider>createProcessDoing:named:
       0x11bdff980 s [] in FullBlockClosure(BlockClosure)>newProcess

Process        0x11ef0c540 priority 60
       0x11ef0e628 s SmalltalkImage>lowSpaceWatcher
       0x11ef39b28 s [] in SmalltalkImage>installLowSpaceWatcher
       0x11ef8a838 s [] in FullBlockClosure(BlockClosure)>newProcess

Process        0x11c9f7900 priority 80
    0x7ffeea3377c8 I DelaySemaphoreScheduler(DelayBasicScheduler)>suspendAtTimingPriority 0x11a241b60: a(n) DelaySemaphoreScheduler
    0x7ffeea337800 M [] in DelaySemaphoreScheduler>runBackendLoopAtTimingPriority 0x11a241b60: a(n) DelaySemaphoreScheduler
       0x11d6791b8 s FullBlockClosure(BlockClosure)>ensure:
       0x11c9dfcb0 s DelaySemaphoreScheduler(DelayBasicScheduler)>runBackendLoopAtTimingPriority
       0x11d678eb8 s [] in DelaySemaphoreScheduler(DelayBasicScheduler)>startTimerEventLoopPriority:
       0x11c9dfd90 s [] in FullBlockClosure(BlockClosure)>newProcess
[Pipeline] }
[Pipeline] // timeout
[Pipeline] junit
Recording test results
[Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] parallel
[Pipeline] { (Branch: Linux-x86_64)
[Pipeline] { (Branch: Darwin-x86_64)
[Pipeline] { (Branch: Windows-x86_64)
[Pipeline] { (Branch: Darwin-arm64)
[Pipeline] node
[Pipeline] node
[Pipeline] node
Running on pharo-ci-jenkins2-bootstrap-unix in /builds/workspace/pharo-vm_pharo-9
Running on pharo-ci-jenkins2-osx2 in /builds/workspace/pharo-vm_pharo-9
[Pipeline] node
Running on pharo-ci-jenkins2-win10 in C:\builds\workspace\pharo-vm_pharo-9
Running on lse-mac-mini in /Users/lse/Workspace/workspace/pharo-vm_pharo-9
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 30 min
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 30 min
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 30 min
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 30 min
[Pipeline] {
[Pipeline] cleanWs
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
[Pipeline] cleanWs
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[Pipeline] cleanWs
[WS-CLEANUP] done
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[Pipeline] cleanWs
[WS-CLEANUP] done
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
[Pipeline] unstash
[Pipeline] unstash
[Pipeline] unstash
[Pipeline] readFile
[Pipeline] readFile
[Pipeline] readFile
[Pipeline] unstash
[Pipeline] stage
[Pipeline] { (Checkout-Linux-x86_64)
[Pipeline] stage
[Pipeline] { (Checkout-Darwin-x86_64)
[Pipeline] stage
[Pipeline] { (Checkout-Windows-x86_64)
[Pipeline] dir
Running in /builds/workspace/pharo-vm_pharo-9/repository
[Pipeline] {
[Pipeline] dir
Running in /builds/workspace/pharo-vm_pharo-9/repository
[Pipeline] {
[Pipeline] readFile
[Pipeline] dir
Running in C:\builds\workspace\pharo-vm_pharo-9\repository
[Pipeline] {
[Pipeline] checkout
The recommended git tool is: git
using credential pharo-ci-api-user-pass-token
Cloning the remote Git repository
Using shallow clone with depth 2
[Pipeline] checkout
The recommended git tool is: git
using credential pharo-ci-api-user-pass-token
Cloning the remote Git repository
Using shallow clone with depth 2
[Pipeline] checkout
The recommended git tool is: git
using credential pharo-ci-api-user-pass-token
Cloning the remote Git repository
Using shallow clone with depth 2
[Pipeline] stage
[Pipeline] { (Checkout-Darwin-arm64)
[Pipeline] dir
Running in /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository
[Pipeline] {
[Pipeline] checkout
The recommended git tool is: git
using credential pharo-ci-api-user-pass-token
Cloning the remote Git repository
Using shallow clone with depth 2
Cloning repository https://github.com/pharo-project/pharo-vm.git
 > git init /builds/workspace/pharo-vm_pharo-9/repository # timeout=10
Fetching upstream changes from https://github.com/pharo-project/pharo-vm.git
 > git --version # timeout=10
 > git --version # 'git version 2.24.1 (Apple Git-126)'
using GIT_ASKPASS to set credentials pharo-ci using token as pass
 > git fetch --tags --force --progress --depth=2 -- https://github.com/pharo-project/pharo-vm.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Cloning repository https://github.com/pharo-project/pharo-vm.git
 > git init /builds/workspace/pharo-vm_pharo-9/repository # timeout=10
Fetching upstream changes from https://github.com/pharo-project/pharo-vm.git
 > git --version # timeout=10
 > git --version # 'git version 2.7.4'
using GIT_ASKPASS to set credentials pharo-ci using token as pass
 > git fetch --tags --progress --depth=2 https://github.com/pharo-project/pharo-vm.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Cloning repository https://github.com/pharo-project/pharo-vm.git
 > git init C:\builds\workspace\pharo-vm_pharo-9\repository # timeout=10
Fetching upstream changes from https://github.com/pharo-project/pharo-vm.git
 > git --version # timeout=10
 > git --version # 'git version 2.29.2'
using GIT_ASKPASS to set credentials pharo-ci using token as pass
 > git fetch --tags --force --progress --depth=2 -- https://github.com/pharo-project/pharo-vm.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Cloning repository https://github.com/pharo-project/pharo-vm.git
 > git init /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository # timeout=10
Fetching upstream changes from https://github.com/pharo-project/pharo-vm.git
 > git --version # timeout=10
 > git --version # 'git version 2.31.0'
using GIT_ASKPASS to set credentials pharo-ci using token as pass
 > git fetch --tags --force --progress --depth=2 -- https://github.com/pharo-project/pharo-vm.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 4a14a4a71d848f299385a80fe687d90ff94930ea (pharo-9)
Avoid second fetch
Checking out Revision 4a14a4a71d848f299385a80fe687d90ff94930ea (pharo-9)
Commit message: "Merge pull request #437 from pharo-project/MarcusDenker-patch-1"
Commit message: "Merge pull request #437 from pharo-project/MarcusDenker-patch-1"
 > git config remote.origin.url https://github.com/pharo-project/pharo-vm.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4a14a4a71d848f299385a80fe687d90ff94930ea # timeout=10
 > git config remote.origin.url https://github.com/pharo-project/pharo-vm.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4a14a4a71d848f299385a80fe687d90ff94930ea # timeout=10
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build-Darwin-arm64-CoInterpreter)
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] cmakeBuild
[build] $ /opt/homebrew/bin/cmake -G "Unix Makefiles" -DFLAVOUR=CoInterpreter -DBUILD_IS_RELEASE=OFF -DPHARO_DEPENDENCIES_PREFER_DOWNLOAD_BINARIES=TRUE -DICEBERG_DEFAULT_REMOTE=httpsUrl /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository
[Pipeline] // stage
Avoid second fetch
Checking out Revision 4a14a4a71d848f299385a80fe687d90ff94930ea (pharo-9)
[Pipeline] stage
[Pipeline] { (Build-Linux-x86_64-CoInterpreter)
[Pipeline] cmakeBuild
[build] $ /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -G "Unix Makefiles" -DFLAVOUR=CoInterpreter -DBUILD_IS_RELEASE=OFF -DPHARO_DEPENDENCIES_PREFER_DOWNLOAD_BINARIES=TRUE -DICEBERG_DEFAULT_REMOTE=httpsUrl /builds/workspace/pharo-vm_pharo-9/repository
-- CMAKE_GENERATOR=Unix Makefiles
-- Building version 9.0.15-4a14a4a7
-- Commit hash 4a14a4a7 : 2022-06-26 21:46:42 +0200
-- No user build settings.
-- 4a14a4a7 - Commit: 4a14a4a7 - Date: 2022-06-26 21:46:42 +0200
-- The C compiler identification is AppleClang 12.0.5.12050022
-- The CXX compiler identification is AppleClang 12.0.5.12050022
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /Library/Developer/CommandLineTools/usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Compiling for architecture: arm64
-- Full Platform name: Darwin-arm64
-- Building Pharo with executable named Pharo
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of int
-- Check size of int - done
-- Check size of long
-- Check size of long - done
-- Check size of long long
-- Check size of long long - done
-- Check size of void*
-- Check size of void* - done
-- int 4
-- long 8
-- long long 8
-- void* 8
-- Writing libraries to: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
-- Looking for include file dirent.h
-- Looking for include file dirent.h - found
-- Looking for include file features.h
Commit message: "Merge pull request #437 from pharo-project/MarcusDenker-patch-1"
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
-- CMAKE_GENERATOR=Unix Makefiles
-- Building version 9.0.15-4a14a4a
-- Commit hash 4a14a4a : 2022-06-26 21:46:42 +0200
-- No user build settings.
-- 4a14a4a - Commit: 4a14a4a - Date: 2022-06-26 21:46:42 +0200
-- The C compiler identification is GNU 5.4.0
-- The CXX compiler identification is GNU 5.4.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Compiling for architecture: x86_64
-- Full Platform name: Linux-x86_64
-- Building Pharo with executable named pharo
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of int
-- Check size of int - done
-- Check size of long
-- Check size of long - done
-- Check size of long long
-- Check size of long long - done
-- Check size of void*
-- Check size of void* - done
-- int 4
-- long 8
-- long long 8
-- void* 8
-- Writing libraries to: /builds/workspace/pharo-vm_pharo-9/build/build/vm/
-- Looking for include file dirent.h
-- Looking for include file dirent.h - found
-- Looking for include file features.h
-- Looking for include file features.h - found
-- Looking for include file unistd.h
[Pipeline] stage
 > git config remote.origin.url https://github.com/pharo-project/pharo-vm.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4a14a4a71d848f299385a80fe687d90ff94930ea # timeout=10
[Pipeline] { (Build-Darwin-x86_64-CoInterpreter)
[Pipeline] cmakeBuild
-- Looking for include file features.h - not found
-- Looking for include file unistd.h
-- Looking for include file unistd.h - found
-- Looking for include file ndir.h
-- Looking for include file ndir.h - not found
-- Looking for include file sys/ndir.h
-- Looking for include file sys/ndir.h - not found
-- Looking for include file sys/dir.h
-- Looking for include file sys/dir.h - found
-- Looking for include file sys/filio.h
-- Looking for include file sys/filio.h - found
-- Looking for include file sys/time.h
-- Looking for include file sys/time.h - found
-- Looking for include file execinfo.h
-- Looking for include file execinfo.h - found
-- Looking for include file dlfcn.h
-- Looking for include file dlfcn.h - found
-- Looking for dlopen in dl
-- Looking for dlopen in dl - found
-- Looking for dlopen in dyld
-- Looking for dlopen in dyld - not found
-- Performing Test HAVE_TM_GMTOFF
-- Performing Test HAVE_TM_GMTOFF - Success
-- Looking for include file sys/uuid.h
-- Looking for include file sys/uuid.h - not found
-- Looking for include file uuid/uuid.h
-- Looking for include file uuid/uuid.h - found
-- Looking for include file uuid.h
-- Looking for include file uuid.h - not found
-- Looking for uuidgen in uuid
-- Looking for uuidgen in uuid - not found
-- Looking for uuid_generate in uuid
-- Looking for uuid_generate in uuid - not found
Defining OSX VM to download for code generation
-- C Compiler: /Library/Developer/CommandLineTools/usr/bin/cc
-- C++ Compiler: /Library/Developer/CommandLineTools/usr/bin/c++
-- Resource Compiler: 
-- Looking for FFI in the system
[build] $ /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -G "Unix Makefiles" -DFLAVOUR=CoInterpreter -DBUILD_IS_RELEASE=OFF -DPHARO_DEPENDENCIES_PREFER_DOWNLOAD_BINARIES=TRUE -DICEBERG_DEFAULT_REMOTE=httpsUrl /builds/workspace/pharo-vm_pharo-9/repository
-- Looking for include file unistd.h - found
-- Looking for include file ndir.h
-- Looking for include file ndir.h - not found
-- Looking for include file sys/ndir.h
-- Looking for include file sys/ndir.h - not found
-- Looking for include file sys/dir.h
-- Looking for include file sys/dir.h - found
-- Looking for include file sys/filio.h
-- Looking for include file sys/filio.h - not found
-- Looking for include file sys/time.h
-- Looking for include file sys/time.h - found
-- Looking for include file execinfo.h
-- Looking for include file execinfo.h - found
-- Looking for include file dlfcn.h
-- Looking for include file dlfcn.h - found
-- Looking for dlopen in dl
-- Looking for dlopen in dl - found
-- Looking for dlopen in dyld
-- Looking for dlopen in dyld - not found
-- Performing Test HAVE_TM_GMTOFF
-- Performing Test HAVE_TM_GMTOFF - Success
-- Looking for include file sys/uuid.h
-- Looking for include file sys/uuid.h - not found
-- Looking for include file uuid/uuid.h
-- Looking for include file uuid/uuid.h - found
-- Looking for include file uuid.h
-- Looking for include file uuid.h - not found
-- Looking for uuidgen in uuid
-- Looking for uuidgen in uuid - not found
-- Looking for uuid_generate in uuid
-- Looking for uuid_generate in uuid - found
Defining Linux VM x86_64 to download for code generation
-- C Compiler: /usr/bin/cc
-- C++ Compiler: /usr/bin/c++
-- Resource Compiler: 
-- Building FFI
-- Downloading/updating libffi
-- Configuring done
-- Generating done
-- Build files have been written to: /builds/workspace/pharo-vm_pharo-9/build/libffi-download
Scanning dependencies of target libffi-download
[ 11%] Creating directories for 'libffi-download'
[ 22%] Performing download step (git clone) for 'libffi-download'
Cloning into 'libffi-src'...
-- Found FFI: /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/lib/libffi.tbd  
-- Adding plugin: FilePlugin
-- Adding plugin: FileAttributesPlugin
-- Adding plugin: UUIDPlugin
-- Adding plugin: SocketPlugin
-- Adding plugin: SurfacePlugin
-- Adding plugin: FloatArrayPlugin
-- Adding plugin: LargeIntegers
-- Adding plugin: JPEGReaderPlugin
-- Adding plugin: JPEGReadWriter2Plugin
-- Adding plugin: MiscPrimitivePlugin
-- Adding plugin: B2DPlugin
-- Adding plugin: LocalePlugin
-- Adding plugin: SqueakSSL
-- Adding plugin: DSAPrims
-- Adding plugin: UnixOSProcessPlugin
-- Downloading Git2 binary
Adding third-party libraries for Darwin-arm64: openssl-1.1.1k
-- Downloading/updating openssl-1.1.1k
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/openssl-1.1.1k-download
Scanning dependencies of target openssl-1.1.1k-download
[ 11%] Creating directories for 'openssl-1.1.1k-download'
[ 22%] Performing download step (download, verify and extract) for 'openssl-1.1.1k-download'
-- Downloading...
   dst='/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/openssl-1.1.1k-download/openssl-1.1.1k-download-prefix/src/openssl-1.1.1k.zip'
   timeout='none'
   inactivity timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-arm64/third-party/openssl-1.1.1k.zip'
-- [download 1% complete]
-- [download 3% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
* Closing connection 0
-- Downloading... done
-- extracting...
     src='/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/openssl-1.1.1k-download/openssl-1.1.1k-download-prefix/src/openssl-1.1.1k.zip'
     dst='/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/openssl-1.1.1k-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No update step for 'openssl-1.1.1k-download'
[ 44%] No patch step for 'openssl-1.1.1k-download'
[ 55%] No configure step for 'openssl-1.1.1k-download'
[ 66%] No build step for 'openssl-1.1.1k-download'
[ 77%] No install step for 'openssl-1.1.1k-download'
[ 88%] No test step for 'openssl-1.1.1k-download'
[100%] Completed 'openssl-1.1.1k-download'
[100%] Built target openssl-1.1.1k-download
-- /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/openssl-1.1.1k-src/libcrypto.1.1.dylib
-- /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/openssl-1.1.1k-src/libcrypto.dylib
-- /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/openssl-1.1.1k-src/libssl.1.1.dylib
-- /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/openssl-1.1.1k-src/libssl.dylib
Adding third-party libraries for Darwin-arm64: libgit2-1.0.1
-- Downloading/updating libgit2-1.0.1
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/libgit2-1.0.1-download
Scanning dependencies of target libgit2-1.0.1-download
[ 11%] Creating directories for 'libgit2-1.0.1-download'
[ 22%] Performing download step (download, verify and extract) for 'libgit2-1.0.1-download'
-- Downloading...
   dst='/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/libgit2-1.0.1-download/libgit2-1.0.1-download-prefix/src/libgit2-1.0.1.zip'
   timeout='none'
   inactivity timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-arm64/third-party/libgit2-1.0.1.zip'
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 26% complete]
-- [download 28% complete]
-- [download 30% complete]
-- [download 32% complete]
-- [download 34% complete]
-- [download 36% complete]
-- [download 38% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 44% complete]
-- [download 46% complete]
-- [download 48% complete]
-- [download 50% complete]
-- [download 52% complete]
-- [download 54% complete]
-- [download 56% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 62% complete]
-- [download 64% complete]
-- [download 66% complete]
-- [download 68% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 77% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 88% complete]
-- [download 90% complete]
-- [download 92% complete]
-- [download 94% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 100% complete]
* Closing connection 0
-- Downloading... done
-- extracting...
     src='/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/libgit2-1.0.1-download/libgit2-1.0.1-download-prefix/src/libgit2-1.0.1.zip'
     dst='/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/libgit2-1.0.1-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No update step for 'libgit2-1.0.1-download'
[ 44%] No patch step for 'libgit2-1.0.1-download'
[ 55%] No configure step for 'libgit2-1.0.1-download'
[ 66%] No build step for 'libgit2-1.0.1-download'
[ 77%] No install step for 'libgit2-1.0.1-download'
[ 88%] No test step for 'libgit2-1.0.1-download'
[100%] Completed 'libgit2-1.0.1-download'
[100%] Built target libgit2-1.0.1-download
-- /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/libgit2-1.0.1-src/libgit2.1.0.1.dylib
-- /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/libgit2-1.0.1-src/libgit2.1.0.dylib
-- /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/libgit2-1.0.1-src/libgit2.dylib
Adding third-party libraries for Darwin-arm64: libssh2-1.9.0
-- Downloading/updating libssh2-1.9.0
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/libssh2-1.9.0-download
Scanning dependencies of target libssh2-1.9.0-download
[ 11%] Creating directories for 'libssh2-1.9.0-download'
[ 22%] Performing download step (download, verify and extract) for 'libssh2-1.9.0-download'
-- Downloading...
   dst='/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/libssh2-1.9.0-download/libssh2-1.9.0-download-prefix/src/libssh2-1.9.0.zip'
   timeout='none'
   inactivity timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-arm64/third-party/libssh2-1.9.0.zip'
-- [download 0% complete]
-- [download 4% complete]
-- [download 11% complete]
-- [download 19% complete]
-- [download 28% complete]
-- [download 33% complete]
-- [download 39% complete]
-- [download 71% complete]
-- [download 73% complete]
-- [download 85% complete]
-- [download 92% complete]
-- [download 100% complete]
* Closing connection 0
-- Downloading... done
-- extracting...
     src='/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/libssh2-1.9.0-download/libssh2-1.9.0-download-prefix/src/libssh2-1.9.0.zip'
     dst='/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/libssh2-1.9.0-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No update step for 'libssh2-1.9.0-download'
[ 44%] No patch step for 'libssh2-1.9.0-download'
[ 55%] No configure step for 'libssh2-1.9.0-download'
[ 66%] No build step for 'libssh2-1.9.0-download'
[ 77%] No install step for 'libssh2-1.9.0-download'
[ 88%] No test step for 'libssh2-1.9.0-download'
[100%] Completed 'libssh2-1.9.0-download'
[100%] Built target libssh2-1.9.0-download
-- /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/libssh2-1.9.0-src/libssh2.1.0.1.dylib
-- /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/libssh2-1.9.0-src/libssh2.1.dylib
-- /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/libssh2-1.9.0-src/libssh2.dylib
Adding third-party libraries for Darwin-arm64: freetype-2.10.0
-- Downloading/updating freetype-2.10.0
-- CMAKE_GENERATOR=Unix Makefiles
-- Building version 9.0.15-4a14a4a7
-- Commit hash 4a14a4a7 : 2022-06-26 21:46:42 +0200
-- No user build settings.
-- 4a14a4a7 - Commit: 4a14a4a7 - Date: 2022-06-26 21:46:42 +0200
-- The C compiler identification is AppleClang 11.0.3.11030032
-- The CXX compiler identification is AppleClang 11.0.3.11030032
-- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/cc
-- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /Library/Developer/CommandLineTools/usr/bin/c++
-- Check for working CXX compiler: /Library/Developer/CommandLineTools/usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Compiling for architecture: x86_64
-- Full Platform name: Darwin-x86_64
-- Building Pharo with executable named Pharo
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of int
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/freetype-2.10.0-download
Scanning dependencies of target freetype-2.10.0-download
[ 11%] Creating directories for 'freetype-2.10.0-download'
[ 22%] Performing download step (download, verify and extract) for 'freetype-2.10.0-download'
-- Downloading...
   dst='/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/freetype-2.10.0-download/freetype-2.10.0-download-prefix/src/freetype-2.10.0.zip'
   timeout='none'
   inactivity timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-arm64/third-party/freetype-2.10.0.zip'
-- [download 2% complete]
-- [download 4% complete]
-- [download 6% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 14% complete]
-- [download 17% complete]
-- [download 19% complete]
-- [download 21% complete]
-- [download 25% complete]
-- [download 28% complete]
-- [download 31% complete]
-- [download 34% complete]
-- [download 38% complete]
-- [download 42% complete]
-- [download 53% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 60% complete]
-- [download 62% complete]
-- [download 65% complete]
-- [download 71% complete]
-- [download 73% complete]
-- [download 77% complete]
-- [download 79% complete]
-- [download 84% complete]
-- [download 86% complete]
-- [download 92% complete]
-- [download 94% complete]
-- [download 99% complete]
-- [download 100% complete]
* Closing connection 0
-- Downloading... done
-- extracting...
     src='/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/freetype-2.10.0-download/freetype-2.10.0-download-prefix/src/freetype-2.10.0.zip'
     dst='/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/freetype-2.10.0-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No update step for 'freetype-2.10.0-download'
[ 44%] No patch step for 'freetype-2.10.0-download'
[ 55%] No configure step for 'freetype-2.10.0-download'
[ 66%] No build step for 'freetype-2.10.0-download'
[ 77%] No install step for 'freetype-2.10.0-download'
[ 88%] No test step for 'freetype-2.10.0-download'
[100%] Completed 'freetype-2.10.0-download'
[100%] Built target freetype-2.10.0-download
-- /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/freetype-2.10.0-src/libfreetype.6.dylib
-- /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/freetype-2.10.0-src/libfreetype.dylib
Adding third-party libraries for Darwin-arm64: fontconfig-2.13.1
-- Downloading/updating fontconfig-2.13.1
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/fontconfig-2.13.1-download
Scanning dependencies of target fontconfig-2.13.1-download
[ 11%] Creating directories for 'fontconfig-2.13.1-download'
[ 22%] Performing download step (download, verify and extract) for 'fontconfig-2.13.1-download'
-- Downloading...
   dst='/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/fontconfig-2.13.1-download/fontconfig-2.13.1-download-prefix/src/fontconfig-2.13.1.zip'
   timeout='none'
   inactivity timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-arm64/third-party/fontconfig-2.13.1.zip'
-- [download 4% complete]
-- [download 30% complete]
-- [download 35% complete]
-- [download 43% complete]
-- [download 50% complete]
-- [download 59% complete]
-- [download 69% complete]
-- [download 83% complete]
-- [download 90% complete]
-- [download 100% complete]
* Closing connection 0
-- Downloading... done
-- extracting...
     src='/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/fontconfig-2.13.1-download/fontconfig-2.13.1-download-prefix/src/fontconfig-2.13.1.zip'
     dst='/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/fontconfig-2.13.1-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No update step for 'fontconfig-2.13.1-download'
[ 44%] No patch step for 'fontconfig-2.13.1-download'
[ 55%] No configure step for 'fontconfig-2.13.1-download'
[ 66%] No build step for 'fontconfig-2.13.1-download'
[ 77%] No install step for 'fontconfig-2.13.1-download'
[ 88%] No test step for 'fontconfig-2.13.1-download'
[100%] Completed 'fontconfig-2.13.1-download'
[100%] Built target fontconfig-2.13.1-download
-- /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/fontconfig-2.13.1-src/libfontconfig.1.dylib
-- /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/fontconfig-2.13.1-src/libfontconfig.dylib
Adding third-party libraries for Darwin-arm64: pixman-0.40.0
-- Downloading/updating pixman-0.40.0
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/pixman-0.40.0-download
Scanning dependencies of target pixman-0.40.0-download
[ 11%] Creating directories for 'pixman-0.40.0-download'
[ 22%] Performing download step (download, verify and extract) for 'pixman-0.40.0-download'
-- Downloading...
   dst='/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/pixman-0.40.0-download/pixman-0.40.0-download-prefix/src/pixman-0.40.0.zip'
   timeout='none'
   inactivity timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-arm64/third-party/pixman-0.40.0.zip'
-- [download 5% complete]
-- [download 6% complete]
-- [download 13% complete]
-- [download 16% complete]
-- [download 35% complete]
-- [download 45% complete]
-- [download 51% complete]
-- [download 56% complete]
-- [download 70% complete]
-- [download 77% complete]
-- [download 95% complete]
-- [download 100% complete]
* Closing connection 0
-- Downloading... done
-- extracting...
     src='/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/pixman-0.40.0-download/pixman-0.40.0-download-prefix/src/pixman-0.40.0.zip'
     dst='/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/pixman-0.40.0-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No update step for 'pixman-0.40.0-download'
[ 44%] No patch step for 'pixman-0.40.0-download'
[ 55%] No configure step for 'pixman-0.40.0-download'
[ 66%] No build step for 'pixman-0.40.0-download'
[ 77%] No install step for 'pixman-0.40.0-download'
[ 88%] No test step for 'pixman-0.40.0-download'
[100%] Completed 'pixman-0.40.0-download'
[100%] Built target pixman-0.40.0-download
-- /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/pixman-0.40.0-src/libpixman-1.0.40.0.dylib
-- /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/pixman-0.40.0-src/libpixman-1.0.dylib
-- /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/pixman-0.40.0-src/libpixman-1.dylib
Adding third-party libraries for Darwin-arm64: cairo-1.16.0
-- Downloading/updating cairo-1.16.0
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/cairo-1.16.0-download
Scanning dependencies of target cairo-1.16.0-download
[ 11%] Creating directories for 'cairo-1.16.0-download'
[ 22%] Performing download step (download, verify and extract) for 'cairo-1.16.0-download'
-- Downloading...
   dst='/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/cairo-1.16.0-download/cairo-1.16.0-download-prefix/src/cairo-1.16.0.zip'
   timeout='none'
   inactivity timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-arm64/third-party/cairo-1.16.0.zip'
-- [download 1% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 12% complete]
-- [download 15% complete]
-- [download 17% complete]
-- [download 19% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 25% complete]
-- [download 27% complete]
-- [download 29% complete]
-- [download 31% complete]
-- [download 33% complete]
-- [download 35% complete]
-- [download 38% complete]
-- [download 42% complete]
-- [download 47% complete]
-- [download 51% complete]
-- [download 56% complete]
-- [download 60% complete]
-- [download 68% complete]
-- [download 75% complete]
-- [download 83% complete]
-- [download 88% complete]
-- [download 93% complete]
-- [download 100% complete]
* Closing connection 0
-- Downloading... done
-- extracting...
     src='/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/cairo-1.16.0-download/cairo-1.16.0-download-prefix/src/cairo-1.16.0.zip'
     dst='/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/cairo-1.16.0-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No update step for 'cairo-1.16.0-download'
[ 44%] No patch step for 'cairo-1.16.0-download'
[ 55%] No configure step for 'cairo-1.16.0-download'
[ 66%] No build step for 'cairo-1.16.0-download'
[ 77%] No install step for 'cairo-1.16.0-download'
[ 88%] No test step for 'cairo-1.16.0-download'
[100%] Completed 'cairo-1.16.0-download'
[100%] Built target cairo-1.16.0-download
-- /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/cairo-1.16.0-src/libcairo.2.dylib
-- /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/cairo-1.16.0-src/libcairo.dylib
Adding third-party libraries for Darwin-arm64: libpng-1.6.37
-- Downloading/updating libpng-1.6.37
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/libpng-1.6.37-download
Scanning dependencies of target libpng-1.6.37-download
[ 11%] Creating directories for 'libpng-1.6.37-download'
[ 22%] Performing download step (download, verify and extract) for 'libpng-1.6.37-download'
-- Downloading...
   dst='/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/libpng-1.6.37-download/libpng-1.6.37-download-prefix/src/libpng-1.6.37.zip'
   timeout='none'
   inactivity timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-arm64/third-party/libpng-1.6.37.zip'
-- [download 9% complete]
-- [download 20% complete]
-- [download 33% complete]
-- [download 36% complete]
-- [download 42% complete]
-- [download 51% complete]
-- [download 68% complete]
-- [download 78% complete]
-- [download 89% complete]
-- [download 100% complete]
* Closing connection 0
-- Downloading... done
-- extracting...
     src='/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/libpng-1.6.37-download/libpng-1.6.37-download-prefix/src/libpng-1.6.37.zip'
     dst='/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/libpng-1.6.37-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No update step for 'libpng-1.6.37-download'
[ 44%] No patch step for 'libpng-1.6.37-download'
[ 55%] No configure step for 'libpng-1.6.37-download'
[ 66%] No build step for 'libpng-1.6.37-download'
[ 77%] No install step for 'libpng-1.6.37-download'
[ 88%] No test step for 'libpng-1.6.37-download'
[100%] Completed 'libpng-1.6.37-download'
[100%] Built target libpng-1.6.37-download
-- /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/libpng-1.6.37-src/libpng.dylib
-- /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/libpng-1.6.37-src/libpng16.16.dylib
-- /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/libpng-1.6.37-src/libpng16.dylib
-- Downloading SDL2 binary
Adding third-party libraries for Darwin-arm64: SDL2-2.0.14
-- Downloading/updating SDL2-2.0.14
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/SDL2-2.0.14-download
Scanning dependencies of target SDL2-2.0.14-download
[ 11%] Creating directories for 'SDL2-2.0.14-download'
[ 22%] Performing download step (download, verify and extract) for 'SDL2-2.0.14-download'
-- Downloading...
   dst='/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/SDL2-2.0.14-download/SDL2-2.0.14-download-prefix/src/SDL2-2.0.14.zip'
   timeout='none'
   inactivity timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-arm64/third-party/SDL2-2.0.14.zip'
-- [download 0% complete]
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 14% complete]
-- [download 17% complete]
-- [download 20% complete]
-- [download 26% complete]
-- [download 32% complete]
-- [download 38% complete]
-- [download 42% complete]
-- [download 50% complete]
-- [download 53% complete]
-- [download 56% complete]
-- [download 59% complete]
-- [download 62% complete]
-- [download 64% complete]
-- [download 68% complete]
-- [download 74% complete]
-- [download 80% complete]
-- [download 82% complete]
-- [download 88% complete]
-- [download 95% complete]
-- [download 98% complete]
-- [download 100% complete]
* Closing connection 0
-- Downloading... done
-- extracting...
     src='/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/SDL2-2.0.14-download/SDL2-2.0.14-download-prefix/src/SDL2-2.0.14.zip'
     dst='/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/SDL2-2.0.14-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No update step for 'SDL2-2.0.14-download'
[ 44%] No patch step for 'SDL2-2.0.14-download'
[ 55%] No configure step for 'SDL2-2.0.14-download'
[ 66%] No build step for 'SDL2-2.0.14-download'
[ 77%] No install step for 'SDL2-2.0.14-download'
[ 88%] No test step for 'SDL2-2.0.14-download'
[100%] Completed 'SDL2-2.0.14-download'
[100%] Built target SDL2-2.0.14-download
-- /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/SDL2-2.0.14-src/libSDL2-2.0.0.dylib
-- /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/SDL2-2.0.14-src/libSDL2.dylib
-- Configuring done
CMake Warning (dev):
  Policy CMP0068 is not set: RPATH settings on macOS do not affect
  install_name.  Run "cmake --help-policy CMP0068" for policy details.  Use
  the cmake_policy command to set the policy and suppress this warning.

  For compatibility with older versions of CMake, the install_name fields for
  the following targets are still affected by RPATH settings:

   B2DPlugin
   BitBltPlugin
   DSAPrims
   FileAttributesPlugin
   FilePlugin
   FloatArrayPlugin
   JPEGReadWriter2Plugin
   JPEGReaderPlugin
   LargeIntegers
   LocalePlugin
   MiscPrimitivePlugin
   PharoVMCore
   SocketPlugin
   SqueakSSL
   SurfacePlugin
   TestLibrary
   UUIDPlugin
   UnixOSProcessPlugin

This warning is for project developers.  Use -Wno-dev to suppress it.

-- Generating done
-- Build files have been written to: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build
[Pipeline] dir
Running in /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build
[Pipeline] {
Switched to a new branch 'v3.3-cmake'
Branch v3.3-cmake set up to track remote branch v3.3-cmake from origin.
[ 33%] No patch step for 'libffi-download'
[ 44%] Performing update step for 'libffi-download'
[Pipeline] sh
+ VERBOSE=1
+ make install package
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -S/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository -B/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build --check-build-system CMakeFiles/Makefile.cmake 0
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_progress_start /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build//CMakeFiles/progress.marks
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/Makefile2 all
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/build_vmmaker_get_vm-build.dir/build.make CMakeFiles/build_vmmaker_get_vm-build.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/build_vmmaker_get_vm-build.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/build_vmmaker_get_vm-build.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/build_vmmaker_get_vm-build.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/build_vmmaker_get_vm-build.dir/depend.internal".
Scanning dependencies of target build_vmmaker_get_vm-build
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/build_vmmaker_get_vm-build.dir/build.make CMakeFiles/build_vmmaker_get_vm-build.dir/build
[  1%] Creating directories for 'build_vmmaker_get_vm'
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E make_directory /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/vmmaker/vm
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E make_directory /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/vmmaker/vm
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E make_directory /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/vmmaker
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E make_directory /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/vmmaker/tmp
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E make_directory /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/vmmaker/src/build_vmmaker_get_vm-stamp
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E make_directory /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/vmmaker/src
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E make_directory /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/vmmaker/src/build_vmmaker_get_vm-stamp
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-mkdir
[  1%] Performing download step (download, verify and extract) for 'build_vmmaker_get_vm'
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/vmmaker && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -P /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/download-build_vmmaker_get_vm.cmake
-- Downloading...
   dst='/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/vmmaker/src/PharoVM-9.0.11-9e688828-Darwin-x86_64-bin.zip'
   timeout='none'
   inactivity timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64-headless/Darwin-x86_64/PharoVM-9.0.11-9e688828-Darwin-x86_64-bin.zip'
-- [download 0% complete]
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
* Closing connection 0
-- verifying file...
       file='/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/vmmaker/src/PharoVM-9.0.11-9e688828-Darwin-x86_64-bin.zip'
-- Check size of int - done
-- Check size of long
-- Check size of long - done
-- Check size of long long
-- Check size of long long - done
-- Check size of void*
-- Check size of void* - done
-- int 4
-- long 8
-- long long 8
-- void* 8
-- Writing libraries to: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
-- Looking for include file dirent.h
-- Looking for include file dirent.h - found
-- Looking for include file features.h
-- Looking for include file features.h - not found
-- Looking for include file unistd.h
-- Looking for include file unistd.h - found
-- Looking for include file ndir.h
-- Looking for include file ndir.h - not found
-- Looking for include file sys/ndir.h
-- Looking for include file sys/ndir.h - not found
-- Looking for include file sys/dir.h
-- Looking for include file sys/dir.h - found
-- Looking for include file sys/filio.h
-- Downloading... done
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/vmmaker && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -P /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/verify-build_vmmaker_get_vm.cmake
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/vmmaker && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -P /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/extract-build_vmmaker_get_vm.cmake
-- extracting...
     src='/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/vmmaker/src/PharoVM-9.0.11-9e688828-Darwin-x86_64-bin.zip'
     dst='/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/vmmaker/vm'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/vmmaker && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-download
[  2%] Performing update step for 'build_vmmaker_get_vm'
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/vmmaker/vm && echo

[  2%] No patch step for 'build_vmmaker_get_vm'
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E echo_append
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-patch
[  3%] Performing configure step for 'build_vmmaker_get_vm'
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/vmmaker/vm && echo

cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/vmmaker/vm && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-configure
[  4%] Performing build step for 'build_vmmaker_get_vm'
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/vmmaker/vm && echo

cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/vmmaker/vm && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-build
[  4%] Built target build_vmmaker_get_vm-build
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/build_vmmaker_get_image.dir/build.make CMakeFiles/build_vmmaker_get_image.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/build_vmmaker_get_image.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/build_vmmaker_get_image.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/build_vmmaker_get_image.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/build_vmmaker_get_image.dir/depend.internal".
Scanning dependencies of target build_vmmaker_get_image
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/build_vmmaker_get_image.dir/build.make CMakeFiles/build_vmmaker_get_image.dir/build
[  5%] Creating directories for 'build_vmmaker_get_image'
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E make_directory /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/vmmaker/image
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E make_directory /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/vmmaker/image
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E make_directory /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/vmmaker
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E make_directory /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/vmmaker/tmp
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E make_directory /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/vmmaker/src/build_vmmaker_get_image-stamp
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E make_directory /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/vmmaker/src
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E make_directory /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/vmmaker/src/build_vmmaker_get_image-stamp
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-mkdir
[  5%] Performing download step (download, verify and extract) for 'build_vmmaker_get_image'
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/vmmaker && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -P /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/vmmaker/src/build_vmmaker_get_image-stamp/download-build_vmmaker_get_image.cmake
-- Downloading...
   dst='/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/vmmaker/src/Pharo10-SNAPSHOT.build.349.sha.3e26baf.arch.64bit.zip'
   timeout='none'
   inactivity timeout='none'
-- Using src='https://files.pharo.org/image/100/Pharo10-SNAPSHOT.build.349.sha.3e26baf.arch.64bit.zip'
-- [download 0% complete]
-- [download 1% complete]
Avoid second fetch
Checking out Revision 4a14a4a71d848f299385a80fe687d90ff94930ea (pharo-9)
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
Current branch v3.3-cmake is up to date.
[ 55%] No configure step for 'libffi-download'
[ 66%] No build step for 'libffi-download'
[ 77%] No install step for 'libffi-download'
[ 88%] No test step for 'libffi-download'
[100%] Completed 'libffi-download'
[100%] Built target libffi-download
-- Building for TARGET_PLATFORM: X86_64
-- Check size of size_t
-- Check size of size_t - done
-- The ASM compiler identification is GNU
-- Found assembler: /usr/bin/cc
-- Check size of double
-- Check size of double - done
-- Check size of long double
-- Check size of long double - done
-- Looking for alloca
-- Looking for alloca - not found
-- Looking for mmap
-- Looking for mmap - found
-- Looking for MAP_ANON
-- Looking for MAP_ANON - found
-- Performing Test HAVE_MMAP_DEV_ZERO
-- Performing Test HAVE_MMAP_DEV_ZERO - Success
-- Looking for alloca.h
-- Looking for alloca.h - found
-- Performing Test HAVE_ALLOCA
-- Performing Test HAVE_ALLOCA - Success
-- Looking for inttypes.h
-- Looking for inttypes.h - found
-- Looking for memory.h
-- Looking for memory.h - found
-- Looking for stdlib.h
-- Looking for stdlib.h - found
-- Looking for strings.h
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
* Closing connection 0
-- verifying file...
       file='/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/vmmaker/src/Pharo10-SNAPSHOT.build.349.sha.3e26baf.arch.64bit.zip'
-- Downloading... done
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/vmmaker && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -P /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/vmmaker/src/build_vmmaker_get_image-stamp/verify-build_vmmaker_get_image.cmake
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/vmmaker && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -P /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/vmmaker/src/build_vmmaker_get_image-stamp/extract-build_vmmaker_get_image.cmake
-- extracting...
     src='/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/vmmaker/src/Pharo10-SNAPSHOT.build.349.sha.3e26baf.arch.64bit.zip'
     dst='/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/vmmaker/image'
-- extracting... [tar xfz]
-- Looking for include file sys/filio.h - found
-- Looking for include file sys/time.h
-- Looking for include file sys/time.h - found
-- Looking for include file execinfo.h
-- Looking for include file execinfo.h - found
-- Looking for include file dlfcn.h
-- Looking for include file dlfcn.h - found
-- Looking for dlopen in dl
-- Looking for dlopen in dl - found
-- Looking for dlopen in dyld
-- Looking for dlopen in dyld - not found
-- Performing Test HAVE_TM_GMTOFF
-- Performing Test HAVE_TM_GMTOFF - Success
-- Looking for include file sys/uuid.h
-- Looking for include file sys/uuid.h - not found
-- Looking for include file uuid/uuid.h
-- Looking for include file uuid/uuid.h - found
-- Looking for include file uuid.h
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/vmmaker && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-download
[  6%] Performing update step for 'build_vmmaker_get_image'
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/vmmaker/image && echo

[  7%] No patch step for 'build_vmmaker_get_image'
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E echo_append
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-patch
[  7%] Performing configure step for 'build_vmmaker_get_image'
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/vmmaker/image && echo

cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/vmmaker/image && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-configure
[  8%] Performing build step for 'build_vmmaker_get_image'
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/vmmaker/image && /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/vmmaker/vm/Contents/MacOS/Pharo --headless /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/vmmaker/image/Pharo10-SNAPSHOT-64bit-3e26baf.image --no-default-preferences save VMMaker
-- Looking for strings.h - found
-- Looking for string.h
-- Looking for string.h - found
-- Looking for sys/mman.h
-- Looking for sys/mman.h - found
-- Looking for sys/stat.h
-- Looking for sys/stat.h - found
-- Looking for 4 include files stdlib.h, ..., float.h
-- Looking for 4 include files stdlib.h, ..., float.h - found
-- Looking for memcpy
-- Looking for memcpy - found
-- Looking for mkostemp
-- Looking for mkostemp - found
-- Checking if .eh_frame section is read-only - yes
-- Checking HAVE_AS_X86_PCREL - yes
-- Checking HAVE_AS_X86_64_UNWIND_SECTION_TYPE - yes
-- Checking HAVE_HIDDEN_VISIBILITY_ATTRIBUTE - yes
-- Checking if symbols are underscored - no
-- Performing Test HAVE_AS_CFI_PSEUDO_OP
-- Performing Test HAVE_AS_CFI_PSEUDO_OP - Success
-- Adding plugin: FilePlugin
-- Adding plugin: FileAttributesPlugin
-- Adding plugin: UUIDPlugin
-- Using uuid library:/usr/lib/x86_64-linux-gnu/libuuid.so
-- Adding plugin: SocketPlugin
-- Adding plugin: SurfacePlugin
-- Adding plugin: FloatArrayPlugin
-- Adding plugin: LargeIntegers
-- Adding plugin: JPEGReaderPlugin
-- Adding plugin: JPEGReadWriter2Plugin
-- Adding plugin: MiscPrimitivePlugin
-- Adding plugin: B2DPlugin
-- Adding plugin: LocalePlugin
-- Adding plugin: SqueakSSL
-- Found OpenSSL: /usr/lib/x86_64-linux-gnu/libcrypto.so (found version "1.0.2g")  
-- Adding plugin: DSAPrims
-- Adding plugin: UnixOSProcessPlugin
-- Downloading Git2 binary
Adding third-party libraries for Linux-x86_64: libgit2-0.25.1
-- Downloading/updating libgit2-0.25.1
-- Configuring done
-- Generating done
-- Build files have been written to: /builds/workspace/pharo-vm_pharo-9/build/libgit2-0.25.1-download
Scanning dependencies of target libgit2-0.25.1-download
[ 11%] Creating directories for 'libgit2-0.25.1-download'
[ 22%] Performing download step (download, verify and extract) for 'libgit2-0.25.1-download'
-- Downloading...
   dst='/builds/workspace/pharo-vm_pharo-9/build/libgit2-0.25.1-download/libgit2-0.25.1-download-prefix/src/libgit2-0.25.1.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Linux-x86_64/third-party/libgit2-0.25.1.zip'
-- [download 0% complete]
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/builds/workspace/pharo-vm_pharo-9/build/libgit2-0.25.1-download/libgit2-0.25.1-download-prefix/src/libgit2-0.25.1.zip'
     dst='/builds/workspace/pharo-vm_pharo-9/build/libgit2-0.25.1-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'libgit2-0.25.1-download'
[ 44%] No update step for 'libgit2-0.25.1-download'
[ 55%] No configure step for 'libgit2-0.25.1-download'
[ 66%] No build step for 'libgit2-0.25.1-download'
[ 77%] No install step for 'libgit2-0.25.1-download'
[ 88%] No test step for 'libgit2-0.25.1-download'
[100%] Completed 'libgit2-0.25.1-download'
[100%] Built target libgit2-0.25.1-download
-- /builds/workspace/pharo-vm_pharo-9/build/libgit2-0.25.1-src/libgit2.so
-- /builds/workspace/pharo-vm_pharo-9/build/libgit2-0.25.1-src/libgit2.so.0.25.1
-- /builds/workspace/pharo-vm_pharo-9/build/libgit2-0.25.1-src/libgit2.so.25
Adding third-party libraries for Linux-x86_64: libgit2-linux-1.0.0
-- Downloading/updating libgit2-linux-1.0.0
-- Configuring done
-- Generating done
-- Build files have been written to: /builds/workspace/pharo-vm_pharo-9/build/libgit2-linux-1.0.0-download
Scanning dependencies of target libgit2-linux-1.0.0-download
[ 11%] Creating directories for 'libgit2-linux-1.0.0-download'
[ 22%] Performing download step (download, verify and extract) for 'libgit2-linux-1.0.0-download'
-- Downloading...
   dst='/builds/workspace/pharo-vm_pharo-9/build/libgit2-linux-1.0.0-download/libgit2-linux-1.0.0-download-prefix/src/libgit2-linux-1.0.0.zip'
   timeout='none'
-- Using src='https://github.com/guillep/libgit_build/releases/download/v1.0.2/libgit2-linux-1.0.0.zip'
-- Looking for include file uuid.h - not found
-- Looking for uuidgen in uuid
-- Looking for uuidgen in uuid - not found
-- Looking for uuid_generate in uuid
-- Looking for uuid_generate in uuid - not found
Defining OSX VM to download for code generation
-- C Compiler: /Library/Developer/CommandLineTools/usr/bin/cc
-- C++ Compiler: /Library/Developer/CommandLineTools/usr/bin/c++
-- Resource Compiler: 
-- Building FFI
-- Downloading/updating libffi
-- Configuring done
-- Generating done
-- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-download
Scanning dependencies of target libffi-download
[ 11%] Creating directories for 'libffi-download'
[ 22%] Performing download step (git clone) for 'libffi-download'
Cloning into 'libffi-src'...
 > git config remote.origin.url https://github.com/pharo-project/pharo-vm.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4a14a4a71d848f299385a80fe687d90ff94930ea # timeout=10
Switched to a new branch 'v3.3-cmake'
Branch 'v3.3-cmake' set up to track remote branch 'v3.3-cmake' from 'origin'.
[ 33%] No patch step for 'libffi-download'
[ 44%] Performing update step for 'libffi-download'
Current branch v3.3-cmake is up to date.
[ 55%] No configure step for 'libffi-download'
[ 66%] No build step for 'libffi-download'
[ 77%] No install step for 'libffi-download'
[ 88%] No test step for 'libffi-download'
[100%] Completed 'libffi-download'
[100%] Built target libffi-download
-- Building for TARGET_PLATFORM: X86_64
-- Check size of size_t
-- Check size of size_t - done
-- [download 0% complete]
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/builds/workspace/pharo-vm_pharo-9/build/libgit2-linux-1.0.0-download/libgit2-linux-1.0.0-download-prefix/src/libgit2-linux-1.0.0.zip'
     dst='/builds/workspace/pharo-vm_pharo-9/build/libgit2-linux-1.0.0-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'libgit2-linux-1.0.0-download'
[ 44%] No update step for 'libgit2-linux-1.0.0-download'
[ 55%] No configure step for 'libgit2-linux-1.0.0-download'
[ 66%] No build step for 'libgit2-linux-1.0.0-download'
[ 77%] No install step for 'libgit2-linux-1.0.0-download'
[ 88%] No test step for 'libgit2-linux-1.0.0-download'
[100%] Completed 'libgit2-linux-1.0.0-download'
[100%] Built target libgit2-linux-1.0.0-download
-- /builds/workspace/pharo-vm_pharo-9/build/libgit2-linux-1.0.0-src/libgit2.1.0.0.so
Adding third-party libraries for Linux-x86_64: libssh2-1.7.0
-- Downloading/updating libssh2-1.7.0
-- Configuring done
-- Generating done
-- Build files have been written to: /builds/workspace/pharo-vm_pharo-9/build/libssh2-1.7.0-download
Scanning dependencies of target libssh2-1.7.0-download
[ 11%] Creating directories for 'libssh2-1.7.0-download'
[ 22%] Performing download step (download, verify and extract) for 'libssh2-1.7.0-download'
-- Downloading...
   dst='/builds/workspace/pharo-vm_pharo-9/build/libssh2-1.7.0-download/libssh2-1.7.0-download-prefix/src/libssh2-1.7.0.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Linux-x86_64/third-party/libssh2-1.7.0.zip'
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/builds/workspace/pharo-vm_pharo-9/build/libssh2-1.7.0-download/libssh2-1.7.0-download-prefix/src/libssh2-1.7.0.zip'
     dst='/builds/workspace/pharo-vm_pharo-9/build/libssh2-1.7.0-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'libssh2-1.7.0-download'
[ 44%] No update step for 'libssh2-1.7.0-download'
[ 55%] No configure step for 'libssh2-1.7.0-download'
[ 66%] No build step for 'libssh2-1.7.0-download'
[ 77%] No install step for 'libssh2-1.7.0-download'
[ 88%] No test step for 'libssh2-1.7.0-download'
[100%] Completed 'libssh2-1.7.0-download'
[100%] Built target libssh2-1.7.0-download
-- /builds/workspace/pharo-vm_pharo-9/build/libssh2-1.7.0-src/libssh2.so
-- /builds/workspace/pharo-vm_pharo-9/build/libssh2-1.7.0-src/libssh2.so.1
-- /builds/workspace/pharo-vm_pharo-9/build/libssh2-1.7.0-src/libssh2.so.1.0.1
Adding third-party libraries for Linux-x86_64: openssl-1.0.2q
-- Downloading/updating openssl-1.0.2q
-- Configuring done
-- Generating done
-- Build files have been written to: /builds/workspace/pharo-vm_pharo-9/build/openssl-1.0.2q-download
Scanning dependencies of target openssl-1.0.2q-download
[ 11%] Creating directories for 'openssl-1.0.2q-download'
[ 22%] Performing download step (download, verify and extract) for 'openssl-1.0.2q-download'
-- Downloading...
   dst='/builds/workspace/pharo-vm_pharo-9/build/openssl-1.0.2q-download/openssl-1.0.2q-download-prefix/src/openssl-1.0.2q.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Linux-x86_64/third-party/openssl-1.0.2q.zip'
-- [download 0% complete]
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/builds/workspace/pharo-vm_pharo-9/build/openssl-1.0.2q-download/openssl-1.0.2q-download-prefix/src/openssl-1.0.2q.zip'
     dst='/builds/workspace/pharo-vm_pharo-9/build/openssl-1.0.2q-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'openssl-1.0.2q-download'
[ 44%] No update step for 'openssl-1.0.2q-download'
[ 55%] No configure step for 'openssl-1.0.2q-download'
[ 66%] No build step for 'openssl-1.0.2q-download'
[ 77%] No install step for 'openssl-1.0.2q-download'
[ 88%] No test step for 'openssl-1.0.2q-download'
[100%] Completed 'openssl-1.0.2q-download'
[100%] Built target openssl-1.0.2q-download
-- /builds/workspace/pharo-vm_pharo-9/build/openssl-1.0.2q-src/libcrypto.so.1.0.0
-- /builds/workspace/pharo-vm_pharo-9/build/openssl-1.0.2q-src/libssl.so
-- /builds/workspace/pharo-vm_pharo-9/build/openssl-1.0.2q-src/libssl.so.1.0.0
-- Downloading SDL2 binary
Adding third-party libraries for Linux-x86_64: SDL2-2.0.7
-- Downloading/updating SDL2-2.0.7
-- Configuring done
-- Generating done
-- Build files have been written to: /builds/workspace/pharo-vm_pharo-9/build/SDL2-2.0.7-download
Scanning dependencies of target SDL2-2.0.7-download
[ 11%] Creating directories for 'SDL2-2.0.7-download'
[ 22%] Performing download step (download, verify and extract) for 'SDL2-2.0.7-download'
-- Downloading...
   dst='/builds/workspace/pharo-vm_pharo-9/build/SDL2-2.0.7-download/SDL2-2.0.7-download-prefix/src/SDL2-2.0.7.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Linux-x86_64/third-party/SDL2-2.0.7.zip'
-- [download 0% complete]
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/builds/workspace/pharo-vm_pharo-9/build/SDL2-2.0.7-download/SDL2-2.0.7-download-prefix/src/SDL2-2.0.7.zip'
     dst='/builds/workspace/pharo-vm_pharo-9/build/SDL2-2.0.7-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'SDL2-2.0.7-download'
[ 44%] No update step for 'SDL2-2.0.7-download'
[ 55%] No configure step for 'SDL2-2.0.7-download'
[ 66%] No build step for 'SDL2-2.0.7-download'
[ 77%] No install step for 'SDL2-2.0.7-download'
[ 88%] No test step for 'SDL2-2.0.7-download'
[100%] Completed 'SDL2-2.0.7-download'
[100%] Built target SDL2-2.0.7-download
-- /builds/workspace/pharo-vm_pharo-9/build/SDL2-2.0.7-src/libSDL2-2.0.so.0
-- /builds/workspace/pharo-vm_pharo-9/build/SDL2-2.0.7-src/libSDL2-2.0.so.0.7.0
-- /builds/workspace/pharo-vm_pharo-9/build/SDL2-2.0.7-src/libSDL2.so
-- Configuring done
-- Generating done
-- Build files have been written to: /builds/workspace/pharo-vm_pharo-9/build
-- The ASM compiler identification is Clang
-- Found assembler: /Library/Developer/CommandLineTools/usr/bin/cc
-- Check size of double
-- Check size of double - done
-- Check size of long double
-- Check size of long double - done
-- Looking for alloca
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/vmmaker/image && /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/vmmaker/vm/Contents/MacOS/Pharo --headless /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/vmmaker/image/VMMaker.image --no-default-preferences --save --quit /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/scripts/installVMMaker.st /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository httpsUrl
NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (defaultRemoteType is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (defaultRemoteType is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (defaultRemoteType is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (defaultRemoteType is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared)
MetacelloNotification: Fetched -> BaselineOfVMMaker-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Loading -> BaselineOfVMMaker-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Loaded -> BaselineOfVMMaker-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Loading baseline of BaselineOfVMMaker...
Commit message: "Merge pull request #437 from pharo-project/MarcusDenker-patch-1"
[Pipeline] dir
Running in /builds/workspace/pharo-vm_pharo-9/build
[Pipeline] {
[Pipeline] sh
+ VERBOSE=1 make install package
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -S/builds/workspace/pharo-vm_pharo-9/repository -B/builds/workspace/pharo-vm_pharo-9/build --check-build-system CMakeFiles/Makefile.cmake 0
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_progress_start /builds/workspace/pharo-vm_pharo-9/build/CMakeFiles /builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/progress.marks
make -f CMakeFiles/Makefile2 all
make[1]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build'
make -f libffi-build/CMakeFiles/objlib.dir/build.make libffi-build/CMakeFiles/objlib.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build'
cd /builds/workspace/pharo-vm_pharo-9/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/build/libffi-src /builds/workspace/pharo-vm_pharo-9/build /builds/workspace/pharo-vm_pharo-9/build/libffi-build /builds/workspace/pharo-vm_pharo-9/build/libffi-build/CMakeFiles/objlib.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_pharo-9/build/libffi-build/CMakeFiles/objlib.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build/libffi-build/CMakeFiles/objlib.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_pharo-9/build/libffi-build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build/libffi-build/CMakeFiles/objlib.dir/depend.internal".
Scanning dependencies of target objlib
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build'
make -f libffi-build/CMakeFiles/objlib.dir/build.make libffi-build/CMakeFiles/objlib.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build'
[  1%] Building C object libffi-build/CMakeFiles/objlib.dir/src/closures.c.o
cd /builds/workspace/pharo-vm_pharo-9/build/libffi-build && /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build -I/builds/workspace/pharo-vm_pharo-9/build/libffi-src/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/objlib.dir/src/closures.c.o   -c /builds/workspace/pharo-vm_pharo-9/build/libffi-src/src/closures.c
/builds/workspace/pharo-vm_pharo-9/build/libffi-src/src/closures.c:123:0: warning: "FFI_MMAP_EXEC_WRIT" redefined
 #  define FFI_MMAP_EXEC_WRIT 1
 ^
In file included from /builds/workspace/pharo-vm_pharo-9/build/libffi-src/include/ffi_common.h:17:0,
                 from /builds/workspace/pharo-vm_pharo-9/build/libffi-src/src/closures.c:36:
/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include/fficonfig.h:27:0: note: this is the location of the previous definition
 #define FFI_MMAP_EXEC_WRIT 0
 ^
[Pipeline] }
-- Looking for alloca - not found
-- Looking for mmap
-- Looking for mmap - found
-- Looking for MAP_ANON
-- Looking for MAP_ANON - found
-- Performing Test HAVE_MMAP_DEV_ZERO
-- Performing Test HAVE_MMAP_DEV_ZERO - Failed
-- Looking for alloca.h
-- Looking for alloca.h - found
-- Performing Test HAVE_ALLOCA
-- Performing Test HAVE_ALLOCA - Success
-- Looking for inttypes.h
-- Looking for inttypes.h - found
-- Looking for memory.h
-- Looking for memory.h - found
-- Looking for stdlib.h
-- Looking for stdlib.h - found
-- Looking for strings.h
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build-Windows-x86_64-CoInterpreter)
[Pipeline] echo
Executing: #!c:\tools\cygwin\bin\bash --login
    cd `cygpath "C:\builds\workspace\pharo-vm_pharo-9"`
    set -ex
    mkdir build
    
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
[  2%] Building C object libffi-build/CMakeFiles/objlib.dir/src/java_raw_api.c.o
cd /builds/workspace/pharo-vm_pharo-9/build/libffi-build && /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build -I/builds/workspace/pharo-vm_pharo-9/build/libffi-src/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/objlib.dir/src/java_raw_api.c.o   -c /builds/workspace/pharo-vm_pharo-9/build/libffi-src/src/java_raw_api.c
/builds/workspace/pharo-vm_pharo-9/build/libffi-src/src/java_raw_api.c: In function ‘ffi_java_raw_call’:
/builds/workspace/pharo-vm_pharo-9/build/libffi-src/src/java_raw_api.c:317:3: warning: ‘ffi_java_raw_to_ptrarray’ is deprecated [-Wdeprecated-declarations]
   ffi_java_raw_to_ptrarray (cif, raw, avalue);
   ^
/builds/workspace/pharo-vm_pharo-9/build/libffi-src/src/java_raw_api.c:76:1: note: declared here
 ffi_java_raw_to_ptrarray (ffi_cif *cif, ffi_java_raw *raw, void **args)
 ^
/builds/workspace/pharo-vm_pharo-9/build/libffi-src/src/java_raw_api.c: In function ‘ffi_java_translate_args’:
/builds/workspace/pharo-vm_pharo-9/build/libffi-src/src/java_raw_api.c:328:3: warning: ‘ffi_java_raw_size’ is deprecated [-Wdeprecated-declarations]
   ffi_java_raw *raw = (ffi_java_raw*)alloca (ffi_java_raw_size (cif));
   ^
/builds/workspace/pharo-vm_pharo-9/build/libffi-src/src/java_raw_api.c:45:1: note: declared here
 ffi_java_raw_size (ffi_cif *cif)
 ^
/builds/workspace/pharo-vm_pharo-9/build/libffi-src/src/java_raw_api.c:331:3: warning: ‘ffi_java_ptrarray_to_raw’ is deprecated [-Wdeprecated-declarations]
   ffi_java_ptrarray_to_raw (cif, avalue, raw);
   ^
/builds/workspace/pharo-vm_pharo-9/build/libffi-src/src/java_raw_api.c:157:1: note: declared here
 ffi_java_ptrarray_to_raw (ffi_cif *cif, void **args, ffi_java_raw *raw)
 ^
/builds/workspace/pharo-vm_pharo-9/build/libffi-src/src/java_raw_api.c: In function ‘ffi_prep_java_raw_closure’:
/builds/workspace/pharo-vm_pharo-9/build/libffi-src/src/java_raw_api.c:369:3: warning: ‘ffi_prep_java_raw_closure_loc’ is deprecated [-Wdeprecated-declarations]
   return ffi_prep_java_raw_closure_loc (cl, cif, fun, user_data, cl);
   ^
/builds/workspace/pharo-vm_pharo-9/build/libffi-src/src/java_raw_api.c:337:1: note: declared here
 ffi_prep_java_raw_closure_loc (ffi_java_raw_closure* cl,
 ^
[  2%] Building C object libffi-build/CMakeFiles/objlib.dir/src/prep_cif.c.o
cd /builds/workspace/pharo-vm_pharo-9/build/libffi-build && /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build -I/builds/workspace/pharo-vm_pharo-9/build/libffi-src/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/objlib.dir/src/prep_cif.c.o   -c /builds/workspace/pharo-vm_pharo-9/build/libffi-src/src/prep_cif.c
[  3%] Building C object libffi-build/CMakeFiles/objlib.dir/src/raw_api.c.o
cd /builds/workspace/pharo-vm_pharo-9/build/libffi-build && /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build -I/builds/workspace/pharo-vm_pharo-9/build/libffi-src/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/objlib.dir/src/raw_api.c.o   -c /builds/workspace/pharo-vm_pharo-9/build/libffi-src/src/raw_api.c
[  3%] Building C object libffi-build/CMakeFiles/objlib.dir/src/types.c.o
cd /builds/workspace/pharo-vm_pharo-9/build/libffi-build && /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build -I/builds/workspace/pharo-vm_pharo-9/build/libffi-src/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/objlib.dir/src/types.c.o   -c /builds/workspace/pharo-vm_pharo-9/build/libffi-src/src/types.c
[  4%] Building C object libffi-build/CMakeFiles/objlib.dir/src/x86/ffi64.c.o
cd /builds/workspace/pharo-vm_pharo-9/build/libffi-build && /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build -I/builds/workspace/pharo-vm_pharo-9/build/libffi-src/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/objlib.dir/src/x86/ffi64.c.o   -c /builds/workspace/pharo-vm_pharo-9/build/libffi-src/src/x86/ffi64.c
[  4%] Building ASM object libffi-build/CMakeFiles/objlib.dir/src/x86/unix64.S.o
cd /builds/workspace/pharo-vm_pharo-9/build/libffi-build && /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build -I/builds/workspace/pharo-vm_pharo-9/build/libffi-src/include  -fPIC   -o CMakeFiles/objlib.dir/src/x86/unix64.S.o -c /builds/workspace/pharo-vm_pharo-9/build/libffi-src/src/x86/unix64.S
[  5%] Building C object libffi-build/CMakeFiles/objlib.dir/src/x86/ffiw64.c.o
cd /builds/workspace/pharo-vm_pharo-9/build/libffi-build && /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build -I/builds/workspace/pharo-vm_pharo-9/build/libffi-src/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/objlib.dir/src/x86/ffiw64.c.o   -c /builds/workspace/pharo-vm_pharo-9/build/libffi-src/src/x86/ffiw64.c
[  5%] Building ASM object libffi-build/CMakeFiles/objlib.dir/src/x86/win64.S.o
cd /builds/workspace/pharo-vm_pharo-9/build/libffi-build && /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build -I/builds/workspace/pharo-vm_pharo-9/build/libffi-src/include  -fPIC   -o CMakeFiles/objlib.dir/src/x86/win64.S.o -c /builds/workspace/pharo-vm_pharo-9/build/libffi-src/src/x86/win64.S
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build'
[  5%] Built target objlib
make -f libffi-build/CMakeFiles/ffi_shared.dir/build.make libffi-build/CMakeFiles/ffi_shared.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build'
cd /builds/workspace/pharo-vm_pharo-9/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/build/libffi-src /builds/workspace/pharo-vm_pharo-9/build /builds/workspace/pharo-vm_pharo-9/build/libffi-build /builds/workspace/pharo-vm_pharo-9/build/libffi-build/CMakeFiles/ffi_shared.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_pharo-9/build/libffi-build/CMakeFiles/ffi_shared.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build/libffi-build/CMakeFiles/ffi_shared.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_pharo-9/build/libffi-build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build/libffi-build/CMakeFiles/ffi_shared.dir/depend.internal".
Scanning dependencies of target ffi_shared
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build'
make -f libffi-build/CMakeFiles/ffi_shared.dir/build.make libffi-build/CMakeFiles/ffi_shared.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build'
[  6%] Linking C shared library ../build/vm/libffi.so
cd /builds/workspace/pharo-vm_pharo-9/build/libffi-build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/ffi_shared.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.  -shared -Wl,-soname,libffi.so -o ../build/vm/libffi.so CMakeFiles/objlib.dir/src/closures.c.o CMakeFiles/objlib.dir/src/java_raw_api.c.o CMakeFiles/objlib.dir/src/prep_cif.c.o CMakeFiles/objlib.dir/src/raw_api.c.o CMakeFiles/objlib.dir/src/types.c.o CMakeFiles/objlib.dir/src/x86/ffi64.c.o CMakeFiles/objlib.dir/src/x86/unix64.S.o CMakeFiles/objlib.dir/src/x86/ffiw64.c.o CMakeFiles/objlib.dir/src/x86/win64.S.o -Wl,-rpath,@executable_path/Plugins 
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build'
[  6%] Built target ffi_shared
make -f CMakeFiles/libffi_copy.dir/build.make CMakeFiles/libffi_copy.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build'
cd /builds/workspace/pharo-vm_pharo-9/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/build /builds/workspace/pharo-vm_pharo-9/build /builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/libffi_copy.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/libffi_copy.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/libffi_copy.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/libffi_copy.dir/depend.internal".
Scanning dependencies of target libffi_copy
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build'
make -f CMakeFiles/libffi_copy.dir/build.make CMakeFiles/libffi_copy.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build'
[  6%] Copying libffi binaries to '/builds/workspace/pharo-vm_pharo-9/build/build/vm/'
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_pharo-9/build/build/vm/libffi.so /builds/workspace/pharo-vm_pharo-9/build/build/vm/
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build'
[  6%] Built target libffi_copy
make -f CMakeFiles/build_vmmaker_get_vm-build.dir/build.make CMakeFiles/build_vmmaker_get_vm-build.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build'
cd /builds/workspace/pharo-vm_pharo-9/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/build /builds/workspace/pharo-vm_pharo-9/build /builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/build_vmmaker_get_vm-build.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/build_vmmaker_get_vm-build.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/build_vmmaker_get_vm-build.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/build_vmmaker_get_vm-build.dir/depend.internal".
Scanning dependencies of target build_vmmaker_get_vm-build
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build'
make -f CMakeFiles/build_vmmaker_get_vm-build.dir/build.make CMakeFiles/build_vmmaker_get_vm-build.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build'
[  6%] Creating directories for 'build_vmmaker_get_vm'
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/vm
MetacelloNotification: Fetched -> BaselineOfLLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master]
MetacelloNotification: Loading -> BaselineOfLLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master]
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/vm
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /builds/workspace/pharo-vm_pharo-9/build/build/vmmaker
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/tmp
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/src/build_vmmaker_get_vm-stamp
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/src
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/src/build_vmmaker_get_vm-stamp
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-mkdir
[  7%] Performing download step (download, verify and extract) for 'build_vmmaker_get_vm'
cd /builds/workspace/pharo-vm_pharo-9/build/build/vmmaker && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -P /builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/download-build_vmmaker_get_vm.cmake
-- Downloading...
   dst='/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/src/PharoVM-9.0.11-9e68882-Linux-x86_64-bin.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64-headless/Linux-x86_64/PharoVM-9.0.11-9e68882-Linux-x86_64-bin.zip'
-- [download 0% complete]
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- verifying file...
       file='/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/src/PharoVM-9.0.11-9e68882-Linux-x86_64-bin.zip'
-- Downloading... done
cd /builds/workspace/pharo-vm_pharo-9/build/build/vmmaker && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -P /builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/verify-build_vmmaker_get_vm.cmake
cd /builds/workspace/pharo-vm_pharo-9/build/build/vmmaker && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -P /builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/extract-build_vmmaker_get_vm.cmake
-- extracting...
     src='/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/src/PharoVM-9.0.11-9e68882-Linux-x86_64-bin.zip'
     dst='/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/vm'
-- extracting... [tar xfz]
+ mkdir build
[Pipeline] }
-- Looking for strings.h - found
-- Looking for string.h
-- Looking for string.h - found
-- Looking for sys/mman.h
-- Looking for sys/mman.h - found
-- Looking for sys/stat.h
-- Looking for sys/stat.h - found
-- Looking for 4 include files stdlib.h, ..., float.h
-- Looking for 4 include files stdlib.h, ..., float.h - found
-- Looking for memcpy
-- Looking for memcpy - found
-- Looking for mkostemp
-- Looking for mkostemp - not found
-- Checking if .eh_frame section is read-only - no
-- Checking HAVE_AS_X86_PCREL - yes
-- Checking HAVE_AS_X86_64_UNWIND_SECTION_TYPE - no
-- Checking HAVE_HIDDEN_VISIBILITY_ATTRIBUTE - no
-- Checking if symbols are underscored - no
-- Performing Test HAVE_AS_CFI_PSEUDO_OP
-- Performing Test HAVE_AS_CFI_PSEUDO_OP - Failed
-- Adding plugin: FilePlugin
-- Adding plugin: FileAttributesPlugin
-- Adding plugin: UUIDPlugin
-- Adding plugin: SocketPlugin
-- Adding plugin: SurfacePlugin
-- Adding plugin: FloatArrayPlugin
-- Adding plugin: LargeIntegers
-- Adding plugin: JPEGReaderPlugin
-- Adding plugin: JPEGReadWriter2Plugin
-- Adding plugin: MiscPrimitivePlugin
-- Adding plugin: B2DPlugin
-- Adding plugin: LocalePlugin
-- Adding plugin: SqueakSSL
-- Adding plugin: DSAPrims
-- Adding plugin: UnixOSProcessPlugin
-- Downloading Git2 binary
Adding third-party libraries for Darwin-x86_64: libgit2-0.25.1
-- Downloading/updating libgit2-0.25.1
-- Configuring done
-- Generating done
-- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libgit2-0.25.1-download
[Pipeline] // withEnv
[Pipeline] echo
Executing: #!c:\tools\cygwin\bin\bash --login
    cd `cygpath "C:\builds\workspace\pharo-vm_pharo-9"`
    set -ex
    cd build &&  cygcheck -c -d > cygwinVersions.txt
    
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
cd /builds/workspace/pharo-vm_pharo-9/build/build/vmmaker && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-download
[  7%] No patch step for 'build_vmmaker_get_vm'
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E echo_append
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-patch
[  8%] Performing update step for 'build_vmmaker_get_vm'
cd /builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/vm && echo

[  9%] Performing configure step for 'build_vmmaker_get_vm'
cd /builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/vm && echo

cd /builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/vm && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-configure
[  9%] Performing build step for 'build_vmmaker_get_vm'
cd /builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/vm && echo

cd /builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/vm && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-build
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build'
[  9%] Built target build_vmmaker_get_vm-build
make -f CMakeFiles/build_vmmaker_get_image.dir/build.make CMakeFiles/build_vmmaker_get_image.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build'
cd /builds/workspace/pharo-vm_pharo-9/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/build /builds/workspace/pharo-vm_pharo-9/build /builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/build_vmmaker_get_image.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/build_vmmaker_get_image.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/build_vmmaker_get_image.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/build_vmmaker_get_image.dir/depend.internal".
Scanning dependencies of target build_vmmaker_get_image
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build'
make -f CMakeFiles/build_vmmaker_get_image.dir/build.make CMakeFiles/build_vmmaker_get_image.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build'
[ 10%] Creating directories for 'build_vmmaker_get_image'
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/image
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/image
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /builds/workspace/pharo-vm_pharo-9/build/build/vmmaker
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/tmp
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/src/build_vmmaker_get_image-stamp
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/src
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/src/build_vmmaker_get_image-stamp
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-mkdir
[ 10%] Performing download step (download, verify and extract) for 'build_vmmaker_get_image'
cd /builds/workspace/pharo-vm_pharo-9/build/build/vmmaker && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -P /builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/src/build_vmmaker_get_image-stamp/download-build_vmmaker_get_image.cmake
-- Downloading...
   dst='/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/src/Pharo10-SNAPSHOT.build.349.sha.3e26baf.arch.64bit.zip'
   timeout='none'
-- Using src='https://files.pharo.org/image/100/Pharo10-SNAPSHOT.build.349.sha.3e26baf.arch.64bit.zip'
[Pipeline] withEnv
[Pipeline] {
MetacelloNotification: Loaded -> BaselineOfLLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master]
[Pipeline] sh
-- [download 0% complete]
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
MetacelloNotification: Fetched -> BaselineOfUnicorn-CompatibleUserName.1639392057 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master]
MetacelloNotification: Loading -> BaselineOfUnicorn-CompatibleUserName.1639392057 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
+ cd build
+ cygcheck -c -d
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] archiveArtifacts
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
Archiving artifacts
Scanning dependencies of target libgit2-0.25.1-download
[ 11%] Creating directories for 'libgit2-0.25.1-download'
[ 22%] Performing download step (download, verify and extract) for 'libgit2-0.25.1-download'
-- Downloading...
   dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libgit2-0.25.1-download/libgit2-0.25.1-download-prefix/src/libgit2-0.25.1.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-x86_64/third-party/libgit2-0.25.1.zip'
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libgit2-0.25.1-download/libgit2-0.25.1-download-prefix/src/libgit2-0.25.1.zip'
     dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libgit2-0.25.1-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'libgit2-0.25.1-download'
[ 44%] No update step for 'libgit2-0.25.1-download'
[ 55%] No configure step for 'libgit2-0.25.1-download'
[ 66%] No build step for 'libgit2-0.25.1-download'
[ 77%] No install step for 'libgit2-0.25.1-download'
[ 88%] No test step for 'libgit2-0.25.1-download'
[100%] Completed 'libgit2-0.25.1-download'
[100%] Built target libgit2-0.25.1-download
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libgit2-0.25.1-src/libgit2.0.25.1.dylib
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libgit2-0.25.1-src/libgit2.25.dylib
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libgit2-0.25.1-src/libgit2.dylib
Adding third-party libraries for Darwin-x86_64: libgit2-mac-1.0.0
-- Downloading/updating libgit2-mac-1.0.0
-- Configuring done
-- Generating done
-- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libgit2-mac-1.0.0-download
Scanning dependencies of target libgit2-mac-1.0.0-download
[ 11%] Creating directories for 'libgit2-mac-1.0.0-download'
[ 22%] Performing download step (download, verify and extract) for 'libgit2-mac-1.0.0-download'
-- Downloading...
   dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libgit2-mac-1.0.0-download/libgit2-mac-1.0.0-download-prefix/src/libgit2-mac-1.0.0.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-x86_64/third-party/libgit2-mac-1.0.0.zip'
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libgit2-mac-1.0.0-download/libgit2-mac-1.0.0-download-prefix/src/libgit2-mac-1.0.0.zip'
     dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libgit2-mac-1.0.0-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'libgit2-mac-1.0.0-download'
[ 44%] No update step for 'libgit2-mac-1.0.0-download'
[ 55%] No configure step for 'libgit2-mac-1.0.0-download'
[ 66%] No build step for 'libgit2-mac-1.0.0-download'
[ 77%] No install step for 'libgit2-mac-1.0.0-download'
[ 88%] No test step for 'libgit2-mac-1.0.0-download'
[100%] Completed 'libgit2-mac-1.0.0-download'
[Pipeline] echo
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
MetacelloNotification: Loaded -> BaselineOfUnicorn-CompatibleUserName.1639392057 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master]
Executing: #!c:\tools\cygwin\bin\bash --login
    cd `cygpath "C:\builds\workspace\pharo-vm_pharo-9"`
    set -ex
    cd build && cmake -DFLAVOUR=CoInterpreter -DBUILD_IS_RELEASE=OFF  -DPHARO_DEPENDENCIES_PREFER_DOWNLOAD_BINARIES=TRUE ../repository -DICEBERG_DEFAULT_REMOTE=httpsUrl
    
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- verifying file...
       file='/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/src/Pharo10-SNAPSHOT.build.349.sha.3e26baf.arch.64bit.zip'
-- Downloading... done
cd /builds/workspace/pharo-vm_pharo-9/build/build/vmmaker && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -P /builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/src/build_vmmaker_get_image-stamp/verify-build_vmmaker_get_image.cmake
cd /builds/workspace/pharo-vm_pharo-9/build/build/vmmaker && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -P /builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/src/build_vmmaker_get_image-stamp/extract-build_vmmaker_get_image.cmake
-- extracting...
     src='/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/src/Pharo10-SNAPSHOT.build.349.sha.3e26baf.arch.64bit.zip'
     dst='/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/image'
-- extracting... [tar xfz]
MetacelloNotification: Fetched -> Slang-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Fetched -> Slang-Tests-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc
+ cd build
+ cmake -DFLAVOUR=CoInterpreter -DBUILD_IS_RELEASE=OFF -DPHARO_DEPENDENCIES_PREFER_DOWNLOAD_BINARIES=TRUE ../repository -DICEBERG_DEFAULT_REMOTE=httpsUrl
MetacelloNotification: Fetched -> Melchor-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Project: Unicorn baseline
-- CMAKE_GENERATOR=Unix Makefiles
MetacelloNotification: Fetched -> Unicorn-CompatibleUserName.1639392057 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master]
MetacelloNotification: Project: LLVMDisassembler baseline
MetacelloNotification: Fetched -> LLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master]
[100%] Built target libgit2-mac-1.0.0-download
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libgit2-mac-1.0.0-src/libgit2.1.0.0.dylib
Adding third-party libraries for Darwin-x86_64: libssh2-1.7.0
-- Downloading/updating libssh2-1.7.0
-- Configuring done
-- Generating done
-- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libssh2-1.7.0-download
Scanning dependencies of target libssh2-1.7.0-download
[ 11%] Creating directories for 'libssh2-1.7.0-download'
[ 22%] Performing download step (download, verify and extract) for 'libssh2-1.7.0-download'
-- Downloading...
   dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libssh2-1.7.0-download/libssh2-1.7.0-download-prefix/src/libssh2-1.7.0.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-x86_64/third-party/libssh2-1.7.0.zip'
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 63% complete]
-- [download 72% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libssh2-1.7.0-download/libssh2-1.7.0-download-prefix/src/libssh2-1.7.0.zip'
     dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libssh2-1.7.0-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'libssh2-1.7.0-download'
[ 44%] No update step for 'libssh2-1.7.0-download'
[ 55%] No configure step for 'libssh2-1.7.0-download'
[ 66%] No build step for 'libssh2-1.7.0-download'
[ 77%] No install step for 'libssh2-1.7.0-download'
[ 88%] No test step for 'libssh2-1.7.0-download'
[100%] Completed 'libssh2-1.7.0-download'
[100%] Built target libssh2-1.7.0-download
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libssh2-1.7.0-src/libssh2.1.dylib
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libssh2-1.7.0-src/libssh2.dylib
Adding third-party libraries for Darwin-x86_64: openssl-1.0.2q
-- Downloading/updating openssl-1.0.2q
-- Configuring done
-- Generating done
-- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/openssl-1.0.2q-download
Scanning dependencies of target openssl-1.0.2q-download
[ 11%] Creating directories for 'openssl-1.0.2q-download'
[ 22%] Performing download step (download, verify and extract) for 'openssl-1.0.2q-download'
-- Downloading...
   dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/openssl-1.0.2q-download/openssl-1.0.2q-download-prefix/src/openssl-1.0.2q.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-x86_64/third-party/openssl-1.0.2q.zip'
-- [download 0% complete]
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/openssl-1.0.2q-download/openssl-1.0.2q-download-prefix/src/openssl-1.0.2q.zip'
     dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/openssl-1.0.2q-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'openssl-1.0.2q-download'
[ 44%] No update step for 'openssl-1.0.2q-download'
[ 55%] No configure step for 'openssl-1.0.2q-download'
[ 66%] No build step for 'openssl-1.0.2q-download'
[ 77%] No install step for 'openssl-1.0.2q-download'
[ 88%] No test step for 'openssl-1.0.2q-download'
[100%] Completed 'openssl-1.0.2q-download'
[100%] Built target openssl-1.0.2q-download
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/openssl-1.0.2q-src/libcrypto.1.0.0.dylib
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/openssl-1.0.2q-src/libssl.1.0.0.dylib
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/openssl-1.0.2q-src/libssl.dylib
Adding third-party libraries for Darwin-x86_64: freetype-2.9.1
-- Downloading/updating freetype-2.9.1
MetacelloNotification: Fetched -> VMMakerLoadingDependencies-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Fetched -> Printf-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
cd /builds/workspace/pharo-vm_pharo-9/build/build/vmmaker && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-download
[ 10%] No patch step for 'build_vmmaker_get_image'
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E echo_append
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-patch
[ 11%] Performing update step for 'build_vmmaker_get_image'
cd /builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/image && echo

[ 12%] Performing configure step for 'build_vmmaker_get_image'
cd /builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/image && echo

cd /builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/image && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-configure
[ 12%] Performing build step for 'build_vmmaker_get_image'
cd /builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/image && /builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/vm/pharo --headless /builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/image/Pharo10-SNAPSHOT-64bit-3e26baf.image --no-default-preferences save VMMaker
-- Building version 9.0.15-4a14a4a7
-- Commit hash 4a14a4a7 : 2022-06-26 21:46:42 +0200
-- No user build settings.
-- 4a14a4a7 - Commit: 4a14a4a7 - Date: 2022-06-26 21:46:42 +0200
-- Building on CYGWIN CMAKE: Adapting paths
cd /builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/image && /builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/vm/pharo --headless /builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/image/VMMaker.image --no-default-preferences --save --quit /builds/workspace/pharo-vm_pharo-9/repository/scripts/installVMMaker.st /builds/workspace/pharo-vm_pharo-9/repository httpsUrl
NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (defaultRemoteType is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (defaultRemoteType is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (defaultRemoteType is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (defaultRemoteType is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared)
MetacelloNotification: Fetched -> BaselineOfVMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Loading -> BaselineOfVMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Loaded -> BaselineOfVMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Loading baseline of BaselineOfVMMaker...
-- The C compiler identification is Clang 8.0.1
-- Configuring done
-- Generating done
-- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/freetype-2.9.1-download
Scanning dependencies of target freetype-2.9.1-download
[ 11%] Creating directories for 'freetype-2.9.1-download'
[ 22%] Performing download step (download, verify and extract) for 'freetype-2.9.1-download'
-- Downloading...
   dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/freetype-2.9.1-download/freetype-2.9.1-download-prefix/src/freetype-2.9.1.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-x86_64/third-party/freetype-2.9.1.zip'
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 81% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/freetype-2.9.1-download/freetype-2.9.1-download-prefix/src/freetype-2.9.1.zip'
     dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/freetype-2.9.1-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'freetype-2.9.1-download'
[ 44%] No update step for 'freetype-2.9.1-download'
[ 55%] No configure step for 'freetype-2.9.1-download'
[ 66%] No build step for 'freetype-2.9.1-download'
[ 77%] No install step for 'freetype-2.9.1-download'
[ 88%] No test step for 'freetype-2.9.1-download'
[100%] Completed 'freetype-2.9.1-download'
[100%] Built target freetype-2.9.1-download
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/freetype-2.9.1-src/libfreetype.6.dylib
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/freetype-2.9.1-src/libfreetype.dylib
Adding third-party libraries for Darwin-x86_64: pixman-0.34.0
-- Downloading/updating pixman-0.34.0
-- Configuring done
-- Generating done
-- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/pixman-0.34.0-download
Scanning dependencies of target pixman-0.34.0-download
[ 11%] Creating directories for 'pixman-0.34.0-download'
[ 22%] Performing download step (download, verify and extract) for 'pixman-0.34.0-download'
-- Downloading...
   dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/pixman-0.34.0-download/pixman-0.34.0-download-prefix/src/pixman-0.34.0.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-x86_64/third-party/pixman-0.34.0.zip'
-- [download 0% complete]
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/pixman-0.34.0-download/pixman-0.34.0-download-prefix/src/pixman-0.34.0.zip'
     dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/pixman-0.34.0-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'pixman-0.34.0-download'
[ 44%] No update step for 'pixman-0.34.0-download'
[ 55%] No configure step for 'pixman-0.34.0-download'
[ 66%] No build step for 'pixman-0.34.0-download'
[ 77%] No install step for 'pixman-0.34.0-download'
[ 88%] No test step for 'pixman-0.34.0-download'
[100%] Completed 'pixman-0.34.0-download'
[100%] Built target pixman-0.34.0-download
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/pixman-0.34.0-src/libpixman-1.0.dylib
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/pixman-0.34.0-src/libpixman-1.dylib
Adding third-party libraries for Darwin-x86_64: cairo-1.15.4
-- Downloading/updating cairo-1.15.4
MetacelloNotification: Fetched -> BaselineOfLLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master]
MetacelloNotification: Loading -> BaselineOfLLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master]
MetacelloNotification: Loaded -> BaselineOfLLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master]
-MetacelloNotification: Fetched -> BaselineOfUnicorn-CompatibleUserName.1639392057 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master]
MetacelloNotification: Loading -> BaselineOfUnicorn-CompatibleUserName.1639392057 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master]
MetacelloNotification: Loaded -> BaselineOfUnicorn-CompatibleUserName.1639392057 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master]
- The CXX compiler identification is Clang 8.0.1
-- Check for working C compiler: /usr/bin/x86_64-w64-mingw32-clang
MetacelloNotification: Fetched -> Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc
-- Configuring done
-- Generating done
-- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/cairo-1.15.4-download
Scanning dependencies of target cairo-1.15.4-download
[ 11%] Creating directories for 'cairo-1.15.4-download'
[ 22%] Performing download step (download, verify and extract) for 'cairo-1.15.4-download'
-- Downloading...
   dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/cairo-1.15.4-download/cairo-1.15.4-download-prefix/src/cairo-1.15.4.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-x86_64/third-party/cairo-1.15.4.zip'
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/cairo-1.15.4-download/cairo-1.15.4-download-prefix/src/cairo-1.15.4.zip'
     dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/cairo-1.15.4-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'cairo-1.15.4-download'
[ 44%] No update step for 'cairo-1.15.4-download'
[ 55%] No configure step for 'cairo-1.15.4-download'
[ 66%] No build step for 'cairo-1.15.4-download'
[ 77%] No install step for 'cairo-1.15.4-download'
[ 88%] No test step for 'cairo-1.15.4-download'
[100%] Completed 'cairo-1.15.4-download'
[100%] Built target cairo-1.15.4-download
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/cairo-1.15.4-src/libcairo.2.dylib
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/cairo-1.15.4-src/libcairo.dylib
Adding third-party libraries for Darwin-x86_64: libpng-1.2.49
-- Downloading/updating libpng-1.2.49
-- Configuring done
-- Generating done
-- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libpng-1.2.49-download
Scanning dependencies of target libpng-1.2.49-download
[ 11%] Creating directories for 'libpng-1.2.49-download'
[ 22%] Performing download step (download, verify and extract) for 'libpng-1.2.49-download'
-- Downloading...
   dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libpng-1.2.49-download/libpng-1.2.49-download-prefix/src/libpng-1.2.49.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-x86_64/third-party/libpng-1.2.49.zip'
-- [download 3% complete]
-- [download 5% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 72% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 86% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 91% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libpng-1.2.49-download/libpng-1.2.49-download-prefix/src/libpng-1.2.49.zip'
     dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libpng-1.2.49-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'libpng-1.2.49-download'
[ 44%] No update step for 'libpng-1.2.49-download'
[ 55%] No configure step for 'libpng-1.2.49-download'
[ 66%] No build step for 'libpng-1.2.49-download'
[ 77%] No install step for 'libpng-1.2.49-download'
[ 88%] No test step for 'libpng-1.2.49-download'
[100%] Completed 'libpng-1.2.49-download'
[100%] Built target libpng-1.2.49-download
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libpng-1.2.49-src/libpng12.0.dylib
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libpng-1.2.49-src/libpng12.dylib
-- Downloading SDL2 binary
Adding third-party libraries for Darwin-x86_64: SDL2-2.0.18
-- Downloading/updating SDL2-2.0.18
-- Configuring done
-- Generating done
-- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/SDL2-2.0.18-download
Scanning dependencies of target SDL2-2.0.18-download
[ 11%] Creating directories for 'SDL2-2.0.18-download'
[ 22%] Performing download step (download, verify and extract) for 'SDL2-2.0.18-download'
-- Downloading...
   dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/SDL2-2.0.18-download/SDL2-2.0.18-download-prefix/src/SDL2-2.0.18.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-x86_64/third-party/SDL2-2.0.18.zip'
MetacelloNotification: Fetched -> Slang-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Fetched -> Melchor-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Project: Unicorn baseline
MetacelloNotification: Fetched -> Unicorn-CompatibleUserName.1639392057 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master]
MetacelloNotification: Project: LLVMDisassembler baseline
MetacelloNotification: Fetched -> LLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master]
MetacelloNotification: Fetched -> VMMakerLoadingDependencies-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Fetched -> Printf-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc
-- Check for working C compiler: /usr/bin/x86_64-w64-mingw32-clang - works
-- Detecting C compiler ABI info
-- [download 0% complete]
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 33% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/SDL2-2.0.18-download/SDL2-2.0.18-download-prefix/src/SDL2-2.0.18.zip'
     dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/SDL2-2.0.18-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'SDL2-2.0.18-download'
[ 44%] No update step for 'SDL2-2.0.18-download'
[ 55%] No configure step for 'SDL2-2.0.18-download'
[ 66%] No build step for 'SDL2-2.0.18-download'
[ 77%] No install step for 'SDL2-2.0.18-download'
[ 88%] No test step for 'SDL2-2.0.18-download'
[100%] Completed 'SDL2-2.0.18-download'
[100%] Built target SDL2-2.0.18-download
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/SDL2-2.0.18-src/libSDL2-2.0.0.dylib
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/SDL2-2.0.18-src/libSDL2.dylib
-- Configuring done
CMake Warning (dev):
  Policy CMP0068 is not set: RPATH settings on macOS do not affect
  install_name.  Run "cmake --help-policy CMP0068" for policy details.  Use
  the cmake_policy command to set the policy and suppress this warning.

  For compatibility with older versions of CMake, the install_name fields for
  the following targets are still affected by RPATH settings:

   B2DPlugin
   BitBltPlugin
   DSAPrims
   FileAttributesPlugin
   FilePlugin
   FloatArrayPlugin
   JPEGReadWriter2Plugin
   JPEGReaderPlugin
   LargeIntegers
   LocalePlugin
   MiscPrimitivePlugin
   PharoVMCore
   SocketPlugin
   SqueakSSL
   SurfacePlugin
   TestLibrary
   UUIDPlugin
   UnixOSProcessPlugin
   ffi_shared

This warning is for project developers.  Use -Wno-dev to suppress it.

-- Generating done
-- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build
[Pipeline] dir
Running in /builds/workspace/pharo-vm_pharo-9/build
[Pipeline] {
[Pipeline] sh
+ VERBOSE=1
+ make install package
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -S/builds/workspace/pharo-vm_pharo-9/repository -B/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build --check-build-system CMakeFiles/Makefile.cmake 0
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_progress_start /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/progress.marks
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/Makefile2 all
/Library/Developer/CommandLineTools/usr/bin/make -f libffi-build/CMakeFiles/objlib.dir/build.make libffi-build/CMakeFiles/objlib.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-src /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/CMakeFiles/objlib.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/CMakeFiles/objlib.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/CMakeFiles/objlib.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/CMakeFiles/objlib.dir/depend.internal".
Scanning dependencies of target objlib
/Library/Developer/CommandLineTools/usr/bin/make -f libffi-build/CMakeFiles/objlib.dir/build.make libffi-build/CMakeFiles/objlib.dir/build
[  0%] Building C object libffi-build/CMakeFiles/objlib.dir/src/closures.c.o
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build && /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-src/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/objlib.dir/src/closures.c.o   -c /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-src/src/closures.c
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/x86_64-w64-mingw32-clang++
[  1%] Building C object libffi-build/CMakeFiles/objlib.dir/src/java_raw_api.c.o
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build && /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-src/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/objlib.dir/src/java_raw_api.c.o   -c /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-src/src/java_raw_api.c
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-src/src/java_raw_api.c:328:46: warning: 'ffi_java_raw_size' is deprecated [-Wdeprecated-declarations]
  ffi_java_raw *raw = (ffi_java_raw*)alloca (ffi_java_raw_size (cif));
                                             ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include/ffi.h:299:56: note: 'ffi_java_raw_size' has been explicitly marked deprecated here
size_t ffi_java_raw_size (ffi_cif *cif) __attribute__((deprecated));
                                                       ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-src/src/java_raw_api.c:331:3: warning: 'ffi_java_ptrarray_to_raw' is deprecated [-Wdeprecated-declarations]
  ffi_java_ptrarray_to_raw (cif, avalue, raw);
  ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include/ffi.h:295:93: note: 'ffi_java_ptrarray_to_raw' has been explicitly marked deprecated here
void ffi_java_ptrarray_to_raw (ffi_cif *cif, void **args, ffi_java_raw *raw) __attribute__((deprecated));
                                                                                            ^
2 warnings generated.
[  1%] Building C object libffi-build/CMakeFiles/objlib.dir/src/prep_cif.c.o
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build && /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-src/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/objlib.dir/src/prep_cif.c.o   -c /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-src/src/prep_cif.c
[  2%] Building C object libffi-build/CMakeFiles/objlib.dir/src/raw_api.c.o
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build && /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-src/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/objlib.dir/src/raw_api.c.o   -c /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-src/src/raw_api.c
[  2%] Building C object libffi-build/CMakeFiles/objlib.dir/src/types.c.o
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build && /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-src/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/objlib.dir/src/types.c.o   -c /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-src/src/types.c
[  3%] Building C object libffi-build/CMakeFiles/objlib.dir/src/x86/ffi64.c.o
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build && /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-src/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/objlib.dir/src/x86/ffi64.c.o   -c /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-src/src/x86/ffi64.c
[  3%] Building ASM object libffi-build/CMakeFiles/objlib.dir/src/x86/unix64.S.o
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build && /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-src/include  -fPIC   -o CMakeFiles/objlib.dir/src/x86/unix64.S.o -c /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-src/src/x86/unix64.S
[  4%] Building C object libffi-build/CMakeFiles/objlib.dir/src/x86/ffiw64.c.o
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build && /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-src/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/objlib.dir/src/x86/ffiw64.c.o   -c /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-src/src/x86/ffiw64.c
[  5%] Building ASM object libffi-build/CMakeFiles/objlib.dir/src/x86/win64.S.o
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build && /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-src/include  -fPIC   -o CMakeFiles/objlib.dir/src/x86/win64.S.o -c /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-src/src/x86/win64.S
[  5%] Built target objlib
/Library/Developer/CommandLineTools/usr/bin/make -f libffi-build/CMakeFiles/ffi_shared.dir/build.make libffi-build/CMakeFiles/ffi_shared.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-src /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/CMakeFiles/ffi_shared.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/CMakeFiles/ffi_shared.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/CMakeFiles/ffi_shared.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/CMakeFiles/ffi_shared.dir/depend.internal".
Scanning dependencies of target ffi_shared
/Library/Developer/CommandLineTools/usr/bin/make -f libffi-build/CMakeFiles/ffi_shared.dir/build.make libffi-build/CMakeFiles/ffi_shared.dir/build
[  6%] Linking C shared library ../build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libffi.dylib
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/ffi_shared.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -dynamiclib -Wl,-headerpad_max_install_names  -o ../build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libffi.dylib -install_name @executable_path/Plugins/libffi.dylib CMakeFiles/objlib.dir/src/closures.c.o CMakeFiles/objlib.dir/src/java_raw_api.c.o CMakeFiles/objlib.dir/src/prep_cif.c.o CMakeFiles/objlib.dir/src/raw_api.c.o CMakeFiles/objlib.dir/src/types.c.o CMakeFiles/objlib.dir/src/x86/ffi64.c.o CMakeFiles/objlib.dir/src/x86/unix64.S.o CMakeFiles/objlib.dir/src/x86/ffiw64.c.o CMakeFiles/objlib.dir/src/x86/win64.S.o -Wl,-rpath,@executable_path/Plugins 
[  6%] Built target ffi_shared
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/libffi_copy.dir/build.make CMakeFiles/libffi_copy.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/libffi_copy.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/libffi_copy.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/libffi_copy.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/libffi_copy.dir/depend.internal".
Scanning dependencies of target libffi_copy
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/libffi_copy.dir/build.make CMakeFiles/libffi_copy.dir/build
[  7%] Copying libffi binaries to '/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins'
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libffi.dylib /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
[  7%] Built target libffi_copy
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/build_vmmaker_get_vm-build.dir/build.make CMakeFiles/build_vmmaker_get_vm-build.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/build_vmmaker_get_vm-build.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/build_vmmaker_get_vm-build.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/build_vmmaker_get_vm-build.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/build_vmmaker_get_vm-build.dir/depend.internal".
Scanning dependencies of target build_vmmaker_get_vm-build
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/build_vmmaker_get_vm-build.dir/build.make CMakeFiles/build_vmmaker_get_vm-build.dir/build
[  7%] Creating directories for 'build_vmmaker_get_vm'
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/vm
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/vm
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/tmp
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/src/build_vmmaker_get_vm-stamp
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/src
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/src/build_vmmaker_get_vm-stamp
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-mkdir
[  8%] Performing download step (download, verify and extract) for 'build_vmmaker_get_vm'
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -P /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/download-build_vmmaker_get_vm.cmake
-- Downloading...
   dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/src/PharoVM-9.0.11-9e688828-Darwin-x86_64-bin.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64-headless/Darwin-x86_64/PharoVM-9.0.11-9e688828-Darwin-x86_64-bin.zip'
-- [download 0% complete]
-- [download 1% complete]
-- [download 2% complete]
-- Check for working CXX compiler: /usr/bin/x86_64-w64-mingw32-clang++ - works
-- Detecting CXX compiler ABI info
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- verifying file...
       file='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/src/PharoVM-9.0.11-9e688828-Darwin-x86_64-bin.zip'
-- Downloading... done
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -P /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/verify-build_vmmaker_get_vm.cmake
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -P /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/extract-build_vmmaker_get_vm.cmake
-- extracting...
     src='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/src/PharoVM-9.0.11-9e688828-Darwin-x86_64-bin.zip'
     dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/vm'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-download
[  8%] No patch step for 'build_vmmaker_get_vm'
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E echo_append
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-patch
[  9%] Performing update step for 'build_vmmaker_get_vm'
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/vm && echo

[  9%] Performing configure step for 'build_vmmaker_get_vm'
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/vm && echo

cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/vm && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-configure
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Compiling for architecture: x86_64
-- Building for WINDOWS
-- Full Platform name: Windows-x86_64
-- Building Pharo with executable named Pharo
-- Looking for sys/types.h
[ 10%] Performing build step for 'build_vmmaker_get_vm'
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/vm && echo

cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/vm && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-build
[ 10%] Built target build_vmmaker_get_vm-build
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/build_vmmaker_get_image.dir/build.make CMakeFiles/build_vmmaker_get_image.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/build_vmmaker_get_image.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/build_vmmaker_get_image.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/build_vmmaker_get_image.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/build_vmmaker_get_image.dir/depend.internal".
Scanning dependencies of target build_vmmaker_get_image
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/build_vmmaker_get_image.dir/build.make CMakeFiles/build_vmmaker_get_image.dir/build
[ 11%] Creating directories for 'build_vmmaker_get_image'
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/image
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/image
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/tmp
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/src/build_vmmaker_get_image-stamp
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/src
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/src/build_vmmaker_get_image-stamp
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-mkdir
[ 12%] Performing download step (download, verify and extract) for 'build_vmmaker_get_image'
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -P /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/src/build_vmmaker_get_image-stamp/download-build_vmmaker_get_image.cmake
-- Downloading...
   dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/src/Pharo10-SNAPSHOT.build.349.sha.3e26baf.arch.64bit.zip'
   timeout='none'
-- Using src='https://files.pharo.org/image/100/Pharo10-SNAPSHOT.build.349.sha.3e26baf.arch.64bit.zip'
-- [download 0% complete]
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
MetacelloNotification: Fetched -> VMMaker-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMaker-Slang-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMakerCompatibilityForPharo6-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMakerTests-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- verifying file...
       file='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/src/Pharo10-SNAPSHOT.build.349.sha.3e26baf.arch.64bit.zip'
MetacelloNotification: Fetched -> VMMaker-MT-Tests-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMaker-Tools-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc
-- Downloading... done
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -P /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/src/build_vmmaker_get_image-stamp/verify-build_vmmaker_get_image.cmake
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -P /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/src/build_vmmaker_get_image-stamp/extract-build_vmmaker_get_image.cmake
-- extracting...
     src='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/src/Pharo10-SNAPSHOT.build.349.sha.3e26baf.arch.64bit.zip'
     dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/image'
-- extracting... [tar xfz]
MetacelloNotification: Fetched -> VMMaker-OriginalTests-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Fetched -> FileAttributesPlugin-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Loading -> Slang-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-download
[ 13%] No patch step for 'build_vmmaker_get_image'
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E echo_append
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-patch
[ 13%] Performing update step for 'build_vmmaker_get_image'
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/image && echo
NewUndeclaredWarning: CCodeGenerator>>cLiteralForPrintfString: (PrintfFormatString is Undeclared)
NewUndeclaredWarning: CCodeGenerator>>removeAssertions (Sensor is Undeclared)

[ 13%] Performing configure step for 'build_vmmaker_get_image'
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/image && echo

cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/image && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-configure
[ 14%] Performing build step for 'build_vmmaker_get_image'
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/image && /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/vm/Contents/MacOS/Pharo --headless /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/image/Pharo10-SNAPSHOT-64bit-3e26baf.image --no-default-preferences save VMMaker
SystemNotification: TMethod>>methodIsEffectivelyComplete:in:(selector is shadowed)
-- Looking for stdint.h - found
-- Looking for stddef.h
NewUndeclaredWarning: VMMaker>>createCodeGenerator (MLVMCCodeGenerator is Undeclared)
NewUndeclaredWarning: VMMaker>>primitiveCopyFileNamed:to: (FileStream is Undeclared)
NewUndeclaredWarning: VMMaker>>primitiveCopyFileNamed:to: (FileStream is Undeclared)
MetacelloNotification: Loaded -> Slang-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> Slang-Tests-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
-- Looking for stddef.h - found
-- Check size of int
MetacelloNotification: Loaded -> Slang-Tests-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> Melchor-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
NewUndeclaredWarning: VMPluginCodeGenerator>>sizeOfIntegralCType: (BytesPerWord is Undeclared)
MetacelloNotification: Loaded -> Melchor-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Starting atomic load
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/image && /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/vm/Contents/MacOS/Pharo --headless /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/image/VMMaker.image --no-default-preferences --save --quit /builds/workspace/pharo-vm_pharo-9/repository/scripts/installVMMaker.st /builds/workspace/pharo-vm_pharo-9/repository httpsUrl
NewUndeclaredWarning: UcARMRegisters class>>eflags (UC_ARM_REG_EFLAGS is Undeclared)
-- Check size of int - done
-- Check size of long
MetacelloNotification: 	Loaded -> Unicorn-CompatibleUserName.1639392057 --- https://github.com/guillep/pharo-unicorn.git[master] --- cache
MetacelloNotification: Finished atomic load
MetacelloNotification: Starting atomic load
NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (defaultRemoteType is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (defaultRemoteType is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (defaultRemoteType is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (defaultRemoteType is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared)
MetacelloNotification: Fetched -> BaselineOfVMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Loading -> BaselineOfVMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Loaded -> BaselineOfVMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Loading baseline of BaselineOfVMMaker...
SystemNotification: LLVMDisassembler>>setOptions:(options is shadowed)
MetacelloNotification: Fetched -> BaselineOfLLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master]
MetacelloNotification: Loading -> BaselineOfLLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master]
MetacelloNotification: Loaded -> BaselineOfLLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master]
MetacelloNotification: 	Loaded -> LLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- cache
MetacelloNotification: Finished atomic load
MetacelloNotification: Loading -> VMMakerLoadingDependencies-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
NewUndeclaredWarning: TranscriptStream class>>redirectToStdOut: (FileStream is Undeclared)
-- Check size of long - done
-- Check size of long long
NewUndeclaredWarning: TranscriptStream>>codePaneMenu:shifted: (SmalltalkEditor is Undeclared)
NewUndeclaredWarning: TranscriptStream>>codePaneMenu:shifted: (SmalltalkEditor is Undeclared)
NewUndeclaredWarning: TranscriptStream>>target (FileStream is Undeclared)
MetacelloNotification: Loaded -> VMMakerLoadingDependencies-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> Printf-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Fetched -> BaselineOfUnicorn-CompatibleUserName.1639392057 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master]
MetacelloNotification: Loading -> BaselineOfUnicorn-CompatibleUserName.1639392057 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master]
MetacelloNotification: Loaded -> BaselineOfUnicorn-CompatibleUserName.1639392057 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master]
MetacelloNotification: Loaded -> Printf-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Fetched -> Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc
-- Check size of long long - done
-- Check size of void*
MetacelloNotification: Fetched -> Slang-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Fetched -> Melchor-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Project: Unicorn baseline
MetacelloNotification: Fetched -> Unicorn-CompatibleUserName.1639392057 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master]
MetacelloNotification: Project: LLVMDisassembler baseline
MetacelloNotification: Fetched -> LLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master]
MetacelloNotification: Fetched -> VMMakerLoadingDependencies-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Fetched -> Printf-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc
NewUndeclaredWarning: DetailedInstructionPrinter>>printInstructionsOn: (fullBlockRecursionSelector is Undeclared)
SystemNotification: CogStackPageSurrogate>>addressIsInPage:(address is shadowed)
-- Check size of void* - done
-- int 4
-- long 4
-- long long 8
-- void* 8
-- Writing libraries to: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/vm/
-- Looking for include file dirent.h
MetacelloNotification: Fetched -> VMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMaker-Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMakerCompatibilityForPharo6-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMakerTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMaker-MT-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMaker-Tools-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMaker-OriginalTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Fetched -> FileAttributesPlugin-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Loading -> Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
NewUndeclaredWarning: SmalltalkImage>>simulatePrimitive:args: (FileExistsException is Undeclared)
NewUndeclaredWarning: FakeStdinStream>>next (ActiveHand is Undeclared)
NewUndeclaredWarning: CCodeGenerator>>cLiteralForPrintfString: (PrintfFormatString is Undeclared)
NewUndeclaredWarning: CCodeGenerator>>removeAssertions (Sensor is Undeclared)
NewUndeclaredWarning: Cogit class>>genAndDis:options: (Compiler is Undeclared)
NewUndeclaredWarning: Cogit class>>initializeMiscConstants (UnicornProcessor is Undeclared)
-- Looking for include file dirent.h - found
-- Looking for include file features.h
SystemNotification: TMethod>>methodIsEffectivelyComplete:in:(selector is shadowed)
NewUndeclaredWarning: Cogit>>initializeProcessor (MultiProcessor is Undeclared)
NewUndeclaredWarning: Cogit>>setClickStepBreakBlock (Debugger is Undeclared)
NewUndeclaredWarning: Cogit>>simulateCogCodeAt: (ProcessorSimulationTrap is Undeclared)
-- Looking for include file features.h - not found
-- Looking for include file unistd.h
NewUndeclaredWarning: VMMaker>>createCodeGenerator (MLVMCCodeGenerator is Undeclared)
NewUndeclaredWarning: VMMaker>>primitiveCopyFileNamed:to: (FileStream is Undeclared)
NewUndeclaredWarning: VMMaker>>primitiveCopyFileNamed:to: (FileStream is Undeclared)
SystemNotification: RegisterAllocatingCogit>>resolveConflicts:with:to:(simStackPtr is shadowed)
MetacelloNotification: Loaded -> Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> Slang-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loaded -> Slang-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> Melchor-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
NewUndeclaredWarning: VMPluginCodeGenerator>>sizeOfIntegralCType: (BytesPerWord is Undeclared)
NewUndeclaredWarning: StackToRegisterMappingCogit>>widthInDefaultFontOf: (NewParagraph is Undeclared)
MetacelloNotification: Loaded -> Melchor-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Starting atomic load
NewUndeclaredWarning: UcARMRegisters class>>eflags (UC_ARM_REG_EFLAGS is Undeclared)
MetacelloNotification: 	Loaded -> Unicorn-CompatibleUserName.1639392057 --- https://github.com/guillep/pharo-unicorn.git[master] --- cache
MetacelloNotification: Finished atomic load
MetacelloNotification: Starting atomic load
SystemNotification: LLVMDisassembler>>setOptions:(options is shadowed)
MetacelloNotification: 	Loaded -> LLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- cache
MetacelloNotification: Finished atomic load
MetacelloNotification: Loading -> VMMakerLoadingDependencies-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
NewUndeclaredWarning: TranscriptStream class>>redirectToStdOut: (FileStream is Undeclared)
NewUndeclaredWarning: TranscriptStream>>codePaneMenu:shifted: (SmalltalkEditor is Undeclared)
NewUndeclaredWarning: TranscriptStream>>codePaneMenu:shifted: (SmalltalkEditor is Undeclared)
NewUndeclaredWarning: TranscriptStream>>target (FileStream is Undeclared)
-- Looking for include file unistd.h - found
-- Looking for include file ndir.h
MetacelloNotification: Loaded -> VMMakerLoadingDependencies-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> Printf-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loaded -> Printf-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
NewUndeclaredWarning: ADPCMCodecPlugin class>>monticelloDescription (ADPCMCodec is Undeclared)
NewUndeclaredWarning: ADPCMCodecPlugin class>>translatedPrimitives (ADPCMCodec is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>fileOpenName:size:write: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>fileOpenName:size:write: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>fileOpenNewName:size: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>fileOpenNewName:size: (FileExistsException is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileDeleteName:Size: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileDeleteName:Size: (FileDirectory is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (FileDirectory is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (FileDirectory is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (FileDirectory is Undeclared)
NewUndeclaredWarning: IA32ABIPlugin>>primCalloc (Alien is Undeclared)
NewUndeclaredWarning: IA32ABIPlugin>>primMalloc (Alien is Undeclared)
NewUndeclaredWarning: InterpreterPlugin class>>allCodeOlderThan: (TimeStamp is Undeclared)
NewUndeclaredWarning: InterpreterPlugin class>>buildCodeGenerator (VMMakerConfiguration is Undeclared)
NewUndeclaredWarning: InterpreterPlugin class>>buildCodeGeneratorForVMClass: (VMMakerConfiguration is Undeclared)
-- Looking for include file ndir.h - not found
-- Looking for include file sys/ndir.h
-- Looking for include file sys/ndir.h - not found
-- Looking for include file sys/dir.h
NewUndeclaredWarning: JPEGReadWriter2Plugin>>compressStructSize (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>decompressStructSize (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>errorMgr2StructSize (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primImageHeight: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primImageNumComponents: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primImageWidth: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGPluginIsPresent (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGReadHeader:fromByteArray:size:errorMgrReadHeader: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGReadImagefromByteArrayonFormdoDitheringerrorMgrReadScanlines:_:_:_:_:_:_:_:_: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGWriteImageonByteArrayformqualityprogressiveJPEGerrorMgrWriteScanlines:_:_:_:_:_:_:_:_:_:_:_: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: TestOSAPlugin>>primOpenDefaultConfiguration:subtype: (ComponentInstance is Undeclared)
NewUndeclaredWarning: SoundGenerationPlugin class>>monticelloDescription (AbstractSound is Undeclared)
NewUndeclaredWarning: SoundGenerationPlugin class>>translatedPrimitives (AbstractSound is Undeclared)
NewUndeclaredWarning: StackInterpreter class>>patchInterpGCCPPC: (FileStream is Undeclared)
NewUndeclaredWarning: StackInterpreter class>>primitiveAccessorDepthTable (VMMakerConfiguration is Undeclared)
-- Looking for include file sys/dir.h - not found
-- Looking for include file sys/filio.h
NewUndeclaredWarning: CogVMSimulator>>codeGeneratorToComputeAccessorDepth (VMMakerConfiguration is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>ensureMultiThreadingOverridesAreUpToDate (Parser is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>ioMousePoint (Sensor is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>ioRelinquishProcessorForMicroseconds: (Sensor is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>logOfBytesVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>logOfBytesWrite:toFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>logOfSendsVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>logOfSendsWrite:toFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorph (SimulatorImageMorph is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorph (SimulatorEventTransformer is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorph (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorph (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorphNoTranscript (SimulatorImageMorph is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorphNoTranscript (SimulatorEventTransformer is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorphNoTranscript (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>setBreakBlockFromString: (Compiler is Undeclared)
SystemNotification: CogVMSimulator>>testBreakCount:printSends:printFrames:printBytecodes:(breakCount is shadowed)
NewUndeclaredWarning: StackMTInterpreterSimulator>>ioMousePoint (Sensor is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>ioRelinquishProcessorForMicroseconds: (Sensor is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>logOfBytesVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>logOfBytesWrite:toFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>logOfSendsVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>logOfSendsWrite:toFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (SimulatorImageMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (SimulatorEventTransformer is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorphNoTranscript (SimulatorImageMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorphNoTranscript (SimulatorEventTransformer is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorphNoTranscript (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsSimulatorMorph (SimulatorMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsSimulatorMorph (SimulatorMorph is Undeclared)
SystemNotification: StackMTInterpreterSimulator>>runAtEachStep:breakCount:(breakCount is shadowed)
NewUndeclaredWarning: StackMTInterpreterSimulator>>setClickStepBreakBlock (Debugger is Undeclared)
SystemNotification: StackMTInterpreterSimulator>>testBreakCount:printSends:printFrames:printBytecodes:(breakCount is shadowed)
NewUndeclaredWarning: StackInterpreterSimulator>>codeGeneratorToComputeAccessorDepth (VMMakerConfiguration is Undeclared)
NewUndeclaredWarning: StackInterpreterSimulator>>ioMousePoint (Sensor is Undeclared)
NewUndeclaredWarning: StackInterpreterSimulator>>ioRelinquishProcessorForMicroseconds: (Sensor is Undeclared)
NewUndeclaredWarning: StackInterpreterSimulator>>logOfBytesVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackInterpreterSimulator>>logOfBytesWrite:toFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackInterpreterSimulator>>logOfSendsVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackInterpreterSimulator>>logOfSendsWrite:toFileNamed:fromStart: (FileStream is Undeclared)
SystemNotification: StackInterpreterSimulator>>runAtEachStep:breakCount:(breakCount is shadowed)
NewUndeclaredWarning: StackInterpreterSimulator>>setClickStepBreakBlock (Debugger is Undeclared)
SystemNotification: StackInterpreterSimulator>>testBreakCount:printSends:printFrames:printBytecodes:(breakCount is shadowed)
NewUndeclaredWarning: DetailedInstructionPrinter>>printInstructionsOn: (fullBlockRecursionSelector is Undeclared)
SystemNotification: CogStackPageSurrogate>>addressIsInPage:(address is shadowed)
-- Looking for include file sys/filio.h - not found
-- Looking for include file sys/time.h
NewUndeclaredWarning: SmalltalkImage>>simulatePrimitive:args: (FileExistsException is Undeclared)
NewUndeclaredWarning: FakeStdinStream>>next (ActiveHand is Undeclared)
NewUndeclaredWarning: VMStructType class>>checkGenerateSurrogate:bytesPerWord: (BytesPerWord is Undeclared)
NewUndeclaredWarning: VMStructType class>>checkGenerateSurrogate:bytesPerWord: (BytesPerWord is Undeclared)
NewUndeclaredWarning: VMStructType class>>checkGenerateSurrogate:bytesPerWord: (BytesPerWord is Undeclared)
-- Looking for include file sys/time.h - found
-- Looking for include file execinfo.h
NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFBitBltLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFFormLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFEdgeDataTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFFillDataTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFWrongState is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadSpanBufferFrom: (GEFClassMismatch is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferIsInteger is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferIsPointers is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferBadMagic is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferWrongSize is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferStartWrong is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: Cogit class>>genAndDis:options: (Compiler is Undeclared)
NewUndeclaredWarning: Cogit class>>initializeMiscConstants (UnicornProcessor is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveAddActiveEdgeEntry (GEFEdgeDataTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveAddActiveEdgeEntry (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveAddActiveEdgeEntry (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveChangedActiveEdgeEntry (GEFEdgeDataTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveCopyBuffer (GEFClassMismatch is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveCopyBuffer (GEFSizeMismatch is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveDisplaySpanBuffer (GEFBitBltLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveGetFailureReason (GEFEngineIsInteger is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveGetFailureReason (GEFEngineIsWords is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveGetFailureReason (GEFEngineTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveInitializeProcessing (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFFillDataTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveNextFillEntry (GEFFormLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveNextFillEntry (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveNextFillEntry (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveNextGlobalEdgeEntry (GEFWrongEdge is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalEdge (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalEdge (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalEdge (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalFill (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveSetColorTransform (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFAlreadyFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFEngineIsInteger is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFEngineIsWords is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFEngineTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom:requiredState: (GEFWrongState is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom:requiredState:or: (GEFWrongState is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezier (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezier (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezier (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBitmapFill (GEFBadPoint is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBitmapFill (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBitmapFill (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFEntityCheckFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddGradientFill (GEFBadPoint is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddGradientFill (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddGradientFill (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFBadPoint is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFBadPoint is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFBadPoint is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: Cogit>>initializeProcessor (MultiProcessor is Undeclared)
-- Looking for include file execinfo.h - not found
-- Looking for include file dlfcn.h
NewUndeclaredWarning: Cogit>>setClickStepBreakBlock (Debugger is Undeclared)
NewUndeclaredWarning: Cogit>>simulateCogCodeAt: (ProcessorSimulationTrap is Undeclared)
SystemNotification: RegisterAllocatingCogit>>resolveConflicts:with:to:(simStackPtr is shadowed)
-- Looking for include file dlfcn.h - not found
-- Looking for dlopen in dl
NewUndeclaredWarning: StackToRegisterMappingCogit>>widthInDefaultFontOf: (NewParagraph is Undeclared)
NewUndeclaredWarning: ADPCMCodecPlugin class>>monticelloDescription (ADPCMCodec is Undeclared)
NewUndeclaredWarning: ADPCMCodecPlugin class>>translatedPrimitives (ADPCMCodec is Undeclared)
-- Looking for dlopen in dl - not found
-- Looking for dlopen in dyld
NewUndeclaredWarning: FilePluginSimulator>>fileOpenName:size:write: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>fileOpenName:size:write: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>fileOpenNewName:size: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>fileOpenNewName:size: (FileExistsException is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileDeleteName:Size: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileDeleteName:Size: (FileDirectory is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (FileDirectory is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (FileDirectory is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (FileDirectory is Undeclared)
NewUndeclaredWarning: IA32ABIPlugin>>primCalloc (Alien is Undeclared)
NewUndeclaredWarning: IA32ABIPlugin>>primMalloc (Alien is Undeclared)
MetacelloNotification: Fetched -> VMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMaker-Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMakerCompatibilityForPharo6-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc
NewUndeclaredWarning: InterpreterPlugin class>>allCodeOlderThan: (TimeStamp is Undeclared)
NewUndeclaredWarning: InterpreterPlugin class>>buildCodeGenerator (VMMakerConfiguration is Undeclared)
NewUndeclaredWarning: InterpreterPlugin class>>buildCodeGeneratorForVMClass: (VMMakerConfiguration is Undeclared)
MetacelloNotification: Loaded -> VMMaker-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-Slang-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loaded -> VMMaker-Slang-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMakerCompatibilityForPharo6-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
-- Looking for dlopen in dyld - not found
-- Performing Test HAVE_TM_GMTOFF
NewUndeclaredWarning: JPEGReadWriter2Plugin>>compressStructSize (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>decompressStructSize (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>errorMgr2StructSize (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primImageHeight: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primImageNumComponents: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primImageWidth: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGPluginIsPresent (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGReadHeader:fromByteArray:size:errorMgrReadHeader: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGReadImagefromByteArrayonFormdoDitheringerrorMgrReadScanlines:_:_:_:_:_:_:_:_: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGWriteImageonByteArrayformqualityprogressiveJPEGerrorMgrWriteScanlines:_:_:_:_:_:_:_:_:_:_:_: (JPEGReadWriter2 is Undeclared)
MetacelloNotification: Fetched -> VMMakerTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMaker-MT-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMaker-Tools-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc
NewUndeclaredWarning: TestOSAPlugin>>primOpenDefaultConfiguration:subtype: (ComponentInstance is Undeclared)
NewUndeclaredWarning: SoundGenerationPlugin class>>monticelloDescription (AbstractSound is Undeclared)
NewUndeclaredWarning: SoundGenerationPlugin class>>translatedPrimitives (AbstractSound is Undeclared)
NewUndeclaredWarning: OCAbstractScope>>childrenDo:after:suchThat: (children is Undeclared)
NewUndeclaredWarning: OCAbstractScope>>childrenDo:after:suchThat: (children is Undeclared)
NewUndeclaredWarning: OCAbstractScope>>childrenDo:suchThat: (children is Undeclared)
NewUndeclaredWarning: OCAbstractScope>>childrenDo:suchThat: (children is Undeclared)
NewUndeclaredWarning: DisplayText class>>example (Sensor is Undeclared)
NewUndeclaredWarning: DisplayText class>>example (Sensor is Undeclared)
NewUndeclaredWarning: DisplayText class>>text: (DefaultTextStyle is Undeclared)
MetacelloNotification: Fetched -> VMMaker-OriginalTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Fetched -> FileAttributesPlugin-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Loading -> Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
NewUndeclaredWarning: CCodeGenerator>>cLiteralForPrintfString: (PrintfFormatString is Undeclared)
-- Performing Test HAVE_TM_GMTOFF - Failed
-- Looking for include file sys/uuid.h
NewUndeclaredWarning: StackInterpreter class>>patchInterpGCCPPC: (FileStream is Undeclared)
NewUndeclaredWarning: StackInterpreter class>>primitiveAccessorDepthTable (VMMakerConfiguration is Undeclared)
NewUndeclaredWarning: CCodeGenerator>>removeAssertions (Sensor is Undeclared)
SystemNotification: TMethod>>methodIsEffectivelyComplete:in:(selector is shadowed)
NewUndeclaredWarning: VMMaker>>createCodeGenerator (MLVMCCodeGenerator is Undeclared)
NewUndeclaredWarning: VMMaker>>primitiveCopyFileNamed:to: (FileStream is Undeclared)
NewUndeclaredWarning: VMMaker>>primitiveCopyFileNamed:to: (FileStream is Undeclared)
-- Looking for include file sys/uuid.h - not found
-- Looking for include file uuid/uuid.h
MetacelloNotification: Loaded -> Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> Slang-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loaded -> Slang-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> Melchor-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loaded -> VMMakerCompatibilityForPharo6-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMakerTests-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
NewUndeclaredWarning: VMPluginCodeGenerator>>sizeOfIntegralCType: (BytesPerWord is Undeclared)
MetacelloNotification: Loaded -> Melchor-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Starting atomic load
NewUndeclaredWarning: UcARMRegisters class>>eflags (UC_ARM_REG_EFLAGS is Undeclared)
-- Looking for include file uuid/uuid.h - not found
-- Looking for include file uuid.h
MetacelloNotification: 	Loaded -> Unicorn-CompatibleUserName.1639392057 --- https://github.com/guillep/pharo-unicorn.git[master] --- cache
MetacelloNotification: Finished atomic load
MetacelloNotification: Starting atomic load
SystemNotification: LLVMDisassembler>>setOptions:(options is shadowed)
MetacelloNotification: 	Loaded -> LLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- cache
MetacelloNotification: Finished atomic load
MetacelloNotification: Loading -> VMMakerLoadingDependencies-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
NewUndeclaredWarning: TranscriptStream class>>redirectToStdOut: (FileStream is Undeclared)
NewUndeclaredWarning: TranscriptStream>>codePaneMenu:shifted: (SmalltalkEditor is Undeclared)
NewUndeclaredWarning: TranscriptStream>>codePaneMenu:shifted: (SmalltalkEditor is Undeclared)
NewUndeclaredWarning: TranscriptStream>>target (FileStream is Undeclared)
MetacelloNotification: Loaded -> VMMakerLoadingDependencies-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> Printf-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loaded -> Printf-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
NewUndeclaredWarning: CogVMSimulator>>codeGeneratorToComputeAccessorDepth (VMMakerConfiguration is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>ensureMultiThreadingOverridesAreUpToDate (Parser is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>ioMousePoint (Sensor is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>ioRelinquishProcessorForMicroseconds: (Sensor is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>logOfBytesVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>logOfBytesWrite:toFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>logOfSendsVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>logOfSendsWrite:toFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorph (SimulatorImageMorph is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorph (SimulatorEventTransformer is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorph (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorph (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorphNoTranscript (SimulatorImageMorph is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorphNoTranscript (SimulatorEventTransformer is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorphNoTranscript (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>setBreakBlockFromString: (Compiler is Undeclared)
SystemNotification: CogVMSimulator>>testBreakCount:printSends:printFrames:printBytecodes:(breakCount is shadowed)
NewUndeclaredWarning: StackMTInterpreterSimulator>>ioMousePoint (Sensor is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>ioRelinquishProcessorForMicroseconds: (Sensor is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>logOfBytesVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>logOfBytesWrite:toFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>logOfSendsVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>logOfSendsWrite:toFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (SimulatorImageMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (SimulatorEventTransformer is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorphNoTranscript (SimulatorImageMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorphNoTranscript (SimulatorEventTransformer is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorphNoTranscript (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsSimulatorMorph (SimulatorMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsSimulatorMorph (SimulatorMorph is Undeclared)
SystemNotification: StackMTInterpreterSimulator>>runAtEachStep:breakCount:(breakCount is shadowed)
NewUndeclaredWarning: StackMTInterpreterSimulator>>setClickStepBreakBlock (Debugger is Undeclared)
SystemNotification: StackMTInterpreterSimulator>>testBreakCount:printSends:printFrames:printBytecodes:(breakCount is shadowed)
NewUndeclaredWarning: StackInterpreterSimulator>>codeGeneratorToComputeAccessorDepth (VMMakerConfiguration is Undeclared)
NewUndeclaredWarning: StackInterpreterSimulator>>ioMousePoint (Sensor is Undeclared)
NewUndeclaredWarning: StackInterpreterSimulator>>ioRelinquishProcessorForMicroseconds: (Sensor is Undeclared)
NewUndeclaredWarning: StackInterpreterSimulator>>logOfBytesVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackInterpreterSimulator>>logOfBytesWrite:toFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackInterpreterSimulator>>logOfSendsVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackInterpreterSimulator>>logOfSendsWrite:toFileNamed:fromStart: (FileStream is Undeclared)
SystemNotification: StackInterpreterSimulator>>runAtEachStep:breakCount:(breakCount is shadowed)
NewUndeclaredWarning: StackInterpreterSimulator>>setClickStepBreakBlock (Debugger is Undeclared)
SystemNotification: StackInterpreterSimulator>>testBreakCount:printSends:printFrames:printBytecodes:(breakCount is shadowed)
NewUndeclaredWarning: VMStructType class>>checkGenerateSurrogate:bytesPerWord: (BytesPerWord is Undeclared)
NewUndeclaredWarning: VMStructType class>>checkGenerateSurrogate:bytesPerWord: (BytesPerWord is Undeclared)
NewUndeclaredWarning: VMStructType class>>checkGenerateSurrogate:bytesPerWord: (BytesPerWord is Undeclared)
-- Looking for include file uuid.h - not found
-- Looking for uuidgen in uuid
-- Looking for uuidgen in uuid - not found
-- Looking for uuid_generate in uuid
-- Looking for uuid_generate in uuid - not found
Defining Windows VM to download for code generation
-- C Compiler: /usr/bin/x86_64-w64-mingw32-clang
-- C++ Compiler: /usr/bin/x86_64-w64-mingw32-clang++
-- Resource Compiler: x86_64-w64-mingw32-windres
-- Building FFI
-- Downloading/updating libffi
NewUndeclaredWarning: ProcessorSimulator>>stackValues (VMMachineCodeDebuggerStackItem is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>arg0Register (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>arg1Register (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>baseRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>cResultRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>carg0Register (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>carg1Register (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>carg2Register (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>carg3Register (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>classRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>disassembler (LLVMRV64Disassembler is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>doublePrecisionFloatingPointRegister0 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>doublePrecisionFloatingPointRegister1 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>doublePrecisionFloatingPointRegister2 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f0 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f1 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f10 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f11 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f12 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f13 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f14 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f15 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f16 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f17 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f18 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f19 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f2 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f20 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f21 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f22 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f23 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f24 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f25 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f26 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f27 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f28 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f29 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f3 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f30 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f31 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f4 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f5 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f6 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f7 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f8 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f9 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>flagCarryRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>flagOverflowRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>flagSignRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>flagZeroRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>framePointerRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>instructionPointerRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>linkRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>mstatus (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>receiverRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s0 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s0: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s2 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s2: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s7 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s7: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s8 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s8: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s9 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s9: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>sendNumberOfArgumentsRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>stackPointerRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t0 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t0: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t1 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t1: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t2 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t2: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t3 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t3: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t4 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t4: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t5 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t5: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t6 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t6: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>temporaryRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x0 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x1 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x10 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x11 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x12 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x13 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x14 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x15 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x16 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x17 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x18 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x19 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x2 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x20 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x21 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x22 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x23 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x24 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x25 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x26 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x27 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x28 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x29 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x3 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x30 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x31 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x4 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x5 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x6 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x7 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x8 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x9 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: VMFrameBuilder>>gtInspectorItemsIn: (GTObjectPrinter is Undeclared)
NewUndeclaredWarning: VMFrameBuilder>>gtInspectorItemsIn: (GTObjectPrinter is Undeclared)
NewUndeclaredWarning: VMBytecodeMethod>>encoderClass (EncoderForV3PlusClosures is Undeclared)
NewUndeclaredWarning: VMSimpleStackBasedCogitAbstractTest>>openMachineDebuggerAt: (VMMachineCodeDebugger is Undeclared)
MetacelloNotification: Loaded -> VMMakerTests-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-MT-Tests-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
NewUndeclaredWarning: DetailedInstructionPrinter>>printInstructionsOn: (fullBlockRecursionSelector is Undeclared)
SystemNotification: CogStackPageSurrogate>>addressIsInPage:(address is shadowed)
NewUndeclaredWarning: SmalltalkImage>>simulatePrimitive:args: (FileExistsException is Undeclared)
NewUndeclaredWarning: FakeStdinStream>>next (ActiveHand is Undeclared)
NewUndeclaredWarning: Cogit class>>genAndDis:options: (Compiler is Undeclared)
NewUndeclaredWarning: Cogit class>>initializeMiscConstants (UnicornProcessor is Undeclared)
NewUndeclaredWarning: VMMTTests>>testHeartbeatReleasesVMWhenNoProcessIsWilling (CAContinuation is Undeclared)
NewUndeclaredWarning: VMMTTests>>testTryOwningOwnedVMLeavesThreadInWaitingState (CAContinuation is Undeclared)
NewUndeclaredWarning: VMMockCogThreadManager>>ioWaitOnOSSemaphore: (CAContinuation is Undeclared)
NewUndeclaredWarning: Cogit>>initializeProcessor (MultiProcessor is Undeclared)
NewUndeclaredWarning: Cogit>>setClickStepBreakBlock (Debugger is Undeclared)
NewUndeclaredWarning: Cogit>>simulateCogCodeAt: (ProcessorSimulationTrap is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFBitBltLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFFormLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFEdgeDataTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFFillDataTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFWrongState is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadSpanBufferFrom: (GEFClassMismatch is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferIsInteger is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferIsPointers is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferBadMagic is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferWrongSize is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferStartWrong is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveAddActiveEdgeEntry (GEFEdgeDataTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveAddActiveEdgeEntry (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveAddActiveEdgeEntry (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveChangedActiveEdgeEntry (GEFEdgeDataTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveCopyBuffer (GEFClassMismatch is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveCopyBuffer (GEFSizeMismatch is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveDisplaySpanBuffer (GEFBitBltLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveGetFailureReason (GEFEngineIsInteger is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveGetFailureReason (GEFEngineIsWords is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveGetFailureReason (GEFEngineTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveInitializeProcessing (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFFillDataTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveNextFillEntry (GEFFormLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveNextFillEntry (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveNextFillEntry (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveNextGlobalEdgeEntry (GEFWrongEdge is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalEdge (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalEdge (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalEdge (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalFill (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveSetColorTransform (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFAlreadyFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFEngineIsInteger is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFEngineIsWords is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFEngineTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom:requiredState: (GEFWrongState is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom:requiredState:or: (GEFWrongState is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezier (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezier (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezier (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBitmapFill (GEFBadPoint is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBitmapFill (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBitmapFill (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFEntityCheckFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddGradientFill (GEFBadPoint is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddGradientFill (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddGradientFill (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFBadPoint is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFBadPoint is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFBadPoint is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFEntityLoadFailed is Undeclared)
MetacelloNotification: Loaded -> VMMaker-MT-Tests-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-Tools-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
-- Configuring done
-- Generating done
-- Build files have been written to: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-download
NewUndeclaredWarning: SimulatorMorph>>callStackPanel (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorph>>commandPanel (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorph>>contextPanel (ObjectExplorerWrapper is Undeclared)
SystemNotification: RegisterAllocatingCogit>>resolveConflicts:with:to:(simStackPtr is shadowed)
NewUndeclaredWarning: StackToRegisterMappingCogit>>widthInDefaultFontOf: (NewParagraph is Undeclared)
NewUndeclaredWarning: SimulatorMorph>>initializeWithVMSimulator:title:aTranscript: (SimulatorMorphicModel is Undeclared)
NewUndeclaredWarning: SimulatorMorph>>stackPanel (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorph>>transcriptPanel (PluggableTextMorph is Undeclared)
Scanning dependencies of target libffi-download
[ 11%] Creating directories for 'libffi-download'
[ 22%] Performing download step (git clone) for 'libffi-download'
MetacelloNotification: Loaded -> VMMaker-Tools-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-OriginalTests-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
Cloning into 'libffi-src'...
NewUndeclaredWarning: SpurImageTestResource class>>preenImage (Spur32BitPreen is Undeclared)
NewUndeclaredWarning: ADPCMCodecPlugin class>>monticelloDescription (ADPCMCodec is Undeclared)
NewUndeclaredWarning: ADPCMCodecPlugin class>>translatedPrimitives (ADPCMCodec is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>fileOpenName:size:write: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>fileOpenName:size:write: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>fileOpenNewName:size: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>fileOpenNewName:size: (FileExistsException is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileDeleteName:Size: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileDeleteName:Size: (FileDirectory is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (FileDirectory is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (FileDirectory is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (FileDirectory is Undeclared)
NewUndeclaredWarning: IA32ABIPlugin>>primCalloc (Alien is Undeclared)
NewUndeclaredWarning: IA32ABIPlugin>>primMalloc (Alien is Undeclared)
NewUndeclaredWarning: InterpreterPlugin class>>allCodeOlderThan: (TimeStamp is Undeclared)
NewUndeclaredWarning: InterpreterPlugin class>>buildCodeGenerator (VMMakerConfiguration is Undeclared)
NewUndeclaredWarning: InterpreterPlugin class>>buildCodeGeneratorForVMClass: (VMMakerConfiguration is Undeclared)
NewUndeclaredWarning: SpurPlanningCompactorTests class>>preenImage (Spur32BitPreen is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>compressStructSize (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>decompressStructSize (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>errorMgr2StructSize (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primImageHeight: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primImageNumComponents: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primImageWidth: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGPluginIsPresent (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGReadHeader:fromByteArray:size:errorMgrReadHeader: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGReadImagefromByteArrayonFormdoDitheringerrorMgrReadScanlines:_:_:_:_:_:_:_:_: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGWriteImageonByteArrayformqualityprogressiveJPEGerrorMgrWriteScanlines:_:_:_:_:_:_:_:_:_:_:_: (JPEGReadWriter2 is Undeclared)
SystemNotification: FloatMathPluginTests>>makeTestData:using:seed:rounds:(seed is shadowed)
NewUndeclaredWarning: FloatMathPluginTests>>makeTestData:using:seed:rounds: (FileStream is Undeclared)
NewUndeclaredWarning: FloatMathPluginTests>>makeTestData:using:seed:rounds: (Sensor is Undeclared)
SystemNotification: FloatMathPluginTests>>verifyTestData:using:(seed is shadowed)
NewUndeclaredWarning: FloatMathPluginTests>>verifyTestData:using: (FileStream is Undeclared)
NewUndeclaredWarning: FloatMathPluginTests>>verifyTestData:using: (Sensor is Undeclared)
NewUndeclaredWarning: IncludedMethodsTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared)
NewUndeclaredWarning: IncludedMethodsTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2PluginTest>>testPluginPresent (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2PluginTest>>testPrimJPEGReadImage (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2PluginTest>>testPrimJPEGWriteImage (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2PluginTest>>testPrimJPEGWriteImage (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: MiscPrimitivePluginTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared)
NewUndeclaredWarning: MiscPrimitivePluginTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared)
NewUndeclaredWarning: TestOSAPlugin>>primOpenDefaultConfiguration:subtype: (ComponentInstance is Undeclared)
NewUndeclaredWarning: SoundGenerationPlugin class>>monticelloDescription (AbstractSound is Undeclared)
NewUndeclaredWarning: SoundGenerationPlugin class>>translatedPrimitives (AbstractSound is Undeclared)
NewUndeclaredWarning: CogARMCompilerTests>>processor (GdbARMAlien is Undeclared)
NewUndeclaredWarning: CogIA32CompilerTests>>processor (BochsIA32Alien is Undeclared)
NewUndeclaredWarning: CogMIPSELCompilerTests>>processor (MIPSELSimulator is Undeclared)
NewUndeclaredWarning: CogX64CompilerTests>>processor (BochsX64Alien is Undeclared)
NewUndeclaredWarning: StackInterpreter class>>patchInterpGCCPPC: (FileStream is Undeclared)
NewUndeclaredWarning: StackInterpreter class>>primitiveAccessorDepthTable (VMMakerConfiguration is Undeclared)
MetacelloNotification: Loaded -> VMMaker-OriginalTests-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> FileAttributesPlugin-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loaded -> FileAttributesPlugin-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: ...finished baseline
NewUndeclaredWarning: CogVMSimulator>>codeGeneratorToComputeAccessorDepth (VMMakerConfiguration is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>ensureMultiThreadingOverridesAreUpToDate (Parser is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>ioMousePoint (Sensor is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>ioRelinquishProcessorForMicroseconds: (Sensor is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>logOfBytesVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>logOfBytesWrite:toFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>logOfSendsVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>logOfSendsWrite:toFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorph (SimulatorImageMorph is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorph (SimulatorEventTransformer is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorph (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorph (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorphNoTranscript (SimulatorImageMorph is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorphNoTranscript (SimulatorEventTransformer is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorphNoTranscript (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>setBreakBlockFromString: (Compiler is Undeclared)
SystemNotification: CogVMSimulator>>testBreakCount:printSends:printFrames:printBytecodes:(breakCount is shadowed)
NewUndeclaredWarning: StackMTInterpreterSimulator>>ioMousePoint (Sensor is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>ioRelinquishProcessorForMicroseconds: (Sensor is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>logOfBytesVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>logOfBytesWrite:toFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>logOfSendsVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>logOfSendsWrite:toFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (SimulatorImageMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (SimulatorEventTransformer is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorphNoTranscript (SimulatorImageMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorphNoTranscript (SimulatorEventTransformer is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorphNoTranscript (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsSimulatorMorph (SimulatorMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsSimulatorMorph (SimulatorMorph is Undeclared)
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/vmmaker/image && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-build
[  8%] Performing install step for 'build_vmmaker_get_image'
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/vmmaker/image && echo

cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/vmmaker/image && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-install
[  9%] Completed 'build_vmmaker_get_image'
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E make_directory /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/build_vmmaker_get_image-complete
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-done
[  9%] Built target build_vmmaker_get_image
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/PharoVMCore.dir/build.make CMakeFiles/PharoVMCore.dir/depend
[ 10%] Generating VM files for flavour: CoInterpreter
build/vmmaker/vm/Contents/MacOS/Pharo --headless /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/vmmaker/image/VMMaker.image --no-default-preferences eval "PharoVMMaker generate: #'CoInterpreter' outputDirectory: '/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build'"
SystemNotification: StackMTInterpreterSimulator>>runAtEachStep:breakCount:(breakCount is shadowed)
NewUndeclaredWarning: StackMTInterpreterSimulator>>setClickStepBreakBlock (Debugger is Undeclared)
SystemNotification: StackMTInterpreterSimulator>>testBreakCount:printSends:printFrames:printBytecodes:(breakCount is shadowed)
NewUndeclaredWarning: StackInterpreterSimulator>>codeGeneratorToComputeAccessorDepth (VMMakerConfiguration is Undeclared)
NewUndeclaredWarning: StackInterpreterSimulator>>ioMousePoint (Sensor is Undeclared)
NewUndeclaredWarning: StackInterpreterSimulator>>ioRelinquishProcessorForMicroseconds: (Sensor is Undeclared)
NewUndeclaredWarning: StackInterpreterSimulator>>logOfBytesVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackInterpreterSimulator>>logOfBytesWrite:toFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackInterpreterSimulator>>logOfSendsVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackInterpreterSimulator>>logOfSendsWrite:toFileNamed:fromStart: (FileStream is Undeclared)
SystemNotification: StackInterpreterSimulator>>runAtEachStep:breakCount:(breakCount is shadowed)
NewUndeclaredWarning: StackInterpreterSimulator>>setClickStepBreakBlock (Debugger is Undeclared)
SystemNotification: StackInterpreterSimulator>>testBreakCount:printSends:printFrames:printBytecodes:(breakCount is shadowed)
Generating #CoInterpreter in '/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build'...
NewUndeclaredWarning: VMStructType class>>checkGenerateSurrogate:bytesPerWord: (BytesPerWord is Undeclared)
NewUndeclaredWarning: VMStructType class>>checkGenerateSurrogate:bytesPerWord: (BytesPerWord is Undeclared)
NewUndeclaredWarning: VMStructType class>>checkGenerateSurrogate:bytesPerWord: (BytesPerWord is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFBitBltLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFFormLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFEdgeDataTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFFillDataTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFWrongState is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadSpanBufferFrom: (GEFClassMismatch is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferIsInteger is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferIsPointers is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferBadMagic is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferWrongSize is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferStartWrong is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveAddActiveEdgeEntry (GEFEdgeDataTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveAddActiveEdgeEntry (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveAddActiveEdgeEntry (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveChangedActiveEdgeEntry (GEFEdgeDataTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveCopyBuffer (GEFClassMismatch is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveCopyBuffer (GEFSizeMismatch is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveDisplaySpanBuffer (GEFBitBltLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveGetFailureReason (GEFEngineIsInteger is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveGetFailureReason (GEFEngineIsWords is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveGetFailureReason (GEFEngineTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveInitializeProcessing (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFFillDataTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveNextFillEntry (GEFFormLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveNextFillEntry (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveNextFillEntry (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveNextGlobalEdgeEntry (GEFWrongEdge is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalEdge (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalEdge (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalEdge (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalFill (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveSetColorTransform (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFAlreadyFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFEngineIsInteger is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFEngineIsWords is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFEngineTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom:requiredState: (GEFWrongState is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom:requiredState:or: (GEFWrongState is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezier (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezier (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezier (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBitmapFill (GEFBadPoint is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBitmapFill (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBitmapFill (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFEntityCheckFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddGradientFill (GEFBadPoint is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddGradientFill (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddGradientFill (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFBadPoint is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFBadPoint is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFBadPoint is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFEntityLoadFailed is Undeclared)

warning, variable nsMethodCache doesn't exist or has already been removedMetacelloNotification: Loaded -> VMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loaded -> VMMaker-Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMakerCompatibilityForPharo6-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
NewUndeclaredWarning: OCAbstractScope>>childrenDo:after:suchThat: (children is Undeclared)
NewUndeclaredWarning: OCAbstractScope>>childrenDo:after:suchThat: (children is Undeclared)
NewUndeclaredWarning: OCAbstractScope>>childrenDo:suchThat: (children is Undeclared)
NewUndeclaredWarning: OCAbstractScope>>childrenDo:suchThat: (children is Undeclared)
NewUndeclaredWarning: DisplayText class>>example (Sensor is Undeclared)
NewUndeclaredWarning: DisplayText class>>example (Sensor is Undeclared)
NewUndeclaredWarning: DisplayText class>>text: (DefaultTextStyle is Undeclared)
MetacelloNotification: Loaded -> VMMakerCompatibilityForPharo6-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMakerTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
Branch 'v3.3-cmake' set up to track remote branch 'v3.3-cmake' from 'origin'.
Switched to a new branch 'v3.3-cmake'
NewUndeclaredWarning: ProcessorSimulator>>stackValues (VMMachineCodeDebuggerStackItem is Undeclared)
[ 33%] No patch step for 'libffi-download'
[ 44%] Performing update step for 'libffi-download'

StackInterpreterPrimitives>>doPrimitiveWorkerExtractReturnValue contains declaration for non-existent variable externalFunction
StackInterpreter>>checkImageVersionFrom: contains declaration for non-existent variable imageOffset
StackInterpreter>>readImageFromFile:StartingAt: contains declaration for non-existent variable heapSize
StackInterpreter>>readImageFromFile:StartingAt: contains declaration for non-existent variable minimumMemory
StackInterpreter>>readImageFromFile:StartingAt: contains declaration for non-existent variable allocationReserve
StackInterpreter>>reapAndResetErrorCodeTo:header: contains declaration for non-existent variable theSP
StackInterpreterPrimitives>>primitiveFFIAllocate contains declaration for non-existent variable ptr
StackInterpreterPrimitives>>primitiveFFIFree contains declaration for non-existent variable ptr
StackInterpreterPrimitives>>primitiveLoadSymbolFromModule contains declaration for non-existent variable ptr

conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject:
conflicting return types sqInt, void in extendedStoreBytecodePop:
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject:
conflicting return types sqInt, void in extendedStoreBytecodePop:
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject:
conflicting return types sqInt, void in extendedStoreBytecodePop:
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, void in baseFrameReturn
conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject:
conflicting return types sqInt, void in extendedStoreBytecodePop:
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, void in baseFrameReturn
conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject:
conflicting return types sqInt, void in extendedStoreBytecodePop:
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, void in baseFrameReturn
conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject:
conflicting return types sqInt, void in extendedStoreBytecodePop:
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, void in baseFrameReturn
Current branch v3.3-cmake is up to date.
NewUndeclaredWarning: UnicornRISCVSimulator>>arg0Register (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>arg1Register (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>baseRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>cResultRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>carg0Register (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>carg1Register (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>carg2Register (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>carg3Register (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>classRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>disassembler (LLVMRV64Disassembler is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>doublePrecisionFloatingPointRegister0 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>doublePrecisionFloatingPointRegister1 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>doublePrecisionFloatingPointRegister2 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f0 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f1 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f10 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f11 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f12 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f13 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f14 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f15 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f16 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f17 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f18 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f19 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f2 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f20 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f21 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f22 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f23 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f24 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f25 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f26 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f27 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f28 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f29 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f3 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f30 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f31 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f4 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f5 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f6 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f7 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f8 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f9 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>flagCarryRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>flagOverflowRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>flagSignRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>flagZeroRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>framePointerRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>instructionPointerRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>linkRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>mstatus (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>receiverRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s0 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s0: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s2 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s2: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s7 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s7: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s8 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s8: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s9 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s9: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>sendNumberOfArgumentsRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>stackPointerRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t0 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t0: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t1 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t1: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t2 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t2: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t3 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t3: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t4 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t4: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t5 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t5: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t6 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t6: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>temporaryRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x0 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x1 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x10 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x11 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x12 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x13 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x14 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x15 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x16 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x17 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x18 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x19 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x2 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x20 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x21 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x22 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x23 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x24 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x25 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x26 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x27 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x28 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x29 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x3 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x30 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x31 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x4 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x5 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x6 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x7 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x8 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x9 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: VMFrameBuilder>>gtInspectorItemsIn: (GTObjectPrinter is Undeclared)
NewUndeclaredWarning: VMFrameBuilder>>gtInspectorItemsIn: (GTObjectPrinter is Undeclared)
NewUndeclaredWarning: VMBytecodeMethod>>encoderClass (EncoderForV3PlusClosures is Undeclared)
NewUndeclaredWarning: VMSimpleStackBasedCogitAbstractTest>>openMachineDebuggerAt: (VMMachineCodeDebugger is Undeclared)
[ 55%] No configure step for 'libffi-download'
[ 66%] No build step for 'libffi-download'
[ 77%] No install step for 'libffi-download'
[ 88%] No test step for 'libffi-download'
[100%] Completed 'libffi-download'
MetacelloNotification: Loaded -> VMMakerTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-MT-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
NewUndeclaredWarning: VMMTTests>>testHeartbeatReleasesVMWhenNoProcessIsWilling (CAContinuation is Undeclared)
NewUndeclaredWarning: VMMTTests>>testTryOwningOwnedVMLeavesThreadInWaitingState (CAContinuation is Undeclared)
NewUndeclaredWarning: VMMockCogThreadManager>>ioWaitOnOSSemaphore: (CAContinuation is Undeclared)
MetacelloNotification: Loaded -> VMMaker-MT-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-Tools-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
NewUndeclaredWarning: SimulatorMorph>>callStackPanel (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorph>>commandPanel (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorph>>contextPanel (ObjectExplorerWrapper is Undeclared)
NewUndeclaredWarning: SimulatorMorph>>initializeWithVMSimulator:title:aTranscript: (SimulatorMorphicModel is Undeclared)
NewUndeclaredWarning: SimulatorMorph>>stackPanel (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorph>>transcriptPanel (PluggableTextMorph is Undeclared)
[100%] Built target libffi-download
MetacelloNotification: Loaded -> VMMaker-Tools-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-OriginalTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
-- Building for TARGET_PLATFORM: X86_WIN64
-- Check size of size_t
NewUndeclaredWarning: SpurImageTestResource class>>preenImage (Spur32BitPreen is Undeclared)
NewUndeclaredWarning: SpurPlanningCompactorTests class>>preenImage (Spur32BitPreen is Undeclared)
SystemNotification: FloatMathPluginTests>>makeTestData:using:seed:rounds:(seed is shadowed)
NewUndeclaredWarning: FloatMathPluginTests>>makeTestData:using:seed:rounds: (FileStream is Undeclared)
NewUndeclaredWarning: FloatMathPluginTests>>makeTestData:using:seed:rounds: (Sensor is Undeclared)
SystemNotification: FloatMathPluginTests>>verifyTestData:using:(seed is shadowed)
NewUndeclaredWarning: FloatMathPluginTests>>verifyTestData:using: (FileStream is Undeclared)
NewUndeclaredWarning: FloatMathPluginTests>>verifyTestData:using: (Sensor is Undeclared)
NewUndeclaredWarning: IncludedMethodsTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared)
NewUndeclaredWarning: IncludedMethodsTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2PluginTest>>testPluginPresent (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2PluginTest>>testPrimJPEGReadImage (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2PluginTest>>testPrimJPEGWriteImage (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2PluginTest>>testPrimJPEGWriteImage (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: MiscPrimitivePluginTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared)
NewUndeclaredWarning: MiscPrimitivePluginTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared)

Local variable name 'receiver' in doPrimitiveWorkerExtractReturnValue may mask method when inlining

Local variable name 'stack' in pathTo:using:followWeak: may mask method when inlining

Local variable name 'stack' in pruneStack:stackp: may mask method when inlining

Local variable name 'receiver' in doPrimitiveWorkerCallout may mask method when inlining

compactionStartUsecs localised to fullGC

gcMarkEndUsecs localised to fullGC

extA localised to interpret

extB localised to interpret

lkupClassTag localised to interpret

numExtB localised to interpret

traceSources localised to printLogEntryAt:

the2ndUnknownShort localised to writeImageFileIONewUndeclaredWarning: CogARMCompilerTests>>processor (GdbARMAlien is Undeclared)
NewUndeclaredWarning: CogIA32CompilerTests>>processor (BochsIA32Alien is Undeclared)
NewUndeclaredWarning: CogMIPSELCompilerTests>>processor (MIPSELSimulator is Undeclared)
NewUndeclaredWarning: CogX64CompilerTests>>processor (BochsX64Alien is Undeclared)
-- Check size of size_t - done
MetacelloNotification: Loaded -> VMMaker-OriginalTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> FileAttributesPlugin-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loaded -> FileAttributesPlugin-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: ...finished baseline
-- The ASM compiler identification is Clang
MetacelloNotification: Loaded -> VMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loaded -> VMMaker-Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMakerCompatibilityForPharo6-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
NewUndeclaredWarning: OCAbstractScope>>childrenDo:after:suchThat: (children is Undeclared)
NewUndeclaredWarning: OCAbstractScope>>childrenDo:after:suchThat: (children is Undeclared)
NewUndeclaredWarning: OCAbstractScope>>childrenDo:suchThat: (children is Undeclared)
NewUndeclaredWarning: OCAbstractScope>>childrenDo:suchThat: (children is Undeclared)
NewUndeclaredWarning: DisplayText class>>example (Sensor is Undeclared)
NewUndeclaredWarning: DisplayText class>>example (Sensor is Undeclared)
NewUndeclaredWarning: DisplayText class>>text: (DefaultTextStyle is Undeclared)
MetacelloNotification: Loaded -> VMMakerCompatibilityForPharo6-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMakerTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
-- Found assembler: /usr/bin/x86_64-w64-mingw32-clang
-- Check size of double
NewUndeclaredWarning: ProcessorSimulator>>stackValues (VMMachineCodeDebuggerStackItem is Undeclared)
-- Check size of double - done
-- Check size of long double
cd /builds/workspace/pharNewUndeclaredWarning: UnicornRISCVSimulator>>arg0Register (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>arg1Register (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>baseRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>cResultRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>carg0Register (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>carg1Register (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>carg2Register (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>carg3Register (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>classRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>disassembler (LLVMRV64Disassembler is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>doublePrecisionFloatingPointRegister0 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>doublePrecisionFloatingPointRegister1 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>doublePrecisionFloatingPointRegister2 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f0 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f1 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f10 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f11 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f12 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f13 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f14 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f15 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f16 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f17 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f18 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f19 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f2 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f20 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f21 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f22 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f23 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f24 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f25 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f26 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f27 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f28 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f29 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f3 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f30 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f31 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f4 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f5 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f6 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f7 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f8 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f9 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>flagCarryRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>flagOverflowRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>flagSignRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>flagZeroRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>framePointerRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>instructionPointerRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>linkRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>mstatus (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>receiverRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s0 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s0: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s2 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s2: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s7 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s7: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s8 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s8: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s9 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s9: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>sendNumberOfArgumentsRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>stackPointerRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t0 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t0: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t1 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t1: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t2 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t2: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t3 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t3: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t4 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t4: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t5 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t5: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t6 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t6: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>temporaryRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x0 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x1 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x10 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x11 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x12 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x13 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x14 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x15 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x16 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x17 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x18 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x19 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x2 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x20 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x21 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x22 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x23 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x24 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x25 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x26 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x27 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x28 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x29 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x3 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x30 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x31 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x4 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x5 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x6 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x7 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x8 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x9 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: VMFrameBuilder>>gtInspectorItemsIn: (GTObjectPrinter is Undeclared)
NewUndeclaredWarning: VMFrameBuilder>>gtInspectorItemsIn: (GTObjectPrinter is Undeclared)
NewUndeclaredWarning: VMBytecodeMethod>>encoderClass (EncoderForV3PlusClosures is Undeclared)
o-vm_pharo-9/build/build/vmmaker/image && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-build
[ 12%] Performing install step for 'build_vmmaker_get_image'
cd /builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/image && echo

cd /builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/image && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-install
[ 13%] Completed 'build_vmmaker_get_image'
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /builds/workspace/pharo-vm_pharo-9/build/CMakeFiles
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/build_vmmaker_get_image-complete
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-done
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build'
[ 13%] Built target build_vmmaker_get_image
make -f CMakeFiles/PharoVMCore.dir/build.make CMakeFiles/PharoVMCore.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build'
[ 14%] Generating VM files for flavour: CoInterpreter
build/vmmaker/vm/pharo --headless /builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/image/VMMaker.image --no-default-preferences eval "PharoVMMaker generate: #'CoInterpreter' outputDirectory: '/builds/workspace/pharo-vm_pharo-9/build'"
Generating #CoInterpreter in '/builds/workspace/pharo-vm_pharo-9/build'...
NewUndeclaredWarning: VMSimpleStackBasedCogitAbstractTest>>openMachineDebuggerAt: (VMMachineCodeDebugger is Undeclared)

warning, variable nsMethodCache doesn't exist or has already been removedMetacelloNotification: Loaded -> VMMakerTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-MT-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
NewUndeclaredWarning: VMMTTests>>testHeartbeatReleasesVMWhenNoProcessIsWilling (CAContinuation is Undeclared)
NewUndeclaredWarning: VMMTTests>>testTryOwningOwnedVMLeavesThreadInWaitingState (CAContinuation is Undeclared)
NewUndeclaredWarning: VMMockCogThreadManager>>ioWaitOnOSSemaphore: (CAContinuation is Undeclared)
MetacelloNotification: Loaded -> VMMaker-MT-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-Tools-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
NewUndeclaredWarning: SimulatorMorph>>callStackPanel (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorph>>commandPanel (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorph>>contextPanel (ObjectExplorerWrapper is Undeclared)
NewUndeclaredWarning: SimulatorMorph>>initializeWithVMSimulator:title:aTranscript: (SimulatorMorphicModel is Undeclared)
NewUndeclaredWarning: SimulatorMorph>>stackPanel (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorph>>transcriptPanel (PluggableTextMorph is Undeclared)
MetacelloNotification: Loaded -> VMMaker-Tools-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-OriginalTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
-- Check size of long double - done
-- Looking for alloca
NewUndeclaredWarning: SpurImageTestResource class>>preenImage (Spur32BitPreen is Undeclared)
NewUndeclaredWarning: SpurPlanningCompactorTests class>>preenImage (Spur32BitPreen is Undeclared)
SystemNotification: FloatMathPluginTests>>makeTestData:using:seed:rounds:(seed is shadowed)
NewUndeclaredWarning: FloatMathPluginTests>>makeTestData:using:seed:rounds: (FileStream is Undeclared)
NewUndeclaredWarning: FloatMathPluginTests>>makeTestData:using:seed:rounds: (Sensor is Undeclared)
SystemNotification: FloatMathPluginTests>>verifyTestData:using:(seed is shadowed)
NewUndeclaredWarning: FloatMathPluginTests>>verifyTestData:using: (FileStream is Undeclared)
NewUndeclaredWarning: FloatMathPluginTests>>verifyTestData:using: (Sensor is Undeclared)
NewUndeclaredWarning: IncludedMethodsTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared)
NewUndeclaredWarning: IncludedMethodsTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2PluginTest>>testPluginPresent (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2PluginTest>>testPrimJPEGReadImage (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2PluginTest>>testPrimJPEGWriteImage (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2PluginTest>>testPrimJPEGWriteImage (JPEGReadWriter2 is Undeclared)
-- Looking for alloca - not found
-- Looking for mmap


warning, variable nsMethodCache doesn't exist or has already been removed
StackToRegisterMappingCogit>>freeAnyFloatRegNotConflictingWith: contains declaration for non-existent variable descNewUndeclaredWarning: MiscPrimitivePluginTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared)
NewUndeclaredWarning: MiscPrimitivePluginTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared)


conflicting return types AbstractInstruction *, usqInt in concretizeMoveC32R
conflicting return types AbstractInstruction *, usqInt in concretizeLoadEffectiveAddressMwrR
conflicting return types AbstractInstruction *, usqInt in concretizeAndCqRR
conflicting return types AbstractInstruction *, usqInt in concretizeMoveC32R
conflicting return types AbstractInstruction *, usqInt in concretizeLoadEffectiveAddressMwrR
conflicting return types AbstractInstruction *, usqInt in concretizeAndCqRR
conflicting return types AbstractInstruction *, usqInt in concretizeMoveC32R
conflicting return types AbstractInstruction *, usqInt in concretizeLoadEffectiveAddressMwrR
conflicting return types AbstractInstruction *, usqInt in concretizeAndCqRR
conflicting return types AbstractInstruction *, usqInt in concretizeMoveC32R
conflicting return types AbstractInstruction *, usqInt in concretizeLoadEffectiveAddressMwrR
conflicting return types AbstractInstruction *, usqInt in concretizeAndCqRR
conflicting return types AbstractInstruction *, usqInt in concretizeMoveC32R
conflicting return types AbstractInstruction *, usqInt in concretizeLoadEffectiveAddressMwrR
conflicting return types AbstractInstruction *, usqInt in concretizeAndCqRR
NewUndeclaredWarning: CogARMCompilerTests>>processor (GdbARMAlien is Undeclared)
NewUndeclaredWarning: CogIA32CompilerTests>>processor (BochsIA32Alien is Undeclared)
NewUndeclaredWarning: CogMIPSELCompilerTests>>processor (MIPSELSimulator is Undeclared)
NewUndeclaredWarning: CogX64CompilerTests>>processor (BochsX64Alien is Undeclared)

StackInterpreter>>readImageFromFile:StartingAt: contains declaration for non-existent variable heapSize
StackInterpreter>>readImageFromFile:StartingAt: contains declaration for non-existent variable minimumMemory
StackInterpreter>>readImageFromFile:StartingAt: contains declaration for non-existent variable allocationReserve
StackInterpreterPrimitives>>doPrimitiveWorkerExtractReturnValue contains declaration for non-existent variable externalFunction
StackInterpreterPrimitives>>primitiveLoadSymbolFromModule contains declaration for non-existent variable ptr
StackInterpreterPrimitives>>primitiveFFIFree contains declaration for non-existent variable ptr
StackInterpreter>>checkImageVersionFrom: contains declaration for non-existent variable imageOffset
StackInterpreter>>reapAndResetErrorCodeTo:header: contains declaration for non-existent variable theSP
StackInterpreterPrimitives>>primitiveFFIAllocate contains declaration for non-existent variable ptr

conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in extendedStoreBytecodePop:
conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject:
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in baseFrameReturn
conflicting return types sqInt, void in extendedStoreBytecodePop:
conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject:
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in baseFrameReturn
conflicting return types sqInt, void in extendedStoreBytecodePop:
conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject:
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in baseFrameReturn
conflicting return types sqInt, void in extendedStoreBytecodePop:
conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject:
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, void in primitiveFFIAllocate
MetacelloNotification: Loaded -> VMMaker-OriginalTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> FileAttributesPlugin-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loaded -> FileAttributesPlugin-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: ...finished baseline
-- Looking for mmap - not found
-- Looking for MAP_ANON
-- Looking for MAP_ANON - not found
-- Performing Test HAVE_MMAP_DEV_ZERO

Local variable name 'ret' in genPrimitiveIdentityHash may mask method when inlining

Local variable name 'ret' in genPrimitiveImmediateAsInteger may mask method when inlining

pushNilSizeFunction localised to compileBlockBodies

savedFirstOpcodeIndex localised to compileBlockBodies

savedLastDumpedLiteralIndex localised to compileBlockBodies

savedNextLiteralIndex localised to compileBlockBodies

cStackAlignment localised to compileCallFor:numArgs:arg:arg:arg:arg:resultReg:regsToSave:

cPICEndOfCodeLabel localised to generateClosedPICPrototype

endCPICCase1 localised to generateClosedPICPrototype

primitiveGeneratorTable localised to primitiveDescriptor

numPushNilsFunction localised to scanBlock:cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/image && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-build
[ 14%] Performing install step for 'build_vmmaker_get_image'
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/image && echo

cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/image && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-install
[ 15%] Completed 'build_vmmaker_get_image'
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/build_vmmaker_get_image-complete
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-done
[ 15%] Built target build_vmmaker_get_image
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/PharoVMCore.dir/build.make CMakeFiles/PharoVMCore.dir/depend
[ 15%] Generating VM files for flavour: CoInterpreter
build/vmmaker/vm/Contents/MacOS/Pharo --headless /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/image/VMMaker.image --no-default-preferences eval "PharoVMMaker generate: #'CoInterpreter' outputDirectory: '/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build'"
-- Performing Test HAVE_MMAP_DEV_ZERO - Failed
-- Looking for alloca.h
Generating #CoInterpreter in '/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build'...
-- Looking for alloca.h - not found
-- Performing Test HAVE_ALLOCA

warning, variable nsMethodCache doesn't exist or has already been removed-- Performing Test HAVE_ALLOCA - Failed
-- Looking for inttypes.h


warning, variable nsMethodCache doesn't exist or has already been removed
StackToRegisterMappingCogit>>freeAnyFloatRegNotConflictingWith: contains declaration for non-existent variable desc-- Looking for inttypes.h - found
-- Looking for memory.h

StackInterpreter>>reapAndResetErrorCodeTo:header: contains declaration for non-existent variable theSP
StackInterpreter>>readImageFromFile:StartingAt: contains declaration for non-existent variable heapSize
StackInterpreter>>readImageFromFile:StartingAt: contains declaration for non-existent variable minimumMemory
StackInterpreter>>readImageFromFile:StartingAt: contains declaration for non-existent variable allocationReserve
StackInterpreterPrimitives>>doPrimitiveWorkerExtractReturnValue contains declaration for non-existent variable externalFunction
StackInterpreterPrimitives>>primitiveFFIFree contains declaration for non-existent variable ptr
StackInterpreter>>checkImageVersionFrom: contains declaration for non-existent variable imageOffset
StackInterpreterPrimitives>>primitiveFFIAllocate contains declaration for non-existent variable ptr
StackInterpreterPrimitives>>primitiveLoadSymbolFromModule contains declaration for non-existent variable ptr

conflicting return types sqInt, void in extendedStoreBytecodePop:
conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject:
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in extendedStoreBytecodePop:
conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject:
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in baseFrameReturn
conflicting return types sqInt, void in extendedStoreBytecodePop:
conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject:
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in baseFrameReturn
conflicting return types sqInt, void in extendedStoreBytecodePop:
conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject:
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in baseFrameReturn
conflicting return types sqInt, void in extendedStoreBytecodePop:
conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject:
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in baseFrameReturn
-- Looking for memory.h - found
-- Looking for stdlib.h


pushNilSizeFunction localised to compileBlockBodies

cStackAlignment localised to compileCallFor:numArgs:arg:arg:arg:arg:resultReg:regsToSave:

cPICEndOfCodeLabel localised to generateClosedPICPrototype

endCPICCase1 localised to generateClosedPICPrototype

primitiveGeneratorTable localised to primitiveDescriptor

numPushNilsFunction localised to scanBlock:-- Looking for stdlib.h - found
-- Looking for strings.h

Local variable name 'receiver' in doPrimitiveWorkerExtractReturnValue may mask method when inlining

Local variable name 'stack' in pathTo:using:followWeak: may mask method when inlining

Local variable name 'stack' in pruneStack:stackp: may mask method when inlining

Local variable name 'receiver' in doPrimitiveWorkerCallout may mask method when inlining

compactionStartUsecs localised to fullGC

gcMarkEndUsecs localised to fullGC

extA localised to interpret

extB localised to interpret

lkupClassTag localised to interpret

numExtB localised to interpret

traceSources localised to printLogEntryAt:

the2ndUnknownShort localised to writeImageFileIO-- Looking for strings.h - found
-- Looking for string.h


warning, variable nsMethodCache doesn't exist or has already been removed-- Looking for string.h - found
-- Looking for sys/mman.h

StackToRegisterMappingCogit>>freeAnyFloatRegNotConflictingWith: contains declaration for non-existent variable desc-- Looking for sys/mman.h - not found
-- Looking for sys/stat.h
-- Looking for sys/stat.h - found
-- Looking for 4 include files stdlib.h, ..., float.h

Local variable name 'receiver' in doPrimitiveWorkerExtractReturnValue may mask method when inlining

Local variable name 'stack' in pathTo:using:followWeak: may mask method when inlining

Local variable name 'stack' in pruneStack:stackp: may mask method when inlining

Local variable name 'receiver' in doPrimitiveWorkerCallout may mask method when inlining

compactionStartUsecs localised to fullGC

gcMarkEndUsecs localised to fullGC

extA localised to interpret

extB localised to interpret

lkupClassTag localised to interpret

numExtB localised to interpret

traceSources localised to printLogEntryAt:

the2ndUnknownShort localised to writeImageFileIO

pushNilSizeFunction localised to compileBlockBodies

cStackAlignment localised to compileCallFor:numArgs:arg:arg:arg:arg:resultReg:regsToSave:

cPICEndOfCodeLabel localised to generateClosedPICPrototype

endCPICCase1 localised to generateClosedPICPrototype

primitiveGeneratorTable localised to primitiveDescriptor

numPushNilsFunction localised to scanBlock:
26 June 2022 11:10:58.341816 pm
-- Looking for 4 include files stdlib.h, ..., float.h - found
-- Looking for memcpy


warning, variable nsMethodCache doesn't exist or has already been removedwarning, signature of InterpreterProxy>>characterTable does not match reference implementation.
warning, signature of InterpreterProxy>>fullGC does not match reference implementation.
warning, signature of InterpreterProxy>>pop:thenPush: does not match reference implementation.
warning, signature of InterpreterProxy>>positive32BitValueOf: does not match reference implementation.
warning, signature of InterpreterProxy>>pushRemappableOop: does not match reference implementation.
external plugin FilePlugin generated as FilePlugin
StackToRegisterMappingCogit>>freeAnyFloatRegNotConflictingWith: contains declaration for non-existent variable desc

conflicting return types AbstractInstruction *, usqInt in concretizeLoadEffectiveAddressMwrR
warning, signature of InterpreterProxy>>pop:thenPush: does not match reference implementation.
warning, signature of InterpreterProxy>>pushBool: does not match reference implementation.
external plugin FloatArrayPlugin generated as FloatArrayPlugin
conflicting return types AbstractInstruction *, usqInt in concretizeMoveC32R
conflicting return types AbstractInstruction *, usqInt in concretizeAndCqRR
conflicting return types AbstractInstruction *, usqInt in concretizeLoadEffectiveAddressMwrR
conflicting return types AbstractInstruction *, usqInt in concretizeMoveC32R
conflicting return types AbstractInstruction *, usqInt in concretizeAndCqRR
conflicting return types AbstractInstruction *, usqInt in concretizeLoadEffectiveAddressMwrR
conflicting return types AbstractInstruction *, usqInt in concretizeMoveC32R
conflicting return types AbstractInstruction *, usqInt in concretizeAndCqRR
conflicting return types AbstractInstruction *, usqInt in concretizeLoadEffectiveAddressMwrR
conflicting return types AbstractInstruction *, usqInt in concretizeMoveC32R
conflicting return types AbstractInstruction *, usqInt in concretizeAndCqRR
conflicting return types AbstractInstruction *, usqInt in concretizeLoadEffectiveAddressMwrR
conflicting return types AbstractInstruction *, usqInt in concretizeMoveC32R
conflicting return types AbstractInstruction *, usqInt in concretizeAndCqRR
warning, signature of InterpreterProxy>>pop:thenPush: does not match reference implementation.
external plugin SurfacePlugin generated as SurfacePlugin
26 June 2022 11:10:59.783609 pm
-- Looking for memcpy - found
-- Looking for mkostemp

warning, variable nsMethodCache doesn't exist or has already been removed-- Looking for mkostemp - not found
-- Checking if .eh_frame section is read-only - no


warning, variable nsMethodCache doesn't exist or has already been removed
StackToRegisterMappingCogit>>freeAnyFloatRegNotConflictingWith: contains declaration for non-existent variable desc

conflicting return types AbstractInstruction *, usqInt in concretizeMoveC32R
conflicting return types AbstractInstruction *, usqInt in concretizeLoadEffectiveAddressMwrR
conflicting return types AbstractInstruction *, usqInt in concretizeAndCqRR
conflicting return types AbstractInstruction *, usqInt in concretizeMoveC32R
conflicting return types AbstractInstruction *, usqInt in concretizeLoadEffectiveAddressMwrR
conflicting return types AbstractInstruction *, usqInt 
Local variable name 'ret' in genPrimitiveIdentityHash may mask method when inlining

Local variable name 'ret' in genPrimitiveImmediateAsInteger may mask method when inlining

pushNilSizeFunction localised to compileBlockBodies

savedFirstOpcodeIndex localised to compileBlockBodies

savedLastDumpedLiteralIndex localised to compileBlockBodies

savedNextLiteralIndex localised to compileBlockBodies

cStackAlignment localised to compileCallFor:numArgs:arg:arg:arg:arg:resultReg:regsToSave:

cPICEndOfCodeLabel localised to generateClosedPICPrototype

endCPICCase1 localised to generateClosedPICPrototype

primitiveGeneratorTable localised to primitiveDescriptor

numPushNilsFunction localised to scanBlock:in concretizeAndCqRR
conflicting return types AbstractInstruction *, usqInt in concretizeMoveC32R
conflicting return types AbstractInstruction *, usqInt in concretizeLoadEffectiveAddressMwrR
conflicting return types AbstractInstruction *, usqInt in concretizeAndCqRR
conflicting return types AbstractInstruction *, usqInt in concretizeMoveC32R
conflicting return types AbstractInstruction *, usqInt in concretizeLoadEffectiveAddressMwrR
conflicting return types AbstractInstruction *, usqInt in concretizeAndCqRR
conflicting return types AbstractInstruction *, usqInt in concretizeMoveC32R
conflicting return types AbstractInstruction *, usqInt in concretizeLoadEffectiveAddressMwrR
conflicting return types AbstractInstruction *, usqInt in concretizeAndCqRR
conflicting return types AbstractInstruction *, usqInt in concretizeMoveC32R
conflicting return types AbstractInstruction *, usqInt in concretizeLoadEffectiveAddressMwrR
conflicting return types AbstractInstruction *, usqInt in concretizeAndCqRR
Local variable name 'ret' in genPrimitiveIdentityHash may mask method when inlining

Local variable name 'ret' in genPrimitiveImmediateAsInteger may mask method when inlining

pushNilSizeFunction localised to compileBlockBodies

savedFirstOpcodeIndex localised to compileBlockBodies

savedLastDumpedLiteralIndex localised to compileBlockBodies

savedNextLiteralIndex localised to compileBlockBodies

cStackAlignment localised to compileCallFor:numArgs:arg:arg:arg:arg:resultReg:regsToSave:

cPICEndOfCodeLabel localised to generateClosedPICPrototype

endCPICCase1 localised to generateClosedPICPrototype

primitiveGeneratorTable localised to primitiveDescriptor

numPushNilsFunction localised to scanBlock:-- Checking HAVE_AS_X86_PCREL - yes
-- Checking HAVE_AS_X86_64_UNWIND_SECTION_TYPE - no
-- Checking HAVE_HIDDEN_VISIBILITY_ATTRIBUTE - no
-- Checking if symbols are underscored - no
-- Performing Test HAVE_AS_CFI_PSEUDO_OP
-- Performing Test HAVE_AS_CFI_PSEUDO_OP - Failed
-- Adding plugin: FilePlugin
-- Adding plugin: FileAttributesPlugin
-- Adding plugin: UUIDPlugin
-- Adding plugin: SocketPlugin
-- Adding plugin: SurfacePlugin
-- Adding plugin: FloatArrayPlugin
-- Adding plugin: LargeIntegers
-- Adding plugin: JPEGReaderPlugin
-- Adding plugin: JPEGReadWriter2Plugin
-- Adding plugin: MiscPrimitivePlugin
-- Adding plugin: B2DPlugin
-- Adding plugin: LocalePlugin
-- Adding plugin: SqueakSSL
-- Adding plugin: DSAPrims
Adding third-party libraries for Windows-x86_64: gcc-runtime-3.4
-- Downloading/updating gcc-runtime-3.4
-- Configuring done
-- Generating done
-- Build files have been written to: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/gcc-runtime-3.4-download

StackInterpreterPrimitives>>primitiveLoadSymbolFromModule contains declaration for non-existent variable ptr
StackInterpreter>>readImageFromFile:StartingAt: contains declaration for non-existent variable heapSize
StackInterpreter>>readImageFromFile:StartingAt: contains declaration for non-existent variable minimumMemory
StackInterpreter>>readImageFromFile:StartingAt: contains declaration for non-existent variable allocationReserve
StackInterpreterPrimitives>>primitiveFFIFree contains declaration for non-existent variable ptr
StackInterpreterPrimitives>>doPrimitiveWorkerExtractReturnValue contains declaration for non-existent variable externalFunction
StackInterpreter>>checkImageVersionFrom: contains declaration for non-existent variable imageOffset
StackInterpreter>>reapAndResetErrorCodeTo:header: contains declaration for non-existent variable theSP
StackInterpreterPrimitives>>primitiveFFIAllocate contains declaration for non-existent variable ptr

conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in extendedStoreBytecodePop:
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in extendedStoreBytecodePop:
conflicting return types sqInt, void in baseFrameReturn
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in extendedStoreBytecodePop:
conflicting return types sqInt, void in baseFrameReturn
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in extendedStoreBytecodePop:
conflicting return types sqInt, void in baseFrameReturn
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in extendedStoreBytecodePop:
conflicting return types sqInt, void in baseFrameReturn
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, void in primitiveFFIAllocate
Scanning dependencies of target gcc-runtime-3.4-download
[ 11%] Creating directories for 'gcc-runtime-3.4-download'


warning, variable nsMethodCache doesn't exist or has already been removed[ 22%] Performing download step (download, verify and extract) for 'gcc-runtime-3.4-download'
-- Downloading...
   dst='/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/gcc-runtime-3.4-download/gcc-runtime-3.4-download-prefix/src/gcc-runtime-3.4.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Windows-x86_64/third-party/gcc-runtime-3.4.zip'
-- [download 13% complete]
-- [download 53% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/gcc-runtime-3.4-download/gcc-runtime-3.4-download-prefix/src/gcc-runtime-3.4.zip'
     dst='/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/gcc-runtime-3.4-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done


warning, variable nsMethodCache doesn't exist or has already been removed[ 33%] No patch step for 'gcc-runtime-3.4-download'
[ 44%] No update step for 'gcc-runtime-3.4-download'
[ 55%] No configure step for 'gcc-runtime-3.4-download'

StackToRegisterMappingCogit>>freeAnyFloatRegNotConflictingWith: contains declaration for non-existent variable desc
StackToRegisterMappingCogit>>freeAnyFloatRegNotConflictingWith: contains declaration for non-existent variable desc[ 66%] No build step for 'gcc-runtime-3.4-download'

Local variable name 'receiver' in doPrimitiveWorkerExtractReturnValue may mask method when inlining

Local variable name 'stack' in pathTo:using:followWeak: may mask method when inlining

Local variable name 'stack' in pruneStack:stackp: may mask method when inlining

Local variable name 'receiver' in doPrimitiveWorkerCallout may mask method when inlining

compactionStartUsecs localised to fullGC

gcMarkEndUsecs localised to fullGC

extA localised to interpret

extB localised to interpret

lkupClassTag localised to interpret

numExtB localised to interpret

traceSources localised to printLogEntryAt:

the2ndUnknownShort localised to writeImageFileIO[ 77%] No install step for 'gcc-runtime-3.4-download'
[ 88%] No test step for 'gcc-runtime-3.4-download'
[100%] Completed 'gcc-runtime-3.4-download'
[100%] Built target gcc-runtime-3.4-download
-- /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/gcc-runtime-3.4-src/iconv.dll
-- /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/gcc-runtime-3.4-src/libgcc_s_seh-1.dll
-- /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/gcc-runtime-3.4-src/libwinpthread-1.dll
-- Downloading Git2 binary
Adding third-party libraries for Windows-x86_64: libgit2-win-1.0.0
-- Downloading/updating libgit2-win-1.0.0
-- Configuring done
-- Generating done
-- Build files have been written to: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libgit2-win-1.0.0-download


pushNilSizeFunction localised to compileBlockBodies

cStackAlignment localised to compileCallFor:numArgs:arg:arg:arg:arg:resultReg:regsToSave:

cPICEndOfCodeLabel localised to generateClosedPICPrototype

endCPICCase1 localised to generateClosedPICPrototype

primitiveGeneratorTable localised to primitiveDescriptor

numPushNilsFunction localised to scanBlock:Scanning dependencies of target libgit2-win-1.0.0-download
[ 11%] Creating directories for 'libgit2-win-1.0.0-download'


pushNilSizeFunction localised to compileBlockBodies

cStackAlignment localised to compileCallFor:numArgs:arg:arg:arg:arg:resultReg:regsToSave:

cPICEndOfCodeLabel localised to generateClosedPICPrototype

endCPICCase1 localised to generateClosedPICPrototype

primitiveGeneratorTable localised to primitiveDescriptor

numPushNilsFunction localised to scanBlock:[ 22%] Performing download step (download, verify and extract) for 'libgit2-win-1.0.0-download'
-- Downloading...
   dst='/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libgit2-win-1.0.0-download/libgit2-win-1.0.0-download-prefix/src/libgit2-win-1.0.0.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Windows-x86_64/third-party/libgit2-win-1.0.0.zip'
-- [download 3% complete]
-- [download 6% complete]
-- [download 10% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 23% complete]
-- [download 25% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 35% complete]
-- [download 45% complete]
-- [download 49% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 67% complete]
-- [download 70% complete]
-- [download 72% complete]
-- [download 77% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 89% complete]
-- [download 91% complete]
-- [download 93% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 99% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libgit2-win-1.0.0-download/libgit2-win-1.0.0-download-prefix/src/libgit2-win-1.0.0.zip'
     dst='/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libgit2-win-1.0.0-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'libgit2-win-1.0.0-download'
[ 44%] No update step for 'libgit2-win-1.0.0-download'
[ 55%] No configure step for 'libgit2-win-1.0.0-download'


warning, variable nsMethodCache doesn't exist or has already been removed[ 66%] No build step for 'libgit2-win-1.0.0-download'
[ 77%] No install step for 'libgit2-win-1.0.0-download'
[ 88%] No test step for 'libgit2-win-1.0.0-download'

StackToRegisterMappingCogit>>freeAnyFloatRegNotConflictingWith: contains declaration for non-existent variable desc[100%] Completed 'libgit2-win-1.0.0-download'
[100%] Built target libgit2-win-1.0.0-download
-- /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libgit2-win-1.0.0-src/libgit2-1-0-0.dll
-- /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libgit2-win-1.0.0-src/libpcre-1.dll
Adding third-party libraries for Windows-x86_64: libgit2-0.25.1-fixLibGit
-- Downloading/updating libgit2-0.25.1-fixLibGit
-- Configuring done
-- Generating done
-- Build files have been written to: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libgit2-0.25.1-fixLibGit-download


warning, variable nsMethodCache doesn't exist or has already been removed

warning, variable nsMethodCache doesn't exist or has already been removed

pushNilSizeFunction localised to compileBlockBodies

savedFirstOpcodeIndex localised to compileBlockBodies

savedLastDumpedLiteralIndex localised to compileBlockBodies

savedNextLiteralIndex localised to compileBlockBodies

cStackAlignment localised to compileCallFor:numArgs:arg:arg:arg:arg:resultReg:regsToSave:

cPICEndOfCodeLabel localised to generateClosedPICPrototype

endCPICCase1 localised to generateClosedPICPrototype

primitiveGeneratorTable localised to primitiveDescriptor

numPushNilsFunction localised to scanBlock:
StackToRegisterMappingCogit>>freeAnyFloatRegNotConflictingWith: contains declaration for non-existent variable descScanning dependencies of target libgit2-0.25.1-fixLibGit-download
[ 11%] Creating directories for 'libgit2-0.25.1-fixLibGit-download'
[ 22%] Performing download step (download, verify and extract) for 'libgit2-0.25.1-fixLibGit-download'
-- Downloading...
   dst='/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libgit2-0.25.1-fixLibGit-download/libgit2-0.25.1-fixLibGit-download-prefix/src/libgit2-0.25.1-fixLibGit.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Windows-x86_64/third-party/libgit2-0.25.1-fixLibGit.zip'

StackToRegisterMappingCogit>>freeAnyFloatRegNotConflictingWith: contains declaration for non-existent variable desc-- [download 2% complete]
-- [download 6% complete]
-- [download 8% complete]
-- [download 10% complete]
-- [download 16% complete]
-- [download 20% complete]
-- [download 25% complete]
-- [download 32% complete]
-- [download 36% complete]
-- [download 40% complete]
-- [download 44% complete]
-- [download 58% complete]
-- [download 64% complete]
-- [download 71% complete]
-- [download 74% complete]
-- [download 78% complete]
-- [download 82% complete]
-- [download 88% complete]
-- [download 90% complete]
-- [download 94% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libgit2-0.25.1-fixLibGit-download/libgit2-0.25.1-fixLibGit-download-prefix/src/libgit2-0.25.1-fixLibGit.zip'
     dst='/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libgit2-0.25.1-fixLibGit-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'libgit2-0.25.1-fixLibGit-download'
[ 44%] No update step for 'libgit2-0.25.1-fixLibGit-download'
[ 55%] No configure step for 'libgit2-0.25.1-fixLibGit-download'
[ 66%] No build step for 'libgit2-0.25.1-fixLibGit-download'


pushNilSizeFunction localised to compileBlockBodies

cStackAlignment localised to compileCallFor:numArgs:arg:arg:arg:arg:resultReg:regsToSave:

cPICEndOfCodeLabel localised to generateClosedPICPrototype

endCPICCase1 localised to generateClosedPICPrototype

primitiveGeneratorTable localised to primitiveDescriptor

numPushNilsFunction localised to scanBlock:[ 77%] No install step for 'libgit2-0.25.1-fixLibGit-download'
[ 88%] No test step for 'libgit2-0.25.1-fixLibGit-download'


warning, variable nsMethodCache doesn't exist or has already been removed[100%] Completed 'libgit2-0.25.1-fixLibGit-download'
[100%] Built target libgit2-0.25.1-fixLibGit-download
-- /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libgit2-0.25.1-fixLibGit-src/libgit2.dll
Adding third-party libraries for Windows-x86_64: zlib-1.2.11-fixLibGit
-- Downloading/updating zlib-1.2.11-fixLibGit

26 June 2022 11:11:18.816939 pm


pushNilSizeFunction localised to compileBlockBodies

cStackAlignment localised to compileCallFor:numArgs:arg:arg:arg:arg:resultReg:regsToSave:

cPICEndOfCodeLabel localised to generateClosedPICPrototype

endCPICCase1 localised to generateClosedPICPrototype

primitiveGeneratorTable localised to primitiveDescriptor

numPushNilsFunction localised to scanBlock:
StackToRegisterMappingCogit>>freeAnyFloatRegNotConflictingWith: contains declaration for non-existent variable descwarning, signature of InterpreterProxy>>characterTable does not match reference implementation.
warning, signature of InterpreterProxy>>fullGC does not match reference implementation.
warning, signature of InterpreterProxy>>pop:thenPush: does not match reference implementation.
warning, signature of InterpreterProxy>>positive32BitValueOf: does not match reference implementation.
warning, signature of InterpreterProxy>>pushRemappableOop: does not match reference implementation.
external plugin FilePlugin generated as FilePlugin
warning, signature of InterpreterProxy>>pop:thenPush: does not match reference implementation.
warning, signature of InterpreterProxy>>pushBool: does not match reference implementation.
external plugin FloatArrayPlugin generated as FloatArrayPlugin-- Configuring done
-- Generating done
-- Build files have been written to: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/zlib-1.2.11-fixLibGit-download

26 June 2022 11:11:19.383463 pm

warning, signature of InterpreterProxy>>pop:thenPush: does not match reference implementation.
external plugin SurfacePlugin generated as SurfacePlugin
26 June 2022 11:11:19.382708 pm
warning, signature of InterpreterProxy>>characterTable does not match reference implementation.
warning, signature of InterpreterProxy>>fullGC does not match reference implementation.
warning, signature of InterpreterProxy>>pop:thenPush: does not match reference implementation.
warning, signature of InterpreterProxy>>positive32BitValueOf: does not match reference implementation.
warning, signature of InterpreterProxy>>pushRemappableOop: does not match reference implementation.
external plugin FilePlugin generated as FilePlugin
warning, signature of InterpreterProxy>>pop:thenPush: does not match reference implementation.
warning, signature of InterpreterProxy>>pushBool: does not match reference implementation.
Scanning dependencies of target zlib-1.2.11-fixLibGit-download
[ 11%] Creating directories for 'zlib-1.2.11-fixLibGit-download'
external plugin FloatArrayPlugin generated as FloatArrayPlugin
warning, signature of InterpreterProxy>>pop:thenPush: does not match reference implementation.
external plugin SurfacePlugin generated as SurfacePlugin
26 June 2022 11:11:20.105096 pm


pushNilSizeFunction localised to compileBlockBodies

cStackAlignment localised to compileCallFor:numArgs:arg:arg:arg:arg:resultReg:regsToSave:

cPICEndOfCodeLabel localised to generateClosedPICPrototype

endCPICCase1 localised to generateClosedPICPrototype

primitiveGeneratorTable localised to primitiveDescriptor

numPushNilsFunction localised to scanBlock:[ 22%] Performing download step (download, verify and extract) for 'zlib-1.2.11-fixLibGit-download'
-- Downloading...
   dst='/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/zlib-1.2.11-fixLibGit-download/zlib-1.2.11-fixLibGit-download-prefix/src/zlib-1.2.11-fixLibGit.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Windows-x86_64/third-party/zlib-1.2.11-fixLibGit.zip'
-- [download 12% complete]
-- [download 19% complete]
-- [download 57% complete]
-- [download 85% complete]
-- [download 100% complete]
-- Downloading... done

warning, variable nsMethodCache doesn't exist or has already been removed-- extracting...
     src='/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/zlib-1.2.11-fixLibGit-download/zlib-1.2.11-fixLibGit-download-prefix/src/zlib-1.2.11-fixLibGit.zip'
     dst='/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/zlib-1.2.11-fixLibGit-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'zlib-1.2.11-fixLibGit-download'
[ 44%] No update step for 'zlib-1.2.11-fixLibGit-download'
[ 55%] No configure step for 'zlib-1.2.11-fixLibGit-download'

warning, variable nsMethodCache doesn't exist or has already been removed[ 66%] No build step for 'zlib-1.2.11-fixLibGit-download'
[ 77%] No install step for 'zlib-1.2.11-fixLibGit-download'
[ 88%] No test step for 'zlib-1.2.11-fixLibGit-download'
[100%] Completed 'zlib-1.2.11-fixLibGit-download'


warning, variable nsMethodCache doesn't exist or has already been removed[100%] Built target zlib-1.2.11-fixLibGit-download
-- /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/zlib-1.2.11-fixLibGit-src/zlib1.dll
Adding third-party libraries for Windows-x86_64: openssl-1.0.2q-fixLigGit
-- Downloading/updating openssl-1.0.2q-fixLigGit

StackToRegisterMappingCogit>>freeAnyFloatRegNotConflictingWith: contains declaration for non-existent variable desc
StackInterpreterPrimitives>>doPrimitiveWorkerExtractReturnValue contains declaration for non-existent variable externalFunction
StackInterpreterPrimitives>>primitiveFFIAllocate contains declaration for non-existent variable ptr
StackInterpreterPrimitives>>primitiveLoadSymbolFromModule contains declaration for non-existent variable ptr
StackInterpreter>>reapAndResetErrorCodeTo:header: contains declaration for non-existent variable theSP
StackInterpreter>>readImageFromFile:StartingAt: contains declaration for non-existent variable heapSize
StackInterpreter>>readImageFromFile:StartingAt: contains declaration for non-existent variable minimumMemory
StackInterpreter>>readImageFromFile:StartingAt: contains declaration for non-existent variable allocationReserve
StackInterpreter>>checkImageVersionFrom: contains declaration for non-existent variable imageOffset
StackInterpreterPrimitives>>primitiveFFIFree contains declaration for non-existent variable ptr

conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in extendedStoreBytecodePop:
conflicting return types sqInt, void in primitiveFFIFree
-- Configuring done
-- Generating done
-- Build files have been written to: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/openssl-1.0.2q-fixLigGit-download

conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in baseFrameReturn
conflicting return types sqInt, void in extendedStoreBytecodePop:
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in baseFrameReturn
conflicting return types sqInt, void in extendedStoreBytecodePop:
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in baseFrameReturn
conflicting return types sqInt, void in extendedStoreBytecodePop:
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in baseFrameReturn
conflicting return types sqInt, void in extendedStoreBytecodePop:
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in baseFrameReturn
conflicting return types sqInt, void in extendedStoreBytecodePop:
conflicting return types sqInt, void in primitiveFFIFree
Scanning dependencies of target openssl-1.0.2q-fixLigGit-download
[ 11%] Creating directories for 'openssl-1.0.2q-fixLigGit-download'

StackInterpreterPrimitives>>primitiveFFIAllocate contains declaration for non-existent variable ptr
StackInterpreter>>checkImageVersionFrom: contains declaration for non-existent variable imageOffset
StackInterpreter>>reapAndResetErrorCodeTo:header: contains declaration for non-existent variable theSP
StackInterpreter>>readImageFromFile:StartingAt: contains declaration for non-existent variable heapSize
StackInterpreter>>readImageFromFile:StartingAt: contains declaration for non-existent variable minimumMemory
StackInterpreter>>readImageFromFile:StartingAt: contains declaration for non-existent variable allocationReserve
StackInterpreterPrimitives>>primitiveLoadSymbolFromModule contains declaration for non-existent variable ptr
StackInterpreterPrimitives>>primitiveFFIFree contains declaration for non-existent variable ptr
StackInterpreterPrimitives>>doPrimitiveWorkerExtractReturnValue contains declaration for non-existent variable externalFunction

conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in baseFrameReturn
conflicting return types sqInt, void in extendedStoreBytecodePop:
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in baseFrameReturn
conflicting return types sqInt, void in extendedStoreBytecodePop:
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in baseFrameReturn
conflicting return types sqInt, void in extendedStoreBytecodePop:
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in baseFrameReturn
conflicting return types sqInt, void in extendedStoreBytecodePop:
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in baseFrameReturn
conflicting return types sqInt, void in extendedStoreBytecodePop:
conflicting return types sqInt, void in primitiveFFIFree

pushNilSizeFunction localised to compileBlockBodies

cStackAlignment localised to compileCallFor:numArgs:arg:arg:arg:arg:resultReg:regsToSave:

cPICEndOfCodeLabel localised to generateClosedPICPrototype

endCPICCase1 localised to generateClosedPICPrototype

primitiveGeneratorTable localised to primitiveDescriptor

numPushNilsFunction localised to scanBlock:[ 22%] Performing download step (download, verify and extract) for 'openssl-1.0.2q-fixLigGit-download'
-- Downloading...
   dst='/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/openssl-1.0.2q-fixLigGit-download/openssl-1.0.2q-fixLigGit-download-prefix/src/openssl-1.0.2q-fixLigGit.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Windows-x86_64/third-party/openssl-1.0.2q-fixLigGit.zip'
-- [download 0% complete]
-- [download 1% complete]
-- [download 2% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 42% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 52% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 66% complete]
-- [download 68% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 74% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 84% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 99% complete]
-- [download 100% complete]

26 June 2022 11:11:25.451441 pm
-- Downloading... done
-- extracting...
     src='/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/openssl-1.0.2q-fixLigGit-download/openssl-1.0.2q-fixLigGit-download-prefix/src/openssl-1.0.2q-fixLigGit.zip'
     dst='/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/openssl-1.0.2q-fixLigGit-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'openssl-1.0.2q-fixLigGit-download'
[ 44%] No update step for 'openssl-1.0.2q-fixLigGit-download'
warning, signature of InterpreterProxy>>characterTable does not match reference implementation.
warning, signature of InterpreterProxy>>fullGC does not match reference implementation.
warning, signature of InterpreterProxy>>pop:thenPush: does not match reference implementation.
warning, signature of InterpreterProxy>>positive32BitValueOf: does not match reference implementation.
warning, signature of InterpreterProxy>>pushRemappableOop: does not match reference implementation.
external plugin FilePlugin generated as FilePlugin
warning, signature of InterpreterProxy>>pop:thenPush: does not match reference implementation.
warning, signature of InterpreterProxy>>pushBool: does not match reference implementation.
external plugin FloatArrayPlugin generated as FloatArrayPlugin
warning, signature of InterpreterProxy>>pop:thenPush: does not match reference implementation.
external plugin SurfacePlugin generated as SurfacePlugin
26 June 2022 11:11:26.651403 pm
PharoVMMaker
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/PharoVMCore.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/PharoVMCore.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/PharoVMCore.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/PharoVMCore.dir/depend.internal".
[ 55%] No configure step for 'openssl-1.0.2q-fixLigGit-download'
[ 66%] No build step for 'openssl-1.0.2q-fixLigGit-download'
Scanning dependencies of target PharoVMCore
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/PharoVMCore.dir/build.make CMakeFiles/PharoVMCore.dir/build
[ 10%] Building C object CMakeFiles/PharoVMCore.dir/src/debug.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/debug.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/src/debug.c
[ 11%] Building C object CMakeFiles/PharoVMCore.dir/src/utils.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/utils.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/src/utils.c
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/src/utils.c:224:8: warning: unused variable 'tmpBasedir' [-Wunused-variable]
        char* tmpBasedir = (char*)alloca(bufferSize);
              ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/src/utils.c:496:17: warning: unused function 'max' [-Wunused-function]
static long int max(long int x, long int y) { return (x > y) ? x : y; }
                ^
2 warnings generated.
[ 11%] Building C object CMakeFiles/PharoVMCore.dir/src/errorCode.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/errorCode.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/src/errorCode.c
[ 12%] Building C object CMakeFiles/PharoVMCore.dir/src/nullDisplay.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/nullDisplay.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/src/nullDisplay.c
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/src/nullDisplay.c:208:1: warning: unused function 'dropInit' [-Wunused-function]
dropInit (void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/src/nullDisplay.c:215:1: warning: unused function 'dropShutdown' [-Wunused-function]
dropShutdown (void)
^
2 warnings generated.
[ 13%] Building C object CMakeFiles/PharoVMCore.dir/src/externalPrimitives.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/externalPrimitives.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/src/externalPrimitives.c
[ 77%] No install step for 'openssl-1.0.2q-fixLigGit-download'
[ 13%] Building C object CMakeFiles/PharoVMCore.dir/src/client.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/client.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/src/client.c
[ 14%] Building C object CMakeFiles/PharoVMCore.dir/src/pathUtilities.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/pathUtilities.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/src/pathUtilities.c
[ 14%] Building C object CMakeFiles/PharoVMCore.dir/src/fileDialogCommon.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/fileDialogCommon.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/src/fileDialogCommon.c
[ 15%] Building C object CMakeFiles/PharoVMCore.dir/src/stringUtilities.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/stringUtilities.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/src/stringUtilities.c
[ 15%] Building C object CMakeFiles/PharoVMCore.dir/src/imageAccess.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/imageAccess.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/src/imageAccess.c
[ 16%] Building C object CMakeFiles/PharoVMCore.dir/src/parameters/parameterVector.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/parameters/parameterVector.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/src/parameters/parameterVector.c
[ 17%] Building C object CMakeFiles/PharoVMCore.dir/src/parameters/parameters.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/parameters/parameters.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/src/parameters/parameters.c
[ 88%] No test step for 'openssl-1.0.2q-fixLigGit-download'
[ 17%] Building C object CMakeFiles/PharoVMCore.dir/src/semaphores/platformSemaphore.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/semaphores/platformSemaphore.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/src/semaphores/platformSemaphore.c
[ 18%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/heartbeat.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/heartbeat.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/heartbeat.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/heartbeat.c:19:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/heartbeat.c:19:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/heartbeat.c:19:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/heartbeat.c:19:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
4 warnings generated.
[ 18%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/functionDefinitionPrimitives.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/ffi/src/functionDefinitionPrimitives.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/src/functionDefinitionPrimitives.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/src/functionDefinitionPrimitives.c:1:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/src/functionDefinitionPrimitives.c:1:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/src/functionDefinitionPrimitives.c:1:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/src/functionDefinitionPrimitives.c:1:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/src/functionDefinitionPrimitives.c:31:15: warning: 'ffi_prep_cif_var' is only available on macOS 10.15 or newer [-Wunguarded-availability-new]
        returnCode = ffi_prep_cif_var (cif, abi, fixedArgsCount, totalArguments, returnType, parameters);
                     ^~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi/ffi.h:477:12: note: 'ffi_prep_cif_var' has been marked as being introduced in macOS 10.15 here, but the deployment target is macOS 10.7.0
ffi_status ffi_prep_cif_var(ffi_cif *cif,
           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/src/functionDefinitionPrimitives.c:31:15: note: enclose 'ffi_prep_cif_var' in a __builtin_available check to silence this warning
        returnCode = ffi_prep_cif_var (cif, abi, fixedArgsCount, totalArguments, returnType, parameters);
                     ^~~~~~~~~~~~~~~~
5 warnings generated.
[ 19%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/primitiveCalls.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/ffi/src/primitiveCalls.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/src/primitiveCalls.c
[ 20%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/primitiveUtils.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/ffi/src/primitiveUtils.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/src/primitiveUtils.c
[100%] Completed 'openssl-1.0.2q-fixLigGit-download'
[ 20%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/types.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/ffi/src/types.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/src/types.c
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/src/types.c:108:3: warning: variable 'address' is used uninitialized whenever switch default is taken [-Wsometimes-uninitialized]
                default:
                ^~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/src/types.c:112:19: note: uninitialized use occurs here
        setHandler(aOop, address);
                         ^~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/src/types.c:4:15: note: initialize the variable 'address' to silence this warning
        void* address;
                     ^
                      = NULL
1 warning generated.
[ 21%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/typesPrimitives.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/ffi/src/typesPrimitives.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/src/typesPrimitives.c
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/src/typesPrimitives.c:182:5: warning: 'ffi_get_struct_offsets' is only available on macOS 10.15 or newer [-Wunguarded-availability-new]
        if(ffi_get_struct_offsets(FFI_DEFAULT_ABI, structType, offsets)!=FFI_OK){
           ^~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi/ffi.h:491:12: note: 'ffi_get_struct_offsets' has been marked as being introduced in macOS 10.15 here, but the deployment target is macOS 10.7.0
ffi_status ffi_get_struct_offsets (ffi_abi abi, ffi_type *struct_type,
           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/src/typesPrimitives.c:182:5: note: enclose 'ffi_get_struct_offsets' in a __builtin_available check to silence this warning
        if(ffi_get_struct_offsets(FFI_DEFAULT_ABI, structType, offsets)!=FFI_OK){
           ^~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
[ 21%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/utils.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/ffi/src/utils.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/src/utils.c
[ 22%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/sameThread/sameThread.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/ffi/src/sameThread/sameThread.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/src/sameThread/sameThread.c
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/src/sameThread/sameThread.c:34:8: warning: unused variable 'flags' [-Wunused-variable]
        sqInt flags;
              ^
1 warning generated.
[ 22%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbackPrimitives.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbackPrimitives.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/src/callbacks/callbackPrimitives.c
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/src/callbacks/callbackPrimitives.c:102:11: warning: unused variable 'handler' [-Wunused-variable]
    void *handler;
          ^
1 warning generated.
[ 23%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbacks.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbacks.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/src/callbacks/callbacks.c
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/src/callbacks/callbacks.c:43:25: warning: 'ffi_closure_alloc' is only available on macOS 10.15 or newer [-Wunguarded-availability-new]
    callback->closure = ffi_closure_alloc(sizeof(ffi_closure), &(callback->functionAddress));
                        ^~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi/ffi.h:338:40: note: 'ffi_closure_alloc' has been marked as being introduced in macOS 10.15 here, but the deployment target is macOS 10.7.0
FFI_AVAILABLE_APPLE_2019 FFI_API void *ffi_closure_alloc (size_t size, void **code);
                                       ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/src/callbacks/callbacks.c:43:25: note: enclose 'ffi_closure_alloc' in a __builtin_available check to silence this warning
    callback->closure = ffi_closure_alloc(sizeof(ffi_closure), &(callback->functionAddress));
                        ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/src/callbacks/callbacks.c:54:9: warning: 'ffi_closure_free' is only available on macOS 10.15 or newer [-Wunguarded-availability-new]
        ffi_closure_free(callback->closure);
        ^~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi/ffi.h:339:39: note: 'ffi_closure_free' has been marked as being introduced in macOS 10.15 here, but the deployment target is macOS 10.7.0
FFI_AVAILABLE_APPLE_2019 FFI_API void ffi_closure_free (void *);
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/src/callbacks/callbacks.c:54:9: note: enclose 'ffi_closure_free' in a __builtin_available check to silence this warning
        ffi_closure_free(callback->closure);
        ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/src/callbacks/callbacks.c:60:22: warning: 'ffi_prep_closure_loc' is only available on macOS 10.15 or newer [-Wunguarded-availability-new]
    if((returnCode = ffi_prep_closure_loc(callback->closure, &callback->cif, callbackFrontend, callback, callback->functionAddress)) != FFI_OK){
                     ^~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi/ffi.h:356:1: note: 'ffi_prep_closure_loc' has been marked as being introduced in macOS 10.15 here, but the deployment target is macOS 10.7.0
ffi_prep_closure_loc (ffi_closure*,
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/src/callbacks/callbacks.c:60:22: note: enclose 'ffi_prep_closure_loc' in a __builtin_available check to silence this warning
    if((returnCode = ffi_prep_closure_loc(callback->closure, &callback->cif, callbackFrontend, callback, callback->functionAddress)) != FFI_OK){
                     ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/src/callbacks/callbacks.c:62:9: warning: 'ffi_closure_free' is only available on macOS 10.15 or newer [-Wunguarded-availability-new]
        ffi_closure_free(callback->closure);
        ^~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi/ffi.h:339:39: note: 'ffi_closure_free' has been marked as being introduced in macOS 10.15 here, but the deployment target is macOS 10.7.0
FFI_AVAILABLE_APPLE_2019 FFI_API void ffi_closure_free (void *);
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/src/callbacks/callbacks.c:62:9: note: enclose 'ffi_closure_free' in a __builtin_available check to silence this warning
        ffi_closure_free(callback->closure);
        ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/src/callbacks/callbacks.c:72:2: warning: 'ffi_closure_free' is only available on macOS 10.15 or newer [-Wunguarded-availability-new]
        ffi_closure_free(callback->closure);
        ^~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi/ffi.h:339:39: note: 'ffi_closure_free' has been marked as being introduced in macOS 10.15 here, but the deployment target is macOS 10.7.0
FFI_AVAILABLE_APPLE_2019 FFI_API void ffi_closure_free (void *);
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/src/callbacks/callbacks.c:72:2: note: enclose 'ffi_closure_free' in a __builtin_available check to silence this warning
        ffi_closure_free(callback->closure);
        ^~~~~~~~~~~~~~~~
5 warnings generated.
[ 24%] Building C object CMakeFiles/PharoVMCore.dir/src/semaphores/pharoSemaphore.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/semaphores/pharoSemaphore.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/src/semaphores/pharoSemaphore.c
[100%] Built target openssl-1.0.2q-fixLigGit-download
-- /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/openssl-1.0.2q-fixLigGit-src/libeay32.dll
-- /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/openssl-1.0.2q-fixLigGit-src/ssleay32.dll
Adding third-party libraries for Windows-x86_64: libssh2-1.9.0
-- Downloading/updating libssh2-1.9.0
[ 24%] Building C object CMakeFiles/PharoVMCore.dir/src/threadSafeQueue/threadSafeQueue.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/threadSafeQueue/threadSafeQueue.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/src/threadSafeQueue/threadSafeQueue.c
[ 25%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/pThreadedFFI.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/ffi/src/pThreadedFFI.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/src/pThreadedFFI.c
[ 25%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/worker/worker.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/ffi/src/worker/worker.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/src/worker/worker.c
[ 26%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerPrimitives.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerPrimitives.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/src/worker/workerPrimitives.c
[ 27%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerTask.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerTask.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/src/worker/workerTask.c
[ 27%] Building C object CMakeFiles/PharoVMCore.dir/generated/64/vm/src/cogit.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/generated/64/vm/src/cogit.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:11:
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:14:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:11:
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:14:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:11:
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:14:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:11:
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:14:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:11:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:3331:15: warning: taking the absolute value of unsigned type 'usqInt' (aka 'unsigned long') has no effect [-Wabsolute-value]
                immediate = SQABS((((self_in_computeMaximumSize->operands))[0]));
                            ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:73:16: note: expanded from macro 'SQABS'
# define SQABS labs
               ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:3331:15: note: remove the call to 'labs' since unsigned values cannot be negative
                immediate = SQABS((((self_in_computeMaximumSize->operands))[0]));
                            ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:73:16: note: expanded from macro 'SQABS'
# define SQABS labs
               ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:11:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:3497:12: warning: taking the absolute value of unsigned type 'usqInt' (aka 'unsigned long') has no effect [-Wabsolute-value]
                return ((SQABS((((self_in_computeMaximumSize->operands))[1]))) <= 0x7FF
                         ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:73:16: note: expanded from macro 'SQABS'
# define SQABS labs
               ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:3497:12: note: remove the call to 'labs' since unsigned values cannot be negative
                return ((SQABS((((self_in_computeMaximumSize->operands))[1]))) <= 0x7FF
                         ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:73:16: note: expanded from macro 'SQABS'
# define SQABS labs
               ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:11:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:3500:19: warning: taking the absolute value of unsigned type 'usqInt' (aka 'unsigned long') has no effect [-Wabsolute-value]
                                                : (0xFFF - (SQABS((((self_in_computeMaximumSize->operands))[1])))) + 1)),
                                                            ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:73:16: note: expanded from macro 'SQABS'
# define SQABS labs
               ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:3500:19: note: remove the call to 'labs' since unsigned values cannot be negative
                                                : (0xFFF - (SQABS((((self_in_computeMaximumSize->operands))[1])))) + 1)),
                                                            ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:73:16: note: expanded from macro 'SQABS'
# define SQABS labs
               ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:11:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:3522:12: warning: taking the absolute value of unsigned type 'usqInt' (aka 'unsigned long') has no effect [-Wabsolute-value]
                return ((SQABS((((self_in_computeMaximumSize->operands))[1]))) <= 0x7FF
                         ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:73:16: note: expanded from macro 'SQABS'
# define SQABS labs
               ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:3522:12: note: remove the call to 'labs' since unsigned values cannot be negative
                return ((SQABS((((self_in_computeMaximumSize->operands))[1]))) <= 0x7FF
                         ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:73:16: note: expanded from macro 'SQABS'
# define SQABS labs
               ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:11:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:3525:19: warning: taking the absolute value of unsigned type 'usqInt' (aka 'unsigned long') has no effect [-Wabsolute-value]
                                                : (0xFFF - (SQABS((((self_in_computeMaximumSize->operands))[1])))) + 1)),
                                                            ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:73:16: note: expanded from macro 'SQABS'
# define SQABS labs
               ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:3525:19: note: remove the call to 'labs' since unsigned values cannot be negative
                                                : (0xFFF - (SQABS((((self_in_computeMaximumSize->operands))[1])))) + 1)),
                                                            ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:73:16: note: expanded from macro 'SQABS'
# define SQABS labs
               ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:11:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:3531:12: warning: taking the absolute value of unsigned type 'usqInt' (aka 'unsigned long') has no effect [-Wabsolute-value]
                return ((SQABS((((self_in_computeMaximumSize->operands))[0]))) <= 0x7FF
                         ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:73:16: note: expanded from macro 'SQABS'
# define SQABS labs
               ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:3531:12: note: remove the call to 'labs' since unsigned values cannot be negative
                return ((SQABS((((self_in_computeMaximumSize->operands))[0]))) <= 0x7FF
                         ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:73:16: note: expanded from macro 'SQABS'
# define SQABS labs
               ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:11:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:3534:19: warning: taking the absolute value of unsigned type 'usqInt' (aka 'unsigned long') has no effect [-Wabsolute-value]
                                                : (0xFFF - (SQABS((((self_in_computeMaximumSize->operands))[0])))) + 1)),
                                                            ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:73:16: note: expanded from macro 'SQABS'
# define SQABS labs
               ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:3534:19: note: remove the call to 'labs' since unsigned values cannot be negative
                                                : (0xFFF - (SQABS((((self_in_computeMaximumSize->operands))[0])))) + 1)),
                                                            ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:73:16: note: expanded from macro 'SQABS'
# define SQABS labs
               ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:11:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:3570:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:4485:9: warning: expression result unused [-Wunused-value]
                error("ARMv8 / aarch64 does not support conditions encoded in the instruction");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:4631:15: warning: cast to smaller integer type 'int' from 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') [-Wpointer-to-int-cast]
                offset3 = (((int) jumpTarget3)) - (((int) (((self_in_dispatchConcretize->address)))));
                            ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:4650:15: warning: cast to smaller integer type 'int' from 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') [-Wpointer-to-int-cast]
                offset4 = (((int) jumpTarget4)) - (((int) (((self_in_dispatchConcretize->address)))));
                            ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:4669:15: warning: cast to smaller integer type 'int' from 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') [-Wpointer-to-int-cast]
                offset5 = (((int) jumpTarget5)) - (((int) (((self_in_dispatchConcretize->address)))));
                            ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:4688:15: warning: cast to smaller integer type 'int' from 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') [-Wpointer-to-int-cast]
                offset6 = (((int) jumpTarget6)) - (((int) (((self_in_dispatchConcretize->address)))));
                            ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:4707:15: warning: cast to smaller integer type 'int' from 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') [-Wpointer-to-int-cast]
                offset7 = (((int) jumpTarget7)) - (((int) (((self_in_dispatchConcretize->address)))));
                            ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:4726:15: warning: cast to smaller integer type 'int' from 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') [-Wpointer-to-int-cast]
                offset8 = (((int) jumpTarget8)) - (((int) (((self_in_dispatchConcretize->address)))));
                            ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:4745:15: warning: cast to smaller integer type 'int' from 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') [-Wpointer-to-int-cast]
                offset9 = (((int) jumpTarget9)) - (((int) (((self_in_dispatchConcretize->address)))));
                            ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:4765:16: warning: cast to smaller integer type 'int' from 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') [-Wpointer-to-int-cast]
                offset10 = (((int) jumpTarget10)) - (((int) (((self_in_dispatchConcretize->address)))));
                             ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:4785:16: warning: cast to smaller integer type 'int' from 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') [-Wpointer-to-int-cast]
                offset11 = (((int) jumpTarget20)) - (((int) (((self_in_dispatchConcretize->address)))));
                             ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:4804:16: warning: cast to smaller integer type 'int' from 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') [-Wpointer-to-int-cast]
                offset12 = (((int) jumpTarget21)) - (((int) (((self_in_dispatchConcretize->address)))));
                             ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:4823:16: warning: cast to smaller integer type 'int' from 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') [-Wpointer-to-int-cast]
                offset13 = (((int) jumpTarget22)) - (((int) (((self_in_dispatchConcretize->address)))));
                             ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:4842:16: warning: cast to smaller integer type 'int' from 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') [-Wpointer-to-int-cast]
                offset14 = (((int) jumpTarget23)) - (((int) (((self_in_dispatchConcretize->address)))));
                             ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:4861:16: warning: cast to smaller integer type 'int' from 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') [-Wpointer-to-int-cast]
                offset15 = (((int) jumpTarget24)) - (((int) (((self_in_dispatchConcretize->address)))));
                             ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:4880:16: warning: cast to smaller integer type 'int' from 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') [-Wpointer-to-int-cast]
                offset16 = (((int) jumpTarget25)) - (((int) (((self_in_dispatchConcretize->address)))));
                             ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:4899:16: warning: cast to smaller integer type 'int' from 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') [-Wpointer-to-int-cast]
                offset17 = (((int) jumpTarget26)) - (((int) (((self_in_dispatchConcretize->address)))));
                             ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:4918:16: warning: cast to smaller integer type 'int' from 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') [-Wpointer-to-int-cast]
                offset18 = (((int) jumpTarget27)) - (((int) (((self_in_dispatchConcretize->address)))));
                             ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:4937:16: warning: cast to smaller integer type 'int' from 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') [-Wpointer-to-int-cast]
                offset19 = (((int) jumpTarget28)) - (((int) (((self_in_dispatchConcretize->address)))));
                             ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:4956:16: warning: cast to smaller integer type 'int' from 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') [-Wpointer-to-int-cast]
                offset20 = (((int) jumpTarget29)) - (((int) (((self_in_dispatchConcretize->address)))));
                             ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:4975:16: warning: cast to smaller integer type 'int' from 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') [-Wpointer-to-int-cast]
                offset21 = (((int) jumpTarget30)) - (((int) (((self_in_dispatchConcretize->address)))));
                             ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:4994:16: warning: cast to smaller integer type 'int' from 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') [-Wpointer-to-int-cast]
                offset22 = (((int) jumpTarget31)) - (((int) (((self_in_dispatchConcretize->address)))));
                             ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:5013:16: warning: cast to smaller integer type 'int' from 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') [-Wpointer-to-int-cast]
                offset23 = (((int) jumpTarget32)) - (((int) (((self_in_dispatchConcretize->address)))));
                             ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:5032:16: warning: cast to smaller integer type 'int' from 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') [-Wpointer-to-int-cast]
                offset24 = (((int) jumpTarget33)) - (((int) (((self_in_dispatchConcretize->address)))));
                             ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:5051:16: warning: cast to smaller integer type 'int' from 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') [-Wpointer-to-int-cast]
                offset25 = (((int) jumpTarget34)) - (((int) (((self_in_dispatchConcretize->address)))));
                             ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:5689:8: warning: taking the absolute value of unsigned type 'usqInt' (aka 'unsigned long') has no effect [-Wabsolute-value]
                if ((SQABS(offset27)) <= 0x7FF) {
                     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:73:16: note: expanded from macro 'SQABS'
# define SQABS labs
               ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:5689:8: note: remove the call to 'labs' since unsigned values cannot be negative
                if ((SQABS(offset27)) <= 0x7FF) {
                     ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:73:16: note: expanded from macro 'SQABS'
# define SQABS labs
               ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:11:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:5692:17: warning: taking the absolute value of unsigned type 'usqInt' (aka 'unsigned long') has no effect [-Wabsolute-value]
                                : (0xFFF - (SQABS(offset27))) + 1);
                                            ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:73:16: note: expanded from macro 'SQABS'
# define SQABS labs
               ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:5692:17: note: remove the call to 'labs' since unsigned values cannot be negative
                                : (0xFFF - (SQABS(offset27))) + 1);
                                            ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:73:16: note: expanded from macro 'SQABS'
# define SQABS labs
               ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:11:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:5984:33: warning: expression result unused [-Wunused-value]
                        (self_in_dispatchConcretize->machineCodeSize);
                         ~~~~~~~~~~~~~~~~~~~~~~~~~~  ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:6777:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:7463:9: warning: expression result unused [-Wunused-value]
                error("opcode has no inverse");
                      ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:8398:50: warning: shift count >= width of type [-Wshift-count-overflow]
        anInstruction = genoperandoperand(AndCqR, (1ULL << 64) - 16, Extra2Reg);
                                                        ^  ~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:8400:51: warning: shift count >= width of type [-Wshift-count-overflow]
                (anInstruction->dependent = locateLiteral((1ULL << 64) - 16));
                                                                ^  ~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:8525:9: warning: expression result unused [-Wunused-value]
                error("linking callsite to invalid address");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:8552:9: warning: expression result unused [-Wunused-value]
                error("linking callsite to invalid address");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:8608:9: warning: expression result unused [-Wunused-value]
                error("linking callsite to invalid address");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:9686:26: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                                latestContinuation = latestContinuation;
                                                ~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:9801:8: warning: expression result unused [-Wunused-value]
        error("what??");
              ^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:10017:3: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
                pthread_jit_write_protect_np(0);
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:10017:3: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
                pthread_jit_write_protect_np(0);
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:10024:3: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
                pthread_jit_write_protect_np(1);
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:10024:3: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
                pthread_jit_write_protect_np(1);
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:10043:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:10043:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:10052:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:10052:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:10679:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:10679:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:10716:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:10716:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:10824:62: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'void *' [-Wint-conversion]
                                 || (((cogMethod->methodObject)) == (((usqInt)(methodFor((cogMethod->methodObject))))))))) {
                                                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:942:36: note: passing argument to parameter 'address' here
extern CogMethod * methodFor(void *address);
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:10878:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:10878:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:10912:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:10912:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:10964:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:10964:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:10995:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:10995:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:11030:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:11030:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:11064:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:11064:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:11143:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'unsigned long' [-Wint-conversion]
        address = positive64BitIntegerFor(mcpc);
                                          ^~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/include/cointerp.h:93:46: note: passing argument to parameter 'integerValue' here
extern sqInt positive64BitIntegerFor(usqLong integerValue);
                                             ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:11:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:11381:26: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                                latestContinuation = latestContinuation;
                                                ~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:11441:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:11441:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:11458:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:11458:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:11604:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:11698:4: warning: expression result unused [-Wunused-value]
                ((AbstractInstruction *) backEnd);
                 ^                       ~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:11712:4: warning: expression result unused [-Wunused-value]
                ((AbstractInstruction *) backEnd);
                 ^                       ~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:11726:4: warning: expression result unused [-Wunused-value]
                ((AbstractInstruction *) backEnd);
                 ^                       ~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:11740:4: warning: expression result unused [-Wunused-value]
                ((AbstractInstruction *) backEnd);
                 ^                       ~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:11753:3: warning: expression result unused [-Wunused-value]
        ((AbstractInstruction *) backEnd);
         ^                       ~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:12019:9: warning: expression result unused [-Wunused-value]
                error("cannot differentiate checked and unchecked entry-points with current cog method alignment");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:12001:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:12001:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:12008:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:12008:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:12056:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:12056:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:12063:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:12063:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:12510:23: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                        latestContinuation = latestContinuation;
                        ~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:12530:8: warning: expression result unused [-Wunused-value]
        error("what??");
              ^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:12724:10: warning: expression result unused [-Wunused-value]
                        error("too much code for stack check offset");
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:13020:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:13020:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:13048:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:13048:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:13222:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:13222:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:13229:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:13229:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:13364:16: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long') from 'CogMethod *' [-Wint-conversion]
        cPICPrototype = cPIC;
                      ^ ~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:13327:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:13327:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:13334:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:13334:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:13348:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:13348:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:13355:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:13355:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:13393:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:13393:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:13401:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:13401:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:13417:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:13417:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:13434:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:13434:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:13467:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:13467:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:13475:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:13475:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:13491:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:13491:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:13507:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:13507:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:13625:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:13625:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:13633:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:13633:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:13733:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:13733:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:13747:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:13747:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:13757:11: warning: unused variable 'fixupSize' [-Wunused-variable]
    sqInt fixupSize;
          ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:13759:11: warning: unused variable 'startAddress' [-Wunused-variable]
    sqInt startAddress;
          ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:13758:11: warning: unused variable 'opcodeSize' [-Wunused-variable]
    sqInt opcodeSize;
          ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:14336:8: warning: expression result unused [-Wunused-value]
        error("could not find selector in method when unlinking send site");
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:14408:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:14408:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:14415:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:14415:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:14425:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:14425:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:14435:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:14435:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:14550:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:14552:8: warning: expression result unused [-Wunused-value]
        error("invalid opcode for inverse");
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:14671:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:14671:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:14678:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:14678:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:14904:14: warning: expression result unused [-Wunused-value]
                                                        error("attempt to become two cogged methods");
                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:14907:14: warning: expression result unused [-Wunused-value]
                                                        error("attempt to become cogged method into different method");
                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:14875:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:14875:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:14972:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:14972:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:15001:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:15001:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:15057:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:15057:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:15095:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:15095:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:15167:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:15167:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:15196:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:15199:9: warning: expression result unused [-Wunused-value]
                error("youngReferrers list overflowed");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:15230:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:15230:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:15329:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:15329:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:15546:140: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), inlineCacheValueForSelectorinat((targetMethod1->selector), enumeratingCogMethod, mcpc), unlinkedRoutine);
                                                                                                                                                                       ^~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:14484:78: note: passing argument to parameter 'mcpc' here
inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc)
                                                                             ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:15843:26: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                                latestContinuation = latestContinuation;
                                                ~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:16023:23: warning: incompatible integer to pointer conversion passing 'long' to parameter of type 'char *' [-Wint-conversion]
                        uint32AtPointerput(absoluteAddress + j, ((abstractInstruction->machineCode))[j / 4]);
                                           ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:187:55: note: passing argument to parameter 'ptr' here
  static inline unsigned int uint32AtPointerput(char *ptr, unsigned int val)    { return (*((unsigned int *)ptr)= val); }
                                                      ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:11:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:16088:3: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
                pthread_jit_write_protect_np(0);
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:16088:3: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
                pthread_jit_write_protect_np(0);
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:16095:3: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
                pthread_jit_write_protect_np(1);
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:16095:3: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
                pthread_jit_write_protect_np(1);
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:16113:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:16113:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:16123:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:16123:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:16236:11: warning: expression result unused [-Wunused-value]
                                error("attempt to generate run-time routine containing young object reference.  Cannot initialize Cogit run-time.");
                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:16408:126: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), indexForSelectorinat((targetMethod->selector), enumeratingCogMethod, mcpc), unlinkedRoutine);
                                                                                                                                           ^~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:14314:66: note: passing argument to parameter 'mcpc' here
indexForSelectorinat(sqInt selector, CogMethod *cogMethod, sqInt mcpc)
                                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:16470:6: warning: expression result unused [-Wunused-value]
                                ((AbstractInstruction *) backEnd);
                                 ^                       ~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:16564:3: warning: expression result unused [-Wunused-value]
        ((AbstractInstruction *) backEnd);
         ^                       ~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:16629:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:16629:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:16639:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:16639:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:16662:8: warning: expression result unused [-Wunused-value]
        error("couldn't locate end of clean block");
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:16790:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:16790:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:16837:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:16837:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:16887:140: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), inlineCacheValueForSelectorinat((targetMethod1->selector), enumeratingCogMethod, mcpc), unlinkedRoutine);
                                                                                                                                                                       ^~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:14484:78: note: passing argument to parameter 'mcpc' here
inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc)
                                                                             ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:16939:141: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), inlineCacheValueForSelectorinat((targetMethod1->selector), enumeratingCogMethod, mcpc), unlinkedRoutine);
                                                                                                                                                                               ^~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:14484:78: note: passing argument to parameter 'mcpc' here
inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc)
                                                                             ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:16989:140: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), inlineCacheValueForSelectorinat((targetMethod1->selector), enumeratingCogMethod, mcpc), unlinkedRoutine);
                                                                                                                                                                       ^~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:14484:78: note: passing argument to parameter 'mcpc' here
inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc)
                                                                             ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:17037:139: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), inlineCacheValueForSelectorinat((targetMethod1->selector), enumeratingCogMethod, mcpc), unlinkedRoutine);
                                                                                                                                                               ^~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:14484:78: note: passing argument to parameter 'mcpc' here
inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc)
                                                                             ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:17085:140: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), inlineCacheValueForSelectorinat((targetMethod1->selector), enumeratingCogMethod, mcpc), unlinkedRoutine);
                                                                                                                                                                       ^~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:14484:78: note: passing argument to parameter 'mcpc' here
inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc)
                                                                             ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:17115:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:17115:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:17167:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:17167:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:17202:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:17202:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:17243:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:17243:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:17252:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:17252:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:17294:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:17294:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:17324:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:17324:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:17371:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:17371:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:17412:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:17412:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:17465:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:17465:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:17531:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:17531:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:17545:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:17545:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:17571:9: warning: expression result unused [-Wunused-value]
                error("no room on youngReferrers list");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:17606:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:17606:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:17620:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:17620:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:24787:88: warning: incompatible pointer to integer conversion passing 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(reg, scratch, instruction, 0);
                                                                                              ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:1096:125: note: passing argument to parameter 'fwdJumpTarget' here
static sqInt NoDbgRegParms genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero);
                                                                                                                            ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:24835:12: warning: incompatible integer to pointer conversion assigning to 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') from 'sqInt' (aka 'long') [-Wint-conversion]
                finished = nonFwdJumpTargetOrZero;
                         ^ ~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:25064:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:25318:10: warning: expression result unused [-Wunused-value]
                        error("Case not found and no otherwise clause");
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:25338:10: warning: expression result unused [-Wunused-value]
                        error("Case not found and no otherwise clause");
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:26025:86: warning: incompatible pointer to integer conversion passing 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(Arg0Reg, TempReg, comp, 0);
                                                                                                   ^~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:24797:98: note: passing argument to parameter 'fwdJumpTarget' here
genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
                                                                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:26054:86: warning: incompatible pointer to integer conversion passing 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(Arg0Reg, TempReg, comp, 0);
                                                                                                   ^~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:24797:98: note: passing argument to parameter 'fwdJumpTarget' here
genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
                                                                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:31300:9: warning: expression result unused [-Wunused-value]
                error("linking callsite to invalid address");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:31487:12: warning: taking the absolute value of unsigned type 'usqInt' (aka 'unsigned long') has no effect [-Wabsolute-value]
                return ((SQABS(constant)) & 0xFFF) != (SQABS(constant));
                         ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:73:16: note: expanded from macro 'SQABS'
# define SQABS labs
               ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:31487:12: note: remove the call to 'labs' since unsigned values cannot be negative
                return ((SQABS(constant)) & 0xFFF) != (SQABS(constant));
                         ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:73:16: note: expanded from macro 'SQABS'
# define SQABS labs
               ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:11:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:31487:42: warning: taking the absolute value of unsigned type 'usqInt' (aka 'unsigned long') has no effect [-Wabsolute-value]
                return ((SQABS(constant)) & 0xFFF) != (SQABS(constant));
                                                       ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:73:16: note: expanded from macro 'SQABS'
# define SQABS labs
               ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:31487:42: note: remove the call to 'labs' since unsigned values cannot be negative
                return ((SQABS(constant)) & 0xFFF) != (SQABS(constant));
                                                       ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:73:16: note: expanded from macro 'SQABS'
# define SQABS labs
               ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:11:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:31521:9: warning: taking the absolute value of unsigned type 'usqInt' (aka 'unsigned long') has no effect [-Wabsolute-value]
                if (((SQABS((((self_in_usesOutOfLineLiteral->operands))[0]))) & 0xFFF) == (SQABS((((self_in_usesOutOfLineLiteral->operands))[0])))) {
                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:73:16: note: expanded from macro 'SQABS'
# define SQABS labs
               ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:31521:9: note: remove the call to 'labs' since unsigned values cannot be negative
                if (((SQABS((((self_in_usesOutOfLineLiteral->operands))[0]))) & 0xFFF) == (SQABS((((self_in_usesOutOfLineLiteral->operands))[0])))) {
                      ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:73:16: note: expanded from macro 'SQABS'
# define SQABS labs
               ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:11:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:31521:78: warning: taking the absolute value of unsigned type 'usqInt' (aka 'unsigned long') has no effect [-Wabsolute-value]
                if (((SQABS((((self_in_usesOutOfLineLiteral->operands))[0]))) & 0xFFF) == (SQABS((((self_in_usesOutOfLineLiteral->operands))[0])))) {
                                                                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:73:16: note: expanded from macro 'SQABS'
# define SQABS labs
               ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:31521:78: note: remove the call to 'labs' since unsigned values cannot be negative
                if (((SQABS((((self_in_usesOutOfLineLiteral->operands))[0]))) & 0xFFF) == (SQABS((((self_in_usesOutOfLineLiteral->operands))[0])))) {
                                                                                           ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:73:16: note: expanded from macro 'SQABS'
# define SQABS labs
               ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:11:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:31524:39: warning: taking the absolute value of unsigned type 'usqInt' (aka 'unsigned long') has no effect [-Wabsolute-value]
                if (((((usqInt) (((sqInt)((usqInt)((SQABS((((self_in_usesOutOfLineLiteral->operands))[0])))) << 12)))) >> 12) & 0xFFF) == (SQABS((((self_in_usesOutOfLineLiteral->operands))[0])))) {
                                                    ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:73:16: note: expanded from macro 'SQABS'
# define SQABS labs
               ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:31524:39: note: remove the call to 'labs' since unsigned values cannot be negative
                if (((((usqInt) (((sqInt)((usqInt)((SQABS((((self_in_usesOutOfLineLiteral->operands))[0])))) << 12)))) >> 12) & 0xFFF) == (SQABS((((self_in_usesOutOfLineLiteral->operands))[0])))) {
                                                    ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:73:16: note: expanded from macro 'SQABS'
# define SQABS labs
               ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:11:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:31524:126: warning: taking the absolute value of unsigned type 'usqInt' (aka 'unsigned long') has no effect [-Wabsolute-value]
                if (((((usqInt) (((sqInt)((usqInt)((SQABS((((self_in_usesOutOfLineLiteral->operands))[0])))) << 12)))) >> 12) & 0xFFF) == (SQABS((((self_in_usesOutOfLineLiteral->operands))[0])))) {
                                                                                                                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:73:16: note: expanded from macro 'SQABS'
# define SQABS labs
               ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:31524:126: note: remove the call to 'labs' since unsigned values cannot be negative
                if (((((usqInt) (((sqInt)((usqInt)((SQABS((((self_in_usesOutOfLineLiteral->operands))[0])))) << 12)))) >> 12) & 0xFFF) == (SQABS((((self_in_usesOutOfLineLiteral->operands))[0])))) {
                                                                                                                                           ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:73:16: note: expanded from macro 'SQABS'
# define SQABS labs
               ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:11:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:31620:15: warning: taking the absolute value of unsigned type 'usqInt' (aka 'unsigned long') has no effect [-Wabsolute-value]
                constant4 = SQABS((((self_in_usesOutOfLineLiteral->operands))[0]));
                            ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:73:16: note: expanded from macro 'SQABS'
# define SQABS labs
               ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:31620:15: note: remove the call to 'labs' since unsigned values cannot be negative
                constant4 = SQABS((((self_in_usesOutOfLineLiteral->operands))[0]));
                            ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:73:16: note: expanded from macro 'SQABS'
# define SQABS labs
               ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:11:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:31766:9: warning: expression result unused [-Wunused-value]
                error("We should not be here!!!");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:31899:10: warning: expression result unused [-Wunused-value]
                        error("Case not found and no otherwise clause");
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:31991:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:32404:3: warning: expression result unused [-Wunused-value]
        ((AbstractInstruction *) backEnd);
         ^                       ~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:32410:3: warning: expression result unused [-Wunused-value]
        ((AbstractInstruction *) backEnd);
         ^                       ~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:32427:13: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') [-Wint-conversion]
                jmpTarget(arrivingJmp, genoperandoperand(Label, (labelCounter += 1), bytecodePC));
                          ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:2429:33: note: passing argument to parameter 'self_in_jmpTarget' here
jmpTarget(AbstractInstruction * self_in_jmpTarget, AbstractInstruction *anAbstractInstruction)
                                ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:32562:3: warning: expression result unused [-Wunused-value]
        ((AbstractInstruction *) backEnd);
         ^                       ~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:32568:3: warning: expression result unused [-Wunused-value]
        ((AbstractInstruction *) backEnd);
         ^                       ~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:32623:13: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') [-Wint-conversion]
                jmpTarget(arrivingJmp, genoperandoperand(Label, (labelCounter += 1), bytecodePC));
                          ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:2429:33: note: passing argument to parameter 'self_in_jmpTarget' here
jmpTarget(AbstractInstruction * self_in_jmpTarget, AbstractInstruction *anAbstractInstruction)
                                ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:32632:13: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') [-Wint-conversion]
                jmpTarget(arrivingJmp1, genoperandoperand(Label, (labelCounter += 1), bytecodePC));
                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:2429:33: note: passing argument to parameter 'self_in_jmpTarget' here
jmpTarget(AbstractInstruction * self_in_jmpTarget, AbstractInstruction *anAbstractInstruction)
                                ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:32733:9: warning: expression result unused [-Wunused-value]
                error("shouldBeImplemented");
                      ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:32738:4: warning: expression result unused [-Wunused-value]
                ((AbstractInstruction *) backEnd);
                 ^                       ~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:32743:4: warning: expression result unused [-Wunused-value]
                ((AbstractInstruction *) backEnd);
                 ^                       ~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:32748:4: warning: expression result unused [-Wunused-value]
                ((AbstractInstruction *) backEnd);
                 ^                       ~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:32753:4: warning: expression result unused [-Wunused-value]
                ((AbstractInstruction *) backEnd);
                 ^                       ~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:32757:3: warning: expression result unused [-Wunused-value]
        ((AbstractInstruction *) backEnd);
         ^                       ~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:33076:49: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'void (*)(void)' [-Wint-conversion]
                return compileMachineCodeInterpreterPrimitive(mcprimFunctionForPrimitiveIndex(primitiveIndex));
                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:32670:47: note: passing argument to parameter 'primitiveRoutine' here
compileMachineCodeInterpreterPrimitive(void (*primitiveRoutine)(void))
                                              ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:33079:24: warning: comparison of distinct pointer types ('void (*)(void)' and 'sqInt (*)(void)' (aka 'long (*)(void)')) [-Wcompare-distinct-pointer-types]
         || (primitiveRoutine == primitiveFail)) {
             ~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:34494:26: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                                latestContinuation = latestContinuation;
                                                ~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:35426:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:35426:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:35450:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:35450:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:35934:9: warning: expression result unused [-Wunused-value]
                error("Cog JIT internal error. Too many abstract opcodes.  Num opcodes heuristic is too optimistic.");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:37463:47: warning: incompatible pointer to integer conversion passing 'sqInt (sqInt, sqInt, sqInt, sqInt)' (aka 'long (long, long, long, long)') to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                generateSuperSendTrampolineTonamednumArgsin(ceSendabovetonumArgs, "ceDirectedSuperSend", numArgs, directedSuperSendTrampolines);
                                                            ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:1379:78: note: passing argument to parameter 'function' here
static sqInt NoDbgRegParms generateSuperSendTrampolineTonamednumArgsin(sqInt function, sqInt name, sqInt numArgs, sqInt *table);
                                                                             ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:37463:69: warning: incompatible pointer to integer conversion passing 'char [20]' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                generateSuperSendTrampolineTonamednumArgsin(ceSendabovetonumArgs, "ceDirectedSuperSend", numArgs, directedSuperSendTrampolines);
                                                                                  ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:1379:94: note: passing argument to parameter 'name' here
static sqInt NoDbgRegParms generateSuperSendTrampolineTonamednumArgsin(sqInt function, sqInt name, sqInt numArgs, sqInt *table);
                                                                                             ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:37464:47: warning: incompatible pointer to integer conversion passing 'void (sqInt, sqInt, sqInt, sqInt)' (aka 'void (long, long, long, long)') to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                generateSuperSendTrampolineTonamednumArgsin(ceSendaboveClassBindingtonumArgs, "ceDirectedSuperBindingSend", numArgs, directedSuperBindingSendTrampolines);
                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:1379:78: note: passing argument to parameter 'function' here
static sqInt NoDbgRegParms generateSuperSendTrampolineTonamednumArgsin(sqInt function, sqInt name, sqInt numArgs, sqInt *table);
                                                                             ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:37464:81: warning: incompatible pointer to integer conversion passing 'char [27]' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                generateSuperSendTrampolineTonamednumArgsin(ceSendaboveClassBindingtonumArgs, "ceDirectedSuperBindingSend", numArgs, directedSuperBindingSendTrampolines);
                                                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:1379:94: note: passing argument to parameter 'name' here
static sqInt NoDbgRegParms generateSuperSendTrampolineTonamednumArgsin(sqInt function, sqInt name, sqInt numArgs, sqInt *table);
                                                                                             ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:37483:102: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'char *' [-Wint-conversion]
        trampoline = genSendTrampolineFornumArgscalledargargargarg(function, numArgs, trampolineNamenumArgs(name, numArgs), ClassReg, TempReg, ReceiverResultReg, (numArgs <= (NumSendTrampolines - 2)
                                                                                                            ^~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:16719:29: note: passing argument to parameter 'routinePrefix' here
trampolineNamenumArgs(char *routinePrefix, sqInt numArgs)
                            ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:37483:61: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'void *' [-Wint-conversion]
        trampoline = genSendTrampolineFornumArgscalledargargargarg(function, numArgs, trampolineNamenumArgs(name, numArgs), ClassReg, TempReg, ReceiverResultReg, (numArgs <= (NumSendTrampolines - 2)
                                                                   ^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:1412:80: note: passing argument to parameter 'aRoutine' here
static sqInt NoDbgRegParms genSendTrampolineFornumArgscalledargargargarg(void *aRoutine, sqInt numArgs, char *aString, sqInt regOrConst0, sqInt regOrConst1, sqInt regOrConst2, sqInt regOrConst3);
                                                                               ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:37713:85: warning: incompatible pointer to integer conversion passing 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(argReg, TempReg, label, 0);
                                                                                                  ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:24797:98: note: passing argument to parameter 'fwdJumpTarget' here
genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
                                                                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:37717:23: warning: incompatible pointer to integer conversion passing 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : argReg), TempReg, label, fixup);
                                    ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:24797:98: note: passing argument to parameter 'fwdJumpTarget' here
genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
                                                                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:37717:30: warning: incompatible pointer to integer conversion passing 'BytecodeFixup *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : argReg), TempReg, label, fixup);
                                           ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:24797:119: note: passing argument to parameter 'nonFwdJumpTargetOrZero' here
genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
                                                                                                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:37796:85: warning: incompatible pointer to integer conversion passing 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(argReg, TempReg, label, 0);
                                                                                                  ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:24797:98: note: passing argument to parameter 'fwdJumpTarget' here
genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
                                                                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:37800:92: warning: incompatible pointer to integer conversion passing 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(rcvrRegOrNone, TempReg, label, 0);
                                                                                                         ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:24797:98: note: passing argument to parameter 'fwdJumpTarget' here
genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
                                                                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:38892:10: warning: expression result unused [-Wunused-value]
                        error("Case not found and no otherwise clause");
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:39039:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:38891:3: warning: variable 'result' is used uninitialized whenever switch default is taken [-Wsometimes-uninitialized]
                default:
                ^~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:38894:22: note: uninitialized use occurs here
                if (isIntegerValue(result)) {
                                   ^~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:38860:17: note: initialize the variable 'result' to silence this warning
    sqInt result;
                ^
                 = 0
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:39311:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:39310:2: warning: variable 'result' is used uninitialized whenever switch default is taken [-Wsometimes-uninitialized]
        default:
        ^~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:39314:34: note: uninitialized use occurs here
        return ssPushAnnotatedConstant((result
                                        ^~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:39285:15: note: initialize the variable 'result' to silence this warning
    int result;
              ^
               = 0
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:40137:45: warning: incompatible integer to pointer conversion assigning to 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') from 'unsigned char' [-Wint-conversion]
                (self_in_reinitialize->targetInstruction) = ((self_in_reinitialize->simStackPtr) = 0);
                                                          ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:40361:22: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                latestContinuation = latestContinuation;
                ~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:2281:1: warning: unused function 'availableFloatRegisterOrNoneFor' [-Wunused-function]
availableFloatRegisterOrNoneFor(AbstractInstruction * self_in_availableFloatRegisterOrNoneFor, sqInt liveRegsMask)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:2334:1: warning: unused function 'genSwapRRScratch' [-Wunused-function]
genSwapRRScratch(AbstractInstruction * self_in_genSwapRRScratch, sqInt regA, sqInt regB, sqInt regTmp)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:2404:1: warning: unused function 'isLiteral' [-Wunused-function]
isLiteral(AbstractInstruction * self_in_isLiteral)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:2418:1: warning: unused function 'isWithinMwOffsetRange' [-Wunused-function]
isWithinMwOffsetRange(AbstractInstruction * self_in_isWithinMwOffsetRange, sqInt anAddress)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:2497:1: warning: unused function 'wantsNearAddressFor' [-Wunused-function]
wantsNearAddressFor(AbstractInstruction * self_in_wantsNearAddressFor, sqInt anObject)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:2662:1: warning: unused function 'andSizeimmediate13bitValuesourceRegisterdestinationRegister' [-Wunused-function]
andSizeimmediate13bitValuesourceRegisterdestinationRegister(AbstractInstruction * self_in_andSizeimmediate13bitValuesourceRegisterdestinationRegister, sqInt is64Bits, sqInt logicalEncodedImmediate13BitValue, sqInt sourceRegister, sqInt destinationRegister)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:2681:1: warning: unused function 'andSizeshiftedRegistershiftTypeshiftValuewithRegisterdestinationRegister' [-Wunused-function]
andSizeshiftedRegistershiftTypeshiftValuewithRegisterdestinationRegister(AbstractInstruction * self_in_andSizeshiftedRegistershiftTypeshiftValuewithRegisterdestinationRegister, sqInt is64Bits, sqInt shiftedRegister, sqInt shiftType, sqInt immediate6bitValue, sqInt sourceRegister2, sqInt destinationRegister)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:3059:1: warning: unused function 'cmpExtendedRegisterSizeleftRegisterMaybeSPoptionshiftOffsetdestinationRegister' [-Wunused-function]
cmpExtendedRegisterSizeleftRegisterMaybeSPoptionshiftOffsetdestinationRegister(AbstractInstruction * self_in_cmpExtendedRegisterSizeleftRegisterMaybeSPoptionshiftOffsetdestinationRegister, sqInt is64Bits, sqInt leftRegister, sqInt option, sqInt immediate3bitValue, sqInt destinationRegister)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:6809:1: warning: unused function 'exclusiveOrSizeimmediate13bitValuesourceRegisterdestinationRegister' [-Wunused-function]
exclusiveOrSizeimmediate13bitValuesourceRegisterdestinationRegister(AbstractInstruction * self_in_exclusiveOrSizeimmediate13bitValuesourceRegisterdestinationRegister, sqInt is64Bits, sqInt logicalEncodedImmediate13BitValue, sqInt sourceRegister, sqInt destinationRegister)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:6850:1: warning: unused function 'extractOffsetFromConditionalBranch' [-Wunused-function]
extractOffsetFromConditionalBranch(AbstractInstruction * self_in_extractOffsetFromConditionalBranch, sqInt instruction)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:7047:1: warning: unused function 'fullCallsAreRelative' [-Wunused-function]
fullCallsAreRelative(AbstractInstruction * self_in_fullCallsAreRelative)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:7298:1: warning: unused function 'genSubstituteReturnAddress' [-Wunused-function]
genSubstituteReturnAddress(AbstractInstruction * self_in_genSubstituteReturnAddress, sqInt retpc)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:7379:1: warning: unused function 'instructionIsCMP' [-Wunused-function]
instructionIsCMP(AbstractInstruction * self_in_instructionIsCMP, sqInt instr)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:7387:1: warning: unused function 'instructionIsConditionalBranch' [-Wunused-function]
instructionIsConditionalBranch(AbstractInstruction * self_in_instructionIsConditionalBranch, sqInt instruction)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:7404:1: warning: unused function 'instructionIsOR' [-Wunused-function]
instructionIsOR(AbstractInstruction * self_in_instructionIsOR, sqInt instr)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:7437:1: warning: unused function 'inverseOpcodeFor' [-Wunused-function]
inverseOpcodeFor(AbstractInstruction * self_in_inverseOpcodeFor, sqInt armOpcode)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:7500:1: warning: unused function 'isInImmediateJumpRange' [-Wunused-function]
isInImmediateJumpRange(AbstractInstruction * self_in_isInImmediateJumpRange, usqIntptr_t operand)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:7672:1: warning: unused function 'ldrhSourceRegisteroffsetRegisterdestinationRegister' [-Wunused-function]
ldrhSourceRegisteroffsetRegisterdestinationRegister(AbstractInstruction * self_in_ldrhSourceRegisteroffsetRegisterdestinationRegister, sqInt sourceRegister, sqInt offsetRegister, sqInt destinationRegister)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:7694:1: warning: unused function 'ldrSizebaseRegistersignedOffsetdestinationFloatingPointRegisteris128BitVariantpreIndex' [-Wunused-function]
ldrSizebaseRegistersignedOffsetdestinationFloatingPointRegisteris128BitVariantpreIndex(AbstractInstruction * self_in_ldrSizebaseRegistersignedOffsetdestinationFloatingPointRegisteris128BitVariantpreIndex, sqInt size, sqInt baseReg, sqInt immediate9bitValue, sqInt destinationRegister, sqInt is128BitVariant, sqInt isPreIndex)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:7779:1: warning: unused function 'ldrSizeindexRegisteroptionscalebaseRegisterdestinationFloatingPointRegisteropcode' [-Wunused-function]
ldrSizeindexRegisteroptionscalebaseRegisterdestinationFloatingPointRegisteropcode(AbstractInstruction * self_in_ldrSizeindexRegisteroptionscalebaseRegisterdestinationFloatingPointRegisteropcode, sqInt size, sqInt indexRegister, sqInt extendShiftOption, sqInt isScaled, sqInt baseRegister, sqInt destinationRegister, sqInt anOpcode)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:7832:1: warning: unused function 'ldrswSourceRegisteroffsetRegisterdestinationRegister' [-Wunused-function]
ldrswSourceRegisteroffsetRegisterdestinationRegister(AbstractInstruction * self_in_ldrswSourceRegisteroffsetRegisterdestinationRegister, sqInt sourceRegister, sqInt offsetRegister, sqInt destinationRegister)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:7839:1: warning: unused function 'ldrrnplusimm' [-Wunused-function]
ldrrnplusimm(AbstractInstruction * self_in_ldrrnplusimm, sqInt destReg, sqInt baseReg, sqInt u, sqInt immediate12bitValue)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:8116:1: warning: unused function 'machineCodeBytes' [-Wunused-function]
machineCodeBytes(AbstractInstruction * self_in_machineCodeBytes)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:8133:1: warning: unused function 'machineCodeWords' [-Wunused-function]
machineCodeWords(AbstractInstruction * self_in_machineCodeWords)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:8211:1: warning: unused function 'movimmror' [-Wunused-function]
movimmror(AbstractInstruction * self_in_movimmror, sqInt destReg, sqInt immediate16bitValue, sqInt rot)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:8232:1: warning: unused function 'msr' [-Wunused-function]
msr(AbstractInstruction * self_in_msr, sqInt flags)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:8475:1: warning: unused function 'rewriteBranchwithNewOffset' [-Wunused-function]
rewriteBranchwithNewOffset(AbstractInstruction * self_in_rewriteBranchwithNewOffset, sqInt conditionalBranch, sqInt newOffset)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:8505:1: warning: unused function 'rewriteCallFullAttarget' [-Wunused-function]
rewriteCallFullAttarget(AbstractInstruction * self_in_rewriteCallFullAttarget, sqInt callSiteReturnAddress, sqInt callTargetAddress)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:8519:1: warning: unused function 'rewriteConditionalJumpLongAttarget' [-Wunused-function]
rewriteConditionalJumpLongAttarget(AbstractInstruction * self_in_rewriteConditionalJumpLongAttarget, usqInt callSiteReturnAddress, usqInt callTargetAddress)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:8574:1: warning: unused function 'rewriteJumpFullAttarget' [-Wunused-function]
rewriteJumpFullAttarget(AbstractInstruction * self_in_rewriteJumpFullAttarget, sqInt callSiteReturnAddress, sqInt callTargetAddress)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:8636:1: warning: unused function 'rightShiftSizesourceRegistershiftValueshiftTypedestinationRegister' [-Wunused-function]
rightShiftSizesourceRegistershiftValueshiftTypedestinationRegister(AbstractInstruction * self_in_rightShiftSizesourceRegistershiftValueshiftTypedestinationRegister, sqInt is64Bits, sqInt sourceRegister, sqInt shiftValue, sqInt shiftType, sqInt destinationRegister)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:8728:1: warning: unused function 'shiftSetsConditionCodesFor' [-Wunused-function]
shiftSetsConditionCodesFor(AbstractInstruction * self_in_shiftSetsConditionCodesFor, sqInt aConditionalJumpOpcode)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:8791:1: warning: unused function 'stackPageInterruptHeadroomBytes' [-Wunused-function]
stackPageInterruptHeadroomBytes(AbstractInstruction * self_in_stackPageInterruptHeadroomBytes)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:8841:1: warning: unused function 'strBaseRegisterpositiveOffsetsourceDoublePrecisionFloatingPointRegister' [-Wunused-function]
strBaseRegisterpositiveOffsetsourceDoublePrecisionFloatingPointRegister(AbstractInstruction * self_in_strBaseRegisterpositiveOffsetsourceDoublePrecisionFloatingPointRegister, sqInt baseReg, sqInt immediate12bitValue, sqInt sourceRegister)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:8938:1: warning: unused function 'strSizeaddressRegisterstoredRegister' [-Wunused-function]
strSizeaddressRegisterstoredRegister(AbstractInstruction * self_in_strSizeaddressRegisterstoredRegister, sqInt is64Bits, sqInt baseRegister, sqInt storedRegister)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:9000:1: warning: unused function 'strrnplusimm' [-Wunused-function]
strrnplusimm(AbstractInstruction * self_in_strrnplusimm, sqInt destinationRegister, sqInt baseReg, sqInt u, sqInt immediate9bitValue)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:9098:1: warning: unused function 'subsSizesourceRegistershiftimmediate12destinationRegister' [-Wunused-function]
subsSizesourceRegistershiftimmediate12destinationRegister(AbstractInstruction * self_in_subsSizesourceRegistershiftimmediate12destinationRegister, sqInt is64Bits, sqInt sourceRegister, sqInt shift, sqInt immediate12bitValue, sqInt destinationRegister)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:9223:1: warning: unused function 'zoneCallsAreRelative' [-Wunused-function]
zoneCallsAreRelative(AbstractInstruction * self_in_zoneCallsAreRelative)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:9352:1: warning: unused function 'addressIsInCurrentCompilation' [-Wunused-function]
addressIsInCurrentCompilation(sqInt address)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:9438:1: warning: unused function 'allMethodsHaveCorrectHeader' [-Wunused-function]
allMethodsHaveCorrectHeader(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:9765:1: warning: unused function 'gCall' [-Wunused-function]
gCall(sqInt callTarget)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:12557:1: warning: unused function 'expectedClosedPICPrototype' [-Wunused-function]
expectedClosedPICPrototype(CogMethod *cPIC)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:12836:1: warning: unused function 'firstMappedPCFor' [-Wunused-function]
firstMappedPCFor(CogMethod *cogMethod)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:14247:1: warning: unused function 'getOpcodeIndex' [-Wunused-function]
getOpcodeIndex(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:15656:1: warning: unused function 'maybeFreeCogMethodDoesntLookKosher' [-Wunused-function]
maybeFreeCogMethodDoesntLookKosher(CogMethod *cogMethod)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:15968:1: warning: unused function 'noAssertMethodClassAssociationOf' [-Wunused-function]
noAssertMethodClassAssociationOf(sqInt methodPointer)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:15980:1: warning: unused function 'noCogMethodsMaximallyMarked' [-Wunused-function]
noCogMethodsMaximallyMarked(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:16137:1: warning: unused function 'picAbortDiscriminatorValue' [-Wunused-function]
picAbortDiscriminatorValue(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:16248:1: warning: unused function 'registerMaskFor' [-Wunused-function]
registerMaskFor(sqInt reg)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:16255:1: warning: unused function 'registerMaskForand' [-Wunused-function]
registerMaskForand(sqInt reg1, sqInt reg2)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:17517:1: warning: unused function 'counters' [-Wunused-function]
counters(CogMethod * self_in_counters)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:17785:1: warning: unused function 'kosherYoungReferrers' [-Wunused-function]
kosherYoungReferrers(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:18272:1: warning: unused function 'voidYoungReferrersPostTenureAll' [-Wunused-function]
voidYoungReferrersPostTenureAll(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:24421:1: warning: unused function 'checkValidDerivedObjectReference' [-Wunused-function]
checkValidDerivedObjectReference(sqInt bodyAddress)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:24436:1: warning: unused function 'couldBeDerivedObject' [-Wunused-function]
couldBeDerivedObject(sqInt bodyAddress)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:24598:1: warning: unused function 'genCreateClosureAtnumArgsnumCopiedcontextNumArgslargeinBlock' [-Wunused-function]
genCreateClosureAtnumArgsnumCopiedcontextNumArgslargeinBlock(sqInt bcpc, sqInt numArgs, sqInt numCopied, sqInt ctxtNumArgs, sqInt isLargeCtxt, sqInt isInBlock)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:30848:1: warning: unused function 'getActiveContextAllocatesInMachineCode' [-Wunused-function]
getActiveContextAllocatesInMachineCode(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:30859:1: warning: unused function 'inlineCacheTagIsYoung' [-Wunused-function]
inlineCacheTagIsYoung(sqInt cacheTag)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:31143:1: warning: unused function 'inlineCacheTagAt' [-Wunused-function]
inlineCacheTagAt(AbstractInstruction * self_in_inlineCacheTagAt, sqInt callSiteReturnAddress)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:31188:1: warning: unused function 'literalLoadInstructionBytes' [-Wunused-function]
literalLoadInstructionBytes(AbstractInstruction * self_in_literalLoadInstructionBytes)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:31317:1: warning: unused function 'rewriteInlineCacheTagat' [-Wunused-function]
rewriteInlineCacheTagat(AbstractInstruction * self_in_rewriteInlineCacheTagat, sqInt cacheTag, sqInt callSiteReturnAddress)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:31399:1: warning: unused function 'updateLabel' [-Wunused-function]
updateLabel(AbstractInstruction * self_in_updateLabel, AbstractInstruction *labelInstruction)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:31998:1: warning: unused function 'isMergeFixup' [-Wunused-function]
isMergeFixup(BytecodeFixup * self_in_isMergeFixup)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:34598:1: warning: unused function 'numSpecialSelectors' [-Wunused-function]
numSpecialSelectors(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:35571:1: warning: unused function 'v4LongForwardBranchDistance' [-Wunused-function]
v4LongForwardBranchDistance(BytecodeDescriptor *descriptor, sqInt pc, sqInt nExts, sqInt aMethodObj)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:40110:1: warning: unused function 'receiverIsInReceiverResultReg' [-Wunused-function]
receiverIsInReceiverResultReg(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:40817:1: warning: unused function 'tempsValidAndVolatileEntriesSpilled' [-Wunused-function]
tempsValidAndVolatileEntriesSpilled(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitaarch64.c:40918:1: warning: unused function 'violatesEnsureSpilledSpillAssert' [-Wunused-function]
violatesEnsureSpilledSpillAssert(void)
^
-- Configuring done
-- Generating done
-- Build files have been written to: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libssh2-1.9.0-download
Scanning dependencies of target libssh2-1.9.0-download
[ 11%] Creating directories for 'libssh2-1.9.0-download'
[ 22%] Performing download step (download, verify and extract) for 'libssh2-1.9.0-download'
-- Downloading...
   dst='/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libssh2-1.9.0-download/libssh2-1.9.0-download-prefix/src/libssh2-1.9.0.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Windows-x86_64/third-party/libssh2-1.9.0.zip'
-- [download 2% complete]
-- [download 3% complete]
-- [download 9% complete]
-- [download 12% complete]
-- [download 20% complete]
-- [download 22% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 36% complete]
-- [download 40% complete]
-- [download 42% complete]
-- [download 49% complete]
-- [download 54% complete]
-- [download 60% complete]
-- [download 63% complete]
-- [download 65% complete]
-- [download 72% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 78% complete]
-- [download 84% complete]
-- [download 92% complete]
-- [download 98% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libssh2-1.9.0-download/libssh2-1.9.0-download-prefix/src/libssh2-1.9.0.zip'
     dst='/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libssh2-1.9.0-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'libssh2-1.9.0-download'
[ 44%] No update step for 'libssh2-1.9.0-download'
[ 55%] No configure step for 'libssh2-1.9.0-download'
[ 66%] No build step for 'libssh2-1.9.0-download'

Local variable name 'receiver' in doPrimitiveWorkerExtractReturnValue may mask method when inlining

Local variable name 'stack' in pathTo:using:followWeak: may mask method when inlining

Local variable name 'stack' in pruneStack:stackp: may mask method when inlining

Local variable name 'receiver' in doPrimitiveWorkerCallout may mask method when inlining

compactionStartUsecs localised to fullGC

gcMarkEndUsecs localised to fullGC

extA localised to interpret

extB localised to interpret

lkupClassTag localised to interpret

numExtB localised to interpret

traceSources localised to printLogEntryAt:

the2ndUnknownShort localised to writeImageFileIO[ 77%] No install step for 'libssh2-1.9.0-download'
[ 88%] No test step for 'libssh2-1.9.0-download'
[100%] Completed 'libssh2-1.9.0-download'
283 warnings generated.
[ 28%] Building C object CMakeFiles/PharoVMCore.dir/generated/64/vm/src/gcc3x-cointerp.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/generated/64/vm/src/gcc3x-cointerp.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:48:9: warning: unknown pragma ignored [-Wunknown-pragmas]
#pragma auto_inline(off)
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65:9: warning: unknown pragma ignored [-Wunknown-pragmas]
#pragma auto_inline(on)
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2991:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
        localSP = pointerForOop(GIV(stackPointer));
                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2992:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
        localFP = pointerForOop(GIV(framePointer));
                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3012:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize));
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3026:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 8 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3040:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 16 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3054:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 24 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3068:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 32 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3082:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 40 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3096:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 48 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3110:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 56 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3124:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 64 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3138:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 72 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3152:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 80 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3166:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 88 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3180:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 96 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3194:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 104 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3208:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 112 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3222:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 120 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3237:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (0 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3238:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3239:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3254:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (1 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3255:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 1 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3256:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 1 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3271:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (2 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3272:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 2 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3273:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 2 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3288:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (3 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3289:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 3 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3290:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 3 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3305:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (4 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3306:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 4 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3307:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 4 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3322:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (5 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3323:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 5 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3324:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 5 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3339:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (6 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3340:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 6 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3341:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 6 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3356:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (7 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3357:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 7 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3358:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 7 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3373:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (8 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3374:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 8 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3375:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 8 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3390:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (9 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3391:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 9 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3392:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 9 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3407:77: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (10 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3408:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 10 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3409:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 10 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3424:77: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (11 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3425:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 11 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3426:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 11 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3440:77: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (12 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3441:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 12 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3442:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 12 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3456:77: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (13 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3457:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 13 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3458:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 13 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3472:77: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (14 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3473:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 14 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3474:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 14 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3488:77: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (15 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3489:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 15 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3490:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 15 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:4710:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                rcvr = longAt(localFP + FoxIFReceiver);
                                              ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:4766:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (0 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:4767:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:4770:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:4786:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (1 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:4787:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 1 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:4790:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 1 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:4806:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (2 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:4807:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 2 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:4810:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 2 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:4826:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (3 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:4827:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 3 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:4830:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 3 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:4846:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (4 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:4847:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 4 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:4850:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 4 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:4866:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (5 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:4867:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 5 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:4870:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 5 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:4886:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (6 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:4887:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 6 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:4890:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 6 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:4906:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (7 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:4907:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 7 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:4910:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 7 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:4926:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(localFP + FoxIFReceiver);
                                                ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5019:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                localReturnValue = longAt(localFP + FoxIFReceiver);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5059:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (!((byteAt((localFP + FoxIFrameFlags) + 3)) != 0)) {
                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5079:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                closure = longAt(localFP + (frameStackedReceiverOffset(localFP)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5096:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                if (((((usqInt)(longAt(localFP + FoxMethod)))) < (startOfMemory())
                                                                       ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5097:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        ? ((longAt(localFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                                   ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5098:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        : (byteAt((localFP + FoxIFrameFlags) + 2)) != 0)) {
                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5100:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        ourContext = longAt(localFP + FoxThisContext);
                                                                            ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5128:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        if (((((usqInt)(longAt(localFP + FoxMethod)))) < (startOfMemory())
                                                               ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5129:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                ? ((longAt(localFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                           ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5130:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                : (byteAt((localFP + FoxIFrameFlags) + 2)) != 0)) {
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5132:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                ourContext1 = longAt(localFP + FoxThisContext);
                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5149:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        if (((((usqInt)(longAt(localFP + FoxMethod)))) < (startOfMemory())
                                                               ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5150:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                ? ((longAt(localFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                           ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5151:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                : (byteAt((localFP + FoxIFrameFlags) + 2)) != 0)) {
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5153:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                ourContext2 = longAt(localFP + FoxThisContext);
                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5177:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        if ((longAt(theFP + FoxSavedFP)) == 0) {
                                                    ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5183:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                callerContextOrNil = longAt((thePage1->baseAddress));
                                                                            ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5190:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                frameToReturnTo = pointerForOop(longAt(theFP + FoxSavedFP));
                                                                                       ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5213:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                if (((((usqInt)(longAt(localFP + FoxMethod)))) < (startOfMemory())
                                                                       ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5214:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        ? ((longAt(localFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                                   ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5215:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        : (byteAt((localFP + FoxIFrameFlags) + 2)) != 0)) {
                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5217:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        ourContext3 = longAt(localFP + FoxThisContext);
                                                                             ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5244:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        callerContextOrNil2 = longAt((thePage3->baseAddress));
                                                                     ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5269:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        callerContextOrNil1 = longAt((thePage2->baseAddress));
                                                                                     ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5310:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                localFP = pointerForOop(longAt(localFP + FoxSavedFP));
                                                                               ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5312:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        localIP = pointerForOop(longAt(callerFP + FoxCallerSavedIP));
                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5326:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtPointerput(localSP, localIP);
                                                                          ^~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:142:57: note: passing argument to parameter 'val' here
  static inline sqInt longAtPointerput(char *ptr, sqInt val)    { return *(sqInt *)ptr= val; }
                                                        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5337:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        localIP = pointerForOop(longAt(localFP + FoxIFSavedIP));
                                                                       ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5341:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                aMethodObj = longAt(localFP + FoxMethod);
                                                    ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5432:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                callersFPOrNull = pointerForOop(longAt(localFP + FoxSavedFP));
                                                                       ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5440:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        callerContextOrNil = longAt((thePage1->baseAddress));
                                                                    ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5472:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) {
                                                                                                 ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5501:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        contextToReturnFrom = longAt(((GIV(stackPage)->baseAddress)) - BytesPerWord);
                                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5504:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        longAtput((sp = GIV(stackPointer) - BytesPerWord), contextToReturnFrom);
                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5507:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), localReturnValue);
                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5510:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5540:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        longAtPointerput(localSP, localIP);
                                                                                  ^~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:142:57: note: passing argument to parameter 'val' here
  static inline sqInt longAtPointerput(char *ptr, sqInt val)    { return *(sqInt *)ptr= val; }
                                                        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5551:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                localIP = pointerForOop(longAt(localFP + FoxIFSavedIP));
                                                                               ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5555:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        aMethodObj = longAt(localFP + FoxMethod);
                                                            ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5571:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                localIP = pointerForOop(longAt(localFP + FoxCallerSavedIP));
                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5572:79: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                localSP = localFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(localFP + FoxMethod)))) < (startOfMemory())
                                                                                                          ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5574:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        : byteAt((localFP + FoxIFrameFlags) + 1))));
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5585:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtPointerput(localSP, localIP);
                                                                          ^~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:142:57: note: passing argument to parameter 'val' here
  static inline sqInt longAtPointerput(char *ptr, sqInt val)    { return *(sqInt *)ptr= val; }
                                                        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5596:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        localIP = pointerForOop(longAt(localFP + FoxIFSavedIP));
                                                                       ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5599:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                aMethodObj1 = longAt(localFP + FoxMethod);
                                                     ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5643:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                       ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5644:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                   ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5645:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5647:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ourContext = longAt(theFP + FoxThisContext);
                                                            ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5680:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        object1 = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + (((sqInt)((usqInt)(variableIndex) << (shiftForWord())))));
                                                                  ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5686:56: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        object = (variableIndex < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5687:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - variableIndex) * BytesPerWord))
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5688:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - variableIndex) * BytesPerWord)));
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5735:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        objOop = longAt(localFP + FoxIFReceiver);
                                                        ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5778:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        if (variableIndex < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5779:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - variableIndex) * BytesPerWord), value);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5782:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - variableIndex) * BytesPerWord), value);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5864:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        objOop = longAt(localFP + FoxIFReceiver);
                                                        ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5907:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        if (variableIndex < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5908:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - variableIndex) * BytesPerWord), value);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5911:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - variableIndex) * BytesPerWord), value);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:6195:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                                localSP = pointerForOop(GIV(stackPointer));
                                                                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:6196:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                                localFP = pointerForOop(GIV(framePointer));
                                                                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:6269:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                 && (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()))))) {
                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:6284:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:6289:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                                localSP = pointerForOop(GIV(stackPointer));
                                                                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:6290:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                                localFP = pointerForOop(GIV(framePointer));
                                                                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:6301:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(localFP + FoxIFSavedIP, ((sqInt)localIP));
                                                          ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:6312:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                                localSP = pointerForOop(GIV(stackPointer));
                                                                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:6313:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                                localFP = pointerForOop(GIV(framePointer));
                                                                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:6326:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtPointerput((localSP -= BytesPerOop), localIP);
                                                                                           ^~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:142:57: note: passing argument to parameter 'val' here
  static inline sqInt longAtPointerput(char *ptr, sqInt val)    { return *(sqInt *)ptr= val; }
                                                        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:6328:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtPointerput((localSP -= BytesPerOop), localFP);
                                                                                           ^~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:142:57: note: passing argument to parameter 'val' here
  static inline sqInt longAtPointerput(char *ptr, sqInt val)    { return *(sqInt *)ptr= val; }
                                                        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:6367:65: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                                shouldSkipStoreBytecode = reapAndResetErrorCodeToheader(localFP, methodHeader2);
                                                                                                                        ^~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:1644:76: note: passing argument to parameter 'theFP' here
static sqInt NoDbgRegParms NeverInline reapAndResetErrorCodeToheader(sqInt theFP, sqInt methodHeader);
                                                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:6387:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                                        localSP = pointerForOop(GIV(stackPointer));
                                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:6388:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                                        localFP = pointerForOop(GIV(framePointer));
                                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:6450:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        obj = longAt(localFP + FoxIFReceiver);
                                                     ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:6481:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                                                localSP = pointerForOop(GIV(stackPointer));
                                                                                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:6482:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                                                localFP = pointerForOop(GIV(framePointer));
                                                                                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:6498:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        callerFP = pointerForOop(longAt(spouseFP + FoxSavedFP));
                                                                                        ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:6507:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                                callerContextOrNil = longAt((thePage->baseAddress));
                                                                                            ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:6515:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        if (((((usqInt)(longAt(callerFP + FoxMethod)))) < (startOfMemory())
                                                                               ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:6516:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                                ? ((longAt(callerFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                                           ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:6517:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                                : (byteAt((callerFP + FoxIFrameFlags) + 2)) != 0)) {
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:6519:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                                object3 = longAt(callerFP + FoxThisContext);
                                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:6631:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                obj1 = longAt(localFP + FoxIFReceiver);
                                              ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:6726:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:6727:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:6924:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                       ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:6925:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                   ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:6926:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:6928:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ourContext = longAt(theFP + FoxThisContext);
                                                            ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:7066:61: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                tempVector = (tempVectorIndex < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:7067:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - tempVectorIndex) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:7068:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - tempVectorIndex) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:7090:61: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                tempVector = (tempVectorIndex < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:7091:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - tempVectorIndex) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:7092:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - tempVectorIndex) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:7127:61: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                tempVector = (tempVectorIndex < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:7128:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - tempVectorIndex) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:7129:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - tempVectorIndex) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:7180:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                       ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:7181:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                   ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:7182:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:7184:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        context = longAt(theFP + FoxThisContext);
                                                         ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:7500:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:7501:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:7506:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                backwardJumpCountByte = byteAt(localFP + ((VMBIGENDIAN
                                                               ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:7529:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                byteAtput(localFP + ((VMBIGENDIAN
                                          ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:159:39: note: passing argument to parameter 'oop' here
  static inline sqInt byteAtput(sqInt oop, int val)             { return byteAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:7743:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 + arg1));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:7749:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:7750:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:7887:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 - arg1));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:7893:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:7894:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:8964:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 * arg1));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:8970:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:8971:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:9123:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 / arg1));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:9129:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:9130:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:9269:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                integerArgument = longAt(GIV(stackPointer));
                                                             ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:9277:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:9315:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), shifted);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:9322:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                localSP = pointerForOop(GIV(stackPointer));
                                                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:9323:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                localFP = pointerForOop(GIV(framePointer));
                                                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:9391:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                localSP = pointerForOop(GIV(stackPointer));
                                                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:9392:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                localFP = pointerForOop(GIV(framePointer));
                                                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:9435:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                localSP = pointerForOop(GIV(stackPointer));
                                                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:9436:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                localFP = pointerForOop(GIV(framePointer));
                                                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:9766:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:9767:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:9819:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:9820:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:10132:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        if (((((usqInt)(longAt(localFP + FoxMethod)))) < (startOfMemory())
                                                               ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:10133:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                ? ((longAt(localFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                           ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:10134:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                : (byteAt((localFP + FoxIFrameFlags) + 2)) != 0)) {
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:10136:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                theThingToPush = longAt(localFP + FoxThisContext);
                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:10186:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                localReturnValue = longAt(localFP + FoxIFReceiver);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:10339:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 + arg1));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:10345:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:10346:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:10483:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 - arg1));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:10489:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:10490:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:11559:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 * arg1));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:11565:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:11566:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:11718:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 / arg1));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:11724:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:11725:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:11864:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                integerArgument = longAt(GIV(stackPointer));
                                                             ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:11872:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:11910:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), shifted);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:11917:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                localSP = pointerForOop(GIV(stackPointer));
                                                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:11918:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                localFP = pointerForOop(GIV(framePointer));
                                                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:11986:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                localSP = pointerForOop(GIV(stackPointer));
                                                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:11987:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                localFP = pointerForOop(GIV(framePointer));
                                                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:12030:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                localSP = pointerForOop(GIV(stackPointer));
                                                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:12031:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                localFP = pointerForOop(GIV(framePointer));
                                                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:12268:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:12269:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:12321:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:12322:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:12535:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                rcvr = longAt(localFP + FoxIFReceiver);
                                              ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:12636:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                obj = longAt(localFP + FoxIFReceiver);
                                             ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:12667:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                                        localSP = pointerForOop(GIV(stackPointer));
                                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:12668:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                                        localFP = pointerForOop(GIV(framePointer));
                                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:12684:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                callerFP = pointerForOop(longAt(spouseFP + FoxSavedFP));
                                                                                ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:12693:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        callerContextOrNil = longAt((thePage->baseAddress));
                                                                                    ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:12701:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                if (((((usqInt)(longAt(callerFP + FoxMethod)))) < (startOfMemory())
                                                                       ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:12702:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        ? ((longAt(callerFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                                   ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:12703:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        : (byteAt((callerFP + FoxIFrameFlags) + 2)) != 0)) {
                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:12705:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        object = longAt(callerFP + FoxThisContext);
                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:12787:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (index < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:12788:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - index) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:12789:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - index) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:12964:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                top = longAt(localSP);
                                             ^~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:13062:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:13063:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:13068:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                backwardJumpCountByte = byteAt(localFP + ((VMBIGENDIAN
                                                               ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:13091:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                byteAtput(localFP + ((VMBIGENDIAN
                                          ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:159:39: note: passing argument to parameter 'oop' here
  static inline sqInt byteAtput(sqInt oop, int val)             { return byteAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:13201:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                obj = longAt(localFP + FoxIFReceiver);
                                             ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:13296:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:13297:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:13421:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (index < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:13422:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - index) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:13425:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - index) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:13450:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                obj = longAt(localFP + FoxIFReceiver);
                                             ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:13545:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:13546:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:13667:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (index < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:13668:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - index) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:13671:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - index) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:13765:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                               ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:13766:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                           ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:13767:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:13769:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                context = longAt(theFP + FoxThisContext);
                                                                 ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:13833:124: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((newClosure + BaseHeaderSize) + (((sqInt)((usqInt)(FullClosureReceiverIndex) << (shiftForWord())))), longAt(localFP + FoxIFReceiver));
                                                                                                                                                              ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:13883:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                       ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:13884:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                   ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:13885:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:13887:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        context = longAt(theFP + FoxThisContext);
                                                         ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:12948:3: warning: unused label 'directedSuperclassSend' [-Wunused-label]
                directedSuperclassSend:
                ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14258:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (((cogMethod->cmNumArgs)) * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14260:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14272:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14275:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), rcvr);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14281:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14281:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14285:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp7 = GIV(stackPointer) - BytesPerWord), ((sqInt)cogMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14288:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14291:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp9 = GIV(stackPointer) - BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14296:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14302:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                reapAndResetErrorCodeToheader(GIV(framePointer), methodHeader);
                                                  ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:1644:76: note: passing argument to parameter 'theFP' here
static sqInt NoDbgRegParms NeverInline reapAndResetErrorCodeToheader(sqInt theFP, sqInt methodHeader);
                                                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14308:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp3 = GIV(stackPointer) - BytesPerWord), object1);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14311:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp4 = GIV(stackPointer) - BytesPerWord), rcvr);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14359:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14363:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14367:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14370:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14370:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14374:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14388:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14394:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14397:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), 0);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14400:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp7 = GIV(stackPointer) - BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14404:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14416:64: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        shouldSkipStoreBytecode = reapAndResetErrorCodeToheader(GIV(framePointer), methodHeader);
                                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:1644:76: note: passing argument to parameter 'theFP' here
static sqInt NoDbgRegParms NeverInline reapAndResetErrorCodeToheader(sqInt theFP, sqInt methodHeader);
                                                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14590:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        methodField = longAt(lifp + FoxMethod);
                             ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14601:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                theIP = longAt(lifp + FoxIFSavedIP);
                                               ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14617:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        methodField1 = longAt(lifp + FoxMethod);
                                              ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14634:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((longAt(lifp + FoxSavedFP)) == 0) {
                    ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14649:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        cogMethod = ((CogBlockMethod *) ((longAt(GIV(framePointer) + FoxMethod)) & MFMethodMask));
                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14691:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                theIP = ((usqInt)(longAt((aStackPage->headSP))));
                                         ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14698:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                                      ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14700:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        methodField = longAt(theFP + FoxMethod);
                                             ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14717:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        methodObj = longAt(theFP + FoxMethod);
                                           ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14722:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                theIP = longAt(theFP + FoxIFSavedIP);
                                               ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14728:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                theIP = ((usqInt)(longAt(theFP + FoxCallerSavedIP)));
                                         ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14729:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                                        ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14785:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (((byteAt((GIV(framePointer) + FoxIFrameFlags) + 3)) != 0)
                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14786:109: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 && (!(isVanillaBlockClosure((cls = frameStackedReceivernumArgs(GIV(framePointer), ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())
                                                                                                                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14788:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : byteAt((GIV(framePointer) + FoxIFrameFlags) + 1)))))))) {
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14808:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(GIV(framePointer) + FoxSavedFP)) == 0) {
                            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14809:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput(GIV(framePointer) + FoxCallerSavedIP, ceBaseFrameReturnPC());
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14812:54: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if (!((((usqInt)(longAt((pointerForOop(longAt(GIV(framePointer) + FoxSavedFP))) + FoxMethod)))) < (startOfMemory()))) {
                                                                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14812:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if (!((((usqInt)(longAt((pointerForOop(longAt(GIV(framePointer) + FoxSavedFP))) + FoxMethod)))) < (startOfMemory()))) {
                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14814:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                theFP = pointerForOop(longAt(GIV(framePointer) + FoxSavedFP));
                                                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14816:71: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                longAtput(theFP + FoxIFSavedIP, ((sqInt)(pointerForOop(longAt(GIV(framePointer) + FoxCallerSavedIP)))));
                                                                                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14816:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                longAtput(theFP + FoxIFSavedIP, ((sqInt)(pointerForOop(longAt(GIV(framePointer) + FoxCallerSavedIP)))));
                                          ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14817:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                longAtput(GIV(framePointer) + FoxCallerSavedIP, ceReturnToInterpreterPC());
                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14820:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((byteAt((GIV(framePointer) + FoxIFrameFlags) + 3)) != 0) {
                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14821:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        closure = longAt(GIV(framePointer) + (frameStackedReceiverOffset(GIV(framePointer))));
                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14842:68: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(GIV(framePointer) + FoxMethod, methodField + (((byteAt((GIV(framePointer) + FoxIFrameFlags) + 2)) != 0
                                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14842:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(GIV(framePointer) + FoxMethod, methodField + (((byteAt((GIV(framePointer) + FoxIFrameFlags) + 2)) != 0
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14846:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((p + FoxMFReceiver) - FoxIFReceiver, longAt(p));
                                                                              ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14846:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((p + FoxMFReceiver) - FoxIFReceiver, longAt(p));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14853:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                cogMethod1 = ((CogBlockMethod *) ((longAt(GIV(framePointer) + FoxMethod)) & MFMethodMask));
                                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14864:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), pc);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14867:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14896:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        wasInMachineCode = (((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory());
                                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14941:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14991:64: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (3 * BytesPerWord), longAt(GIV(stackPointer)));
                                                                             ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14991:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (3 * BytesPerWord), longAt(GIV(stackPointer)));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14993:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                object = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14994:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14997:64: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (1 * BytesPerWord), longAt(GIV(stackPointer) + (3 * BytesPerWord)));
                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14997:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (1 * BytesPerWord), longAt(GIV(stackPointer) + (3 * BytesPerWord)));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14998:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (2 * BytesPerWord), rcvr);
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14999:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (3 * BytesPerWord), (((sqInt)cogMethod)) + entryOffset);
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15004:64: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (2 * BytesPerWord), longAt(GIV(stackPointer)));
                                                                             ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15004:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (2 * BytesPerWord), longAt(GIV(stackPointer)));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15006:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                object1 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15007:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object1);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15009:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (1 * BytesPerWord), rcvr);
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15010:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (2 * BytesPerWord), (((sqInt)cogMethod)) + entryOffset);
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15015:63: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput(GIV(stackPointer) + (1 * BytesPerWord), longAt(GIV(stackPointer)));
                                                                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15015:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput(GIV(stackPointer) + (1 * BytesPerWord), longAt(GIV(stackPointer)));
                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15016:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput(GIV(stackPointer) + (0 * BytesPerWord), (((sqInt)cogMethod)) + entryOffset);
                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15018:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15042:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                result = longAt(GIV(stackPointer));
                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15045:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), result);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15103:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        contextToReturnTo = longAt((GIV(stackPage)->baseAddress));
                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15132:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) {
                                                                 ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15162:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        contextToReturnFrom = longAt(((GIV(stackPage)->baseAddress)) - BytesPerWord);
                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15165:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), contextToReturnFrom);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15168:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), returnValue);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15171:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15189:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())) {
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15191:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), returnValue);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15195:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        GIV(instructionPointer) = longAt(GIV(stackPointer));
                                             ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15197:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15200:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        aMethodObj = longAt(GIV(framePointer) + FoxMethod);
                            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15233:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15237:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), immutableObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15240:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), valueToAssign);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15243:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), (((usqInt)(index + 1) << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15246:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15269:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        resultOop = longAt(GIV(stackPointer));
                               ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15271:64: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt(GIV(framePointer) + FoxThisContext));
                                                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15271:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt(GIV(framePointer) + FoxThisContext));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15274:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), resultOop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15278:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15280:158: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return ceSendAborttonumArgs(longAt((GIV(specialObjectsOop) + BaseHeaderSize) + (((sqInt)((usqInt)(SelectorCannotReturn) << (shiftForWord()))))), longAt(GIV(framePointer) + FoxThisContext), 1);
                                                                                                                                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15342:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                top = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15347:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15371:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                top = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15376:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15449:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15480:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                top = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15491:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15612:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        closure = longAt(GIV(framePointer) + (frameStackedReceiverOffset(GIV(framePointer))));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15632:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if (((((usqInt)(longAt(theFP1 + FoxMethod)))) < (startOfMemory())
                                               ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15633:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                ? ((longAt(theFP1 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                           ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15634:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                : (byteAt((theFP1 + FoxIFrameFlags) + 2)) != 0)) {
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15636:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                ourContext = longAt(theFP1 + FoxThisContext);
                                                    ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15642:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) - BytesPerWord), ourContext);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15645:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), returnValue);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15648:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15667:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (((((usqInt)(longAt(theFP2 + FoxMethod)))) < (startOfMemory())
                                       ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15668:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ? ((longAt(theFP2 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                   ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15669:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : (byteAt((theFP2 + FoxIFrameFlags) + 2)) != 0)) {
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15671:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ourContext = longAt(theFP2 + FoxThisContext);
                                            ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15677:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp3 = GIV(stackPointer) - BytesPerWord), ourContext);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15680:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp11 = GIV(stackPointer) - BytesPerWord), returnValue);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15683:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp21 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15691:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (((((usqInt)(longAt(theFP6 + FoxMethod)))) < (startOfMemory())
                                       ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15692:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ? ((longAt(theFP6 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                   ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15693:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : (byteAt((theFP6 + FoxIFrameFlags) + 2)) != 0)) {
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15695:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ourContext1 = longAt(theFP6 + FoxThisContext);
                                             ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15701:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp5 = GIV(stackPointer) - BytesPerWord), ourContext1);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15704:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp13 = GIV(stackPointer) - BytesPerWord), returnValue);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15707:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp23 = GIV(stackPointer) - BytesPerWord), unwindContextOrNilOrZero);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15710:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp31 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15721:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(theFP + FoxSavedFP)) == 0) {
                            ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15727:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        callerContextOrNil = longAt((thePage1->baseAddress));
                                                    ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15734:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        frameToReturnTo = pointerForOop(longAt(theFP + FoxSavedFP));
                                                               ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15758:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if (((((usqInt)(longAt(theFP3 + FoxMethod)))) < (startOfMemory())
                                               ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15759:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                ? ((longAt(theFP3 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                           ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15760:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                : (byteAt((theFP3 + FoxIFrameFlags) + 2)) != 0)) {
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15762:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                ourContext = longAt(theFP3 + FoxThisContext);
                                                    ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15768:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), ourContext);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15771:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp12 = GIV(stackPointer) - BytesPerWord), returnValue);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15774:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp22 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15790:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                callerContextOrNil2 = longAt((thePage3->baseAddress));
                                             ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15811:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                callerContextOrNil1 = longAt((thePage2->baseAddress));
                                                             ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15846:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                top = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15853:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        GIV(framePointer) = pointerForOop(longAt(GIV(framePointer) + FoxSavedFP));
                                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15855:60: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                GIV(instructionPointer) = ((usqInt)(pointerForOop(longAt(callerFP + FoxCallerSavedIP))));
                                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15868:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        reapAndResetErrorCodeToheader(GIV(framePointer), (cogMethod->methodHeader));
                                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:1644:76: note: passing argument to parameter 'theFP' here
static sqInt NoDbgRegParms NeverInline reapAndResetErrorCodeToheader(sqInt theFP, sqInt methodHeader);
                                                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15897:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        aMethodObj = longAt(GIV(framePointer) + FoxMethod);
                            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15908:51: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        assertValidExecutionPointersimbarline(longAt(GIV(framePointer) + FoxIFSavedIP), GIV(framePointer), GIV(stackPointer), 1, __LINE__);
                                                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15909:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15911:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), anOop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16008:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16053:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + ((numArgs + 1) * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16125:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16168:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        cogMethod = ((CogBlockMethod *) ((longAt(GIV(framePointer) + FoxMethod)) & MFMethodMask));
                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16169:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((((longAt(GIV(framePointer) + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0)
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16185:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16194:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                oop = longAt(p);
                             ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16195:55: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((p - BytesPerWord) - BytesPerWord, longAt(p));
                                                                    ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16195:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((p - BytesPerWord) - BytesPerWord, longAt(p));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16199:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), aNonBooleanObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16202:84: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? ((1 + (((cogMethod->cmNumArgs)) << ((BytesPerWord * 8) - 8))) + ((((longAt(GIV(framePointer) + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                                                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16204:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        : 0))) + ((((longAt(GIV(framePointer) + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16207:61: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : ((1 + (((cogMethod->cmNumArgs)) << 8)) + ((((longAt(GIV(framePointer) + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16209:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        : 0))) + ((((longAt(GIV(framePointer) + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16201:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput(GIV(framePointer) + FoxIFrameFlags, (VMBIGENDIAN
                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16212:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput(GIV(framePointer) + FoxIFSavedIP, 0);
                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16213:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput(GIV(framePointer) + FoxMethod, methodObj);
                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16237:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16241:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), anObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16244:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16392:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                linkSendAtintooffsetreceiver(longAt(GIV(stackPointer)), mframeHomeMethod(GIV(framePointer)), cogMethod, noCheckEntryOffset(), rcvr);
                                                                        ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16421:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        linkSendAtintooffsetreceiver(longAt(GIV(stackPointer)), mframeHomeMethod(GIV(framePointer)), cogMethod, noCheckEntryOffset(), rcvr);
                                                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16424:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                top = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16431:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top1 = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16500:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())) {
                                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16505:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        methodPointer = longAt(GIV(framePointer) + FoxMethod);
                                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16607:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                linkSendAtintooffsetreceiver(longAt(GIV(stackPointer)), mframeHomeMethod(GIV(framePointer)), cogMethod, (superNormalBar == 0
                                                                        ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16638:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        linkSendAtintooffsetreceiver(longAt(GIV(stackPointer)), mframeHomeMethod(GIV(framePointer)), cogMethod, (superNormalBar == 0
                                                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16652:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                top = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16659:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top1 = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16684:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16688:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        cogMethod = ((CogBlockMethod *) ((longAt(GIV(framePointer) + FoxMethod)) & MFMethodMask));
                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16712:134: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        printActivationNameForreceiverisBlockfirstTemporary(((mframeHomeMethod(GIV(framePointer)))->methodObject), ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())
                                                                                                                                                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16714:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAt(GIV(framePointer) + FoxMFReceiver))
                                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16716:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAt(GIV(framePointer) + FoxIFReceiver))), 1, null);
                                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16733:42: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        cogMethod = ((CogMethod *) ((longAt(GIV(stackPointer))) - (traceLinkedSendOffset())));
                                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16966:42: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                frameRcvrOffset = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                     ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16970:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        oop = longAt(theSP);
                                                     ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16978:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                       ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16980:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0)
                                                         ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16982:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                (byteAt((theFP + FoxIFrameFlags) + 2)) != 0))) {
                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16983:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        oop = longAt(theFP + FoxThisContext);
                                                     ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17007:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                                                      ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17009:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        methodField = longAt(theFP + FoxMethod);
                                                             ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17018:39: warning: incompatible pointer to integer conversion passing 'CogMethod *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        if ((heapMapAtWord(pointerForOop(cogMethod))) == 0) {
                                                                         ^~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17024:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        oop = longAt(theFP + FoxMethod);
                                                     ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17031:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                                                        ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17037:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                oop = longAt(theSP);
                                             ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17108:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17120:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                top = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17178:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                              ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17180:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                cogMethod = ((CogBlockMethod *) ((longAt(theFP + FoxMethod)) & MFMethodMask));
                                                         ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17194:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        ? longAt(theFP + FoxIFSavedIP)
                 ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17195:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        : theIP)) - (longAt(theFP + FoxMethod))) - BaseHeaderSize) + 2) << 3) | 1);
                            ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17249:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()))
                                       ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17252:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                               ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17253:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                           ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17254:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17256:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                theContext = longAt(theFP + FoxThisContext);
                                                    ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17265:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                theFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                             ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17406:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())) {
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17410:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        aMethodObj = longAt(GIV(framePointer) + FoxMethod);
                            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17422:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17449:51: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        assertValidExecutionPointersimbarline(longAt(GIV(stackPointer)), GIV(framePointer), GIV(stackPointer), 0, __LINE__);
                                                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17457:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17460:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17485:51: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        assertValidExecutionPointersimbarline(longAt(GIV(stackPointer)), GIV(framePointer), GIV(stackPointer), 0, __LINE__);
                                                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17493:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17496:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17523:51: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        assertValidExecutionPointersimbarline(longAt(GIV(stackPointer)), GIV(framePointer), GIV(stackPointer), 0, __LINE__);
                                                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17526:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17532:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), cacheTag);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17551:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17554:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), cacheTag);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17607:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput(GIV(framePointer) + FoxIFSavedIP, ((sqInt)GIV(instructionPointer)));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17856:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())) {
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17858:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                methodField = longAt(GIV(framePointer) + FoxMethod);
                                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17970:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                                                      ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17971:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        oop = longAt(theFP + FoxMFReceiver);
                                                     ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17974:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(theFP + FoxMFReceiver, followForwarded(oop));
                                                          ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17979:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        oop = longAt(theFP + FoxIFReceiver);
                                                     ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17982:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(theFP + FoxIFReceiver, followForwarded(oop));
                                                          ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17984:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        oop = longAt(theFP + FoxMethod);
                                                     ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18001:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(theFP + FoxIFSavedIP, (longAt(theFP + FoxIFSavedIP)) + offset);
                                                                                        ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18001:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(theFP + FoxIFSavedIP, (longAt(theFP + FoxIFSavedIP)) + offset);
                                                          ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18002:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(theFP + FoxMethod, (oop = newOop));
                                                          ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18005:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if ((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                        ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18007:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0)
                                                         ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18009:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)))
                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18010:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                 && (((longAt(longAt(theFP + FoxThisContext))) & ((classIndexMask()) - (isForwardedObjectClassIndexPun()))) == 0)) {
                                                     ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18011:63: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(theFP + FoxThisContext, followForwarded(longAt(theFP + FoxThisContext)));
                                                                                                 ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18011:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(theFP + FoxThisContext, followForwarded(longAt(theFP + FoxThisContext)));
                                                  ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18014:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                numArgs = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                             ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18016:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : byteAt((theFP + FoxIFrameFlags) + 1));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18018:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                oop = longAt(theFP + offset);
                                             ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18021:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(theFP + offset, followForwarded(oop));
                                                  ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18023:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                                                        ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18029:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                oop = longAt(theSP);
                                             ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18031:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(theSP, followForwarded(oop));
                                                  ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18095:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        callerContextOrNil = longAt((thePage->baseAddress));
                                    ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18106:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18107:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                           ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18108:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18118:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18119:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                           ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18120:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18127:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18129:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : longAt(theFP + FoxMethod));
                         ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18139:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18141:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : byteAt((theFP + FoxIFrameFlags) + 1));
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18155:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18156:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? longAt(theFP + FoxMFReceiver)
                         ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18157:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : longAt(theFP + FoxIFReceiver));
                         ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18256:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
         && (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())))
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18286:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput(GIV(stackPointer) + (rcvrStackIndex * BytesPerWord), rcvr);
                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18288:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (isPointers(((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())
                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18289:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? longAt(GIV(framePointer) + FoxMFReceiver)
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18290:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : longAt(GIV(framePointer) + FoxIFReceiver)))) {
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18291:61: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                followForwardedObjectFieldstoDepth(((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())
                                                                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18292:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ? longAt(GIV(framePointer) + FoxMFReceiver)
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18293:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : longAt(GIV(framePointer) + FoxIFReceiver)), 0);
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18322:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18371:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18380:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18395:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return (byteAt((theFP + FoxIFrameFlags) + 3)) != 0;
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18402:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return longAt(theFP + FoxIFReceiver);
                      ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18409:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return longAt(theFP + FoxIFSavedIP);
                      ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18469:25: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'void *' [-Wint-conversion]
                theIP = oopForPointer(instrPtr);
                                      ^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:153:43: note: passing argument to parameter 'ptr' here
  static inline sqInt oopForPointer(void *ptr)                  { return (sqInt)ptr; }
                                          ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18481:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) {
                                                         ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18492:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ? longAt((thePage->headSP))
                                 ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18493:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : oopForPointer(pointerForOop(longAt(theFPAbove + FoxCallerSavedIP))));
                                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18497:54: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? mustMapMachineCodePCcontext((value >> 3), longAt(spouseFP + FoxThisContext))
                                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18602:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                         && (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()))))) {
                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18614:4: warning: expression result unused [-Wunused-value]
                        !GIV(primFailCode);
                        ^    ~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18645:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return (((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory());
                                 ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18779:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((pointer = (page->baseAddress)), followObjFieldofObject(SenderIndex, aContext));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18780:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((pointer -= BytesPerWord), aContext);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18797:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((pointer -= BytesPerWord), maybeClosure);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18820:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((pointer -= BytesPerWord), rcvr);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18823:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((pointer -= BytesPerWord), longAt((aContext + BaseHeaderSize) + (((sqInt)((usqInt)((ReceiverIndex + i)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18825:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((pointer -= BytesPerWord), ceBaseFrameReturnPC());
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18826:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((pointer -= BytesPerWord), 0);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18883:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((pointer -= BytesPerWord), (theMethod + MFMethodFlagHasContextFlag) + MFMethodFlagIsBlockFlag);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18890:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((pointer -= BytesPerWord), theMethod + MFMethodFlagHasContextFlag);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18892:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((pointer -= BytesPerWord), aContext);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18895:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((pointer -= BytesPerWord), theMethod);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18896:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((pointer -= BytesPerWord), aContext);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18897:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((pointer -= BytesPerWord), (VMBIGENDIAN
                          ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18904:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((pointer -= BytesPerWord), 0);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18911:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((pointer -= BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18918:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((pointer -= BytesPerWord), longAt((aContext + BaseHeaderSize) + (((sqInt)((usqInt)((ReceiverIndex + i)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18923:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((pointer -= BytesPerWord), theIP);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19006:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                theIPPtr = (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()))
                                                               ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19007:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                 || ((longAt(theFP + FoxIFSavedIP)) == 0)
                                             ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19020:42: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                frameRcvrOffset = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                     ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19024:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        oop = longAt(theSP);
                                                     ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19027:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(theSP, remapObj(oop));
                                                          ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19031:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                       ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19032:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                   ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19033:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19034:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        if (shouldRemapObj(longAt(theFP + FoxThisContext))) {
                                                                  ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19035:57: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(theFP + FoxThisContext, remapObj(longAt(theFP + FoxThisContext)));
                                                                                                  ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19035:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(theFP + FoxThisContext, remapObj(longAt(theFP + FoxThisContext)));
                                                          ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19042:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (!((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()))) {
                                                        ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19043:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        if (shouldRemapObj(longAt(theFP + FoxMethod))) {
                                                                  ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19045:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        theIP = longAt(theIPPtr);
                                                                       ^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19049:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                                theIP = longAt(theIPPtr);
                                                                               ^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19054:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        theIP -= longAt(theFP + FoxMethod);
                                                                        ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19056:52: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(theFP + FoxMethod, remapObj(longAt(theFP + FoxMethod)));
                                                                                             ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19056:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(theFP + FoxMethod, remapObj(longAt(theFP + FoxMethod)));
                                                          ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19058:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        longAtput(theIPPtr, theIP + (longAt(theFP + FoxMethod)));
                                                                                            ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19058:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        longAtput(theIPPtr, theIP + (longAt(theFP + FoxMethod)));
                                                                  ^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19062:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                                                        ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19068:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                oop = longAt(theSP);
                                             ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19071:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(theSP, remapObj(oop));
                                                  ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19199:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                frameRcvrOffset = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                     ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19203:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        oop = longAt(theSP);
                                     ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19216:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                longAtput(theSP, oop);
                                          ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19223:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                       ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19224:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                   ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19225:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19227:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        markAndTrace(longAt(theFP + FoxThisContext));
                                            ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19229:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                                      ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19231:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        aCogMethod = ((CogBlockMethod *) ((longAt(theFP + FoxMethod)) & MFMethodMask));
                                                                  ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19241:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        markAndTrace(longAt(theFP + FoxMethod));
                                            ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19243:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                                        ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19251:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                oop = longAt(theSP);
                             ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19264:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput(theSP, oop);
                                  ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19322:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                                      ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19325:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                                        ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19387:10: warning: incompatible pointer to integer conversion returning 'sqInt (sqInt)' (aka 'long (long)') from a function with result type 'sqInt' (aka 'long') [-Wint-conversion]
                return mcprimHashMultiply;
                       ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19485:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return ((CogBlockMethod *) ((longAt(theFP + FoxMethod)) & MFMethodMask));
                                            ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19495:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        methodField = longAt(GIV(framePointer) + FoxMethod);
                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19518:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        methodField = longAt(theFP + FoxMethod);
                             ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19534:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0;
                        ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19541:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return longAt(theFP + FoxMFReceiver);
                      ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19766:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                        ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19770:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        theSP = theFP + (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                            ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19773:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                               ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19774:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                           ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19775:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19777:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                theContext = longAt(theFP + FoxThisContext);
                                    ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19782:53: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((newSP = (newPage->baseAddress)), longAt(callerFP + FoxThisContext));
                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19782:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((newSP = (newPage->baseAddress)), longAt(callerFP + FoxThisContext));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19783:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((newSP -= BytesPerWord), theContext);
                  ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19785:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        numArgs = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                     ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19787:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : byteAt((theFP + FoxIFrameFlags) + 1));
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19791:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(newSP, longAt(source));
                                        ^~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19791:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(newSP, longAt(source));
                          ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19805:48: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        callerIP = oopForPointer(pointerForOop(longAt(theFP + FoxCallerSavedIP)));
                                                      ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19809:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(callerFP + FoxIFSavedIP, callerIP);
                          ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19812:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput(theFP + stackedReceiverOffset, callerIP);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19817:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput(newFP + FoxCallerSavedIP, ceBaseFrameReturnPC());
                  ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19818:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput(newFP + FoxSavedFP, 0);
                  ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19821:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                offsetCallerFP = pointerForOop(longAt(fpInNewPage + FoxSavedFP));
                                                      ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19825:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(fpInNewPage + FoxSavedFP, oopForPointer(offsetCallerFP));
                          ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19826:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (((((usqInt)(longAt(fpInNewPage + FoxMethod)))) < (startOfMemory())
                                       ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19827:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ? ((longAt(fpInNewPage + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                   ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19828:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : (byteAt((fpInNewPage + FoxIFrameFlags) + 2)) != 0)) {
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19829:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        theContext = longAt(fpInNewPage + FoxThisContext);
                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20362:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                              ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20364:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                it = (longAt(address)) & 7;
                             ^~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20368:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                it = longAt(address);
                            ^~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20372:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        print(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                 ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20381:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        printNum(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                    ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20383:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : byteAt((theFP + FoxIFrameFlags) + 1)));
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20384:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        print((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20385:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                           ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20386:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20389:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        print((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20390:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                           ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20391:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0)
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20409:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        it = longAt(address);
                    ^~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20416:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()))
                               ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20417:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
         && (((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0)) {
                      ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20419:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                methodField = longAt(theFP + FoxMethod);
                                     ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20433:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        obj = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                 ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20435:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : longAt(theFP + FoxMethod));
                         ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20447:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        it = longAt(address);
                    ^~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20485:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        it = longAt(address);
                    ^~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20542:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                              ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20544:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                cogMethod = ((CogBlockMethod *) ((longAt(theFP + FoxMethod)) & MFMethodMask));
                                                         ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20546:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                methodField = longAt(theFP + FoxMethod);
                                     ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20561:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                theMethod = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                               ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20563:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : longAt(theFP + FoxMethod));
                                 ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20566:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                numArgs = byteAt((theFP + FoxIFrameFlags) + 1);
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20580:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                               ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20581:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                           ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20582:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0)) {
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20583:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                rcvrOrClosure = longAt(theFP + (frameStackedReceiverOffset(theFP)));
                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20594:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((longAt(theFP + FoxSavedFP)) == 0) {
                    ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20595:98: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                printFrameOopat("(caller ctxt", (theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                                                               ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20597:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        : byteAt((theFP + FoxIFrameFlags) + 1))))) + (2 * BytesPerWord));
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20598:97: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                printFrameOopat("(saved ctxt", (theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                                                              ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20600:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        : byteAt((theFP + FoxIFrameFlags) + 1))))) + (1 * BytesPerWord));
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20606:79: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        printFrameThingatextraString("caller ip", theFP + FoxCallerSavedIP, ((longAt(theFP + FoxCallerSavedIP)) == (ceReturnToInterpreterPC())
                                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20611:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                              ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20615:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (!((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()))) {
                                ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20618:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                              ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20622:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                printFrameThingatextra("saved ip", theFP + FoxIFSavedIP, ((longAt(theFP + FoxIFSavedIP)) == 0
                                                                                  ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20624:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : (((longAt(theFP + FoxIFSavedIP)) - theMethod) + 2) - BaseHeaderSize));
                                    ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20628:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        topThing = longAt(theSP);
                          ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20636:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                printFrameOopat((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                    ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20637:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                                                   ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20638:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0)
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20643:64: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                printFrameThingatextra("frame ip", theSP, ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                             ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20654:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                printFrameOopat((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                    ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20655:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                                                   ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20656:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0)
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21048:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())) {
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21052:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        cogMethod = ((CogBlockMethod *) ((longAt(GIV(framePointer) + FoxMethod)) & MFMethodMask));
                                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21059:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                top = longAt(GIV(stackPointer));
                                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21065:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                retValue = longAt(GIV(framePointer) + FoxMFReceiver);
                                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21070:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        retValue = longAt(GIV(framePointer) + FoxMFReceiver);
                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21073:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21076:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), retValue);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21081:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        aMethodObj = longAt(GIV(framePointer) + FoxMethod);
                            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21094:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                GIV(instructionPointer) = ((usqInt)(longAt(GIV(framePointer) + FoxIFSavedIP)));
                                                           ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21121:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())) {
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21124:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21127:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), returnValue);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21132:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), returnValue);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21135:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        aMethodObj = longAt(GIV(framePointer) + FoxMethod);
                            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21149:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21306:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), object3);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21311:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21315:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object1);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21319:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp2 = GIV(stackPointer) - BytesPerWord), object2);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21324:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object4);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21364:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21370:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21374:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp7 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21377:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21377:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21384:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp10 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21398:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21404:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object5);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21407:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp31 = GIV(stackPointer) - BytesPerWord), 0);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21414:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp41 = GIV(stackPointer) - BytesPerWord), object11);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21417:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21422:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp9 = GIV(stackPointer) - BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21426:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21438:64: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        shouldSkipStoreBytecode = reapAndResetErrorCodeToheader(GIV(framePointer), methodHeader);
                                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:1644:76: note: passing argument to parameter 'theFP' here
static sqInt NoDbgRegParms NeverInline reapAndResetErrorCodeToheader(sqInt theFP, sqInt methodHeader);
                                                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21445:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()))) {
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21548:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21552:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21556:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), object2);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21560:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), object3);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21564:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object4);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21604:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21610:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21614:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp7 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21617:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21617:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21624:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp10 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21638:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21644:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object5);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21647:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp31 = GIV(stackPointer) - BytesPerWord), 0);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21654:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp41 = GIV(stackPointer) - BytesPerWord), object11);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21657:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21662:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp9 = GIV(stackPointer) - BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21666:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21678:64: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        shouldSkipStoreBytecode = reapAndResetErrorCodeToheader(GIV(framePointer), methodHeader);
                                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:1644:76: note: passing argument to parameter 'theFP' here
static sqInt NoDbgRegParms NeverInline reapAndResetErrorCodeToheader(sqInt theFP, sqInt methodHeader);
                                                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21685:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()))) {
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21743:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21744:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? longAt(theFP + FoxMFReceiver)
                         ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21745:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : longAt(theFP + FoxIFReceiver));
                         ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21746:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        mthd = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21748:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : longAt(theFP + FoxMethod));
                         ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21753:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        printChar(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                     ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21758:85: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        printActivationNameForreceiverisBlockfirstTemporary(mthd, rcvr, ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                                           ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21759:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                           ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21760:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0), ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21760:70: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0), ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                                   ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21762:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs) * BytesPerWord))
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21763:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                : longAt(((theFP + FoxMFReceiver) - BytesPerWord) + ((frameNumArgs) * BytesPerWord)))
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21765:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        (0 < ((frameNumArgs1 = byteAt((theFP + FoxIFrameFlags) + 1)))
                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21766:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs1) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21767:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((theFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs1) * BytesPerWord))))));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22024:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
         && (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()))))) {
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22323:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22339:127: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22356:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                               ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22357:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                           ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22358:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22360:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                activeContext = longAt(theFP + FoxThisContext);
                                       ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22464:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()))) {
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22466:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                aMethodObj = longAt(GIV(framePointer) + FoxMethod);
                                    ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22479:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22483:127: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22507:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                                                      ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22509:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        theMethodField = longAt(theFP + FoxMethod);
                                                                ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22517:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        theIP = ((usqInt)(longAt(theIPPtr)));
                                                                 ^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22521:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(theIPPtr, theIP + ((theMethod->objectHeader)));
                                                          ^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22523:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(theFP + FoxMethod, theMethodField + ((theMethod->objectHeader)));
                                                  ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22525:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                                                        ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22550:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        theContext = longAt(theFP + FoxThisContext);
                            ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22553:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                              ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22559:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                tempIndex = byteAt((theFP + FoxIFrameFlags) + 1);
                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22572:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if ((((longAt(argsPointer)) & (tagMask())) == 0)
                                      ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22573:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                         && (oopisLessThan(longAt(argsPointer), GIV(newSpaceLimit)))) {
                                                  ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2936:49: note: expanded from macro 'oopisLessThan'
#define oopisLessThan(anOop,otherOop) ((usqInt)(anOop) < (usqInt)(otherOop))
                                                ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22580:116: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((theContext + BaseHeaderSize) + (((sqInt)((usqInt)((ReceiverIndex + i)) << (shiftForWord())))), longAt(argsPointer));
                                                                                                                                 ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22591:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if ((((longAt(pointer)) & (tagMask())) == 0)
                                      ^~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22592:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                         && (oopisLessThan(longAt(pointer), GIV(newSpaceLimit)))) {
                                                  ^~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2936:49: note: expanded from macro 'oopisLessThan'
#define oopisLessThan(anOop,otherOop) ((usqInt)(anOop) < (usqInt)(otherOop))
                                                ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22599:124: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((theContext + BaseHeaderSize) + (((sqInt)((usqInt)((ReceiverIndex + tempIndex)) << (shiftForWord())))), longAt(pointer));
                                                                                                                                         ^~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22623:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                return (((usqInt)(longAt(fp + FoxMethod)))) < (startOfMemory());
                                         ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22626:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((((usqInt)(longAt(fp + FoxMethod)))) < (startOfMemory())) {
                                      ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22630:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                theInstrPointer = longAt(fp + FoxIFSavedIP);
                                         ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22660:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        senderContextOrNil = longAt((aPage->baseAddress));
                                    ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22661:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        savedThisContext = longAt(((aPage->baseAddress)) - BytesPerWord);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23107:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                withDetails = longAt(GIV(stackPointer));
                                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23121:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), constituents);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23148:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        context = longAt(GIV(stackPointer));
                             ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23156:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                                              ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23181:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)flags << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23210:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                criticalSection = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23211:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                activeProc = longAt(GIV(stackPointer));
                                        ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23216:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                criticalSection = longAt(GIV(stackPointer));
                                             ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23243:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(falseObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23249:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(trueObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23254:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(falseObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23281:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        criticalSection = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23335:68: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((GIV(methodCache)[probe + MethodCacheMethod]) == (longAt(GIV(stackPointer)))) {
                                                                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23340:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        flushExternalPrimitiveOf(longAt(GIV(stackPointer)));
                                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23341:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        unlinkSendsToandFreeIf(longAt(GIV(stackPointer)), 0);
                                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23357:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        selector = longAt(GIV(stackPointer));
                              ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23395:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        sema = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23410:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23445:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        methodReceiver = longAt(GIV(stackPointer));
                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23481:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), data);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23512:63: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (methodWithHeaderShouldBeCogged(methodHeaderOf(longAt(GIV(stackPointer))))) {
                                                                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23514:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                alreadyCogged = (((longAt(GIV(stackPointer))) & (tagMask())) == 0)
                                              ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23515:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 && ((((((usqInt) (longAt(longAt(GIV(stackPointer))))) >> (formatShift())) & (formatMask())) >= (firstCompiledMethodFormat()))
                                                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23516:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 && (isCogMethodReference(longAt(((longAt(GIV(stackPointer))) + BaseHeaderSize) + (((sqInt)((usqInt)(HeaderIndex) << (shiftForWord()))))))));
                                                              ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23519:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        cogMethod = cogselector(longAt(GIV(stackPointer)), GIV(nilObj));
                                                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23523:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                cogMethod = cogselector(longAt(GIV(stackPointer)), GIV(nilObj));
                                                                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23542:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 && ((((longAt(GIV(stackPointer))) & (tagMask())) == 0)
                                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23543:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 && ((((((usqInt) (longAt(longAt(GIV(stackPointer))))) >> (formatShift())) & (formatMask())) >= (firstCompiledMethodFormat()))
                                                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23544:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 && (isCogMethodReference(longAt(((longAt(GIV(stackPointer))) + BaseHeaderSize) + (((sqInt)((usqInt)(HeaderIndex) << (shiftForWord())))))))))) {
                                                              ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23546:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        methodHeader = longAt(((longAt(GIV(stackPointer))) + BaseHeaderSize) + (((sqInt)((usqInt)(HeaderIndex) << (shiftForWord())))));
                                                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23565:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)flags << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23579:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23599:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23618:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        thisReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23636:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23655:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        newValue = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23656:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23662:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        thisReceiver = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23724:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), newValue);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23745:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        sema = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23764:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23800:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        proc = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23859:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (synchronousSignal(longAt(GIV(stackPointer)))) {
                                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23880:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((longAt(GIV(framePointer) + FoxMethod)) == GIV(newMethod)) {
                    ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23900:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((longAt(GIV(framePointer) + FoxMethod)) == GIV(newMethod)) {
                    ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23932:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        process = longAt(GIV(stackPointer));
                             ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23935:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24101:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), myList);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24157:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        aContextOrNil = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24167:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        thisCtx = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24211:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if ((pointerForOop(longAt(theFP + FoxSavedFP))) != contextsFP) {
                                                  ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24213:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                numArgs = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                             ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24215:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : byteAt((theFP + FoxIFrameFlags) + 1));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24223:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) {
                                                                         ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24233:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                contextsIP = ((usqInt)(pointerForOop(longAt(frameAbove + FoxCallerSavedIP))));
                                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24241:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(newSP, longAt(source));
                                                                ^~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24241:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(newSP, longAt(source));
                                                  ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24243:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                longAtput(newFP + FoxSavedFP, contextsFP);
                                          ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24243:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                longAtput(newFP + FoxSavedFP, contextsFP);
                                                              ^~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24244:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (((((usqInt)(longAt(newFP + FoxMethod)))) < (startOfMemory()))
                                                       ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24248:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(contextsFP + FoxIFSavedIP, contextsIP);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24251:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                longAtput(newFP + FoxCallerSavedIP, contextsIP);
                                          ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24279:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                callerContextOrNil = longAt((thePage1->baseAddress));
                                            ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24324:48: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        while (((callerFP1 = pointerForOop(longAt(fp1 + FoxSavedFP)))) != 0) {
                                                                                  ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24365:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                while (((callerFP2 = pointerForOop(longAt(fp2 + FoxSavedFP)))) != 0) {
                                                                                          ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24378:51: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        longAtput(contextsSP, pointerForOop(longAt(frameAbove + FoxCallerSavedIP)));
                                                                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24378:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        longAtput(contextsSP, pointerForOop(longAt(frameAbove + FoxCallerSavedIP)));
                                                                  ^~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24378:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        longAtput(contextsSP, pointerForOop(longAt(frameAbove + FoxCallerSavedIP)));
                                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24399:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                callerContextOrNil1 = longAt((thePage2->baseAddress));
                                                                             ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24438:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                                         ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24440:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        : byteAt((theFP + FoxIFrameFlags) + 1))))) + (2 * BytesPerWord), aContextOrNil);
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24438:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24479:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24544:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                methodObj = longAt(GIV(stackPointer));
                                       ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24547:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                methodObj = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24549:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24553:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24586:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                               ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24587:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                           ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24588:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24590:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                activeContext = longAt(theFP + FoxThisContext);
                                       ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24601:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24604:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24615:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24770:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                top = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24798:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top1 = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24864:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                methodField = longAt(theFP + FoxMethod);
                                                     ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24867:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(theFP + FoxMethod, methodField - 4);
                                                          ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24871:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        flags = longAt(theFP + FoxIFrameFlags);
                                                       ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24873:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(theFP + FoxIFrameFlags, flags - 2);
                                                          ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24876:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        } while(((theFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0);
                                                               ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:25389:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerResult << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:25421:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:25422:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:25456:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:25484:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:25485:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:25529:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        result = allInstancesOf(longAt(GIV(stackPointer)));
                                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:25534:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                result = allInstancesOf(longAt(GIV(stackPointer)));
                                                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:25541:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:25570:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:25586:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:25606:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:25607:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:25630:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:25631:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:25656:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                        ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:25660:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:25668:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        ec = becomewithtwoWaycopyHash(longAt(GIV(stackPointer) + (2 * BytesPerWord)), longAt(GIV(stackPointer) + (1 * BytesPerWord)), 0, copyHashFlag);
                                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:25668:91: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        ec = becomewithtwoWaycopyHash(longAt(GIV(stackPointer) + (2 * BytesPerWord)), longAt(GIV(stackPointer) + (1 * BytesPerWord)), 0, copyHashFlag);
                                                                                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:25690:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:25691:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:25711:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        characterCode = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:25724:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), characterObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:25739:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:25742:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), floatObjectOf(((double) ((rcvr >> 3)) )));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:25770:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:25771:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:25898:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:25928:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:25929:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:25930:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        value = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:26089:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:26140:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                cursorObj = longAt(GIV(stackPointer));
                                       ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:26144:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                cursorObj = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:26145:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                maskObj = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:26368:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:26440:48: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        hashOrError = (((hash = (long32At((longAt(GIV(stackPointer))) + 4)) & (identityHashHalfWordMask()))) != 0
                                                      ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:26442:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : (objCouldBeClassObj(longAt(GIV(stackPointer)))
                                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:26443:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                ? (((err = enterIntoClassTable(longAt(GIV(stackPointer))))) != 0
                                                                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:26445:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                : (long32At((longAt(GIV(stackPointer))) + 4)) & (identityHashHalfWordMask()))
                                                                        ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:26449:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)hashOrError << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:26485:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop1 = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:26547:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop2 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:26611:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:26628:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArg = positive64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:26629:48: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerRcvr = positive64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:26636:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:26669:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop1 = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:26731:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop2 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:26795:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:26812:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArg = positive64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:26813:48: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerRcvr = positive64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:26820:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:26838:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArgument = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:26846:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:26884:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), shifted);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:26906:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:26921:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:26959:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:26987:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArgument = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:26988:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:26995:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27124:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop1);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27142:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArg = positive64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27143:48: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerRcvr = positive64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27150:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27178:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), ((GIV(totalFreeOldSpace) << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27185:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(nilObj)) {
                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27201:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27206:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27210:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27225:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerVal1 << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27294:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27306:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop1 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27343:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        instance = longAt(GIV(stackPointer));
                              ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27361:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27398:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                s = longAt(GIV(stackPointer));
                               ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27466:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), s);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27511:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        runInNOut = (longAt(GIV(stackPointer) + (0 * BytesPerWord))) == GIV(trueObj);
                            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27594:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27643:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27693:128: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27700:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27703:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp8 = GIV(stackPointer) - BytesPerWord), object2);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27714:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27719:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object11);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27722:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp31 = GIV(stackPointer) - BytesPerWord), blockClosure);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27742:131: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27749:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27752:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp9 = GIV(stackPointer) - BytesPerWord), object3);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27763:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp12 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27768:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((sp22 = GIV(stackPointer) - BytesPerWord), object12);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27771:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((sp32 = GIV(stackPointer) - BytesPerWord), blockClosure);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27791:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27795:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27798:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27798:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27802:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), closureMethod);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27805:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27811:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27814:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), 0);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27823:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp7 = GIV(stackPointer) - BytesPerWord), object1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27827:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + ClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27906:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27956:128: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27963:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27966:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp8 = GIV(stackPointer) - BytesPerWord), object2);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27977:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27982:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object11);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27985:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp31 = GIV(stackPointer) - BytesPerWord), blockClosure);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28005:131: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28012:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28015:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp9 = GIV(stackPointer) - BytesPerWord), object3);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28026:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp12 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28031:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((sp22 = GIV(stackPointer) - BytesPerWord), object12);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28034:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((sp32 = GIV(stackPointer) - BytesPerWord), blockClosure);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28054:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28058:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28061:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28061:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28065:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), closureMethod);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28068:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28074:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28077:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), 0);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28086:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp7 = GIV(stackPointer) - BytesPerWord), object1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28090:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + ClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28169:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argumentArray = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28191:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28224:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28229:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((argumentArray + BaseHeaderSize) + (((sqInt)((usqInt)((index - 1)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28251:128: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28258:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28261:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp8 = GIV(stackPointer) - BytesPerWord), object2);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28272:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28277:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object11);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28280:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp31 = GIV(stackPointer) - BytesPerWord), blockClosure);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28300:131: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28307:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28310:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp9 = GIV(stackPointer) - BytesPerWord), object3);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28321:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp12 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28326:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((sp22 = GIV(stackPointer) - BytesPerWord), object12);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28329:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((sp32 = GIV(stackPointer) - BytesPerWord), blockClosure);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28349:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28353:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28356:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28356:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28360:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), closureMethod);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28363:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28369:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28372:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), 0);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28381:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp7 = GIV(stackPointer) - BytesPerWord), object1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28385:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp10 = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + ClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28434:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28458:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28492:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg1 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28493:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg2 = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28506:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(trueObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28572:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(falseObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28579:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(falseObj));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28585:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(trueObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28623:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                order = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28631:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        string1 = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28634:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        string2 = longAt(GIV(stackPointer) + ((GIV(argumentCount) - 1) * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28681:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)result << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28701:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        fillValue = positive64BitValueOf(longAt(GIV(stackPointer)));
                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28702:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28792:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (((onOffBar = longAt(GIV(stackPointer) + (1 * BytesPerWord)))) == GIV(trueObj)) {
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28807:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (((bufferSize = longAt(GIV(stackPointer)))) == GIV(nilObj)) {
                                      ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28822:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), (((usqInt)numSamples << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28853:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28854:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28952:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (((((longAt(GIV(stackPointer)))) & 7) == 1)) {
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28953:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                crashInThisThread = ((longAt(GIV(stackPointer))) >> 3);
                                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28957:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28961:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28997:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29027:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        quotient = doPrimitiveDivby(longAt(GIV(stackPointer) + (1 * BytesPerWord)), longAt(GIV(stackPointer)));
                                           ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29027:89: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        quotient = doPrimitiveDivby(longAt(GIV(stackPointer) + (1 * BytesPerWord)), longAt(GIV(stackPointer)));
                                                                                               ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29032:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)quotient << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29057:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29073:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer1 = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29094:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)(integerReceiver / integerArgument) << 3) | 1));
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29132:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29133:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29153:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29176:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29177:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29207:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29222:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArgument = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29223:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29226:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver == integerArgument
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29235:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (result
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29254:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29255:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29258:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr == integerArg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29285:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29307:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29399:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                rcvr = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29405:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29409:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp7 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29412:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29412:59: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                        ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29419:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29433:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29439:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), object);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29442:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), 0);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29449:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object1);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29452:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29457:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp9 = GIV(stackPointer) - BytesPerWord), rcvr);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29461:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29473:65: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                shouldSkipStoreBytecode = reapAndResetErrorCodeToheader(GIV(framePointer), methodHeader);
                                                                                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:1644:76: note: passing argument to parameter 'theFP' here
static sqInt NoDbgRegParms NeverInline reapAndResetErrorCodeToheader(sqInt theFP, sqInt methodHeader);
                                                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29530:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), mourner);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29558:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29559:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29638:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr + arg));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29662:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29663:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29691:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), result);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29715:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopToStore = longAt(GIV(stackPointer));
                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29722:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29723:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29748:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), oopToStore);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29759:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), oopToStore);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29793:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29794:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29881:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr / arg));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29910:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29911:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29991:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (aBool
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:30022:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:30023:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:30103:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (aBool
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:30134:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:30135:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:30215:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (aBool
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:30246:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:30247:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:30327:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (aBool
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:30358:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:30359:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:30439:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (aBool
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:30469:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:30470:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:30549:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr * arg));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:30578:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:30579:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:30659:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (!aBool
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:30689:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:30690:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:30769:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr - arg));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:30967:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                        ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:30971:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                        ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:30983:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        vScale = floatValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:30984:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        hScale = floatValueOf(longAt(GIV(stackPointer) + (2 * BytesPerWord)));
                                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:30985:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31090:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31142:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31178:128: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31185:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31188:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp9 = GIV(stackPointer) - BytesPerWord), object2);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31199:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31204:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object11);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31207:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp31 = GIV(stackPointer) - BytesPerWord), blockClosure);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31236:131: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31243:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31246:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp10 = GIV(stackPointer) - BytesPerWord), object3);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31257:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp12 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31262:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((sp22 = GIV(stackPointer) - BytesPerWord), object12);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31265:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((sp32 = GIV(stackPointer) - BytesPerWord), blockClosure);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31285:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31289:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31292:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31292:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31296:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), closureMethod);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31299:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31305:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31308:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp7 = GIV(stackPointer) - BytesPerWord), 0);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31317:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp8 = GIV(stackPointer) - BytesPerWord), object1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31321:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + FullClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31340:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31414:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31450:128: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31457:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31460:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp9 = GIV(stackPointer) - BytesPerWord), object2);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31471:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31476:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object11);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31479:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp31 = GIV(stackPointer) - BytesPerWord), blockClosure);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31508:131: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31515:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31518:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp10 = GIV(stackPointer) - BytesPerWord), object3);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31529:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp12 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31534:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((sp22 = GIV(stackPointer) - BytesPerWord), object12);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31537:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((sp32 = GIV(stackPointer) - BytesPerWord), blockClosure);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31557:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31561:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31564:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31564:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31568:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), closureMethod);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31571:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31577:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31580:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp7 = GIV(stackPointer) - BytesPerWord), 0);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31589:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp8 = GIV(stackPointer) - BytesPerWord), object1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31593:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + FullClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31612:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31686:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argumentArray = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31708:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31730:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31735:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((argumentArray + BaseHeaderSize) + (((sqInt)((usqInt)((index - 1)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31754:128: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31761:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31764:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp9 = GIV(stackPointer) - BytesPerWord), object2);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31775:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31780:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object11);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31783:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp31 = GIV(stackPointer) - BytesPerWord), blockClosure);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31812:131: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31819:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31822:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp10 = GIV(stackPointer) - BytesPerWord), object3);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31833:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp12 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31838:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((sp22 = GIV(stackPointer) - BytesPerWord), object12);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31841:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((sp32 = GIV(stackPointer) - BytesPerWord), blockClosure);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31861:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31865:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31868:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31868:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31872:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), closureMethod);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31875:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31881:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31884:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp7 = GIV(stackPointer) - BytesPerWord), 0);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31893:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp8 = GIV(stackPointer) - BytesPerWord), object1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31897:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp13 = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + FullClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31916:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31957:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31980:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), s);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32007:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        key = cStringOrNullFor(longAt(GIV(stackPointer)));
                                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32030:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32044:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32048:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (trueOrFalse
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32087:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), stringOop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32105:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32247:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), labelOop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32320:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32333:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArgument = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32334:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32337:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver >= integerArgument
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32361:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32362:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32365:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr >= integerArg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32380:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArgument = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32381:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32384:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver > integerArgument
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32408:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32409:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32412:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr > integerArg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32427:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        ammount = longAt(GIV(stackPointer));
                             ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32440:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)segSize << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32458:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        value = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32483:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)((value * HashMultiplyConstant) & 0xFFFFFFF) << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32501:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
         && ((longAt(GIV(stackPointer))) == GIV(trueObj));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32507:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32531:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32548:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        otherObject = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32549:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        thisObject = longAt(GIV(stackPointer));
                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32560:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (thisObject == otherObject
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32577:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        thisReceiver = longAt(GIV(stackPointer));
                                  ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32603:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32627:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32664:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                s = longAt(GIV(stackPointer));
                               ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32695:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), s);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32716:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32739:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), ((value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32753:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32825:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index1 = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32826:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr1 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32855:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp4 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32871:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp5 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32885:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp7 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32901:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp6 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32922:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), longAt((rcvr1 + BaseHeaderSize) + (((sqInt)((usqInt)(index1) << (shiftForWord()))))));
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32933:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp3 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), longAt((rcvr1 + BaseHeaderSize) + (((sqInt)((usqInt)((index1 + numFixed)) << (shiftForWord()))))));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32971:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueOop = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32972:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32973:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33018:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33036:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33051:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33069:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp3 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33105:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                longAtput((sp4 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33131:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp5 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33168:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33184:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33241:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                top1 = longAt(GIV(stackPointer));
                                  ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33248:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33252:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33255:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(messageSelector));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33258:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), runArgs);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33261:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), runReceiver);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33289:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (VMBIGENDIAN
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33307:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        obj = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33316:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (trueOrFalse
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33342:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33355:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArgument = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33356:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33359:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver <= integerArgument
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3338
Local variable name 'receiver' in doPrimitiveWorkerExtractReturnValue may mask method when inlining

Local variable name 'stack' in pathTo:using:followWeak: may mask method when inlining

Local variable name 'stack' in pruneStack:stackp: may mask method when inlining

Local variable name 'receiver' in doPrimitiveWorkerCallout may mask method when inlining

compactionStartUsecs localised to fullGC

gcMarkEndUsecs localised to fullGC

extA localised to interpret

extB localised to interpret

lkupClassTag localised to interpret

numExtB localised to interpret

traceSources localised to printLogEntryAt:

the2ndUnknownShort localised to writeImageFileIO3:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33384:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33387:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr <= integerArg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33402:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArgument = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33403:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33406:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver < integerArgument
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33430:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33431:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33434:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr < integerArg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33466:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33493:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33506:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), nameOop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33535:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33562:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33575:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), nameOop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33610:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        outPointerArray = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33613:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        segmentWordArray = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33627:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), result);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33654:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33671:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33689:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33732:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33733:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33784:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), pt);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33797:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33826:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33841:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)MillisecondClockMask << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33853:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        mod = doPrimitiveModby(longAt(GIV(stackPointer) + (1 * BytesPerWord)), longAt(GIV(stackPointer)));
                                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33853:84: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        mod = doPrimitiveModby(longAt(GIV(stackPointer) + (1 * BytesPerWord)), longAt(GIV(stackPointer)));
                                                                                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33858:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)mod << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33889:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33890:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33915:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33933:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33949:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer1 = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33982:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerResult << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34005:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34006:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34027:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34043:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        obj = instantiateClassisPinned(longAt(GIV(stackPointer)), 0);
                                                  ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34046:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                reasonCode = (isFixedSizePointerFormat(instSpecOfClass(longAt(GIV(stackPointer))))
                                                                                  ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34053:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), obj);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34083:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        header = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34084:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        bytecodeCount = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34092:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        class = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34202:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), theMethod);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34215:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        obj = instantiateClassisPinned(longAt(GIV(stackPointer)), 1);
                                                  ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34218:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                reasonCode = (isFixedSizePointerFormat(instSpecOfClass(longAt(GIV(stackPointer))))
                                                                                  ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34225:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), obj);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34252:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop1 = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34320:57: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        obj = instantiateClassindexableSizeisPinned(longAt(GIV(stackPointer) + (1 * BytesPerWord)), size, 0);
                                                           ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34323:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                classFormat = ((longAt(((longAt(GIV(stackPointer) + (1 * BytesPerWord))) + BaseHeaderSize) + (((sqInt)((usqInt)(InstanceSpecificationIndex) << (shiftForWord())))))) >> 3);
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34336:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), obj);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34360:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34421:57: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        obj = instantiateClassindexableSizeisPinned(longAt(GIV(stackPointer) + (1 * BytesPerWord)), size, 1);
                                                           ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34424:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                classFormat = ((longAt(((longAt(GIV(stackPointer) + (1 * BytesPerWord))) + BaseHeaderSize) + (((sqInt)((usqInt)(InstanceSpecificationIndex) << (shiftForWord())))))) >> 3);
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34437:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), obj);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34460:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        object = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34543:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), subsequentObject);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34566:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        instance = accessibleObjectAfter(longAt(GIV(stackPointer)));
                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34569:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)0 << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34575:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), instance);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34590:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArgument = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34591:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34594:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver != integerArgument
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34603:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (result
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34622:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34623:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34626:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr != integerArg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34648:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        otherObject = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34649:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        thisObject = longAt(GIV(stackPointer));
                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34678:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (thisObject != otherObject
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34738:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (!(((longAt(GIV(stackPointer))) == GIV(trueObj))
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34739:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 || ((longAt(GIV(stackPointer))) == GIV(falseObj)))) {
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34744:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        goal = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34745:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        stack = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34746:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        followWeak = (longAt(GIV(stackPointer))) == GIV(trueObj);
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34987:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        path = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34989:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), path);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35022:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35023:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        lookupClass = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35055:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        selector = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35056:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argumentArray = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35079:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35082:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35086:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((argumentArray + BaseHeaderSize) + (((sqInt)((usqInt)((index - 1)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35133:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                top = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35148:62: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((GIV(stackPointer) + offset) + delta, longAt(GIV(stackPointer) + offset));
                                                                       ~~~~^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35148:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((GIV(stackPointer) + offset) + delta, longAt(GIV(stackPointer) + offset));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35181:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        actualReceiver = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35182:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        selector = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35183:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argumentArray = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35206:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35209:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), actualReceiver);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35213:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((argumentArray + BaseHeaderSize) + (((sqInt)((usqInt)((index - 1)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35248:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                top = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35261:62: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((GIV(stackPointer) + offset) + delta, longAt(GIV(stackPointer) + offset));
                                                                       ~~~~^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35261:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((GIV(stackPointer) + offset) + delta, longAt(GIV(stackPointer) + offset));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35288:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(profileMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35313:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(profileProcess));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35348:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35380:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? ((longAt(GIV(stackPointer))) >> 3)
                               ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35400:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35416:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer1 = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35452:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerResult << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35483:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35484:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35502:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35519:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35564:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35565:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35582:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35608:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)depth << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35637:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35709:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35729:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35753:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                        ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35757:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                        ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35770:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35786:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer1 = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35802:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer2 = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35822:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((5 - 1) * BytesPerWord)), (okay
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35839:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35869:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35883:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                        ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35893:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35904:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (wasImmutable
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35923:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35959:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        stringOop = longAt(GIV(stackPointer));
                               ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36025:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                hasHash = (((longAt(GIV(stackPointer))) & (tagMask())) == 0)
                                        ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36026:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 && ((long32At((longAt(GIV(stackPointer))) + 4)) & (identityHashHalfWordMask()));
                                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36028:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (hasHash
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36036:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36040:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36061:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + ((GIV(argumentCount) - 1) * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36077:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36114:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)oldHash << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36132:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        labelOop = longAt(GIV(stackPointer));
                              ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36194:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36210:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer1 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36248:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36254:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36270:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36290:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        value = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36291:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36301:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36329:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36351:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36367:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer1 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36383:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer2 = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36399:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer3 = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36434:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        bytes = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36469:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36492:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36551:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)(totalLength - fixedFields) << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36563:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        byteSize = ((longAt(GIV(stackPointer))) & (tagMask())
                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36565:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : bytesInObject(longAt(GIV(stackPointer))));
                                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36568:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36602:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (!(((((longAt(GIV(stackPointer)))) & 7) == 1))) {
                                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36608:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                nElements = ((longAt(GIV(stackPointer))) >> 3);
                                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36609:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                classFormat = ((longAt(((longAt(GIV(stackPointer) + (1 * BytesPerWord))) + BaseHeaderSize) + (((sqInt)((usqInt)(InstanceSpecificationIndex) << (shiftForWord())))))) >> 3);
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36658:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36663:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        classFormat1 = ((longAt(((longAt(GIV(stackPointer) + (0 * BytesPerWord))) + BaseHeaderSize) + (((sqInt)((usqInt)(InstanceSpecificationIndex) << (shiftForWord())))))) >> 3);
                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36683:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), ((byteSize << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36707:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36722:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36762:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr + arg));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36779:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36818:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36833:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36879:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr / arg));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36904:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36919:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36959:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (rcvr == arg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36977:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        aValue = floatObjectOf(exp(smallFloatValueOf(longAt(GIV(stackPointer)))));
                                                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36993:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
((((usqInt)(longAt(GIV(stackPointer))))) <= 15
                       ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36995:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : ((exp = ((usqInt) (((usqInt)(longAt(GIV(stackPointer)))))) >> (((numTagBits()) + (smallFloatMantissaBits())) + 1)),
                                                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37014:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37054:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37069:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37109:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (rcvr >= arg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37136:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37151:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37191:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (rcvr > arg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37218:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37233:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37273:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (rcvr <= arg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37300:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37315:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37355:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (rcvr < arg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37377:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37416:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37431:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37471:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr * arg));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37496:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37511:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37551:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (!(rcvr == arg)
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37570:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37601:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37648:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37663:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37703:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr - arg));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37721:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37731:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37753:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), result);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37769:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37804:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        class = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37814:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), instance);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37833:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37847:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(specialObjectsOop));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37863:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37918:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        outPointerArray = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37919:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        segmentWordArray = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37922:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arrayOfRoots = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37938:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                outPointerArray = longAt(GIV(stackPointer));
                                             ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37939:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                segmentWordArray = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37940:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                arrayOfRoots = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37979:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37980:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:38114:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:38145:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:38146:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:38147:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        value = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:38314:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:38354:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        array = longAt(GIV(stackPointer) + (4 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:38355:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        start = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:38356:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        stop = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:38357:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        repl = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:38358:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        replStart = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                           ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:38423:12: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                arrayFmt = arrayFmt;
                ~~~~~~~~ ^ ~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:38470:11: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                replFmt = replFmt;
                ~~~~~~~ ^ ~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:38624:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerResult << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:38656:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:38657:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:38691:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:38721:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                criticalSection = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:38722:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                activeProc = longAt(GIV(stackPointer));
                                        ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:38727:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                criticalSection = longAt(GIV(stackPointer));
                                             ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:38754:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(falseObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:38760:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(trueObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:38765:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:38783:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:38803:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (okay
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:38823:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:38839:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:38842:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(result));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:38858:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:38911:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        moduleName = longAt(GIV(stackPointer));
                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:39067:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:39092:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                resultArray = longAt(GIV(stackPointer));
                                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:39127:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), resultArray);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:39154:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                resultArray = longAt(GIV(stackPointer));
                                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:39188:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), resultArray);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:39209:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), s);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:39238:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (running
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:39249:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        sampleBuffer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:39259:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)numSamples << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:39276:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        sema = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:44603:15: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        treeNode = treeNode;
                                        ~~~~~~~~ ^ ~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:49642:13: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                        treeNode = treeNode;
                        ~~~~~~~~ ^ ~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:51474:5: warning: expression result unused [-Wunused-value]
                                -classIndex2;
                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:51539:26: warning: expression result unused [-Wunused-value]
                8 /* allocationUnit */ / BytesPerOop;
                ~                      ^ ~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:52836:13: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long') from 'void *' [-Wint-conversion]
        allocation = calloc(sizeof(void *), unscannedEphemeronsQueueInitialSize);
                   ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:53051:7: warning: incompatible integer to pointer conversion passing 'usqInt' (aka 'unsigned long') to parameter of type 'void *' [-Wint-conversion]
        free((GIV(unscannedEphemerons).start));
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/malloc/_malloc.h:42:18: note: passing argument to parameter here
void     free(void *);
                    ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:57008:25: warning: incompatible integer to pointer conversion passing 'usqInt' (aka 'unsigned long') to parameter of type 'void *' [-Wint-conversion]
                reallocated = realloc((GIV(unscannedEphemerons).start), desiredSize);
                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/malloc/_malloc.h:43:21: note: passing argument to parameter '__ptr' here
void    *realloc(void *__ptr, size_t __size) __result_use_check __alloc_size(2);
                       ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:57008:15: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long') from 'void *' [-Wint-conversion]
                reallocated = realloc((GIV(unscannedEphemerons).start), desiredSize);
                            ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:57445:41: warning: expression result unused [-Wunused-value]
                asserta((checkInterpreterIntegrity()) == 0);
                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqAssert.h:30:25: note: expanded from macro 'asserta'
# define asserta(expr) (expr)
                        ^~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:57466:41: warning: expression result unused [-Wunused-value]
                asserta((checkInterpreterIntegrity()) == 0);
                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqAssert.h:30:25: note: expanded from macro 'asserta'
# define asserta(expr) (expr)
                        ^~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:58477:14: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                        treeNode1 = treeNode1;
                        ~~~~~~~~~ ^ ~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:60970:108: warning: passing 'usqInt *' (aka 'unsigned long *') to parameter of type 'sqInt *' (aka 'long *') converts between pointers to integer types with different sign [-Wpointer-sign]
        segAddress = sqAllocateMemorySegmentOfSizeAboveAllocatedSizeInto(ammount, firstGapOfSizeAtLeast(ammount), (&allocatedSize));
                                                                                                                  ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:60:98: note: passing argument to parameter 'asp' here
extern void *sqAllocateMemorySegmentOfSizeAboveAllocatedSizeInto(sqInt sz, void *minAddr, sqInt *asp);
                                                                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:61431:13: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                        treeNode = treeNode;
                        ~~~~~~~~ ^ ~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:61982:77: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        assertValidExecutionPointersimbarline(lip, lifp, lisp, !((((usqInt)(longAt(lifp + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                   ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:62492:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 && ((((((sqInt)(pointerForOop(longAt(maybeFP + FoxSavedFP))))) & (tagMask())) == 0)
                                                      ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:62494:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                (oopForPointer(pointerForOop(longAt(maybeFP + FoxSavedFP)))) + (smallIntegerTag()))) == (longAt((aContext + BaseHeaderSize) + (((sqInt)((usqInt)(InstructionPointerIndex) << (shiftForWord())))))))
                                                    ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:62495:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 && (((((usqInt)(longAt(maybeFP + FoxMethod)))) < (startOfMemory())
                                        ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:62496:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ? ((longAt(maybeFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                   ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:62497:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : (byteAt((maybeFP + FoxIFrameFlags) + 2)) != 0)))))) {
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:62504:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        maybeFrameCtxt = longAt(maybeFP + FoxThisContext);
                                ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:62577:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                frameRcvrOffset = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                     ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:62581:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        oop = longAt(theSP);
                                     ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:62587:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                       ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:62588:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                   ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:62589:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:62591:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ok = ok && (checkOkayFields(longAt(theFP + FoxThisContext)));
                                                           ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:62593:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ok = ok && (checkOkayFields(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                               ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:62595:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : longAt(theFP + FoxMethod))));
                                 ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:62596:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                                        ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:62604:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                oop = longAt(theSP);
                             ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:62746:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                          ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:62748:95: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : (((usqInt) ((theFP + FoxIFReceiver) - GIV(stackPointer))) >> (shiftForWord())) + (byteAt((theFP + FoxIFrameFlags) + 1)));
                                                                                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:62761:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        theSP = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                   ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:62774:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                aFrame = pointerForOop(longAt(aFrame + FoxSavedFP));
                                              ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:62787:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:62789:82: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : (((usqInt) ((theFP + FoxIFReceiver) - theSP)) >> (shiftForWord())) + (byteAt((theFP + FoxIFrameFlags) + 1)));
                                                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63045:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), message);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63101:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63137:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                               ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63138:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                           ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63139:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63141:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                activeContext = longAt(theFP + FoxThisContext);
                                       ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63179:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        theIP = longAt(theSP);
                       ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63186:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                       ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63187:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                   ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63188:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63190:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        theContext = longAt(theFP + FoxThisContext);
                                            ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63220:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                theIP = ((sqInt)(pointerForOop(longAt(theFP + FoxCallerSavedIP))));
                                                      ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63221:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                theFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                             ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63233:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        callerContextOrNil = longAt((thePage->baseAddress));
                                    ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63414:19: warning: explicitly assigning value of variable of type 'struct VirtualMachine *' to itself [-Wself-assign]
        interpreterProxy = interpreterProxy;
        ~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63429:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                        ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63438:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                callerContextOrNil = longAt((thePage->baseAddress));
                                            ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63445:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (((((usqInt)(longAt(callerFP + FoxMethod)))) < (startOfMemory())
                               ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63446:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? ((longAt(callerFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                           ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63447:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : (byteAt((callerFP + FoxIFrameFlags) + 2)) != 0)) {
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63449:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                return longAt(callerFP + FoxThisContext);
                              ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63859:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        callerFP1 = pointerForOop(longAt(theFP + FoxSavedFP));
                                         ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63868:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                callerContextOrNil = longAt((thePage1->baseAddress));
                                            ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63876:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (((((usqInt)(longAt(callerFP1 + FoxMethod)))) < (startOfMemory())
                               ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63877:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? ((longAt(callerFP1 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                           ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63878:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : (byteAt((callerFP1 + FoxIFrameFlags) + 2)) != 0)) {
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63880:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                callerCtx = longAt(callerFP1 + FoxThisContext);
                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63889:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                theIP = longAt((thePage->headSP));
                               ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63903:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                theIP = oopForPointer(pointerForOop(longAt(frameAbove + FoxCallerSavedIP)));
                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63941:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                        ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63946:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                callerIP = oopForPointer(pointerForOop(longAt(theFP + FoxCallerSavedIP)));
                                                              ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63949:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(callerSP, callerIP);
                          ^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63973:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((longAt(aFramePtr +[100%] Built target libssh2-1.9.0-download
-- /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libssh2-1.9.0-src/libssh2-1.dll
-- /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libssh2-1.9.0-src/libssh2.dll
Adding third-party libraries for Windows-x86_64: freetype-2.9.1
-- Downloading/updating freetype-2.9.1
 FoxSavedFP)) == 0) {
                    ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64120:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                oop = longAt(((longAt(GIV(stackPointer))) + BaseHeaderSize) + (((sqInt)((usqInt)((localPrimIndex - 264)) << (shiftForWord())))));
                                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64121:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64130:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(trueObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64136:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp2 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(falseObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64142:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp3 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64147:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)(localPrimIndex - 261) << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64264:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        callerFP = pointerForOop(longAt(spouseFP + FoxSavedFP));
                                                        ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64273:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                callerContextOrNil = longAt((thePage->baseAddress));
                                                            ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64280:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if (((((usqInt)(longAt(callerFP + FoxMethod)))) < (startOfMemory())
                                               ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64281:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                ? ((longAt(callerFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                           ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64282:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                : (byteAt((callerFP + FoxIFrameFlags) + 2)) != 0)) {
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64284:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                return longAt(callerFP + FoxThisContext);
                                              ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64301:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? ((((usqInt)(longAt(spouseFP + FoxMethod)))) < (startOfMemory())
                                     ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64303:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs - (offset - (ReceiverIndex + 1))) * BytesPerWord))
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64304:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                : longAt(((spouseFP + FoxMFReceiver) - BytesPerWord) + ((frameNumArgs - (offset - (ReceiverIndex + 1))) * BytesPerWord)))
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64305:66: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                : ((offset - (ReceiverIndex + 1)) < ((frameNumArgs1 = byteAt((spouseFP + FoxIFrameFlags) + 1)))
                                                                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64306:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs1 - (offset - (ReceiverIndex + 1))) * BytesPerWord))
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64307:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                : longAt(((spouseFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs1 - (offset - (ReceiverIndex + 1))) * BytesPerWord))))
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64482:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) {
                                                 ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64574:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                        ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64575:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                   ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64576:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0))
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64577:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 && (homeContext == (longAt(theFP + FoxThisContext)))) {
                                            ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64581:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                         || (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64582:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                                           ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64583:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0)))) {
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64584:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        theMethod1 = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                        ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64586:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                : longAt(theFP + FoxMethod));
                                         ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64596:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                       ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64597:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                   ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64598:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64600:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        return longAt(theFP + FoxThisContext);
                                                      ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64606:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                theFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                             ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64613:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        callerContextOrNil = longAt((thePage->baseAddress));
                                    ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64702:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        theSP = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                   ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64715:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                aFrame = pointerForOop(longAt(aFrame + FoxSavedFP));
                                              ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64770:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                        ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64771:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                   ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64772:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0))
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64773:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 && (homeContext == (longAt(theFP + FoxThisContext)))) {
                                            ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64777:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (!(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                         ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64778:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                                           ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64779:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0))) {
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64780:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        theMethod1 = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                        ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64782:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                : longAt(theFP + FoxMethod));
                                         ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64792:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                       ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64793:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                   ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64794:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64796:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ctxtOrNilOrZero = longAt(theFP + FoxThisContext);
                                                                 ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64804:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                theFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                             ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64811:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        callerContextOrNil = longAt((thePage->baseAddress));
                                    ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64857:53: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        for (ptr = theSP, toDoLimit1 = (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                           ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64860:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                oop = longAt(ptr);
                             ^~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64863:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput(ptr, followForwarded(oop));
                                  ^~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64866:134: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        for (ptr = ((theFP + FoxCallerSavedIP) + BytesPerWord), toDoLimit2 = (theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                                                                                            ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64868:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        : byteAt((theFP + FoxIFrameFlags) + 1))))); ptr <= toDoLimit2; ptr += BytesPerWord) {
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64869:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                oop = longAt(ptr);
                             ^~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64882:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput(ptr, oop);
                                  ^~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64885:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                               ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64886:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                           ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64887:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0)) {
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64892:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                               ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64893:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                           ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64894:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64933:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return longAt(theFP + FoxThisContext);
                      ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64977:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        numArgs = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                     ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64979:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : byteAt((theFP + FoxIFrameFlags) + 1));
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64993:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return longAt(theFP + ((FoxCallerSavedIP + BytesPerWord) + (((sqInt)((usqInt)(numArgs) << (shiftForWord()))))));
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65231:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65243:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord), rcvr);
                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65245:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (isPointers(((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())
                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65246:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? longAt(GIV(framePointer) + FoxMFReceiver)
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65247:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : longAt(GIV(framePointer) + FoxIFReceiver)))) {
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65248:61: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                followForwardedObjectFieldstoDepth(((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())
                                                                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65249:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ? longAt(GIV(framePointer) + FoxMFReceiver)
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65250:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : longAt(GIV(framePointer) + FoxIFReceiver)), 0);
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65271:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65272:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? longAt(theFP + FoxMFReceiver)
                         ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65273:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : longAt(theFP + FoxIFReceiver));
                         ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65313:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                source = ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())
                                            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65339:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 && ((((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) < overflowLimitAddress)
                                                        ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65340:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 && (!((longAt(callerFP + FoxSavedFP)) == 0)))) {
                               ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65349:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        callerFP1 = pointerForOop(longAt(theFP + FoxSavedFP));
                                         ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65358:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                callerContextOrNil = longAt((thePage->baseAddress));
                                            ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65365:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (((((usqInt)(longAt(callerFP1 + FoxMethod)))) < (startOfMemory())
                               ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65366:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? ((longAt(callerFP1 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                           ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65367:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : (byteAt((callerFP1 + FoxIFrameFlags) + 2)) != 0)) {
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65369:10: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAt(callerFP1 + FoxThisContext);
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65521:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return longAt(theFP + FoxMethod);
                      ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65578:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return (longAt(theFP + FoxSavedFP)) == 0;
                       ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65618:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                theFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                             ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65844:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (((pointerForOop(longAt(maybeFrame + FoxSavedFP))) == shouldBeFrameCallerField)
                                           ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65845:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 && (((((usqInt)(longAt(maybeFrame + FoxMethod)))) < (startOfMemory())
                                        ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65846:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ? ((longAt(maybeFrame + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                   ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65847:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : (byteAt((maybeFrame + FoxIFrameFlags) + 2)) != 0))) {
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65849:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        maybeFrameCtxt = longAt(maybeFrame + FoxThisContext);
                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65863:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                longAtput(maybeFrame + FoxThisContext, maybeFrameCtxt);
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65924:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (((pointerForOop(longAt(theFrame + FoxSavedFP))) == shouldBeFrameCallerField)
                                           ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65925:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 && (((((usqInt)(longAt(theFrame + FoxMethod)))) < (startOfMemory())
                                        ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65926:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ? ((longAt(theFrame + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                   ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65927:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : (byteAt((theFrame + FoxIFrameFlags) + 2)) != 0))) {
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65930:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if ((longAt(theFrame + FoxThisContext)) == aOnceMarriedContext) {
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67307:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                callerContextOrNil = longAt((thePage2->baseAddress));
                                            ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67386:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((anOop == ((((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                     ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67388:81: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        : (((usqInt) ((theFP + FoxIFReceiver) - theSP)) >> (shiftForWord())) + (byteAt((theFP + FoxIFrameFlags) + 1)))) << 3) | 1)))
                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67396:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (anOop == (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                 ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67398:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : longAt(theFP + FoxMethod)))) {
                                 ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67401:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(theFP + FoxSavedFP)) == 0) {
                            ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67407:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if ((((((usqInt)(longAt((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxMethod)))) < (startOfMemory())
                                                                      ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67407:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if ((((((usqInt)(longAt((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxMethod)))) < (startOfMemory())
                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67408:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                ? ((longAt((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67408:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                ? ((longAt((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67409:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                : (byteAt(((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxIFrameFlags) + 2)) != 0))
                                                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67409:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                : (byteAt(((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxIFrameFlags) + 2)) != 0))
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67410:48: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                         && (anOop == (longAt((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxThisContext)))) {
                                                                    ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67410:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                         && (anOop == (longAt((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxThisContext)))) {
                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67415:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvrOffset = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                        ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67419:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (anOop == (longAt(theSP))) {
                                     ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67427:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (anOop == (longAt(theSP))) {
                                     ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67461:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        aMethodObj = longAt(((GIV(stackPage)->headFP)) + FoxMethod);
                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67473:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67506:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        methodFieldOrObj = longAt(theFP + FoxMethod);
                                  ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67508:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(theFP + FoxMethod, methodFieldOrObj + MFMethodFlagHasContextFlag);
                          ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67513:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                closureOrNil = longAt(theFP + ((FoxCallerSavedIP + BytesPerWord) + (numArgs << (shiftForWord()))));
                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67523:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        closureOrNil = longAt(theFP + ((FoxCallerSavedIP + BytesPerWord) + (numArgs << (shiftForWord()))));
                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67529:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                rcvr = longAt(theFP + FoxMFReceiver);
                              ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67534:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                byteAtput((theFP + FoxIFrameFlags) + 2, 1);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:159:39: note: passing argument to parameter 'oop' here
  static inline sqInt byteAtput(sqInt oop, int val)             { return byteAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67536:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                numArgs = byteAt((theFP + FoxIFrameFlags) + 1);
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67540:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((byteAt((theFP + FoxIFrameFlags) + 3)) != 0) {
                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67541:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        closureOrNil = longAt(theFP + ((FoxCallerSavedIP + BytesPerWord) + (numArgs << (shiftForWord()))));
                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67547:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                rcvr = longAt(theFP + FoxIFReceiver);
                              ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67552:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput(theFP + FoxThisContext, theContext);
                  ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67559:54: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valuePointer2 = (oopForPointer(pointerForOop(longAt(theFP + FoxSavedFP)))) + (smallIntegerTag());
                                                            ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67572:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                                      ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67574:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs - (i - 1)) * BytesPerWord))
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67575:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                : longAt(((theFP + FoxMFReceiver) - BytesPerWord) + ((frameNumArgs - (i - 1)) * BytesPerWord)));
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67579:55: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        valuePointer = ((i - 1) < ((frameNumArgs2 = byteAt((theFP + FoxIFrameFlags) + 1)))
                                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67580:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs2 - (i - 1)) * BytesPerWord))
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67581:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                : longAt(((theFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs2 - (i - 1)) * BytesPerWord)));
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67776:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (boolean
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67795:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((nItems - 1) * BytesPerWord)), floatObjectOf(aFloat));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67811:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)integer << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67840:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67856:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67982:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67984:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs - offset) * BytesPerWord))
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67985:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                : longAt(((theFP + FoxMFReceiver) - BytesPerWord) + ((frameNumArgs - offset) * BytesPerWord)))
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67986:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : (offset < ((frameNumArgs1 = byteAt((theFP + FoxIFrameFlags) + 1)))
                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67987:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs1 - offset) * BytesPerWord))
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67988:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                : longAt(((theFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs1 - offset) * BytesPerWord))));
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:68003:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                       ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:68004:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                   ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:68005:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:68007:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if (((((usqInt) (longAt(longAt(theFP + FoxThisContext)))) >> (markedBitFullShift())) & 1) != 0) {
                                                       ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:68011:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        } while(((theFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0);
                                               ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:68098:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:68125:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:68150:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((nItems - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:68210:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (enabled
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:68217:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:68223:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                                        ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:68233:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (enabled
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:68308:11: warning: unused variable 'sp' [-Wunused-variable]
    char *sp;
          ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:68780:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                callerContextOrNil = longAt((thePage1->baseAddress));
                                                            ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:68925:15: warning: incompatible pointer to integer conversion passing 'CogMethod *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                        printHexnp(cogMethodOf(meth));
                                   ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:1611:32: note: passing argument to parameter 'n' here
extern sqInt printHexnp(usqInt n);
                               ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:68937:15: warning: incompatible pointer to integer conversion passing 'CogMethod *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                        printHexnp(cogMethodOf(meth));
                                   ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:1611:32: note: passing argument to parameter 'n' here
extern sqInt printHexnp(usqInt n);
                               ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:68993:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (!((longAt(theFP + FoxSavedFP)) == 0)) {
                      ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:68994:52: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                printFrameAndCallersSPshort(pointerForOop(longAt(theFP + FoxSavedFP)), (assert(!(isBaseFrame(theFP))),
                                                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:68995:66: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                (theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                               ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:68997:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        : byteAt((theFP + FoxIFrameFlags) + 1))))) + BytesPerWord), printShort);
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:69017:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        it = longAt(address);
                    ^~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:69043:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        it = longAt(address);
                    ^~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:69102:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        it = longAt(address);
                    ^~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:69138:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        it = longAt(address);
                    ^~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:69224:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                aFrame = pointerForOop(longAt(aFrame + FoxSavedFP));
                                                              ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:69235:74: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        (frameAbove + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(frameAbove + FoxMethod)))) < (startOfMemory())
                                                                                                            ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:69237:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        : byteAt((frameAbove + FoxIFrameFlags) + 1))))) + BytesPerWord)
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:69245:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                theSP = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                           ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:70670:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                while (theSP <= (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                    ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:70673:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        if (oop == (longAt(theSP))) {
                                                           ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:70675:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                                printHexnp(theFP);
                                                           ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:69271:19: note: passing argument to parameter 'n' here
printHexnp(usqInt n)
                  ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:70677:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                                printHexnp(theSP);
                                                           ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:69271:19: note: passing argument to parameter 'n' here
printHexnp(usqInt n)
                  ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:70683:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                       ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:70684:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                   ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:70685:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:70686:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        if (oop == (longAt(theFP + FoxThisContext))) {
                                                           ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:70688:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                                printHexnp(theFP);
                                                           ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:69271:19: note: passing argument to parameter 'n' here
printHexnp(usqInt n)
                  ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:70694:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (oop == (longAt(theFP + FoxMethod))) {
                                                   ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:70696:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        printHexnp(theFP);
                                                   ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:69271:19: note: passing argument to parameter 'n' here
printHexnp(usqInt n)
                  ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:70701:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                                                        ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:70709:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (oop == (longAt(theSP))) {
                                                   ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:70711:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        printHexnp(theFP);
                                                   ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:69271:19: note: passing argument to parameter 'n' here
printHexnp(usqInt n)
                  ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:70713:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        printHexnp(theSP);
                                                   ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:69271:19: note: passing argument to parameter 'n' here
printHexnp(usqInt n)
                  ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:70793:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:70806:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return longAt(theFP + (frameStackedReceiverOffset(theFP)));
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:70818:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:70829:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), (((usqInt)integerValue << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:70843:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:71153:33: warning: expression result unused [-Wunused-value]
                ((((usqInt) w1) >> 8) & 0xFF) | (((sqInt)((usqInt)((w1 & 0xFF)) << 8)));
                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:71224:30: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
        cogCodeBase = pointerForOop(allocateJITMemory(GIV(cogCodeSize), ((header.oldBaseAddr)) - GIV(cogCodeSize)));
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:71225:61: warning: ordered comparison between pointer and integer ('char *' and 'sqInt' (aka 'long'))
        desiredPositionOfHeap = (((cogCodeBase + GIV(cogCodeSize)) < ((header.oldBaseAddr))) ? ((header.oldBaseAddr)) : (cogCodeBase + GIV(cogCodeSize)));
                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:71225:87: warning: pointer/integer type mismatch in conditional expression ('sqInt' (aka 'long') and 'char *') [-Wconditional-type-mismatch]
        desiredPositionOfHeap = (((cogCodeBase + GIV(cogCodeSize)) < ((header.oldBaseAddr))) ? ((header.oldBaseAddr)) : (cogCodeBase + GIV(cogCodeSize)));
                                                                                             ^ ~~~~~~~~~~~~~~~~~~~~~~   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:71225:24: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long') from 'char *' [-Wint-conversion]
        desiredPositionOfHeap = (((cogCodeBase + GIV(cogCodeSize)) < ((header.oldBaseAddr))) ? ((header.oldBaseAddr)) : (cogCodeBase + GIV(cogCodeSize)));
                              ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:71381:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        initializeCodeZoneFromupTo(cogCodeBase, cogCodeBase + GIV(cogCodeSize));
                                   ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/include/cogit.h:56:46: note: passing argument to parameter 'startAddress' here
extern void initializeCodeZoneFromupTo(sqInt startAddress, sqInt endAddress);
                                             ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:71381:42: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        initializeCodeZoneFromupTo(cogCodeBase, cogCodeBase + GIV(cogCodeSize));
                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/include/cogit.h:56:66: note: passing argument to parameter 'endAddress' here
extern void initializeCodeZoneFromupTo(sqInt startAddress, sqInt endAddress);
                                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:71510:67: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'char *' [-Wint-conversion]
                        longAtput((temporaryIndex < ((frameNumArgs = ((mframeCogMethod(theFP))->cmNumArgs)))
                                                                                       ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19483:23: note: passing argument to parameter 'theFP' here
mframeCogMethod(char *theFP)
                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:71559:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:71592:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if ((longAt(theFP + FoxSavedFP)) == 0) {
                                    ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:71598:66: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                GIV(instructionPointer) = ((usqInt)(pointerForOop(longAt(GIV(framePointer) + FoxCallerSavedIP))));
                                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:71601:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                GIV(framePointer) = pointerForOop(longAt(GIV(framePointer) + FoxSavedFP));
                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:71640:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:71815:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                oop = longAt(GIV(stackPointer) + (index * BytesPerWord));
                                                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:71830:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                                longAtput(GIV(stackPointer) + (index * BytesPerWord), oop);
                                                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:71907:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:71944:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if (!((longAt(theFP + FoxSavedFP)) == 0)) {
                                      ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:71948:62: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                GIV(instructionPointer) = ((usqInt)(pointerForOop(longAt(theFP + FoxCallerSavedIP))));
                                                                                         ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:71951:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                GIV(framePointer) = pointerForOop(longAt(theFP + FoxSavedFP));
                                                                         ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:71953:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                aMethodObj = ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())
                                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:71955:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(GIV(framePointer) + FoxMethod));
                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:71971:130: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:72017:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:72362:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                                              ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:72403:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (!((longAt(theFP + FoxSavedFP)) == 0)) {
                      ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:72404:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                shortPrintFrameAndCallers(pointerForOop(longAt(theFP + FoxSavedFP)));
                                                               ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:72451:51: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                shortPrintFrameAndNCallers(pointerForOop(longAt(theFP + FoxSavedFP)), n - 1);
                                                                ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:72510:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                                ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:72519:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        callerContextOrNil = longAt((thePage->baseAddress));
                                    ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:72704:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:72781:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:72788:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), rcvr);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:72800:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                rcvr1 = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:72806:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:72810:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp7 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:72813:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:72813:59: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                        ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:72820:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp10 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:72834:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:72840:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object2);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:72843:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), 0);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:72850:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object1);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:72853:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:72858:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp9 = GIV(stackPointer) - BytesPerWord), rcvr1);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:72862:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:72874:65: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                shouldSkipStoreBytecode = reapAndResetErrorCodeToheader(GIV(framePointer), methodHeader);
                                                                                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:71394:37: note: passing argument to parameter 'theFP' here
reapAndResetErrorCodeToheader(sqInt theFP, sqInt methodHeader)
                                    ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:73287:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return floatValueOf(longAt(GIV(stackPointer) + (offset * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:73299:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (offset * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:73336:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (offset * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:73417:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:73419:82: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : (((usqInt) ((theFP + FoxIFReceiver) - theSP)) >> (shiftForWord())) + (byteAt((theFP + FoxIFrameFlags) + 1)));
                                                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:73436:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (offset * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:73501:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (offset * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:73509:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:73519:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return longAt(GIV(stackPointer) + (offset * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:73854:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((longAt(theFP + FoxSavedFP)) == 0) {
                    ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:73861:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                                         ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:73863:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        : byteAt((theFP + FoxIFrameFlags) + 1))))) + (2 * BytesPerWord), anOop);
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:73861:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:73867:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                        ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:73876:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                callerContextOrNil = longAt((thePage1->baseAddress));
                                            ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:73883:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (((((usqInt)(longAt(callerFP + FoxMethod)))) < (startOfMemory())
                               ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:73884:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? ((longAt(callerFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                           ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:73885:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : (byteAt((callerFP + FoxIFrameFlags) + 2)) != 0)) {
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:73887:10: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAt(callerFP + FoxThisContext);
                       ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:73932:80: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((theMovedFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theMovedFP + FoxMethod)))) < (startOfMemory())
                                                                                      ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:73934:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        : byteAt((theMovedFP + FoxIFrameFlags) + 1))))) + (2 * BytesPerWord), anOop);
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:73932:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((theMovedFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theMovedFP + FoxMethod)))) < (startOfMemory())
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74193:88: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return validInstructionPointerinMethodframePointer(anInstrPointer, ((((usqInt)(longAt(fp + FoxMethod)))) < (startOfMemory())
                                                                                              ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74195:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : longAt(fp + FoxMethod)), fp);
                         ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74393:17: warning: variable 'the2ndUnknownShort' is uninitialized when used here [-Wuninitialized]
        putShorttoFile(the2ndUnknownShort, f);
                       ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74338:29: note: initialize the variable 'the2ndUnknownShort' to silence this warning
    sqInt the2ndUnknownShort;
                            ^
                             = 0
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74474:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                valuePointer2 = ((((usqInt)(longAt(spouseFP + FoxMethod)))) < (startOfMemory())
                                                                   ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74476:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs - i) * BytesPerWord))
                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74477:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        : longAt(((spouseFP + FoxMFReceiver) - BytesPerWord) + ((frameNumArgs - i) * BytesPerWord)))
                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74478:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : (i < ((frameNumArgs1 = byteAt((spouseFP + FoxIFrameFlags) + 1)))
                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74479:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs1 - i) * BytesPerWord))
                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74480:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        : longAt(((spouseFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs1 - i) * BytesPerWord))));
                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74532:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        anOop = longAt(GIV(stackPointer) + (PARAM_EXTERNALFUNCTION * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74554:19: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long') [-Wint-conversion]
        externalFunction = longAt((anOop1 + BaseHeaderSize) + (0U << (shiftForWord())));
                         ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74562:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        anOop2 = longAt(((longAt(GIV(stackPointer) + (PARAM_EXTERNALFUNCTION * BytesPerWord))) + BaseHeaderSize) + (1U << (shiftForWord())));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74570:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argumentsArrayOop = longAt(GIV(stackPointer) + (PARAM_ARGUMENTS * BytesPerWord));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74586:16: warning: expression which evaluates to zero treated as a null pointer constant of type 'void **' [-Wnon-literal-null-conversion]
                parameters = ((sqInt) null);
                             ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74594:13: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long') from 'void *' [-Wint-conversion]
                argHolder = alloca((argType->size));
                          ^ ~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74595:17: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long') [-Wint-conversion]
                parameters[i] = argHolder;
                              ^ ~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74610:45: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        marshallAndPushReturnValueFromofTypepoping(returnHolder, (cif->rtype), 3);
                                                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:1725:76: note: passing argument to parameter 'returnHolder' here
static void NoDbgRegParms marshallAndPushReturnValueFromofTypepoping(sqInt returnHolder, ffi_type *ffiType, sqInt argumentsAndReceiverCount);
                                                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74667:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        anOop = longAt(GIV(stackPointer) + (PARAM_EXTERNALFUNCTION * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74689:19: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long') [-Wint-conversion]
        externalFunction = longAt((anOop1 + BaseHeaderSize) + (0U << (shiftForWord())));
                         ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74696:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        anOop2 = longAt(((longAt(GIV(stackPointer) + (PARAM_EXTERNALFUNCTION * BytesPerWord))) + BaseHeaderSize) + (1U << (shiftForWord())));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74703:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (PARAM_SEMAPHORE_INDEX * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74723:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        receiver = longAt(GIV(stackPointer) + (PARAM_RECEIVER * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74732:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argumentsArrayOop = longAt(GIV(stackPointer) + (PARAM_ARGUMENTS * BytesPerWord));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74746:16: warning: expression which evaluates to zero treated as a null pointer constant of type 'void **' [-Wnon-literal-null-conversion]
                parameters = ((sqInt) null);
                             ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74754:13: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long') from 'void *' [-Wint-conversion]
                argHolder = malloc((argType->size));
                          ^ ~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74755:17: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long') [-Wint-conversion]
                parameters[i] = argHolder;
                              ^ ~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74760:10: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long') from 'void *' [-Wint-conversion]
                                aPtr = parameters[i1];
                                     ^ ~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74763:11: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'void *' [-Wint-conversion]
                                        free(aPtr);
                                             ^~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/malloc/_malloc.h:42:18: note: passing argument to parameter here
void     free(void *);
                    ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74785:9: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqIntptr_t' (aka 'long') [-Wint-conversion]
        ptr[0] = (((sqIntptr_t)aPointer));
               ^ ~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74787:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((4 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74826:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        anOop = longAt(GIV(stackPointer) + (PARAM_TASK_ADDRESS * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74836:14: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long') [-Wint-conversion]
        taskAddress = longAt((anOop + BaseHeaderSize) + (0U << (shiftForWord())));
                    ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74839:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        receiver = longAt(GIV(stackPointer) + (PARAM_RECEIVER * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74856:45: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        marshallAndPushReturnValueFromofTypepoping(returnHolder, (((task->cif))->rtype), 2);
                                                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:1725:76: note: passing argument to parameter 'returnHolder' here
static void NoDbgRegParms marshallAndPushReturnValueFromofTypepoping(sqInt returnHolder, ffi_type *ffiType, sqInt argumentsAndReceiverCount);
                                                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74862:23: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long') from 'void *' [-Wint-conversion]
                        anParameterAddress = parameters[i];
                                           ^ ~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74864:26: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'void *' [-Wint-conversion]
                                doFreeFromTask(task, anParameterAddress);
                                                     ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2848:47: note: expanded from macro 'doFreeFromTask'
#define doFreeFromTask(aTask,anAddress) (free(anAddress))
                                              ^~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/malloc/_malloc.h:42:18: note: passing argument to parameter here
void     free(void *);
                    ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74873:23: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'void *' [-Wint-conversion]
        doFreeFromTask(task, ((sqInt)task));
                             ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2848:47: note: expanded from macro 'doFreeFromTask'
#define doFreeFromTask(aTask,anAddress) (free(anAddress))
                                              ^~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/malloc/_malloc.h:42:18: note: passing argument to parameter here
void     free(void *);
                    ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74927:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                                ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74934:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                (callerContextOrNil = longAt((thePage->baseAddress))),
                                                             ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74939:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : (((((usqInt)(longAt(callerFP + FoxMethod)))) < (startOfMemory())
                                              ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74940:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? ((longAt(callerFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                   ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74941:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : (byteAt((callerFP + FoxIFrameFlags) + 2)) != 0)
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74944:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAt(callerFP + FoxThisContext))
                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74952:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                          ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74954:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : longAt(theFP + FoxMethod));
                                 ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74957:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                return (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                           ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74958:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                                   ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74959:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0)
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74961:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                (numArgs = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                              ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74963:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                : byteAt((theFP + FoxIFrameFlags) + 1))),
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74964:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                longAt(theFP + ((FoxCallerSavedIP + BytesPerWord) + (((sqInt)((usqInt)(numArgs) << (shiftForWord())))))))
                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74968:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                          ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74969:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ? longAt(theFP + FoxMFReceiver)
                                 ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74970:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : longAt(theFP + FoxIFReceiver));
                                 ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74974:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                          ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74976:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs - (index - CtxtTempFrameStart)) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74977:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((theFP + FoxMFReceiver) - BytesPerWord) + ((frameNumArgs - (index - CtxtTempFrameStart)) * BytesPerWord)))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74978:63: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : ((index - CtxtTempFrameStart) < ((frameNumArgs1 = byteAt((theFP + FoxIFrameFlags) + 1)))
                                                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74979:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs1 - (index - CtxtTempFrameStart)) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74980:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((theFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs1 - (index - CtxtTempFrameStart)) * BytesPerWord))));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:75010:9: warning: incompatible integer to pointer conversion returning 'sqInt' (aka 'long') from a function with result type 'void *' [-Wint-conversion]
        return longAt((anOop1 + BaseHeaderSize) + (0U << (shiftForWord())));
               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:75074:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp8 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:75080:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp9 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), (((usqInt)integerVal1 << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:75089:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:75095:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop1);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:75101:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp10 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), (((usqInt)integerVal2 << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:75107:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp11 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), (((usqInt)integerVal3 << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:75116:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp2 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop2);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:75122:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp3 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop3);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:75132:10: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqIntptr_t' (aka 'long') [-Wint-conversion]
                ptr[0] = (((sqIntptr_t)aPointer));
                       ^ ~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:75134:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp4 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop4);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:75143:25: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'const void *' [-Wint-conversion]
                memcpy(targetPointer, returnHolder, sizeToCopy);
                                      ^~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/secure/_string.h:63:33: note: expanded from macro 'memcpy'
                __builtin___memcpy_chk (dest, __VA_ARGS__, __darwin_obsz0 (dest))
                                              ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:75145:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp5 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop5);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:75152:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp6 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), floatObjectOf(f));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:75159:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp7 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), floatObjectOf(f1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:75231:12: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long') [-Wint-conversion]
                        address = longAt((oop1 + BaseHeaderSize) + (0U << (shiftForWord())));
                                ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:75250:10: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'const void *' [-Wint-conversion]
                memcpy(argHolder, srcPtr, argTypeSize);
                       ^~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/secure/_string.h:63:62: note: expanded from macro 'memcpy'
                __builtin___memcpy_chk (dest, __VA_ARGS__, __darwin_obsz0 (dest))
                                                                           ^~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/secure/_common.h:38:55: note: expanded from macro '__darwin_obsz0'
#define __darwin_obsz0(object) __builtin_object_size (object, 0)
                                                      ^~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:75250:10: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'void *' [-Wint-conversion]
                memcpy(argHolder, srcPtr, argTypeSize);
                       ^~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/secure/_string.h:63:27: note: expanded from macro 'memcpy'
                __builtin___memcpy_chk (dest, __VA_ARGS__, __darwin_obsz0 (dest))
                                        ^~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:75873:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:75891:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:75915:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newCopy);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:75963:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:75971:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        aContext = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76090:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76193:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76206:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        value = ((((usqInt)(longAt(spouseFP + FoxMethod)))) < (startOfMemory())
                                   ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76208:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs - (index - 1)) * BytesPerWord))
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76209:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                : longAt(((spouseFP + FoxMFReceiver) - BytesPerWord) + ((frameNumArgs - (index - 1)) * BytesPerWord)))
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76210:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : ((index - 1) < ((frameNumArgs1 = byteAt((spouseFP + FoxIFrameFlags) + 1)))
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76211:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs1 - (index - 1)) * BytesPerWord))
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76212:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                : longAt(((spouseFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs1 - (index - 1)) * BytesPerWord))));
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76214:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76250:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        value = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76252:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76254:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        aContext = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76408:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76421:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((((usqInt)(longAt(spouseFP + FoxMethod)))) < (startOfMemory())) {
                              ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76422:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(((index - 1) < ((frameNumArgs = ((mframeCogMethod(spouseFP))->cmNumArgs)))
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76427:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((index - 1) < ((frameNumArgs1 = byteAt((spouseFP + FoxIFrameFlags) + 1)))) {
                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76428:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((spouseFP + FoxCallerSavedIP) + ((frameNumArgs1 - (index - 1)) * BytesPerWord), value);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76431:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput(((spouseFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs1 - (index - 1)) * BytesPerWord), value);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76435:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76462:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76546:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)sz << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76562:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        flag = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76643:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argumentArray = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76645:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        methodArg = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                           ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76830:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76836:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top1 = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76842:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), primRcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76848:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76870:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object1);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76874:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp2 = GIV(stackPointer) - BytesPerWord), object2);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76878:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp3 = GIV(stackPointer) - BytesPerWord), object3);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76882:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object4);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76935:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argumentArray = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76937:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        primIdx = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76972:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                GIV(tempOop2) = longAt(GIV(stackPointer) + (4 * BytesPerWord));
                                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76974:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                rcvr = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76991:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), rcvr);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77003:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77048:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
         && (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()))))) {
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77060:2: warning: expression result unused [-Wunused-value]
        !GIV(primFailCode);
        ^    ~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77068:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        rcvr = longAt(GIV(stackPointer));
                                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77072:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), rcvr);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77076:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp4 = GIV(stackPointer) - BytesPerWord), (((usqInt)primIdx << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77079:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(tempOop));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77106:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        methodArgument = longAt(GIV(stackPointer));
                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77119:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77176:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        methodArgument = longAt(GIV(stackPointer));
                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77178:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argumentArray = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77210:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77219:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord), rcvr);
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77226:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77513:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77531:7: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long') from 'void *' [-Wint-conversion]
        addr = malloc(byteSize);
             ^ ~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77543:9: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqIntptr_t' (aka 'long') [-Wint-conversion]
        ptr[0] = (((sqIntptr_t)addr));
               ^ ~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77546:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77564:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop1 = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77585:7: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long') [-Wint-conversion]
        addr = longAt((oop + BaseHeaderSize) + (0U << (shiftForWord())));
             ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77592:18: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
         || (isInMemory(addr)))) {
                        ^~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:50299:18: note: passing argument to parameter 'address' here
isInMemory(sqInt address)
                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77625:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77653:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        obj = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77671:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77687:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer1 = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77703:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77770:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77798:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        obj = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77816:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77832:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueOop = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77834:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer1 = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77850:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (4 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77914:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77943:85: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        handlerOrNilOrZero = findMethodWithPrimitiveFromContextUpToContext(199, longAt(GIV(stackPointer)), GIV(nilObj));
                                                                                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77949:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), handlerOrNilOrZero);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77980:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        stopContext = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77982:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        calleeContext = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78012:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(theFP + FoxSavedFP)) == 0) {
                            ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78017:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        startFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                                       ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78021:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if ((((((usqInt)(longAt(theFP1 + FoxMethod)))) < (startOfMemory())
                                                        ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78022:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? ((longAt(theFP1 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                   ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78023:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : (byteAt((theFP1 + FoxIFrameFlags) + 2)) != 0))
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78024:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                 && (stopContext == (longAt(theFP1 + FoxThisContext)))) {
                                                            ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78028:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (!(((((usqInt)(longAt(theFP1 + FoxMethod)))) < (startOfMemory())
                                                         ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78029:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                ? ((longAt(theFP1 + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                                                           ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78030:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                : (byteAt((theFP1 + FoxIFrameFlags) + 3)) != 0))) {
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78031:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        theMethod = ((((usqInt)(longAt(theFP1 + FoxMethod)))) < (startOfMemory())
                                                                       ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78033:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                : longAt(theFP1 + FoxMethod));
                                                         ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78043:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                if (((((usqInt)(longAt(theFP1 + FoxMethod)))) < (startOfMemory())
                                                                       ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78044:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        ? ((longAt(theFP1 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                                   ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78045:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        : (byteAt((theFP1 + FoxIFrameFlags) + 2)) != 0)) {
                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78047:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        handlerOrNilOrZero = longAt(theFP1 + FoxThisContext);
                                                                                    ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78055:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                theFP1 = pointerForOop(longAt(theFP1 + FoxSavedFP));
                                                              ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78062:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        callerContextOrNil = longAt((thePage->baseAddress));
                                                    ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78093:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), handlerOrNilOrZero);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78129:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78137:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)integerVal1 << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78159:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78440:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78463:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78465:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78563:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78588:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        newValue = longAt(GIV(stackPointer));
                              ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78590:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78592:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78742:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78763:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78765:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78823:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78839:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78841:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78860:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78881:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78883:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78940:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78956:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78958:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78975:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78996:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78998:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79055:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79071:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79073:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79090:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79111:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79113:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79169:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79185:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79187:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79204:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79225:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79227:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79284:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79300:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79302:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79319:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79340:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79342:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79399:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79415:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79417:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79434:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79454:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79456:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79512:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79527:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79529:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79545:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79566:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79568:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79627:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79643:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79645:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79664:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79685:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79687:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79744:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79760:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79762:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79779:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79799:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79801:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79856:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79871:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79873:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79889:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79910:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79912:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79971:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79987:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79989:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80008:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80045:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        module = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80047:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        symbol = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80092:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                moduleHandle = ((void *) (ioLoadModuleOfLength(moduleNameString, moduleNameStringSize)));
                                                               ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:558:35: note: passing argument to parameter 'moduleNameIndex' here
void  *ioLoadModuleOfLength(sqInt moduleNameIndex, sqInt moduleNameLength);
                                  ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80128:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        address = ioLoadSymbolOfLengthFromModule(symbolString, symbolStringSize, moduleHandle);
                                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:559:45: note: passing argument to parameter 'functionNameIndex' here
void  *ioLoadSymbolOfLengthFromModule(sqInt functionNameIndex, sqInt functionNameLength, void *moduleHandle);
                                            ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80137:9: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqIntptr_t' (aka 'long') [-Wint-conversion]
        ptr[0] = (((sqIntptr_t)address));
               ^ ~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80140:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80161:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80163:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80219:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80234:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80236:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80252:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80273:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80275:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80334:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80350:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80352:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80371:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80392:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80394:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80451:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80467:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80469:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80486:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80506:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80508:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80563:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80578:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80580:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80596:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80665:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), result);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80698:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        thang = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80700:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80703:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(falseObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80731:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (trueOrFalse
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80752:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(falseObj));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80769:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp3 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(trueObj));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80780:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp4 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(trueObj));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80786:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(falseObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80802:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        GIV(messageSelector) = longAt(GIV(stackPointer) + ((GIV(argumentCount) - 1) * BytesPerWord));
                                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80804:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        newReceiver = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80807:64: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (i * BytesPerWord), longAt(GIV(stackPointer) + ((i - 1) * BytesPerWord)));
                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80807:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (i * BytesPerWord), longAt(GIV(stackPointer) + ((i - 1) * BytesPerWord)));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80830:71: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput(GIV(stackPointer) + ((i - 1) * BytesPerWord), longAt(GIV(stackPointer) + (i * BytesPerWord)));
                                                                                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80830:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput(GIV(stackPointer) + ((i - 1) * BytesPerWord), longAt(GIV(stackPointer) + (i * BytesPerWord)));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80832:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord), GIV(messageSelector));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80863:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        obj = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80871:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        boolean = longAt(GIV(stackPointer));
                             ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80906:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), wasPinned);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80945:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80982:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        msecsObj = longAt(GIV(stackPointer));
                              ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80984:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        sema = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81053:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        usecsObj = longAt(GIV(stackPointer));
                              ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81055:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        sema = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81141:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81143:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81192:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81212:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp3 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)(byteAt((rcvr + BaseHeaderSize) + index)) << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81225:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp4 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81238:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81254:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop1);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81301:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        newValue = longAt(GIV(stackPointer));
                              ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81303:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81305:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81359:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81451:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81470:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81484:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp3 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81503:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp4 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81534:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81536:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81538:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81606:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81623:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81625:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81627:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81656:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81677:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81679:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81681:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81740:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81756:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81758:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81760:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81779:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81800:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81802:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81804:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81863:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81879:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81881:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81883:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81902:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81923:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81925:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81927:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81985:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82001:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82003:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82005:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82024:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82046:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82048:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82050:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82110:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82127:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82129:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82131:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82151:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82173:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82175:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82177:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82237:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82254:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82256:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82258:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82278:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82299:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82301:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82303:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82361:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82377:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82379:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82381:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82399:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82420:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82422:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82424:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82485:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82501:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82503:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82505:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82526:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82547:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82549:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82551:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82612:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82628:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82630:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82632:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82653:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82674:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82676:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82678:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82735:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82751:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82753:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82755:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82773:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82795:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82797:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82799:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82869:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82886:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82888:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82890:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82920:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82945:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        ctxt = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82947:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83053:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83055:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83057:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83120:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83136:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83138:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83140:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83163:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83184:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83186:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83188:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83249:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83265:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83267:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83269:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83290:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83311:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83313:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83315:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83376:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83392:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83394:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83396:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83417:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83438:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83440:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83442:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83504:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83520:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83522:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83524:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83547:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83689:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (offset * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83710:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83715:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83924:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result1);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83944:42: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtPointerput(((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())
                                            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:84065:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) {
                                                                 ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:84076:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                               ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:84077:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                           ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:84078:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:84080:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                objOrFP = longAt(theFP + FoxThisContext);
                                                 ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:84084:72: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        (theFPAbove + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFPAbove + FoxMethod)))) < (startOfMemory())
                                                                                            ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:84086:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        : byteAt((theFPAbove + FoxIFrameFlags) + 1))))) + BytesPerWord));
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:84144:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:84244:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:84268:9: warning: incompatible integer to pointer conversion returning 'sqInt' (aka 'long') from a function with result type 'void *' [-Wint-conversion]
        return longAt((anOop + BaseHeaderSize) + (0U << (shiftForWord())));
               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:13979:1: warning: unused function 'cmHomeMethod' [-Wunused-function]
cmHomeMethod(CogBlockMethod * self_in_cmHomeMethod)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14142:1: warning: unused function 'pageListIsWellFormed' [-Wunused-function]
pageListIsWellFormed(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14565:1: warning: unused function 'asCogHomeMethod' [-Wunused-function]
asCogHomeMethod(CogBlockMethod *aCogMethod)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17214:1: warning: unused function 'deferStackLimitSmashAroundwith' [-Wunused-function]
deferStackLimitSmashAroundwith(void (*functionSymbol)(sqInt), sqInt arg)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18104:1: warning: unused function 'frameHasContext' [-Wunused-function]
frameHasContext(char *theFP)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18116:1: warning: unused function 'frameIsBlockActivation' [-Wunused-function]
frameIsBlockActivation(char *theFP)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18125:1: warning: unused function 'frameMethodObject' [-Wunused-function]
frameMethodObject(char *theFP)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18137:1: warning: unused function 'frameNumArgs' [-Wunused-function]
frameNumArgs(char *theFP)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18153:1: warning: unused function 'frameReceiver' [-Wunused-function]
frameReceiver(char *theFP)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18393:1: warning: unused function 'iframeIsBlockActivation' [-Wunused-function]
iframeIsBlockActivation(char *theFP)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18400:1: warning: unused function 'iframeReceiver' [-Wunused-function]
iframeReceiver(char *theFP)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18407:1: warning: unused function 'iframeSavedIP' [-Wunused-function]
iframeSavedIP(char *theFP)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18643:1: warning: unused function 'isMachineCodeFrame' [-Wunused-function]
isMachineCodeFrame(char *theFP)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19532:1: warning: unused function 'mframeIsBlockActivation' [-Wunused-function]
mframeIsBlockActivation(char *theFP)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19539:1: warning: unused function 'mframeReceiver' [-Wunused-function]
mframeReceiver(char *theFP)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19954:1: warning: unused function 'newMethodInLookupCacheAtand' [-Wunused-function]
newMethodInLookupCacheAtand(sqInt selector, sqInt classTag)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22083:1: warning: unused function 'stackLimitOffset' [-Wunused-function]
stackLimitOffset(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22096:1: warning: unused function 'stackPageHeadroom' [-Wunused-function]
stackPageHeadroom(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:39675:1: warning: unused function 'headerWhileForwardingOf' [-Wunused-function]
headerWhileForwardingOf(sqInt aCompiledMethodObjOop)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:40491:1: warning: unused function 'isImmediateFloat' [-Wunused-function]
isImmediateFloat(sqInt oop)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:40599:1: warning: unused function 'maxSlotsForAlloc' [-Wunused-function]
maxSlotsForAlloc(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:40611:1: warning: unused function 'numFreeLists' [-Wunused-function]
numFreeLists(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:40830:1: warning: unused function 'wordIndexableFormat' [-Wunused-function]
wordIndexableFormat(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:40891:1: warning: unused function 'allNewSpaceObjectsHaveZeroRTRefCount' [-Wunused-function]
allNewSpaceObjectsHaveZeroRTRefCount(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:40970:1: warning: unused function 'allWeakSurvivorsOnWeakList' [-Wunused-function]
allWeakSurvivorsOnWeakList(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:41373:1: warning: unused function 'firstCorpse' [-Wunused-function]
firstCorpse(sqInt headOfCorpseList)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:41624:1: warning: unused function 'noUnfiredEphemeronsAtEndOfRememberedSet' [-Wunused-function]
noUnfiredEphemeronsAtEndOfRememberedSet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:43502:1: warning: unused function 'allObjectsUnmarked' [-Wunused-function]
allObjectsUnmarked(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:43617:1: warning: unused function 'allOldMarkedWeakObjectsOnWeaklingStack' [-Wunused-function]
allOldMarkedWeakObjectsOnWeaklingStack(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:44470:1: warning: unused function 'allocationUnit' [-Wunused-function]
allocationUnit(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:44481:1: warning: unused function 'allStrongSlotsOfWeaklingAreMarked' [-Wunused-function]
allStrongSlotsOfWeaklingAreMarked(sqInt aWeakling)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:44507:1: warning: unused function 'allUnscannedEphemeronsAreActive' [-Wunused-function]
allUnscannedEphemeronsAreActive(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:44539:1: warning: unused function 'assertInnerValidFreeObject' [-Wunused-function]
assertInnerValidFreeObject(sqInt objOop)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:45129:1: warning: unused function 'bitsSetInFreeSpaceMaskForAllFreeLists' [-Wunused-function]
bitsSetInFreeSpaceMaskForAllFreeLists(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:45191:1: warning: unused function 'bridgeSize' [-Wunused-function]
bridgeSize(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:45198:1: warning: unused function 'byteFormatMask' [-Wunused-function]
byteFormatMask(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:46532:1: warning: unused function 'classIndexFieldWidth' [-Wunused-function]
classIndexFieldWidth(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:46669:1: warning: unused function 'classTableRootSlots' [-Wunused-function]
classTableRootSlots(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:47722:1: warning: unused function 'ephemeronFormat' [-Wunused-function]
ephemeronFormat(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:47729:1: warning: unused function 'existInstancesInNewSpaceOf' [-Wunused-function]
existInstancesInNewSpaceOf(sqInt classObj)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:47937:1: warning: unused function 'fetchPointerofFreeChunk' [-Wunused-function]
fetchPointerofFreeChunk(sqInt fieldIndex, sqInt objOop)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:48301:1: warning: unused function 'firstFixedFieldOfMaybeImmediate' [-Wunused-function]
firstFixedFieldOfMaybeImmediate(sqInt oop)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:48605:1: warning: unused function 'formatOf' [-Wunused-function]
formatOf(sqInt objOop)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:48615:1: warning: unused function 'forwardedFormat' [-Wunused-function]
forwardedFormat(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:48626:1: warning: unused function 'forwardersIn' [-Wunused-function]
forwardersIn(sqInt anObject)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:48652:1: warning: unused function 'freeChunkNextIndex' [-Wunused-function]
freeChunkNextIndex(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:48662:1: warning: unused function 'freeChunkParentIndex' [-Wunused-function]
freeChunkParentIndex(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:48673:1: warning: unused function 'freeChunkPrevIndex' [-Wunused-function]
freeChunkPrevIndex(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:48861:1: warning: unused function 'goodContextSize' [-Wunused-function]
goodContextSize(sqInt oop)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:48959:1: warning: unused function 'hasSpurMemoryManagerAPI' [-Wunused-function]
hasSpurMemoryManagerAPI(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:49032:1: warning: unused function 'hiddenRootSlots' [-Wunused-function]
hiddenRootSlots(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:49039:1: warning: unused function 'hiddenRootsObject' [-Wunused-function]
hiddenRootsObject(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:50098:1: warning: unused function 'isCompiledMethodHeader' [-Wunused-function]
isCompiledMethodHeader(sqInt objHeader)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:50115:1: warning: unused function 'isContextHeader' [-Wunused-function]
isContextHeader(sqInt aHeader)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:50133:1: warning: unused function 'isCopiedIntoSegment' [-Wunused-function]
isCopiedIntoSegment(sqInt anObjectInTheHeap)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:50156:1: warning: unused function 'isEnumerableObjectNoAssert' [-Wunused-function]
isEnumerableObjectNoAssert(sqInt objOop)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:50192:1: warning: unused function 'isEphemeron' [-Wunused-function]
isEphemeron(sqInt objOop)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:50212:1: warning: unused function 'isForwardedClassTag' [-Wunused-function]
isForwardedClassTag(sqInt classIndex)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:50237:1: warning: unused function 'isFreeObject' [-Wunused-function]
isFreeObject(sqInt objOop)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:50244:1: warning: unused function 'isFreeOop' [-Wunused-function]
isFreeOop(sqInt oop)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:50259:1: warning: unused function 'isInClassTable' [-Wunused-function]
isInClassTable(sqInt objOop)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:50282:1: warning: unused function 'isInEden' [-Wunused-function]
isInEden(sqInt objOop)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:50289:1: warning: unused function 'isInFutureSpace' [-Wunused-function]
isInFutureSpace(sqInt address)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:50324:1: warning: unused function 'isInNewSpace' [-Wunused-function]
isInNewSpace(sqInt objOop)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:50339:1: warning: unused function 'isInPastSpace' [-Wunused-function]
isInPastSpace(sqInt address)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:50346:1: warning: unused function 'isLargeFreeObject' [-Wunused-function]
isLargeFreeObject(sqInt objOop)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:50353:1: warning: unused function 'isMaybeFiredEphemeron' [-Wunused-function]
isMaybeFiredEphemeron(sqInt objOop)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:50372:1: warning: unused function 'isObjEphemeron' [-Wunused-function]
isObjEphemeron(sqInt objOop)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:50383:1: warning: unused function 'isObjImmutable' [-Wunused-function]
isObjImmutable(sqInt anOop)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:50486:1: warning: unused function 'isRemembered' [-Wunused-function]
isRemembered(sqInt objOop)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:50496:1: warning: unused function 'isSegmentBridge' [-Wunused-function]
isSegmentBridge(sqInt objOop)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:50503:1: warning: unused function 'isSemaphoreOop' [-Wunused-function]
isSemaphoreOop(sqInt anOop)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:50563:1: warning: unused function 'isValidObjStackAt' [-Wunused-function]
isValidObjStackAt(sqInt objStackRootIndex)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:50710:1: warning: unused function 'isWeakNonImm' [-Wunused-function]
isWeakNonImm(sqInt objOop)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:50848:1: warning: unused function 'knownClassAtIndex' [-Wunused-function]
knownClassAtIndex(sqInt classIndex)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:50857:1: warning: unused function 'lastPointerFormat' [-Wunused-function]
lastPointerFormat(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:50986:1: warning: unused function 'lengthOfMaybeImmediate' [-Wunused-function]
lengthOfMaybeImmediate(sqInt oop)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:53328:1: warning: unused function 'newSpaceIsEmpty' [-Wunused-function]
newSpaceIsEmpty(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:53563:1: warning: unused function 'noUnscannedEphemerons' [-Wunused-function]
noUnscannedEphemerons(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:57712:1: warning: unused function 'slidingCompactionInProgress' [-Wunused-function]
slidingCompactionInProgress(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:57780:1: warning: unused function 'startOfObject' [-Wunused-function]
startOfObject(sqInt objOop)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:58788:1: warning: unused function 'validClassTableHashes' [-Wunused-function]
validClassTableHashes(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:58869:1: warning: unused function 'validFreeTreeChunk' [-Wunused-function]
validFreeTreeChunk(sqInt chunk)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:58912:1: warning: unused function 'validObjStacks' [-Wunused-function]
validObjStacks(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:59709:1: warning: unused function 'isMobile' [-Wunused-function]
isMobile(sqInt obj)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:59720:1: warning: unused function 'isPostMobile' [-Wunused-function]
isPostMobile(sqInt obj)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:59987:1: warning: unused function 'savedFirstFieldsSpaceWasAllocated' [-Wunused-function]
savedFirstFieldsSpaceWasAllocated(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:60884:1: warning: unused function 'validRelocationPlanInPass' [-Wunused-function]
validRelocationPlanInPass(sqInt onePass)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:60949:1: warning: unused function 'segLimit' [-Wunused-function]
segLimit(SpurSegmentInfo * self_in_segLimit)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:61044:1: warning: unused function 'allBridgesMarked' [-Wunused-function]
allBridgesMarked(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:61094:1: warning: unused function 'bridgeAt' [-Wunused-function]
bridgeAt(sqInt segIndex)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:61109:1: warning: unused function 'bridgeFor' [-Wunused-function]
bridgeFor(SpurSegmentInfo *aSegment)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:61232:1: warning: unused function 'isInSegments' [-Wunused-function]
isInSegments(usqInt address)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:61253:1: warning: unused function 'isValidSegmentBridge' [-Wunused-function]
isValidSegmentBridge(sqInt objOop)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:61555:1: warning: unused function 'segmentOverlap' [-Wunused-function]
segmentOverlap(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:61909:1: warning: unused function 'allOnesAsCharStar' [-Wunused-function]
allOnesAsCharStar(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:61992:1: warning: unused function 'assertValidStackLimits' [-Wunused-function]
assertValidStackLimits(sqInt ln)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:62688:1: warning: unused function 'checkStackPointerForMaybeMarriedContext' [-Wunused-function]
checkStackPointerForMaybeMarriedContext(sqInt aContext)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:62843:1: warning: unused function 'contexthasValidInversePCMappingOfin' [-Wunused-function]
contexthasValidInversePCMappingOfin(sqInt aContext, sqInt theIP, char *theFP)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:62945:1: warning: unused function 'cr' [-Wunused-function]
cr(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65498:1: warning: unused function 'ifCurrentStackPageHasValidHeadPointers' [-Wunused-function]
ifCurrentStackPageHasValidHeadPointers(StackPage *thePage)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65519:1: warning: unused function 'iframeMethod' [-Wunused-function]
iframeMethod(char *theFP)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65576:1: warning: unused function 'isBaseFrame' [-Wunused-function]
isBaseFrame(char *theFP)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65682:1: warning: unused function 'isMarriedOrWidowedContext' [-Wunused-function]
isMarriedOrWidowedContext(sqInt aContext)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65701:1: warning: unused function 'isMetaPrimitiveIndex' [-Wunused-function]
isMetaPrimitiveIndex(sqInt primIndex)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65714:1: warning: unused function 'isNullExternalPrimitiveCall' [-Wunused-function]
isNullExternalPrimitiveCall(sqInt aMethodObj)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65739:1: warning: unused function 'isPrimitiveFunctionPointerAnIndex' [-Wunused-function]
isPrimitiveFunctionPointerAnIndex(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67605:1: warning: unused function 'maybeLeakCheckExternalPrimCall' [-Wunused-function]
maybeLeakCheckExternalPrimCall(sqInt aMethodObj)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67996:1: warning: unused function 'noMarkedContextsOnPage' [-Wunused-function]
noMarkedContextsOnPage(StackPage *thePage)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:70804:1: warning: unused function 'pushedReceiverOrClosureOfFrame' [-Wunused-function]
pushedReceiverOrClosureOfFrame(char *theFP)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:72146:1: warning: unused function 'saneFunctionPointerForFailureOfPrimIndex' [-Wunused-function]
saneFunctionPointerForFailureOfPrimIndex(sqInt primIndex)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:72887:1: warning: unused function 'space' [-Wunused-function]
space(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:73321:1: warning: unused function 'stackLimitBytes' [-Wunused-function]
stackLimitBytes(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74177:1: warning: unused function 'validBCPCinMethod' [-Wunused-function]
validBCPCinMethod(sqInt thePC, usqInt aMethod)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74191:1: warning: unused function 'validInstructionPointerinFrame' [-Wunused-function]
validInstructionPointerinFrame(usqInt anInstrPointer, char *fp)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74204:1: warning: unused function 'validStackPageBaseFrames' [-Wunused-function]
validStackPageBaseFrames(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2024:13: warning: unused variable 'messageCount' [-Wunused-variable]
_iss usqInt messageCount;
            ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2041:13: warning: unused variable 'byteCount' [-Wunused-variable]
_iss usqInt byteCount;
            ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2042:12: warning: unused variable 'cifs' [-Wunused-variable]
_iss sqInt cifs;
           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2043:12: warning: unused variable 'codeGeneratorToComputeAccessorDepth' [-Wunused-variable]
_iss sqInt codeGeneratorToComputeAccessorDepth;
           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2044:12: warning: unused variable 'functions' [-Wunused-variable]
_iss sqInt functions;
           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2045:12: warning: unused variable 'initialMemoryAddress' [-Wunused-variable]
_iss sqInt initialMemoryAddress;
           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2046:12: warning: unused variable 'largeOpaqueMemoryManager' [-Wunused-variable]
_iss sqInt largeOpaqueMemoryManager;
           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2047:12: warning: unused variable 'memoryManager' [-Wunused-variable]
_iss sqInt memoryManager;
           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2048:12: warning: unused variable 'nextAddress' [-Wunused-variable]
_iss sqInt nextAddress;
           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2049:12: warning: unused variable 'preferredPinningSegment' [-Wunused-variable]
_iss sqInt preferredPinningSegment;
           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2050:12: warning: unused variable 'statCoalesces' [-Wunused-variable]
_iss sqInt statCoalesces;
           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2051:14: warning: unused variable 'statFGCDeltaUsecs' [-Wunused-variable]
_iss usqLong statFGCDeltaUsecs;
             ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2052:14: warning: unused variable 'statIncrGCUsecs' [-Wunused-variable]
_iss usqLong statIncrGCUsecs;
             ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2053:12: warning: unused variable 'testWorker' [-Wunused-variable]
_iss sqInt testWorker;
           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2054:12: warning: unused variable 'theUnknownShort' [-Wunused-variable]
_iss sqInt theUnknownShort;
           ^
-- Configuring done
-- Generating done
-- Build files have been written to: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/freetype-2.9.1-download
Scanning dependencies of target freetype-2.9.1-download
[ 11%] Creating directories for 'freetype-2.9.1-download'
[ 22%] Performing download step (download, verify and extract) for 'freetype-2.9.1-download'
-- Downloading...
   dst='/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/freetype-2.9.1-download/freetype-2.9.1-download-prefix/src/freetype-2.9.1.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Windows-x86_64/third-party/freetype-2.9.1.zip'
-- [download 1% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 8% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 24% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 35% complete]
-- [download 39% complete]
-- [download 42% complete]
-- [download 45% complete]
-- [download 48% complete]
-- [download 50% complete]
-- [download 52% complete]
-- [download 59% complete]
-- [download 62% complete]
-- [download 68% complete]
-- [download 70% complete]
-- [download 72% complete]
-- [download 77% complete]
-- [download 83% complete]
-- [download 94% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/freetype-2.9.1-download/freetype-2.9.1-download-prefix/src/freetype-2.9.1.zip'
     dst='/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/freetype-2.9.1-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'freetype-2.9.1-download'
[ 44%] No update step for 'freetype-2.9.1-download'
[ 55%] No configure step for 'freetype-2.9.1-download'
[ 66%] No build step for 'freetype-2.9.1-download'
[ 77%] No install step for 'freetype-2.9.1-download'
[ 88%] No test step for 'freetype-2.9.1-download'


warning, variable nsMethodCache doesn't exist or has already been removed
StackToRegisterMappingCogit>>freeAnyFloatRegNotConflictingWith: contains declaration for non-existent variable desc[100%] Completed 'freetype-2.9.1-download'
[100%] Built target freetype-2.9.1-download
-- /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/freetype-2.9.1-src/libfreetype-6.dll
Adding third-party libraries for Windows-x86_64: pixman-0.34.0
-- Downloading/updating pixman-0.34.0
-- Configuring done
-- Generating done
-- Build files have been written to: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/pixman-0.34.0-download


warning, variable nsMethodCache doesn't exist or has already been removed

pushNilSizeFunction localised to compileBlockBodies

savedFirstOpcodeIndex localised to compileBlockBodies

savedLastDumpedLiteralIndex localised to compileBlockBodies

savedNextLiteralIndex localised to compileBlockBodies

cStackAlignment localised to compileCallFor:numArgs:arg:arg:arg:arg:resultReg:regsToSave:

cPICEndOfCodeLabel localised to generateClosedPICPrototype

endCPICCase1 localised to generateClosedPICPrototype

primitiveGeneratorTable localised to primitiveDescriptor

numPushNilsFunction localised to scanBlock:
StackToRegisterMappingCogit>>freeAnyFloatRegNotConflictingWith: contains declaration for non-existent variable descScanning dependencies of target pixman-0.34.0-download
[ 11%] Creating directories for 'pixman-0.34.0-download'
[ 22%] Performing download step (download, verify and extract) for 'pixman-0.34.0-download'
-- Downloading...
   dst='/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/pixman-0.34.0-download/pixman-0.34.0-download-prefix/src/pixman-0.34.0.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Windows-x86_64/third-party/pixman-0.34.0.zip'
-- [download 1% complete]
-- [download 6% complete]
-- [download 12% complete]
-- [download 20% complete]
-- [download 28% complete]
-- [download 32% complete]
-- [download 39% complete]
-- [download 49% complete]
-- [download 58% complete]
-- [download 65% complete]
-- [download 72% complete]
-- [download 86% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/pixman-0.34.0-download/pixman-0.34.0-download-prefix/src/pixman-0.34.0.zip'
     dst='/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/pixman-0.34.0-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'pixman-0.34.0-download'
[ 44%] No update step for 'pixman-0.34.0-download'
2494 warnings generated.
[ 28%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqHeapMap.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqHeapMap.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqHeapMap.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqHeapMap.c:22:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqHeapMap.c:22:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqHeapMap.c:22:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqHeapMap.c:22:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
4 warnings generated.
[ 29%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqVirtualMachine.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqVirtualMachine.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:8:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:8:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:8:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:8:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:306:11: warning: incompatible function pointer types assigning to 'sqInt (*)(sqInt)' (aka 'long (*)(long)') from 'void (sqInt)' (aka 'void (long)') [-Wincompatible-function-pointer-types]
        VM->push = push;
                 ^ ~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:308:16: warning: incompatible function pointer types assigning to 'sqInt (*)(double)' (aka 'long (*)(double)') from 'void (double)' [-Wincompatible-function-pointer-types]
        VM->pushFloat = pushFloat;
                      ^ ~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:432:37: warning: incompatible function pointer types assigning to 'void *(*)(sqInt, sqInt, sqInt)' (aka 'void *(*)(long, long, long)') from 'void *(sqInt, sqInt, void *)' (aka 'void *(long, long, void *)') [-Wincompatible-function-pointer-types]
        VM->ioLoadSymbolOfLengthFromModule = ioLoadSymbolOfLengthFromModule;
                                           ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:459:26: warning: incompatible function pointer types assigning to 'void (*)(void)' from 'sqInt (void)' (aka 'long (void)') [-Wincompatible-function-pointer-types]
        VM->forceInterruptCheck = forceInterruptCheck;
                                ^ ~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:510:22: warning: incompatible function pointer types assigning to 'volatile unsigned long (*)(void)' from 'volatile unsigned long long (void)' [-Wincompatible-function-pointer-types]
        VM->utcMicroseconds = ioUTCMicroseconds;
                            ^ ~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:546:23: warning: incompatible function pointer types assigning to 'sqInt (*)(char *)' (aka 'long (*)(char *)') from 'sqInt (const char *)' (aka 'long (const char *)') [-Wincompatible-function-pointer-types]
        VM->stringForCString = stringForCString;
                             ^ ~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:557:37: warning: incompatible function pointer types assigning to 'sqInt (*)(vmccp)' (aka 'long (*)(struct _VMCallbackContext *)') from 'sqInt (void *)' (aka 'long (void *)') [-Wincompatible-function-pointer-types]
        VM->ptEnterInterpreterFromCallback = ptEnterInterpreterFromCallback;
                                           ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:558:34: warning: incompatible function pointer types assigning to 'sqInt (*)(vmccp)' (aka 'long (*)(struct _VMCallbackContext *)') from 'sqInt (void *)' (aka 'long (void *)') [-Wincompatible-function-pointer-types]
        VM->ptExitInterpreterToCallback = ptExitInterpreterToCallback;
                                        ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:562:27: warning: incompatible function pointer types assigning to 'sqInt (*)(int)' (aka 'long (*)(int)') from 'Semaphore *(int)' (aka 'struct __Semaphore *(int)') [-Wincompatible-function-pointer-types]
        VM->platformSemaphoreNew = platform_semaphore_new;
                                 ^ ~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:565:35: warning: incompatible function pointer types assigning to 'sqInt (*)(sqInt)' (aka 'long (*)(long)') from 'void (sqInt)' (aka 'void (long)') [-Wincompatible-function-pointer-types]
        VM->waitOnExternalSemaphoreIndex = waitOnExternalSemaphoreIndex;
                                         ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
14 warnings generated.
[ 30%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqNamedPrims.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqNamedPrims.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqNamedPrims.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqNamedPrims.c:14:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqNamedPrims.c:14:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqNamedPrims.c:14:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqNamedPrims.c:14:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
4 warnings generated.
[ 30%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqExternalSemaphores.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqExternalSemaphores.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqExternalSemaphores.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqExternalSemaphores.c:32:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqExternalSemaphores.c:32:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqExternalSemaphores.c:32:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqExternalSemaphores.c:32:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqExternalSemaphores.c:135:6: warning: unused variable 'v' [-Wunused-variable]
        int v;
            ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqExternalSemaphores.c:267:11: warning: unused variable 'xArray' [-Wunused-variable]
    sqInt xArray;
          ^
6 warnings generated.
[ 31%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqTicker.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqTicker.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqTicker.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqTicker.c:54:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqTicker.c:54:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqTicker.c:54:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqTicker.c:54:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
4 warnings generated.
[ 31%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/osx/aioOSX.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/osx/aioOSX.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/osx/aioOSX.c
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/osx/aioOSX.c:264:6: warning: unused variable 'n' [-Wunused-variable]
        int n;
            ^
1 warning generated.
[ 32%] Building C object CMakeFiles/PharoVMCore.dir/src/debugUnix.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/debugUnix.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/src/debugUnix.c
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/src/debugUnix.c:369:8: warning: unused variable 'pc' [-Wunused-variable]
        void *pc;
              ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/src/debugUnix.c:489:2: warning: 'getcontext' is deprecated: first deprecated in macOS 10.6 - No longer supported [-Wdeprecated-declarations]
        getcontext(&uap);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ucontext.h:38:6: note: 'getcontext' has been explicitly marked deprecated here
int  getcontext(ucontext_t *);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/src/debugUnix.c:77:12: warning: unused variable 'inFault' [-Wunused-variable]
static int inFault = 0;
           ^
3 warnings generated.
[ 32%] Building CXX object CMakeFiles/PharoVMCore.dir/src/utilsMac.mm.o
/Library/Developer/CommandLineTools/usr/bin/c++ -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/utilsMac.mm.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/src/utilsMac.mm
[ 55%] No configure step for 'pixman-0.34.0-download'
[ 33%] Building C object CMakeFiles/PharoVMCore.dir/src/fileDialogMac.m.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/fileDialogMac.m.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/src/fileDialogMac.m


warning, variable nsMethodCache doesn't exist or has already been removed[ 66%] No build step for 'pixman-0.34.0-download'
[ 34%] Building C object CMakeFiles/PharoVMCore.dir/src/parameters/parameters.m.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/parameters/parameters.m.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/src/parameters/parameters.m
[ 34%] Building C object CMakeFiles/PharoVMCore.dir/src/memoryUnix.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/memoryUnix.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/src/memoryUnix.c
[ 77%] No install step for 'pixman-0.34.0-download'
[ 35%] Linking CXX shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_link_script CMakeFiles/PharoVMCore.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/c++  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -dynamiclib -Wl,-headerpad_max_install_names -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib -install_name @executable_path/Plugins/libPharoVMCore.dylib CMakeFiles/PharoVMCore.dir/src/debug.c.o CMakeFiles/PharoVMCore.dir/src/utils.c.o CMakeFiles/PharoVMCore.dir/src/errorCode.c.o CMakeFiles/PharoVMCore.dir/src/nullDisplay.c.o CMakeFiles/PharoVMCore.dir/src/externalPrimitives.c.o CMakeFiles/PharoVMCore.dir/src/client.c.o CMakeFiles/PharoVMCore.dir/src/pathUtilities.c.o CMakeFiles/PharoVMCore.dir/src/fileDialogCommon.c.o CMakeFiles/PharoVMCore.dir/src/stringUtilities.c.o CMakeFiles/PharoVMCore.dir/src/imageAccess.c.o CMakeFiles/PharoVMCore.dir/src/parameters/parameterVector.c.o CMakeFiles/PharoVMCore.dir/src/parameters/parameters.c.o CMakeFiles/PharoVMCore.dir/src/semaphores/platformSemaphore.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/heartbeat.c.o CMakeFiles/PharoVMCore.dir/ffi/src/functionDefinitionPrimitives.c.o CMakeFiles/PharoVMCore.dir/ffi/src/primitiveCalls.c.o CMakeFiles/PharoVMCore.dir/ffi/src/primitiveUtils.c.o CMakeFiles/PharoVMCore.dir/ffi/src/types.c.o CMakeFiles/PharoVMCore.dir/ffi/src/typesPrimitives.c.o CMakeFiles/PharoVMCore.dir/ffi/src/utils.c.o CMakeFiles/PharoVMCore.dir/ffi/src/sameThread/sameThread.c.o CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbackPrimitives.c.o CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbacks.c.o CMakeFiles/PharoVMCore.dir/src/semaphores/pharoSemaphore.c.o CMakeFiles/PharoVMCore.dir/src/threadSafeQueue/threadSafeQueue.c.o CMakeFiles/PharoVMCore.dir/ffi/src/pThreadedFFI.c.o CMakeFiles/PharoVMCore.dir/ffi/src/worker/worker.c.o CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerPrimitives.c.o CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerTask.c.o CMakeFiles/PharoVMCore.dir/generated/64/vm/src/cogit.c.o CMakeFiles/PharoVMCore.dir/generated/64/vm/src/gcc3x-cointerp.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqHeapMap.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqVirtualMachine.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqNamedPrims.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqExternalSemaphores.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqTicker.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/osx/aioOSX.c.o CMakeFiles/PharoVMCore.dir/src/debugUnix.c.o CMakeFiles/PharoVMCore.dir/src/utilsMac.mm.o CMakeFiles/PharoVMCore.dir/src/fileDialogMac.m.o CMakeFiles/PharoVMCore.dir/src/parameters/parameters.m.o CMakeFiles/PharoVMCore.dir/src/memoryUnix.c.o  -Wl,-rpath,@executable_path/Plugins /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/lib/libffi.tbd -framework AppKit -framework CoreGraphics 
[ 35%] Built target PharoVMCore
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/SqueakSSL.dir/build.make CMakeFiles/SqueakSSL.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/SqueakSSL.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/SqueakSSL.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/SqueakSSL.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/SqueakSSL.dir/depend.internal".
Scanning dependencies of target SqueakSSL
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/SqueakSSL.dir/build.make CMakeFiles/SqueakSSL.dir/build
[ 35%] Building C object CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DSqueakSSL_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "SqueakSSLPlugin VMMaker.oscog-eem.2480 uuid: bb3ffda7-8241-4dea-b886-d656e474b6c1 " __DATE__ ;
            ^
1 warning generated.
[ 36%] Building C object CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DSqueakSSL_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c:11:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c:11:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c:11:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c:11:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c:502:36: warning: cast to smaller integer type 'int' from 'sqSSL *' (aka 'struct sqSSL *') [-Wpointer-to-int-cast]
    logTrace("sqConnectSSL: %x\n", (int)ssl);
                                   ^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm/debug.h:34:83: note: expanded from macro 'logTrace'
#define logTrace(...)   logMessage(LOG_TRACE, __FILENAME__, __FUNCTION__, __LINE__, __VA_ARGS__)
                                                                                    ^~~~~~~~~~~
[ 88%] No test step for 'pixman-0.34.0-download'


pushNilSizeFunction localised to compileBlockBodies

savedFirstOpcodeIndex localised to compileBlockBodies

savedLastDumpedLiteralIndex localised to compileBlockBodies

savedNextLiteralIndex localised to compileBlockBodies

cStackAlignment localised to compileCallFor:numArgs:arg:arg:arg:arg:resultReg:regsToSave:

cPICEndOfCodeLabel localised to generateClosedPICPrototype

endCPICCase1 localised to generateClosedPICPrototype

primitiveGeneratorTable localised to primitiveDescriptor

numPushNilsFunction localised to scanBlock:5 warnings generated.
[ 36%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libSqueakSSL.dylib
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_link_script CMakeFiles/SqueakSSL.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -dynamiclib -Wl,-headerpad_max_install_names -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libSqueakSSL.dylib -install_name @executable_path/Plugins/libSqueakSSL.dylib CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c.o CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c.o  -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib -framework CoreFoundation -framework Security /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/lib/libffi.tbd -framework AppKit -framework CoreGraphics 
[ 36%] Built target SqueakSSL
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/FilePlugin.dir/build.make CMakeFiles/FilePlugin.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/FilePlugin.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/FilePlugin.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/FilePlugin.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/FilePlugin.dir/depend.internal".
Scanning dependencies of target FilePlugin
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/FilePlugin.dir/build.make CMakeFiles/FilePlugin.dir/build
[ 37%] Building C object CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFilePlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c:32:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c:32:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c:32:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c:32:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c:846:1: warning: non-void function does not return a value in all control paths [-Wreturn-type]
}
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c:844:17: warning: unused typedef 'aioHandler' [-Wunused-local-typedef]
        typedef void (*aioHandler)(int fd, void *clientData, int flag);
                       ^
6 warnings generated.
[ 37%] Building C object CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFilePlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c:31:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c:31:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c:31:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c:31:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
4 warnings generated.
[ 38%] Building C object CMakeFiles/FilePlugin.dir/extracted/vm/src/unix/sqUnixCharConv.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFilePlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/FilePlugin.dir/extracted/vm/src/unix/sqUnixCharConv.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/unix/sqUnixCharConv.c
[100%] Completed 'pixman-0.34.0-download'

StackToRegisterMappingCogit>>freeAnyFloatRegNotConflictingWith: contains declaration for non-existent variable desc/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/unix/sqUnixCharConv.c:108:9: warning: unused variable 'utf8' [-Wunused-variable]
  int   utf8= 0;
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/unix/sqUnixCharConv.c:133:87: warning: cast to smaller integer type 'CFStringEncoding' (aka 'unsigned int') from 'void *' [-Wvoid-pointer-to-int-cast]
  CFStringRef        cfs= CFStringCreateWithBytes(NULL, (unsigned char *)from, fromLen, (CFStringEncoding)fromCode, 0);
                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/unix/sqUnixCharConv.c:144:45: warning: cast to smaller integer type 'CFStringEncoding' (aka 'unsigned int') from 'void *' [-Wvoid-pointer-to-int-cast]
    CFIndex num= CFStringGetBytes(str, rng, (CFStringEncoding)toCode, '?', 0, (UInt8 *)to, toLen - term, &len);
                                            ^~~~~~~~~~~~~~~~~~~~~~~~
3 warnings generated.
[ 38%] Building C object CMakeFiles/FilePlugin.dir/src/fileUtils.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFilePlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/FilePlugin.dir/src/fileUtils.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/src/fileUtils.c
[ 39%] Building C object CMakeFiles/FilePlugin.dir/generated/64/plugins/src/FilePlugin/FilePlugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFilePlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/FilePlugin.dir/generated/64/plugins/src/FilePlugin/FilePlugin.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/FilePlugin/FilePlugin.c
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:504:10: warning: incompatible integer to pointer conversion returning 'sqInt' (aka 'long') from a function with result type 'void *' [-Wint-conversion]
                return primitiveFailFor(PrimErrBadArgument);
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:790:11: warning: unused variable 'nameString' [-Wunused-variable]
    sqInt nameString;
          ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:780:11: warning: unused variable 'createDateOop' [-Wunused-variable]
    sqInt createDateOop;
          ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:797:11: warning: unused variable 'stringPtr' [-Wunused-variable]
    char *stringPtr;
          ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:786:11: warning: unused variable 'i' [-Wunused-variable]
    sqInt i;
          ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:788:11: warning: unused variable 'modDateOop' [-Wunused-variable]
    sqInt modDateOop;
          ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:785:11: warning: unused variable 'fileSizeOop' [-Wunused-variable]
    sqInt fileSizeOop;
          ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:795:11: warning: unused variable 'results' [-Wunused-variable]
    sqInt results;
          ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1141:12: warning: unused variable 'startIndex1' [-Wunused-variable]
    size_t startIndex1;
           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1137:11: warning: unused variable 'objectPointer1' [-Wunused-variable]
    sqInt objectPointer1;
          ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1129:11: warning: unused variable 'bytesRead1' [-Wunused-variable]
    sqInt bytesRead1;
          ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1133:12: warning: unused variable 'elementSize1' [-Wunused-variable]
    size_t elementSize1;
           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1135:13: warning: unused variable 'file1' [-Wunused-variable]
    SQFile *file1;
            ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1131:12: warning: unused variable 'count1' [-Wunused-variable]
    size_t count1;
           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1127:11: warning: unused variable 'array1' [-Wunused-variable]
    sqInt array1;
          ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1138:11: warning: unused variable 'retryCount' [-Wunused-variable]
    sqInt retryCount;
          ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1629:21: warning: incompatible function pointer types assigning to 'sqInt (*)(sqInt)' (aka 'long (*)(long)') from 'sqInt (*)(int)' (aka 'long (*)(int)') [-Wincompatible-function-pointer-types]
                characterObjectOf = interpreterProxy->characterObjectOf;
                                  ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1643:10: warning: incompatible function pointer types assigning to 'sqInt (*)(void)' (aka 'long (*)(void)') from 'void (*)(void)' [-Wincompatible-function-pointer-types]
                fullGC = interpreterProxy->fullGC;
                       ^ ~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "FilePlugin * VMMaker-tonel.1 uuid: 539ac0f5-c19e-0d00-a7b3-dce3080601e8 " __DATE__ ;
            ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:230:1: warning: unused function 'connectToFdwrite' [-Wunused-function]
connectToFdwrite(int fd, sqInt writeFlag)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:257:1: warning: unused function 'connectToFilewrite' [-Wunused-function]
connectToFilewrite(void *cfile, sqInt writeFlag)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:384:1: warning: unused function 'makeDirEntryNamesizecreateDatemodDateisDirfileSize' [-Wunused-function]
makeDirEntryNamesizecreateDatemodDateisDirfileSize(char *entryName, sqInt entryNameSize, sqInt createDate, sqInt modifiedDate, sqInt dirFlag, squeakFileOffsetType fileSize)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1230:1: warning: unused function 'primitiveFileReadWithoutPinning' [-Wunused-function]
primitiveFileReadWithoutPinning(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1285:1: warning: unused function 'primitiveFileReadWithPinning' [-Wunused-function]
primitiveFileReadWithPinning(void)
^
24 warnings generated.
[ 39%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libFilePlugin.dylib
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_link_script CMakeFiles/FilePlugin.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -dynamiclib -Wl,-headerpad_max_install_names -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libFilePlugin.dylib -install_name @executable_path/Plugins/libFilePlugin.dylib CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c.o CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c.o CMakeFiles/FilePlugin.dir/extracted/vm/src/unix/sqUnixCharConv.c.o CMakeFiles/FilePlugin.dir/src/fileUtils.c.o CMakeFiles/FilePlugin.dir/generated/64/plugins/src/FilePlugin/FilePlugin.c.o  -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib -framework CoreFoundation /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/lib/libffi.tbd -framework AppKit -framework CoreGraphics 
[ 40%] Built target FilePlugin
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/FileAttributesPlugin.dir/build.make CMakeFiles/FileAttributesPlugin.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/FileAttributesPlugin.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/FileAttributesPlugin.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/FileAttributesPlugin.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/FileAttributesPlugin.dir/depend.internal".
Scanning dependencies of target FileAttributesPlugin
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/FileAttributesPlugin.dir/build.make CMakeFiles/FileAttributesPlugin.dir/build
[ 41%] Building C object CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFileAttributesPlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c
[100%] Built target pixman-0.34.0-download
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:709:18: warning: unused variable 'mask' [-Wunused-variable]
    unsigned int mask;
                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "FileAttributesPlugin FileAttributesPlugin.oscog-akg.49 uuid: 00b4eed5-b2a8-454a-90b7-c3662d7c5423 " __DATE__ ;
            ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:183:1: warning: unused function 'addressObjectFor' [-Wunused-function]
addressObjectFor(void *aMachineAddress)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:313:1: warning: unused function 'badSessionId' [-Wunused-function]
badSessionId(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:354:1: warning: unused function 'faSuccess' [-Wunused-function]
faSuccess(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:384:1: warning: unused function 'objectFromStructsize' [-Wunused-function]
objectFromStructsize(void *aMachineAddress, sqInt structSize)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:403:1: warning: unused function 'pathOoptoBuffermaxLen' [-Wunused-function]
pathOoptoBuffermaxLen(sqInt pathNameOop, char *cPathName, sqInt maxLen)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:424:1: warning: unused function 'pointerFrom' [-Wunused-function]
pointerFrom(sqInt directoryPointerBytes)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:1093:1: warning: unused function 'readLinkintomaxLength' [-Wunused-function]
readLinkintomaxLength(char *cPathName, char *cLinkPtr, size_t maxLength)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:1171:1: warning: unused function 'sizeOfFaPath' [-Wunused-function]
sizeOfFaPath(void)
^
10 warnings generated.
[ 41%] Building C object CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFileAttributesPlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c:7:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c:7:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c:7:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c:7:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
4 warnings generated.
[ 42%] Building C object CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFileAttributesPlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c:10:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c:10:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c:10:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c:10:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c:468:6: warning: unused variable 'mode' [-Wunused-variable]
int             mode;
                ^
5 warnings generated.
[ 42%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libFileAttributesPlugin.dylib
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_link_script CMakeFiles/FileAttributesPlugin.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -dynamiclib -Wl,-headerpad_max_install_names -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libFileAttributesPlugin.dylib -install_name @executable_path/Plugins/libFileAttributesPlugin.dylib CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c.o CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c.o CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c.o  -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libFilePlugin.dylib build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/lib/libffi.tbd -framework AppKit -framework CoreGraphics 
[ 42%] Built target FileAttributesPlugin
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/SDL2-2.0.14.dir/build.make CMakeFiles/SDL2-2.0.14.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/SDL2-2.0.14.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/SDL2-2.0.14.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/SDL2-2.0.14.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/SDL2-2.0.14.dir/depend.internal".
Scanning dependencies of target SDL2-2.0.14
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/SDL2-2.0.14.dir/build.make CMakeFiles/SDL2-2.0.14.dir/build
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/SDL2-2.0.14-src/libSDL2-2.0.0.dylib /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/SDL2-2.0.14-src/libSDL2.dylib /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
[ 42%] Built target SDL2-2.0.14
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/libpng-1.6.37.dir/build.make CMakeFiles/libpng-1.6.37.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/libpng-1.6.37.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/libpng-1.6.37.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/libpng-1.6.37.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/libpng-1.6.37.dir/depend.internal".
Scanning dependencies of target libpng-1.6.37
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/libpng-1.6.37.dir/build.make CMakeFiles/libpng-1.6.37.dir/build
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/libpng-1.6.37-src/libpng.dylib /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/libpng-1.6.37-src/libpng16.16.dylib /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/libpng-1.6.37-src/libpng16.dylib /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
[ 42%] Built target libpng-1.6.37
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/cairo-1.16.0.dir/build.make CMakeFiles/cairo-1.16.0.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/cairo-1.16.0.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/cairo-1.16.0.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/cairo-1.16.0.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/cairo-1.16.0.dir/depend.internal".
Scanning dependencies of target cairo-1.16.0
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/cairo-1.16.0.dir/build.make CMakeFiles/cairo-1.16.0.dir/build
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/cairo-1.16.0-src/libcairo.2.dylib /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/cairo-1.16.0-src/libcairo.dylib /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
[ 42%] Built target cairo-1.16.0
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/pixman-0.40.0.dir/build.make CMakeFiles/pixman-0.40.0.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/pixman-0.40.0.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/pixman-0.40.0.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/pixman-0.40.0.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/pixman-0.40.0.dir/depend.internal".
Scanning dependencies of target pixman-0.40.0
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/pixman-0.40.0.dir/build.make CMakeFiles/pixman-0.40.0.dir/build
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/pixman-0.40.0-src/libpixman-1.0.40.0.dylib /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/pixman-0.40.0-src/libpixman-1.0.dylib /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/pixman-0.40.0-src/libpixman-1.dylib /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
[ 42%] Built target pixman-0.40.0
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/freetype-2.10.0.dir/build.make CMakeFiles/freetype-2.10.0.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/freetype-2.10.0.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/freetype-2.10.0.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/freetype-2.10.0.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/freetype-2.10.0.dir/depend.internal".
Scanning dependencies of target freetype-2.10.0
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/freetype-2.10.0.dir/build.make CMakeFiles/freetype-2.10.0.dir/build
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/freetype-2.10.0-src/libfreetype.6.dylib /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/freetype-2.10.0-src/libfreetype.dylib /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
[ 42%] Built target freetype-2.10.0
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/libssh2-1.9.0.dir/build.make CMakeFiles/libssh2-1.9.0.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/libssh2-1.9.0.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/libssh2-1.9.0.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/libssh2-1.9.0.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/libssh2-1.9.0.dir/depend.internal".
Scanning dependencies of target libssh2-1.9.0
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/libssh2-1.9.0.dir/build.make CMakeFiles/libssh2-1.9.0.dir/build
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/libssh2-1.9.0-src/libssh2.1.0.1.dylib /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/libssh2-1.9.0-src/libssh2.1.dylib /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/libssh2-1.9.0-src/libssh2.dylib /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
[ 42%] Built target libssh2-1.9.0
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/libgit2-1.0.1.dir/build.make CMakeFiles/libgit2-1.0.1.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/libgit2-1.0.1.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/libgit2-1.0.1.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/libgit2-1.0.1.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/libgit2-1.0.1.dir/depend.internal".
Scanning dependencies of target libgit2-1.0.1
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/libgit2-1.0.1.dir/build.make CMakeFiles/libgit2-1.0.1.dir/build
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/libgit2-1.0.1-src/libgit2.1.0.1.dylib /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/libgit2-1.0.1-src/libgit2.1.0.dylib /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/libgit2-1.0.1-src/libgit2.dylib /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
[ 42%] Built target libgit2-1.0.1
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/openssl-1.1.1k.dir/build.make CMakeFiles/openssl-1.1.1k.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/openssl-1.1.1k.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/openssl-1.1.1k.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/openssl-1.1.1k.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/openssl-1.1.1k.dir/depend.internal".
Scanning dependencies of target openssl-1.1.1k
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/openssl-1.1.1k.dir/build.make CMakeFiles/openssl-1.1.1k.dir/build
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/openssl-1.1.1k-src/libcrypto.1.1.dylib /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/openssl-1.1.1k-src/libcrypto.dylib /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/openssl-1.1.1k-src/libssl.1.1.dylib /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/openssl-1.1.1k-src/libssl.dylib /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
[ 42%] Built target openssl-1.1.1k
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/fontconfig-2.13.1.dir/build.make CMakeFiles/fontconfig-2.13.1.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/fontconfig-2.13.1.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/fontconfig-2.13.1.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/fontconfig-2.13.1.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/fontconfig-2.13.1.dir/depend.internal".
Scanning dependencies of target fontconfig-2.13.1
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/fontconfig-2.13.1.dir/build.make CMakeFiles/fontconfig-2.13.1.dir/build
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/fontconfig-2.13.1-src/libfontconfig.1.dylib /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/fontconfig-2.13.1-src/libfontconfig.dylib /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
[ 42%] Built target fontconfig-2.13.1
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/UnixOSProcessPlugin.dir/build.make CMakeFiles/UnixOSProcessPlugin.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/UnixOSProcessPlugin.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/UnixOSProcessPlugin.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/UnixOSProcessPlugin.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/UnixOSProcessPlugin.dir/depend.internal".
Scanning dependencies of target UnixOSProcessPlugin
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/UnixOSProcessPlugin.dir/build.make CMakeFiles/UnixOSProcessPlugin.dir/build
[ 42%] Building C object CMakeFiles/UnixOSProcessPlugin.dir/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DUnixOSProcessPlugin_EXPORTS -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/UnixOSProcessPlugin.dir/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:942:8: warning: comparison of array 'semaIndices' equal to a null pointer is always false [-Wtautological-pointer-compare]
        if (!(semaIndices == null)) {
              ^~~~~~~~~~~    ~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1053:6: warning: comparison of array 'semaIndices' equal to a null pointer is always false [-Wtautological-pointer-compare]
        if (semaIndices == null) {
            ^~~~~~~~~~~    ~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:3017:6: warning: comparison of array 'semaIndices' equal to a null pointer is always false [-Wtautological-pointer-compare]
        if (semaIndices == null) {
            ^~~~~~~~~~~    ~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4326:8: warning: comparison of array 'semaIndices' equal to a null pointer is always false [-Wtautological-pointer-compare]
        if (!(semaIndices == null)) {
              ^~~~~~~~~~~    ~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4462:36: warning: incompatible function pointer types assigning to 'void (*)(int, struct __siginfo *, void *)' from 'void (int)' [-Wincompatible-function-pointer-types]
        sigchldHandlerAction.sa_sigaction = reapChildProcess;
                                          ^ ~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4468:53: warning: comparison between pointer and integer ('int' and 'void *') [-Wpointer-integer-compare]
        if ((sigaction(SIGCHLD, &sigchldHandlerAction, 0)) == (sigErrorNumber())) {
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4511:74: warning: comparison between pointer and integer ('int' and 'void *') [-Wpointer-integer-compare]
        if ((sigaction(signalNumber, (&sigHandlerAction), (&oldHandlerAction))) == (sigErrorNumber())) {
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4561:8: warning: comparison of array 'semaIndices' equal to a null pointer is always false [-Wtautological-pointer-compare]
        if (!(semaIndices == null)) {
              ^~~~~~~~~~~    ~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4903:2: warning: expression result unused [-Wunused-value]
        (char *)strncpy(cString, stringPtr, len);
        ^       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "UnixOSProcessPlugin VMConstruction-Plugins-OSProcessPlugin.oscog-dtl.66 uuid: a8a2bf10-e7b3-4963-90b3-d69a2bee77bb " __DATE__ ;
            ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:365:1: warning: unused function 'argumentAtAsType' [-Wunused-function]
argumentAtAsType(sqInt classIdentifier)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:410:1: warning: unused function 'copyBytesFromtolength' [-Wunused-function]
copyBytesFromtolength(void *charArray1, void *charArray2, sqInt len)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:499:1: warning: unused function 'descriptorTableSize' [-Wunused-function]
descriptorTableSize(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:663:1: warning: unused function 'environmentAtSymbolAsType' [-Wunused-function]
environmentAtSymbolAsType(sqInt classIdentifier)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:688:1: warning: unused function 'fileDescriptorFrom' [-Wunused-function]
fileDescriptorFrom(sqInt aSQFileByteArray)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:718:1: warning: unused function 'fileRecordSize' [-Wunused-function]
fileRecordSize(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:732:1: warning: unused function 'fileValueOf' [-Wunused-function]
fileValueOf(sqInt anSQFileRecord)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1202:1: warning: unused function 'getThisSessionIdentifier' [-Wunused-function]
getThisSessionIdentifier(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1313:1: warning: unused function 'isSQFileObject' [-Wunused-function]
isSQFileObject(sqInt objectPointer)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1331:1: warning: unused function 'isSQSocketObject' [-Wunused-function]
isSQSocketObject(sqInt objectPointer)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1345:1: warning: unused function 'isValidFileSession' [-Wunused-function]
isValidFileSession(sqInt objectPointer)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1401:1: warning: unused function 'maskForThisThreadAndResend' [-Wunused-function]
maskForThisThreadAndResend(int sigNum)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1526:1: warning: unused function 'newSQFileByteArray' [-Wunused-function]
newSQFileByteArray(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1536:1: warning: unused function 'newSQSocketByteArray' [-Wunused-function]
newSQSocketByteArray(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1560:1: warning: unused function 'pointerFrom' [-Wunused-function]
pointerFrom(sqInt aByteArray)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4322:1: warning: unused function 'restoreDefaultSignalHandlers' [-Wunused-function]
restoreDefaultSignalHandlers(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4365:1: warning: unused function 'sendSignaltoPid' [-Wunused-function]
sendSignaltoPid(sqInt sig, sqInt pid)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4478:1: warning: unused function 'setSigIntDefaultHandler' [-Wunused-function]
setSigIntDefaultHandler(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4488:1: warning: unused function 'setSigIntIgnore' [-Wunused-function]
setSigIntIgnore(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4519:1: warning: unused function 'setSigPipeDefaultHandler' [-Wunused-function]
setSigPipeDefaultHandler(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4535:1: warning: unused function 'setSigPipeHandler' [-Wunused-function]
setSigPipeHandler(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4549:1: warning: unused function 'setSigPipeIgnore' [-Wunused-function]
setSigPipeIgnore(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4580:1: warning: unused function 'sigAbrtNumber' [-Wunused-function]
sigAbrtNumber(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4590:1: warning: unused function 'sigAlrmNumber' [-Wunused-function]
sigAlrmNumber(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4600:1: warning: unused function 'sigChldNumber' [-Wunused-function]
sigChldNumber(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4610:1: warning: unused function 'sigContNumber' [-Wunused-function]
sigContNumber(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4640:1: warning: unused function 'sigHoldNumber' [-Wunused-function]
sigHoldNumber(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4654:1: warning: unused function 'sigHupNumber' [-Wunused-function]
sigHupNumber(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4674:1: warning: unused function 'sigIntNumber' [-Wunused-function]
sigIntNumber(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4684:1: warning: unused function 'sigKillNumber' [-Wunused-function]
sigKillNumber(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4705:1: warning: unused function 'sigPipeNumber' [-Wunused-function]
sigPipeNumber(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4715:1: warning: unused function 'sigQuitNumber' [-Wunused-function]
sigQuitNumber(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4725:1: warning: unused function 'sigStopNumber' [-Wunused-function]
sigStopNumber(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4737:1: warning: unused function 'sigTermNumber' [-Wunused-function]
sigTermNumber(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4748:1: warning: unused function 'sigUsr1Number' [-Wunused-function]
sigUsr1Number(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4759:1: warning: unused function 'sigUsr2Number' [-Wunused-function]
sigUsr2Number(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4769:1: warning: unused function 'sizeOfInt' [-Wunused-function]
sizeOfInt(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4779:1: warning: unused function 'sizeOfPointer' [-Wunused-function]
sizeOfPointer(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4810:1: warning: unused function 'socketDescriptorFrom' [-Wunused-function]
socketDescriptorFrom(sqInt sqSocketOop)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4829:1: warning: unused function 'socketRecordSize' [-Wunused-function]
socketRecordSize(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4843:1: warning: unused function 'socketValueOf' [-Wunused-function]
socketValueOf(sqInt anSQSocketRecord)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4915:1: warning: unused function 'unixFileNumber' [-Wunused-function]
unixFileNumber(FILEHANDLETYPE fileHandle)
^
52 warnings generated.
[ 43%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libUnixOSProcessPlugin.dylib
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_link_script CMakeFiles/UnixOSProcessPlugin.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -dynamiclib -Wl,-headerpad_max_install_names -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libUnixOSProcessPlugin.dylib -install_name @executable_path/Plugins/libUnixOSProcessPlugin.dylib CMakeFiles/UnixOSProcessPlugin.dir/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c.o  -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libFilePlugin.dylib build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/lib/libffi.tbd -framework AppKit -framework CoreGraphics 
[ 43%] Built target UnixOSProcessPlugin
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/MiscPrimitivePlugin.dir/build.make CMakeFiles/MiscPrimitivePlugin.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/MiscPrimitivePlugin.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/MiscPrimitivePlugin.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/MiscPrimitivePlugin.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/MiscPrimitivePlugin.dir/depend.internal".
Scanning dependencies of target MiscPrimitivePlugin
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/MiscPrimitivePlugin.dir/build.make CMakeFiles/MiscPrimitivePlugin.dir/build
[ 43%] Building C object CMakeFiles/MiscPrimitivePlugin.dir/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DMiscPrimitivePlugin_EXPORTS -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/MiscPrimitivePlugin.dir/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "MiscPrimitivePlugin VMMaker.oscog-eem.2480 uuid: bb3ffda7-8241-4dea-b886-d656e474b6c1 " __DATE__ ;
            ^
1 warning generated.
[ 44%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libMiscPrimitivePlugin.dylib
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_link_script CMakeFiles/MiscPrimitivePlugin.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -dynamiclib -Wl,-headerpad_max_install_names -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libMiscPrimitivePlugin.dylib -install_name @executable_path/Plugins/libMiscPrimitivePlugin.dylib CMakeFiles/MiscPrimitivePlugin.dir/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c.o  -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/lib/libffi.tbd -framework AppKit -framework CoreGraphics 
[ 44%] Built target MiscPrimitivePlugin
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/FloatArrayPlugin.dir/build.make CMakeFiles/FloatArrayPlugin.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/FloatArrayPlugin.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/FloatArrayPlugin.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/FloatArrayPlugin.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/FloatArrayPlugin.dir/depend.internal".
Scanning dependencies of target FloatArrayPlugin
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/FloatArrayPlugin.dir/build.make CMakeFiles/FloatArrayPlugin.dir/build
[ 45%] Building C object CMakeFiles/FloatArrayPlugin.dir/generated/64/plugins/src/FloatArrayPlugin/FloatArrayPlugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFloatArrayPlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/FloatArrayPlugin.dir/generated/64/plugins/src/FloatArrayPlugin/FloatArrayPlugin.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/FloatArrayPlugin/FloatArrayPlugin.c
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/FloatArrayPlugin/FloatArrayPlugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "FloatArrayPlugin * VMMaker-tonel.1 uuid: 539ac0f5-c19e-0d00-a7b3-dce3080601e8 " __DATE__ ;
            ^
1 warning generated.
[ 45%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libFloatArrayPlugin.dylib
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_link_script CMakeFiles/FloatArrayPlugin.dir/link.txt --verbose=1
-- /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/pixman-0.34.0-src/libpixman-1-0.dll
Adding third-party libraries for Windows-x86_64: cairo-1.15.4
-- Downloading/updating cairo-1.15.4
-- Configuring done
-- Generating done
-- Build files have been written to: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/cairo-1.15.4-download
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -dynamiclib -Wl,-headerpad_max_install_names -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libFloatArrayPlugin.dylib -install_name @executable_path/Plugins/libFloatArrayPlugin.dylib CMakeFiles/FloatArrayPlugin.dir/generated/64/plugins/src/FloatArrayPlugin/FloatArrayPlugin.c.o  -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/lib/libffi.tbd -framework AppKit -framework CoreGraphics 
[ 46%] Built target FloatArrayPlugin
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/BitBltPlugin.dir/build.make CMakeFiles/BitBltPlugin.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/BitBltPlugin.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/BitBltPlugin.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/BitBltPlugin.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/BitBltPlugin.dir/depend.internal".
Scanning dependencies of target BitBltPlugin
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/BitBltPlugin.dir/build.make CMakeFiles/BitBltPlugin.dir/build
[ 46%] Building C object CMakeFiles/BitBltPlugin.dir/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DBitBltPlugin_EXPORTS -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/BitBltPlugin.dir/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1688:15: warning: unused variable 'm1' [-Wunused-variable]
        unsigned int m1;
                     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1692:8: warning: unused variable 'startBits1' [-Wunused-variable]
        sqInt startBits1;
              ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1689:8: warning: unused variable 'pixPerM1' [-Wunused-variable]
        sqInt pixPerM1;
              ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1687:8: warning: unused variable 'endBits' [-Wunused-variable]
        sqInt endBits;
              ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1693:8: warning: unused variable 'sxLowBits' [-Wunused-variable]
        sqInt sxLowBits;
              ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1690:8: warning: unused variable 'pixPerM11' [-Wunused-variable]
        sqInt pixPerM11;
              ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1686:8: warning: unused variable 'dxLowBits' [-Wunused-variable]
        sqInt dxLowBits;
              ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1694:8: warning: unused variable 't' [-Wunused-variable]
        sqInt t;
              ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1691:8: warning: unused variable 'startBits' [-Wunused-variable]
        sqInt startBits;
              ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1685:8: warning: unused variable 'done' [-Wunused-variable]
        sqInt done;
              ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4555:8: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        v = v;
                                        ~ ^ ~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4559:8: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        v = v;
                                        ~ ^ ~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:5028:8: warning: unused variable '_return_value' [-Wunused-variable]
        sqInt _return_value;
              ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6308:8: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        v = v;
                                        ~ ^ ~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6312:8: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        v = v;
                                        ~ ^ ~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:7944:12: warning: explicitly assigning value of variable of type 'unsigned int' to itself [-Wself-assign]
                                                        rgb = rgb;
                                                        ~~~ ^ ~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "BitBltSimulation VMMaker.oscog-eem.2493 uuid: d7437cc5-75c7-4a43-af6b-0f85bf0cebe6 " __DATE__ ;
            ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:411:1: warning: unused function 'affectedBottom' [-Wunused-function]
affectedBottom(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:418:1: warning: unused function 'affectedLeft' [-Wunused-function]
affectedLeft(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:425:1: warning: unused function 'affectedRight' [-Wunused-function]
affectedRight(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:432:1: warning: unused function 'affectedTop' [-Wunused-function]
affectedTop(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1133:1: warning: unused function 'checkSourceOverlap' [-Wunused-function]
checkSourceOverlap(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1271:1: warning: unused function 'copyBitsFastPathSpecialised' [-Wunused-function]
copyBitsFastPathSpecialised(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2494:1: warning: unused function 'default8To32Table' [-Wunused-function]
default8To32Table(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2538:1: warning: unused function 'deltaFromtonSteps' [-Wunused-function]
deltaFromtonSteps(sqInt x1, sqInt x2, sqInt n)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2563:1: warning: unused function 'destMaskAndPointerInit' [-Wunused-function]
destMaskAndPointerInit(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2610:1: warning: unused function 'dither32To16threshold' [-Wunused-function]
dither32To16threshold(unsigned int srcWord, sqInt ditherValue)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2626:1: warning: unused function 'drawLoopXY' [-Wunused-function]
drawLoopXY(sqInt xDelta, sqInt yDelta)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2771:1: warning: unused function 'expensiveDither32To16threshold' [-Wunused-function]
expensiveDither32To16threshold(unsigned int srcWord, sqInt ditherValue)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2819:1: warning: unused function 'fetchIntOrFloatofObject' [-Wunused-function]
fetchIntOrFloatofObject(sqInt fieldIndex, sqInt objectPointer)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2904:1: warning: unused function 'ignoreSourceOrHalftone' [-Wunused-function]
ignoreSourceOrHalftone(sqInt formPointer)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3066:1: warning: unused function 'loadBitBltDestForm' [-Wunused-function]
loadBitBltDestForm(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3551:1: warning: unused function 'loadBitBltSourceForm' [-Wunused-function]
loadBitBltSourceForm(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3641:1: warning: unused function 'loadColorMap' [-Wunused-function]
loadColorMap(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3755:1: warning: unused function 'loadColorMapShiftOrMaskFrom' [-Wunused-function]
loadColorMapShiftOrMaskFrom(sqInt mapOop)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3773:1: warning: unused function 'loadHalftoneForm' [-Wunused-function]
loadHalftoneForm(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3821:1: warning: unused function 'loadWarpBltFrom' [-Wunused-function]
loadWarpBltFrom(sqInt bbObj)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3986:1: warning: unused function 'mapPixelflags' [-Wunused-function]
mapPixelflags(sqInt sourcePixel, sqInt mapperFlags)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4016:1: warning: unused function 'mergewith' [-Wunused-function]
mergewith(unsigned int sourceWord, unsigned int destinationWord)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4490:1: warning: unused function 'partitionedRgbComponentAlphadestnBitsnPartitions' [-Wunused-function]
partitionedRgbComponentAlphadestnBitsnPartitions(unsigned int sourceWord, unsigned int destWord, sqInt nBits, sqInt nParts)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4637:1: warning: unused function 'performCopyLoop' [-Wunused-function]
performCopyLoop(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4790:1: warning: unused function 'pickSourcePixelsflagssrcMaskdestMasksrcShiftIncdstShiftInc' [-Wunused-function]
pickSourcePixelsflagssrcMaskdestMasksrcShiftIncdstShiftInc(sqInt nPixels, sqInt mapperFlags, sqInt srcMask, sqInt dstMask, sqInt srcShiftInc, sqInt dstShiftInc)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4892:1: warning: unused function 'pickWarpPixelAtXy' [-Wunused-function]
pickWarpPixelAtXy(sqInt xx, sqInt yy)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6406:1: warning: unused function 'rgbMap16To32' [-Wunused-function]
rgbMap16To32(sqInt sourcePixel)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6417:1: warning: unused function 'rgbMap32To32' [-Wunused-function]
rgbMap32To32(sqInt sourcePixel)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6427:1: warning: unused function 'rgbMapPixelflags' [-Wunused-function]
rgbMapPixelflags(sqInt sourcePixel, sqInt mapperFlags)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6764:1: warning: unused function 'showDisplayBits' [-Wunused-function]
showDisplayBits(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6780:1: warning: unused function 'sourceSkewAndPointerInit' [-Wunused-function]
sourceSkewAndPointerInit(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6842:1: warning: unused function 'sqAssert' [-Wunused-function]
sqAssert(sqInt aBool)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:7033:1: warning: unused function 'tryCopyingBitsQuickly' [-Wunused-function]
tryCopyingBitsQuickly(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:7160:1: warning: unused function 'warpBits' [-Wunused-function]
warpBits(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:7802:1: warning: unused function 'warpLoopSetup' [-Wunused-function]
warpLoopSetup(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:8027:1: warning: unused function 'warpPickSourcePixelsxDeltahyDeltahxDeltavyDeltavdstShiftIncflags' [-Wunused-function]
warpPickSourcePixelsxDeltahyDeltahxDeltavyDeltavdstShiftIncflags(sqInt nPixels, sqInt xDeltah, sqInt yDeltah, sqInt xDeltav, sqInt yDeltav, sqInt dstShiftInc, sqInt mapperFlags)
^
53 warnings generated.
[ 47%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libBitBltPlugin.dylib
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_link_script CMakeFiles/BitBltPlugin.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -dynamiclib -Wl,-headerpad_max_install_names -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libBitBltPlugin.dylib -install_name @executable_path/Plugins/libBitBltPlugin.dylib CMakeFiles/BitBltPlugin.dir/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c.o  -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/lib/libffi.tbd -framework AppKit -framework CoreGraphics 
[ 47%] Built target BitBltPlugin
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/LargeIntegers.dir/build.make CMakeFiles/LargeIntegers.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/LargeIntegers.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/LargeIntegers.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/LargeIntegers.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/LargeIntegers.dir/depend.internal".
Scanning dependencies of target LargeIntegers
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/LargeIntegers.dir/build.make CMakeFiles/LargeIntegers.dir/build
[ 47%] Building C object CMakeFiles/LargeIntegers.dir/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DLargeIntegers_EXPORTS -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/LargeIntegers.dir/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c
Scanning dependencies of target cairo-1.15.4-download


pushNilSizeFunction localised to compileBlockBodies

cStackAlignment localised to compileCallFor:numArgs:arg:arg:arg:arg:resultReg:regsToSave:

cPICEndOfCodeLabel localised to generateClosedPICPrototype

endCPICCase1 localised to generateClosedPICPrototype

primitiveGeneratorTable localised to primitiveDescriptor

numPushNilsFunction localised to scanBlock:/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "LargeIntegersPlugin VMMaker.oscog-eem.2495 uuid: fcbf4c90-4c50-4ff3-8690-0edfded4f9c4 " __DATE__ ;
            ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:266:1: warning: unused function 'byteSizeOfCSI' [-Wunused-function]
byteSizeOfCSI(sqInt csi)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:332:1: warning: unused function 'cDigitAddlenwithleninto' [-Wunused-function]
cDigitAddlenwithleninto(unsigned int *pWordShort, sqInt shortLen, unsigned int *pWordLong, sqInt longLen, unsigned int *pWordRes)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:377:1: warning: unused function 'cDigitCopyFromtolen' [-Wunused-function]
cDigitCopyFromtolen(unsigned int *pFrom, unsigned int *pTo, sqInt len)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:389:1: warning: unused function 'cDigitDivlenremlenquolen' [-Wunused-function]
cDigitDivlenremlenquolen(unsigned int *pDiv, sqInt divLen, unsigned int *pRem, sqInt remLen, unsigned int *pQuo, sqInt quoLen)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:541:1: warning: unused function 'cDigitLshiftfromlentolen' [-Wunused-function]
cDigitLshiftfromlentolen(sqInt shiftCount, unsigned int *pFrom, sqInt lenFrom, unsigned int *pTo, sqInt lenTo)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:586:1: warning: unused function 'cDigitMontgomerylentimeslenmodulolenmInvModBinto' [-Wunused-function]
cDigitMontgomerylentimeslenmodulolenmInvModBinto(unsigned int *pFirst, sqInt firstLen, unsigned int *pSecond, sqInt secondLen, unsigned int *pThird, sqInt thirdLen, unsigned int mInv, unsigned int *pRes)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:659:1: warning: unused function 'cDigitMultiplylenwithlenintolen' [-Wunused-function]
cDigitMultiplylenwithlenintolen(unsigned int *pWordShort, sqInt shortLen, unsigned int *pWordLong, sqInt longLen, unsigned int *pWordRes, sqInt resLen)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:711:1: warning: unused function 'cDigitOfatput' [-Wunused-function]
cDigitOfatput(unsigned int *cPointer, sqInt zeroBasedDigitIndex, unsigned int aValue)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:724:1: warning: unused function 'cDigitOpshortlenlongleninto' [-Wunused-function]
cDigitOpshortlenlongleninto(sqInt opIndex, unsigned int *pWordShort, sqInt shortLen, unsigned int *pWordLong, sqInt longLen, unsigned int *pWordRes)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:768:1: warning: unused function 'cDigitReplacefromtowithstartingAt' [-Wunused-function]
cDigitReplacefromtowithstartingAt(unsigned int *pTo, sqInt start, sqInt stop, unsigned int *pFrom, sqInt repStart)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:781:1: warning: unused function 'cDigitRshiftfromlentolen' [-Wunused-function]
cDigitRshiftfromlentolen(sqInt shiftCount, unsigned int *pFrom, sqInt lenFrom, unsigned int *pTo, sqInt lenTo)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:825:1: warning: unused function 'cDigitSublenwithleninto' [-Wunused-function]
cDigitSublenwithleninto(unsigned int *pWordSmall, sqInt smallLen, unsigned int *pWordLarge, sqInt largeLen, unsigned int *pWordRes)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:994:1: warning: unused function 'digitAddLargewith' [-Wunused-function]
digitAddLargewith(sqInt firstInteger, sqInt secondInteger)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1254:1: warning: unused function 'digitCompareLargewith' [-Wunused-function]
digitCompareLargewith(sqInt firstInteger, sqInt secondInteger)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1278:1: warning: unused function 'digitDivLargewithnegative' [-Wunused-function]
digitDivLargewithnegative(sqInt firstInteger, sqInt secondInteger, sqInt neg)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1538:1: warning: unused function 'digitMontgomerytimesmodulomInvModB' [-Wunused-function]
digitMontgomerytimesmodulomInvModB(sqInt firstLarge, sqInt secondLarge, sqInt thirdLarge, unsigned int mInv)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1651:1: warning: unused function 'digitMultiplyLargewithnegative' [-Wunused-function]
digitMultiplyLargewithnegative(sqInt firstInteger, sqInt secondInteger, sqInt neg)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1754:1: warning: unused function 'digitOfCSIat' [-Wunused-function]
digitOfCSIat(sqInt csi, sqInt ix)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1766:1: warning: unused function 'digitOfLargeIntat' [-Wunused-function]
digitOfLargeIntat(sqInt aBytesOop, sqInt ix)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1786:1: warning: unused function 'digitSizeOfCSI' [-Wunused-function]
digitSizeOfCSI(sqInt csi)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1802:1: warning: unused function 'digitSizeOfLargeInt' [-Wunused-function]
digitSizeOfLargeInt(sqInt anOop)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1812:1: warning: unused function 'digitSubLargewith' [-Wunused-function]
digitSubLargewith(sqInt firstInteger, sqInt secondInteger)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:2100:1: warning: unused function 'highBitOfLargeInt' [-Wunused-function]
highBitOfLargeInt(sqInt anOop)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:2326:1: warning: unused function 'normalize' [-Wunused-function]
normalize(sqInt aLargeInteger)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:3797:1: warning: unused function 'sqAssert' [-Wunused-function]
sqAssert(sqInt aBool)
^
26 warnings generated.
[ 48%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libLargeIntegers.dylib
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_link_script CMakeFiles/LargeIntegers.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -dynamiclib -Wl,-headerpad_max_install_names -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libLargeIntegers.dylib -install_name @executable_path/Plugins/libLargeIntegers.dylib CMakeFiles/LargeIntegers.dir/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c.o  -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/lib/libffi.tbd -framework AppKit -framework CoreGraphics 
[ 48%] Built target LargeIntegers
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/JPEGReaderPlugin.dir/build.make CMakeFiles/JPEGReaderPlugin.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/JPEGReaderPlugin.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/JPEGReaderPlugin.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/JPEGReaderPlugin.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/JPEGReaderPlugin.dir/depend.internal".
Scanning dependencies of target JPEGReaderPlugin
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/JPEGReaderPlugin.dir/build.make CMakeFiles/JPEGReaderPlugin.dir/build
[ 48%] Building C object CMakeFiles/JPEGReaderPlugin.dir/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReaderPlugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReaderPlugin.dir/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "JPEGReaderPlugin VMMaker.oscog-eem.2480 uuid: bb3ffda7-8241-4dea-b886-d656e474b6c1 " __DATE__ ;
            ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:250:1: warning: unused function 'colorConvertGrayscaleMCU' [-Wunused-function]
colorConvertGrayscaleMCU(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:300:1: warning: unused function 'colorConvertMCU' [-Wunused-function]
colorConvertMCU(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:442:1: warning: unused function 'decodeBlockIntocomponent' [-Wunused-function]
decodeBlockIntocomponent(int *anArray, int *aColorComponent)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:582:1: warning: unused function 'fillBuffer' [-Wunused-function]
fillBuffer(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:610:1: warning: unused function 'getBits' [-Wunused-function]
getBits(sqInt requestedBits)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:662:1: warning: unused function 'idctBlockIntqt' [-Wunused-function]
idctBlockIntqt(int *anArray, int *qt)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:940:1: warning: unused function 'nextSampleCb' [-Wunused-function]
nextSampleCb(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:976:1: warning: unused function 'nextSampleCr' [-Wunused-function]
nextSampleCr(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1012:1: warning: unused function 'nextSampleFromblocks' [-Wunused-function]
nextSampleFromblocks(int *aComponent, int **aBlockArray)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1048:1: warning: unused function 'nextSampleY' [-Wunused-function]
nextSampleY(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1733:1: warning: unused function 'scaleAndSignExtendinFieldWidth' [-Wunused-function]
scaleAndSignExtendinFieldWidth(sqInt aNumber, sqInt w)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1780:1: warning: unused function 'stInit' [-Wunused-function]
stInit(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1787:1: warning: unused function 'storeJPEGStreamOn' [-Wunused-function]
storeJPEGStreamOn(sqInt streamOop)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:111:14: warning: unused variable 'cbSampleStream' [-Wunused-variable]
static sqInt cbSampleStream;
             ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:114:14: warning: unused variable 'crSampleStream' [-Wunused-variable]
static sqInt crSampleStream;
             ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:181:14: warning: unused variable 'ySampleStream' [-Wunused-variable]
static sqInt ySampleStream;
             ^
[ 11%] Creating directories for 'cairo-1.15.4-download'
17 warnings generated.
[ 49%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libJPEGReaderPlugin.dylib
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_link_script CMakeFiles/JPEGReaderPlugin.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -dynamiclib -Wl,-headerpad_max_install_names -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libJPEGReaderPlugin.dylib -install_name @executable_path/Plugins/libJPEGReaderPlugin.dylib CMakeFiles/JPEGReaderPlugin.dir/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c.o  -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/lib/libffi.tbd -framework AppKit -framework CoreGraphics 
[ 49%] Built target JPEGReaderPlugin
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/LocalePlugin.dir/build.make CMakeFiles/LocalePlugin.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/LocalePlugin.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/LocalePlugin.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/LocalePlugin.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/LocalePlugin.dir/depend.internal".
Scanning dependencies of target LocalePlugin
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/LocalePlugin.dir/build.make CMakeFiles/LocalePlugin.dir/build
[ 50%] Building C object CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DLocalePlugin_EXPORTS -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "LocalePlugin VMMaker.oscog-eem.2495 uuid: fcbf4c90-4c50-4ff3-8690-0edfded4f9c4 " __DATE__ ;
            ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c:388:1: warning: unused function 'sqAssert' [-Wunused-function]
sqAssert(sqInt aBool)
^
2 warnings generated.
[ 50%] Building C object CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DLocalePlugin_EXPORTS -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c:9:
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx/sqIOSLocale.h:11:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c:9:
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx/sqIOSLocale.h:11:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c:9:
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx/sqIOSLocale.h:11:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c:9:
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx/sqIOSLocale.h:11:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c:133:17: warning: incompatible integer to pointer conversion passing 'time_t' (aka 'long') to parameter of type 'time_t *' (aka 'long *') [-Wint-conversion]
        theTime = time((time_t)NULL);
                       ^~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/time.h:118:21: note: passing argument to parameter here
time_t time(time_t *);
                    ^
5 warnings generated.
[ 51%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libLocalePlugin.dylib
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_link_script CMakeFiles/LocalePlugin.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -dynamiclib -Wl,-headerpad_max_install_names -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libLocalePlugin.dylib -install_name @executable_path/Plugins/libLocalePlugin.dylib CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c.o CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c.o  -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib -framework CoreFoundation /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/lib/libffi.tbd -framework AppKit -framework CoreGraphics 
[ 51%] Built target LocalePlugin
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/SurfacePlugin.dir/build.make CMakeFiles/SurfacePlugin.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/SurfacePlugin.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/SurfacePlugin.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/SurfacePlugin.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/SurfacePlugin.dir/depend.internal".
Scanning dependencies of target SurfacePlugin
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/SurfacePlugin.dir/build.make CMakeFiles/SurfacePlugin.dir/build
[ 51%] Building C object CMakeFiles/SurfacePlugin.dir/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DSurfacePlugin_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/SurfacePlugin.dir/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c:1:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c:1:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c:1:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c:1:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
4 warnings generated.
[ 52%] Building C object CMakeFiles/SurfacePlugin.dir/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DSurfacePlugin_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/SurfacePlugin.dir/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:492:19: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long') [-Wint-conversion]
        surfaceHandlePtr = fetchPointerofObject(0, surfaceHandle);
                         ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:493:29: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'sqIntptr_t' (aka 'long') [-Wint-conversion]
        result = ioRegisterSurface(surfaceHandlePtr, sqSurfaceDispatchPtr, surfaceIDPtr);
                                   ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:241:30: note: passing argument to parameter 'surfaceHandle' here
ioRegisterSurface(sqIntptr_t surfaceHandle, sqSurfaceDispatch *fn, int *surfaceIDPtr)
                             ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:493:47: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'sqSurfaceDispatch *' (aka 'struct sqSurfaceDispatch *') [-Wint-conversion]
        result = ioRegisterSurface(surfaceHandlePtr, sqSurfaceDispatchPtr, surfaceIDPtr);
                                                     ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:241:64: note: passing argument to parameter 'fn' here
ioRegisterSurface(sqIntptr_t surfaceHandle, sqSurfaceDispatch *fn, int *surfaceIDPtr)
                                                               ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "SurfacePlugin * VMMaker-tonel.1 uuid: 539ac0f5-c19e-0d00-a7b3-dce3080601e8 " __DATE__ ;
            ^
4 warnings generated.
[ 53%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libSurfacePlugin.dylib
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_link_script CMakeFiles/SurfacePlugin.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -dynamiclib -Wl,-headerpad_max_install_names -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libSurfacePlugin.dylib -install_name @executable_path/Plugins/libSurfacePlugin.dylib CMakeFiles/SurfacePlugin.dir/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c.o CMakeFiles/SurfacePlugin.dir/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c.o  -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/lib/libffi.tbd -framework AppKit -framework CoreGraphics 
[ 54%] Built target SurfacePlugin
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/UUIDPlugin.dir/build.make CMakeFiles/UUIDPlugin.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/UUIDPlugin.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/UUIDPlugin.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/UUIDPlugin.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/UUIDPlugin.dir/depend.internal".
Scanning dependencies of target UUIDPlugin
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/UUIDPlugin.dir/build.make CMakeFiles/UUIDPlugin.dir/build
[ 54%] Building C object CMakeFiles/UUIDPlugin.dir/plugins/UUIDPlugin/common/UUIDPlugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DUUIDPlugin_EXPORTS -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/UUIDPlugin.dir/plugins/UUIDPlugin/common/UUIDPlugin.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/plugins/UUIDPlugin/common/UUIDPlugin.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/plugins/UUIDPlugin/common/UUIDPlugin.c:2:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/plugins/UUIDPlugin/common/UUIDPlugin.c:2:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/plugins/UUIDPlugin/common/UUIDPlugin.c:2:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/plugins/UUIDPlugin/common/UUIDPlugin.c:2:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/plugins/UUIDPlugin/common/UUIDPlugin.c:108:11: warning: unused variable 'ok' [-Wunused-variable]
    sqInt ok;
          ^
5 warnings generated.
[ 55%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libUUIDPlugin.dylib
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_link_script CMakeFiles/UUIDPlugin.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -dynamiclib -Wl,-headerpad_max_install_names -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libUUIDPlugin.dylib -install_name @executable_path/Plugins/libUUIDPlugin.dylib CMakeFiles/UUIDPlugin.dir/plugins/UUIDPlugin/common/UUIDPlugin.c.o  -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/lib/libffi.tbd -framework AppKit -framework CoreGraphics 
[ 22%] Performing download step (download, verify and extract) for 'cairo-1.15.4-download'
-- Downloading...
   dst='/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/cairo-1.15.4-download/cairo-1.15.4-download-prefix/src/cairo-1.15.4.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Windows-x86_64/third-party/cairo-1.15.4.zip'
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 5% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 11% complete]
-- [download 14% complete]
-- [download 17% complete]
-- [download 19% complete]
-- [download 24% complete]
-- [download 26% complete]
-- [download 31% complete]
[ 55%] Built target UUIDPlugin
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/DSAPrims.dir/build.make CMakeFiles/DSAPrims.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/DSAPrims.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/DSAPrims.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/DSAPrims.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/DSAPrims.dir/depend.internal".
Scanning dependencies of target DSAPrims
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/DSAPrims.dir/build.make CMakeFiles/DSAPrims.dir/build
[ 55%] Building C object CMakeFiles/DSAPrims.dir/extracted/plugins/DSAPrims/src/common/DSAPrims.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DDSAPrims_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/DSAPrims.dir/extracted/plugins/DSAPrims/src/common/DSAPrims.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "DSAPlugin CryptographyPlugins-eem.14 uuid: 54292ff0-b538-43ba-9195-26766c158ba9 " __DATE__ ;
            ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:106:1: warning: unused function 'addBackDivisorDigitShift' [-Wunused-function]
addBackDivisorDigitShift(sqInt digitShift)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:144:1: warning: unused function 'bigDivideLoop' [-Wunused-function]
bigDivideLoop(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:265:1: warning: unused function 'leftRotateby' [-Wunused-function]
leftRotateby(unsigned int anInteger, sqInt bits)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:675:1: warning: unused function 'subtractDivisorMultipliedByDigitdigitShift' [-Wunused-function]
subtractDivisorMultipliedByDigitdigitShift(sqInt digit, sqInt digitShift)
^
5 warnings generated.
[ 56%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libDSAPrims.dylib
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_link_script CMakeFiles/DSAPrims.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -dynamiclib -Wl,-headerpad_max_install_names -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libDSAPrims.dylib -install_name @executable_path/Plugins/libDSAPrims.dylib CMakeFiles/DSAPrims.dir/extracted/plugins/DSAPrims/src/common/DSAPrims.c.o  -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/lib/libffi.tbd -framework AppKit -framework CoreGraphics 
[ 56%] Built target DSAPrims
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/SocketPlugin.dir/build.make CMakeFiles/SocketPlugin.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/SocketPlugin.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/SocketPlugin.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/SocketPlugin.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/SocketPlugin.dir/depend.internal".
Scanning dependencies of target SocketPlugin
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/SocketPlugin.dir/build.make CMakeFiles/SocketPlugin.dir/build
[ 56%] Building C object CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DSocketPlugin_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:1499:8: warning: unused variable 'okToListen' [-Wunused-variable]
        sqInt okToListen;
              ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:2311:3: warning: pointer/integer type mismatch in conditional expression ('SocketPtr' (aka 'SQSocket *') and 'int') [-Wconditional-type-mismatch]
                ? ((SocketPtr) (firstIndexableField(socketOop)))
                ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "SocketPlugin VMMaker.oscog-eem.2495 uuid: fcbf4c90-4c50-4ff3-8690-0edfded4f9c4 " __DATE__ ;
            ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:245:1: warning: unused function 'netAddressToInt' [-Wunused-function]
netAddressToInt(unsigned char *ptrToByteArray)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:2296:1: warning: unused function 'socketRecordSize' [-Wunused-function]
socketRecordSize(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:2307:1: warning: unused function 'socketValueOf' [-Wunused-function]
socketValueOf(sqInt socketOop)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:2318:1: warning: unused function 'sqAssert' [-Wunused-function]
sqAssert(sqInt aBool)
^
7 warnings generated.
[ 57%] Building C object CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DSocketPlugin_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c
[ 58%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libSocketPlugin.dylib
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_link_script CMakeFiles/SocketPlugin.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -dynamiclib -Wl,-headerpad_max_install_names -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libSocketPlugin.dylib -install_name @executable_path/Plugins/libSocketPlugin.dylib CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c.o CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c.o  -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/lib/libffi.tbd -framework AppKit -framework CoreGraphics 
[ 58%] Built target SocketPlugin
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/B2DPlugin.dir/build.make CMakeFiles/B2DPlugin.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/B2DPlugin.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/B2DPlugin.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/B2DPlugin.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/B2DPlugin.dir/depend.internal".
Scanning dependencies of target B2DPlugin
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/B2DPlugin.dir/build.make CMakeFiles/B2DPlugin.dir/build
[ 58%] Building C object CMakeFiles/B2DPlugin.dir/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DB2DPlugin_EXPORTS -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/B2DPlugin.dir/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2474:11: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
        leftViaY = leftViaY;
        ~~~~~~~~ ^ ~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2497:12: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
        rightViaY = rightViaY;
        ~~~~~~~~~ ^ ~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3225:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        xp = xp;
                                        ~~ ^ ~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3241:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        yp = yp;
                                        ~~ ^ ~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3346:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        xp = xp;
                                        ~~ ^ ~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3362:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        yp = yp;
                                        ~~ ^ ~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3468:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        xp = xp;
                                        ~~ ^ ~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3484:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        yp = yp;
                                        ~~ ^ ~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3703:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        xp = xp;
                                        ~~ ^ ~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3719:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        yp = yp;
                                        ~~ ^ ~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13646:18: warning: expression result unused [-Wunused-value]
                ((signed)lastX >> 8);
                 ~~~~~~~~~~~~~ ^  ~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13676:18: warning: expression result unused [-Wunused-value]
        ((signed)lastX1 >> 8);
         ~~~~~~~~~~~~~~ ^  ~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "BalloonEnginePlugin VMMaker.oscog-eem.2480 uuid: bb3ffda7-8241-4dea-b886-d656e474b6c1 " __DATE__ ;
            ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:851:1: warning: unused function 'aaColorMaskGet' [-Wunused-function]
aaColorMaskGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:858:1: warning: unused function 'aaColorMaskPut' [-Wunused-function]
aaColorMaskPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:865:1: warning: unused function 'aaColorShiftGet' [-Wunused-function]
aaColorShiftGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:872:1: warning: unused function 'aaColorShiftPut' [-Wunused-function]
aaColorShiftPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:882:1: warning: unused function 'aaFirstPixelFromto' [-Wunused-function]
aaFirstPixelFromto(sqInt leftX, sqInt rightX)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:897:1: warning: unused function 'aaHalfPixelGet' [-Wunused-function]
aaHalfPixelGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:904:1: warning: unused function 'aaHalfPixelPut' [-Wunused-function]
aaHalfPixelPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extra

warning, variable nsMethodCache doesn't exist or has already been removed
StackToRegisterMappingCogit>>freeAnyFloatRegNotConflictingWith: contains declaration for non-existent variable desc

warning, variable nsMethodCache doesn't exist or has already been removed
StackToRegisterMappingCogit>>freeAnyFloatRegNotConflictingWith: contains declaration for non-existent variable desccted/plugins/B2DPlugin/src/common/B2DPlugin.c:914:1: warning: unused function 'aaLastPixelFromto' [-Wunused-function]
aaLastPixelFromto(sqInt leftX, sqInt rightX)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:921:1: warning: unused function 'aaLevelGet' [-Wunused-function]
aaLevelGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:928:1: warning: unused function 'aaLevelPut' [-Wunused-function]
aaLevelPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:935:1: warning: unused function 'aaScanMaskGet' [-Wunused-function]
aaScanMaskGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:942:1: warning: unused function 'aaScanMaskPut' [-Wunused-function]
aaScanMaskPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:949:1: warning: unused function 'aaShiftGet' [-Wunused-function]
aaShiftGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:956:1: warning: unused function 'aaShiftPut' [-Wunused-function]
aaShiftPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:967:1: warning: unused function 'absoluteSquared8Dot24' [-Wunused-function]
absoluteSquared8Dot24(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1036:1: warning: unused function 'adjustAALevel' [-Wunused-function]
adjustAALevel(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1175:1: warning: unused function 'aetStartGet' [-Wunused-function]
aetStartGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1182:1: warning: unused function 'aetStartPut' [-Wunused-function]
aetStartPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1189:1: warning: unused function 'aetUsedGet' [-Wunused-function]
aetUsedGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1196:1: warning: unused function 'aetUsedPut' [-Wunused-function]
aetUsedPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1206:1: warning: unused function 'allocateAETEntry' [-Wunused-function]
allocateAETEntry(sqInt nSlots)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1220:1: warning: unused function 'allocateBezier' [-Wunused-function]
allocateBezier(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1240:1: warning: unused function 'allocateBezierStackEntry' [-Wunused-function]
allocateBezierStackEntry(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1254:1: warning: unused function 'allocateBitmapFillcolormap' [-Wunused-function]
allocateBitmapFillcolormap(sqInt cmSize, int *cmBits)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1321:1: warning: unused function 'allocateGradientFillrampWidthisRadial' [-Wunused-function]
allocateGradientFillrampWidthisRadial(int *ramp, sqInt rampWidth, sqInt isRadial)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1364:1: warning: unused function 'allocateLine' [-Wunused-function]
allocateLine(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1416:1: warning: unused function 'allocateStackEntry' [-Wunused-function]
allocateStackEntry(sqInt nSlots)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1430:1: warning: unused function 'allocateStackFillEntry' [-Wunused-function]
allocateStackFillEntry(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1443:1: warning: unused function 'allocateWideBezier' [-Wunused-function]
allocateWideBezier(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1463:1: warning: unused function 'allocateWideLine' [-Wunused-function]
allocateWideLine(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1483:1: warning: unused function 'areEdgeFillsValid' [-Wunused-function]
areEdgeFillsValid(sqInt edge)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1493:1: warning: unused function 'assureValuebetweenand' [-Wunused-function]
assureValuebetweenand(sqInt val1, sqInt val2, sqInt val3)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1516:1: warning: unused function 'bezierEndXOf' [-Wunused-function]
bezierEndXOf(sqInt bezier)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1523:1: warning: unused function 'bezierEndXOfput' [-Wunused-function]
bezierEndXOfput(sqInt bezier, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1530:1: warning: unused function 'bezierEndYOf' [-Wunused-function]
bezierEndYOf(sqInt bezier)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1537:1: warning: unused function 'bezierEndYOfput' [-Wunused-function]
bezierEndYOfput(sqInt bezier, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1544:1: warning: unused function 'bezierFinalXOf' [-Wunused-function]
bezierFinalXOf(sqInt bezier)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1551:1: warning: unused function 'bezierFinalXOfput' [-Wunused-function]
bezierFinalXOfput(sqInt bezier, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1558:1: warning: unused function 'bezierUpdateDataOf' [-Wunused-function]
bezierUpdateDataOf(sqInt bezier)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1565:1: warning: unused function 'bezierViaXOf' [-Wunused-function]
bezierViaXOf(sqInt bezier)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1572:1: warning: unused function 'bezierViaXOfput' [-Wunused-function]
bezierViaXOfput(sqInt bezier, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1579:1: warning: unused function 'bezierViaYOf' [-Wunused-function]
bezierViaYOf(sqInt bezier)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1586:1: warning: unused function 'bezierViaYOfput' [-Wunused-function]
bezierViaYOfput(sqInt bezier, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1593:1: warning: unused function 'bitmapCmSizeOf' [-Wunused-function]
bitmapCmSizeOf(sqInt bmFill)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1600:1: warning: unused function 'bitmapCmSizeOfput' [-Wunused-function]
bitmapCmSizeOfput(sqInt bmFill, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1607:1: warning: unused function 'bitmapDepthOf' [-Wunused-function]
bitmapDepthOf(sqInt bmFill)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1614:1: warning: unused function 'bitmapDepthOfput' [-Wunused-function]
bitmapDepthOfput(sqInt bmFill, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1621:1: warning: unused function 'bitmapHeightOf' [-Wunused-function]
bitmapHeightOf(sqInt bmFill)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1628:1: warning: unused function 'bitmapHeightOfput' [-Wunused-function]
bitmapHeightOfput(sqInt bmFill, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1635:1: warning: unused function 'bitmapRasterOf' [-Wunused-function]
bitmapRasterOf(sqInt bmFill)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1642:1: warning: unused function 'bitmapRasterOfput' [-Wunused-function]
bitmapRasterOfput(sqInt bmFill, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1649:1: warning: unused function 'bitmapSizeOf' [-Wunused-function]
bitmapSizeOf(sqInt bmFill)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1656:1: warning: unused function 'bitmapSizeOfput' [-Wunused-function]
bitmapSizeOfput(sqInt bmFill, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1663:1: warning: unused function 'bitmapTileFlagOf' [-Wunused-function]
bitmapTileFlagOf(sqInt bmFill)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1670:1: warning: unused function 'bitmapTileFlagOfput' [-Wunused-function]
bitmapTileFlagOfput(sqInt bmFill, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1677:1: warning: unused function 'bitmapValuebitsatXy' [-Wunused-function]
bitmapValuebitsatXy(sqInt bmFill, sqInt bits, sqInt xp, sqInt yp)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1740:1: warning: unused function 'bitmapWidthOf' [-Wunused-function]
bitmapWidthOf(sqInt bmFill)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1747:1: warning: unused function 'bitmapWidthOfput' [-Wunused-function]
bitmapWidthOfput(sqInt bmFill, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1754:1: warning: unused function 'bzEndX' [-Wunused-function]
bzEndX(sqInt index)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1765:1: warning: unused function 'bzEndXput' [-Wunused-function]
bzEndXput(sqInt index, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1776:1: warning: unused function 'bzEndY' [-Wunused-function]
bzEndY(sqInt index)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1787:1: warning: unused function 'bzEndYput' [-Wunused-function]
bzEndYput(sqInt index, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1798:1: warning: unused function 'bzStartX' [-Wunused-function]
bzStartX(sqInt index)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1809:1: warning: unused function 'bzStartXput' [-Wunused-function]
bzStartXput(sqInt index, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1820:1: warning: unused function 'bzStartY' [-Wunused-function]
bzStartY(sqInt index)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1831:1: warning: unused function 'bzStartYput' [-Wunused-function]
bzStartYput(sqInt index, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1842:1: warning: unused function 'bzViaX' [-Wunused-function]
bzViaX(sqInt index)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1853:1: warning: unused function 'bzViaXput' [-Wunused-function]
bzViaXput(sqInt index, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1864:1: warning: unused function 'bzViaY' [-Wunused-function]
bzViaY(sqInt index)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1875:1: warning: unused function 'bzViaYput' [-Wunused-function]
bzViaYput(sqInt index, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2030:1: warning: unused function 'checkedAddBezierToGET' [-Wunused-function]
checkedAddBezierToGET(sqInt bezier)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2058:1: warning: unused function 'checkedAddEdgeToGET' [-Wunused-function]
checkedAddEdgeToGET(sqInt edge)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2110:1: warning: unused function 'checkedAddLineToGET' [-Wunused-function]
checkedAddLineToGET(sqInt line)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2170:1: warning: unused function 'clampValuemax' [-Wunused-function]
clampValuemax(sqInt value, sqInt maxValue)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2218:1: warning: unused function 'clearSpanBufferGet' [-Wunused-function]
clearSpanBufferGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2225:1: warning: unused function 'clearSpanBufferPut' [-Wunused-function]
clearSpanBufferPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2232:1: warning: unused function 'clipMaxXGet' [-Wunused-function]
clipMaxXGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2239:1: warning: unused function 'clipMaxXPut' [-Wunused-function]
clipMaxXPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2246:1: warning: unused function 'clipMaxYGet' [-Wunused-function]
clipMaxYGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2253:1: warning: unused function 'clipMaxYPut' [-Wunused-function]
clipMaxYPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2260:1: warning: unused function 'clipMinXGet' [-Wunused-function]
clipMinXGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2267:1: warning: unused function 'clipMinXPut' [-Wunused-function]
clipMinXPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2274:1: warning: unused function 'clipMinYGet' [-Wunused-function]
clipMinYGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2281:1: warning: unused function 'clipMinYPut' [-Wunused-function]
clipMinYPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2288:1: warning: unused function 'colormapOf' [-Wunused-function]
colormapOf(sqInt bmFill)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2295:1: warning: unused function 'colorTransform' [-Wunused-function]
colorTransform(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2577:1: warning: unused function 'computeSqrt' [-Wunused-function]
computeSqrt(sqInt length2)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2672:1: warning: unused function 'currentYGet' [-Wunused-function]
currentYGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2679:1: warning: unused function 'currentYPut' [-Wunused-function]
currentYPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2686:1: warning: unused function 'currentZGet' [-Wunused-function]
currentZGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2693:1: warning: unused function 'currentZPut' [-Wunused-function]
currentZPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2700:1: warning: unused function 'destOffsetXGet' [-Wunused-function]
destOffsetXGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2707:1: warning: unused function 'destOffsetXPut' [-Wunused-function]
destOffsetXPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2714:1: warning: unused function 'destOffsetYGet' [-Wunused-function]
destOffsetYGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2721:1: warning: unused function 'destOffsetYPut' [-Wunused-function]
destOffsetYPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2766:1: warning: unused function 'drawWideEdgefrom' [-Wunused-function]
drawWideEdgefrom(sqInt edge, sqInt leftX)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2813:1: warning: unused function 'edgeFillsInvalidate' [-Wunused-function]
edgeFillsInvalidate(sqInt edge)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2824:1: warning: unused function 'edgeFillsValidate' [-Wunused-function]
edgeFillsValidate(sqInt edge)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2835:1: warning: unused function 'edgeLeftFillOf' [-Wunused-function]
edgeLeftFillOf(sqInt edge)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2842:1: warning: unused function 'edgeLeftFillOfput' [-Wunused-function]
edgeLeftFillOfput(sqInt edge, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2849:1: warning: unused function 'edgeNumLinesOf' [-Wunused-function]
edgeNumLinesOf(sqInt edge)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2856:1: warning: unused function 'edgeNumLinesOfput' [-Wunused-function]
edgeNumLinesOfput(sqInt edge, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2863:1: warning: unused function 'edgeRightFillOf' [-Wunused-function]
edgeRightFillOf(sqInt edge)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2870:1: warning: unused function 'edgeRightFillOfput' [-Wunused-function]
edgeRightFillOfput(sqInt edge, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2877:1: warning: unused function 'edgeTransform' [-Wunused-function]
edgeTransform(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2887:1: warning: unused function 'edgeTypeOf' [-Wunused-function]
edgeTypeOf(sqInt edge)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2894:1: warning: unused function 'edgeXValueOf' [-Wunused-function]
edgeXValueOf(sqInt edge)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2901:1: warning: unused function 'edgeXValueOfput' [-Wunused-function]
edgeXValueOfput(sqInt edge, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2908:1: warning: unused function 'edgeYValueOf' [-Wunused-function]
edgeYValueOf(sqInt edge)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2915:1: warning: unused function 'edgeYValueOfput' [-Wunused-function]
edgeYValueOfput(sqInt edge, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2922:1: warning: unused function 'edgeZValueOf' [-Wunused-function]
edgeZValueOf(sqInt edge)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2929:1: warning: unused function 'edgeZValueOfput' [-Wunused-function]
edgeZValueOfput(sqInt edge, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2953:1: warning: unused function 'estimatedLengthOfwith' [-Wunused-function]
estimatedLengthOfwith(sqInt deltaX, sqInt deltaY)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2983:1: warning: unused function 'fillAllFromto' [-Wunused-function]
fillAllFromto(sqInt leftX, sqInt rightX)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3086:1: warning: unused function 'fillBitmapSpan' [-Wunused-function]
fillBitmapSpan(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3866:1: warning: unused function 'fillColorSpanfromto' [-Wunused-function]
fillColorSpanfromto(sqInt pixelValue32, sqInt leftX, sqInt rightX)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3896:1: warning: unused function 'fillDirectionXOf' [-Wunused-function]
fillDirectionXOf(sqInt fill)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3903:1: warning: unused function 'fillDirectionXOfput' [-Wunused-function]
fillDirectionXOfput(sqInt fill, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3910:1: warning: unused function 'fillDirectionYOf' [-Wunused-function]
fillDirectionYOf(sqInt fill)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3917:1: warning: unused function 'fillDirectionYOfput' [-Wunused-function]
fillDirectionYOfput(sqInt fill, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3924:1: warning: unused function 'fillLinearGradient' [-Wunused-function]
fillLinearGradient(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4152:1: warning: unused function 'fillMaxXGet' [-Wunused-function]
fillMaxXGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4159:1: warning: unused function 'fillMaxXPut' [-Wunused-function]
fillMaxXPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4166:1: warning: unused function 'fillMaxYGet' [-Wunused-function]
fillMaxYGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4173:1: warning: unused function 'fillMaxYPut' [-Wunused-function]
fillMaxYPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4180:1: warning: unused function 'fillMinXGet' [-Wunused-function]
fillMinXGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4187:1: warning: unused function 'fillMinXPut' [-Wunused-function]
fillMinXPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4194:1: warning: unused function 'fillMinYGet' [-Wunused-function]
fillMinYGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4201:1: warning: unused function 'fillMinYPut' [-Wunused-function]
fillMinYPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4208:1: warning: unused function 'fillNormalXOf' [-Wunused-function]
fillNormalXOf(sqInt fill)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4215:1: warning: unused function 'fillNormalXOfput' [-Wunused-function]
fillNormalXOfput(sqInt fill, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4222:1: warning: unused function 'fillNormalYOf' [-Wunused-function]
fillNormalYOf(sqInt fill)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4229:1: warning: unused function 'fillNormalYOfput' [-Wunused-function]
fillNormalYOfput(sqInt fill, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4236:1: warning: unused function 'fillOffsetXGet' [-Wunused-function]
fillOffsetXGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4243:1: warning: unused function 'fillOffsetXPut' [-Wunused-function]
fillOffsetXPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4250:1: warning: unused function 'fillOffsetYGet' [-Wunused-function]
fillOffsetYGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4257:1: warning: unused function 'fillOffsetYPut' [-Wunused-function]
fillOffsetYPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4264:1: warning: unused function 'fillOriginXOf' [-Wunused-function]
fillOriginXOf(sqInt fill)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4271:1: warning: unused function 'fillOriginXOfput' [-Wunused-function]
fillOriginXOfput(sqInt fill, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4278:1: warning: unused function 'fillOriginYOf' [-Wunused-function]
fillOriginYOf(sqInt fill)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4285:1: warning: unused function 'fillOriginYOfput' [-Wunused-function]
fillOriginYOfput(sqInt fill, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4431:1: warning: unused function 'fillRadialDecreasingrampdeltaSTdsXdtXfromto' [-Wunused-function]
fillRadialDecreasingrampdeltaSTdsXdtXfromto(sqInt fill, sqInt ramp, sqInt deltaST, sqInt dsX, sqInt dtX, sqInt leftX, sqInt rightX)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4477:1: warning: unused function 'fillRadialGradient' [-Wunused-function]
fillRadialGradient(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4839:1: warning: unused function 'fillRadialIncreasingrampdeltaSTdsXdtXfromto' [-Wunused-function]
fillRadialIncreasingrampdeltaSTdsXdtXfromto(sqInt fill, sqInt ramp, sqInt deltaST, sqInt dsX, sqInt dtX, sqInt leftX, sqInt rightX)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5011:1: warning: unused function 'fillTypeOf' [-Wunused-function]
fillTypeOf(sqInt fill)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5018:1: warning: unused function 'findNextAETEdgeFrom' [-Wunused-function]
findNextAETEdgeFrom(sqInt leftEdge)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5446:1: warning: unused function 'finishedProcessing' [-Wunused-function]
finishedProcessing(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5453:1: warning: unused function 'firstPointListGet' [-Wunused-function]
firstPointListGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5460:1: warning: unused function 'firstPointListPut' [-Wunused-function]
firstPointListPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5467:1: warning: unused function 'freeStackFillEntry' [-Wunused-function]
freeStackFillEntry(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5509:1: warning: unused function 'getStartGet' [-Wunused-function]
getStartGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5516:1: warning: unused function 'getStartPut' [-Wunused-function]
getStartPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5523:1: warning: unused function 'getUsedGet' [-Wunused-function]
getUsedGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5530:1: warning: unused function 'getUsedPut' [-Wunused-function]
getUsedPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5537:1: warning: unused function 'gradientRampLengthOf' [-Wunused-function]
gradientRampLengthOf(sqInt fill)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5544:1: warning: unused function 'gradientRampLengthOfput' [-Wunused-function]
gradientRampLengthOfput(sqInt fill, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5551:1: warning: unused function 'gradientRampOf' [-Wunused-function]
gradientRampOf(sqInt fill)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5558:1: warning: unused function 'hasColorTransform' [-Wunused-function]
hasColorTransform(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5565:1: warning: unused function 'hasColorTransformGet' [-Wunused-function]
hasColorTransformGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5572:1: warning: unused function 'hasColorTransformPut' [-Wunused-function]
hasColorTransformPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5579:1: warning: unused function 'hasEdgeTransform' [-Wunused-function]
hasEdgeTransform(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5586:1: warning: unused function 'hasEdgeTransformGet' [-Wunused-function]
hasEdgeTransformGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5593:1: warning: unused function 'hasEdgeTransformPut' [-Wunused-function]
hasEdgeTransformPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5677:1: warning: unused function 'incrementPointby' [-Wunused-function]
incrementPointby(int *point, sqInt delta)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5686:1: warning: unused function 'incrementStatby' [-Wunused-function]
incrementStatby(sqInt statIndex, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5899:1: warning: unused function 'isBezier' [-Wunused-function]
isBezier(sqInt bezier)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5919:1: warning: unused function 'isFillColor' [-Wunused-function]
isFillColor(sqInt fill)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5938:1: warning: unused function 'isFill' [-Wunused-function]
isFill(sqInt fill)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5946:1: warning: unused function 'isLine' [-Wunused-function]
isLine(sqInt line)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5953:1: warning: unused function 'isObject' [-Wunused-function]
isObject(sqInt obj)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5961:1: warning: unused function 'isRealFill' [-Wunused-function]
isRealFill(sqInt fill)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5968:1: warning: unused function 'isStackEntry' [-Wunused-function]
isStackEntry(sqInt entry)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5976:1: warning: unused function 'isStackIndex' [-Wunused-function]
isStackIndex(sqInt index)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5984:1: warning: unused function 'isWideBezier' [-Wunused-function]
isWideBezier(sqInt bezier)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5992:1: warning: unused function 'isWideLine' [-Wunused-function]
isWideLine(sqInt line)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6000:1: warning: unused function 'isWide' [-Wunused-function]
isWide(sqInt object)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6007:1: warning: unused function 'lastExportedEdgeGet' [-Wunused-function]
lastExportedEdgeGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6014:1: warning: unused function 'lastExportedEdgePut' [-Wunused-function]
lastExportedEdgePut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6021:1: warning: unused function 'lastExportedFillGet' [-Wunused-function]
lastExportedFillGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6028:1: warning: unused function 'lastExportedFillPut' [-Wunused-function]
lastExportedFillPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6035:1: warning: unused function 'lastExportedLeftXGet' [-Wunused-function]
lastExportedLeftXGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6042:1: warning: unused function 'lastExportedLeftXPut' [-Wunused-function]
lastExportedLeftXPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6049:1: warning: unused function 'lastExportedRightXGet' [-Wunused-function]
lastExportedRightXGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6056:1: warning: unused function 'lastExportedRightXPut' [-Wunused-function]
lastExportedRightXPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6063:1: warning: unused function 'lineEndXOf' [-Wunused-function]
lineEndXOf(sqInt line)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6070:1: warning: unused function 'lineEndXOfput' [-Wunused-function]
lineEndXOfput(sqInt line, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6077:1: warning: unused function 'lineEndYOf' [-Wunused-function]
lineEndYOf(sqInt line)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6084:1: warning: unused function 'lineEndYOfput' [-Wunused-function]
lineEndYOfput(sqInt line, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6091:1: warning: unused function 'lineErrorAdjDownOf' [-Wunused-function]
lineErrorAdjDownOf(sqInt line)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6098:1: warning: unused function 'lineErrorAdjDownOfput' [-Wunused-function]
lineErrorAdjDownOfput(sqInt line, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6105:1: warning: unused function 'lineErrorAdjUpOf' [-Wunused-function]
lineErrorAdjUpOf(sqInt line)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6112:1: warning: unused function 'lineErrorAdjUpOfput' [-Wunused-function]
lineErrorAdjUpOfput(sqInt line, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6119:1: warning: unused function 'lineErrorOf' [-Wunused-function]
lineErrorOf(sqInt line)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6126:1: warning: unused function 'lineErrorOfput' [-Wunused-function]
lineErrorOfput(sqInt line, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6133:1: warning: unused function 'lineXDirectionOf' [-Wunused-function]
lineXDirectionOf(sqInt line)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6140:1: warning: unused function 'lineXDirectionOfput' [-Wunused-function]
lineXDirectionOfput(sqInt line, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6147:1: warning: unused function 'lineXIncrementOf' [-Wunused-function]
lineXIncrementOf(sqInt line)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6154:1: warning: unused function 'lineXIncrementOfput' [-Wunused-function]
lineXIncrementOfput(sqInt line, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6161:1: warning: unused function 'lineYDirectionOf' [-Wunused-function]
lineYDirectionOf(sqInt line)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6168:1: warning: unused function 'lineYDirectionOfput' [-Wunused-function]
lineYDirectionOfput(sqInt line, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6237:1: warning: unused function 'loadArrayPolygonnPointsfilllineWidthlineFill' [-Wunused-function]
loadArrayPolygonnPointsfilllineWidthlineFill(sqInt points, sqInt nPoints, sqInt fillIndex, sqInt lineWidth, sqInt lineFill)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6691:1: warning: unused function 'loadBitmapFillcolormaptilefromalongnormalxIndex' [-Wunused-function]
loadBitmapFillcolormaptilefromalongnormalxIndex(sqInt formOop, sqInt cmOop, sqInt tileFlag, int *point1, int *point2, int *point3, sqInt xIndex)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6834:1: warning: unused function 'loadColorTransformFrom' [-Wunused-function]
loadColorTransformFrom(sqInt transformOop)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6861:1: warning: unused function 'loadCompressedSegmentfromshortleftFillrightFilllineWidthlineColor' [-Wunused-function]
loadCompressedSegmentfromshortleftFillrightFilllineWidthlineColor(sqInt segmentIndex, sqInt points, sqInt pointsShort, sqInt leftFill, sqInt rightFill, sqInt lineWidth, sqInt lineFill)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:7868:1: warning: unused function 'loadLinefromtooffsetleftFillrightFill' [-Wunused-function]
loadLinefromtooffsetleftFillrightFill(sqInt line, int *point1, int *point2, sqInt yOffset, sqInt leftFill, sqInt rightFill)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8093:1: warning: unused function 'loadPointIntAtfrom' [-Wunused-function]
loadPointIntAtfrom(sqInt index, sqInt intArray)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8103:1: warning: unused function 'loadPointShortAtfrom' [-Wunused-function]
loadPointShortAtfrom(sqInt index, sqInt shortArray)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8147:1: warning: unused function 'loadPolygonnPointsfilllineWidthlineFillpointsShort' [-Wunused-function]
loadPolygonnPointsfilllineWidthlineFillpointsShort(int *points, sqInt nPoints, sqInt fillIndex, sqInt lineWidth, sqInt lineFill, sqInt isShort)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8316:1: warning: unused function 'loadRectanglelineFillleftFillrightFill' [-Wunused-function]
loadRectanglelineFillleftFillrightFill(sqInt lineWidth, sqInt lineFill, sqInt leftFill, sqInt rightFill)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8973:1: warning: unused function 'magicNumberGet' [-Wunused-function]
magicNumberGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8980:1: warning: unused function 'magicNumberPut' [-Wunused-function]
magicNumberPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8987:1: warning: unused function 'makeRectFromPoints' [-Wunused-function]
makeRectFromPoints(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8998:1: warning: unused function 'makeUnsignedFrom' [-Wunused-function]
makeUnsignedFrom(sqInt someIntegerValue)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9058:1: warning: unused function 'needsFlush' [-Wunused-function]
needsFlush(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9065:1: warning: unused function 'needsFlushGet' [-Wunused-function]
needsFlushGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9072:1: warning: unused function 'needsFlushPut' [-Wunused-function]
needsFlushPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9079:1: warning: unused function 'objectHeaderOf' [-Wunused-function]
objectHeaderOf(sqInt obj)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9090:1: warning: unused function 'objectIndexOf' [-Wunused-function]
objectIndexOf(sqInt obj)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9097:1: warning: unused function 'objectIndexOfput' [-Wunused-function]
objectIndexOfput(sqInt obj, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9104:1: warning: unused function 'objectLengthOf' [-Wunused-function]
objectLengthOf(sqInt obj)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9111:1: warning: unused function 'objectLengthOfput' [-Wunused-function]
objectLengthOfput(sqInt obj, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9118:1: warning: unused function 'objectTypeOf' [-Wunused-function]
objectTypeOf(sqInt obj)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9125:1: warning: unused function 'objectTypeOfput' [-Wunused-function]
objectTypeOfput(sqInt obj, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9132:1: warning: unused function 'objStartGet' [-Wunused-function]
objStartGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9139:1: warning: unused function 'objStartPut' [-Wunused-function]
objStartPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9146:1: warning: unused function 'objUsedGet' [-Wunused-function]
objUsedGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9153:1: warning: unused function 'objUsedPut' [-Wunused-function]
objUsedPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9160:1: warning: unused function 'objat' [-Wunused-function]
objat(sqInt object, sqInt index)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9167:1: warning: unused function 'objatput' [-Wunused-function]
objatput(sqInt object, sqInt index, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9178:1: warning: unused function 'offsetFromWidth' [-Wunused-function]
offsetFromWidth(sqInt lineWidth)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9185:1: warning: unused function 'point1Get' [-Wunused-function]
point1Get(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9192:1: warning: unused function 'point2Get' [-Wunused-function]
point2Get(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9199:1: warning: unused function 'point3Get' [-Wunused-function]
point3Get(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9206:1: warning: unused function 'point4Get' [-Wunused-function]
point4Get(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12282:1: warning: unused function 'quickRemoveInvalidFillsAt' [-Wunused-function]
quickRemoveInvalidFillsAt(sqInt leftX)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12428:1: warning: unused function 'repeatValuemax' [-Wunused-function]
repeatValuemax(sqInt delta, sqInt maxValue)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12495:1: warning: unused function 'returnWideBezierFill' [-Wunused-function]
returnWideBezierFill(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12502:1: warning: unused function 'returnWideBezierWidth' [-Wunused-function]
returnWideBezierWidth(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12512:1: warning: unused function 'returnWideLineFill' [-Wunused-function]
returnWideLineFill(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12522:1: warning: unused function 'returnWideLineWidth' [-Wunused-function]
returnWideLineWidth(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12668:1: warning: unused function 'shortRunLengthAtfrom' [-Wunused-function]
shortRunLengthAtfrom(sqInt i, sqInt runArray)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12680:1: warning: unused function 'shortRunValueAtfrom' [-Wunused-function]
shortRunValueAtfrom(sqInt i, sqInt runArray)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12748:1: warning: unused function 'sortGlobalEdgeTable' [-Wunused-function]
sortGlobalEdgeTable(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12756:1: warning: unused function 'spanEndAAGet' [-Wunused-function]
spanEndAAGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12763:1: warning: unused function 'spanEndAAPut' [-Wunused-function]
spanEndAAPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12770:1: warning: unused function 'spanEndGet' [-Wunused-function]
spanEndGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12777:1: warning: unused function 'spanEndPut' [-Wunused-function]
spanEndPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12784:1: warning: unused function 'spanSizeGet' [-Wunused-function]
spanSizeGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12791:1: warning: unused function 'spanSizePut' [-Wunused-function]
spanSizePut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12798:1: warning: unused function 'spanStartGet' [-Wunused-function]
spanStartGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12805:1: warning: unused function 'spanStartPut' [-Wunused-function]
spanStartPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12812:1: warning: unused function 'squaredLengthOfwith' [-Wunused-function]
squaredLengthOfwith(sqInt deltaX, sqInt deltaY)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12819:1: warning: unused function 'stackFillDepth' [-Wunused-function]
stackFillDepth(sqInt index)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12826:1: warning: unused function 'stackFillDepthput' [-Wunused-function]
stackFillDepthput(sqInt index, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12833:1: warning: unused function 'stackFillEntryLength' [-Wunused-function]
stackFillEntryLength(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12840:1: warning: unused function 'stackFillRightX' [-Wunused-function]
stackFillRightX(sqInt index)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12847:1: warning: unused function 'stackFillRightXput' [-Wunused-function]
stackFillRightXput(sqInt index, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12854:1: warning: unused function 'stackFillSize' [-Wunused-function]
stackFillSize(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12861:1: warning: unused function 'stackFillValue' [-Wunused-function]
stackFillValue(sqInt index)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12868:1: warning: unused function 'stackFillValueput' [-Wunused-function]
stackFillValueput(sqInt index, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12875:1: warning: unused function 'stateGet' [-Wunused-function]
stateGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12882:1: warning: unused function 'statePut' [-Wunused-function]
statePut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12894:1: warning: unused function 'stepToFirstBezier' [-Wunused-function]
stepToFirstBezier(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13033:1: warning: unused function 'stepToFirstLine' [-Wunused-function]
stepToFirstLine(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13140:1: warning: unused function 'stepToFirstWideBezier' [-Wunused-function]
stepToFirstWideBezier(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13244:1: warning: unused function 'stepToFirstWideLine' [-Wunused-function]
stepToFirstWideLine(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13388:1: warning: unused function 'stepToNextBezier' [-Wunused-function]
stepToNextBezier(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13434:1: warning: unused function 'stepToNextBezierForwardat' [-Wunused-function]
stepToNextBezierForwardat(int *updateData, sqInt yValue)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13515:1: warning: unused function 'stepToNextLine' [-Wunused-function]
stepToNextLine(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13686:1: warning: unused function 'stepToNextWideLine' [-Wunused-function]
stepToNextWideLine(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13814:1: warning: unused function 'stopBecauseOf' [-Wunused-function]
stopBecauseOf(sqInt stopReason)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13823:1: warning: unused function 'stopReasonGet' [-Wunused-function]
stopReasonGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13830:1: warning: unused function 'stopReasonPut' [-Wunused-function]
stopReasonPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13854:1: warning: unused function 'storeEngineStateInto' [-Wunused-function]
storeEngineStateInto(sqInt oop)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13930:1: warning: unused function 'storeStopStateIntoEdgefill' [-Wunused-function]
storeStopStateIntoEdgefill(sqInt edgeOop, sqInt fillOop)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14334:1: warning: unused function 'topFillDepth' [-Wunused-function]
topFillDepth(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14345:1: warning: unused function 'topFillDepthPut' [-Wunused-function]
topFillDepthPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14356:1: warning: unused function 'topFillRightX' [-Wunused-function]
topFillRightX(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14367:1: warning: unused function 'topFillRightXPut' [-Wunused-function]
topFillRightXPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14378:1: warning: unused function 'topFillValue' [-Wunused-function]
topFillValue(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14389:1: warning: unused function 'topFillValuePut' [-Wunused-function]
topFillValuePut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14468:1: warning: unused function 'transformPoints' [-Wunused-function]
transformPoints(sqInt n)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14597:1: warning: unused function 'transformPointXyinto' [-Wunused-function]
transformPointXyinto(double xValue, double yValue, int *dstPoint)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14619:1: warning: unused function 'transformPoint' [-Wunused-function]
transformPoint(int *point)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14658:1: warning: unused function 'transformPointinto' [-Wunused-function]
transformPointinto(sqInt srcPoint, sqInt dstPoint)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14872:1: warning: unused function 'wbSizeGet' [-Wunused-function]
wbSizeGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14879:1: warning: unused function 'wbSizePut' [-Wunused-function]
wbSizePut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14886:1: warning: unused function 'wbStackClear' [-Wunused-function]
wbStackClear(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14895:1: warning: unused function 'wbStackPop' [-Wunused-function]
wbStackPop(sqInt nItems)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14916:1: warning: unused function 'wbStackSize' [-Wunused-function]
wbStackSize(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14923:1: warning: unused function 'wbStackValue' [-Wunused-function]
wbStackValue(sqInt index)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14930:1: warning: unused function 'wbStackValueput' [-Wunused-function]
wbStackValueput(sqInt index, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14937:1: warning: unused function 'wbTopGet' [-Wunused-function]
wbTopGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14944:1: warning: unused function 'wbTopPut' [-Wunused-function]
wbTopPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14951:1: warning: unused function 'wideBezierEntryOf' [-Wunused-function]
wideBezierEntryOf(sqInt line)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14959:1: warning: unused function 'wideBezierEntryOfput' [-Wunused-function]
wideBezierEntryOfput(sqInt line, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14967:1: warning: unused function 'wideBezierExitOf' [-Wunused-function]
wideBezierExitOf(sqInt line)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14975:1: warning: unused function 'wideBezierExitOfput' [-Wunused-function]
wideBezierExitOfput(sqInt line, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14983:1: warning: unused function 'wideBezierExtentOf' [-Wunused-function]
wideBezierExtentOf(sqInt bezier)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14991:1: warning: unused function 'wideBezierExtentOfput' [-Wunused-function]
wideBezierExtentOfput(sqInt bezier, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15007:1: warning: unused function 'wideBezierFillOfput' [-Wunused-function]
wideBezierFillOfput(sqInt bezier, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15015:1: warning: unused function 'wideBezierUpdateDataOf' [-Wunused-function]
wideBezierUpdateDataOf(sqInt bezier)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15030:1: warning: unused function 'wideBezierWidthOfput' [-Wunused-function]
wideBezierWidthOfput(sqInt line, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15038:1: warning: unused function 'wideLineEntryOf' [-Wunused-function]
wideLineEntryOf(sqInt line)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15046:1: warning: unused function 'wideLineEntryOfput' [-Wunused-function]
wideLineEntryOfput(sqInt line, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15054:1: warning: unused function 'wideLineExitOf' [-Wunused-function]
wideLineExitOf(sqInt line)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15062:1: warning: unused function 'wideLineExitOfput' [-Wunused-function]
wideLineExitOfput(sqInt line, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15070:1: warning: unused function 'wideLineExtentOf' [-Wunused-function]
wideLineExtentOf(sqInt line)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15078:1: warning: unused function 'wideLineExtentOfput' [-Wunused-function]
wideLineExtentOfput(sqInt line, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15094:1: warning: unused function 'wideLineFillOfput' [-Wunused-function]
wideLineFillOfput(sqInt line, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15110:1: warning: unused function 'wideLineWidthOfput' [-Wunused-function]
wideLineWidthOfput(sqInt line, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15118:1: warning: unused function 'workBufferPut' [-Wunused-function]
workBufferPut(sqInt wbOop)
^
325 warnings generated.
[ 59%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libB2DPlugin.dylib
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_link_script CMakeFiles/B2DPlugin.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -dynamiclib -Wl,-headerpad_max_install_names -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libB2DPlugin.dylib -install_name @executable_path/Plugins/libB2DPlugin.dylib CMakeFiles/B2DPlugin.dir/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c.o  -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/lib/libffi.tbd -framework AppKit -framework CoreGraphics 
[ 59%] Built target B2DPlugin
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/JPEGReadWriter2Plugin.dir/build.make CMakeFiles/JPEGReadWriter2Plugin.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/JPEGReadWriter2Plugin.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/JPEGReadWriter2Plugin.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/JPEGReadWriter2Plugin.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/JPEGReadWriter2Plugin.dir/depend.internal".
Scanning dependencies of target JPEGReadWriter2Plugin
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/JPEGReadWriter2Plugin.dir/build.make CMakeFiles/JPEGReadWriter2Plugin.dir/build
[ 60%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c
[ 60%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "JPEGReadWriter2Plugin VMMaker.oscog-eem.2493 uuid: d7437cc5-75c7-4a43-af6b-0f85bf0cebe6 " __DATE__ ;
            ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c:537:1: warning: unused function 'sqAssert' [-Wunused-function]
sqAssert(sqInt aBool)
^
2 warnings generated.
[ 61%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c
[ 62%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c
[ 62%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c
[ 63%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c
[ 63%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c
[ 64%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c
[ 64%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c
[ 65%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c
[ 66%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c
[ 66%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c
[ 67%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c
[ 67%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c
[ 68%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c
[ 69%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c
[ 69%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c
[ 70%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c
[ 70%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c
[ 71%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c
-- [download 32% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 59% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 64% complete]
-- [download 68% complete]
-- [download 70% complete]
-- [download 74% complete]
-- [download 77% complete]
-- [download 80% complete]
-- [download 82% complete]
-- [download 86% complete]
-- [download 88% complete]
-- [download 91% complete]
-- [download 94% complete]
-- [download 97% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/cairo-1.15.4-download/cairo-1.15.4-download-prefix/src/cairo-1.15.4.zip'
     dst='/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/cairo-1.15.4-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'cairo-1.15.4-download'
[ 44%] No update step for 'cairo-1.15.4-download'
[ 55%] No configure step for 'cairo-1.15.4-download'
[ 66%] No build step for 'cairo-1.15.4-download'
[ 77%] No install step for 'cairo-1.15.4-download'
[ 88%] No test step for 'cairo-1.15.4-download'
[100%] Completed 'cairo-1.15.4-download'
[100%] Built target cairo-1.15.4-download
-- /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/cairo-1.15.4-src/libbz2-1.dll
-- /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/cairo-1.15.4-src/libcairo-2.dll
-- /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/cairo-1.15.4-src/libexpat-1.dll
-- /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/cairo-1.15.4-src/libfontconfig-1.dll
Adding third-party libraries for Windows-x86_64: libpng-1.6.34
-- Downloading/updating libpng-1.6.34
[ 71%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c
[ 72%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c
[ 73%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c
[ 73%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c
[ 74%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c
[ 74%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:454:13: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  { 0, ((-1)<<1) + 1, ((-1)<<2) + 1, ((-1)<<3) + 1, ((-1)<<4) + 1,
        ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:454:28: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  { 0, ((-1)<<1) + 1, ((-1)<<2) + 1, ((-1)<<3) + 1, ((-1)<<4) + 1,
                       ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:454:43: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  { 0, ((-1)<<1) + 1, ((-1)<<2) + 1, ((-1)<<3) + 1, ((-1)<<4) + 1,
                                      ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:454:58: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  { 0, ((-1)<<1) + 1, ((-1)<<2) + 1, ((-1)<<3) + 1, ((-1)<<4) + 1,
                                                     ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:455:10: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<5) + 1, ((-1)<<6) + 1, ((-1)<<7) + 1, ((-1)<<8) + 1,
     ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:455:25: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<5) + 1, ((-1)<<6) + 1, ((-1)<<7) + 1, ((-1)<<8) + 1,
                    ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:455:40: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<5) + 1, ((-1)<<6) + 1, ((-1)<<7) + 1, ((-1)<<8) + 1,
                                   ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:455:55: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<5) + 1, ((-1)<<6) + 1, ((-1)<<7) + 1, ((-1)<<8) + 1,
                                                  ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:456:10: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<9) + 1, ((-1)<<10) + 1, ((-1)<<11) + 1, ((-1)<<12) + 1,
     ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:456:25: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<9) + 1, ((-1)<<10) + 1, ((-1)<<11) + 1, ((-1)<<12) + 1,
                    ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:456:41: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<9) + 1, ((-1)<<10) + 1, ((-1)<<11) + 1, ((-1)<<12) + 1,
                                    ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:456:57: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<9) + 1, ((-1)<<10) + 1, ((-1)<<11) + 1, ((-1)<<12) + 1,
                                                    ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:457:10: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<13) + 1, ((-1)<<14) + 1, ((-1)<<15) + 1 };
     ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:457:26: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<13) + 1, ((-1)<<14) + 1, ((-1)<<15) + 1 };
                     ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:457:42: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<13) + 1, ((-1)<<14) + 1, ((-1)<<15) + 1 };
                                     ~~~~^
15 warnings generated.
[ 75%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c
-- Configuring done
-- Generating done
[ 76%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c
[ 76%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c
[ 77%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c
-- Build files have been written to: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libpng-1.6.34-download
[ 77%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c
[ 78%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:214:13: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  { 0, ((-1)<<1) + 1, ((-1)<<2) + 1, ((-1)<<3) + 1, ((-1)<<4) + 1,
        ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:214:28: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  { 0, ((-1)<<1) + 1, ((-1)<<2) + 1, ((-1)<<3) + 1, ((-1)<<4) + 1,
                       ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:214:43: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  { 0, ((-1)<<1) + 1, ((-1)<<2) + 1, ((-1)<<3) + 1, ((-1)<<4) + 1,
                                      ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:214:58: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  { 0, ((-1)<<1) + 1, ((-1)<<2) + 1, ((-1)<<3) + 1, ((-1)<<4) + 1,
                                                     ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:215:10: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<5) + 1, ((-1)<<6) + 1, ((-1)<<7) + 1, ((-1)<<8) + 1,
     ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:215:25: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<5) + 1, ((-1)<<6) + 1, ((-1)<<7) + 1, ((-1)<<8) + 1,
                    ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:215:40: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<5) + 1, ((-1)<<6) + 1, ((-1)<<7) + 1, ((-1)<<8) + 1,
                                   ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:215:55: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<5) + 1, ((-1)<<6) + 1, ((-1)<<7) + 1, ((-1)<<8) + 1,
                                                  ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:216:10: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<9) + 1, ((-1)<<10) + 1, ((-1)<<11) + 1, ((-1)<<12) + 1,
     ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:216:25: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<9) + 1, ((-1)<<10) + 1, ((-1)<<11) + 1, ((-1)<<12) + 1,
                    ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:216:41: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<9) + 1, ((-1)<<10) + 1, ((-1)<<11) + 1, ((-1)<<12) + 1,
                                    ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:216:57: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<9) + 1, ((-1)<<10) + 1, ((-1)<<11) + 1, ((-1)<<12) + 1,
                                                    ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:217:10: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<13) + 1, ((-1)<<14) + 1, ((-1)<<15) + 1 };
     ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:217:26: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<13) + 1, ((-1)<<14) + 1, ((-1)<<15) + 1 };
                     ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:217:42: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<13) + 1, ((-1)<<14) + 1, ((-1)<<15) + 1 };
                                     ~~~~^
15 warnings generated.
[ 78%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c
[ 79%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c
[ 80%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c


pushNilSizeFunction localised to compileBlockBodies

cStackAlignment localised to compileCallFor:numArgs:arg:arg:arg:arg:resultReg:regsToSave:

cPICEndOfCodeLabel localised to generateClosedPICPrototype

endCPICCase1 localised to generateClosedPICPrototype

primitiveGeneratorTable localised to primitiveDescriptor

numPushNilsFunction localised to scanBlock:[ 80%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c
[ 81%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c
[ 81%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c
[ 82%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c
[ 83%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c
[ 83%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c
[ 84%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c
Scanning dependencies of target libpng-1.6.34-download
[ 11%] Creating directories for 'libpng-1.6.34-download'


pushNilSizeFunction localised to compileBlockBodies

cStackAlignment localised to compileCallFor:numArgs:arg:arg:arg:arg:resultReg:regsToSave:

cPICEndOfCodeLabel localised to generateClosedPICPrototype

endCPICCase1 localised to generateClosedPICPrototype

primitiveGeneratorTable localised to primitiveDescriptor

numPushNilsFunction localised to scanBlock:[ 84%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c
[ 85%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c
[ 86%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c:41:14: warning: unused variable 'src' [-Wunused-variable]
  my_src_ptr src = (my_src_ptr) cinfo->src;
             ^
1 warning generated.
[ 86%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c
[ 87%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c
[ 87%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c

26 June 2022 11:11:47.875568 pm
warning, signature of InterpreterProxy>>characterTable does not match reference implementation.
warning, signature of InterpreterProxy>>fullGC does not match reference implementation.
warning, signature of InterpreterProxy>>pop:thenPush: does not match reference implementation.
warning, signature of InterpreterProxy>>positive32BitValueOf: does not match reference implementation.
warning, signature of InterpreterProxy>>pushRemappableOop: does not match reference implementation.
[ 88%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c
[ 88%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c
[ 89%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c
[ 90%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libJPEGReadWriter2Plugin.dylib
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_link_script CMakeFiles/JPEGReadWriter2Plugin.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -dynamiclib -Wl,-headerpad_max_install_names -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libJPEGReadWriter2Plugin.dylib -install_name @executable_path/Plugins/libJPEGReadWriter2Plugin.dylib CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c.o  -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/lib/libffi.tbd -framework AppKit -framework CoreGraphics 
external plugin FilePlugin generated as FilePlugin
warning, signature of InterpreterProxy>>pop:thenPush: does not match reference implementation.
warning, signature of InterpreterProxy>>pushBool: does not match reference implementation.
external plugin FloatArrayPlugin generated as FloatArrayPlugin
warning, signature of InterpreterProxy>>pop:thenPush: does not match reference implementation.
external plugin SurfacePlugin generated as SurfacePlugin
26 June 2022 11:11:48.228552 pm
PharoVMMaker
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/PharoVMCore.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/PharoVMCore.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/PharoVMCore.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/PharoVMCore.dir/depend.internal".
Scanning dependencies of target PharoVMCore
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/PharoVMCore.dir/build.make CMakeFiles/PharoVMCore.dir/build
[ 16%] Building C object CMakeFiles/PharoVMCore.dir/src/debug.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/src/debug.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/src/debug.c
[ 16%] Building C object CMakeFiles/PharoVMCore.dir/src/utils.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/src/utils.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/src/utils.c
[ 90%] Built target JPEGReadWriter2Plugin
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/Pharo.dir/build.make CMakeFiles/Pharo.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/Pharo.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/Pharo.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/Pharo.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/Pharo.dir/depend.internal".
Scanning dependencies of target Pharo
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/Pharo.dir/build.make CMakeFiles/Pharo.dir/build
[ 90%] Building C object CMakeFiles/Pharo.dir/src/unixMain.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -o CMakeFiles/Pharo.dir/src/unixMain.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/src/unixMain.c
[ 91%] Linking C executable build/vm/Debug/Pharo.app/Contents/MacOS/Pharo
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_link_script CMakeFiles/Pharo.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/Pharo.dir/src/unixMain.c.o -o build/vm/Debug/Pharo.app/Contents/MacOS/Pharo  build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/lib/libffi.tbd -framework AppKit -framework CoreGraphics 
Copying OS X content build/vm/Debug/Pharo.app/Contents/Resources/Pharo.icns
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/resources/mac/Pharo.icns build/vm/Debug/Pharo.app/Contents/Resources/Pharo.icns
Copying OS X content build/vm/Debug/Pharo.app/Contents/Resources/PharoChanges.icns
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/resources/mac/PharoChanges.icns build/vm/Debug/Pharo.app/Contents/Resources/PharoChanges.icns
Copying OS X content build/vm/Debug/Pharo.app/Contents/Resources/PharoImage.icns
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/resources/mac/PharoImage.icns build/vm/Debug/Pharo.app/Contents/Resources/PharoImage.icns
Copying OS X content build/vm/Debug/Pharo.app/Contents/Resources/PharoSources.icns
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/resources/mac/PharoSources.icns build/vm/Debug/Pharo.app/Contents/Resources/PharoSources.icns
[ 91%] Built target Pharo
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/build_vmmaker_get_vm.dir/build.make CMakeFiles/build_vmmaker_get_vm.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/build_vmmaker_get_vm.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/build_vmmaker_get_vm.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/build_vmmaker_get_vm.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/build_vmmaker_get_vm.dir/depend.internal".
Scanning dependencies of target build_vmmaker_get_vm
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/build_vmmaker_get_vm.dir/build.make CMakeFiles/build_vmmaker_get_vm.dir/build
[ 92%] Performing update step for 'build_vmmaker_get_vm'
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/vmmaker/vm && echo

[ 92%] No patch step for 'build_vmmaker_get_vm'
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E echo_append
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-patch
[ 93%] Performing configure step for 'build_vmmaker_get_vm'
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/vmmaker/vm && echo

cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/vmmaker/vm && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-configure
[ 93%] Performing build step for 'build_vmmaker_get_vm'
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/vmmaker/vm && echo

cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/vmmaker/vm && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-build
[ 94%] Performing install step for 'build_vmmaker_get_vm'
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/vmmaker/vm && echo

cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/vmmaker/vm && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-install
[ 94%] Completed 'build_vmmaker_get_vm'
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E make_directory /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles/build_vmmaker_get_vm-complete
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-done
[ 95%] Built target build_vmmaker_get_vm
/Library/Developer/CommandLineTools/usr/bin/make  -f build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/build.make build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/ffiTestLibrary /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/ffiTestLibrary/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/depend.internal".
Scanning dependencies of target TestLibrary
/Library/Developer/CommandLineTools/usr/bin/make  -f build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/build.make build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/build
[ 95%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/basic_types.c.o
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/ffiTestLibrary && /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/includes -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/TestLibrary.dir/src/basic_types.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/src/basic_types.c
[ 96%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/callback_types.c.o
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/ffiTestLibrary && /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/includes -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/TestLibrary.dir/src/callback_types.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/src/callback_types.c
[ 96%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/callbacks.c.o
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/ffiTestLibrary && /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/includes -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/TestLibrary.dir/src/callbacks.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/src/callbacks.c
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/src/callbacks.c:47:1: warning: non-void function does not return a value [-Wreturn-type]
}
^
1 warning generated.
[ 97%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/callout.c.o
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/ffiTestLibrary && /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/includes -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/TestLibrary.dir/src/callout.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/src/callout.c
[ 98%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/registerCallback.c.o
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/ffiTestLibrary && /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/includes -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/TestLibrary.dir/src/registerCallback.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/src/registerCallback.c
[ 98%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/structures.c.o
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/ffiTestLibrary && /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/includes -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/TestLibrary.dir/src/structures.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/src/structures.c
[100%] Linking C shared library ../vm/Debug/Pharo.app/Contents/MacOS/Plugins/libTestLibrary.dylib
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/ffiTestLibrary && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_link_script CMakeFiles/TestLibrary.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -dynamiclib -Wl,-headerpad_max_install_names -o ../vm/Debug/Pharo.app/Contents/MacOS/Plugins/libTestLibrary.dylib -install_name @executable_path/Plugins/libTestLibrary.dylib CMakeFiles/TestLibrary.dir/src/basic_types.c.o CMakeFiles/TestLibrary.dir/src/callback_types.c.o CMakeFiles/TestLibrary.dir/src/callbacks.c.o CMakeFiles/TestLibrary.dir/src/callout.c.o CMakeFiles/TestLibrary.dir/src/registerCallback.c.o CMakeFiles/TestLibrary.dir/src/structures.c.o  -Wl,-rpath,@executable_path/Plugins 
[ 22%] Performing download step (download, verify and extract) for 'libpng-1.6.34-download'
-- Downloading...
   dst='/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libpng-1.6.34-download/libpng-1.6.34-download-prefix/src/libpng-1.6.34.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Windows-x86_64/third-party/libpng-1.6.34.zip'
-- [download 5% complete]
-- [download 11% complete]
-- [download 38% complete]
-- [download 53% complete]
-- [download 67% complete]
-- [download 86% complete]
-- [download 93% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libpng-1.6.34-download/libpng-1.6.34-download-prefix/src/libpng-1.6.34.zip'
     dst='/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libpng-1.6.34-src'
-- extracting... [tar xfz]
/builds/workspace/pharo-vm_pharo-9/repository/src/utils.c:224:8: warning: unused variable 'tmpBasedir' [-Wunused-variable]
        char* tmpBasedir = (char*)alloca(bufferSize);
              ^
/builds/workspace/pharo-vm_pharo-9/repository/src/utils.c:496:17: warning: unused function 'max' [-Wunused-function]
static long int max(long int x, long int y) { return (x > y) ? x : y; }
                ^
2 warnings generated.
[ 17%] Building C object CMakeFiles/PharoVMCore.dir/src/errorCode.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/src/errorCode.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/src/errorCode.c
[ 18%] Building C object CMakeFiles/PharoVMCore.dir/src/nullDisplay.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/src/nullDisplay.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/src/nullDisplay.c
/builds/workspace/pharo-vm_pharo-9/repository/src/nullDisplay.c:208:1: warning: unused function 'dropInit' [-Wunused-function]
dropInit (void)
^
/builds/workspace/pharo-vm_pharo-9/repository/src/nullDisplay.c:215:1: warning: unused function 'dropShutdown' [-Wunused-function]
dropShutdown (void)
^
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'libpng-1.6.34-download'
[100%] Built target TestLibrary
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_progress_start /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/CMakeFiles 0
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/Makefile2 preinstall
make[1]: Nothing to be done for `preinstall'.
Install the project...
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -P cmake_install.cmake
-- Install configuration: ""
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/./
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/.//Pharo.app
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/.//Pharo.app/Contents
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/.//Pharo.app/Contents/MacOS
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libB2DPlugin.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libgit2.1.0.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libLocalePlugin.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libLargeIntegers.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libDSAPrims.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libfreetype.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libfontconfig.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libFloatArrayPlugin.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libssh2.1.0.1.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libSqueakSSL.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libcairo.2.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libSurfacePlugin.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libSocketPlugin.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libSDL2-2.0.0.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libFileAttributesPlugin.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libBitBltPlugin.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libpng16.16.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libssl.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libJPEGReadWriter2Plugin.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libTestLibrary.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libssl.1.1.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libpixman-1.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libcairo.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libFilePlugin.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libMiscPrimitivePlugin.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libssh2.1.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libpixman-1.0.40.0.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libUnixOSProcessPlugin.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libfreetype.6.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libpng.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libgit2.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libgit2.1.0.1.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libSDL2.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libssh2.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libUUIDPlugin.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libcrypto.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libfontconfig.1.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libJPEGReaderPlugin.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libpng16.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libpixman-1.0.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libcrypto.1.1.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/.//Pharo.app/Contents/MacOS/Pharo
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/.//Pharo.app/Contents/Resources
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/.//Pharo.app/Contents/Resources/PharoSources.icns
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/.//Pharo.app/Contents/Resources/Pharo.icns
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/.//Pharo.app/Contents/Resources/PharoImage.icns
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/.//Pharo.app/Contents/Resources/PharoChanges.icns
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/.//Pharo.app/Contents/Info.plist
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/sqGnu.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/sqConfig.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/sqPlatformSpecific.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/config.h
-- Up-to-date: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/pharoClient.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/errorCode.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/debug.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/pathUtilities.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/win
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/win/resources.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/interpreter.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/exportDefinition.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/threads
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/threads/vmthread.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/macros.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/sqNamedPrims.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/jit
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/jit/jit.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/stringUtilities.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/threadSafeQueue
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/threadSafeQueue/threadSafeQueue.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/imageAccess.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/parameters
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/parameters/parameterVector.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/parameters/parameters.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/sigjmp_support.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/semaphores
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/semaphores/pSemaphore.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/semaphores/platformSemaphore.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/semaphores/pharoSemaphore.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/fileDialog.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/pharo.h
-- Up-to-date: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/dispdbg.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/sqAtomicOps.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/sqAssert.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/sqVirtualMachine.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/sqaio.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/sqCogStackAlignment.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/sq.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/sqMemoryFence.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/sqMemoryAccess.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/cmake/Linux.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/cmake/FindSDL2.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/cmake/importLibFFI.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/cmake/FindFFI.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/cmake/Windows.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/cmake/importCairo.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/cmake/Darwin.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/cmake/OpenBSD.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/cmake/DownloadProject.CMakeLists.cmake.in
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/cmake/FindPThreadW32.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/cmake/versionExtraction.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/cmake/vmmaker.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/cmake/importFreetype2.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/cmake/DownloadProject.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/cmake/FindLibGit2.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/cmake/packaging.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/cmake/FindCairo.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/cmake/importLibGit2.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/cmake/importSDL2.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include/osx
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include/osx/sqIOSLocale.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include/common/LocalePlugin.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/osx
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/win
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/win/sqWin32Locale.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/unix
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/unix/sqUnixLocale.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/osx
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/osx/dummyFFI.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/unix
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/unix/ffi-test.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/unix/ffi-test-sq.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/unix/ppc-global.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/common/sqFFI.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/osx
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/osx/dummyFFI.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/win
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/win/sqWin32FFI.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix/ppc-sysv.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix/any-libffi.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix/x86-sysv.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix/ppc-darwin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/SqueakFFIPrims.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/ARM32FFIPlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/sqFFIPlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/IA32FFIPlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/sqManualSurface.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/sqFFITestFuncs.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/X64Win64FFIPlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/ARM64FFIPlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SurfacePlugin
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/include
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/include/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/include/common/SurfacePlugin.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/src/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/win
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/win/dirent.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/win/faSupport.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/unix
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/unix/faSupport.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/common/faConstants.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/common/faCommon.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/win
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/win/faSupport.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/unix
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include/unix
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include/unix/openssl_overlay.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include/common/SqueakSSL.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/osx
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/win
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/win/sqWin32SSL.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/unix
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReaderPlugin
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReaderPlugin/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReaderPlugin/src/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/MiscPrimitivePlugin
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/MiscPrimitivePlugin/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/MiscPrimitivePlugin/src/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/B2DPlugin
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/B2DPlugin/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/B2DPlugin/src/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/DSAPrims
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/DSAPrims/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/DSAPrims/src/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/DSAPrims/src/common/DSAPrims.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/IA32ABI
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessppc.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessppcPostLogicDouble.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessARM32.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dax64business.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusiness.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessPostLogic.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessARM64.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessppcPostLogicInteger.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/ia32abi.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/AlienSUnitTestProcedures.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dax64win64business.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessppcPostLogicFloat.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessARM.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/x64win64stub.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/x64sysvabicc.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/arm64abicc.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/IA32ABI.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/xabicc.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/AlienSUnitTestProcedures.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/ia32abicc.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/ppc32abicc.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/arm32abicc.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/x64win64abicc.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/UnixOSProcessPlugin
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/UnixOSProcessPlugin/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/UnixOSProcessPlugin/src/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FilePlugin
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/include
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/include/win
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/include/win/sqWin32File.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/include/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/include/common/FilePlugin.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/osx
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/osx/sqUnixFile.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/win
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/win/sqWin32FilePrims.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/unix
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin/include
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin/include/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin/include/common/SocketPlugin.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin/src/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltArm.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltDispatch.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltArmSimd.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltInternal.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltGeneric.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltArmLinux.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltGeneric.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltArmSimd.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltArmOther.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltArm.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltDispatch.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jpeglib.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/README
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemsys.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jconfig.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmorecfg.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdct.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jversion.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/ReadMe.txt
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jinclude.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/README.6b2
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jpegint.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/LargeIntegers
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/LargeIntegers/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/LargeIntegers/src/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/include
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/include/osx
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/include/osx/sqGnu.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/include/osx/sqConfig.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/include/osx/sqPlatformSpecific.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/include/win
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/include/win/sqGnu.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/include/win/sqWin32HandleTable.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/include/win/sqWin32Alloc.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/include/win/sqWin32.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/include/win/sqConfig.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/include/win/sqPlatformSpecific.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/include/unix
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/include/unix/sqGnu.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/include/unix/sqConfig.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/include/unix/sqPlatformSpecific.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/include/unix/sqUnixCharConv.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/include/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/include/common/dispdbg.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/include/common/sqAtomicOps.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/include/common/sqAssert.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/include/common/sqVirtualMachine.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/include/common/sqaio.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/include/common/sqCogStackAlignment.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/include/common/sq.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/include/common/sqMemoryFence.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/include/common/sqMemoryAccess.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/src/osx
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/src/osx/aioOSX.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/src/win
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/src/win/sqWin32SpurAlloc.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/src/win/sqWin32Directory.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/src/win/aioWin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/src/unix
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/src/unix/sqUnixCharConv.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/src/unix/aio.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/src/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/src/common/sqNamedPrims.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/src/common/sqHeapMap.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/src/common/sqVirtualMachine.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/src/common/sqExternalSemaphores.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/src/common/sqTicker.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/src/common/heartbeat.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/include
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/include/pharovm
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/include/pharovm/pharoClient.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/include/pharovm/errorCode.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/include/pharovm/debug.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/include/pharovm/pathUtilities.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/include/pharovm/win
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/include/pharovm/win/resources.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/include/pharovm/interpreter.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/include/pharovm/config.h.in
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/include/pharovm/exportDefinition.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/include/pharovm/threads
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/include/pharovm/threads/vmthread.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/include/pharovm/macros.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/include/pharovm/sqNamedPrims.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/include/pharovm/jit
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/include/pharovm/jit/jit.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/include/pharovm/stringUtilities.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/include/pharovm/threadSafeQueue
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/include/pharovm/threadSafeQueue/threadSafeQueue.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/include/pharovm/imageAccess.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/include/pharovm/parameters
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/include/pharovm/parameters/parameterVector.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/include/pharovm/parameters/parameters.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/include/pharovm/sigjmp_support.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/include/pharovm/semaphores
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/include/pharovm/semaphores/pSemaphore.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/include/pharovm/semaphores/platformSemaphore.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/include/pharovm/semaphores/pharoSemaphore.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/include/pharovm/fileDialog.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/include/pharovm/pharo.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/packaging
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/packaging/linux
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/packaging/linux/bin
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/packaging/linux/bin/launch.sh.in
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/packaging/linux/launch.sh.in
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/plugins
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/plugins/UUIDPlugin
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/plugins/UUIDPlugin/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/plugins/UUIDPlugin/common/UUIDPlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/resources
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/resources/img.image
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/resources/mac
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/resources/mac/PharoSources.icns
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/resources/mac/Pharo.icns
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/resources/mac/PharoImage.icns
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/resources/mac/PharoChanges.icns
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/resources/mac/Info.plist.in
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/resources/windows
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/resources/windows/PharoDLL.rc.in
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/resources/windows/dialogs.rc
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/resources/windows/PharoConsole.exe.manifest.in
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/resources/windows/Pharo.rc.in
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/resources/windows/Pharo.ico
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/resources/windows/Pharo.exe.manifest.in
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/resources/windows/PharoConsole.rc.in
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/scripts
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/scripts/installCygwin.ps1
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/scripts/runTests.sh
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/scripts/installVMMaker.st
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/scripts/runScriptInCygwinBash.ps1
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/nullDisplay.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/externalPrimitives.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/fileDialogUnix.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/fileUtilsWin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/fileDialogMac.m
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/imageAccess.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/stringUtilities.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/win32Main.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/win
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/win/winDebugMenu.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/win/winDebug.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/win/winDebugWindow.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/macAlias.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/fileDialogWin32.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/unixMain.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/utils
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/utils/setjmp-Windows-wrapper-ARM64.S
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/utils/setjmp-Windows-wrapper-X86.S
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/utils/setjmp-Windows-wrapper-X64.S
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/fileDialogCommon.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/client.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/pathUtilities.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/debug.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/errorCode.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/memoryUnix.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/utils.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/threadSafeQueue
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/threadSafeQueue/threadSafeQueue.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/parameters
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/parameters/parameters.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/parameters/parameters.m
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/parameters/parameterVector.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/fileUtils.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/debugUnix.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/semaphores
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/semaphores/pharoSemaphore.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/semaphores/platformSemaphore.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/utilsMac.mm
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffiTestLibrary
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffiTestLibrary/CMakeLists.txt
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffiTestLibrary/includes
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffiTestLibrary/includes/callbacks.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffiTestLibrary/includes/testLibrary.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffiTestLibrary/includes/structures.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffiTestLibrary/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffiTestLibrary/src/basic_types.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffiTestLibrary/src/structures.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffiTestLibrary/src/callback_types.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffiTestLibrary/src/callout.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffiTestLibrary/src/registerCallback.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffiTestLibrary/src/callbacks.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffi
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffi/include
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffi/include/callbacks.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffi/include/pThreadedFFIUtils.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffi/include/worker.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffi/include/workerTask.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffi/include/pThreadedFFI.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffi/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffi/src/typesPrimitives.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffi/src/functionDefinitionPrimitives.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffi/src/callbacks
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffi/src/callbacks/callbackPrimitives.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffi/src/callbacks/callbacks.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffi/src/primitiveUtils.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffi/src/pThreadedFFI.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffi/src/sameThread
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffi/src/sameThread/sameThread.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffi/src/utils.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffi/src/types.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffi/src/worker
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffi/src/worker/worker.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffi/src/worker/workerTask.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffi/src/worker/workerPrimitives.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffi/src/primitiveCalls.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/version.info
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/CMakeLists.txt
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/macros.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/plugins.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/plugins.macros.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated/
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//32
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//32/plugins
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//32/plugins/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//32/plugins/src/SurfacePlugin
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//32/plugins/src/SurfacePlugin/SurfacePlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//32/plugins/src/FilePlugin
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//32/plugins/src/FilePlugin/FilePlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//32/plugins/src/FloatArrayPlugin
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//32/plugins/src/FloatArrayPlugin/FloatArrayPlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//32/vm
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//32/vm/include
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//32/vm/include/cogmethod.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//32/vm/include/cointerp.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//32/vm/include/vmCallback.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//32/vm/include/interp.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//32/vm/include/cogit.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//32/vm/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//32/vm/src/cointerp.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//32/vm/src/cogit.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//32/vm/src/cogitIA32.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//32/vm/src/cogitMIPSEL.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//32/vm/src/gcc3x-cointerp.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//32/vm/src/cogitARMv5.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//32/examplePlugins.ext
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//64
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//64/plugins
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//64/plugins/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//64/plugins/src/SurfacePlugin
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//64/plugins/src/SurfacePlugin/SurfacePlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//64/plugins/src/FilePlugin
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//64/plugins/src/FilePlugin/FilePlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//64/plugins/src/FloatArrayPlugin
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//64/plugins/src/FloatArrayPlugin/FloatArrayPlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//64/vm
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//64/vm/include
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//64/vm/include/cogmethod.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//64/vm/include/cointerp.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//64/vm/include/vmCallback.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//64/vm/include/interp.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//64/vm/include/cogit.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//64/vm/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//64/vm/src/cogitX64SysV.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//64/vm/src/cointerp.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//64/vm/src/cogit.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//64/vm/src/cogitX64WIN64.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//64/vm/src/cogitaarch64.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//64/vm/src/gcc3x-cointerp.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//64/examplePlugins.ext
-- Up-to-date: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/cogmethod.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/cointerp.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/vmCallback.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/interp.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/cogit.h
Run CPack packaging tool...
/opt/homebrew/Cellar/cmake/3.19.4/bin/cpack --config ./CPackConfig.cmake
CPack: Create package using ZIP
CPack: Install projects
CPack: - Run preinstall target for: PharoVM
2 warnings generated.
[ 18%] Building C object CMakeFiles/PharoVMCore.dir/src/externalPrimitives.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/src/externalPrimitives.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/src/externalPrimitives.c
[ 19%] Building C object CMakeFiles/PharoVMCore.dir/src/client.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/src/client.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/src/client.c
[ 19%] Building C object CMakeFiles/PharoVMCore.dir/src/pathUtilities.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/src/pathUtilities.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/src/pathUtilities.c
[ 44%] No update step for 'libpng-1.6.34-download'
[ 20%] Building C object CMakeFiles/PharoVMCore.dir/src/fileDialogCommon.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/src/fileDialogCommon.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/src/fileDialogCommon.c
[ 20%] Building C object CMakeFiles/PharoVMCore.dir/src/stringUtilities.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/src/stringUtilities.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/src/stringUtilities.c
[ 21%] Building C object CMakeFiles/PharoVMCore.dir/src/imageAccess.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/src/imageAccess.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/src/imageAccess.c
[ 21%] Building C object CMakeFiles/PharoVMCore.dir/src/parameters/parameterVector.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/src/parameters/parameterVector.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/src/parameters/parameterVector.c
[ 55%] No configure step for 'libpng-1.6.34-download'
[ 22%] Building C object CMakeFiles/PharoVMCore.dir/src/parameters/parameters.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/src/parameters/parameters.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/src/parameters/parameters.c
[ 23%] Building C object CMakeFiles/PharoVMCore.dir/src/semaphores/platformSemaphore.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/src/semaphores/platformSemaphore.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/src/semaphores/platformSemaphore.c
[ 66%] No build step for 'libpng-1.6.34-download'
[ 23%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/heartbeat.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/heartbeat.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/heartbeat.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/heartbeat.c:19:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/heartbeat.c:19:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/heartbeat.c:19:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/heartbeat.c:19:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
4 warnings generated.
[ 24%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/functionDefinitionPrimitives.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/functionDefinitionPrimitives.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/ffi/src/functionDefinitionPrimitives.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/ffi/src/functionDefinitionPrimitives.c:1:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/ffi/src/functionDefinitionPrimitives.c:1:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/ffi/src/functionDefinitionPrimitives.c:1:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/ffi/src/functionDefinitionPrimitives.c:1:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
4 warnings generated.
[ 24%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/primitiveCalls.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/primitiveCalls.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/ffi/src/primitiveCalls.c
[ 77%] No install step for 'libpng-1.6.34-download'
[ 88%] No test step for 'libpng-1.6.34-download'
[100%] Completed 'libpng-1.6.34-download'
[ 25%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/primitiveUtils.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/primitiveUtils.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/ffi/src/primitiveUtils.c
[ 25%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/types.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/types.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/ffi/src/types.c
/builds/workspace/pharo-vm_pharo-9/repository/ffi/src/types.c:108:3: warning: variable 'address' is used uninitialized whenever switch default is taken [-Wsometimes-uninitialized]
                default:
                ^~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/ffi/src/types.c:112:19: note: uninitialized use occurs here
        setHandler(aOop, address);
                         ^~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/ffi/src/types.c:4:15: note: initialize the variable 'address' to silence this warning
        void* address;
                     ^
                      = NULL
1 warning generated.
[ 26%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/typesPrimitives.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/typesPrimitives.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/ffi/src/typesPrimitives.c
[ 26%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/utils.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/utils.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/ffi/src/utils.c
[ 27%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/sameThread/sameThread.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/sameThread/sameThread.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/ffi/src/sameThread/sameThread.c
/builds/workspace/pharo-vm_pharo-9/repository/ffi/src/sameThread/sameThread.c:34:8: warning: unused variable 'flags' [-Wunused-variable]
        sqInt flags;
              ^
1 warning generated.
[ 27%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbackPrimitives.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbackPrimitives.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/ffi/src/callbacks/callbackPrimitives.c
/builds/workspace/pharo-vm_pharo-9/repository/ffi/src/callbacks/callbackPrimitives.c:102:11: warning: unused variable 'handler' [-Wunused-variable]
    void *handler;
          ^
1 warning generated.
[ 28%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbacks.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbacks.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/ffi/src/callbacks/callbacks.c
[100%] Built target libpng-1.6.34-download
-- /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libpng-1.6.34-src/libpng16-16.dll
-- Downloading SDL2 binary
Adding third-party libraries for Windows-x86_64: SDL2-2.0.5
-- Downloading/updating SDL2-2.0.5
[ 29%] Building C object CMakeFiles/PharoVMCore.dir/src/semaphores/pharoSemaphore.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/src/semaphores/pharoSemaphore.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/src/semaphores/pharoSemaphore.c
[ 29%] Building C object CMakeFiles/PharoVMCore.dir/src/threadSafeQueue/threadSafeQueue.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/src/threadSafeQueue/threadSafeQueue.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/src/threadSafeQueue/threadSafeQueue.c
[ 30%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/pThreadedFFI.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/pThreadedFFI.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/ffi/src/pThreadedFFI.c
[ 30%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/worker/worker.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/worker/worker.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/ffi/src/worker/worker.c
[ 31%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerPrimitives.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerPrimitives.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/ffi/src/worker/workerPrimitives.c
[ 31%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerTask.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerTask.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/ffi/src/worker/workerTask.c
[ 32%] Building C object CMakeFiles/PharoVMCore.dir/generated/64/vm/src/cogit.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/generated/64/vm/src/cogit.c.o   -c /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c


warning, variable nsMethodCache doesn't exist or has already been removed-- Configuring done
-- Generating done
-- Build files have been written to: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/SDL2-2.0.5-download
In file included from /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:15:
In file included from /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:14:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:15:
In file included from /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:14:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:15:
In file included from /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:14:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:15:
In file included from /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:14:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
In file included from /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:15:
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:2671:10: warning: expression result unused [-Wunused-value]
                        error("Case not found and no otherwise clause");
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:3127:26: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                                latestContinuation = latestContinuation;
                                                ~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:3243:8: warning: expression result unused [-Wunused-value]
        error("what??");
              ^~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:4266:62: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'void *' [-Wint-conversion]
                                 || (((cogMethod->methodObject)) == (((usqInt)(methodFor((cogMethod->methodObject))))))))) {
                                                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:773:36: note: passing argument to parameter 'address' here
extern CogMethod * methodFor(void *address);
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:4585:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'unsigned long' [-Wint-conversion]
        address = positive64BitIntegerFor(mcpc);
                                          ^~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include/cointerp.h:93:46: note: passing argument to parameter 'integerValue' here
extern sqInt positive64BitIntegerFor(usqLong integerValue);
                                             ^
In file included from /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:15:
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:4626:85: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                (targetMethod1->methodObject = classForInlineCacheTag(inlineCacheTagAt(backEnd, mcpc)));
                                                                                                                ^~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:2548:72: note: passing argument to parameter 'callSiteReturnAddress' here
inlineCacheTagAt(AbstractInstruction * self_in_inlineCacheTagAt, sqInt callSiteReturnAddress)
                                                                       ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:4823:26: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                                latestContinuation = latestContinuation;
                                                ~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:5033:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:5102:4: warning: expression result unused [-Wunused-value]
                ((AbstractInstruction *) backEnd);
                 ^                       ~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:5118:4: warning: expression result unused [-Wunused-value]
                ((AbstractInstruction *) backEnd);
                 ^                       ~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:5134:4: warning: expression result unused [-Wunused-value]
                ((AbstractInstruction *) backEnd);
                 ^                       ~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:5150:4: warning: expression result unused [-Wunused-value]
                ((AbstractInstruction *) backEnd);
                 ^                       ~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:5166:3: warning: expression result unused [-Wunused-value]
        ((AbstractInstruction *) backEnd);
         ^                       ~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:5390:9: warning: expression result unused [-Wunused-value]
                error("cannot differentiate checked and unchecked entry-points with current cog method alignment");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:5524:3: warning: expression result unused [-Wunused-value]
        ((AbstractInstruction *) backEnd);
         ^                       ~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:5573:3: warning: expression result unused [-Wunused-value]
        ((AbstractInstruction *) backEnd);
         ^                       ~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:5900:23: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                        latestContinuation = latestContinuation;
                        ~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:5920:8: warning: expression result unused [-Wunused-value]
        error("what??");
              ^~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:6112:10: warning: expression result unused [-Wunused-value]
                        error("too much code for stack check offset");
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:6741:16: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long') from 'CogMethod *' [-Wint-conversion]
        cPICPrototype = cPIC;
                      ^ ~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:7131:11: warning: unused variable 'opcodeSize' [-Wunused-variable]
    sqInt opcodeSize;
          ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:7130:11: warning: unused variable 'fixupSize' [-Wunused-variable]
    sqInt fixupSize;
          ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:7132:11: warning: unused variable 'startAddress' [-Wunused-variable]
    sqInt startAddress;
          ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:7671:8: warning: expression result unused [-Wunused-value]
        error("could not find selector in method when unlinking send site");
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:7846:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:7848:8: warning: expression result unused [-Wunused-value]
        error("invalid opcode for inverse");
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:8217:14: warning: expression result unused [-Wunused-value]
                                                        error("attempt to become two cogged methods");
                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:8220:14: warning: expression result unused [-Wunused-value]
                                                        error("attempt to become cogged method into different method");
                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:8509:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:8512:9: warning: expression result unused [-Wunused-value]
                error("youngReferrers list overflowed");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:8859:140: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), inlineCacheValueForSelectorinat((targetMethod1->selector), enumeratingCogMethod, mcpc), unlinkedRoutine);
                                                                                                                                                                       ^~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:7780:78: note: passing argument to parameter 'mcpc' here
inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc)
                                                                             ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:9156:26: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                                latestContinuation = latestContinuation;
                                                ~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:9552:11: warning: expression result unused [-Wunused-value]
                                error("attempt to generate run-time routine containing young object reference.  Cannot initialize Cogit run-time.");
                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:9674:3: warning: expression result unused [-Wunused-value]
        ((AbstractInstruction *) backEnd);
         ^                       ~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:9729:126: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), indexForSelectorinat((targetMethod->selector), enumeratingCogMethod, mcpc), unlinkedRoutine);
                                                                                                                                           ^~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:7649:66: note: passing argument to parameter 'mcpc' here
indexForSelectorinat(sqInt selector, CogMethod *cogMethod, sqInt mcpc)
                                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:9971:8: warning: expression result unused [-Wunused-value]
        error("couldn't locate end of clean block");
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:10193:140: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), inlineCacheValueForSelectorinat((targetMethod1->selector), enumeratingCogMethod, mcpc), unlinkedRoutine);
                                                                                                                                                                       ^~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:7780:78: note: passing argument to parameter 'mcpc' here
inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc)
                                                                             ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:10245:141: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), inlineCacheValueForSelectorinat((targetMethod1->selector), enumeratingCogMethod, mcpc), unlinkedRoutine);
                                                                                                                                                                               ^~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:7780:78: note: passing argument to parameter 'mcpc' here
inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc)
                                                                             ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:10295:140: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), inlineCacheValueForSelectorinat((targetMethod1->selector), enumeratingCogMethod, mcpc), unlinkedRoutine);
                                                                                                                                                                       ^~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:7780:78: note: passing argument to parameter 'mcpc' here
inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc)
                                                                             ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:10343:139: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), inlineCacheValueForSelectorinat((targetMethod1->selector), enumeratingCogMethod, mcpc), unlinkedRoutine);
                                                                                                                                                               ^~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:7780:78: note: passing argument to parameter 'mcpc' here
inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc)
                                                                             ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:10391:140: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), inlineCacheValueForSelectorinat((targetMethod1->selector), enumeratingCogMethod, mcpc), unlinkedRoutine);
                                                                                                                                                                       ^~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:7780:78: note: passing argument to parameter 'mcpc' here
inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc)
                                                                             ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:10864:9: warning: expression result unused [-Wunused-value]
                error("no room on youngReferrers list");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:17236:88: warning: incompatible pointer to integer conversion passing 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(reg, scratch, instruction, 0);
                                                                                              ^~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:927:125: note: passing argument to parameter 'fwdJumpTarget' here
static sqInt NoDbgRegParms genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero);
                                                                                                                            ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:17278:12: warning: incompatible integer to pointer conversion assigning to 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') from 'sqInt' (aka 'long') [-Wint-conversion]
                finished = nonFwdJumpTargetOrZero;
                         ^ ~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:17487:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:17670:10: warning: expression result unused [-Wunused-value]
                        error("Case not found and no otherwise clause");
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:17690:10: warning: expression result unused [-Wunused-value]
                        error("Case not found and no otherwise clause");
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:18291:86: warning: incompatible pointer to integer conversion passing 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(Arg0Reg, TempReg, comp, 0);
                                                                                                   ^~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:17246:98: note: passing argument to parameter 'fwdJumpTarget' here
genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
                                                                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:18317:86: warning: incompatible pointer to integer conversion passing 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(Arg0Reg, TempReg, comp, 0);
                                                                                                   ^~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:17246:98: note: passing argument to parameter 'fwdJumpTarget' here
genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
                                                                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:22839:10: warning: expression result unused [-Wunused-value]
                        error("Case not found and no otherwise clause");
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:22925:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:23511:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:25674:33: warning: expression result unused [-Wunused-value]
                        (self_in_dispatchConcretize->machineCodeSize);
                         ~~~~~~~~~~~~~~~~~~~~~~~~~~  ^~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:25807:33: warning: expression result unused [-Wunused-value]
                        (self_in_dispatchConcretize->machineCodeSize);
                         ~~~~~~~~~~~~~~~~~~~~~~~~~~  ^~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:25941:33: warning: expression result unused [-Wunused-value]
                        (self_in_dispatchConcretize->machineCodeSize);
                         ~~~~~~~~~~~~~~~~~~~~~~~~~~  ^~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:26039:33: warning: expression result unused [-Wunused-value]
                        (self_in_dispatchConcretize->machineCodeSize);
                         ~~~~~~~~~~~~~~~~~~~~~~~~~~  ^~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:27182:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:27305:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:27367:9: warning: expression result unused [-Wunused-value]
                error("couldn't find unused register in genDivR:R:Quo:Rem:");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:28004:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:28354:9: warning: expression result unused [-Wunused-value]
                error("linking callsite to invalid address");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:28423:9: warning: expression result unused [-Wunused-value]
                error("linking callsite to invalid address");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:28559:10: warning: expression result unused [-Wunused-value]
                        error("Case not found and no otherwise clause");
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:28591:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:28600:9: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'const void *' [-Wint-conversion]
        memset(startAddr, 204 /* stop */, (endAddr - startAddr) + 1);
               ^~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/secure/_string.h:77:62: note: expanded from macro 'memset'
                __builtin___memset_chk (dest, __VA_ARGS__, __darwin_obsz0 (dest))
                                                                           ^~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/secure/_common.h:38:55: note: expanded from macro '__darwin_obsz0'
#define __darwin_obsz0(object) __builtin_object_size (object, 0)
                                                      ^~~~~~
In file included from /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:15:
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:28600:9: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'void *' [-Wint-conversion]
        memset(startAddr, 204 /* stop */, (endAddr - startAddr) + 1);
               ^~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/secure/_string.h:77:27: note: expanded from macro 'memset'
                __builtin___memset_chk (dest, __VA_ARGS__, __darwin_obsz0 (dest))
                                        ^~~~
In file included from /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:15:
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:28639:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:28844:3: warning: expression result unused [-Wunused-value]
        ((AbstractInstruction *) backEnd);
         ^                       ~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:28855:3: warning: expression result unused [-Wunused-value]
        ((AbstractInstruction *) backEnd);
         ^                       ~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:28873:13: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') [-Wint-conversion]
                jmpTarget(arrivingJmp, genoperandoperand(Label, (labelCounter += 1), bytecodePC));
                          ^~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:28087:33: note: passing argument to parameter 'self_in_jmpTarget' here
jmpTarget(AbstractInstruction * self_in_jmpTarget, AbstractInstruction *anAbstractInstruction)
                                ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:29011:3: warning: expression result unused [-Wunused-value]
        ((AbstractInstruction *) backEnd);
         ^                       ~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:29022:3: warning: expression result unused [-Wunused-value]
        ((AbstractInstruction *) backEnd);
         ^                       ~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:29071:13: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') [-Wint-conversion]
                jmpTarget(arrivingJmp, genoperandoperand(Label, (labelCounter += 1), bytecodePC));
                          ^~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:28087:33: note: passing argument to parameter 'self_in_jmpTarget' here
jmpTarget(AbstractInstruction * self_in_jmpTarget, AbstractInstruction *anAbstractInstruction)
                                ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:29081:13: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') [-Wint-conversion]
                jmpTarget(arrivingJmp1, genoperandoperand(Label, (labelCounter += 1), bytecodePC));
                          ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:28087:33: note: passing argument to parameter 'self_in_jmpTarget' here
jmpTarget(AbstractInstruction * self_in_jmpTarget, AbstractInstruction *anAbstractInstruction)
                                ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:29149:9: warning: expression result unused [-Wunused-value]
                error("shouldBeImplemented");
                      ^~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:29155:4: warning: expression result unused [-Wunused-value]
                ((AbstractInstruction *) backEnd);
                 ^                       ~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:29161:4: warning: expression result unused [-Wunused-value]
                ((AbstractInstruction *) backEnd);
                 ^                       ~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:29167:4: warning: expression result unused [-Wunused-value]
                ((AbstractInstruction *) backEnd);
                 ^                       ~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:29173:4: warning: expression result unused [-Wunused-value]
                ((AbstractInstruction *) backEnd);
                 ^                       ~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:29179:3: warning: expression result unused [-Wunused-value]
        ((AbstractInstruction *) backEnd);
         ^                       ~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:29292:39: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (!(isWithinMwOffsetRange(backEnd, methodCacheAddress()))) {
                                             ^~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:28069:82: note: passing argument to parameter 'anAddress' here
isWithinMwOffsetRange(AbstractInstruction * self_in_isWithinMwOffsetRange, sqInt anAddress)
                                                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:29450:49: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'void (*)(void)' [-Wint-conversion]
                return compileMachineCodeInterpreterPrimitive(mcprimFunctionForPrimitiveIndex(primitiveIndex));
                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:29114:47: note: passing argument to parameter 'primitiveRoutine' here
compileMachineCodeInterpreterPrimitive(void (*primitiveRoutine)(void))
                                              ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:29453:24: warning: comparison of distinct pointer types ('void (*)(void)' and 'sqInt (*)(void)' (aka 'long (*)(void)')) [-Wcompare-distinct-pointer-types]
         || (primitiveRoutine == primitiveFail)) {
             ~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:30072:39: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (!(isWithinMwOffsetRange(backEnd, methodCacheAddress()))) {
                                             ^~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:28069:82: note: passing argument to parameter 'anAddress' here
isWithinMwOffsetRange(AbstractInstruction * self_in_isWithinMwOffsetRange, sqInt anAddress)
                                                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:30830:26: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                                latestContinuation = latestContinuation;
                                                ~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:32261:9: warning: expression result unused [-Wunused-value]
                error("Cog JIT internal error. Too many abstract opcodes.  Num opcodes heuristic is too optimistic.");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:33748:47: warning: incompatible pointer to integer conversion passing 'sqInt (sqInt, sqInt, sqInt, sqInt)' (aka 'long (long, long, long, long)') to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                generateSuperSendTrampolineTonamednumArgsin(ceSendabovetonumArgs, "ceDirectedSuperSend", numArgs, directedSuperSendTrampolines);
                                                            ^~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:1264:78: note: passing argument to parameter 'function' here
static sqInt NoDbgRegParms generateSuperSendTrampolineTonamednumArgsin(sqInt function, sqInt name, sqInt numArgs, sqInt *table);
                                                                             ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:33748:69: warning: incompatible pointer to integer conversion passing 'char [20]' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                generateSuperSendTrampolineTonamednumArgsin(ceSendabovetonumArgs, "ceDirectedSuperSend", numArgs, directedSuperSendTrampolines);
                                                                                  ^~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:1264:94: note: passing argument to parameter 'name' here
static sqInt NoDbgRegParms generateSuperSendTrampolineTonamednumArgsin(sqInt function, sqInt name, sqInt numArgs, sqInt *table);
                                                                                             ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:33749:47: warning: incompatible pointer to integer conversion passing 'void (sqInt, sqInt, sqInt, sqInt)' (aka 'void (long, long, long, long)') to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                generateSuperSendTrampolineTonamednumArgsin(ceSendaboveClassBindingtonumArgs, "ceDirectedSuperBindingSend", numArgs, directedSuperBindingSendTrampolines);
                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:1264:78: note: passing argument to parameter 'function' here
static sqInt NoDbgRegParms generateSuperSendTrampolineTonamednumArgsin(sqInt function, sqInt name, sqInt numArgs, sqInt *table);
                                                                             ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:33749:81: warning: incompatible pointer to integer conversion passing 'char [27]' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                generateSuperSendTrampolineTonamednumArgsin(ceSendaboveClassBindingtonumArgs, "ceDirectedSuperBindingSend", numArgs, directedSuperBindingSendTrampolines);
                                                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:1264:94: note: passing argument to parameter 'name' here
static sqInt NoDbgRegParms generateSuperSendTrampolineTonamednumArgsin(sqInt function, sqInt name, sqInt numArgs, sqInt *table);
                                                                                             ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:33768:102: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'char *' [-Wint-conversion]
        trampoline = genSendTrampolineFornumArgscalledargargargarg(function, numArgs, trampolineNamenumArgs(name, numArgs), ClassReg, TempReg, ReceiverResultReg, (numArgs <= (NumSendTrampolines - 2)
                                                                                                            ^~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:10025:29: note: passing argument to parameter 'routinePrefix' here
trampolineNamenumArgs(char *routinePrefix, sqInt numArgs)
                            ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:33768:61: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'void *' [-Wint-conversion]
        trampoline = genSendTrampolineFornumArgscalledargargargarg(function, numArgs, trampolineNamenumArgs(name, numArgs), ClassReg, TempReg, ReceiverResultReg, (numArgs <= (NumSendTrampolines - 2)
                                                                   ^~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:1297:80: note: passing argument to parameter 'aRoutine' here
static sqInt NoDbgRegParms genSendTrampolineFornumArgscalledargargargarg(void *aRoutine, sqInt numArgs, char *aString, sqInt regOrConst0, sqInt regOrConst1, sqInt regOrConst2, sqInt regOrConst3);
                                                                               ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:33991:85: warning: incompatible pointer to integer conversion passing 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(argReg, TempReg, label, 0);
                                                                                                  ^~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:17246:98: note: passing argument to parameter 'fwdJumpTarget' here
genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
                                                                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:33995:23: warning: incompatible pointer to integer conversion passing 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : argReg), TempReg, label, fixup);
                                    ^~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:17246:98: note: passing argument to parameter 'fwdJumpTarget' here
genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
                                                                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:33995:30: warning: incompatible pointer to integer conversion passing 'BytecodeFixup *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : argReg), TempReg, label, fixup);
                                           ^~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:17246:119: note: passing argument to parameter 'nonFwdJumpTargetOrZero' here
genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
                                                                                                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:34068:85: warning: incompatible pointer to integer conversion passing 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(argReg, TempReg, label, 0);
                                                                                                  ^~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:17246:98: note: passing argument to parameter 'fwdJumpTarget' here
genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
                                                                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:34072:92: warning: incompatible pointer to integer conversion passing 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(rcvrRegOrNone, TempReg, label, 0);
                                                                                                         ^~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:17246:98: note: passing argument to parameter 'fwdJumpTarget' here
genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
                                                                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:35095:10: warning: expression result unused [-Wunused-value]
                        error("Case not found and no otherwise clause");
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:35225:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:35094:3: warning: variable 'result' is used uninitialized whenever switch default is taken [-Wsometimes-uninitialized]
                default:
                ^~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:35097:22: note: uninitialized use occurs here
                if (isIntegerValue(result)) {
                                   ^~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:35063:17: note: initialize the variable 'result' to silence this warning
    sqInt result;
                ^
                 = 0
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:35488:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:35487:2: warning: variable 'result' is used uninitialized whenever switch default is taken [-Wsometimes-uninitialized]
        default:
        ^~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:35491:34: note: uninitialized use occurs here
        return ssPushAnnotatedConstant((result
                                        ^~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:35462:15: note: initialize the variable 'result' to silence this warning
    int result;
              ^
               = 0
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:36297:45: warning: incompatible integer to pointer conversion assigning to 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') from 'unsigned char' [-Wint-conversion]
                (self_in_reinitialize->targetInstruction) = ((self_in_reinitialize->simStackPtr) = 0);
                                                          ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:36521:22: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                latestContinuation = latestContinuation;
                ~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:2164:1: warning: unused function 'availableFloatRegisterOrNoneFor' [-Wunused-function]
availableFloatRegisterOrNoneFor(AbstractInstruction * self_in_availableFloatRegisterOrNoneFor, sqInt liveRegsMask)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:2198:1: warning: unused function 'cloneLiteralFrom' [-Wunused-function]
cloneLiteralFrom(AbstractInstruction * self_in_cloneLiteralFrom, AbstractInstruction *existingLiteral)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:2287:1: warning: unused function 'initializeSharableLiteral' [-Wunused-function]
initializeSharableLiteral(AbstractInstruction * self_in_initializeSharableLiteral, sqInt literal)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:2306:1: warning: unused function 'initializeUniqueLiteral' [-Wunused-function]
initializeUniqueLiteral(AbstractInstruction * self_in_initializeUniqueLiteral, sqInt literal)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:2329:1: warning: unused function 'isLiteral' [-Wunused-function]
isLiteral(AbstractInstruction * self_in_isLiteral)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:2385:1: warning: unused function 'rewriteConditionalJumpLongAttarget' [-Wunused-function]
rewriteConditionalJumpLongAttarget(AbstractInstruction * self_in_rewriteConditionalJumpLongAttarget, sqInt callSiteReturnAddress, sqInt callTargetAddress)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:2398:1: warning: unused function 'wantsNearAddressFor' [-Wunused-function]
wantsNearAddressFor(AbstractInstruction * self_in_wantsNearAddressFor, sqInt anObject)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:2425:1: warning: unused function 'computeSizeOfArithCqR' [-Wunused-function]
computeSizeOfArithCqR(AbstractInstruction * self_in_computeSizeOfArithCqR)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:2440:1: warning: unused function 'computeSizeOfArithCwR' [-Wunused-function]
computeSizeOfArithCwR(AbstractInstruction * self_in_computeSizeOfArithCwR)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:2485:1: warning: unused function 'concretizeMoveCwR' [-Wunused-function]
concretizeMoveCwR(AbstractInstruction * self_in_concretizeMoveCwR)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:2604:1: warning: unused function 'loadLiteralByteSize' [-Wunused-function]
loadLiteralByteSize(AbstractInstruction * self_in_loadLiteralByteSize)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:2879:1: warning: unused function 'allMethodsHaveCorrectHeader' [-Wunused-function]
allMethodsHaveCorrectHeader(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:5947:1: warning: unused function 'expectedClosedPICPrototype' [-Wunused-function]
expectedClosedPICPrototype(CogMethod *cPIC)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:6224:1: warning: unused function 'firstMappedPCFor' [-Wunused-function]
firstMappedPCFor(CogMethod *cogMethod)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:8969:1: warning: unused function 'maybeFreeCogMethodDoesntLookKosher' [-Wunused-function]
maybeFreeCogMethodDoesntLookKosher(CogMethod *cogMethod)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:9281:1: warning: unused function 'noAssertMethodClassAssociationOf' [-Wunused-function]
noAssertMethodClassAssociationOf(sqInt methodPointer)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:9293:1: warning: unused function 'noCogMethodsMaximallyMarked' [-Wunused-function]
noCogMethodsMaximallyMarked(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:9453:1: warning: unused function 'picAbortDiscriminatorValue' [-Wunused-function]
picAbortDiscriminatorValue(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:9562:1: warning: unused function 'registerMaskFor' [-Wunused-function]
registerMaskFor(sqInt reg)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:9569:1: warning: unused function 'registerMaskForand' [-Wunused-function]
registerMaskForand(sqInt reg1, sqInt reg2)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:10810:1: warning: unused function 'counters' [-Wunused-function]
counters(CogMethod * self_in_counters)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:11078:1: warning: unused function 'kosherYoungReferrers' [-Wunused-function]
kosherYoungReferrers(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:11565:1: warning: unused function 'voidYoungReferrersPostTenureAll' [-Wunused-function]
voidYoungReferrersPostTenureAll(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:16919:1: warning: unused function 'checkValidDerivedObjectReference' [-Wunused-function]
checkValidDerivedObjectReference(sqInt bodyAddress)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:16934:1: warning: unused function 'couldBeDerivedObject' [-Wunused-function]
couldBeDerivedObject(sqInt bodyAddress)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:17076:1: warning: unused function 'genCreateClosureAtnumArgsnumCopiedcontextNumArgslargeinBlock' [-Wunused-function]
genCreateClosureAtnumArgsnumCopiedcontextNumArgslargeinBlock(sqInt bcpc, sqInt numArgs, sqInt numCopied, sqInt ctxtNumArgs, sqInt isLargeCtxt, sqInt isInBlock)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:22504:1: warning: unused function 'getActiveContextAllocatesInMachineCode' [-Wunused-function]
getActiveContextAllocatesInMachineCode(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:22515:1: warning: unused function 'inlineCacheTagIsYoung' [-Wunused-function]
inlineCacheTagIsYoung(sqInt cacheTag)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:22932:1: warning: unused function 'isMergeFixup' [-Wunused-function]
isMergeFixup(BytecodeFixup * self_in_isMergeFixup)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:22991:1: warning: unused function 'callFullTargetFromReturnAddress' [-Wunused-function]
callFullTargetFromReturnAddress(AbstractInstruction * self_in_callFullTargetFromReturnAddress, sqInt callSiteReturnAddress)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:23019:1: warning: unused function 'cFloatResultToRd' [-Wunused-function]
cFloatResultToRd(AbstractInstruction * self_in_cFloatResultToRd, sqInt reg)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:23030:1: warning: unused function 'cFloatResultToRs' [-Wunused-function]
cFloatResultToRs(AbstractInstruction * self_in_cFloatResultToRs, sqInt reg)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:23590:1: warning: unused function 'concretizeFill32' [-Wunused-function]
concretizeFill32(AbstractInstruction * self_in_concretizeFill32)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:27312:1: warning: unused function 'fullCallsAreRelative' [-Wunused-function]
fullCallsAreRelative(AbstractInstruction * self_in_fullCallsAreRelative)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:27448:1: warning: unused function 'generateLowLevelTryLock' [-Wunused-function]
generateLowLevelTryLock(AbstractInstruction * self_in_generateLowLevelTryLock, sqInt vmOwnerLockAddress)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:27478:1: warning: unused function 'generateLowLevelUnlock' [-Wunused-function]
generateLowLevelUnlock(AbstractInstruction * self_in_generateLowLevelUnlock, sqInt vmOwnerLockAddress)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:27568:1: warning: unused function 'genMemCopytoconstantSize' [-Wunused-function]
genMemCopytoconstantSize(AbstractInstruction * self_in_genMemCopytoconstantSize, sqInt originalSourceReg, sqInt originalDestReg, sqInt size)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:27627:1: warning: unused function 'genMemCopytosize' [-Wunused-function]
genMemCopytosize(AbstractInstruction * self_in_genMemCopytosize, sqInt originalSourceReg, sqInt originalDestReg, sqInt originalSize)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:27933:1: warning: unused function 'genSubstituteReturnAddress' [-Wunused-function]
genSubstituteReturnAddress(AbstractInstruction * self_in_genSubstituteReturnAddress, sqInt retpc)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:27944:1: warning: unused function 'genSwapRRScratch' [-Wunused-function]
genSwapRRScratch(AbstractInstruction * self_in_genSwapRRScratch, sqInt regA, sqInt regB, sqInt regTmp)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:28185:1: warning: unused function 'literalBeforeInlineCacheTagAt' [-Wunused-function]
literalBeforeInlineCacheTagAt(AbstractInstruction * self_in_literalBeforeInlineCacheTagAt, sqInt callSiteReturnAddress)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:28197:1: warning: unused function 'loadPICLiteralByteSize' [-Wunused-function]
loadPICLiteralByteSize(AbstractInstruction * self_in_loadPICLiteralByteSize)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:28204:1: warning: unused function 'machineCodeAt' [-Wunused-function]
machineCodeAt(AbstractInstruction * self_in_machineCodeAt, sqInt anOffset)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:28217:1: warning: unused function 'machineCodeBytes' [-Wunused-function]
machineCodeBytes(AbstractInstruction * self_in_machineCodeBytes)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:28260:1: warning: unused function 'numLowLevelLockOpcodes' [-Wunused-function]
numLowLevelLockOpcodes(AbstractInstruction * self_in_numLowLevelLockOpcodes)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:28316:1: warning: unused function 'relocateMethodReferenceBeforeAddressby' [-Wunused-function]
relocateMethodReferenceBeforeAddressby(AbstractInstruction * self_in_relocateMethodReferenceBeforeAddressby, sqInt pc, sqInt delta)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:28652:1: warning: unused function 'zoneCallsAreRelative' [-Wunused-function]
zoneCallsAreRelative(AbstractInstruction * self_in_zoneCallsAreRelative)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:30930:1: warning: unused function 'numSpecialSelectors' [-Wunused-function]
numSpecialSelectors(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:31897:1: warning: unused function 'v4LongForwardBranchDistance' [-Wunused-function]
v4LongForwardBranchDistance(BytecodeDescriptor *descriptor, sqInt pc, sqInt nExts, sqInt aMethodObj)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:36270:1: warning: unused function 'receiverIsInReceiverResultReg' [-Wunused-function]
receiverIsInReceiverResultReg(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:36977:1: warning: unused function 'tempsValidAndVolatileEntriesSpilled' [-Wunused-function]
tempsValidAndVolatileEntriesSpilled(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:37078:1: warning: unused function 'violatesEnsureSpilledSpillAssert' [-Wunused-function]
violatesEnsureSpilledSpillAssert(void)
^
Scanning dependencies of target SDL2-2.0.5-download
[ 11%] Creating directories for 'SDL2-2.0.5-download'

StackToRegisterMappingCogit>>freeAnyFloatRegNotConflictingWith: contains declaration for non-existent variable desc[ 22%] Performing download step (download, verify and extract) for 'SDL2-2.0.5-download'
-- Downloading...
   dst='/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/SDL2-2.0.5-download/SDL2-2.0.5-download-prefix/src/SDL2-2.0.5.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Windows-x86_64/third-party/SDL2-2.0.5.zip'
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 6% complete]
-- [download 8% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 15% complete]
-- [download 19% complete]
-- [download 22% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 29% complete]
-- [download 33% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 44% complete]
-- [download 47% complete]
-- [download 49% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 55% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 64% complete]
-- [download 66% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 73% complete]
-- [download 77% complete]
-- [download 82% complete]
-- [download 87% complete]
-- [download 92% complete]
-- [download 94% complete]
-- [download 97% complete]
-- [download 99% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/SDL2-2.0.5-download/SDL2-2.0.5-download-prefix/src/SDL2-2.0.5.zip'
     dst='/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/SDL2-2.0.5-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'SDL2-2.0.5-download'
[ 44%] No update step for 'SDL2-2.0.5-download'
[ 55%] No configure step for 'SDL2-2.0.5-download'
[ 66%] No build step for 'SDL2-2.0.5-download'


pushNilSizeFunction localised to compileBlockBodies

cStackAlignment localised to compileCallFor:numArgs:arg:arg:arg:arg:resultReg:regsToSave:

cPICEndOfCodeLabel localised to generateClosedPICPrototype

endCPICCase1 localised to generateClosedPICPrototype

primitiveGeneratorTable localised to primitiveDescriptor

numPushNilsFunction localised to scanBlock:[ 77%] No install step for 'SDL2-2.0.5-download'
[ 88%] No test step for 'SDL2-2.0.5-download'

26 June 2022 11:11:54.870093 pm
warning, signature of InterpreterProxy>>characterTable does not match reference implementation.
warning, signature of InterpreterProxy>>fullGC does not match reference implementation.
warning, signature of InterpreterProxy>>pop:thenPush: does not match reference implementation.
warning, signature of InterpreterProxy>>positive32BitValueOf: does not match reference implementation.
warning, signature of InterpreterProxy>>pushRemappableOop: does not match reference implementation.
external plugin FilePlugin generated as FilePlugin
warning, signature of InterpreterProxy>>pop:thenPush: does not match reference implementation.
warning, signature of InterpreterProxy>>pushBool: does not match reference implementation.
external plugin FloatArrayPlugin generated as FloatArrayPlugin[100%] Completed 'SDL2-2.0.5-download'
[100%] Built target SDL2-2.0.5-download
-- /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/SDL2-2.0.5-src/SDL2.dll
-- Configuring done

warning, signature of InterpreterProxy>>pop:thenPush: does not match reference implementation.
external plugin SurfacePlugin generated as SurfacePlugin
26 June 2022 11:11:55.47651 pm
PharoVMMaker
cd /builds/workspace/pharo-vm_pharo-9/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/build /builds/workspace/pharo-vm_pharo-9/build /builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/PharoVMCore.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/PharoVMCore.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/PharoVMCore.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/PharoVMCore.dir/depend.internal".
Scanning dependencies of target PharoVMCore
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build'
make -f CMakeFiles/PharoVMCore.dir/build.make CMakeFiles/PharoVMCore.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build'
[ 14%] Building C object CMakeFiles/PharoVMCore.dir/src/debug.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/src/debug.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/src/debug.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/src/debug.c:1:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/src/debug.c: In function ‘getVersionInfo’:
/builds/workspace/pharo-vm_pharo-9/repository/src/debug.c:145:16: warning: unused variable ‘__cogitBuildInfo’ [-Wunused-variable]
   extern char *__cogitBuildInfo;
                ^
[ 15%] Building C object CMakeFiles/PharoVMCore.dir/src/utils.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/src/utils.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/src/utils.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/src/utils.c:1:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/src/utils.c: At top level:
/builds/workspace/pharo-vm_pharo-9/repository/src/utils.c:496:17: warning: ‘max’ defined but not used [-Wunused-function]
 static long int max(long int x, long int y) { return (x > y) ? x : y; }
                 ^
[ 15%] Building C object CMakeFiles/PharoVMCore.dir/src/errorCode.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/src/errorCode.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/src/errorCode.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/errorCode.h:6,
                 from /builds/workspace/pharo-vm_pharo-9/repository/src/errorCode.c:1:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 16%] Building C object CMakeFiles/PharoVMCore.dir/src/nullDisplay.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/src/nullDisplay.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/src/nullDisplay.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/src/nullDisplay.c:1:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/src/nullDisplay.c: At top level:
/builds/workspace/pharo-vm_pharo-9/repository/src/nullDisplay.c:208:1: warning: ‘dropInit’ defined but not used [-Wunused-function]
 dropInit (void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/src/nullDisplay.c:215:1: warning: ‘dropShutdown’ defined but not used [-Wunused-function]
 dropShutdown (void)
 ^
[ 17%] Building C object CMakeFiles/PharoVMCore.dir/src/externalPrimitives.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/src/externalPrimitives.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/src/externalPrimitives.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/src/externalPrimitives.c:33:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 17%] Building C object CMakeFiles/PharoVMCore.dir/src/client.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/src/client.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/src/client.c
-- Generating done
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/src/client.c:1:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/src/client.c: In function ‘loadPharoImage’:
/builds/workspace/pharo-vm_pharo-9/repository/src/client.c:206:12: warning: variable ‘imageSize’ set but not used [-Wunused-but-set-variable]
     size_t imageSize = 0;
            ^
[ 18%] Building C object CMakeFiles/PharoVMCore.dir/src/pathUtilities.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/src/pathUtilities.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/src/pathUtilities.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/errorCode.h:6,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pathUtilities.h:8,
                 from /builds/workspace/pharo-vm_pharo-9/repository/src/pathUtilities.c:1:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 18%] Building C object CMakeFiles/PharoVMCore.dir/src/fileDialogCommon.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/src/fileDialogCommon.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/src/fileDialogCommon.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/errorCode.h:6,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/fileDialog.h:4,
                 from /builds/workspace/pharo-vm_pharo-9/repository/src/fileDialogCommon.c:1:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 19%] Building C object CMakeFiles/PharoVMCore.dir/src/stringUtilities.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/src/stringUtilities.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/src/stringUtilities.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/errorCode.h:6,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/stringUtilities.h:6,
                 from /builds/workspace/pharo-vm_pharo-9/repository/src/stringUtilities.c:1:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 19%] Building C object CMakeFiles/PharoVMCore.dir/src/imageAccess.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/src/imageAccess.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/src/imageAccess.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/src/imageAccess.c:1:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 20%] Building C object CMakeFiles/PharoVMCore.dir/src/parameters/parameterVector.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/src/parameters/parameterVector.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/src/parameters/parameterVector.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/errorCode.h:6,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/parameters/parameterVector.h:10,
                 from /builds/workspace/pharo-vm_pharo-9/repository/src/parameters/parameterVector.c:1:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 20%] Building C object CMakeFiles/PharoVMCore.dir/src/parameters/parameters.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/src/parameters/parameters.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/src/parameters/parameters.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/src/parameters/parameters.c:1:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
-- Build files have been written to: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build
[Pipeline] }
[ 21%] Building C object CMakeFiles/PharoVMCore.dir/src/semaphores/platformSemaphore.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/src/semaphores/platformSemaphore.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/src/semaphores/platformSemaphore.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/src/semaphores/platformSemaphore.c:1:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 22%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/heartbeat.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/heartbeat.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/heartbeat.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/heartbeat.c:19:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 22%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/functionDefinitionPrimitives.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/functionDefinitionPrimitives.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/ffi/src/functionDefinitionPrimitives.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/src/functionDefinitionPrimitives.c:1:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 23%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/primitiveCalls.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/primitiveCalls.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/ffi/src/primitiveCalls.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/src/primitiveCalls.c:1:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/ffi/src/primitiveCalls.c: In function ‘primitiveReleaseParametersForCall’:
/builds/workspace/pharo-vm_pharo-9/repository/ffi/src/primitiveCalls.c:102:8: warning: variable ‘aReturnAddress’ set but not used [-Wunused-but-set-variable]
  sqInt aReturnAddress;
        ^
[ 23%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/primitiveUtils.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/primitiveUtils.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/ffi/src/primitiveUtils.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/src/primitiveUtils.c:1:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
160 warnings generated.
[ 32%] Building C object CMakeFiles/PharoVMCore.dir/generated/64/vm/src/gcc3x-cointerp.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/generated/64/vm/src/gcc3x-cointerp.c.o   -c /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:48:9: warning: unknown pragma ig[Pipeline] // withEnv
nored [-Wunknown-pragmas]
#pragma auto_inline(off)
        ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65:9: warning: unknown pragma ignored [-Wunknown-pragmas]
#pragma auto_inline(on)
        ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2991:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
        localSP = pointerForOop(GIV(stackPointer));
                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2992:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
        localFP = pointerForOop(GIV(framePointer));
                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3012:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize));
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3026:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 8 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3040:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 16 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3054:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 24 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3068:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 32 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3082:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 40 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3096:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 48 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3110:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 56 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3124:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 64 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3138:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 72 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3152:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 80 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3166:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 88 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3180:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 96 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3194:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 104 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3208:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 112 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3222:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 120 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3237:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (0 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3238:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3239:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3254:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (1 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3255:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 1 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3256:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 1 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3271:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (2 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3272:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 2 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3273:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 2 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3288:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (3 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3289:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 3 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3290:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 3 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3305:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (4 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3306:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 4 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3307:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 4 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3322:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (5 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3323:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 5 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3324:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 5 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3339:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (6 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3340:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 6 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3341:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 6 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3356:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (7 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3357:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 7 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3358:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 7 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3373:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (8 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3374:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 8 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3375:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 8 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3390:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (9 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3391:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 9 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3392:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 9 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3407:77: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (10 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3408:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 10 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3409:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 10 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3424:77: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (11 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3425:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 11 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3426:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 11 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3440:77: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (12 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3441:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 12 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3442:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 12 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3456:77: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (13 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3457:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 13 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3458:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 13 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3472:77: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (14 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3473:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 14 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3474:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 14 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3488:77: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (15 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3489:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 15 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3490:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 15 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:4710:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                rcvr = longAt(localFP + FoxIFReceiver);
                                              ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:4766:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (0 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:4767:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:4770:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:4786:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (1 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:4787:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 1 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:4790:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 1 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:4806:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (2 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:4807:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 2 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:4810:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 2 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:4826:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (3 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:4827:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 3 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:4830:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 3 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:4846:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (4 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:4847:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 4 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:4850:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 4 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:4866:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (5 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:4867:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 5 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:4870:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 5 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:4886:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (6 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:4887:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 6 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:4890:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 6 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:4906:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (7 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:4907:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 7 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:4910:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 7 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:4926:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(localFP + FoxIFReceiver);
                                                ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5019:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                localReturnValue = longAt(localFP + FoxIFReceiver);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5059:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (!((byteAt((localFP + FoxIFrameFlags) + 3)) != 0)) {
                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5079:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                closure = longAt(localFP + (frameStackedReceiverOffset(localFP)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5096:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                if (((((usqInt)(longAt(localFP + FoxMethod)))) < (startOfMemory())
                                                                       ^~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5097:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        ? ((longAt(localFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                                   ^~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5098:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        : (byteAt((localFP + FoxIFrameFlags) + 2)) != 0)) {
                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5100:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        ourContext = longAt(localFP + FoxThisContext);
                                                                            ^~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5128:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        if (((((usqInt)(longAt(localFP + FoxMethod)))) < (startOfMemory())
                                                               ^~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5129:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                ? ((longAt(localFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                           ^~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5130:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                : (byteAt((localFP + FoxIFrameFlags) + 2)) != 0)) {
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5132:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                ourContext1 = longAt(localFP + FoxThisContext);
                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5149:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        if (((((usqInt)(longAt(localFP + FoxMethod)))) < (startOfMemory())
                                                               ^~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5150:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                ? ((longAt(localFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                           ^~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5151:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                : (byteAt((localFP + FoxIFrameFlags) + 2)) != 0)) {
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5153:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                ourContext2 = longAt(localFP + FoxThisContext);
                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5177:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        if ((longAt(theFP + FoxSavedFP)) == 0) {
                                                    ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5183:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                callerContextOrNil = longAt((thePage1->baseAddress));
                                                                            ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5190:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                frameToReturnTo = pointerForOop(longAt(theFP + FoxSavedFP));
                                                                                       ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5213:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                if (((((usqInt)(longAt(localFP + FoxMethod)))) < (startOfMemory())
                                                                       ^~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5214:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        ? ((longAt(localFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                                   ^~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5215:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        : (byteAt((localFP + FoxIFrameFlags) + 2)) != 0)) {
                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5217:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        ourContext3 = longAt(localFP + FoxThisContext);
                                                                             ^~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5244:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        callerContextOrNil2 = longAt((thePage3->baseAddress));
                                                                     ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5269:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        callerContextOrNil1 = longAt((thePage2->baseAddress));
                                                                                     ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5310:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                localFP = pointerForOop(longAt(localFP + FoxSavedFP));
                                                                               ^~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5312:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        localIP = pointerForOop(longAt(callerFP + FoxCallerSavedIP));
                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5326:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtPointerput(localSP, localIP);
                                                                          ^~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:142:57: note: passing argument to parameter 'val' here
  static inline sqInt longAtPointerput(char *ptr, sqInt val)    { return *(sqInt *)ptr= val; }
                                                        ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5337:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        localIP = pointerForOop(longAt(localFP + FoxIFSavedIP));
                                                                       ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5341:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                aMethodObj = longAt(localFP + FoxMethod);
                                                    ^~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5432:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                callersFPOrNull = pointerForOop(longAt(localFP + FoxSavedFP));
                                                                       ^~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5440:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        callerContextOrNil = longAt((thePage1->baseAddress));
                                                                    ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5472:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) {
                                                                                                 ^~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5501:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        contextToReturnFrom = longAt(((GIV(stackPage)->baseAddress)) - BytesPerWord);
                                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5504:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        longAtput((sp = GIV(stackPointer) - BytesPerWord), contextToReturnFrom);
                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5507:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), localReturnValue);
                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5510:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5540:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        longAtPointerput(localSP, localIP);
                                                                                  ^~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:142:57: note: passing argument to parameter 'val' here
  static inline sqInt longAtPointerput(char *ptr, sqInt val)    { return *(sqInt *)ptr= val; }
                                                        ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5551:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                localIP = pointerForOop(longAt(localFP + FoxIFSavedIP));
                                                                               ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5555:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        aMethodObj = longAt(localFP + FoxMethod);
                                                            ^~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5571:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                localIP = pointerForOop(longAt(localFP + FoxCallerSavedIP));
                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5572:79: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                localSP = localFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(localFP + FoxMethod)))) < (startOfMemory())
                                                                                                          ^~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5574:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        : byteAt((localFP + FoxIFrameFlags) + 1))));
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5585:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtPointerput(localSP, localIP);
                                                                          ^~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:142:57: note: passing argument to parameter 'val' here
  static inline sqInt longAtPointerput(char *ptr, sqInt val)    { return *(sqInt *)ptr= val; }
                                                        ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5596:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        localIP = pointerForOop(longAt(localFP + FoxIFSavedIP));
                                                                       ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5599:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                aMethodObj1 = longAt(localFP + FoxMethod);
                                                     ^~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5643:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                       ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5644:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                   ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5645:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5647:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ourContext = longAt(theFP + FoxThisContext);
                                                            ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5680:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        object1 = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + (((sqInt)((usqInt)(variableIndex) << (shiftForWord())))));
                                                                  ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5686:56: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        object = (variableIndex < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5687:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - variableIndex) * BytesPerWord))
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5688:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - variableIndex) * BytesPerWord)));
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5735:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        objOop = longAt(localFP + FoxIFReceiver);
                                                        ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5778:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        if (variableIndex < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5779:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - variableIndex) * BytesPerWord), value);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5782:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - variableIndex) * BytesPerWord), value);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5864:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        objOop = longAt(localFP + FoxIFReceiver);
                                                        ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5907:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        if (variableIndex < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5908:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - variableIndex) * BytesPerWord), value);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5911:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - variableIndex) * BytesPerWord), value);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:6195:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                                localSP = pointerForOop(GIV(stackPointer));
                                                                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:6196:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                                localFP = pointerForOop(GIV(framePointer));
                                                                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:6269:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                 && (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()))))) {
                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:6284:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:6289:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                                localSP = pointerForOop(GIV(stackPointer));
                                                                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:6290:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                                localFP = pointerForOop(GIV(framePointer));
                                                                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:6301:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(localFP + FoxIFSavedIP, ((sqInt)localIP));
                                                          ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:6312:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                                localSP = pointerForOop(GIV(stackPointer));
                                                                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:6313:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                                localFP = pointerForOop(GIV(framePointer));
                                                                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:6326:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtPointerput((localSP -= BytesPerOop), localIP);
                                                                                           ^~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:142:57: note: passing argument to parameter 'val' here
  static inline sqInt longAtPointerput(char *ptr, sqInt val)    { return *(sqInt *)ptr= val; }
                                                        ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:6328:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtPointerput((localSP -= BytesPerOop), localFP);
                                                                                           ^~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:142:57: note: passing argument to parameter 'val' here
  static inline sqInt longAtPointerput(char *ptr, sqInt val)    { return *(sqInt *)ptr= val; }
                                                        ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:6367:65: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                                shouldSkipStoreBytecode = reapAndResetErrorCodeToheader(localFP, methodHeader2);
                                                                                                                        ^~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:1644:76: note: passing argument to parameter 'theFP' here
static sqInt NoDbgRegParms NeverInline reapAndResetErrorCodeToheader(sqInt theFP, sqInt methodHeader);
                                                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:6387:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                                        localSP = pointerForOop(GIV(stackPointer));
                                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:6388:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                                        localFP = pointerForOop(GIV(framePointer));
                                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:6450:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        obj = longAt(localFP + FoxIFReceiver);
                                                     ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:6481:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                                                localSP = pointerForOop(GIV(stackPointer));
                                                                                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:6482:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                                                localFP = pointerForOop(GIV(framePointer));
                                                                                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:6498:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        callerFP = pointerForOop(longAt(spouseFP + FoxSavedFP));
                                                                                        ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:6507:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                                callerContextOrNil = longAt((thePage->baseAddress));
                                                                                            ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:6515:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        if (((((usqInt)(longAt(callerFP + FoxMethod)))) < (startOfMemory())
                                                                               ^~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:6516:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                                ? ((longAt(callerFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                                           ^~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:6517:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                                : (byteAt((callerFP + FoxIFrameFlags) + 2)) != 0)) {
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:6519:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                                object3 = longAt(callerFP + FoxThisContext);
                                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:6631:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                obj1 = longAt(localFP + FoxIFReceiver);
                                              ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:6726:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:6727:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:6924:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                       ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:6925:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                   ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:6926:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:6928:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ourContext = longAt(theFP + FoxThisContext);
                                                            ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:7066:61: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                tempVector = (tempVectorIndex < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:7067:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - tempVectorIndex) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:7068:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - tempVectorIndex) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:7090:61: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                tempVector = (tempVectorIndex < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:7091:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - tempVectorIndex) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:7092:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - tempVectorIndex) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:7127:61: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                tempVector = (tempVectorIndex < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:7128:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - tempVectorIndex) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:7129:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - tempVectorIndex) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:7180:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                       ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:7181:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                   ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:7182:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:7184:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        context = longAt(theFP + FoxThisContext);
                                                         ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:7500:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:7501:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:7506:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                backwardJumpCountByte = byteAt(localFP + ((VMBIGENDIAN
                                                               ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:7529:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                byteAtput(localFP + ((VMBIGENDIAN
                                          ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:159:39: note: passing argument to parameter 'oop' here
  static inline sqInt byteAtput(sqInt oop, int val)             { return byteAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:7743:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 + arg1));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:7749:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:7750:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:7887:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 - arg1));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:7893:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:7894:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:8964:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 * arg1));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:8970:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:8971:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:9123:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 / arg1));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:9129:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:9130:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:9269:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                integerArgument = longAt(GIV(stackPointer));
                                                             ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:9277:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:9315:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), shifted);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:9322:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                localSP = pointerForOop(GIV(stackPointer));
                                                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:9323:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                localFP = pointerForOop(GIV(framePointer));
                                                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:9391:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                localSP = pointerForOop(GIV(stackPointer));
                                                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:9392:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                localFP = pointerForOop(GIV(framePointer));
                                                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:9435:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                localSP = pointerForOop(GIV(stackPointer));
                                                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:9436:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                localFP = pointerForOop(GIV(framePointer));
                                                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:9766:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:9767:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:9819:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:9820:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:10132:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        if (((((usqInt)(longAt(localFP + FoxMethod)))) < (startOfMemory())
                                                               ^~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:10133:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                ? ((longAt(localFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                           ^~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:10134:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                : (byteAt((localFP + FoxIFrameFlags) + 2)) != 0)) {
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:10136:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                theThingToPush = longAt(localFP + FoxThisContext);
                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:10186:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                localReturnValue = longAt(localFP + FoxIFReceiver);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:10339:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 + arg1));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:10345:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:10346:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:10483:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 - arg1));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:10489:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:10490:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:11559:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 * arg1));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:11565:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:11566:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:11718:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 / arg1));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:11724:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:11725:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:11864:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                integerArgument = longAt(GIV(stackPointer));
                                                             ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:11872:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:11910:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), shifted);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:11917:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                localSP = pointerForOop(GIV(stackPointer));
                                                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:11918:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                localFP = pointerForOop(GIV(framePointer));
                                                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:11986:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                localSP = pointerForOop(GIV(stackPointer));
                                                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:11987:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                localFP = pointerForOop(GIV(framePointer));
                                                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:12030:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                localSP = pointerForOop(GIV(stackPointer));
                                                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:12031:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                localFP = pointerForOop(GIV(framePointer));
                                                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:12268:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:12269:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:12321:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:12322:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:12535:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                rcvr = longAt(localFP + FoxIFReceiver);
                                              ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:12636:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                obj = longAt(localFP + FoxIFReceiver);
                                             ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:12667:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                                        localSP = pointerForOop(GIV(stackPointer));
                                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:12668:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                                        localFP = pointerForOop(GIV(framePointer));
                                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:12684:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                callerFP = pointerForOop(longAt(spouseFP + FoxSavedFP));
                                                                                ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:12693:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        callerContextOrNil = longAt((thePage->baseAddress));
                                                                                    ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:12701:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                if (((((usqInt)(longAt(callerFP + FoxMethod)))) < (startOfMemory())
                                                                       ^~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:12702:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        ? ((longAt(callerFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                                   ^~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:12703:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        : (byteAt((callerFP + FoxIFrameFlags) + 2)) != 0)) {
                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:12705:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        object = longAt(callerFP + FoxThisContext);
                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:12787:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (index < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:12788:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - index) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:12789:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - index) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:12964:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                top = longAt(localSP);
                                             ^~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:13062:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:13063:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:13068:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                backwardJumpCountByte = byteAt(localFP + ((VMBIGENDIAN
                                                               ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:13091:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                byteAtput(localFP + ((VMBIGENDIAN
                                          ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:159:39: note: passing argument to parameter 'oop' here
  static inline sqInt byteAtput(sqInt oop, int val)             { return byteAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:13201:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                obj = longAt(localFP + FoxIFReceiver);
                                             ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:13296:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:13297:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:13421:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (index < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:13422:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - index) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:13425:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - index) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:13450:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                obj = longAt(localFP + FoxIFReceiver);
                                             ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:13545:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:13546:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:13667:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (index < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:13668:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - index) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:13671:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - index) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:13765:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                               ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:13766:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                           ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:13767:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:13769:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                context = longAt(theFP + FoxThisContext);
                                                                 ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:13833:124: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((newClosure + BaseHeaderSize) + (((sqInt)((usqInt)(FullClosureReceiverIndex) << (shiftForWord())))), longAt(localFP + FoxIFReceiver));
                                                                                                                                                              ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:13883:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                       ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:13884:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                   ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:13885:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:13887:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        context = longAt(theFP + FoxThisContext);
                                                         ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:12948:3: warning: unused label 'directedSuperclassSend' [-Wunused-label]
                directedSuperclassSend:
                ^~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14258:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (((cogMethod->cmNumArgs)) * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14260:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14272:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14275:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), rcvr);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14281:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14281:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14285:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp7 = GIV(stackPointer) - BytesPerWord), ((sqInt)cogMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14288:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14291:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp9 = GIV(stackPointer) - BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14296:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14302:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                reapAndResetErrorCodeToheader(GIV(framePointer), methodHeader);
                                                  ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:1644:76: note: passing argument to parameter 'theFP' here
static sqInt NoDbgRegParms NeverInline reapAndResetErrorCodeToheader(sqInt theFP, sqInt methodHeader);
                                                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14308:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp3 = GIV(stackPointer) - BytesPerWord), object1);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14311:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp4 = GIV(stackPointer) - BytesPerWord), rcvr);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14359:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14363:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14367:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14370:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14370:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14374:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14388:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14394:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14397:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), 0);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14400:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp7 = GIV(stackPointer) - BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14404:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14416:64: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        shouldSkipStoreBytecode = reapAndResetErrorCodeToheader(GIV(framePointer), methodHeader);
                                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:1644:76: note: passing argument to parameter 'theFP' here
static sqInt NoDbgRegParms NeverInline reapAndResetErrorCodeToheader(sqInt theFP, sqInt methodHeader);
                                                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14590:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        methodField = longAt(lifp + FoxMethod);
                             ^~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14601:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                theIP = longAt(lifp + FoxIFSavedIP);
                                               ^~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14617:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        methodField1 = longAt(lifp + FoxMethod);
                                              ^~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14634:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((longAt(lifp + FoxSavedFP)) == 0) {
                    ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14649:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        cogMethod = ((CogBlockMethod *) ((longAt(GIV(framePointer) + FoxMethod)) & MFMethodMask));
                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14691:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                theIP = ((usqInt)(longAt((aStackPage->headSP))));
                                         ^~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14698:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                                      ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14700:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        methodField = longAt(theFP + FoxMethod);
                                             ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14717:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        methodObj = longAt(theFP + FoxMethod);
                                           ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14722:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                theIP = longAt(theFP + FoxIFSavedIP);
                                               ^~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14728:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                theIP = ((usqInt)(longAt(theFP + FoxCallerSavedIP)));
                                         ^~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14729:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                                        ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14785:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (((byteAt((GIV(framePointer) + FoxIFrameFlags) + 3)) != 0)
                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14786:109: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 && (!(isVanillaBlockClosure((cls = frameStackedReceivernumArgs(GIV(framePointer), ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())
                                                                                                                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14788:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : byteAt((GIV(framePointer) + FoxIFrameFlags) + 1)))))))) {
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14808:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(GIV(framePointer) + FoxSavedFP)) == 0) {
                            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14809:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput(GIV(framePointer) + FoxCallerSavedIP, ceBaseFrameReturnPC());
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14812:54: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if (!((((usqInt)(longAt((pointerForOop(longAt(GIV(framePointer) + FoxSavedFP))) + FoxMethod)))) < (startOfMemory()))) {
                                                                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14812:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if (!((((usqInt)(longAt((pointerForOop(longAt(GIV(framePointer) + FoxSavedFP))) + FoxMethod)))) < (startOfMemory()))) {
                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14814:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                theFP = pointerForOop(longAt(GIV(framePointer) + FoxSavedFP));
                                                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14816:71: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                longAtput(theFP + FoxIFSavedIP, ((sqInt)(pointerForOop(longAt(GIV(framePointer) + FoxCallerSavedIP)))));
                                                                                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14816:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                longAtput(theFP + FoxIFSavedIP, ((sqInt)(pointerForOop(longAt(GIV(framePointer) + FoxCallerSavedIP)))));
                                          ^~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14817:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                longAtput(GIV(framePointer) + FoxCallerSavedIP, ceReturnToInterpreterPC());
                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14820:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((byteAt((GIV(framePointer) + FoxIFrameFlags) + 3)) != 0) {
                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14821:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        closure = longAt(GIV(framePointer) + (frameStackedReceiverOffset(GIV(framePointer))));
                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14842:68: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(GIV(framePointer) + FoxMethod, methodField + (((byteAt((GIV(framePointer) + FoxIFrameFlags) + 2)) != 0
                                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14842:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(GIV(framePointer) + FoxMethod, methodField + (((byteAt((GIV(framePointer) + FoxIFrameFlags) + 2)) != 0
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14846:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((p + FoxMFReceiver) - FoxIFReceiver, longAt(p));
                                                                              ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14846:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((p + FoxMFReceiver) - FoxIFReceiver, longAt(p));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14853:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                cogMethod1 = ((CogBlockMethod *) ((longAt(GIV(framePointer) + FoxMethod)) & MFMethodMask));
                                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14864:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), pc);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14867:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14896:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        wasInMachineCode = (((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory());
                                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14941:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14991:64: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (3 * BytesPerWord), longAt(GIV(stackPointer)));
                                                                             ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14991:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (3 * BytesPerWord), longAt(GIV(stackPointer)));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14993:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                object = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14994:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14997:64: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (1 * BytesPerWord), longAt(GIV(stackPointer) + (3 * BytesPerWord)));
                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14997:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (1 * BytesPerWord), longAt(GIV(stackPointer) + (3 * BytesPerWord)));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14998:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (2 * BytesPerWord), rcvr);
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14999:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (3 * BytesPerWord), (((sqInt)cogMethod)) + entryOffset);
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15004:64: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (2 * BytesPerWord), longAt(GIV(stackPointer)));
                                                                             ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15004:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (2 * BytesPerWord), longAt(GIV(stackPointer)));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15006:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                object1 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15007:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object1);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15009:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (1 * BytesPerWord), rcvr);
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15010:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (2 * BytesPerWord), (((sqInt)cogMethod)) + entryOffset);
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15015:63: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput(GIV(stackPointer) + (1 * BytesPerWord), longAt(GIV(stackPointer)));
                                                                     ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15015:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput(GIV(stackPointer) + (1 * BytesPerWord), longAt(GIV(stackPointer)));
                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15016:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput(GIV(stackPointer) + (0 * BytesPerWord), (((sqInt)cogMethod)) + entryOffset);
                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15018:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15042:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                result = longAt(GIV(stackPointer));
                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15045:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), result);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15103:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        contextToReturnTo = longAt((GIV(stackPage)->baseAddress));
                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15132:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) {
                                                                 ^~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15162:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        contextToReturnFrom = longAt(((GIV(stackPage)->baseAddress)) - BytesPerWord);
                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15165:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), contextToReturnFrom);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15168:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), returnValue);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15171:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15189:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())) {
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15191:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), returnValue);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15195:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        GIV(instructionPointer) = longAt(GIV(stackPointer));
                                             ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15197:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15200:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        aMethodObj = longAt(GIV(framePointer) + FoxMethod);
                            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15233:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15237:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), immutableObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15240:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), valueToAssign);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15243:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), (((usqInt)(index + 1) << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15246:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15269:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        resultOop = longAt(GIV(stackPointer));
                               ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15271:64: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt(GIV(framePointer) + FoxThisContext));
                                                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15271:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt(GIV(framePointer) + FoxThisContext));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15274:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), resultOop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15278:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15280:158: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return ceSendAborttonumArgs(longAt((GIV(specialObjectsOop) + BaseHeaderSize) + (((sqInt)((usqInt)(SelectorCannotReturn) << (shiftForWord()))))), longAt(GIV(framePointer) + FoxThisContext), 1);
                                                                                                                                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15342:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                top = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15347:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15371:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                top = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15376:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15449:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15480:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                top = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15491:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15612:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        closure = longAt(GIV(framePointer) + (frameStackedReceiverOffset(GIV(framePointer))));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15632:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if (((((usqInt)(longAt(theFP1 + FoxMethod)))) < (startOfMemory())
                                               ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15633:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                ? ((longAt(theFP1 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                           ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15634:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                : (byteAt((theFP1 + FoxIFrameFlags) + 2)) != 0)) {
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15636:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                ourContext = longAt(theFP1 + FoxThisContext);
                                                    ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15642:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) - BytesPerWord), ourContext);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15645:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), returnValue);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15648:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15667:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (((((usqInt)(longAt(theFP2 + FoxMethod)))) < (startOfMemory())
                                       ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15668:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ? ((longAt(theFP2 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                   ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15669:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : (byteAt((theFP2 + FoxIFrameFlags) + 2)) != 0)) {
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15671:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ourContext = longAt(theFP2 + FoxThisContext);
                                            ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15677:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp3 = GIV(stackPointer) - BytesPerWord), ourContext);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15680:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp11 = GIV(stackPointer) - BytesPerWord), returnValue);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15683:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp21 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15691:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (((((usqInt)(longAt(theFP6 + FoxMethod)))) < (startOfMemory())
                                       ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15692:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ? ((longAt(theFP6 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                   ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15693:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : (byteAt((theFP6 + FoxIFrameFlags) + 2)) != 0)) {
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15695:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ourContext1 = longAt(theFP6 + FoxThisContext);
                                             ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15701:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp5 = GIV(stackPointer) - BytesPerWord), ourContext1);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15704:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp13 = GIV(stackPointer) - BytesPerWord), returnValue);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15707:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp23 = GIV(stackPointer) - BytesPerWord), unwindContextOrNilOrZero);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15710:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp31 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15721:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(theFP + FoxSavedFP)) == 0) {
                            ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15727:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        callerContextOrNil = longAt((thePage1->baseAddress));
                                                    ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15734:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        frameToReturnTo = pointerForOop(longAt(theFP + FoxSavedFP));
                                                               ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15758:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if (((((usqInt)(longAt(theFP3 + FoxMethod)))) < (startOfMemory())
                                               ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15759:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                ? ((longAt(theFP3 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                           ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15760:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                : (byteAt((theFP3 + FoxIFrameFlags) + 2)) != 0)) {
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15762:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                ourContext = longAt(theFP3 + FoxThisContext);
                                                    ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15768:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), ourContext);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15771:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp12 = GIV(stackPointer) - BytesPerWord), returnValue);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15774:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp22 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15790:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                callerContextOrNil2 = longAt((thePage3->baseAddress));
                                             ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15811:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                callerContextOrNil1 = longAt((thePage2->baseAddress));
                                                             ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15846:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                top = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15853:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        GIV(framePointer) = pointerForOop(longAt(GIV(framePointer) + FoxSavedFP));
                                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15855:60: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                GIV(instructionPointer) = ((usqInt)(pointerForOop(longAt(callerFP + FoxCallerSavedIP))));
                                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15868:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        reapAndResetErrorCodeToheader(GIV(framePointer), (cogMethod->methodHeader));
                                          ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:1644:76: note: passing argument to parameter 'theFP' here
static sqInt NoDbgRegParms NeverInline reapAndResetErrorCodeToheader(sqInt theFP, sqInt methodHeader);
                                                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15897:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        aMethodObj = longAt(GIV(framePointer) + FoxMethod);
                            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15908:51: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        assertValidExecutionPointersimbarline(longAt(GIV(framePointer) + FoxIFSavedIP), GIV(framePointer), GIV(stackPointer), 1, __LINE__);
                                                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15909:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15911:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), anOop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16008:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16053:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + ((numArgs + 1) * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16125:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16168:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        cogMethod = ((CogBlockMethod *) ((longAt(GIV(framePointer) + FoxMethod)) & MFMethodMask));
                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16169:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((((longAt(GIV(framePointer) + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0)
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16185:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16194:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                oop = longAt(p);
                             ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16195:55: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((p - BytesPerWord) - BytesPerWord, longAt(p));
                                                                    ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16195:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((p - BytesPerWord) - BytesPerWord, longAt(p));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16199:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), aNonBooleanObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16202:84: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? ((1 + (((cogMethod->cmNumArgs)) << ((BytesPerWord * 8) - 8))) + ((((longAt(GIV(framePointer) + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                                                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16204:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        : 0))) + ((((longAt(GIV(framePointer) + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16207:61: warning: incompatible pointer to integer conver[Pipeline] echo
sion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : ((1 + (((cogMethod->cmNumArgs)) << 8)) + ((((longAt(GIV(framePointer) + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16209:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        : 0))) + ((((longAt(GIV(framePointer) + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16201:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput(GIV(framePointer) + FoxIFrameFlags, (VMBIGENDIAN
                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16212:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput(GIV(framePointer) + FoxIFSavedIP, 0);
                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16213:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput(GIV(framePointer) + FoxMethod, methodObj);
                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16237:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16241:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), anObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16244:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16392:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                linkSendAtintooffsetreceiver(longAt(GIV(stackPointer)), mframeHomeMethod(GIV(framePointer)), cogMethod, noCheckEntryOffset(), rcvr);
                                                                        ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16421:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        linkSendAtintooffsetreceiver(longAt(GIV(stackPointer)), mframeHomeMethod(GIV(framePointer)), cogMethod, noCheckEntryOffset(), rcvr);
                                                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16424:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                top = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16431:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top1 = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16500:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())) {
                                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16505:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        methodPointer = longAt(GIV(framePointer) + FoxMethod);
                                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16607:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                linkSendAtintooffsetreceiver(longAt(GIV(stackPointer)), mframeHomeMethod(GIV(framePointer)), cogMethod, (superNormalBar == 0
                                                                        ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16638:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        linkSendAtintooffsetreceiver(longAt(GIV(stackPointer)), mframeHomeMethod(GIV(framePointer)), cogMethod, (superNormalBar == 0
                                                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16652:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                top = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16659:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top1 = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16684:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16688:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        cogMethod = ((CogBlockMethod *) ((longAt(GIV(framePointer) + FoxMethod)) & MFMethodMask));
                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16712:134: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        printActivationNameForreceiverisBlockfirstTemporary(((mframeHomeMethod(GIV(framePointer)))->methodObject), ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())
                                                                                                                                                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16714:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAt(GIV(framePointer) + FoxMFReceiver))
                                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16716:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAt(GIV(framePointer) + FoxIFReceiver))), 1, null);
                                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16733:42: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        cogMethod = ((CogMethod *) ((longAt(GIV(stackPointer))) - (traceLinkedSendOffset())));
                                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16966:42: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                frameRcvrOffset = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                     ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16970:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        oop = longAt(theSP);
                                                     ^~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16978:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                       ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16980:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0)
                                                         ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16982:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                (byteAt((theFP + FoxIFrameFlags) + 2)) != 0))) {
                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16983:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        oop = longAt(theFP + FoxThisContext);
                                                     ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17007:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                                                      ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17009:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        methodField = longAt(theFP + FoxMethod);
                                                             ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17018:39: warning: incompatible pointer to integer conversion passing 'CogMethod *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        if ((heapMapAtWord(pointerForOop(cogMethod))) == 0) {
                                                                         ^~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17024:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        oop = longAt(theFP + FoxMethod);
                                                     ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17031:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                                                        ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17037:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                oop = longAt(theSP);
                                             ^~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17108:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17120:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                top = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17178:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                              ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17180:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                cogMethod = ((CogBlockMethod *) ((longAt(theFP + FoxMethod)) & MFMethodMask));
                                                         ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17194:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        ? longAt(theFP + FoxIFSavedIP)
                 ^~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17195:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        : theIP)) - (longAt(theFP + FoxMethod))) - BaseHeaderSize) + 2) << 3) | 1);
                            ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17249:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()))
                                       ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17252:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                               ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17253:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                           ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17254:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17256:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                theContext = longAt(theFP + FoxThisContext);
                                                    ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17265:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                theFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                             ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17406:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())) {
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17410:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        aMethodObj = longAt(GIV(framePointer) + FoxMethod);
                            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17422:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17449:51: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        assertValidExecutionPointersimbarline(longAt(GIV(stackPointer)), GIV(framePointer), GIV(stackPointer), 0, __LINE__);
                                                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17457:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17460:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17485:51: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        assertValidExecutionPointersimbarline(longAt(GIV(stackPointer)), GIV(framePointer), GIV(stackPointer), 0, __LINE__);
                                                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17493:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17496:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17523:51: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        assertValidExecutionPointersimbarline(longAt(GIV(stackPointer)), GIV(framePointer), GIV(stackPointer), 0, __LINE__);
                                                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17526:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17532:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), cacheTag);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17551:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17554:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), cacheTag);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17607:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput(GIV(framePointer) + FoxIFSavedIP, ((sqInt)GIV(instructionPointer)));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17856:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())) {
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17858:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                methodField = longAt(GIV(framePointer) + FoxMethod);
                                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17970:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                                                      ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17971:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        oop = longAt(theFP + FoxMFReceiver);
                                                     ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17974:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(theFP + FoxMFReceiver, followForwarded(oop));
                                                          ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17979:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        oop = longAt(theFP + FoxIFReceiver);
                                                     ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17982:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(theFP + FoxIFReceiver, followForwarded(oop));
                                                          ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17984:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        oop = longAt(theFP + FoxMethod);
                                                     ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18001:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(theFP + FoxIFSavedIP, (longAt(theFP + FoxIFSavedIP)) + offset);
                                                                                        ^~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18001:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(theFP + FoxIFSavedIP, (longAt(theFP + FoxIFSavedIP)) + offset);
                                                          ^~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18002:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(theFP + FoxMethod, (oop = newOop));
                                                          ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18005:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if ((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                        ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18007:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0)
                                                         ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18009:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)))
                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18010:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                 && (((longAt(longAt(theFP + FoxThisContext))) & ((classIndexMask()) - (isForwardedObjectClassIndexPun()))) == 0)) {
                                                     ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18011:63: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(theFP + FoxThisContext, followForwarded(longAt(theFP + FoxThisContext)));
                                                                                                 ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18011:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(theFP + FoxThisContext, followForwarded(longAt(theFP + FoxThisContext)));
                                                  ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18014:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                numArgs = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                             ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18016:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : byteAt((theFP + FoxIFrameFlags) + 1));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18018:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                oop = longAt(theFP + offset);
                                             ^~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18021:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(theFP + offset, followForwarded(oop));
                                                  ^~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18023:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                                                        ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18029:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                oop = longAt(theSP);
                                             ^~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18031:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(theSP, followForwarded(oop));
                                                  ^~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18095:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        callerContextOrNil = longAt((thePage->baseAddress));
                                    ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18106:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18107:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                           ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18108:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18118:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18119:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                           ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18120:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18127:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18129:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : longAt(theFP + FoxMethod));
                         ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18139:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18141:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : byteAt((theFP + FoxIFrameFlags) + 1));
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18155:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18156:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? longAt(theFP + FoxMFReceiver)
                         ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18157:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : longAt(theFP + FoxIFReceiver));
                         ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18256:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
         && (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())))
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18286:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput(GIV(stackPointer) + (rcvrStackIndex * BytesPerWord), rcvr);
                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18288:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (isPointers(((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())
                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18289:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? longAt(GIV(framePointer) + FoxMFReceiver)
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18290:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : longAt(GIV(framePointer) + FoxIFReceiver)))) {
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18291:61: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                followForwardedObjectFieldstoDepth(((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())
                                                                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18292:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ? longAt(GIV(framePointer) + FoxMFReceiver)
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18293:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : longAt(GIV(framePointer) + FoxIFReceiver)), 0);
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18322:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18371:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18380:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18395:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return (byteAt((theFP + FoxIFrameFlags) + 3)) != 0;
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18402:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return longAt(theFP + FoxIFReceiver);
                      ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18409:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return longAt(theFP + FoxIFSavedIP);
                      ^~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18469:25: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'void *' [-Wint-conversion]
                theIP = oopForPointer(instrPtr);
                                      ^~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:153:43: note: passing argument to parameter 'ptr' here
  static inline sqInt oopForPointer(void *ptr)                  { return (sqInt)ptr; }
                                          ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18481:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) {
                                                         ^~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18492:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ? longAt((thePage->headSP))
                                 ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18493:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : oopForPointer(pointerForOop(longAt(theFPAbove + FoxCallerSavedIP))));
                                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18497:54: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? mustMapMachineCodePCcontext((value >> 3), longAt(spouseFP + FoxThisContext))
                                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18602:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                         && (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()))))) {
                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18614:4: warning: expression result unused [-Wunused-value]
                        !GIV(primFailCode);
                        ^    ~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18645:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return (((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory());
                                 ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18779:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((pointer = (page->baseAddress)), followObjFieldofObject(SenderIndex, aContext));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18780:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((pointer -= BytesPerWord), aContext);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18797:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((pointer -= BytesPerWord), maybeClosure);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18820:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((pointer -= BytesPerWord), rcvr);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18823:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((pointer -= BytesPerWord), longAt((aContext + BaseHeaderSize) + (((sqInt)((usqInt)((ReceiverIndex + i)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18825:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((pointer -= BytesPerWord), ceBaseFrameReturnPC());
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18826:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((pointer -= BytesPerWord), 0);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18883:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((pointer -= BytesPerWord), (theMethod + MFMethodFlagHasContextFlag) + MFMethodFlagIsBlockFlag);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18890:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((pointer -= BytesPerWord), theMethod + MFMethodFlagHasContextFlag);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18892:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((pointer -= BytesPerWord), aContext);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18895:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((pointer -= BytesPerWord), theMethod);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18896:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((pointer -= BytesPerWord), aContext);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18897:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((pointer -= BytesPerWord), (VMBIGENDIAN
                          ^~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18904:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((pointer -= BytesPerWord), 0);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18911:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((pointer -= BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18918:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((pointer -= BytesPerWord), longAt((aContext + BaseHeaderSize) + (((sqInt)((usqInt)((ReceiverIndex + i)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18923:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((pointer -= BytesPerWord), theIP);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19006:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                theIPPtr = (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()))
                                                               ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19007:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                 || ((longAt(theFP + FoxIFSavedIP)) == 0)
                                             ^~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19020:42: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                frameRcvrOffset = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                     ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19024:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        oop = longAt(theSP);
                                                     ^~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19027:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(theSP, remapObj(oop));
                                                          ^~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19031:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                       ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19032:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                   ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19033:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19034:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        if (shouldRemapObj(longAt(theFP + FoxThisContext))) {
                                                                  ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19035:57: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(theFP + FoxThisContext, remapObj(longAt(theFP + FoxThisContext)));
                                                                                                  ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19035:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(theFP + FoxThisContext, remapObj(longAt(theFP + FoxThisContext)));
                                                          ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19042:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (!((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()))) {
                                                        ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19043:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        if (shouldRemapObj(longAt(theFP + FoxMethod))) {
                                                                  ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19045:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        theIP = longAt(theIPPtr);
                                                                       ^~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19049:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                                theIP = longAt(theIPPtr);
                                                                               ^~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19054:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        theIP -= longAt(theFP + FoxMethod);
                                                                        ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19056:52: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(theFP + FoxMethod, remapObj(longAt(theFP + FoxMethod)));
                                                                                             ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19056:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(theFP + FoxMethod, remapObj(longAt(theFP + FoxMethod)));
                                                          ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19058:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        longAtput(theIPPtr, theIP + (longAt(theFP + FoxMethod)));
                                                                                            ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19058:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        longAtput(theIPPtr, theIP + (longAt(theFP + FoxMethod)));
                                                                  ^~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19062:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                                                        ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19068:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                oop = longAt(theSP);
                                             ^~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19071:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(theSP, remapObj(oop));
                                                  ^~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19199:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                frameRcvrOffset = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                     ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19203:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        oop = longAt(theSP);
                                     ^~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19216:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                longAtput(theSP, oop);
                                          ^~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19223:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                       ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19224:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                   ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19225:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19227:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        markAndTrace(longAt(theFP + FoxThisContext));
                                            ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19229:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                                      ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19231:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        aCogMethod = ((CogBlockMethod *) ((longAt(theFP + FoxMethod)) & MFMethodMask));
                                                                  ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19241:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        markAndTrace(longAt(theFP + FoxMethod));
                                            ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19243:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                                        ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19251:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                oop = longAt(theSP);
                             ^~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19264:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput(theSP, oop);
                                  ^~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19322:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                                      ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19325:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                                        ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19387:10: warning: incompatible pointer to integer conversion returning 'sqInt (sqInt)' (aka 'long (long)') from a function with result type 'sqInt' (aka 'long') [-Wint-conversion]
                return mcprimHashMultiply;
                       ^~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19485:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return ((CogBlockMethod *) ((longAt(theFP + FoxMethod)) & MFMethodMask));
                                            ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19495:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        methodField = longAt(GIV(framePointer) + FoxMethod);
                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19518:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        methodField = longAt(theFP + FoxMethod);
                             ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19534:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0;
                        ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19541:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return longAt(theFP + FoxMFReceiver);
                      ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19766:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                        ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19770:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        theSP = theFP + (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                            ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19773:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                               ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19774:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                           ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19775:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19777:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                theContext = longAt(theFP + FoxThisContext);
                                    ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19782:53: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((newSP = (newPage->baseAddress)), longAt(callerFP + FoxThisContext));
                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19782:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((newSP = (newPage->baseAddress)), longAt(callerFP + FoxThisContext));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19783:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((newSP -= BytesPerWord), theContext);
                  ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19785:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        numArgs = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                     ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19787:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : byteAt((theFP + FoxIFrameFlags) + 1));
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19791:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(newSP, longAt(source));
                                        ^~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19791:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(newSP, longAt(source));
                          ^~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19805:48: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        callerIP = oopForPointer(pointerForOop(longAt(theFP + FoxCallerSavedIP)));
                                                      ^~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19809:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(callerFP + FoxIFSavedIP, callerIP);
                          ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19812:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput(theFP + stackedReceiverOffset, callerIP);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19817:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput(newFP + FoxCallerSavedIP, ceBaseFrameReturnPC());
                  ^~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19818:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput(newFP + FoxSavedFP, 0);
                  ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19821:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                offsetCallerFP = pointerForOop(longAt(fpInNewPage + FoxSavedFP));
                                                      ^~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19825:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(fpInNewPage + FoxSavedFP, oopForPointer(offsetCallerFP));
                          ^~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19826:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (((((usqInt)(longAt(fpInNewPage + FoxMethod)))) < (startOfMemory())
                                       ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19827:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ? ((longAt(fpInNewPage + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                   ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19828:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : (byteAt((fpInNewPage + FoxIFrameFlags) + 2)) != 0)) {
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19829:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        theContext = longAt(fpInNewPage + FoxThisContext);
                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20362:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                              ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20364:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                it = (longAt(address)) & 7;
                             ^~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20368:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                it = longAt(address);
                            ^~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20372:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        print(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                 ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)  Executing: #!c:\tools\cygwin\bin\bash --login
    cd `cygpath "C:\builds\workspace\pharo-vm_pharo-9"`
    set -ex
    cd build && VERBOSE=1 make install package
    
                       { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20381:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        printNum(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                    ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20383:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : byteAt((theFP + FoxIFrameFlags) + 1)));
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20384:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        print((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20385:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                           ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20386:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20389:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        print((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20390:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                           ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20391:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0)
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20409:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        it = longAt(address);
                    ^~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20416:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()))
                               ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20417:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
         && (((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0)) {
                      ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20419:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                methodField = longAt(theFP + FoxMethod);
                                     ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20433:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        obj = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                 ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20435:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : longAt(theFP + FoxMethod));
                         ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20447:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        it = longAt(address);
                    ^~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20485:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        it = longAt(address);
                    ^~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20542:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                              ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20544:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                cogMethod = ((CogBlockMethod *) ((longAt(theFP + FoxMethod)) & MFMethodMask));
                                                         ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20546:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                methodField = longAt(theFP + FoxMethod);
                                     ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20561:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                theMethod = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                               ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20563:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : longAt(theFP + FoxMethod));
                                 ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20566:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                numArgs = byteAt((theFP + FoxIFrameFlags) + 1);
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20580:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                               ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20581:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                           ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20582:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0)) {
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20583:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                rcvrOrClosure = longAt(theFP + (frameStackedReceiverOffset(theFP)));
                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20594:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((longAt(theFP + FoxSavedFP)) == 0) {
                    ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20595:98: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                printFrameOopat("(caller ctxt", (theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                                                               ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20597:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        : byteAt((theFP + FoxIFrameFlags) + 1))))) + (2 * BytesPerWord));
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20598:97: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                printFrameOopat("(saved ctxt", (theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                                                              ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20600:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        : byteAt((theFP + FoxIFrameFlags) + 1))))) + (1 * BytesPerWord));
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20606:79: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        printFrameThingatextraString("caller ip", theFP + FoxCallerSavedIP, ((longAt(theFP + FoxCallerSavedIP)) == (ceReturnToInterpreterPC())
                                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20611:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                              ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20615:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (!((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()))) {
                                ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20618:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                              ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20622:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                printFrameThingatextra("saved ip", theFP + FoxIFSavedIP, ((longAt(theFP + FoxIFSavedIP)) == 0
                                                                                  ^~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20624:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : (((longAt(theFP + FoxIFSavedIP)) - theMethod) + 2) - BaseHeaderSize));
                                    ^~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20628:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        topThing = longAt(theSP);
                          ^~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20636:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                printFrameOopat((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                    ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20637:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                                                   ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20638:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0)
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20643:64: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                printFrameThingatextra("frame ip", theSP, ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                             ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20654:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                printFrameOopat((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                    ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20655:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                                                   ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20656:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0)
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21048:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())) {
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21052:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        cogMethod = ((CogBlockMethod *) ((longAt(GIV(framePointer) + FoxMethod)) & MFMethodMask));
                                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21059:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                top = longAt(GIV(stackPointer));
                                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21065:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                retValue = longAt(GIV(framePointer) + FoxMFReceiver);
                                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21070:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        retValue = longAt(GIV(framePointer) + FoxMFReceiver);
                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21073:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21076:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), retValue);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21081:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        aMethodObj = longAt(GIV(framePointer) + FoxMethod);
                            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21094:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                GIV(instructionPointer) = ((usqInt)(longAt(GIV(framePointer) + FoxIFSavedIP)));
                                                           ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21121:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())) {
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21124:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21127:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), returnValue);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21132:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), returnValue);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21135:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        aMethodObj = longAt(GIV(framePointer) + FoxMethod);
                            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21149:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21306:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), object3);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21311:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21315:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object1);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21319:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp2 = GIV(stackPointer) - BytesPerWord), object2);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21324:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object4);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21364:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21370:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21374:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp7 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21377:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21377:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21384:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp10 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21398:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21404:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object5);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21407:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp31 = GIV(stackPointer) - BytesPerWord), 0);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21414:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp41 = GIV(stackPointer) - BytesPerWord), object11);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21417:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21422:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp9 = GIV(stackPointer) - BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21426:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21438:64: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        shouldSkipStoreBytecode = reapAndResetErrorCodeToheader(GIV(framePointer), methodHeader);
                                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:1644:76: note: passing argument to parameter 'theFP' here
static sqInt NoDbgRegParms NeverInline reapAndResetErrorCodeToheader(sqInt theFP, sqInt methodHeader);
                                                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21445:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()))) {
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21548:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21552:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21556:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), object2);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21560:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), object3);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21564:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object4);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21604:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21610:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21614:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp7 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21617:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21617:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21624:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp10 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21638:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21644:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object5);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21647:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp31 = GIV(stackPointer) - BytesPerWord), 0);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21654:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp41 = GIV(stackPointer) - BytesPerWord), object11);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21657:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21662:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp9 = GIV(stackPointer) - BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21666:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21678:64: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        shouldSkipStoreBytecode = reapAndResetErrorCodeToheader(GIV(framePointer), methodHeader);
                                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:1644:76: note: passing argument to parameter 'theFP' here
static sqInt NoDbgRegParms NeverInline reapAndResetErrorCodeToheader(sqInt theFP, sqInt methodHeader);
                                                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21685:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()))) {
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21743:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21744:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? longAt(theFP + FoxMFReceiver)
                         ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21745:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : longAt(theFP + FoxIFReceiver));
                         ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21746:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        mthd = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21748:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : longAt(theFP + FoxMethod));
                         ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21753:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        printChar(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                     ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21758:85: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        printActivationNameForreceiverisBlockfirstTemporary(mthd, rcvr, ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                                           ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21759:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                           ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21760:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0), ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21760:70: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0), ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                                   ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21762:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs) * BytesPerWord))
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21763:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                : longAt(((theFP + FoxMFReceiver) - BytesPerWord) + ((frameNumArgs) * BytesPerWord)))
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21765:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        (0 < ((frameNumArgs1 = byteAt((theFP + FoxIFrameFlags) + 1)))
                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21766:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs1) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21767:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((theFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs1) * BytesPerWord))))));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22024:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
         && (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()))))) {
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22323:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22339:127: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22356:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                               ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22357:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                           ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22358:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22360:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                activeContext = longAt(theFP + FoxThisContext);
                                       ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22464:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()))) {
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22466:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                aMethodObj = longAt(GIV(framePointer) + FoxMethod);
                                    ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22479:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22483:127: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22507:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                                                      ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22509:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        theMethodField = longAt(theFP + FoxMethod);
                                                                ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22517:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        theIP = ((usqInt)(longAt(theIPPtr)));
                                                                 ^~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22521:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(theIPPtr, theIP + ((theMethod->objectHeader)));
                                                          ^~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22523:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(theFP + FoxMethod, theMethodField + ((theMethod->objectHeader)));
                                                  ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22525:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                                                        ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22550:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        theContext = longAt(theFP + FoxThisContext);
                            ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22553:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                              ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22559:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                tempIndex = byteAt((theFP + FoxIFrameFlags) + 1);
                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22572:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if ((((longAt(argsPointer)) & (tagMask())) == 0)
                                      ^~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22573:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                         && (oopisLessThan(longAt(argsPointer), GIV(newSpaceLimit)))) {
                                                  ^~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2936:49: note: expanded from macro 'oopisLessThan'
#define oopisLessThan(anOop,otherOop) ((usqInt)(anOop) < (usqInt)(otherOop))
                                                ^~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22580:116: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((theContext + BaseHeaderSize) + (((sqInt)((usqInt)((ReceiverIndex + i)) << (shiftForWord())))), longAt(argsPointer));
                                                                                                                                 ^~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22591:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if ((((longAt(pointer)) & (tagMask())) == 0)
                                      ^~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22592:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                         && (oopisLessThan(longAt(pointer), GIV(newSpaceLimit)))) {
                                                  ^~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2936:49: note: expanded from macro 'oopisLessThan'
#define oopisLessThan(anOop,otherOop) ((usqInt)(anOop) < (usqInt)(otherOop))
                                                ^~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22599:124: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((theContext + BaseHeaderSize) + (((sqInt)((usqInt)((ReceiverIndex + tempIndex)) << (shiftForWord())))), longAt(pointer));
                                                                                                                                         ^~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22623:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                return (((usqInt)(longAt(fp + FoxMethod)))) < (startOfMemory());
                                         ^~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22626:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((((usqInt)(longAt(fp + FoxMethod)))) < (startOfMemory())) {
                                      ^~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22630:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                theInstrPointer = longAt(fp + FoxIFSavedIP);
                                         ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22660:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        senderContextOrNil = longAt((aPage->baseAddress));
                                    ^~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22661:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        savedThisContext = longAt(((aPage->baseAddress)) - BytesPerWord);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23107:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                withDetails = longAt(GIV(stackPointer));
                                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23121:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), constituents);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23148:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        context = longAt(GIV(stackPointer));
                             ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23156:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                                              ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23181:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)flags << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23210:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                criticalSection = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23211:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                activeProc = longAt(GIV(stackPointer));
                                        ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23216:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                criticalSection = longAt(GIV(stackPointer));
                                             ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23243:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(falseObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23249:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(trueObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23254:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(falseObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23281:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        criticalSection = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23335:68: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((GIV(methodCache)[probe + MethodCacheMethod]) == (longAt(GIV(stackPointer)))) {
                                                                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23340:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        flushExternalPrimitiveOf(longAt(GIV(stackPointer)));
                                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23341:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        unlinkSendsToandFreeIf(longAt(GIV(stackPointer)), 0);
                                          ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23357:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        selector = longAt(GIV(stackPointer));
                              ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23395:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        sema = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23410:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23445:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        methodReceiver = longAt(GIV(stackPointer));
                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23481:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), data);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23512:63: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (methodWithHeaderShouldBeCogged(methodHeaderOf(longAt(GIV(stackPointer))))) {
                                                                     ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23514:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                alreadyCogged = (((longAt(GIV(stackPointer))) & (tagMask())) == 0)
                                              ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23515:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 && ((((((usqInt) (longAt(longAt(GIV(stackPointer))))) >> (formatShift())) & (formatMask())) >= (firstCompiledMethodFormat()))
                                                     ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23516:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 && (isCogMethodReference(longAt(((longAt(GIV(stackPointer))) + BaseHeaderSize) + (((sqInt)((usqInt)(HeaderIndex) << (shiftForWord()))))))));
                                                              ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23519:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        cogMethod = cogselector(longAt(GIV(stackPointer)), GIV(nilObj));
                                                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23523:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                cogMethod = cogselector(longAt(GIV(stackPointer)), GIV(nilObj));
                                                                   ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23542:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 && ((((longAt(GIV(stackPointer))) & (tagMask())) == 0)
                                   ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23543:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 && ((((((usqInt) (longAt(longAt(GIV(stackPointer))))) >> (formatShift())) & (formatMask())) >= (firstCompiledMethodFormat()))
                                                     ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23544:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 && (isCogMethodReference(longAt(((longAt(GIV(stackPointer))) + BaseHeaderSize) + (((sqInt)((usqInt)(HeaderIndex) << (shiftForWord())))))))))) {
                                                              ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23546:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        methodHeader = longAt(((longAt(GIV(stackPointer))) + BaseHeaderSize) + (((sqInt)((usqInt)(HeaderIndex) << (shiftForWord())))));
                                                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23565:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)flags << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23579:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23599:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23618:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        thisReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23636:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23655:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        newValue = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23656:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23662:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        thisReceiver = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23724:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), newValue);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23745:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        sema = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23764:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23800:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        proc = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23859:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (synchronousSignal(longAt(GIV(stackPointer)))) {
                                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23880:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((longAt(GIV(framePointer) + FoxMethod)) == GIV(newMethod)) {
                    ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23900:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((longAt(GIV(framePointer) + FoxMethod)) == GIV(newMethod)) {
                    ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23932:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        process = longAt(GIV(stackPointer));
                             ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23935:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24101:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), myList);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24157:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        aContextOrNil = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24167:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        thisCtx = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24211:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if ((pointerForOop(longAt(theFP + FoxSavedFP))) != contextsFP) {
                                                  ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24213:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                numArgs = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                             ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24215:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : byteAt((theFP + FoxIFrameFlags) + 1));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24223:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) {
                                                                         ^~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24233:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                contextsIP = ((usqInt)(pointerForOop(longAt(frameAbove + FoxCallerSavedIP))));
                                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24241:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(newSP, longAt(source));
                                                                ^~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24241:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(newSP, longAt(source));
                                                  ^~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24243:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                longAtput(newFP + FoxSavedFP, contextsFP);
                                          ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24243:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                longAtput(newFP + FoxSavedFP, contextsFP);
                                                              ^~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24244:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (((((usqInt)(longAt(newFP + FoxMethod)))) < (startOfMemory()))
                                                       ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24248:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(contextsFP + FoxIFSavedIP, contextsIP);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24251:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                longAtput(newFP + FoxCallerSavedIP, contextsIP);
                                          ^~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24279:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                callerContextOrNil = longAt((thePage1->baseAddress));
                                            ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24324:48: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        while (((callerFP1 = pointerForOop(longAt(fp1 + FoxSavedFP)))) != 0) {
                                                                                  ^~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24365:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                while (((callerFP2 = pointerForOop(longAt(fp2 + FoxSavedFP)))) != 0) {
                                                                                          ^~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24378:51: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        longAtput(contextsSP, pointerForOop(longAt(frameAbove + FoxCallerSavedIP)));
                                                                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24378:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        longAtput(contextsSP, pointerForOop(longAt(frameAbove + FoxCallerSavedIP)));
                                                                  ^~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24378:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        longAtput(contextsSP, pointerForOop(longAt(frameAbove + FoxCallerSavedIP)));
                                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24399:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                callerContextOrNil1 = longAt((thePage2->baseAddress));
                                                                             ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24438:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                                         ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24440:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        : byteAt((theFP + FoxIFrameFlags) + 1))))) + (2 * BytesPerWord), aContextOrNil);
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24438:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24479:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24544:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                methodObj = longAt(GIV(stackPointer));
                                       ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24547:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                methodObj = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24549:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24553:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24586:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                               ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24587:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                           ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24588:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24590:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                activeContext = longAt(theFP + FoxThisContext);
                                       ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24601:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24604:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24615:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24770:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                top = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24798:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top1 = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24864:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                methodField = longAt(theFP + FoxMethod);
                                                     ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24867:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(theFP + FoxMethod, methodField - 4);
                                                          ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24871:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        flags = longAt(theFP + FoxIFrameFlags);
                                                       ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24873:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(theFP + FoxIFrameFlags, flags - 2);
                                                          ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24876:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        } while(((theFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0);
                                                               ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:25389:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerResult << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:25421:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:25422:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:25456:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:25484:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:25485:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:25529:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        result = allInstancesOf(longAt(GIV(stackPointer)));
                                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:25534:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                result = allInstancesOf(longAt(GIV(stackPointer)));
                                                   ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:25541:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:25570:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:25586:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:25606:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:25607:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:25630:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:25631:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:25656:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                        ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:25660:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:25668:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        ec = becomewithtwoWaycopyHash(longAt(GIV(stackPointer) + (2 * BytesPerWord)), longAt(GIV(stackPointer) + (1 * BytesPerWord)), 0, copyHashFlag);
                                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:25668:91: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        ec = becomewithtwoWaycopyHash(longAt(GIV(stackPointer) + (2 * BytesPerWord)), longAt(GIV(stackPointer) + (1 * BytesPerWord)), 0, copyHashFlag);
                                                                                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:25690:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:25691:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:25711:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        characterCode = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:25724:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), characterObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:25739:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:25742:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), floatObjectOf(((double) ((rcvr >> 3)) )));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:25770:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:25771:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:25898:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:25928:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:25929:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:25930:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        value = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:26089:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:26140:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                cursorObj = longAt(GIV(stackPointer));
                                       ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:26144:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                cursorObj = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:26145:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                maskObj = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:26368:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:26440:48: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        hashOrError = (((hash = (long32At((longAt(GIV(stackPointer))) + 4)) & (identityHashHalfWordMask()))) != 0
                                                      ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:26442:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : (objCouldBeClassObj(longAt(GIV(stackPointer)))
                                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:26443:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                ? (((err = enterIntoClassTable(longAt(GIV(stackPointer))))) != 0
                                                                          ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:26445:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                : (long32At((longAt(GIV(stackPointer))) + 4)) & (identityHashHalfWordMask()))
                                                                        ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:26449:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)hashOrError << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:26485:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop1 = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:26547:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop2 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:26611:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:26628:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArg = positive64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:26629:48: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerRcvr = positive64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:26636:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:26669:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop1 = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:26731:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop2 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:26795:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:26812:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArg = positive64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:26813:48: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerRcvr = positive64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:26820:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:26838:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArgument = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:26846:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:26884:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), shifted);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:26906:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:26921:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:26959:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:26987:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArgument = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:26988:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:26995:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27124:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop1);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27142:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArg = positive64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27143:48: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerRcvr = positive64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27150:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27178:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), ((GIV(totalFreeOldSpace) << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27185:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(nilObj)) {
                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27201:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27206:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27210:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27225:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerVal1 << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27294:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27306:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop1 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27343:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        instance = longAt(GIV(stackPointer));
                              ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27361:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27398:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                s = longAt(GIV(stackPointer));
                               ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27466:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), s);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27511:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        runInNOut = (longAt(GIV(stackPointer) + (0 * BytesPerWord))) == GIV(trueObj);
                            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27594:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27643:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27693:128: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27700:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27703:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp8 = GIV(stackPointer) - BytesPerWord), object2);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27714:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27719:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object11);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27722:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp31 = GIV(stackPointer) - BytesPerWord), blockClosure);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27742:131: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27749:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27752:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp9 = GIV(stackPointer) - BytesPerWord), object3);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27763:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp12 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27768:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((sp22 = GIV(stackPointer) - BytesPerWord), object12);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27771:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((sp32 = GIV(stackPointer) - BytesPerWord), blockClosure);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27791:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27795:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27798:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27798:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27802:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), closureMethod);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27805:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27811:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27814:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), 0);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27823:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp7 = GIV(stackPointer) - BytesPerWord), object1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27827:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + ClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27906:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27956:128: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27963:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27966:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp8 = GIV(stackPointer) - BytesPerWord), object2);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27977:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27982:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object11);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27985:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp31 = GIV(stackPointer) - BytesPerWord), blockClosure);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28005:131: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28012:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28015:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp9 = GIV(stackPointer) - BytesPerWord), object3);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28026:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp12 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28031:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((sp22 = GIV(stackPointer) - BytesPerWord), object12);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28034:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((sp32 = GIV(stackPointer) - BytesPerWord), blockClosure);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28054:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28058:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28061:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28061:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28065:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), closureMethod);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28068:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28074:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28077:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), 0);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28086:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp7 = GIV(stackPointer) - BytesPerWord), object1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28090:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + ClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28169:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argumentArray = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28191:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28224:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28229:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((argumentArray + BaseHeaderSize) + (((sqInt)((usqInt)((index - 1)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28251:128: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28258:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28261:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp8 = GIV(stackPointer) - BytesPerWord), object2);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28272:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28277:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object11);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28280:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp31 = GIV(stackPointer) - BytesPerWord), blockClosure);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28300:131: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28307:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28310:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp9 = GIV(stackPointer) - BytesPerWord), object3);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28321:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp12 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28326:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((sp22 = GIV(stackPointer) - BytesPerWord), object12);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28329:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((sp32 = GIV(stackPointer) - BytesPerWord), blockClosure);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28349:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28353:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28356:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28356:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28360:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), closureMethod);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28363:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28369:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28372:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), 0);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28381:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp7 = GIV(stackPointer) - BytesPerWord), object1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28385:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp10 = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + ClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28434:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28458:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28492:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg1 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28493:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg2 = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28506:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(trueObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28572:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(falseObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28579:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(falseObj));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28585:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(trueObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28623:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                order = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28631:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        string1 = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28634:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        string2 = longAt(GIV(stackPointer) + ((GIV(argumentCount) - 1) * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28681:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)result << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28701:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        fillValue = positive64BitValueOf(longAt(GIV(stackPointer)));
                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28702:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28792:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (((onOffBar = longAt(GIV(stackPointer) + (1 * BytesPerWord)))) == GIV(trueObj)) {
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28807:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (((bufferSize = longAt(GIV(stackPointer)))) == GIV(nilObj)) {
                                      ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28822:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), (((usqInt)numSamples << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28853:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28854:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28952:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (((((longAt(GIV(stackPointer)))) & 7) == 1)) {
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28953:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                crashInThisThread = ((longAt(GIV(stackPointer))) >> 3);
                                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28957:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28961:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28997:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29027:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        quotient = doPrimitiveDivby(longAt(GIV(stackPointer) + (1 * BytesPerWord)), longAt(GIV(stackPointer)));
                                           ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29027:89: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        quotient = doPrimitiveDivby(longAt(GIV(stackPointer) + (1 * BytesPerWord)), longAt(GIV(stackPointer)));
                                                                                               ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29032:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)quotient << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29057:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29073:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer1 = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29094:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)(integerReceiver / integerArgument) << 3) | 1));
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29132:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29133:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29153:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29176:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29177:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29207:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29222:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArgument = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29223:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29226:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver == integerArgument
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29235:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (result
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29254:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29255:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29258:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr == integerArg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29285:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29307:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29399:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                rcvr = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29405:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29409:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp7 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29412:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29412:59: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                        ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29419:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29433:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29439:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), object);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29442:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), 0);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29449:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object1);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29452:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29457:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp9 = GIV(stackPointer) - BytesPerWord), rcvr);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29461:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29473:65: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                shouldSkipStoreBytecode = reapAndResetErrorCodeToheader(GIV(framePointer), methodHeader);
                                                                                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:1644:76: note: passing argument to parameter 'theFP' here
static sqInt NoDbgRegParms NeverInline reapAndResetErrorCodeToheader(sqInt theFP, sqInt methodHeader);
                                                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29530:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), mourner);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29558:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29559:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29638:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr + arg));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29662:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29663:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29691:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), result);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29715:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopToStore = longAt(GIV(stackPointer));
                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29722:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29723:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29748:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), oopToStore);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29759:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), oopToStore);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29793:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29794:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29881:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr / arg));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29910:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29911:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29991:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (aBool
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:30022:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:30023:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:30103:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (aBool
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:30134:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:30135:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:30215:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (aBool
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:30246:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:30247:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:30327:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (aBool
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:30358:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:30359:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:30439:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (aBool
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:30469:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:30470:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:30549:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr * arg));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:30578:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:30579:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:30659:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (!aBool
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:30689:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:30690:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:30769:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr - arg));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:30967:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                        ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:30971:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                        ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:30983:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        vScale = floatValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:30984:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        hScale = floatValueOf(longAt(GIV(stackPointer) + (2 * BytesPerWord)));
                                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:30985:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31090:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31142:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31178:128: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31185:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31188:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp9 = GIV(stackPointer) - BytesPerWord), object2);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31199:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31204:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object11);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31207:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp31 = GIV(stackPointer) - BytesPerWord), blockClosure);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31236:131: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31243:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31246:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp10 = GIV(stackPointer) - BytesPerWord), object3);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31257:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp12 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31262:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((sp22 = GIV(stackPointer) - BytesPerWord), object12);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31265:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((sp32 = GIV(stackPointer) - BytesPerWord), blockClosure);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31285:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31289:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31292:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31292:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31296:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), closureMethod);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31299:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31305:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31308:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp7 = GIV(stackPointer) - BytesPerWord), 0);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31317:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp8 = GIV(stackPointer) - BytesPerWord), object1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31321:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + FullClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31340:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31414:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volu[[Pipeline] withEnv
 24%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/types.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/types.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/ffi/src/types.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/src/types.c:1:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/ffi/src/types.c: In function ‘fillBasicType’:
/builds/workspace/pharo-vm_pharo-9/repository/ffi/src/types.c:112:2: warning: ‘address’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  setHandler(aOop, address);
  ^
[ 24%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/typesPrimitives.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/typesPrimitives.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/ffi/src/typesPrimitives.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/src/typesPrimitives.c:1:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 25%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/utils.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/utils.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/ffi/src/utils.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/src/utils.c:1:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
mes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31450:128: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31457:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31460:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp9 = GIV(stackPointer) - BytesPerWord), object2);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31471:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31476:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object11);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31479:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp31 = GIV(stackPointer) - BytesPerWord), blockClosure);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31508:131: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31515:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31518:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp10 = GIV(stackPointer) - BytesPerWord), object3);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31529:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp12 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31534:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((sp22 = GIV(stackPointer) - BytesPerWord), object12);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31537:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((sp32 = GIV(stackPointer) - BytesPerWord), blockClosure);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31557:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31561:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31564:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31564:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31568:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), closureMethod);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31571:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31577:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31580:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp7 = GIV(stackPointer) - BytesPerWord), 0);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31589:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp8 = GIV(stackPointer) - BytesPerWord), object1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31593:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + FullClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31612:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31686:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argumentArray = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31708:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31730:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: [Pipeline] {
[Pipeline] sh
[ 25%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/sameThread/sameThread.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/sameThread/sameThread.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/ffi/src/sameThread/sameThread.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/src/sameThread/sameThread.c:3:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/ffi/src/sameThread/sameThread.c: In function ‘sameThreadCallbackEnter’:
/builds/workspace/pharo-vm_pharo-9/repository/ffi/src/sameThread/sameThread.c:34:8: warning: unused variable ‘flags’ [-Wunused-variable]
  sqInt flags;
        ^
[ 26%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbackPrimitives.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbackPrimitives.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/ffi/src/callbacks/callbackPrimitives.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/callbacks.h:6,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/src/callbacks/callbackPrimitives.c:1:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/ffi/src/callbacks/callbackPrimitives.c: In function ‘primitiveRegisterCallback’:
/builds/workspace/pharo-vm_pharo-9/repository/ffi/src/callbacks/callbackPrimitives.c:102:11: warning: unused variable ‘handler’ [-Wunused-variable]
     void *handler;
           ^
[ 27%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbacks.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbacks.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/ffi/src/callbacks/callbacks.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/callbacks.h:6,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/src/callbacks/callbacks.c:1:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 27%] Building C object CMakeFiles/PharoVMCore.dir/src/semaphores/pharoSemaphore.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/src/semaphores/pharoSemaphore.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/src/semaphores/pharoSemaphore.c
expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31735:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((argumentArray + BaseHeaderSize) + (((sqInt)((usqInt)((index - 1)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31754:128: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31761:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31764:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp9 = GIV(stackPointer) - BytesPerWord), object2);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31775:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31780:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object11);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31783:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp31 = GIV(stackPointer) - BytesPerWord), blockClosure);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31812:131: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31819:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31822:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp10 = GIV(stackPointer) - BytesPerWord), object3);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31833:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp12 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31838:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((sp22 = GIV(stackPointer) - BytesPerWord), object12);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31841:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((sp32 = GIV(stackPointer) - BytesPerWord), blockClosure);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31861:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31865:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31868:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31868:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31872:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), closureMethod);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31875:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31881:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31884:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp7 = GIV(stackPointer) - BytesPerWord), 0);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31893:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp8 = GIV(stackPointer) - BytesPerWord), object1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31897:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp13 = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + FullClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31916:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31957:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31980:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), s);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32007:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        key = cStringOrNullFor(longAt(GIV(stackPointer)));
                                          ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32030:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32044:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32048:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (trueOrFalse
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32087:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), stringOop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32105:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32247:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), labelOop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32320:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32333:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArgument = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32334:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32337:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver >= integerArgument
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32361:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32362:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32365:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr >= integerArg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32380:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArgument = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32381:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32384:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver > integerArgument
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32408:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32409:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32412:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr > integerArg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32427:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        ammount = longAt(GIV(stackPointer));
                             ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32440:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)segSize << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32458:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        value = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32483:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)((value * HashMultiplyConstant) & 0xFFFFFFF) << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32501:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
         && ((longAt(GIV(stackPointer))) == GIV(trueObj));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32507:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32531:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32548:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        otherObject = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32549:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        thisObject = longAt(GIV(stackPointer));
                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32560:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (thisObject == otherObject
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32577:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        thisReceiver = longAt(GIV(stackPointer));
                                  ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32603:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32627:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32664:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                s = longAt(GIV(stackPointer));
                               ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32695:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), s);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32716:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32739:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), ((value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32753:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32825:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index1 = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32826:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr1 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32855:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp4 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32871:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp5 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32885:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp7 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32901:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp6 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32922:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), longAt((rcvr1 + BaseHeaderSize) + (((sqInt)((usqInt)(index1) << (shiftForWord()))))));
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32933:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp3 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), longAt((rcvr1 + BaseHeaderSize) + (((sqInt)((usqInt)((index1 + numFixed)) << (shiftForWord()))))));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32971:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueOop = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32972:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32973:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33018:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33036:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33051:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33069:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp3 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33105:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                longAtput((sp4 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33131:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp5 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33168:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33184:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33241:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                top1 = longAt(GIV(stackPointer));
                                  ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33248:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33252:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33255:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(messageSelector));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33258:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), runArgs);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33261:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), runReceiver);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33289:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (VMBIGENDIAN
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33307:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        obj = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33316:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (trueOrFalse
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33342:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33355:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArgument = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33356:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33359:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver <= integerArgument
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33383:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33384:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33387:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr <= integerArg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33402:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArgument = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33403:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33406:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver < integerArgument
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33430:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33431:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33434:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr < integerArg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33466:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33493:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33506:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), nameOop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33535:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33562:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33575:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), nameOop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33610:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        outPointerArray = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33613:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        segmentWordArray = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33627:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), result);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33654:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33671:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33689:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33732:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33733:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33784:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), pt);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33797:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33826:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33841:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)MillisecondClockMask << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33853:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        mod = doPrimitiveModby(longAt(GIV(stackPointer) + (1 * BytesPerWord)), longAt(GIV(stackPointer)));
                                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33853:84: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        mod = doPrimitiveModby(longAt(GIV(stackPointer) + (1 * BytesPerWord)), longAt(GIV(stackPointer)));
                                                                                          ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33858:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)mod << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33889:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33890:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33915:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33933:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33949:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer1 = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33982:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerResult << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34005:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34006:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34027:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34043:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        obj = instantiateClassisPinned(longAt(GIV(stackPointer)), 0);
                                                  ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34046:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                reasonCode = (isFixedSizePointerFormat(instSpecOfClass(longAt(GIV(stackPointer))))
                                                                                  ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34053:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), obj);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34083:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        header = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34084:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        bytecodeCount = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34092:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        class = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34202:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), theMethod);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34215:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        obj = instantiateClassisPinned(longAt(GIV(stackPointer)), 1);
                                                  ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34218:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                reasonCode = (isFixedSizePointerFormat(instSpecOfClass(longAt(GIV(stackPointer))))
                                                                                  ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34225:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), obj);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34252:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop1 = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34320:57: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        obj = instantiateClassindexableSizeisPinned(longAt(GIV(stackPointer) + (1 * BytesPerWord)), size, 0);
                                                           ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34323:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                classFormat = ((longAt(((longAt(GIV(stackPointer) + (1 * BytesPerWord))) + BaseHeaderSize) + (((sqInt)((usqInt)(InstanceSpecificationIndex) << (shiftForWord())))))) >> 3);
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34336:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), obj);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34360:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34421:57: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        obj = instantiateClassindexableSizeisPinned(longAt(GIV(stackPointer) + (1 * BytesPerWord)), size, 1);
                                                           ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34424:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                classFormat = ((longAt(((longAt(GIV(stackPointer) + (1 * BytesPerWord))) + BaseHeaderSize) + (((sqInt)((usqInt)(InstanceSpecificationIndex) << (shiftForWord())))))) >> 3);
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34437:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), obj);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34460:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        object = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34543:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), subsequentObject);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34566:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        instance = accessibleObjectAfter(longAt(GIV(stackPointer)));
                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34569:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)0 << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34575:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), instance);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34590:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArgument = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34591:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34594:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver != integerArgument
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34603:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (result
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34622:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34623:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34626:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr != integerArg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34648:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        otherObject = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34649:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        thisObject = longAt(GIV(stackPointer));
                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34678:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (thisObject != otherObject
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34738:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (!(((longAt(GIV(stackPointer))) == GIV(trueObj))
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34739:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 || ((longAt(GIV(stackPointer))) == GIV(falseObj)))) {
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34744:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        goal = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34745:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        stack = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34746:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        followWeak = (longAt(GIV(stackPointer))) == GIV(trueObj);
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34987:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        path = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34989:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), path);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35022:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35023:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        lookupClass = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35055:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        selector = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35056:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argumentArray = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35079:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35082:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35086:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((argumentArray + BaseHeaderSize) + (((sqInt)((usqInt)((index - 1)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35133:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                top = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35148:62: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((GIV(stackPointer) + offset) + delta, longAt(GIV(stackPointer) + offset));
                                                                       ~~~~^~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35148:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((GIV(stackPointer) + offset) + delta, longAt(GIV(stackPointer) + offset));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35181:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        actualReceiver = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35182:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        selector = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35183:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argumentArray = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35206:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35209:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), actualReceiver);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35213:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((argumentArray + BaseHeaderSize) + (((sqInt)((usqInt)((index - 1)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35248:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                top = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35261:62: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((GIV(stackPointer) + offset) + delta, longAt(GIV(stackPointer) + offset));
                                                                       ~~~~^~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35261:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((GIV(stackPointer) + offset) + delta, longAt(GIV(stackPointer) + offset));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35288:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(profileMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35313:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(profileProcess));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35348:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35380:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? ((longAt(GIV(stackPointer))) >> 3)
                               ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35400:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35416:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer1 = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35452:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerResult << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35483:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35484:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35502:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35519:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35564:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35565:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35582:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35608:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)depth << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35637:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35709:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35729:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35753:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                        ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35757:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                        ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35770:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35786:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer1 = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35802:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer2 = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35822:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((5 - 1) * BytesPerWord)), (okay
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35839:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35869:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35883:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                        ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35893:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35904:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (wasImmutable
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35923:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35959:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        stringOop = longAt(GIV(stackPointer));
                               ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36025:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                hasHash = (((longAt(GIV(stackPointer))) & (tagMask())) == 0)
                                        ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36026:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 && ((long32At((longAt(GIV(stackPointer))) + 4)) & (identityHashHalfWordMask()));
                                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36028:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (hasHash
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36036:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36040:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36061:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + ((GIV(argumentCount) - 1) * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36077:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36114:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)oldHash << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36132:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        labelOop = longAt(GIV(stackPointer));
                              ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36194:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36210:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer1 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36248:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36254:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36270:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36290:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        value = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36291:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36301:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36329:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36351:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36367:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer1 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36383:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer2 = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36399:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer3 = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36434:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        bytes = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36469:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36492:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36551:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)(totalLength - fixedFields) << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36563:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        byteSize = ((longAt(GIV(stackPointer))) & (tagMask())
                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36565:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : bytesInObject(longAt(GIV(stackPointer))));
                                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36568:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36602:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (!(((((longAt(GIV(stackPointer)))) & 7) == 1))) {
                                     ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36608:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                nElements = ((longAt(GIV(stackPointer))) >> 3);
                                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36609:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                classFormat = ((longAt(((longAt(GIV(stackPointer) + (1 * BytesPerWord))) + BaseHeaderSize) + (((sqInt)((usqInt)(InstanceSpecificationIndex) << (shiftForWord())))))) >> 3);
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36658:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36663:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        classFormat1 = ((longAt(((longAt(GIV(stackPointer) + (0 * BytesPerWord))) + BaseHeaderSize) + (((sqInt)((usqInt)(InstanceSpecificationIndex) << (shiftForWord())))))) >> 3);
                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36683:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), ((byteSize << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36707:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36722:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36762:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr + arg));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36779:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36818:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36833:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36879:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr / arg));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36904:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36919:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36959:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (rcvr == arg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36977:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        aValue = floatObjectOf(exp(smallFloatValueOf(longAt(GIV(stackPointer)))));
                                                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36993:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
((((usqInt)(longAt(GIV(stackPointer))))) <= 15
                       ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36995:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : ((exp = ((usqInt) (((usqInt)(longAt(GIV(stackPointer)))))) >> (((numTagBits()) + (smallFloatMantissaBits())) + 1)),
                                                          ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37014:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37054:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37069:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37109:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (rcvr >= arg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37136:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37151:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37191:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (rcvr > arg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37218:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37233:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37273:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (rcvr <= arg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37300:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37315:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37355:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (rcvr < arg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37377:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37416:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37431:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37471:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr * arg));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37496:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37511:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37551:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (!(rcvr == arg)
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37570:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37601:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37648:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37663:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37703:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr - arg));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37721:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37731:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37753:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), result);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37769:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37804:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        class = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37814:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), instance);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37833:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37847:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(specialObjectsOop));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37863:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37918:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        outPointerArray = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37919:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        segmentWordArray = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37922:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arrayOfRoots = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37938:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                outPointerArray = longAt(GIV(stackPointer));
                                             ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37939:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                segmentWordArray = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37940:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                arrayOfRoots = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37979:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37980:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:38114:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:38145:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:38146:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:38147:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        value = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:38314:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:38354:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        array = longAt(GIV(stackPointer) + (4 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:38355:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        start = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:38356:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        stop = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:38357:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        repl = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:38358:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        replStart = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                           ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:38423:12: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                arrayFmt = arrayFmt;
                ~~~~~~~~ ^ ~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:38470:11: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                replFmt = replFmt;
                ~~~~~~~ ^ ~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:38624:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerResult << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:38656:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:38657:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:38691:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:38721:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                criticalSection = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:38722:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                activeProc = longAt(GIV(stackPointer));
                                        ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:38727:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                criticalSection = longAt(GIV(stackPointer));
                                             ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:38754:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(falseObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:38760:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(trueObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:38765:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:38783:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:38803:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (okay
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:38823:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:38839:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:38842:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(result));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:38858:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:38911:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        moduleName = longAt(GIV(stackPointer));
                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:39067:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:39092:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                resultArray = longAt(GIV(stackPointer));
                                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:39127:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), resultArray);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:39154:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                resultArray = longAt(GIV(stackPointer));
                                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:39188:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), resultArray);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:39209:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), s);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:39238:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (running
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:39249:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        sampleBuffer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:39259:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)numSamples << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:39276:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        sema = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:44603:15: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        treeNode = treeNode;
                                        ~~~~~~~~ ^ ~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:49642:13: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                        treeNode = treeNode;
                        ~~~~~~~~ ^ ~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:51474:5: warning: expression result unused [-Wunused-value]
                                -classIndex2;
                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:51539:26: warning: expression result unused [-Wunused-value]
                8 /* allocationUnit */ / BytesPerOop;
                ~                      ^ ~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:52836:13: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long') from 'void *' [-Wint-conversion]
        allocation = calloc(sizeof(void *), unscannedEphemeronsQueueInitialSize);
                   ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:53051:7: warning: incompatible integer to pointer conversion passing 'usqInt' (aka 'unsigned long') to parameter of type 'void *' [-Wint-conversion]
        free((GIV(unscannedEphemerons).start));
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/malloc/_malloc.h:42:18: note: passing argument to parameter here
void     free(void *);
                    ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:57008:25: warning: incompatible integer to pointer conversion passing 'usqInt' (aka 'unsigned long') to parameter of type 'void *' [-Wint-conversion]
                reallocated = realloc((GIV(unscannedEphemerons).start), desiredSize);
                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/malloc/_malloc.h:43:21: note: passing argument to parameter '__ptr' here
void    *realloc(void *__ptr, size_t __size) __result_use_check __alloc_size(2);
                       ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:57008:15: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long') from 'void *' [-Wint-conversion]
                reallocated = realloc((GIV(unscannedEphemerons).start), desiredSize);
                            ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:57445:41: warning: expression result unused [-Wunused-value]
                asserta((checkInterpreterIntegrity()) == 0);
                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqAssert.h:30:25: note: expanded from macro 'asserta'
# define asserta(expr) (expr)
                        ^~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:57466:41: warning: expression result unused [-Wunused-value]
                asserta((checkInterpreterIntegrity()) == 0);
                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqAssert.h:30:25: note: expanded from macro 'asserta'
# define asserta(expr) (expr)
                        ^~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:58477:14: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                        treeNode1 = treeNode1;
                        ~~~~~~~~~ ^ ~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:60970:108: warning: passing 'usqInt *' (aka 'unsigned long *') to parameter of type 'sqInt *' (aka 'long *') converts between pointers to integer types with different sign [-Wpointer-sign]
        segAddress = sqAllocateMemorySegmentOfSizeAboveAllocatedSizeInto(ammount, firstGapOfSizeAtLeast(ammount), (&allocatedSize));
                                                                                                                  ^~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:60:98: note: passing argument to parameter 'asp' here
extern void *sqAllocateMemorySegmentOfSizeAboveAllocatedSizeInto(sqInt sz, void *minAddr, sqInt *asp);
                                                                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:61431:13: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                        treeNode = treeNode;
                        ~~~~~~~~ ^ ~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:61982:77: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        assertValidExecutionPointersimbarline(lip, lifp, lisp, !((((usqInt)(longAt(lifp + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                   ^~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:62492:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 && ((((((sqInt)(pointerForOop(longAt(maybeFP + FoxSavedFP))))) & (tagMask())) == 0)
                                                      ^~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:62494:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                (oopForPointer(pointerForOop(longAt(maybeFP + FoxSavedFP)))) + (smallIntegerTag()))) == (longAt((aContext + BaseHeaderSize) + (((sqInt)((usqInt)(InstructionPointerIndex) << (shiftForWord())))))))
                                                    ^~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:62495:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 && (((((usqInt)(longAt(maybeFP + FoxMethod)))) < (startOfMemory())
                                        ^~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:62496:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ? ((longAt(maybeFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                   ^~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:62497:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : (byteAt((maybeFP + FoxIFrameFlags) + 2)) != 0)))))) {
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:62504:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        maybeFrameCtxt = longAt(maybeFP + FoxThisContext);
                                ^~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:62577:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                frameRcvrOffset = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                     ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:62581:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        oop = longAt(theSP);
                                     ^~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:62587:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                       ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:62588:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                   ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:62589:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:62591:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ok = ok && (checkOkayFields(longAt(theFP + FoxThisContext)));
                                                           ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:62593:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ok = ok && (checkOkayFields(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                               ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:62595:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : longAt(theFP + FoxMethod))));
                                 ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:62596:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                                        ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:62604:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                oop = longAt(theSP);
                             ^~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:62746:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                          ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:62748:95: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : (((usqInt) ((theFP + FoxIFReceiver) - GIV(stackPointer))) >> (shiftForWord())) + (byteAt((theFP + FoxIFrameFlags) + 1)));
                                                                                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:62761:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        theSP = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                   ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:62774:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                aFrame = pointerForOop(longAt(aFrame + FoxSavedFP));
                                              ^~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:62787:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:62789:82: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : (((usqInt) ((theFP + FoxIFReceiver) - theSP)) >> (shiftForWord())) + (byteAt((theFP + FoxIFrameFlags) + 1)));
                                                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63045:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), message);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63101:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63137:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                               ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63138:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                           ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63139:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63141:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                activeContext = longAt(theFP + FoxThisContext);
                                       ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63179:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        theIP = longAt(theSP);
                       ^~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63186:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                       ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63187:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                   ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63188:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63190:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        theContext = longAt(theFP + FoxThisContext);
                                            ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63220:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                theIP = ((sqInt)(pointerForOop(longAt(theFP + FoxCallerSavedIP))));
                                                      ^~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63221:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                theFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                             ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63233:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        callerContextOrNil = longAt((thePage->baseAddress));
                                    ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63414:19: warning: explicitly assigning value of variable of type 'struct VirtualMachine *' to itself [-Wself-assign]
        interpreterProxy = interpreterProxy;
        ~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63429:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                        ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63438:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                callerContextOrNil = longAt((thePage->baseAddress));
                                            ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63445:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (((((usqInt)(longAt(callerFP + FoxMethod)))) < (startOfMemory())
                               ^~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63446:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? ((longAt(callerFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                           ^~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63447:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : (byteAt((callerFP + FoxIFrameFlags) + 2)) != 0)) {
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63449:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                return longAt(callerFP + FoxThisContext);
                              ^~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63859:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        callerFP1 = pointerForOop(longAt(theFP + FoxSavedFP));
                                         ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63868:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                callerContextOrNil = longAt((thePage1->baseAddress));
                                            ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63876:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (((((usqInt)(longAt(callerFP1 + FoxMethod)))) < (startOfMemory())
                               ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63877:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? ((longAt(callerFP1 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                           ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63878:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : (byteAt((callerFP1 + FoxIFrameFlags) + 2)) != 0)) {
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63880:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                callerCtx = longAt(callerFP1 + FoxThisContext);
                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63889:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                theIP = longAt((thePage->headSP));
                               ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63903:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                theIP = oopForPointer(pointerForOop(longAt(frameAbove + FoxCallerSavedIP)));
                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63941:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                        ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63946:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                callerIP = oopForPointer(pointerForOop(longAt(theFP + FoxCallerSavedIP)));
                                                              ^~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63949:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(callerSP, callerIP);
                          ^~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63973:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((longAt(aFramePtr + FoxSavedFP)) == 0) {
                    ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64120:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                oop = longAt(((longAt(GIV(stackPointer))) + BaseHeaderSize) + (((sqInt)((usqInt)((localPrimIndex - 264)) << (shiftForWord())))));
                                          ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64121:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64130:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(trueObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64136:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp2 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(falseObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64142:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp3 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64147:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)(localPrimIndex - 261) << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64264:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        callerFP = pointerForOop(longAt(spouseFP + FoxSavedFP));
                                                        ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64273:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                callerContextOrNil = longAt((thePage->baseAddress));
                                                            ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64280:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if (((((usqInt)(longAt(callerFP + FoxMethod)))) < (startOfMemory())
                                               ^~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64281:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                ? ((longAt(callerFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                           ^~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64282:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                : (byteAt((callerFP + FoxIFrameFlags) + 2)) != 0)) {
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64284:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                return longAt(callerFP + FoxThisContext);
                                              ^~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64301:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? ((((usqInt)(longAt(spouseFP + FoxMethod)))) < (startOfMemory())
                                     ^~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64303:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs - (offset - (ReceiverIndex + 1))) * BytesPerWord))
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64304:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                : longAt(((spouseFP + FoxMFReceiver) - BytesPerWord) + ((frameNumArgs - (offset - (ReceiverIndex + 1))) * BytesPerWord)))
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64305:66: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                : ((offset - (ReceiverIndex + 1)) < ((frameNumArgs1 = byteAt((spouseFP + FoxIFrameFlags) + 1)))
                                                                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64306:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs1 - (offset - (ReceiverIndex + 1))) * BytesPerWord))
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64307:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                : longAt(((spouseFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs1 - (offset - (ReceiverIndex + 1))) * BytesPerWord))))
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64482:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) {
                                                 ^~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64574:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                        ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64575:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                   ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64576:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0))
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64577:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 && (homeContext == (longAt(theFP + FoxThisContext)))) {
                                            ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64581:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                         || (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64582:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                                           ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64583:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0)))) {
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64584:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        theMethod1 = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                        ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64586:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                : longAt(theFP + FoxMethod));
                                         ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64596:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                       ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64597:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                   ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64598:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64600:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        return longAt(theFP + FoxThisContext);
                                                      ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64606:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                theFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                             ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64613:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        callerContextOrNil = longAt((thePage->baseAddress));
                                    ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64702:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        theSP = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                   ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64715:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                aFrame = pointerForOop(longAt(aFrame + FoxSavedFP));
                                              ^~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64770:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                        ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64771:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                   ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64772:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0))
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64773:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 && (homeContext == (longAt(theFP + FoxThisContext)))) {
                                            ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64777:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (!(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                         ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64778:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                                           ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64779:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0))) {
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64780:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        theMethod1 = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                        ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64782:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                : longAt(theFP + FoxMethod));
                                         ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64792:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                       ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64793:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                   ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64794:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64796:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ctxtOrNilOrZero = longAt(theFP + FoxThisContext);
                                                                 ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64804:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                theFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                             ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64811:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        callerContextOrNil = longAt((thePage->baseAddress));
                                    ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64857:53: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        for (ptr = theSP, toDoLimit1 = (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                           ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64860:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                oop = longAt(ptr);
                             ^~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64863:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput(ptr, followForwarded(oop));
                                  ^~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64866:134: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        for (ptr = ((theFP + FoxCallerSavedIP) + BytesPerWord), toDoLimit2 = (theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                                                                                            ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64868:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        : byteAt((theFP + FoxIFrameFlags) + 1))))); ptr <= toDoLimit2; ptr += BytesPerWord) {
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64869:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                oop = longAt(ptr);
                             ^~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64882:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput(ptr, oop);
                                  ^~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64885:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                               ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64886:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                           ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64887:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0)) {
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64892:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                               ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64893:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                           ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64894:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64933:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return longAt(theFP + FoxThisContext);
                      ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64977:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        numArgs = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                     ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64979:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : byteAt((theFP + FoxIFrameFlags) + 1));
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64993:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return longAt(theFP + ((FoxCallerSavedIP + BytesPerWord) + (((sqInt)((usqInt)(numArgs) << (shiftForWord()))))));
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65231:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65243:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord), rcvr);
                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65245:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (isPointers(((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())
                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65246:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? longAt(GIV(framePointer) + FoxMFReceiver)
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65247:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : longAt(GIV(framePointer) + FoxIFReceiver)))) {
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65248:61: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                followForwardedObjectFieldstoDepth(((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())
                                                                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65249:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ? longAt(GIV(framePointer) + FoxMFReceiver)
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65250:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : longAt(GIV(framePointer) + FoxIFReceiver)), 0);
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65271:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65272:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? longAt(theFP + FoxMFReceiver)
                         ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65273:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : longAt(theFP + FoxIFReceiver));
                         ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65313:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                source = ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())
                                            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65339:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 && ((((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) < overflowLimitAddress)
                                                        ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65340:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 && (!((longAt(callerFP + FoxSavedFP)) == 0)))) {
                               ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65349:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        callerFP1 = pointerForOop(longAt(theFP + FoxSavedFP));
                                         ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65358:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                callerContextOrNil = longAt((thePage->baseAddress));
                                            ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65365:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (((((usqInt)(longAt(callerFP1 + FoxMethod)))) < (startOfMemory())
                               ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65366:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? ((longAt(callerFP1 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                           ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65367:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : (byteAt((callerFP1 + FoxIFrameFlags) + 2)) != 0)) {
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65369:10: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAt(callerFP1 + FoxThisContext);
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65521:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return longAt(theFP + FoxMethod);
                      ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65578:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return (longAt(theFP + FoxSavedFP)) == 0;
                       ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65618:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                theFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                             ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65844:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (((pointerForOop(longAt(maybeFrame + FoxSavedFP))) == shouldBeFrameCallerField)
                                           ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65845:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 && (((((usqInt)(longAt(maybeFrame + FoxMethod)))) < (startOfMemory())
                                        ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65846:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ? ((longAt(maybeFrame + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                   ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65847:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : (byteAt((maybeFrame + FoxIFrameFlags) + 2)) != 0))) {
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65849:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        maybeFrameCtxt = longAt(maybeFrame + FoxThisContext);
                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65863:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                longAtput(maybeFrame + FoxThisContext, maybeFrameCtxt);
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65924:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (((pointerForOop(longAt(theFrame + FoxSavedFP))) == shouldBeFrameCallerField)
                                           ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65925:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 && (((((usqInt)(longAt(theFrame + FoxMethod)))) < (startOfMemory())
                                        ^~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65926:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ? ((longAt(theFrame + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                   ^~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65927:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : (byteAt((theFrame + FoxIFrameFlags) + 2)) != 0))) {
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65930:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if ((longAt(theFrame + FoxThisContext)) == aOnceMarriedContext) {
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67307:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                callerContextOrNil = longAt((thePage2->baseAddress));
                                            ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67386:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((anOop == ((((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                     ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67388:81: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        : (((usqInt) ((theFP + FoxIFReceiver) - theSP)) >> (shiftForWord())) + (byteAt((theFP + FoxIFrameFlags) + 1)))) << 3) | 1)))
                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67396:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (anOop == (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                 ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67398:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : longAt(theFP + FoxMethod)))) {
                                 ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67401:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(theFP + FoxSavedFP)) == 0) {
                            ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67407:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if ((((((usqInt)(longAt((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxMethod)))) < (startOfMemory())
                                                                      ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67407:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if ((((((usqInt)(longAt((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxMethod)))) < (startOfMemory())
                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67408:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                ? ((longAt((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67408:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                ? ((longAt((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67409:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                : (byteAt(((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxIFrameFlags) + 2)) != 0))
                                                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67409:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                : (byteAt(((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxIFrameFlags) + 2)) != 0))
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67410:48: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                         && (anOop == (longAt((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxThisContext)))) {
                                                                    ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67410:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                         && (anOop == (longAt((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxThisContext)))) {
                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67415:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvrOffset = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                        ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67419:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (anOop == (longAt(theSP))) {
                                     ^~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67427:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (anOop == (longAt(theSP))) {
                                     ^~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67461:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        aMethodObj = longAt(((GIV(stackPage)->headFP)) + FoxMethod);
                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67473:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67506:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        methodFieldOrObj = longAt(theFP + FoxMethod);
                                  ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67508:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(theFP + FoxMethod, methodFieldOrObj + MFMethodFlagHasContextFlag);
                          ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67513:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                closureOrNil = longAt(theFP + ((FoxCallerSavedIP + BytesPerWord) + (numArgs << (shiftForWord()))));
                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67523:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        closureOrNil = longAt(theFP + ((FoxCallerSavedIP + BytesPerWord) + (numArgs << (shiftForWord()))));
                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67529:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                rcvr = longAt(theFP + FoxMFReceiver);
                              ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67534:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                byteAtput((theFP + FoxIFrameFlags) + 2, 1);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:159:39: note: passing argument to parameter 'oop' here
  static inline sqInt byteAtput(sqInt oop, int val)             { return byteAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67536:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                numArgs = byteAt((theFP + FoxIFrameFlags) + 1);
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67540:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((byteAt((theFP + FoxIFrameFlags) + 3)) != 0) {
                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67541:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        closureOrNil = longAt(theFP + ((FoxCallerSavedIP + BytesPerWord) + (numArgs << (shiftForWord()))));
                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67547:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                rcvr = longAt(theFP + FoxIFReceiver);
                              ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67552:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput(theFP + FoxThisContext, theContext);
                  ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67559:54: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valuePointer2 = (oopForPointer(pointerForOop(longAt(theFP + FoxSavedFP)))) + (smallIntegerTag());
                                                            ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67572:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                                      ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67574:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs - (i - 1)) * BytesPerWord))
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67575:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                : longAt(((theFP + FoxMFReceiver) - BytesPerWord) + ((frameNumArgs - (i - 1)) * BytesPerWord)));
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67579:55: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        valuePointer = ((i - 1) < ((frameNumArgs2 = byteAt((theFP + FoxIFrameFlags) + 1)))
                                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67580:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs2 - (i - 1)) * BytesPerWord))
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67581:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                : longAt(((theFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs2 - (i - 1)) * BytesPerWord)));
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67776:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (boolean
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67795:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((nItems - 1) * BytesPerWord)), floatObjectOf(aFloat));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67811:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)integer << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67840:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67856:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67982:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67984:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs - offset) * BytesPerWord))
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67985:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                : longAt(((theFP + FoxMFReceiver) - BytesPerWord) + ((frameNumArgs - offset) * BytesPerWord)))
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67986:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : (offset < ((frameNumArgs1 = byteAt((theFP + FoxIFrameFlags) + 1)))
                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67987:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs1 - offset) * BytesPerWord))
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67988:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                : longAt(((theFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs1 - offset) * BytesPerWord))));
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:68003:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                       ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:68004:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                   ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:68005:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:68007:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if (((((usqInt) (longAt(longAt(theFP + FoxThisContext)))) >> (markedBitFullShift())) & 1) != 0) {
                                                       ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:68011:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        } while(((theFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0);
                                               ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:68098:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:68125:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:68150:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((nItems - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:68210:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (enabled
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:68217:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:68223:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                                        ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:68233:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (enabled
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:68308:11: warning: unused variable 'sp' [-Wunused-variable]
    char *sp;
          ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:68780:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                callerContextOrNil = longAt((thePage1->baseAddress));
                                                            ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:68925:15: warning: incompatible pointer to integer conversion passing 'CogMethod *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                        printHexnp(cogMethodOf(meth));
                                   ^~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:1611:32: note: passing argument to parameter 'n' here
extern sqInt printHexnp(usqInt n);
                               ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:68937:15: warning: incompatible pointer to integer conversion passing 'CogMethod *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                        printHexnp(cogMethodOf(meth));
                                   ^~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:1611:32: note: passing argument to parameter 'n' here
extern sqInt printHexnp(usqInt n);
                               ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:68993:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (!((longAt(theFP + FoxSavedFP)) == 0)) {
                      ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:68994:52: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                printFrameAndCallersSPshort(pointerForOop(longAt(theFP + FoxSavedFP)), (assert(!(isBaseFrame(theFP))),
                                                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:68995:66: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                (theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                               ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:68997:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        : byteAt((theFP + FoxIFrameFlags) + 1))))) + BytesPerWord), printShort);
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:69017:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        it = longAt(address);
                    ^~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:69043:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        it = longAt(address);
                    ^~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:69102:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        it = longAt(address);
                    ^~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:69138:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        it = longAt(address);
                    ^~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:69224:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                aFrame = pointerForOop(longAt(aFrame + FoxSavedFP));
                                                              ^~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:69235:74: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        (frameAbove + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(frameAbove + FoxMethod)))) < (startOfMemory())
                                                                                                            ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:69237:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        : byteAt((frameAbove + FoxIFrameFlags) + 1))))) + BytesPerWord)
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:69245:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                theSP = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                           ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:70670:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                while (theSP <= (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                    ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:70673:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        if (oop == (longAt(theSP))) {
                                                           ^~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:70675:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                                printHexnp(theFP);
                                                           ^~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:69271:19: note: passing argument to parameter 'n' here
printHexnp(usqInt n)
                  ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:70677:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                                printHexnp(theSP);
                                                           ^~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:69271:19: note: passing argument to parameter 'n' here
printHexnp(usqInt n)
                  ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:70683:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                       ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:70684:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                   ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:70685:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:70686:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        if (oop == (longAt(theFP + FoxThisContext))) {
                                                           ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:70688:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                                printHexnp(theFP);
                                                           ^~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:69271:19: note: passing argument to parameter 'n' here
printHexnp(usqInt n)
                  ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:70694:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (oop == (longAt(theFP + FoxMethod))) {
                                                   ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:70696:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        printHexnp(theFP);
                                                   ^~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:69271:19: note: passing argument to parameter 'n' here
printHexnp(usqInt n)
                  ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:70701:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                                                        ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:70709:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (oop == (longAt(theSP))) {
                                                   ^~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:70711:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        printHexnp(theFP);
                                                   ^~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:69271:19: note: passing argument to parameter 'n' here
printHexnp(usqInt n)
                  ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:70713:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        printHexnp(theSP);
                                                   ^~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:69271:19: note: passing argument to parameter 'n' here
printHexnp(usqInt n)
                  ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:70793:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:70806:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return longAt(theFP + (frameStackedReceiverOffset(theFP)));
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:70818:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:70829:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), (((usqInt)integerValue << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:70843:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:71153:33: warning: expression result unused [-Wunused-value]
                ((((usqInt) w1) >> 8) & 0xFF) | (((sqInt)((usqInt)((w1 & 0xFF)) << 8)));
                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:71224:30: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
        cogCodeBase = pointerForOop(allocateJITMemory(GIV(cogCodeSize), ((header.oldBaseAddr)) - GIV(cogCodeSize)));
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:71225:61: warning: ordered comparison between pointer and integer ('char *' and 'sqInt' (aka 'long'))
        desiredPositionOfHeap = (((cogCodeBase + GIV(cogCodeSize)) < ((header.oldBaseAddr))) ? ((header.oldBaseAddr)) : (cogCodeBase + GIV(cogCodeSize)));
                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:71225:87: warning: pointer/integer type mismatch in conditional expression ('sqInt' (aka 'long') and 'char *') [-Wconditional-type-mismatch]
        desiredPositionOfHeap = (((cogCodeBase + GIV(cogCodeSize)) < ((header.oldBaseAddr))) ? ((header.oldBaseAddr)) : (cogCodeBase + GIV(cogCodeSize)));
                                                                                             ^ ~~~~~~~~~~~~~~~~~~~~~~   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:71225:24: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long') from 'char *' [-Wint-conversion]
        desiredPositionOfHeap = (((cogCodeBase + GIV(cogCodeSize)) < ((header.oldBaseAddr))) ? ((header.oldBaseAddr)) : (cogCodeBase + GIV(cogCodeSize)));
                              ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:71381:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        initializeCodeZoneFromupTo(cogCodeBase, cogCodeBase + GIV(cogCodeSize));
                                   ^~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include/cogit.h:56:46: note: passing argument to parameter 'startAddress' here
extern void initializeCodeZoneFromupTo(sqInt startAddress, sqInt endAddress);
                                             ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:71381:42: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        initializeCodeZoneFromupTo(cogCodeBase, cogCodeBase + GIV(cogCodeSize));
                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include/cogit.h:56:66: note: passing argument to parameter 'endAddress' here
extern void initializeCodeZoneFromupTo(sqInt startAddress, sqInt endAddress);
                                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:71510:67: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'char *' [-Wint-conversion]
                        longAtput((temporaryIndex < ((frameNumArgs = ((mframeCogMethod(theFP))->cmNumArgs)))
                                                                                       ^~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19483:23: note: passing argument to parameter 'theFP' here
mframeCogMethod(char *theFP)
                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:71559:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:71592:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if ((longAt(theFP + FoxSavedFP)) == 0) {
                                    ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:71598:66: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                GIV(instructionPointer) = ((usqInt)(pointerForOop(longAt(GIV(framePointer) + FoxCallerSavedIP))));
                                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:71601:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                GIV(framePointer) = pointerForOop(longAt(GIV(framePointer) + FoxSavedFP));
                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:71640:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:71815:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                oop = longAt(GIV(stackPointer) + (index * BytesPerWord));
                                                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:71830:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                                longAtput(GIV(stackPointer) + (index * BytesPerWord), oop);
                                                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:71907:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:71944:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if (!((longAt(theFP + FoxSavedFP)) == 0)) {
                                      ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:71948:62: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                GIV(instructionPointer) = ((usqInt)(pointerForOop(longAt(theFP + FoxCallerSavedIP))));
                                                                                         ^~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:71951:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                GIV(framePointer) = pointerForOop(longAt(theFP + FoxSavedFP));
                                                                         ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:71953:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                aMethodObj = ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())
                                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:71955:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(GIV(framePointer) + FoxMethod));
                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:71971:130: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:72017:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:72362:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                                              ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:72403:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (!((longAt(theFP + FoxSavedFP)) == 0)) {
                      ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:72404:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                shortPrintFrameAndCallers(pointerForOop(longAt(theFP + FoxSavedFP)));
                                                               ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:72451:51: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                shortPrintFrameAndNCallers(pointerForOop(longAt(theFP + FoxSavedFP)), n - 1);
                                                                ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:72510:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                                ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:72519:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        callerContextOrNil = longAt((thePage->baseAddress));
                                    ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:72704:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:72781:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:72788:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), rcvr);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:72800:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                rcvr1 = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:72806:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:72810:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp7 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:72813:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:72813:59: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                        ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:72820:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp10 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:72834:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:72840:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object2);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:72843:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), 0);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:72850:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object1);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:72853:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:72858:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp9 = GIV(stackPointer) - BytesPerWord), rcvr1);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:72862:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:72874:65: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                shouldSkipStoreBytecode = reapAndResetErrorCodeToheader(GIV(framePointer), methodHeader);
                                                                                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:71394:37: note: passing argument to parameter 'theFP' here
reapAndResetErrorCodeToheader(sqInt theFP, sqInt methodHeader)
                                    ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:73287:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return floatValueOf(longAt(GIV(stackPointer) + (offset * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:73299:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (offset * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:73336:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (offset * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:73417:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:73419:82: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : (((usqInt) ((theFP + FoxIFReceiver) - theSP)) >> (shiftForWord())) + (byteAt((theFP + FoxIFrameFlags) + 1)));
                                                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:73436:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (offset * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:73501:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (offset * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:73509:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:73519:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return longAt(GIV(stackPointer) + (offset * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:73854:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((longAt(theFP + FoxSavedFP)) == 0) {
                    ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:73861:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                                         ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:73863:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        : byteAt((theFP + FoxIFrameFlags) + 1))))) + (2 * BytesPerWord), anOop);
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:73861:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:73867:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                        ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:73876:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                callerContextOrNil = longAt((thePage1->baseAddress));
                                            ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:73883:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (((((usqInt)(longAt(callerFP + FoxMethod)))) < (startOfMemory())
                               ^~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:73884:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? ((longAt(callerFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                           ^~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:73885:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : (byteAt((callerFP + FoxIFrameFlags) + 2)) != 0)) {
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:73887:10: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAt(callerFP + FoxThisContext);
                       ^~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:73932:80: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((theMovedFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theMovedFP + FoxMethod)))) < (startOfMemory())
                                                                                      ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:73934:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        : byteAt((theMovedFP + FoxIFrameFlags) + 1))))) + (2 * BytesPerWord), anOop);
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:73932:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((theMovedFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theMovedFP + FoxMethod)))) < (startOfMemory())
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74193:88: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return validInstructionPointerinMethodframePointer(anInstrPointer, ((((usqInt)(longAt(fp + FoxMethod)))) < (startOfMemory())
                                                                                              ^~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74195:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : longAt(fp + FoxMethod)), fp);
                         ^~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74393:17: warning: variable 'the2ndUnknownShort' is uninitialized when used here [-Wuninitialized]
        putShorttoFile(the2ndUnknownShort, f);
                       ^~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74338:29: note: initialize the variable 'the2ndUnknownShort' to silence this warning
    sqInt the2ndUnknownShort;
                            ^
                             = 0
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74474:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                valuePointer2 = ((((usqInt)(longAt(spouseFP + FoxMethod)))) < (startOfMemory())
                                                                   ^~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74476:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs - i) * BytesPerWord))
                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74477:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        : longAt(((spouseFP + FoxMFReceiver) - BytesPerWord) + ((frameNumArgs - i) * BytesPerWord)))
                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74478:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : (i < ((frameNumArgs1 = byteAt((spouseFP + FoxIFrameFlags) + 1)))
                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74479:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs1 - i) * BytesPerWord))
                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74480:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        : longAt(((spouseFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs1 - i) * BytesPerWord))));
                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74532:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        anOop = longAt(GIV(stackPointer) + (PARAM_EXTERNALFUNCTION * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74554:19: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long') [-Wint-conversion]
        externalFunction = longAt((anOop1 + BaseHeaderSize) + (0U << (shiftForWord())));
                         ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74562:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        anOop2 = longAt(((longAt(GIV(stackPointer) + (PARAM_EXTERNALFUNCTION * BytesPerWord))) + BaseHeaderSize) + (1U << (shiftForWord())));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74570:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argumentsArrayOop = longAt(GIV(stackPointer) + (PARAM_ARGUMENTS * BytesPerWord));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74586:16: warning: expression which evaluates to zero treated as a null pointer constant of type 'void **' [-Wnon-literal-null-conversion]
                parameters = ((sqInt) null);
                             ^~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74594:13: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long') from 'void *' [-Wint-conversion]
                argHolder = alloca((argType->size));
                          ^ ~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74595:17: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long') [-Wint-conversion]
                parameters[i] = argHolder;
                              ^ ~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74610:45: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        marshallAndPushReturnValueFromofTypepoping(returnHolder, (cif->rtype), 3);
                                                   ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:1725:76: note: passing argument to parameter 'returnHolder' here
static void NoDbgRegParms marshallAndPushReturnValueFromofTypepoping(sqInt returnHolder, ffi_type *ffiType, sqInt argumentsAndReceiverCount);
                                                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74667:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        anOop = longAt(GIV(stackPointer) + (PARAM_EXTERNALFUNCTION * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74689:19: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long') [-Wint-conversion]
        externalFunction = longAt((anOop1 + BaseHeaderSize) + (0U << (shiftForWord())));
                         ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74696:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        anOop2 = longAt(((longAt(GIV(stackPointer) + (PARAM_EXTERNALFUNCTION * BytesPerWord))) + BaseHeaderSize) + (1U << (shiftForWord())));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74703:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (PARAM_SEMAPHORE_INDEX * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74723:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        receiver = longAt(GIV(stackPointer) + (PARAM_RECEIVER * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74732:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argumentsArrayOop = longAt(GIV(stackPointer) + (PARAM_ARGUMENTS * BytesPerWord));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74746:16: warning: expression which evaluates to zero treated as a null pointer constant of type 'void **' [-Wnon-literal-null-conversion]
                parameters = ((sqInt) null);
                             ^~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74754:13: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long') from 'void *' [-Wint-conversion]
                argHolder = malloc((argType->size));
                          ^ ~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74755:17: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long') [-Wint-conversion]
                parameters[i] = argHolder;
                              ^ ~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74760:10: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long') from 'void *' [-Wint-conversion]
                                aPtr = parameters[i1];
                                     ^ ~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74763:11: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'void *' [-Wint-conversion]
                                        free(aPtr);
                                             ^~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/malloc/_malloc.h:42:18: note: passing argument to parameter here
void     free(void *);
                    ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74785:9: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqIntptr_t' (aka 'long') [-Wint-conversion]
        ptr[0] = (((sqIntptr_t)aPointer));
               ^ ~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74787:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((4 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74826:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        anOop = longAt(GIV(stackPointer) + (PARAM_TASK_ADDRESS * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74836:14: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long') [-Wint-conversion]
        taskAddress = longAt((anOop + BaseHeaderSize) + (0U << (shiftForWord())));
                    ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74839:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        receiver = longAt(GIV(stackPointer) + (PARAM_RECEIVER * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74856:45: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        marshallAndPushReturnValueFromofTypepoping(returnHolder, (((task->cif))->rtype), 2);
                                                   ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:1725:76: note: passing argument to parameter 'returnHolder' here
static void NoDbgRegParms marshallAndPushReturnValueFromofTypepoping(sqInt returnHolder, ffi_type *ffiType, sqInt argumentsAndReceiverCount);
                                                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74862:23: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long') from 'void *' [-Wint-conversion]
                        anParameterAddress = parameters[i];
                                           ^ ~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74864:26: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'void *' [-Wint-conversion]
                                doFreeFromTask(task, anParameterAddress);
                                                     ^~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2848:47: note: expanded from macro 'doFreeFromTask'
#define doFreeFromTask(aTask,anAddress) (free(anAddress))
                                              ^~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/malloc/_malloc.h:42:18: note: passing argument to parameter here
void     free(void *);
                    ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74873:23: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'void *' [-Wint-conversion]
        doFreeFromTask(task, ((sqInt)task));
                             ^~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2848:47: note: expanded from macro 'doFreeFromTask'
#define doFreeFromTask(aTask,anAddress) (free(anAddress))
                                              ^~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/malloc/_malloc.h:42:18: note: passing argument to parameter here
void     free(void *);
                    ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74927:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                                ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74934:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                (callerContextOrNil = longAt((thePage->baseAddress))),
                                                             ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74939:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : (((((usqInt)(longAt(callerFP + FoxMethod)))) < (startOfMemory())
                                              ^~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74940:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? ((longAt(callerFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                   ^~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74941:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : (byteAt((callerFP + FoxIFrameFlags) + 2)) != 0)
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74944:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAt(callerFP + FoxThisContext))
                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74952:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                          ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74954:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : longAt(theFP + FoxMethod));
                                 ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74957:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                return (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                           ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74958:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                                   ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74959:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0)
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74961:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                (numArgs = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                              ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74963:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                : byteAt((theFP + FoxIFrameFlags) + 1))),
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74964:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                longAt(theFP + ((FoxCallerSavedIP + BytesPerWord) + (((sqInt)((usqInt)(numArgs) << (shiftForWord())))))))
                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74968:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                          ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74969:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ? longAt(theFP + FoxMFReceiver)
                                 ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74970:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : longAt(theFP + FoxIFReceiver));
                                 ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74974:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                          ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74976:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs - (index - CtxtTempFrameStart)) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74977:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((theFP + FoxMFReceiver) - BytesPerWord) + ((frameNumArgs - (index - CtxtTempFrameStart)) * BytesPerWord)))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74978:63: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : ((index - CtxtTempFrameStart) < ((frameNumArgs1 = byteAt((theFP + FoxIFrameFlags) + 1)))
                                                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74979:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs1 - (index - CtxtTempFrameStart)) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74980:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((theFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs1 - (index - CtxtTempFrameStart)) * BytesPerWord))));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:75010:9: warning: incompatible integer to pointer conversion returning 'sqInt' (aka 'long') from a function with result type 'void *' [-Wint-conversion]
        return longAt((anOop1 + BaseHeaderSize) + (0U << (shiftForWord())));
               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:75074:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp8 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:75080:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp9 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), (((usqInt)integerVal1 << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:75089:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:75095:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop1);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:75101:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp10 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), (((usqInt)integerVal2 << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:75107:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp11 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), (((usqInt)integerVal3 << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:75116:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp2 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop2);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:75122:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp3 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop3);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:75132:10: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqIntptr_t' (aka 'long') [-Wint-conversion]
                ptr[0] = (((sqIntptr_t)aPointer));
                       ^ ~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:75134:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp4 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop4);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:75143:25: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'const void *' [-Wint-conversion]
                memcpy(targetPointer, returnHolder, sizeToCopy);
                                      ^~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/secure/_string.h:63:33: note: expanded from macro 'memcpy'
                __builtin___memcpy_chk (dest, __VA_ARGS__, __darwin_obsz0 (dest))
                                              ^~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:75145:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp5 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop5);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:75152:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp6 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), floatObjectOf(f));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:75159:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp7 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), floatObjectOf(f1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:75231:12: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long') [-Wint-conversion]
                        address = longAt((oop1 + BaseHeaderSize) + (0U << (shiftForWord())));
                                ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:75250:10: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'const void *' [-Wint-conversion]
                memcpy(argHolder, srcPtr, argTypeSize);
                       ^~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/secure/_string.h:63:62: note: expanded from macro 'memcpy'
                __builtin___memcpy_chk (dest, __VA_ARGS__, __darwin_obsz0 (dest))
                                                                           ^~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/secure/_common.h:38:55: note: expanded from macro '__darwin_obsz0'
#define __darwin_obsz0(object) __builtin_object_size (object, 0)
                                                      ^~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:75250:10: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'void *' [-Wint-conversion]
                memcpy(argHolder, srcPtr, argTypeSize);
                       ^~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/secure/_string.h:63:27: note: expanded from macro 'memcpy'
                __builtin___memcpy_chk (dest, __VA_ARGS__, __darwin_obsz0 (dest))
                                        ^~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:75873:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:75891:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:75915:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newCopy);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:75963:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:75971:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        aContext = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76090:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76193:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76206:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        value = ((((usqInt)(longAt(spouseFP + FoxMethod)))) < (startOfMemory())
                                   ^~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76208:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs - (index - 1)) * BytesPerWord))
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76209:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                : longAt(((spouseFP + FoxMFReceiver) - BytesPerWord) + ((frameNumArgs - (index - 1)) * BytesPerWord)))
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76210:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : ((index - 1) < ((frameNumArgs1 = byteAt((spouseFP + FoxIFrameFlags) + 1)))
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76211:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs1 - (index - 1)) * BytesPerWord))
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76212:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                : longAt(((spouseFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs1 - (index - 1)) * BytesPerWord))));
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76214:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76250:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        value = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76252:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76254:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        aContext = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76408:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76421:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((((usqInt)(longAt(spouseFP + FoxMethod)))) < (startOfMemory())) {
                              ^~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76422:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(((index - 1) < ((frameNumArgs = ((mframeCogMethod(spouseFP))->cmNumArgs)))
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76427:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((index - 1) < ((frameNumArgs1 = byteAt((spouseFP + FoxIFrameFlags) + 1)))) {
                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76428:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((spouseFP + FoxCallerSavedIP) + ((frameNumArgs1 - (index - 1)) * BytesPerWord), value);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76431:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput(((spouseFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs1 - (index - 1)) * BytesPerWord), value);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76435:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76462:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76546:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)sz << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76562:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        flag = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76643:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argumentArray = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76645:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        methodArg = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                           ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76830:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76836:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top1 = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76842:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), primRcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76848:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76870:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object1);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76874:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp2 = GIV(stackPointer) - BytesPerWord), object2);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76878:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp3 = GIV(stackPointer) - BytesPerWord), object3);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76882:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object4);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76935:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argumentArray = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76937:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        primIdx = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76972:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                GIV(tempOop2) = longAt(GIV(stackPointer) + (4 * BytesPerWord));
                                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76974:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                rcvr = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76991:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), rcvr);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77003:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77048:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
         && (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()))))) {
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77060:2: warning: expression result unused [-Wunused-value]
        !GIV(primFailCode);
        ^    ~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77068:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        rcvr = longAt(GIV(stackPointer));
                                          ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77072:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), rcvr);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77076:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp4 = GIV(stackPointer) - BytesPerWord), (((usqInt)primIdx << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77079:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(tempOop));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77106:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        methodArgument = longAt(GIV(stackPointer));
                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77119:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77176:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        methodArgument = longAt(GIV(stackPointer));
                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77178:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argumentArray = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77210:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77219:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord), rcvr);
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77226:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77513:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77531:7: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long') from 'void *' [-Wint-conversion]
        addr = malloc(byteSize);
             ^ ~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77543:9: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqIntptr_t' (aka 'long') [-Wint-conversion]
        ptr[0] = (((sqIntptr_t)addr));
               ^ ~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77546:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77564:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop1 = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77585:7: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long') [-Wint-conversion]
        addr = longAt((oop + BaseHeaderSize) + (0U << (shiftForWord())));
             ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77592:18: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
         || (isInMemory(addr)))) {
                        ^~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:50299:18: note: passing argument to parameter 'address' here
isInMemory(sqInt address)
                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77625:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77653:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        obj = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77671:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77687:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer1 = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77703:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77770:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77798:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        obj = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77816:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77832:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueOop = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77834:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer1 = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77850:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (4 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77914:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77943:85: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        handlerOrNilOrZero = findMethodWithPrimitiveFromContextUpToContext(199, longAt(GIV(stackPointer)), GIV(nilObj));
                                                                                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77949:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), handlerOrNilOrZero);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77980:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        stopContext = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77982:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        calleeContext = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78012:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(theFP + FoxSavedFP)) == 0) {
                            ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78017:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        startFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                                       ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78021:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if ((((((usqInt)(longAt(theFP1 + FoxMethod)))) < (startOfMemory())
                                                        ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78022:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? ((longAt(theFP1 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                   ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78023:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : (byteAt((theFP1 + FoxIFrameFlags) + 2)) != 0))
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78024:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                 && (stopContext == (longAt(theFP1 + FoxThisContext)))) {
                                                            ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78028:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (!(((((usqInt)(longAt(theFP1 + FoxMethod)))) < (startOfMemory())
                                                         ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78029:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                ? ((longAt(theFP1 + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                                                           ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78030:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                : (byteAt((theFP1 + FoxIFrameFlags) + 3)) != 0))) {
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78031:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        theMethod = ((((usqInt)(longAt(theFP1 + FoxMethod)))) < (startOfMemory())
                                                                       ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78033:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                : longAt(theFP1 + FoxMethod));
                                                         ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78043:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                if (((((usqInt)(longAt(theFP1 + FoxMethod)))) < (startOfMemory())
                                                                       ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78044:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        ? ((longAt(theFP1 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                                   ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78045:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        : (byteAt((theFP1 + FoxIFrameFlags) + 2)) != 0)) {
                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78047:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        handlerOrNilOrZero = longAt(theFP1 + FoxThisContext);
                                                                                    ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78055:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                theFP1 = pointerForOop(longAt(theFP1 + FoxSavedFP));
                                                              ^~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78062:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        callerContextOrNil = longAt((thePage->baseAddress));
                                                    ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78093:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), handlerOrNilOrZero);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78129:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78137:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)integerVal1 << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78159:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78440:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78463:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78465:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78563:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78588:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        newValue = longAt(GIV(stackPointer));
                              ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78590:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78592:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78742:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78763:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78765:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78823:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78839:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78841:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78860:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78881:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78883:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78940:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78956:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78958:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78975:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78996:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78998:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79055:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79071:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79073:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79090:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79111:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79113:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79169:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79185:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79187:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79204:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79225:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79227:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79284:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79300:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79302:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79319:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79340:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79342:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79399:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79415:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79417:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79434:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79454:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79456:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79512:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79527:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79529:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79545:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79566:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79568:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79627:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79643:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79645:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79664:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79685:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79687:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79744:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79760:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79762:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79779:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79799:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79801:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79856:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79871:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79873:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79889:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79910:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79912:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79971:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79987:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79989:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80008:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80045:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        module = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80047:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        symbol = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80092:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                moduleHandle = ((void *) (ioLoadModuleOfLength(moduleNameString, moduleNameStringSize)));
                                                               ^~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:558:35: note: passing argument to parameter 'moduleNameIndex' here
void  *ioLoadModuleOfLength(sqInt moduleNameIndex, sqInt moduleNameLength);
                                  ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80128:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        address = ioLoadSymbolOfLengthFromModule(symbolString, symbolStringSize, moduleHandle);
                                                 ^~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:559:45: note: passing argument to parameter 'functionNameIndex' here
void  *ioLoadSymbolOfLengthFromModule(sqInt functionNameIndex, sqInt functionNameLength, void *moduleHandle);
                                            ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80137:9: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqIntptr_t' (aka 'long') [-Wint-conversion]
        ptr[0] = (((sqIntptr_t)address));
               ^ ~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80140:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80161:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80163:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80219:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80234:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80236:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80252:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80273:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80275:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80334:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80350:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80352:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80371:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80392:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80394:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80451:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80467:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80469:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80486:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80506:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80508:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80563:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80578:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80580:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80596:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80665:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), result);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80698:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        thang = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80700:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80703:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(falseObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80731:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (trueOrFalse
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80752:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(falseObj));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80769:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp3 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(trueObj));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80780:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp4 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(trueObj));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80786:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(falseObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80802:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        GIV(messageSelector) = longAt(GIV(stackPointer) + ((GIV(argumentCount) - 1) * BytesPerWord));
                                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80804:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        newReceiver = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80807:64: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (i * BytesPerWord), longAt(GIV(stackPointer) + ((i - 1) * BytesPerWord)));
                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80807:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (i * BytesPerWord), longAt(GIV(stackPointer) + ((i - 1) * BytesPerWord)));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80830:71: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput(GIV(stackPointer) + ((i - 1) * BytesPerWord), longAt(GIV(stackPointer) + (i * BytesPerWord)));
                                                                                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80830:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput(GIV(stackPointer) + ((i - 1) * BytesPerWord), longAt(GIV(stackPointer) + (i * BytesPerWord)));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80832:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord), GIV(messageSelector));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80863:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        obj = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80871:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        boolean = longAt(GIV(stackPointer));
                             ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80906:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), wasPinned);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80945:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80982:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        msecsObj = longAt(GIV(stackPointer));
                              ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80984:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        sema = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81053:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        usecsObj = longAt(GIV(stackPointer));
                              ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81055:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        sema = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81141:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81143:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81192:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81212:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp3 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)(byteAt((rcvr + BaseHeaderSize) + index)) << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81225:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp4 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81238:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81254:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop1);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81301:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        newValue = longAt(GIV(stackPointer));
                              ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81303:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81305:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81359:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81451:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81470:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81484:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp3 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81503:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp4 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81534:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81536:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81538:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81606:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81623:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81625:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81627:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81656:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81677:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81679:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81681:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81740:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81756:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81758:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81760:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81779:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81800:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81802:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81804:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81863:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81879:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81881:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81883:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81902:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81923:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81925:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81927:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81985:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82001:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82003:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82005:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82024:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82046:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82048:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82050:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82110:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82127:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82129:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82131:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82151:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82173:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82175:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82177:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82237:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82254:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82256:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82258:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82278:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82299:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82301:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82303:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82361:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82377:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82379:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82381:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82399:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82420:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82422:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82424:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82485:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82501:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82503:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82505:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82526:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82547:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82549:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82551:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82612:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82628:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82630:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82632:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82653:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82674:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82676:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82678:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82735:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82751:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82753:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82755:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82773:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82795:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82797:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82799:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82869:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82886:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82888:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82890:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82920:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82945:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        ctxt = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82947:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83053:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83055:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83057:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83120:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83136:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83138:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83140:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83163:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83184:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83186:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83188:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83249:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83265:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83267:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83269:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83290:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83311:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83313:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83315:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83376:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83392:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83394:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83396:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83417:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83438:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83440:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83442:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83504:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83520:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83522:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83524:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83547:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83689:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (offset * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83710:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83715:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83924:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result1);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83944:42: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtPointerput(((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())
                                            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:84065:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) {
                                                                 ^~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:84076:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                               ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:84077:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                           ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:84078:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:84080:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                objOrFP = longAt(theFP + FoxThisContext);
                                                 ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:84084:72: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        (theFPAbove + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFPAbove + FoxMethod)))) < (startOfMemory())
                                                                                            ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:84086:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        : byteAt((theFPAbove + FoxIFrameFlags) + 1))))) + BytesPerWord));
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:84144:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:84244:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:84268:9: warning: incompatible integer to pointer conversion returning 'sqInt' (aka 'long') from a function with result type 'void *' [-Wint-conversion]
        return longAt((anOop + BaseHeaderSize) + (0U << (shiftForWord())));
               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:13979:1: warning: unused function 'cmHomeMethod' [-Wunused-function]
cmHomeMethod(CogBlockMethod * self_in_cmHomeMethod)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14142:1: warning: unused function 'pageListIsWellFormed' [-Wunused-function]
pageListIsWellFormed(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14565:1: warning: unused function 'asCogHomeMethod' [-Wunused-function]
asCogHomeMethod(CogBlockMethod *aCogMethod)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17214:1: warning: unused function 'deferStackLimitSmashAroundwith' [-Wunused-function]
deferStackLimitSmashAroundwith(void (*functionSymbol)(sqInt), sqInt arg)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18104:1: warning: unused function 'frameHasContext' [-Wunused-function]
frameHasContext(char *theFP)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18116:1: warning: unused function 'frameIsBlockActivation' [-Wunused-function]
frameIsBlockActivation(char *theFP)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18125:1: warning: unused function 'frameMethodObject' [-Wunused-function]
frameMethodObject(char *theFP)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18137:1: warning: unused function 'frameNumArgs' [-Wunused-function]
frameNumArgs(char *theFP)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18153:1: warning: unused function 'frameReceiver' [-Wunused-function]
frameReceiver(char *theFP)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18393:1: warning: unused function 'iframeIsBlockActivation' [-Wunused-function]
iframeIsBlockActivation(char *theFP)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18400:1: warning: unused function 'iframeReceiver' [-Wunused-function]
iframeReceiver(char *theFP)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18407:1: warning: unused function 'iframeSavedIP' [-Wunused-function]
iframeSavedIP(char *theFP)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18643:1: warning: unused function 'isMachineCodeFrame' [-Wunused-function]
isMachineCodeFrame(char *theFP)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19532:1: warning: unused function 'mframeIsBlockActivation' [-Wunused-function]
mframeIsBlockActivation(char *theFP)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19539:1: warning: unused function 'mframeReceiver' [-Wunused-function]
mframeReceiver(char *theFP)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19954:1: warning: unused function 'newMethodInLookupCacheAtand' [-Wunused-function]
newMethodInLookupCacheAtand(sqInt selector, sqInt classTag)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22083:1: warning: unused function 'stackLimitOffset' [-Wunused-function]
stackLimitOffset(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22096:1: warning: unused function 'stackPageHeadroom' [-Wunused-function]
stackPageHeadroom(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:39675:1: warning: unused function 'headerWhileForwardingOf' [-Wunused-function]
headerWhileForwardingOf(sqInt aCompiledMethodObjOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:40491:1: warning: unused function 'isImmediateFloat' [-Wunused-function]
isImmediateFloat(sqInt oop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:40599:1: warning: unused function 'maxSlotsForAlloc' [-Wunused-function]
maxSlotsForAlloc(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:40611:1: warning: unused function 'numFreeLists' [-Wunused-function]
numFreeLists(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:40830:1: warning: unused function 'wordIndexableFormat' [-Wunused-function]
wordIndexableFormat(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:40891:1: warning: unused function 'allNewSpaceObjectsHaveZeroRTRefCount' [-Wunused-function]
allNewSpaceObjectsHaveZeroRTRefCount(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:40970:1: warning: unused function 'allWeakSurvivorsOnWeakList' [-Wunused-function]
allWeakSurvivorsOnWeakList(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:41373:1: warning: unused function 'firstCorpse' [-Wunused-function]
firstCorpse(sqInt headOfCorpseList)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:41624:1: warning: unused function 'noUnfiredEphemeronsAtEndOfRememberedSet' [-Wunused-function]
noUnfiredEphemeronsAtEndOfRememberedSet(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:43502:1: warning: unused function 'allObjectsUnmarked' [-Wunused-function]
allObjectsUnmarked(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:43617:1: warning: unused function 'allOldMarkedWeakObjectsOnWeaklingStack' [-Wunused-function]
allOldMarkedWeakObjectsOnWeaklingStack(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:44470:1: warning: unused function 'allocationUnit' [-Wunused-function]
allocationUnit(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:44481:1: warning: unused function 'allStrongSlotsOfWeaklingAreMarked' [-Wunused-function]
allStrongSlotsOfWeaklingAreMarked(sqInt aWeakling)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:44507:1: warning: unused function 'allUnscannedEphemeronsAreActive' [-Wunused-function]
allUnscannedEphemeronsAreActive(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:44539:1: warning: unused function 'assertInnerValidFreeObject' [-Wunused-function]
assertInnerValidFreeObject(sqInt objOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:45129:1: warning: unused function 'bitsSetInFreeSpaceMaskForAllFreeLists' [-Wunused-function]
bitsSetInFreeSpaceMaskForAllFreeLists(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:45191:1: warning: unused function 'bridgeSize' [-Wunused-function]
bridgeSize(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:45198:1: warning: unused function 'byteFormatMask' [-Wunused-function]
byteFormatMask(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:46532:1: warning: unused function 'classIndexFieldWidth' [-Wunused-function]
classIndexFieldWidth(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:46669:1: warning: unused function 'classTableRootSlots' [-Wunused-function]
classTableRootSlots(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:47722:1: warning: unused function 'ephemeronFormat' [-Wunused-function]
ephemeronFormat(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:47729:1: warning: unused function 'existInstancesInNewSpaceOf' [-Wunused-function]
existInstancesInNewSpaceOf(sqInt classObj)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:47937:1: warning: unused function 'fetchPointerofFreeChunk' [-Wunused-function]
fetchPointerofFreeChunk(sqInt fieldIndex, sqInt objOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:48301:1: warning: unused function 'firstFixedFieldOfMaybeImmediate' [-Wunused-function]
firstFixedFieldOfMaybeImmediate(sqInt oop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:48605:1: warning: unused function 'formatOf' [-Wunused-function]
formatOf(sqInt objOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:48615:1: warning: unused function 'forwardedFormat' [-Wunused-function]
forwardedFormat(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:48626:1: warning: unused function 'forwardersIn' [-Wunused-function]
forwardersIn(sqInt anObject)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:48652:1: warning: unused function 'freeChunkNextIndex' [-Wunused-function]
freeChunkNextIndex(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:48662:1: warning: unused function 'freeChunkParentIndex' [-Wunused-function]
freeChunkParentIndex(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:48673:1: warning: unused function 'freeChunkPrevIndex' [-Wunused-function]
freeChunkPrevIndex(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:48861:1: warning: unused function 'goodContextSize' [-Wunused-function]
goodContextSize(sqInt oop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:48959:1: warning: unused function 'hasSpurMemoryManagerAPI' [-Wunused-function]
hasSpurMemoryManagerAPI(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:49032:1: warning: unused function 'hiddenRootSlots' [-Wunused-function]
hiddenRootSlots(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:49039:1: warning: unused function 'hiddenRootsObject' [-Wunused-function]
hiddenRootsObject(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:50098:1: warning: unused function 'isCompiledMethodHeader' [-Wunused-function]
isCompiledMethodHeader(sqInt objHeader)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:50115:1: warning: unused function 'isContextHeader' [-Wunused-function]
isContextHeader(sqInt aHeader)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:50133:1: warning: unused function 'isCopiedIntoSegment' [-Wunused-function]
isCopiedIntoSegment(sqInt anObjectInTheHeap)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:50156:1: warning: unused function 'isEnumerableObjectNoAssert' [-Wunused-function]
isEnumerableObjectNoAssert(sqInt objOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:50192:1: warning: unused function 'isEphemeron' [-Wunused-function]
isEphemeron(sqInt objOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:50212:1: warning: unused function 'isForwardedClassTag' [-Wunused-function]
isForwardedClassTag(sqInt classIndex)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:50237:1: warning: unused function 'isFreeObject' [-Wunused-function]
isFreeObject(sqInt objOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:50244:1: warning: unused function 'isFreeOop' [-Wunused-function]
isFreeOop(sqInt oop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:50259:1: warning: unused function 'isInClassTable' [-Wunused-function]
isInClassTable(sqInt objOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:50282:1: warning: unused function 'isInEden' [-Wunused-function]
isInEden(sqInt objOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:50289:1: warning: unused function 'isInFutureSpace' [-Wunused-function]
isInFutureSpace(sqInt address)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:50324:1: warning: unused function 'isInNewSpace' [-Wunused-function]
isInNewSpace(sqInt objOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:50339:1: warning: unused function 'isInPastSpace' [-Wunused-function]
isInPastSpace(sqInt address)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:50346:1: warning: unused function 'isLargeFreeObject' [-Wunused-function]
isLargeFreeObject(sqInt objOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:50353:1: warning: unused function 'isMaybeFiredEphemeron' [-Wunused-function]
isMaybeFiredEphemeron(sqInt objOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:50372:1: warning: unused function 'isObjEphemeron' [-Wunused-function]
isObjEphemeron(sqInt objOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:50383:1: warning: unused function 'isObjImmutable' [-Wunused-function]
isObjImmutable(sqInt anOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:50486:1: warning: unused function 'isRemembered' [-Wunused-function]
isRemembered(sqInt objOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:50496:1: warning: unused function 'isSegmentBridge' [-Wunused-function]
isSegmentBridge(sqInt objOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:50503:1: warning: unused function 'isSemaphoreOop' [-Wunused-function]
isSemaphoreOop(sqInt anOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:50563:1: warning: unused function 'isValidObjStackAt' [-Wunused-function]
isValidObjStackAt(sqInt objStackRootIndex)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:50710:1: warning: unused function 'isWeakNonImm' [-Wunused-function]
isWeakNonImm(sqInt objOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:50848:1: warning: unused function 'knownClassAtIndex' [-Wunused-function]
knownClassAtIndex(sqInt classIndex)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:50857:1: warning: unused function 'lastPointerFormat' [-Wunused-function]
lastPointerFormat(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:50986:1: warning: unused function 'lengthOfMaybeImmediate' [-Wunused-function]
lengthOfMaybeImmediate(sqInt oop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:53328:1: warning: unused function 'newSpaceIsEmpty' [-Wunused-function]
newSpaceIsEmpty(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:53563:1: warning: unused function 'noUnscannedEphemerons' [-Wunused-function]
noUnscannedEphemerons(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:57712:1: warning: unused function 'slidingCompactionInProgress' [-Wunused-function]
slidingCompactionInProgress(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:57780:1: warning: unused function 'startOfObject' [-Wunused-function]
startOfObject(sqInt objOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:58788:1: warning: unused function 'validClassTableHashes' [-Wunused-function]
validClassTableHashes(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:58869:1: warning: unused function 'validFreeTreeChunk' [-Wunused-function]
validFreeTreeChunk(sqInt chunk)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:58912:1: warning: unused function 'validObjStacks' [-Wunused-function]
validObjStacks(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:59709:1: warning: unused function 'isMobile' [-Wunused-function]
isMobile(sqInt obj)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:59720:1: warning: unused function 'isPostMobile' [-Wunused-function]
isPostMobile(sqInt obj)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:59987:1: warning: unused function 'savedFirstFieldsSpaceWasAllocated' [-Wunused-function]
savedFirstFieldsSpaceWasAllocated(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:60884:1: warning: unused function 'validRelocationPlanInPass' [-Wunused-function]
validRelocationPlanInPass(sqInt onePass)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:60949:1: warning: unused function 'segLimit' [-Wunused-function]
segLimit(SpurSegmentInfo * self_in_segLimit)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:61044:1: warning: unused function 'allBridgesMarked' [-Wunused-function]
allBridgesMarked(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:61094:1: warning: unused function 'bridgeAt' [-Wunused-function]
bridgeAt(sqInt segIndex)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:61109:1: warning: unused function 'bridgeFor' [-Wunused-function]
bridgeFor(SpurSegmentInfo *aSegment)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:61232:1: warning: unused function 'isInSegments' [-Wunused-function]
isInSegments(usqInt address)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:61253:1: warning: unused function 'isValidSegmentBridge' [-Wunused-function]
isValidSegmentBridge(sqInt objOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:61555:1: warning: unused function 'segmentOverlap' [-Wunused-function]
segmentOverlap(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:61909:1: warning: unused function 'allOnesAsCharStar' [-Wunused-function]
allOnesAsCharStar(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:61992:1: warning: unused function 'assertValidStackLimits' [-Wunused-function]
assertValidStackLimits(sqInt ln)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:62688:1: warning: unused function 'checkStackPointerForMaybeMarriedContext' [-Wunused-function]
checkStackPointerForMaybeMarriedContext(sqInt aContext)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:62843:1: warning: unused function 'contexthasValidInversePCMappingOfin' [-Wunused-function]
contexthasValidInversePCMappingOfin(sqInt aContext, sqInt theIP, char *theFP)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:62945:1: warning: unused function 'cr' [-Wunused-function]
cr(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65498:1: warning: unused function 'ifCurrentStackPageHasValidHeadPointers' [-Wunused-function]
ifCurrentStackPageHasValidHeadPointers(StackPage *thePage)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65519:1: warning: unused function 'iframeMethod' [-Wunused-function]
iframeMethod(char *theFP)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65576:1: warning: unused function 'isBaseFrame' [-Wunused-function]
isBaseFrame(char *theFP)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65682:1: warning: unused function 'isMarriedOrWidowedContext' [-Wunused-function]
isMarriedOrWidowedContext(sqInt aContext)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65701:1: warning: unused function 'isMetaPrimitiveIndex' [-Wunused-function]
isMetaPrimitiveIndex(sqInt primIndex)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65714:1: warning: unused function 'isNullExternalPrimitiveCall' [-Wunused-function]
isNullExternalPrimitiveCall(sqInt aMethodObj)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65739:1: warning: unused function 'isPrimitiveFunctionPointerAnIndex' [-Wunused-function]
isPrimitiveFunctionPointerAnIndex(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67605:1: warning: unused function 'maybeLeakCheckExternalPrimCall' [-Wunused-function]
maybeLeakCheckExternalPrimCall(sqInt aMethodObj)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67996:1: warning: unused function 'noMarkedContextsOnPage' [-Wunused-function]
noMarkedContextsOnPage(StackPage *thePage)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:70804:1: warning: unused function 'pushedReceiverOrClosureOfFrame' [-Wunused-function]
pushedReceiverOrClosureOfFrame(char *theFP)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:72146:1: warning: unused function 'saneFunctionPointerForFailureOfPrimIndex' [-Wunused-function]
saneFunctionPointerForFailureOfPrimIndex(sqInt primIndex)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:72887:1: warning: unused function 'space' [-Wunused-function]
space(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:73321:1: warning: unused function 'stackLimitBytes' [-Wunused-function]
stackLimitBytes(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74177:1: warning: unused function 'validBCPCinMethod' [-Wunused-function]
validBCPCinMethod(sqInt thePC, usqInt aMethod)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74191:1: warning: unused function 'validInstructionPointerinFrame' [-Wunused-function]
validInstructionPointerinFrame(usqInt anInstrPointer, char *fp)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74204:1: warning: unused function 'validStackPageBaseFrames' [-Wunused-function]
validStackPageBaseFrames(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2024:13: warning: unused variable 'messageCount' [-Wunused-variable]
_iss usqInt messageCount;
            ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2041:13: warning: unused variable 'byteCount' [-Wunused-variable]
_iss usqInt byteCount;
            ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2042:12: warning: unused variable 'cifs' [-Wunused-variable]
_iss sqInt cifs;
           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2043:12: warning: unused variable 'codeGeneratorToComputeAccessorDepth' [-Wunused-variable]
_iss sqInt codeGeneratorToComputeAccessorDepth;
           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2044:12: warning: unused variable 'functions' [-Wunused-variable]
_iss sqInt functions;
           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2045:12: warning: unused variable 'initialMemoryAddress' [-Wunused-variable]
_iss sqInt initialMemoryAddress;
           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2046:12: warning: unused variable 'largeOpaqueMemoryManager' [-Wunused-variable]
_iss sqInt largeOpaqueMemoryManager;
           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2047:12: warning: unused variable 'memoryManager' [-Wunused-variable]
_iss sqInt memoryManager;
           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2048:12: warning: unused variable 'nextAddress' [-Wunused-variable]
_iss sqInt nextAddress;
           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2049:12: warning: unused variable 'preferredPinningSegment' [-Wunused-variable]
_iss sqInt preferredPinningSegment;
           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2050:12: warning: unused variable 'statCoalesces' [-Wunused-variable]
_iss sqInt statCoalesces;
           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2051:14: warning: unused variable 'statFGCDeltaUsecs' [-Wunused-variable]
_iss usqLong statFGCDeltaUsecs;
             ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2052:14: warning: unused variable 'statIncrGCUsecs' [-Wunused-variable]
_iss usqLong statIncrGCUsecs;
             ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2053:12: warning: unused variable 'testWorker' [-Wunused-variable]
_iss sqInt testWorker;
           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2054:12: warning: unused variable 'theUnknownShort' [-Wunused-variable]
_iss sqInt theUnknownShort;
           ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/src/semaphores/pharoSemaphore.c:1:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 28%] Building C object CMakeFiles/PharoVMCore.dir/src/threadSafeQueue/threadSafeQueue.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/src/threadSafeQueue/threadSafeQueue.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/src/threadSafeQueue/threadSafeQueue.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/semaphores/platformSemaphore.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/repository/src/threadSafeQueue/threadSafeQueue.c:2:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 28%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/pThreadedFFI.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/pThreadedFFI.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/ffi/src/pThreadedFFI.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/src/pThreadedFFI.c:1:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 29%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/worker/worker.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/worker/worker.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/ffi/src/worker/worker.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/src/worker/worker.c:1:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 29%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerPrimitives.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerPrimitives.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/ffi/src/worker/workerPrimitives.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/src/worker/workerPrimitives.c:1:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 30%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerTask.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerTask.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/ffi/src/worker/workerTask.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/callbacks.h:6,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/workerTask.h:6,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/src/worker/workerTask.c:1:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 30%] Building C object CMakeFiles/PharoVMCore.dir/generated/64/vm/src/cogit.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/generated/64/vm/src/cogit.c.o   -c /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
In file included from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genCaptureCStackPointers’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:2235:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:2234:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:2233:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:2232:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘sizePCDependentInstructionAt’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:2671:9: warning: statement with no effect [-Wunused-value]
    error("Case not found and no otherwise clause");
         ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘gAndCqRR’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:2733:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘addCogMethodsToHeapMap’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:2119:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:2795:31: note: in expansion of macro ‘roundUpLength’
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘addressIsInInstructions’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:2810:29: warning: suggest parentheses around ‘-’ in operand of ‘&’ [-Wparentheses]
  return !((usqInt)(address) & BytesPerWord-1) \
                             ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘allMachineCodeObjectReferencesValid’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:2119:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:2872:31: note: in expansion of macro ‘roundUpLength’
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘allMethodsHaveCorrectHeader’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:2119:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:2890:31: note: in expansion of macro ‘roundUpLength’
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘callCogCodePopReceiver’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:3243:7: warning: statement with no effect [-Wunused-value]
  error("what??");
       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘ceCPICMissreceiver’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:3276:11: warning: variable ‘result’ set but not used [-Wunused-but-set-variable]
     sqInt result;
           ^
In file included from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:15:0,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘ceSICMiss’:
/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/jit/jit.h:24:52: warning: statement with no effect [-Wunused-value]
 #define flushICacheFromto(startAddress,endAddress) 0
                                                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:3470:4: note: in expansion of macro ‘flushICacheFromto’
    flushICacheFromto(((usqInt)pic), (((usqInt)pic)) + closedPICSize);
    ^
/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/jit/jit.h:24:52: warning: statement with no effect [-Wunused-value]
 #define flushICacheFromto(startAddress,endAddress) 0
                                                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:3497:2: note: in expansion of macro ‘flushICacheFromto’
  flushICacheFromto((((usqInt)outerReturn)) - extent, ((usqInt)outerReturn));
  ^
In file included from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:3386:11: warning: variable ‘result’ set but not used [-Wunused-but-set-variable]
     sqInt result;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:3380:11: warning: variable ‘extent’ set but not used [-Wunused-but-set-variable]
     sqInt extent;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:3378:11: warning: variable ‘entryPoint’ set but not used [-Wunused-but-set-variable]
     sqInt entryPoint;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘checkAssertsEnabledInCogit’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:3506:11: warning: variable ‘assertsAreEnabledInCogit’ set but not used [-Wunused-but-set-variable]
     sqInt assertsAreEnabledInCogit;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘checkIfValidOopRefAndTargetpccogMethod’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:3571:12: warning: variable ‘sendTable1’ set but not used [-Wunused-but-set-variable]
     sqInt *sendTable1;
            ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘checkIfValidOopRefpccogMethod’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:3689:12: warning: variable ‘sendTable’ set but not used [-Wunused-but-set-variable]
     sqInt *sendTable;
            ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘checkIntegrityOfObjectReferencesInCode’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:2119:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:3838:31: note: in expansion of macro ‘roundUpLength’
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘cleanUpFailingCogCodeConstituents’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:2119:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:3907:31: note: in expansion of macro ‘roundUpLength’
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘cogCodeConstituents’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:2119:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:4030:31: note: in expansion of macro ‘roundUpLength’
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:2119:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:4079:31: note: in expansion of macro ‘roundUpLength’
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
In file included from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:15:0,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘cogExtendPICCaseNMethodtagisMNUCase’:
/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/jit/jit.h:24:52: warning: statement with no effect [-Wunused-value]
 #define flushICacheFromto(startAddress,endAddress) 0
                                                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:4161:2: note: in expansion of macro ‘flushICacheFromto’
  flushICacheFromto(((usqInt)cPIC), (((usqInt)cPIC)) + closedPICSize);
  ^
In file included from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘cogMethodDoesntLookKosher’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:4266:62: warning: passing argument 1 of ‘methodFor’ makes pointer from integer without a cast [-Wint-conversion]
      || (((cogMethod->methodObject)) == (((usqInt)(methodFor((cogMethod->methodObject))))))))) {
                                                              ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:773:20: note: expected ‘void *’ but argument is of type ‘sqInt {aka long int}’
 extern CogMethod * methodFor(void *address);
                    ^
In file included from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:15:0,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘cogMNUPICSelectorreceivermethodOperandnumArgs’:
/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/jit/jit.h:24:52: warning: statement with no effect [-Wunused-value]
 #define flushICacheFromto(startAddress,endAddress) 0
                                                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:4357:2: note: in expansion of macro ‘flushICacheFromto’
  flushICacheFromto(((usqInt)pic), (((usqInt)pic)) + closedPICSize);
  ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘cogOpenPICSelectornumArgs’:
/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/jit/jit.h:24:52: warning: statement with no effect [-Wunused-value]
 #define flushICacheFromto(startAddress,endAddress) 0
                                                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:4440:2: note: in expansion of macro ‘flushICacheFromto’
  flushICacheFromto(((usqInt)pic), (((usqInt)pic)) + openPICSize);
  ^
In file included from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:4374:11: warning: variable ‘mapSize’ set but not used [-Wunused-but-set-variable]
     sqInt mapSize;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:4372:11: warning: variable ‘end’ set but not used [-Wunused-but-set-variable]
     sqInt end;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:4371:11: warning: variable ‘codeSize’ set but not used [-Wunused-but-set-variable]
     sqInt codeSize;
           ^
In file included from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:15:0,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘cogPICSelectornumArgsCase0MethodCase1MethodtagisMNUCase’:
/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/jit/jit.h:24:52: warning: statement with no effect [-Wunused-value]
 #define flushICacheFromto(startAddress,endAddress) 0
                                                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:4509:2: note: in expansion of macro ‘flushICacheFromto’
  flushICacheFromto(((usqInt)pic), (((usqInt)pic)) + closedPICSize);
  ^
In file included from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘collectCogConstituentForAnnotationMcpcBcpcMethod’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:4585:36: warning: passing argument 1 of ‘positive64BitIntegerFor’ makes integer from pointer without a cast [-Wint-conversion]
  address = positive64BitIntegerFor(mcpc);
                                    ^
In file included from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:22:0,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include/cointerp.h:93:14: note: expected ‘long unsigned int’ but argument is of type ‘char *’
 extern sqInt positive64BitIntegerFor(usqLong integerValue);
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:4626:85: warning: passing argument 2 of ‘inlineCacheTagAt’ makes integer from pointer without a cast [-Wint-conversion]
     (targetMethod1->methodObject = classForInlineCacheTag(inlineCacheTagAt(backEnd, mcpc)));
                                                                                     ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:2548:1: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
 inlineCacheTagAt(AbstractInstruction * self_in_inlineCacheTagAt, sqInt callSiteReturnAddress)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:4576:12: warning: variable ‘sendTable1’ set but not used [-Wunused-but-set-variable]
     sqInt *sendTable1;
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:15:0,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘compactCogCompiledCode’:
/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/jit/jit.h:24:52: warning: statement with no effect [-Wunused-value]
 #define flushICacheFromto(startAddress,endAddress) 0
                                                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:4903:2: note: in expansion of macro ‘flushICacheFromto’
  flushICacheFromto(((usqInt)methodZoneBase), ((usqInt)(youngReferrers())));
  ^
In file included from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘compactPICsWithFreedTargets’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:2119:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:4920:31: note: in expansion of macro ‘roundUpLength’
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘compileBlockDispatchFromto’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:4959:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:4955:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
+ cd build
+ VERBOSE=1
+ make install package
/usr/bin/cmake.exe -S/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository -B/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build --check-build-system CMakeFiles/Makefile.cmake 0
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘compileBlockEntry’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:5033:8: warning: statement with no effect [-Wunused-value]
   error("Case not found and no otherwise clause");
        ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘compileCallFornumArgsargargargargresultRegregsToSave’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:5102:3: warning: statement with no effect [-Wunused-value]
   ((AbstractInstruction *) backEnd);
   ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:5118:3: warning: statement with no effect [-Wunused-value]
   ((AbstractInstruction *) backEnd);
   ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:5134:3: warning: statement with no effect [-Wunused-value]
   ((AbstractInstruction *) backEnd);
   ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:5150:3: warning: statement with no effect [-Wunused-value]
   ((AbstractInstruction *) backEnd);
   ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:5166:2: warning: statement with no effect [-Wunused-value]
  ((AbstractInstruction *) backEnd);
  ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:5069:11: warning: variable ‘literal2’ set but not used [-Wunused-but-set-variable]
     sqInt literal2;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:5068:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:5065:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:5064:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:5063:26: warning: variable ‘anInstruction21’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction21;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:5062:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:5061:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:5060:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘computeEntryOffsets’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:2119:49: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                                 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:5389:25: note: in expansion of macro ‘roundUpLength’
  if (entryPointMask >= (roundUpLength(1))) {
                         ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:5390:8: warning: statement with no effect [-Wunused-value]
   error("cannot differentiate checked and unchecked entry-points with current cog method alignment");
        ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘configureCPICCase0Case1MethodtagisMNUCasenumArgsdelta’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:5524:2: warning: statement with no effect [-Wunused-value]
  ((AbstractInstruction *) backEnd);
  ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:5489:11: warning: variable ‘pc’ set but not used [-Wunused-but-set-variable]
     sqInt pc;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘configureMNUCPICmethodOperandnumArgsdelta’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:5573:2: warning: statement with no effect [-Wunused-value]
  ((AbstractInstruction *) backEnd);
  ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:5548:11: warning: variable ‘pc’ set but not used [-Wunused-but-set-variable]
     sqInt pc;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘enterCogCodePopReceiver’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:5920:7: warning: statement with no effect [-Wunused-value]
  error("what??");
       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘fillInMethodHeadersizeselector’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:6112:9: warning: statement with no effect [-Wunused-value]
    error("too much code for stack check offset");
         ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:6078:16: warning: variable ‘originalMethod’ set but not used [-Wunused-but-set-variable]
     CogMethod *originalMethod;
                ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘followForwardedMethods’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:2119:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:6326:31: note: in expansion of macro ‘roundUpLength’
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘freeUnmarkedMachineCode’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:2119:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:6428:31: note: in expansion of macro ‘roundUpLength’
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genCheckForInterruptsTrampoline’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:6466:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genEnilopmartForandandforCallcalled’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:6510:11: warning: variable ‘size’ set but not used [-Wunused-but-set-variable]
     sqInt size;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:6506:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:15:0,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘generateCaptureCStackPointers’:
/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/jit/jit.h:24:52: warning: statement with no effect [-Wunused-value]
 #define flushICacheFromto(startAddress,endAddress) 0
                                                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:6611:2: note: in expansion of macro ‘flushICacheFromto’
  flushICacheFromto(((usqInt)startAddress), ((usqInt)methodZoneBase));
  ^
In file included from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘generateClosedPICPrototype’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:2119:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:6719:18: note: in expansion of macro ‘roundUpLength’
  closedPICSize = roundUpLength(closedPICSize);
                  ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:6741:16: warning: assignment makes integer from pointer without a cast [-Wint-conversion]
  cPICPrototype = cPIC;
                ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:6640:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:6629:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:6628:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:6627:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:6626:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘generateCogFullBlock’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:2119:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:6781:14: note: in expansion of macro ‘roundUpLength’
  totalSize = roundUpLength((headerSize + codeSize) + mapSize);
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:15:0,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/jit/jit.h:24:52: warning: statement with no effect [-Wunused-value]
 #define flushICacheFromto(startAddress,endAddress) 0
                                                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:6814:2: note: in expansion of macro ‘flushICacheFromto’
  flushICacheFromto(((usqInt)method), (((usqInt)method)) + totalSize);
  ^
In file included from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘generateCogMethod’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:2119:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:6855:14: note: in expansion of macro ‘roundUpLength’
  totalSize = roundUpLength((headerSize + codeSize) + mapSize);
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:15:0,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/jit/jit.h:24:52: warning: statement with no effect [-Wunused-value]
 #define flushICacheFromto(startAddress,endAddress) 0
                                                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:6887:2: note: in expansion of macro ‘flushICacheFromto’
  flushICacheFromto(((usqInt)method), (((usqInt)method)) + totalSize);
  ^
In file included from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘generateOpenPICPrototype’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:2119:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:7016:17: note: in expansion of macro ‘roundUpLength’
  openPICSize = (roundUpLength((sizeof(CogMethod)) + codeSize)) + (roundUpLength(mapSize));
                 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:2119:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:7016:67: note: in expansion of macro ‘roundUpLength’
  openPICSize = (roundUpLength((sizeof(CogMethod)) + codeSize)) + (roundUpLength(mapSize));
                                                                   ^
In file included from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:15:0,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘generateTrampolines’:
/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/jit/jit.h:24:52: warning: statement with no effect [-Wunused-value]
 #define flushICacheFromto(startAddress,endAddress) 0
                                                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:7123:2: note: in expansion of macro ‘flushICacheFromto’
  flushICacheFromto(((usqInt)methodZoneStart), ((usqInt)methodZoneBase));
  ^
In file included from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘generateVMOwnerLockFunctions’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:7132:11: warning: unused variable ‘startAddress’ [-Wunused-variable]
     sqInt startAddress;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:7131:11: warning: unused variable ‘opcodeSize’ [-Wunused-variable]
     sqInt opcodeSize;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:7130:11: warning: unused variable ‘fixupSize’ [-Wunused-variable]
     sqInt fixupSize;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genGetLeafCallStackPointer’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:7176:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genInnerPICAbortTrampoline’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:7230:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genLoadCStackPointersForPrimCall’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:7251:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:7250:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:7249:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:7248:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genLoadInlineCacheWithSelector’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:7310:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genNonLocalReturnTrampoline’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:7326:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘incrementUsageOfTargetIfLinkedSendmcpcignored’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:7601:12: warning: variable ‘sendTable1’ set but not used [-Wunused-but-set-variable]
     sqInt *sendTable1;
            ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘indexForSelectorinat’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:7671:7: warning: statement with no effect [-Wunused-value]
  error("could not find selector in method when unlinking send site");
       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘inverseBranchFor’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:7846:8: warning: statement with no effect [-Wunused-value]
   error("Case not found and no otherwise clause");
        ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:7848:7: warning: statement with no effect [-Wunused-value]
  error("invalid opcode for inverse");
       ^
In file included from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:15:0,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘linkSendAtintooffsetreceiver’:
/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/jit/jit.h:24:52: warning: statement with no effect [-Wunused-value]
 #define flushICacheFromto(startAddress,endAddress) 0
                                                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:7989:2: note: in expansion of macro ‘flushICacheFromto’
  flushICacheFromto((((usqInt)callSiteReturnAddress)) - extent, ((usqInt)callSiteReturnAddress));
  ^
In file included from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:7966:11: warning: variable ‘extent’ set but not used [-Wunused-but-set-variable]
     sqInt extent;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘mapObjectReferencesInMachineCodeForBecome’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:8217:13: warning: statement with no effect [-Wunused-value]
        error("attempt to become two cogged methods");
             ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:8220:13: warning: statement with no effect [-Wunused-value]
        error("attempt to become cogged method into different method");
             ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:2119:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:8276:31: note: in expansion of macro ‘roundUpLength’
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
In file included from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:15:0,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/jit/jit.h:24:52: warning: statement with no effect [-Wunused-value]
 #define flushICacheFromto(startAddress,endAddress) 0
                                                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:8291:3: note: in expansion of macro ‘flushICacheFromto’
   flushICacheFromto(((usqInt)codeBase), ((usqInt)(limitZony())));
   ^
In file included from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:8182:11: warning: variable ‘val’ set but not used [-Wunused-but-set-variable]
     sqInt val;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘mapObjectReferencesInMachineCodeForFullGC’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:2119:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:8364:31: note: in expansion of macro ‘roundUpLength’
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
In file included from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:15:0,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/jit/jit.h:24:52: warning: statement with no effect [-Wunused-value]
 #define flushICacheFromto(startAddress,endAddress) 0
                                                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:8376:3: note: in expansion of macro ‘flushICacheFromto’
   flushICacheFromto(((usqInt)codeBase), ((usqInt)(limitZony())));
   ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘mapObjectReferencesInMachineCodeForYoungGC’:
/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/jit/jit.h:24:52: warning: statement with no effect [-Wunused-value]
 #define flushICacheFromto(startAddress,endAddress) 0
                                                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:8486:3: note: in expansion of macro ‘flushICacheFromto’
   flushICacheFromto(((usqInt)codeBase), ((usqInt)(limitZony())));
   ^
In file included from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:8402:11: warning: variable ‘val’ set but not used [-Wunused-but-set-variable]
     sqInt val;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘mapObjectReferencesInMachineCode’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:8509:8: warning: statement with no effect [-Wunused-value]
   error("Case not found and no otherwise clause");
        ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:8512:8: warning: statement with no effect [-Wunused-value]
   error("youngReferrers list overflowed");
        ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘markAndTraceMachineCodeOfMarkedMethods’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:2119:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:8634:31: note: in expansion of macro ‘roundUpLength’
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
In file included from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:15:0,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/jit/jit.h:24:52: warning: statement with no effect [-Wunused-value]
 #define flushICacheFromto(startAddress,endAddress) 0
                                                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:8648:3: note: in expansion of macro ‘flushICacheFromto’
   flushICacheFromto(((usqInt)codeBase), ((usqInt)(limitZony())));
   ^
In file included from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:8536:11: warning: variable ‘val1’ set but not used [-Wunused-but-set-variable]
     sqInt val1;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:8535:11: warning: variable ‘val’ set but not used [-Wunused-but-set-variable]
     sqInt val;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘markAndTraceOrFreeCogMethodfirstVisit’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:8693:11: warning: variable ‘val’ set but not used [-Wunused-but-set-variable]
     sqInt val;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘markLiteralsAndUnlinkIfUnmarkedSendpcmethod’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:8859:140: warning: passing argument 3 of ‘inlineCacheValueForSelectorinat’ makes integer from pointer without a cast [-Wint-conversion]
     rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), inlineCacheValueForSelectorinat((targetMethod1->selector), enumeratingCogMethod, mcpc), unlinkedRoutine);
                                                                                                                                            ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:7780:1: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
 inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:8803:11: warning: variable ‘val’ set but not used [-Wunused-but-set-variable]
     sqInt val;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘markLiteralspcmethod’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:8880:11: warning: variable ‘entryPoint1’ set but not used [-Wunused-but-set-variable]
     sqInt entryPoint1;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:8879:12: warning: variable ‘cacheTag1’ set but not used [-Wunused-but-set-variable]
     usqInt cacheTag1;
            ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘noCogMethodsMaximallyMarked’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:2119:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:9303:31: note: in expansion of macro ‘roundUpLength’
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘outputInstructionsForGeneratedRuntimeAt’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:9352:11: warning: variable ‘size’ set but not used [-Wunused-but-set-variable]
     sqInt size;
           ^
In file included from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:15:0,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘patchToOpenPICFornumArgsreceiver’:
/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/jit/jit.h:24:52: warning: statement with no effect [-Wunused-value]
 #define flushICacheFromto(startAddress,endAddress) 0
                                                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:9415:4: note: in expansion of macro ‘flushICacheFromto’
    flushICacheFromto(((usqInt)oPIC), (((usqInt)oPIC)) + openPICSize);
    ^
/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/jit/jit.h:24:52: warning: statement with no effect [-Wunused-value]
 #define flushICacheFromto(startAddress,endAddress) 0
                                                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:9442:2: note: in expansion of macro ‘flushICacheFromto’
  flushICacheFromto((((usqInt)outerReturn)) - extent, ((usqInt)outerReturn));
  ^
In file included from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:9390:11: warning: variable ‘extent’ set but not used [-Wunused-but-set-variable]
     sqInt extent;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘recordRunTimeObjectReferences’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:9552:10: warning: statement with no effect [-Wunused-value]
     error("attempt to generate run-time routine containing young object reference.  Cannot initialize Cogit run-time.");
          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘relocateCallsInClosedPIC’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:9674:2: warning: statement with no effect [-Wunused-value]
  ((AbstractInstruction *) backEnd);
  ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:9633:11: warning: variable ‘pc1’ set but not used [-Wunused-but-set-variable]
     sqInt pc1;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘relocateIfCallOrMethodReferencemcpcdelta’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:9729:126: warning: passing argument 3 of ‘indexForSelectorinat’ makes integer from pointer without a cast [-Wint-conversion]
   rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), indexForSelectorinat((targetMethod->selector), enumeratingCogMethod, mcpc), unlinkedRoutine);
                                                                                                                              ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:7649:1: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
 indexForSelectorinat(sqInt selector, CogMethod *cogMethod, sqInt mcpc)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘remapIfObjectRefpchasYoung’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:9755:12: warning: variable ‘sendTable1’ set but not used [-Wunused-but-set-variable]
     sqInt *sendTable1;
            ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘spanForCleanBlockStartingAt’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:9971:7: warning: statement with no effect [-Wunused-value]
  error("couldn't locate end of clean block");
       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘unlinkAllSends’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:2119:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:10138:31: note: in expansion of macro ‘roundUpLength’
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
In file included from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:15:0,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/jit/jit.h:24:52: warning: statement with no effect [-Wunused-value]
 #define flushICacheFromto(startAddress,endAddress) 0
                                                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:10148:2: note: in expansion of macro ‘flushICacheFromto’
  flushICacheFromto(((usqInt)methodZoneBase), ((usqInt)(limitZony())));
  ^
In file included from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘unlinkIfFreeOrLinkedSendpcof’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:10193:140: warning: passing argument 3 of ‘inlineCacheValueForSelectorinat’ makes integer from pointer without a cast [-Wint-conversion]
     rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), inlineCacheValueForSelectorinat((targetMethod1->selector), enumeratingCogMethod, mcpc), unlinkedRoutine);
                                                                                                                                            ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:7780:1: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
 inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘unlinkIfInvalidClassSendpcignored’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:10245:141: warning: passing argument 3 of ‘inlineCacheValueForSelectorinat’ makes integer from pointer without a cast [-Wint-conversion]
      rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), inlineCacheValueForSelectorinat((targetMethod1->selector), enumeratingCogMethod, mcpc), unlinkedRoutine);
                                                                                                                                             ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:7780:1: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
 inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘unlinkIfLinkedSendToFreepcignored’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:10295:140: warning: passing argument 3 of ‘inlineCacheValueForSelectorinat’ makes integer from pointer without a cast [-Wint-conversion]
     rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), inlineCacheValueForSelectorinat((targetMethod1->selector), enumeratingCogMethod, mcpc), unlinkedRoutine);
                                                                                                                                            ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:7780:1: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
 inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘unlinkIfLinkedSendpcignored’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:10343:139: warning: passing argument 3 of ‘inlineCacheValueForSelectorinat’ makes integer from pointer without a cast [-Wint-conversion]
    rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), inlineCacheValueForSelectorinat((targetMethod1->selector), enumeratingCogMethod, mcpc), unlinkedRoutine);
                                                                                                                                           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:7780:1: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
 inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘unlinkIfLinkedSendpcto’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:10391:140: warning: passing argument 3 of ‘inlineCacheValueForSelectorinat’ makes integer from pointer without a cast [-Wint-conversion]
     rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), inlineCacheValueForSelectorinat((targetMethod1->selector), enumeratingCogMethod, mcpc), unlinkedRoutine);
                                                                                                                                            ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:7780:1: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
 inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘unlinkSendsLinkedForInvalidClasses’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:2119:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:10465:31: note: in expansion of macro ‘roundUpLength’
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
In file included from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:15:0,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/jit/jit.h:24:52: warning: statement with no effect [-Wunused-value]
 #define flushICacheFromto(startAddress,endAddress) 0
                                                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:10479:3: note: in expansion of macro ‘flushICacheFromto’
   flushICacheFromto(((usqInt)methodZoneBase), ((usqInt)(limitZony())));
   ^
In file included from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘unlinkSendsOfisMNUSelector’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:2119:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:10531:32: note: in expansion of macro ‘roundUpLength’
    cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                                ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:2119:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:10543:32: note: in expansion of macro ‘roundUpLength’
    cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                                ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:2119:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:10595:31: note: in expansion of macro ‘roundUpLength’
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
In file included from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:15:0,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/jit/jit.h:24:52: warning: statement with no effect [-Wunused-value]
 #define flushICacheFromto(startAddress,endAddress) 0
                                                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:10606:3: note: in expansion of macro ‘flushICacheFromto’
   flushICacheFromto(((usqInt)methodZoneBase), ((usqInt)(limitZony())));
   ^
In file included from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘unlinkSendsToFree’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:2119:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:10672:31: note: in expansion of macro ‘roundUpLength’
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
In file included from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:15:0,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/jit/jit.h:24:52: warning: statement with no effect [-Wunused-value]
 #define flushICacheFromto(startAddress,endAddress) 0
                                                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:10683:3: note: in expansion of macro ‘flushICacheFromto’
   flushICacheFromto(((usqInt)methodZoneBase), ((usqInt)(limitZony())));
   ^
In file included from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘unlinkSendsToandFreeIf’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:2119:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:10760:31: note: in expansion of macro ‘roundUpLength’
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
In file included from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:15:0,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/jit/jit.h:24:52: warning: statement with no effect [-Wunused-value]
 #define flushICacheFromto(startAddress,endAddress) 0
                                                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:10776:3: note: in expansion of macro ‘flushICacheFromto’
   flushICacheFromto(((usqInt)methodZoneBase), ((usqInt)(limitZony())));
   ^
In file included from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘addAllToYoungReferrers’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:2119:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:10833:31: note: in expansion of macro ‘roundUpLength’
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘addToYoungReferrers’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:10864:8: warning: statement with no effect [-Wunused-value]
   error("no room on youngReferrers list");
        ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘clearCogCompiledCode’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:2119:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:10907:31: note: in expansion of macro ‘roundUpLength’
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘compactCompiledCode’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:2119:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:10943:28: note: in expansion of macro ‘roundUpLength’
   source = ((CogMethod *) (roundUpLength((((sqInt)source)) + ((source->blockSize)))));
                            ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘freeOlderMethodsForCompaction’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:2119:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:11065:32: note: in expansion of macro ‘roundUpLength’
    cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                                ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘methodFor’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:2119:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:11121:32: note: in expansion of macro ‘roundUpLength’
   nextMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                                ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘methodsCompiledToMachineCodeInto’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:2119:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:11149:31: note: in expansion of macro ‘roundUpLength’
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘numMethodsOfType’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:2119:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:11175:31: note: in expansion of macro ‘roundUpLength’
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘planCompaction’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:2119:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:11250:31: note: in expansion of macro ‘roundUpLength’
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘printCogMethods’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:2119:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:11288:31: note: in expansion of macro ‘roundUpLength’
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘printCogMethodsOfType’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:2119:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:11319:31: note: in expansion of macro ‘roundUpLength’
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘printCogMethodsWithMethod’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:2119:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:11336:31: note: in expansion of macro ‘roundUpLength’
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘printCogMethodsWithPrimitive’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:2119:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:11353:31: note: in expansion of macro ‘roundUpLength’
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘printCogMethodsWithSelector’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:2119:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:11370:31: note: in expansion of macro ‘roundUpLength’
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘relocateMethodsPreCompaction’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:2119:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:11517:31: note: in expansion of macro ‘roundUpLength’
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genGetMethodHeaderOfintoscratch’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:11649:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:11647:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:11646:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genLoadSlotsourceRegdestReg’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:11669:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:11668:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveBitShift’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:11849:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:11848:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:11847:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:11846:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveClass’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:11961:11: warning: variable ‘reg1’ set but not used [-Wunused-but-set-variable]
     sqInt reg1;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveDiv’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:11995:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:11994:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:11993:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:11992:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveDivide’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:12062:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveMod’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:12245:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:12244:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveQuo’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:12369:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:12368:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genSmallIntegerComparison’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:12559:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genSmallIntegerComparisonorDoubleComparisoninvert’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:12612:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genAddSmallIntegerTagsTo’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:12702:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genAlloc64BitPositiveIntegerValueintoscratchRegscratchReg’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:12724:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:12722:26: warning: variable ‘anInstruction5’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction5;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:12721:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:12720:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:12719:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:12718:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:12717:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:12716:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genAlloc64BitSignedIntegerValueintoscratchRegscratchReg’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:12774:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:12773:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:12770:26: warning: variable ‘anInstruction7’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction7;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:12769:26: warning: variable ‘anInstruction6’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction6;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:12768:26: warning: variable ‘anInstruction5’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction5;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:12767:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:12766:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:12765:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:12764:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:12763:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genAllocFloatValueintoscratchRegscratchReg’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:12834:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:12829:26: warning: variable ‘anInstruction5’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction5;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:12828:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:12827:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:12826:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:12825:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:12824:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:12823:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genClearAndSetSmallIntegerTagsIn’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:12924:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:12923:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genConvertBitsToSmallFloatInscratch’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:12947:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:12946:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:12945:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genConvertCharacterToSmallIntegerInReg’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:12978:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genConvertDataFormatnumSlotsintoBytes’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:13006:11: warning: variable ‘literal2’ set but not used [-Wunused-but-set-variable]
     sqInt literal2;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:13005:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:13004:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:12996:26: warning: variable ‘anInstruction5’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction5;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:12995:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:12994:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:12993:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:12992:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:12991:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genConvertIntegerToSmallIntegerInReg’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:13072:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genConvertSmallFloatToSmallFloatHashAsIntegerInRegscratch’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:13092:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genConvertSmallIntegerToCharacterInReg’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:13122:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genFloatComparisoninvertboxed’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:13212:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genGetHashFieldNonImmOfasSmallIntegerInto’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:13298:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:13297:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:13296:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genGetHashFieldNonImmOfinto’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:13327:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:13326:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genGetInlineCacheClassTagFromintoforEntry’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:13354:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:13353:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genGetNumBytesOfinto’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:13397:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genGetOverflowSlotsOfinto’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:13421:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:13420:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genGetSmallFloatValueOfscratchinto’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:13443:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:13442:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genIntegerTo64BitPositiveIntegerValueintoscratchRegscratchReg’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:13472:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genIntegerTo64BitSignedIntegerValueintoscratchRegscratchReg’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:13505:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:13504:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genJumpIsSmallIntegerValuescratch’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:13544:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:13543:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:13542:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genJumpNotCharacter’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:13573:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genJumpNotSmallFloatValueBitsscratch’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:13595:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:13594:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:13593:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genJumpNotSmallFloat’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:13653:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genJumpNotSmallIntegerValuescratch’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:13675:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:13674:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:13673:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genJumpNotSmallInteger’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:13704:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genJumpSmallInteger’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:13725:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveAtPutSigned’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:13818:11: warning: variable ‘literal6’ set but not used [-Wunused-but-set-variable]
     sqInt literal6;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:13817:11: warning: variable ‘literal5’ set but not used [-Wunused-but-set-variable]
     sqInt literal5;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:13816:11: warning: variable ‘literal4’ set but not used [-Wunused-but-set-variable]
     sqInt literal4;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:13815:11: warning: variable ‘literal3’ set but not used [-Wunused-but-set-variable]
     sqInt literal3;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:13814:11: warning: variable ‘literal2’ set but not used [-Wunused-but-set-variable]
     sqInt literal2;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:13813:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:13812:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:13783:26: warning: variable ‘anInstruction9’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction9;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:13782:26: warning: variable ‘anInstruction8’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction8;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:13781:26: warning: variable ‘anInstruction7’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction7;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:13780:26: warning: variable ‘anInstruction6’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction6;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:13779:26: warning: variable ‘anInstruction5’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction5;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:13778:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:13777:26: warning: variable ‘anInstruction34’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction34;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:13776:26: warning: variable ‘anInstruction33’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction33;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:13775:26: warning: variable ‘anInstruction32’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction32;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:13774:26: warning: variable ‘anInstruction31’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction31;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:13773:26: warning: variable ‘anInstruction30’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction30;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:13772:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:13771:26: warning: variable ‘anInstruction29’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction29;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:13770:26: warning: variable ‘anInstruction28’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction28;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:13769:26: warning: variable ‘anInstruction27’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction27;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:13768:26: warning: variable ‘anInstruction26’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction26;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:13767:26: warning: variable ‘anInstruction25’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction25;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:13766:26: warning: variable ‘anInstruction24’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction24;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:13765:26: warning: variable ‘anInstruction23’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction23;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:13764:26: warning: variable ‘anInstruction22’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction22;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:13763:26: warning: variable ‘anInstruction21’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction21;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:13762:26: warning: variable ‘anInstruction20’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction20;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:13761:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:13760:26: warning: variable ‘anInstruction19’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction19;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:13759:26: warning: variable ‘anInstruction18’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction18;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:13758:26: warning: variable ‘anInstruction17’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction17;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:13757:26: warning: variable ‘anInstruction16’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction16;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:13756:26: warning: variable ‘anInstruction15’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction15;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:13755:26: warning: variable ‘anInstruction14’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction14;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:13754:26: warning: variable ‘anInstruction13’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction13;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:13753:26: warning: variable ‘anInstruction12’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction12;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:13752:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:13751:26: warning: variable ‘anInstruction10’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction10;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:13750:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:13749:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveAtSigned’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:14250:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:14249:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:14227:26: warning: variable ‘anInstruction9’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction9;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:14226:26: warning: variable ‘anInstruction8’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction8;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:14225:26: warning: variable ‘anInstruction7’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction7;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:14224:26: warning: variable ‘anInstruction6’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction6;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:14223:26: warning: variable ‘anInstruction5’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction5;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:14222:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:14221:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:14220:26: warning: variable ‘anInstruction20’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction20;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:14219:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:14218:26: warning: variable ‘anInstruction19’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction19;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:14217:26: warning: variable ‘anInstruction18’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction18;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:14216:26: warning: variable ‘anInstruction17’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction17;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:14215:26: warning: variable ‘anInstruction16’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction16;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:14214:26: warning: variable ‘anInstruction15’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction15;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:14213:26: warning: variable ‘anInstruction14’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction14;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:14212:26: warning: variable ‘anInstruction13’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction13;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:14210:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:14209:26: warning: variable ‘anInstruction10’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction10;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:14208:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:14207:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveIdentityHash’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:14546:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:14545:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveImmediateAsInteger’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:14621:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadInt32FromBytes’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:14673:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:14672:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:14665:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:14664:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:14663:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:14662:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:14661:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadInt32FromExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:14742:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:14738:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:14737:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:14736:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadInt64FromBytes’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:14802:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:14801:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:14793:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:14792:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:14791:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:14790:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:14789:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadInt64FromExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:14871:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:14866:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:14865:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:14864:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadUInt32FromBytes’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:14929:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:14928:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:14921:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:14920:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:14919:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:14918:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:14917:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadUInt32FromExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:14998:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:14994:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:14993:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:14992:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadUInt64FromBytes’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:15058:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:15057:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:15049:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:15048:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:15047:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:15046:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:15045:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadUInt64FromExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:15127:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:15122:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:15121:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:15120:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveNew’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:15208:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:15207:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:15196:26: warning: variable ‘anInstruction9’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction9;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:15195:26: warning: variable ‘anInstruction8’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction8;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:15194:26: warning: variable ‘anInstruction7’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction7;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:15193:26: warning: variable ‘anInstruction6’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction6;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:15192:26: warning: variable ‘anInstruction5’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction5;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:15191:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:15190:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:15189:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:15188:26: warning: variable ‘anInstruction13’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction13;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:15186:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:15185:26: warning: variable ‘anInstruction10’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction10;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:15184:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:15183:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveNewWithArg’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:15394:11: warning: variable ‘literal8’ set but not used [-Wunused-but-set-variable]
     sqInt literal8;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:15393:11: warning: variable ‘literal7’ set but not used [-Wunused-but-set-variable]
     sqInt literal7;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:15392:11: warning: variable ‘literal6’ set but not used [-Wunused-but-set-variable]
     sqInt literal6;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:15391:11: warning: variable ‘literal5’ set but not used [-Wunused-but-set-variable]
     sqInt literal5;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:15390:11: warning: variable ‘literal4’ set but not used [-Wunused-but-set-variable]
     sqInt literal4;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:15389:11: warning: variable ‘literal3’ set but not used [-Wunused-but-set-variable]
     sqInt literal3;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:15388:11: warning: variable ‘literal2’ set but not used [-Wunused-but-set-variable]
     sqInt literal2;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:15387:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:15386:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:15368:26: warning: variable ‘anInstruction9’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction9;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:15367:26: warning: variable ‘anInstruction8’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction8;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:15366:26: warning: variable ‘anInstruction7’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction7;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:15365:26: warning: variable ‘anInstruction6’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction6;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:15364:26: warning: variable ‘anInstruction5’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction5;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:15363:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:15362:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:15361:26: warning: variable ‘anInstruction22’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction22;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:15359:26: warning: variable ‘anInstruction20’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction20;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:15358:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:15357:26: warning: variable ‘anInstruction19’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction19;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:15356:26: warning: variable ‘anInstruction18’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction18;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:15355:26: warning: variable ‘anInstruction17’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction17;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:15354:26: warning: variable ‘anInstruction16’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction16;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:15353:26: warning: variable ‘anInstruction15’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction15;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:15352:26: warning: variable ‘anInstruction14’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction14;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:15351:26: warning: variable ‘anInstruction13’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction13;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:15350:26: warning: variable ‘anInstruction12’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction12;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:15349:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:15348:26: warning: variable ‘anInstruction10’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction10;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:15347:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:15346:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveShallowCopy’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:15635:11: warning: variable ‘literal3’ set but not used [-Wunused-but-set-variable]
     sqInt literal3;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:15634:11: warning: variable ‘literal2’ set but not used [-Wunused-but-set-variable]
     sqInt literal2;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:15633:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:15632:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:15622:26: warning: variable ‘anInstruction9’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction9;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:15621:26: warning: variable ‘anInstruction8’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction8;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:15620:26: warning: variable ‘anInstruction7’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction7;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:15619:26: warning: variable ‘anInstruction6’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction6;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:15618:26: warning: variable ‘anInstruction5’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction5;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:15617:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:15616:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:15615:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:15614:26: warning: variable ‘anInstruction16’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction16;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:15613:26: warning: variable ‘anInstruction15’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction15;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:15612:26: warning: variable ‘anInstruction14’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction14;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:15611:26: warning: variable ‘anInstruction13’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction13;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:15610:26: warning: variable ‘anInstruction12’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction12;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:15609:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:15608:26: warning: variable ‘anInstruction10’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction10;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:15607:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:15606:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreInt32IntoBytes’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:15764:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:15763:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:15754:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:15753:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:15752:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:15751:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:15750:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreInt32IntoExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:15841:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:15835:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:15834:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:15833:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreInt64IntoBytes’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:15906:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:15905:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:15896:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:15895:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:15894:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:15893:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:15892:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreInt64IntoExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:15983:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:15977:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:15976:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:15975:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreUInt32IntoBytes’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:16050:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:16049:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:16039:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:16038:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:16037:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:16036:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:16035:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:16034:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreUInt32IntoExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:16133:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:16126:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:16125:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:16124:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:16123:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreUInt64IntoBytes’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:16204:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:16203:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:16193:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:16192:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:16191:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:16190:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:16189:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:16188:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreUInt64IntoExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:16287:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:16280:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:16279:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:16278:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:16277:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStringAt’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:16372:11: warning: variable ‘literal4’ set but not used [-Wunused-but-set-variable]
     sqInt literal4;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:16371:11: warning: variable ‘literal3’ set but not used [-Wunused-but-set-variable]
     sqInt literal3;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:16370:11: warning: variable ‘literal2’ set but not used [-Wunused-but-set-variable]
     sqInt literal2;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:16369:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:16368:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:16356:26: warning: variable ‘anInstruction9’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction9;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:16355:26: warning: variable ‘anInstruction8’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction8;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:16354:26: warning: variable ‘anInstruction7’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction7;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:16353:26: warning: variable ‘anInstruction6’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction6;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:16352:26: warning: variable ‘anInstruction5’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction5;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:16351:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:16350:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:16349:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:16348:26: warning: variable ‘anInstruction10’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction10;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:16347:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:16346:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStringAtPut’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:16516:11: warning: variable ‘literal4’ set but not used [-Wunused-but-set-variable]
     sqInt literal4;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:16515:11: warning: variable ‘literal3’ set but not used [-Wunused-but-set-variable]
     sqInt literal3;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:16514:11: warning: variable ‘literal2’ set but not used [-Wunused-but-set-variable]
     sqInt literal2;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:16513:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:16512:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:16497:26: warning: variable ‘anInstruction9’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction9;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:16496:26: warning: variable ‘anInstruction8’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction8;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:16495:26: warning: variable ‘anInstruction7’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction7;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:16494:26: warning: variable ‘anInstruction6’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction6;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:16493:26: warning: variable ‘anInstruction5’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction5;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:16492:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:16491:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:16490:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:16489:26: warning: variable ‘anInstruction13’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction13;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:16488:26: warning: variable ‘anInstruction12’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction12;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:16487:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:16486:26: warning: variable ‘anInstruction10’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction10;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:16485:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:16484:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genRemoveSmallIntegerTagsInScratchReg’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:16690:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘getLiteralCountOfplusOneinBytesintoscratch’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:16709:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:16708:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:16707:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘maybeGenerateSelectorIndexDereferenceRoutine’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:16793:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:16788:26: warning: variable ‘anInstruction9’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction9;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:16787:26: warning: variable ‘anInstruction8’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction8;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:16786:26: warning: variable ‘anInstruction7’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction7;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:16785:26: warning: variable ‘anInstruction6’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction6;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:16784:26: warning: variable ‘anInstruction5’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction5;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:16783:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:16782:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:16781:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:16780:26: warning: variable ‘anInstruction12’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction12;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:16779:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:16778:26: warning: variable ‘anInstruction10’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction10;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:16777:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:16776:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genAllocExternalAddressValueintoscratchRegscratchReg’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:16982:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:16980:26: warning: variable ‘anInstruction5’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction5;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:16979:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:16978:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:16977:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:16976:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:16975:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:16974:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genCheckRememberedBitOfscratch’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:17025:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:17024:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genConvertIntegerToCharacterInReg’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:17055:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genCreateClosureAtnumArgsnumCopiedcontextNumArgslargeinBlock’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:17080:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:17078:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genCreateFullClosurenumArgsnumCopiedignoreContextcontextNumArgslargeinBlock’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:17121:11: warning: variable ‘literal3’ set but not used [-Wunused-but-set-variable]
     sqInt literal3;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:17120:11: warning: variable ‘literal2’ set but not used [-Wunused-but-set-variable]
     sqInt literal2;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:17119:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:17118:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:17114:26: warning: variable ‘anInstruction9’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction9;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:17113:26: warning: variable ‘anInstruction8’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction8;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:17112:26: warning: variable ‘anInstruction7’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction7;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:17111:26: warning: variable ‘anInstruction6’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction6;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:17110:26: warning: variable ‘anInstruction5’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction5;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:17109:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:17108:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:17107:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:17106:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:17105:26: warning: variable ‘anInstruction10’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction10;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:17104:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:17103:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genEnsureObjInRegNotForwardedscratchReg’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:17205:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:17204:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genEnsureOopInRegNotForwardedscratchReg’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:17236:88: warning: passing argument 3 of ‘genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder’ makes integer from pointer without a cast [-Wint-conversion]
  return genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(reg, scratch, instruction, 0);
                                                                                        ^
In file included from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:927:28: note: expected ‘sqInt {aka long int}’ but argument is of type ‘AbstractInstruction * {aka struct _AbstractInstruction *}’
 static sqInt NoDbgRegParms genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero);
                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:17278:12: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
   finished = nonFwdJumpTargetOrZero;
            ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:17249:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:17248:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genEnsureOopInRegNotForwardedscratchRegupdatingSlotin’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:17297:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:17295:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:17294:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:17293:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genGetActiveContextLargeinBlock’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:17487:8: warning: statement with no effect [-Wunused-value]
   error("Case not found and no otherwise clause");
        ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:17444:11: warning: variable ‘literal9’ set but not used [-Wunused-but-set-variable]
     sqInt literal9;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:17443:11: warning: variable ‘literal8’ set but not used [-Wunused-but-set-variable]
     sqInt literal8;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:17442:11: warning: variable ‘literal7’ set but not used [-Wunused-but-set-variable]
     sqInt literal7;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:17441:11: warning: variable ‘literal6’ set but not used [-Wunused-but-set-variable]
     sqInt literal6;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:17440:11: warning: variable ‘literal5’ set but not used [-Wunused-but-set-variable]
     sqInt literal5;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:17439:11: warning: variable ‘literal4’ set but not used [-Wunused-but-set-variable]
     sqInt literal4;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:17438:11: warning: variable ‘literal3’ set but not used [-Wunused-but-set-variable]
     sqInt literal3;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:17437:11: warning: variable ‘literal2’ set but not used [-Wunused-but-set-variable]
     sqInt literal2;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:17436:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:17435:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:17428:26: warning: variable ‘anInstruction9’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction9;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:17427:26: warning: variable ‘anInstruction8’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction8;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:17426:26: warning: variable ‘anInstruction7’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction7;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:17425:26: warning: variable ‘anInstruction5’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction5;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:17424:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:17423:26: warning: variable ‘anInstruction36’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction36;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:17422:26: warning: variable ‘anInstruction35’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction35;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:17420:26: warning: variable ‘anInstruction33’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction33;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:17419:26: warning: variable ‘anInstruction32’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction32;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:17418:26: warning: variable ‘anInstruction31’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction31;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:17417:26: warning: variable ‘anInstruction30’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction30;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:17416:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:17415:26: warning: variable ‘anInstruction29’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction29;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:17414:26: warning: variable ‘anInstruction28’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction28;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:17413:26: warning: variable ‘anInstruction27’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction27;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:17412:26: warning: variable ‘anInstruction26’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction26;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:17411:26: warning: variable ‘anInstruction25’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction25;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:17410:26: warning: variable ‘anInstruction24’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction24;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:17409:26: warning: variable ‘anInstruction23’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction23;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:17408:26: warning: variable ‘anInstruction22’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction22;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:17407:26: warning: variable ‘anInstruction21’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction21;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:17406:26: warning: variable ‘anInstruction20’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction20;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:17405:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:17404:26: warning: variable ‘anInstruction19’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction19;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:17403:26: warning: variable ‘anInstruction18’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction18;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:17402:26: warning: variable ‘anInstruction17’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction17;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:17401:26: warning: variable ‘anInstruction16’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction16;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:17400:26: warning: variable ‘anInstruction15’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction15;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:17399:26: warning: variable ‘anInstruction14’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction14;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:17398:26: warning: variable ‘anInstruction13’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction13;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:17397:26: warning: variable ‘anInstruction12’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction12;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:17396:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:17395:26: warning: variable ‘anInstruction10’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction10;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:17394:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:17393:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genGetActiveContextNumArgslargeinBlock’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:17670:9: warning: statement with no effect [-Wunused-value]
    error("Case not found and no otherwise clause");
         ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:17690:9: warning: statement with no effect [-Wunused-value]
    error("Case not found and no otherwise clause");
         ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:17651:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genGetBitsofFormatByteOfinto’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:17707:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:17706:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genGetClassIndexOfNonImminto’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:17725:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:17724:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genGetClassObjectOfClassIndexintoscratchReg’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:17751:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:17750:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:17749:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:17748:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:17747:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:17746:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genGetClassObjectOfintoscratchReginstRegIsReceiver’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:17811:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:17808:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:17807:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:17806:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:17805:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:17804:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genGetDoubleValueOfinto’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:17893:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:17892:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genGetFormatOfintoleastSignificantHalfOfBaseHeaderIntoScratch’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:17924:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:17923:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:17922:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genGetNumSlotsOfinto’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:17957:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genGetRawSlotSizeOfNonImminto’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:17983:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:17982:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genJumpImmediate’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:17996:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genJumpImmutablescratchReg’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:18013:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:18012:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genJumpMutablescratchReg’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:18033:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:18032:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genNewArrayOfSizeinitialized’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:18071:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:18067:26: warning: variable ‘anInstruction6’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction6;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:18066:26: warning: variable ‘anInstruction5’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction5;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:18065:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:18064:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:18063:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:18062:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:18061:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:18060:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genNoPopCreateClosureAtnumArgsnumCopiedcontextNumArgslargeinBlock’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:18153:11: warning: variable ‘literal4’ set but not used [-Wunused-but-set-variable]
     sqInt literal4;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:18152:11: warning: variable ‘literal3’ set but not used [-Wunused-but-set-variable]
     sqInt literal3;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:18151:11: warning: variable ‘literal2’ set but not used [-Wunused-but-set-variable]
     sqInt literal2;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:18150:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:18149:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:18146:26: warning: variable ‘anInstruction9’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction9;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:18145:26: warning: variable ‘anInstruction8’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction8;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:18144:26: warning: variable ‘anInstruction7’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction7;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:18143:26: warning: variable ‘anInstruction6’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction6;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:18142:26: warning: variable ‘anInstruction5’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction5;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:18141:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:18140:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:18139:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:18138:26: warning: variable ‘anInstruction10’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction10;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:18137:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:18136:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveIdenticalOrNotIf’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:18291:86: warning: passing argument 3 of ‘genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder’ makes integer from pointer without a cast [-Wint-conversion]
   genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(Arg0Reg, TempReg, comp, 0);
                                                                                      ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:17246:1: note: expected ‘sqInt {aka long int}’ but argument is of type ‘AbstractInstruction * {aka struct _AbstractInstruction *}’
 genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:18317:86: warning: passing argument 3 of ‘genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder’ makes integer from pointer without a cast [-Wint-conversion]
   genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(Arg0Reg, TempReg, comp, 0);
                                                                                      ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:17246:1: note: expected ‘sqInt {aka long int}’ but argument is of type ‘AbstractInstruction * {aka struct _AbstractInstruction *}’
 genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:18277:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:18276:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadBoolean8FromBytes’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:18376:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:18368:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:18367:26: warning: variable ‘anInstruction21’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction21;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:18365:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:18364:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:18363:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadBoolean8FromExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:18463:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:18458:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:18456:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:18455:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:18454:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadChar16FromBytes’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:18540:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:18539:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:18532:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:18531:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:18530:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:18529:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:18528:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadChar16FromExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:18609:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:18605:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:18604:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:18603:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadChar32FromBytes’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:18668:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:18667:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:18660:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:18659:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:18658:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/usr/bin/cmake.exe -E cmake_progress_start /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/progress.marks
make  -f CMakeFiles/Makefile2 all
make[1]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
make  -f libffi-build/CMakeFiles/objlib.dir/build.make libffi-build/CMakeFiles/objlib.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-src /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/CMakeFiles/objlib.dir/DependInfo.cmake --color=
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:18657:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:18656:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadChar32FromExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:18737:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:18733:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:18732:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:18731:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadChar8FromBytes’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:18794:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:18787:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:18786:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:18785:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:18784:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadChar8FromExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:18860:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:18856:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:18855:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:18854:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadFloat32FromBytes’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:18920:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:18919:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:18911:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:18910:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:18909:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:18908:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:18907:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadFloat32FromExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:18990:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:18985:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:18984:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:18983:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadFloat64FromBytes’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:19050:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:19049:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:19041:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:19040:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:19039:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:19038:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:19037:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadFloat64FromExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:19118:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:19113:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:19112:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:19111:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadInt16FromBytes’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:19175:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:19174:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:19167:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:19166:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:19165:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:19164:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:19163:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadInt16FromExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:19244:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:19240:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:19239:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:19238:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadInt8FromBytes’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:19301:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:19294:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:19293:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:19292:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:19291:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadInt8FromExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:19367:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:19363:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:19362:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:19361:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadPointerFromBytes’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:19427:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:19426:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:19418:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:19417:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:19416:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:19415:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:19414:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadPointerFromExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:19505:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:19500:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:19499:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:19498:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadUInt16FromBytes’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:19572:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:19571:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:19564:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:19563:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:19562:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:19561:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:19560:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadUInt16FromExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:19641:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:19637:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:19636:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:19635:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadUInt8FromBytes’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:19698:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:19691:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:19690:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:19689:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:19688:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadUInt8FromExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:19764:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:19760:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:19759:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:19758:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveObjectAt’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:19818:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:19813:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:19812:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:19811:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveSize’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:19903:11: warning: variable ‘literal2’ set but not used [-Wunused-but-set-variable]
     sqInt literal2;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:19902:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:19901:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:19886:26: warning: variable ‘anInstruction9’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction9;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:19885:26: warning: variable ‘anInstruction8’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction8;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:19884:26: warning: variable ‘anInstruction7’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction7;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:19883:26: warning: variable ‘anInstruction6’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction6;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:19882:26: warning: variable ‘anInstruction5’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction5;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:19881:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:19880:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:19879:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:19878:26: warning: variable ‘anInstruction10’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction10;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:19877:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:19876:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreBoolean8IntoBytes’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:20037:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:20027:26: warning: variable ‘anInstruction31’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction31;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:20026:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:20025:26: warning: variable ‘anInstruction21’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction21;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:20024:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:20023:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:20022:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:20021:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreBoolean8IntoExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:20135:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:20128:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:20127:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:20126:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:20125:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:20124:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:20123:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreChar16IntoBytes’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:20220:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:20219:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:20210:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:20209:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:20208:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:20207:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:20206:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreChar16IntoExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:20299:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:20293:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:20292:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:20291:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreChar32IntoBytes’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:20366:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:20365:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:20356:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:20355:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:20354:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:20353:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:20352:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreChar32IntoExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:20445:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:20439:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:20438:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:20437:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreChar8IntoBytes’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:20510:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:20501:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:20500:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:20499:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:20498:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreChar8IntoExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:20586:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:20580:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:20579:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:20578:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreFloat32IntoBytes’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:20653:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:20652:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:20643:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:20642:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:20641:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:20640:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:20639:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreFloat32IntoExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:20730:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:20724:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:20723:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:20722:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreFloat64IntoBytes’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:20795:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:20794:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:20785:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:20784:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:20783:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:20782:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:20781:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreFloat64IntoExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:20870:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:20864:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:20863:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:20862:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreInt16IntoBytes’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:20933:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:20932:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:20923:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:20922:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:20921:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:20920:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:20919:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreInt16IntoExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:21010:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:21004:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:21003:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:21002:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreInt8IntoBytes’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:21073:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:21064:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:21063:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:21062:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:21061:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreInt8IntoExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:21147:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:21141:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:21140:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:21139:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStorePointerIntoBytes’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:21215:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:21214:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:21204:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:21203:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:21202:26: warning: variable ‘anInstruction21’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction21;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:21201:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:21200:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:21199:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:21198:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStorePointerIntoExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:21303:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:21296:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:21295:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:21294:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:21293:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:21292:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreUInt16IntoBytes’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:21378:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:21377:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:21367:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:21366:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:21365:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:21364:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:21363:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:21362:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreUInt16IntoExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:21459:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:21452:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:21451:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:21450:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:21449:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreUInt8IntoBytes’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:21526:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:21516:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:21515:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:21514:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:21513:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:21512:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreUInt8IntoExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:21606:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:21599:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:21598:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:21597:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:21596:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStringCompareWith’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:21681:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:21680:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:21670:26: warning: variable ‘anInstruction6’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction6;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:21669:26: warning: variable ‘anInstruction5’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction5;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:21668:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:21667:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:21666:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:21665:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:21664:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStringReplace’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:21861:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:21860:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:21841:26: warning: variable ‘anInstruction9’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction9;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:21840:26: warning: variable ‘anInstruction8’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction8;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:21839:26: warning: variable ‘anInstruction7’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction7;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:21838:26: warning: variable ‘anInstruction6’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction6;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:21837:26: warning: variable ‘anInstruction5’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction5;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:21836:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:21835:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:21834:26: warning: variable ‘anInstruction24’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction24;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:21833:26: warning: variable ‘anInstruction23’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction23;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:21832:26: warning: variable ‘anInstruction22’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction22;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:21831:26: warning: variable ‘anInstruction21’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction21;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:21830:26: warning: variable ‘anInstruction20’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction20;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:21829:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:21828:26: warning: variable ‘anInstruction19’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction19;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:21827:26: warning: variable ‘anInstruction18’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction18;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:21826:26: warning: variable ‘anInstruction17’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction17;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:21825:26: warning: variable ‘anInstruction16’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction16;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:21824:26: warning: variable ‘anInstruction15’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction15;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:21823:26: warning: variable ‘anInstruction14’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction14;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:21822:26: warning: variable ‘anInstruction13’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction13;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:21821:26: warning: variable ‘anInstruction12’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction12;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:21820:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:21819:26: warning: variable ‘anInstruction10’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction10;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:21818:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:21817:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genSetSmallIntegerTagsIn’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:22154:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genStoreCheckReceiverRegvalueRegscratchReginFrame’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:22190:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genStoreSourceRegslotIndexdestRegscratchReginFrameneedsStoreCheck’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:22242:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:22241:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genStoreSourceRegslotIndexintoNewObjectInDestReg’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:22271:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:22270:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genStoreTrampolineCalledinstVarIndex’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:22294:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genStoreWithImmutabilityAndStoreCheckSourceRegslotIndexdestRegscratchRegneedRestoreRcvr’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:22342:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:22336:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:22335:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:22334:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genStoreWithImmutabilityButNoStoreCheckSourceRegslotIndexdestRegscratchRegneedRestoreRcvr’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:22425:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:22423:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:22422:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘jumpNotCharacterUnsignedValueInRegister’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:22524:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘maybeCompileRetryOnPrimitiveFail’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:22614:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:22613:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:22612:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:22611:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘ensureSpilledAtfrom’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:2136:25: warning: statement with no effect [-Wunused-value]
 #define traceSpill(ign) 0
                         ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:22744:2: note: in expansion of macro ‘traceSpill’
  traceSpill(self_in_ensureSpilledAtfrom);
  ^
In file included from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:22731:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:22730:26: warning: variable ‘inst’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *inst;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:22729:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘popToReg’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:22839:9: warning: statement with no effect [-Wunused-value]
    error("Case not found and no otherwise clause");
         ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:22800:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:22799:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:22798:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘storeToReg’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:22925:8: warning: statement with no effect [-Wunused-value]
   error("Case not found and no otherwise clause");
        ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:22890:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:22889:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:22888:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘computeMaximumSize’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:23511:8: warning: statement with no effect [-Wunused-value]
   error("Case not found and no otherwise clause");
        ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘dispatchConcretize’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:24217:15: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset1 = (((int) jumpTarget)) - (((int) (((self_in_dispatchConcretize->address)) + 5)));
               ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:24238:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset23 = (((int) jumpTarget3)) - (((int) (((self_in_dispatchConcretize->address)) + 2)));
                ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:24256:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset110 = (((int) jumpTarget2)) - (((int) (((self_in_dispatchConcretize->address)) + 6)));
                 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:24279:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset24 = (((int) jumpTarget4)) - (((int) (((self_in_dispatchConcretize->address)) + 2)));
                ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:24297:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset111 = (((int) jumpTarget21)) - (((int) (((self_in_dispatchConcretize->address)) + 6)));
                 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:24317:15: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset2 = (((int) jumpTarget1)) - (((int) (((self_in_dispatchConcretize->address)) + 2)));
               ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:24326:15: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset2 = (((int) jumpTarget1)) - (((int) (((self_in_dispatchConcretize->address)) + 5)));
               ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:24346:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset25 = (((int) jumpTarget5)) - (((int) (((self_in_dispatchConcretize->address)) + 2)));
                ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:24364:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset112 = (((int) jumpTarget22)) - (((int) (((self_in_dispatchConcretize->address)) + 6)));
                 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:24385:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset26 = (((int) jumpTarget6)) - (((int) (((self_in_dispatchConcretize->address)) + 2)));
                ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:24403:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset113 = (((int) jumpTarget23)) - (((int) (((self_in_dispatchConcretize->address)) + 6)));
                 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:24424:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset27 = (((int) jumpTarget7)) - (((int) (((self_in_dispatchConcretize->address)) + 2)));
                ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:24442:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset114 = (((int) jumpTarget24)) - (((int) (((self_in_dispatchConcretize->address)) + 6)));
                 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:24463:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset28 = (((int) jumpTarget8)) - (((int) (((self_in_dispatchConcretize->address)) + 2)));
                ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:24481:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset115 = (((int) jumpTarget25)) - (((int) (((self_in_dispatchConcretize->address)) + 6)));
                 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:24504:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset29 = (((int) jumpTarget9)) - (((int) (((self_in_dispatchConcretize->address)) + 2)));
                ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:24522:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset116 = (((int) jumpTarget26)) - (((int) (((self_in_dispatchConcretize->address)) + 6)));
                 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:24545:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset30 = (((int) jumpTarget10)) - (((int) (((self_in_dispatchConcretize->address)) + 2)));
                ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:24563:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset117 = (((int) jumpTarget27)) - (((int) (((self_in_dispatchConcretize->address)) + 6)));
                 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:24584:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset31 = (((int) jumpTarget20)) - (((int) (((self_in_dispatchConcretize->address)) + 2)));
                ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:24602:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset118 = (((int) jumpTarget28)) - (((int) (((self_in_dispatchConcretize->address)) + 6)));
                 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:24623:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset32 = (((int) jumpTarget29)) - (((int) (((self_in_dispatchConcretize->address)) + 2)));
                ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:24641:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset119 = (((int) jumpTarget210)) - (((int) (((self_in_dispatchConcretize->address)) + 6)));
                 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:24662:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset33 = (((int) jumpTarget30)) - (((int) (((self_in_dispatchConcretize->address)) + 2)));
                ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:24680:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset120 = (((int) jumpTarget211)) - (((int) (((self_in_dispatchConcretize->address)) + 6)));
                 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:24701:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset34 = (((int) jumpTarget31)) - (((int) (((self_in_dispatchConcretize->address)) + 2)));
                ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:24719:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset121 = (((int) jumpTarget212)) - (((int) (((self_in_dispatchConcretize->address)) + 6)));
                 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:24741:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset35 = (((int) jumpTarget32)) - (((int) (((self_in_dispatchConcretize->address)) + 2)));
                ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:24759:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset122 = (((int) jumpTarget213)) - (((int) (((self_in_dispatchConcretize->address)) + 6)));
                 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:24781:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset36 = (((int) jumpTarget33)) - (((int) (((self_in_dispatchConcretize->address)) + 2)));
                ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:24799:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset123 = (((int) jumpTarget214)) - (((int) (((self_in_dispatchConcretize->address)) + 6)));
                 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:24820:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset37 = (((int) jumpTarget34)) - (((int) (((self_in_dispatchConcretize->address)) + 2)));
                ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:24838:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset124 = (((int) jumpTarget215)) - (((int) (((self_in_dispatchConcretize->address)) + 6)));
                 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:24859:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset38 = (((int) jumpTarget35)) - (((int) (((self_in_dispatchConcretize->address)) + 2)));
                ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:24877:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset125 = (((int) jumpTarget216)) - (((int) (((self_in_dispatchConcretize->address)) + 6)));
                 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:25674:4: warning: statement with no effect [-Wunused-value]
    (self_in_dispatchConcretize->machineCodeSize);
    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:25807:4: warning: statement with no effect [-Wunused-value]
    (self_in_dispatchConcretize->machineCodeSize);
    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:25941:4: warning: statement with no effect [-Wunused-value]
    (self_in_dispatchConcretize->machineCodeSize);
    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:26039:4: warning: statement with no effect [-Wunused-value]
    (self_in_dispatchConcretize->machineCodeSize);
    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:27182:8: warning: statement with no effect [-Wunused-value]
   error("Case not found and no otherwise clause");
        ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘dispatchConcretizeProcessorSpecific’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:27305:8: warning: statement with no effect [-Wunused-value]
   error("Case not found and no otherwise clause");
        ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genDivRRQuoRem’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:27367:8: warning: statement with no effect [-Wunused-value]
   error("couldn't find unused register in genDivR:R:Quo:Rem:");
        ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘generateLowLevelTryLock’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:27453:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:27452:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:27451:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:27450:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘generateLowLevelUnlock’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:27481:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:27480:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genLoadCStackPointer’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:27505:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genLoadCStackPointers’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:27526:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:27525:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genLoadStackPointers’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:27550:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:27549:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genMemCopytoconstantSize’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:27574:27: warning: variable ‘inst’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction * inst;
                           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:27571:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:27570:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genMemCopytosize’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:27632:27: warning: variable ‘inst’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction * inst;
                           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:27629:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPushRegisterArgsForAbortMissNumArgs’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:27753:11: warning: variable ‘literal9’ set but not used [-Wunused-but-set-variable]
     sqInt literal9;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:27752:11: warning: variable ‘literal8’ set but not used [-Wunused-but-set-variable]
     sqInt literal8;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:27751:11: warning: variable ‘literal7’ set but not used [-Wunused-but-set-variable]
     sqInt literal7;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:27750:11: warning: variable ‘literal6’ set but not used [-Wunused-but-set-variable]
     sqInt literal6;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:27749:11: warning: variable ‘literal5’ set but not used [-Wunused-but-set-variable]
     sqInt literal5;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:27748:11: warning: variable ‘literal4’ set but not used [-Wunused-but-set-variable]
     sqInt literal4;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:27747:11: warning: variable ‘literal3’ set but not used [-Wunused-but-set-variable]
     sqInt literal3;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:27746:11: warning: variable ‘literal2’ set but not used [-Wunused-but-set-variable]
     sqInt literal2;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:27745:11: warning: variable ‘literal10’ set but not used [-Wunused-but-set-variable]
     sqInt literal10;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:27744:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:27743:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:27742:26: warning: variable ‘anInstruction9’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction9;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:27741:26: warning: variable ‘anInstruction8’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction8;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:27740:26: warning: variable ‘anInstruction7’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction7;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:27739:26: warning: variable ‘anInstruction6’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction6;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:27738:26: warning: variable ‘anInstruction5’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction5;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:27737:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:27736:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:27735:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:27734:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:27733:26: warning: variable ‘anInstruction10’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction10;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:27732:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:27731:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPushRegisterArgsForNumArgsscratchReg’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:27837:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:27836:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genSaveStackPointers’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:27918:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:27917:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘instructionSizeAt’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:28004:8: warning: statement with no effect [-Wunused-value]
   error("Case not found and no otherwise clause");
        ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘prepareStackToCallCFunctionInSmalltalkStack’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:28281:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:28280:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘rewriteCallAttarget’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:28354:8: warning: statement with no effect [-Wunused-value]
   error("linking callsite to invalid address");
        ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘rewriteInlineCacheAttagtarget’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:28423:8: warning: statement with no effect [-Wunused-value]
   error("linking callsite to invalid address");
        ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘sizeHasModrmat’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:28559:9: warning: statement with no effect [-Wunused-value]
    error("Case not found and no otherwise clause");
         ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:28533:11: warning: variable ‘ro’ set but not used [-Wunused-but-set-variable]
     sqInt ro;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘sizeImmediateGroup1at’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:28591:8: warning: statement with no effect [-Wunused-value]
   error("Case not found and no otherwise clause");
        ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:28576:11: warning: variable ‘rm’ set but not used [-Wunused-but-set-variable]
     sqInt rm;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:28574:11: warning: variable ‘mod’ set but not used [-Wunused-but-set-variable]
     sqInt mod;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘stopsFromto’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:28600:9: warning: passing argument 1 of ‘memset’ makes pointer from integer without a cast [-Wint-conversion]
  memset(startAddr, 204 /* stop */, (endAddr - startAddr) + 1);
         ^
In file included from /usr/include/features.h:367:0,
                 from /usr/include/stdint.h:25,
                 from /usr/lib/gcc/x86_64-linux-gnu/5/include/stdint.h:9,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:12,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:15:
/usr/include/x86_64-linux-gnu/bits/string3.h:78:1: note: expected ‘void *’ but argument is of type ‘sqInt {aka long int}’
 __NTH (memset (void *__dest, int __ch, size_t __len))
 ^
In file included from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘twoByteInstructionSizeAt’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:28639:8: warning: statement with no effect [-Wunused-value]
   error("Case not found and no otherwise clause");
        ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘compileGetErrorCode’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:28711:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:28710:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘compileInterpreterPrimitiveMayCallBackflags’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:28844:2: warning: statement with no effect [-Wunused-value]
  ((AbstractInstruction *) backEnd);
  ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:28855:2: warning: statement with no effect [-Wunused-value]
  ((AbstractInstruction *) backEnd);
  ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:28873:13: warning: passing argument 1 of ‘jmpTarget’ makes pointer from integer without a cast [-Wint-conversion]
   jmpTarget(arrivingJmp, genoperandoperand(Label, (labelCounter += 1), bytecodePC));
             ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:28087:1: note: expected ‘AbstractInstruction * {aka struct _AbstractInstruction *}’ but argument is of type ‘sqInt {aka long int}’
 jmpTarget(AbstractInstruction * self_in_jmpTarget, AbstractInstruction *anAbstractInstruction)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:28774:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:28771:26: warning: variable ‘anInstruction8’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction8;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:28770:26: warning: variable ‘anInstruction7’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction7;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:28768:26: warning: variable ‘anInstruction5’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction5;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:28767:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:28766:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:28765:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:28764:26: warning: variable ‘anInstruction19’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction19;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:28763:26: warning: variable ‘anInstruction16’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction16;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:28762:26: warning: variable ‘anInstruction15’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction15;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:28761:26: warning: variable ‘anInstruction14’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction14;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:28760:26: warning: variable ‘anInstruction13’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction13;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:28759:26: warning: variable ‘anInstruction12’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction12;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:28758:26: warning: variable ‘anInstruction110’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction110;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:28757:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘compileInterpreterPrimitiveflags’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:29011:2: warning: statement with no effect [-Wunused-value]
  ((AbstractInstruction *) backEnd);
  ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:29022:2: warning: statement with no effect [-Wunused-value]
  ((AbstractInstruction *) backEnd);
  ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:29071:13: warning: passing argument 1 of ‘jmpTarget’ makes pointer from integer without a cast [-Wint-conversion]
   jmpTarget(arrivingJmp, genoperandoperand(Label, (labelCounter += 1), bytecodePC));
             ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:28087:1: note: expected ‘AbstractInstruction * {aka struct _AbstractInstruction *}’ but argument is of type ‘sqInt {aka long int}’
 jmpTarget(AbstractInstruction * self_in_jmpTarget, AbstractInstruction *anAbstractInstruction)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:29081:13: warning: passing argument 1 of ‘jmpTarget’ makes pointer from integer without a cast [-Wint-conversion]
   jmpTarget(arrivingJmp1, genoperandoperand(Label, (labelCounter += 1), bytecodePC));
             ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:28087:1: note: expected ‘AbstractInstruction * {aka struct _AbstractInstruction *}’ but argument is of type ‘sqInt {aka long int}’
 jmpTarget(AbstractInstruction * self_in_jmpTarget, AbstractInstruction *anAbstractInstruction)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:28935:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:28931:26: warning: variable ‘anInstruction8’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction8;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:28930:26: warning: variable ‘anInstruction7’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction7;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:28928:26: warning: variable ‘anInstruction5’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction5;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:28927:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:28926:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:28925:26: warning: variable ‘anInstruction28’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction28;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:28924:26: warning: variable ‘anInstruction27’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction27;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:28923:26: warning: variable ‘anInstruction26’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction26;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:28922:26: warning: variable ‘anInstruction25’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction25;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:28921:26: warning: variable ‘anInstruction24’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction24;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:28920:26: warning: variable ‘anInstruction20’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction20;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:28919:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:28918:26: warning: variable ‘anInstruction19’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction19;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:28917:26: warning: variable ‘anInstruction18’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction18;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:28916:26: warning: variable ‘anInstruction17’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction17;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:28915:26: warning: variable ‘anInstruction16’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction16;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:28914:26: warning: variable ‘anInstruction15’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction15;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:28913:26: warning: variable ‘anInstruction14’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction14;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:28912:26: warning: variable ‘anInstruction13’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction13;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:28911:26: warning: variable ‘anInstruction112’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction112;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:28910:26: warning: variable ‘anInstruction111’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction111;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘compileMachineCodeInterpreterPrimitive’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:29149:8: warning: statement with no effect [-Wunused-value]
   error("shouldBeImplemented");
        ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:29155:3: warning: statement with no effect [-Wunused-value]
   ((AbstractInstruction *) backEnd);
   ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:29161:3: warning: statement with no effect [-Wunused-value]
   ((AbstractInstruction *) backEnd);
   ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:29167:3: warning: statement with no effect [-Wunused-value]
   ((AbstractInstruction *) backEnd);
   ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:29173:3: warning: statement with no effect [-Wunused-value]
   ((AbstractInstruction *) backEnd);
   ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:29179:2: warning: statement with no effect [-Wunused-value]
  ((AbstractInstruction *) backEnd);
  ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:29120:11: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
     sqInt n;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:29117:26: warning: variable ‘anInstruction12’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction12;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:29116:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘compileOpenPICMethodCacheProbeForwithShiftbaseRegOrNone’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:29219:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:29218:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:29217:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:29216:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:29215:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘compileOpenPICnumArgs’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:29292:39: warning: passing argument 2 of ‘isWithinMwOffsetRange’ makes integer from pointer without a cast [-Wint-conversion]
  if (!(isWithinMwOffsetRange(backEnd, methodCacheAddress()))) {
                                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:28069:1: note: expected ‘sqInt {aka long int}’ but argument is of type ‘void *’
 isWithinMwOffsetRange(AbstractInstruction * self_in_isWithinMwOffsetRange, sqInt anAddress)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:29276:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:29274:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘compilePerformMethodCacheProbeForwithShiftbaseRegOrNone’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:29343:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:29342:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:29341:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:29340:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:29339:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘compilePrimitive’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:29450:49: warning: passing argument 1 of ‘compileMachineCodeInterpreterPrimitive’ makes pointer from integer without a cast [-Wint-conversion]
   return compileMachineCodeInterpreterPrimitive(mcprimFunctionForPrimitiveIndex(primitiveIndex));
                                                 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:29114:1: note: expected ‘void (*)(void)’ but argument is of type ‘sqInt {aka long int}’
 compileMachineCodeInterpreterPrimitive(void (*primitiveRoutine)(void))
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:29453:24: warning: comparison of distinct pointer types lacks a cast
   || (primitiveRoutine == primitiveFail)) {
                        ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genDoubleFailIfZeroArgRcvrarg’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:29572:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genFastPrimTraceUsingand’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:29938:26: warning: variable ‘anInstruction5’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction5;
                          ^
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/CMakeFiles/objlib.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/CMakeFiles/objlib.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/CMakeFiles/objlib.dir/depend.internal".
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:29937:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:29936:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:29935:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:29934:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:29933:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genLookupForPerformNumArgs’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:30072:39: warning: passing argument 2 of ‘isWithinMwOffsetRange’ makes integer from pointer without a cast [-Wint-conversion]
  if (!(isWithinMwOffsetRange(backEnd, methodCacheAddress()))) {
                                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:28069:1: note: expected ‘sqInt {aka long int}’ but argument is of type ‘void *’
 isWithinMwOffsetRange(AbstractInstruction * self_in_isWithinMwOffsetRange, sqInt anAddress)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:30059:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:30057:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genMustBeBooleanTrampolineForcalled’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:30131:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveHashMultiply’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:30150:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:30149:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimReturnEnterCogCodeEnilopmart’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:30212:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:30207:26: warning: variable ‘anInstruction9’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction9;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:30206:26: warning: variable ‘anInstruction8’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction8;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:30205:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:30204:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:30203:26: warning: variable ‘anInstruction18’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction18;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:30202:26: warning: variable ‘anInstruction16’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction16;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:30201:26: warning: variable ‘anInstruction15’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction15;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:30200:26: warning: variable ‘anInstruction14’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction14;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:30199:26: warning: variable ‘anInstruction13’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction13;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:30198:26: warning: variable ‘anInstruction12’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction12;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:30197:26: warning: variable ‘anInstruction10’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction10;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:30196:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genQuickReturnConst’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:30386:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genReturnFalse’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:30432:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genReturnNil’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:30451:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genReturnNilFromBlock’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:30470:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genReturnTrue’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:30490:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘maybeCompileAllocFillerCheck’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:30904:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:30903:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:30902:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:30901:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:15:0,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘rewritePrimInvocationInto’:
/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/jit/jit.h:24:52: warning: statement with no effect [-Wunused-value]
 #define flushICacheFromto(startAddress,endAddress) 0
                                                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:31779:2: note: in expansion of macro ‘flushICacheFromto’
  flushICacheFromto((((usqInt)cogMethod)) + cmNoCheckEntryOffset, (((usqInt)address)) + extent);
  ^
In file included from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:31749:11: warning: variable ‘extent’ set but not used [-Wunused-but-set-variable]
     sqInt extent;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘adjustArgumentsForPerform’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:32060:11: warning: variable ‘literal9’ set but not used [-Wunused-but-set-variable]
     sqInt literal9;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:32059:11: warning: variable ‘literal5’ set but not used [-Wunused-but-set-variable]
     sqInt literal5;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:32058:11: warning: variable ‘literal3’ set but not used [-Wunused-but-set-variable]
     sqInt literal3;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:32057:11: warning: variable ‘literal2’ set but not used [-Wunused-but-set-variable]
     sqInt literal2;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:32056:11: warning: variable ‘literal10’ set but not used [-Wunused-but-set-variable]
     sqInt literal10;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:32054:26: warning: variable ‘anInstruction9’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction9;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:32053:26: warning: variable ‘anInstruction8’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction8;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:32052:26: warning: variable ‘anInstruction7’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction7;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:32051:26: warning: variable ‘anInstruction5’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction5;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:32050:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:32049:26: warning: variable ‘anInstruction15’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction15;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:32048:26: warning: variable ‘anInstruction14’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction14;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:32047:26: warning: variable ‘anInstruction13’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction13;
                          ^
In file included from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘compileAbstractInstructionsFromthrough’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:2135:25: warning: statement with no effect [-Wunused-value]
 #define traceSimStack() 0
                         ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:32204:2: note: in expansion of macro ‘traceSimStack’
  traceSimStack();
  ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:2097:30: warning: statement with no effect [-Wunused-value]
 #define maybeHaltIfDebugPC() 0
                              ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:32210:3: note: in expansion of macro ‘maybeHaltIfDebugPC’
   maybeHaltIfDebugPC();
   ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:2132:30: warning: statement with no effect [-Wunused-value]
 #define traceDescriptor(ign) 0
                              ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:32225:3: note: in expansion of macro ‘traceDescriptor’
   traceDescriptor(descriptor);
   ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:2135:25: warning: statement with no effect [-Wunused-value]
 #define traceSimStack() 0
                         ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:32226:3: note: in expansion of macro ‘traceSimStack’
   traceSimStack();
   ^
In file included from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:32261:8: warning: statement with no effect [-Wunused-value]
   error("Cog JIT internal error. Too many abstract opcodes.  Num opcodes heuristic is too optimistic.");
        ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:32199:11: warning: variable ‘generateBranchAround’ set but not used [-Wunused-but-set-variable]
     sqInt generateBranchAround;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘compileBlockBodies’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:32272:11: warning: variable ‘initialCounterIndex’ set but not used [-Wunused-but-set-variable]
     sqInt initialCounterIndex;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘compileBlockFrameBuild’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:32354:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:32353:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:32352:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘compileFrameBuild’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:32675:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:32674:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:32673:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘compileFullBlockMethodFrameBuild’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:32795:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:32794:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘compileTwoPathFrameBuild’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:32910:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:32909:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:32908:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:32907:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘compileTwoPathFramelessInit’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:33012:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘ensureFixupAt’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:2133:34: warning: statement with no effect [-Wunused-value]
 #define traceFixupmerge(igu,ana) 0
                                  ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:33175:2: note: in expansion of macro ‘traceFixupmerge’
  traceFixupmerge(fixup, 1);
  ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘ensureNonMergeFixupAt’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:2133:34: warning: statement with no effect [-Wunused-value]
 #define traceFixupmerge(igu,ana) 0
                                  ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:33211:2: note: in expansion of macro ‘traceFixupmerge’
  traceFixupmerge(fixup, 1);
  ^
In file included from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genCallPICEnilopmartNumArgs’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:33407:11: warning: variable ‘size’ set but not used [-Wunused-but-set-variable]
     sqInt size;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:33402:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genCallPrimitiveBytecode’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:33459:11: warning: variable ‘primSet’ set but not used [-Wunused-but-set-variable]
     sqInt primSet;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genExternalizePointersForPrimitiveCall’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:33484:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:33483:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:33482:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
In file included from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘generateInstructionsAt’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:2096:41: warning: statement with no effect [-Wunused-value]
 #define maybeBreakGeneratingAt(address) 0
                                         ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:33672:3: note: in expansion of macro ‘maybeBreakGeneratingAt’
   maybeBreakGeneratingAt(absoluteAddress);
   ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:2096:41: warning: statement with no effect [-Wunused-value]
 #define maybeBreakGeneratingAt(address) 0
                                         ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:33699:3: note: in expansion of macro ‘maybeBreakGeneratingAt’
   maybeBreakGeneratingAt((abstractInstruction->address));
   ^
In file included from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘generateSendTrampolines’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:33748:47: warning: passing argument 1 of ‘generateSuperSendTrampolineTonamednumArgsin’ makes integer from pointer without a cast [-Wint-conversion]
   generateSuperSendTrampolineTonamednumArgsin(ceSendabovetonumArgs, "ceDirectedSuperSend", numArgs, directedSuperSendTrampolines);
                                               ^
In file included from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:1264:28: note: expected ‘sqInt {aka long int}’ but argument is of type ‘sqInt (*)(sqInt,  sqInt,  sqInt,  sqInt) {aka long int (*)(long int,  long int,  long int,  long int)}’
 static sqInt NoDbgRegParms generateSuperSendTrampolineTonamednumArgsin(sqInt function, sqInt name, sqInt numArgs, sqInt *table);
                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:33748:69: warning: passing argument 2 of ‘generateSuperSendTrampolineTonamednumArgsin’ makes integer from pointer without a cast [-Wint-conversion]
   generateSuperSendTrampolineTonamednumArgsin(ceSendabovetonumArgs, "ceDirectedSuperSend", numArgs, directedSuperSendTrampolines);
                                                                     ^
In file included from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:1264:28: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
 static sqInt NoDbgRegParms generateSuperSendTrampolineTonamednumArgsin(sqInt function, sqInt name, sqInt numArgs, sqInt *table);
                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:33749:47: warning: passing argument 1 of ‘generateSuperSendTrampolineTonamednumArgsin’ makes integer from pointer without a cast [-Wint-conversion]
   generateSuperSendTrampolineTonamednumArgsin(ceSendaboveClassBindingtonumArgs, "ceDirectedSuperBindingSend", numArgs, directedSuperBindingSendTrampolines);
                                               ^
In file included from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:1264:28: note: expected ‘sqInt {aka long int}’ but argument is of type ‘void (*)(sqInt,  sqInt,  sqInt,  sqInt) {aka void (*)(long int,  long int,  long int,  long int)}’
 static sqInt NoDbgRegParms generateSuperSendTrampolineTonamednumArgsin(sqInt function, sqInt name, sqInt numArgs, sqInt *table);
                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:33749:81: warning: passing argument 2 of ‘generateSuperSendTrampolineTonamednumArgsin’ makes integer from pointer without a cast [-Wint-conversion]
   generateSuperSendTrampolineTonamednumArgsin(ceSendaboveClassBindingtonumArgs, "ceDirectedSuperBindingSend", numArgs, directedSuperBindingSendTrampolines);
                                                                                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:1264:28: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
 static sqInt NoDbgRegParms generateSuperSendTrampolineTonamednumArgsin(sqInt function, sqInt name, sqInt numArgs, sqInt *table);
                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘generateSuperSendTrampolineTonamednumArgsin’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:33768:102: warning: passing argument 1 of ‘trampolineNamenumArgs’ makes pointer from integer without a cast [-Wint-conversion]
  trampoline = genSendTrampolineFornumArgscalledargargargarg(function, numArgs, trampolineNamenumArgs(name, numArgs), ClassReg, TempReg, ReceiverResultReg, (numArgs <= (NumSendTrampolines - 2)
                                                                                                      ^
In file included from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:10025:1: note: expected ‘char *’ but argument is of type ‘sqInt {aka long int}’
 trampolineNamenumArgs(char *routinePrefix, sqInt numArgs)
 ^
In file included from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:33768:61: warning: passing argument 1 of ‘genSendTrampolineFornumArgscalledargargargarg’ makes pointer from integer without a cast [-Wint-conversion]
  trampoline = genSendTrampolineFornumArgscalledargargargarg(function, numArgs, trampolineNamenumArgs(name, numArgs), ClassReg, TempReg, ReceiverResultReg, (numArgs <= (NumSendTrampolines - 2)
                                                             ^
In file included from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:1297:28: note: expected ‘void *’ but argument is of type ‘sqInt {aka long int}’
 static sqInt NoDbgRegParms genSendTrampolineFornumArgscalledargargargarg(void *aRoutine, sqInt numArgs, char *aString, sqInt regOrConst0, sqInt regOrConst1, sqInt regOrConst2, sqInt regOrConst3);
                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genForwardersInlinedIdenticalOrNotIf’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:33991:85: warning: passing argument 3 of ‘genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder’ makes integer from pointer without a cast [-Wint-conversion]
   genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(argReg, TempReg, label, 0);
                                                                                     ^
In file included from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:17246:1: note: expected ‘sqInt {aka long int}’ but argument is of type ‘AbstractInstruction * {aka struct _AbstractInstruction *}’
 genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
 ^
In file included from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:33995:23: warning: passing argument 3 of ‘genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder’ makes integer from pointer without a cast [-Wint-conversion]
   : argReg), TempReg, label, fixup);
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:17246:1: note: expected ‘sqInt {aka long int}’ but argument is of type ‘AbstractInstruction * {aka struct _AbstractInstruction *}’
 genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
 ^
In file included from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:33995:30: warning: passing argument 4 of ‘genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder’ makes integer from pointer without a cast [-Wint-conversion]
   : argReg), TempReg, label, fixup);
                              ^
In file included from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:17246:1: note: expected ‘sqInt {aka long int}’ but argument is of type ‘BytecodeFixup * {aka struct <anonymous> *}’
 genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:33810:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:33798:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:33797:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:33796:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genIdenticalNoBranchArgIsConstantrcvrIsConstantargRegrcvrRegorNotIf’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:34068:85: warning: passing argument 3 of ‘genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder’ makes integer from pointer without a cast [-Wint-conversion]
   genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(argReg, TempReg, label, 0);
                                                                                     ^
In file included from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:17246:1: note: expected ‘sqInt {aka long int}’ but argument is of type ‘AbstractInstruction * {aka struct _AbstractInstruction *}’
 genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
 ^
In file included from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:34072:92: warning: passing argument 3 of ‘genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder’ makes integer from pointer without a cast [-Wint-conversion]
   genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(rcvrRegOrNone, TempReg, label, 0);
                                                                                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:17246:1: note: expected ‘sqInt {aka long int}’ but argument is of type ‘AbstractInstruction * {aka struct _AbstractInstruction *}’
 genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
 ^
In file included from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:34013:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:34012:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:34011:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:34010:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genInlinedIdenticalOrNotIf’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:34127:25: warning: variable ‘primDescriptor’ set but not used [-Wunused-but-set-variable]
     BytecodeDescriptor *primDescriptor;
                         ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genJumpBackTo’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:34153:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genJumpIfto’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:34198:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:34197:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genMarshalledSendnumArgssendTable’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:34339:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:34338:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genMethodAbortTrampolineFor’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:34399:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPopStackBytecode’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:34447:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:34446:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveClosureValue’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:34487:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:34480:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:34479:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:34478:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:34477:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveFullClosureValue’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:34561:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:34556:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:34555:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:34554:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitivePerform’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:34612:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPushLiteralVariable’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:34694:11: warning: variable ‘eA’ set but not used [-Wunused-but-set-variable]
     sqInt eA;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:34690:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPushMaybeContextReceiverVariable’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:34784:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:34783:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genPushRemoteTempLongBytecode’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:34906:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genSpecialSelectorArithmetic’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:35095:9: warning: statement with no effect [-Wunused-value]
    error("Case not found and no otherwise clause");
         ^
In file included from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:35225:8: warning: statement with no effect [-Wunused-value]
   error("Case not found and no otherwise clause");
        ^
In file included from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:35058:11: warning: variable ‘literal3’ set but not used [-Wunused-but-set-variable]
     sqInt literal3;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:35057:11: warning: variable ‘literal2’ set but not used [-Wunused-but-set-variable]
     sqInt literal2;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:35056:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:35055:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:35047:26: warning: variable ‘anInstruction7’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction7;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:35046:26: warning: variable ‘anInstruction6’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction6;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:35045:26: warning: variable ‘anInstruction5’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction5;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:35044:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:35043:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:35042:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:35041:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:35040:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genSpecialSelectorComparison’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:35309:11: warning: variable ‘nextPC’ set but not used [-Wunused-but-set-variable]
     sqInt nextPC;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:35298:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:35297:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genStaticallyResolvedSpecialSelectorComparison’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:35488:8: warning: statement with no effect [-Wunused-value]
   error("Case not found and no otherwise clause");
        ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genStorePopLiteralVariableneedsStoreCheckneedsImmutabilityCheck’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:35505:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genStorePopMaybeContextReceiverVariableneedsStoreCheckneedsImmutabilityCheck’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:35566:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:35565:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genStorePopRemoteTempAtneedsStoreCheck’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:35689:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genStorePopTemporaryVariable’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:35715:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘mergeWithFixupIfRequired’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:2134:25: warning: statement with no effect [-Wunused-value]
 #define traceMerge(ign) 0
                         ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:36125:2: note: in expansion of macro ‘traceMerge’
  traceMerge(fixup);
  ^
In file included from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘reinitializeFixupsFromthrough’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:36297:45: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
   (self_in_reinitialize->targetInstruction) = ((self_in_reinitialize->simStackPtr) = 0);
                                             ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘ssAllocateRequiredRegMaskupThrough’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:36568:11: warning: variable ‘lastRequiredNative’ set but not used [-Wunused-but-set-variable]
     sqInt lastRequiredNative;
           ^
In file included from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c: At top level:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:2164:1: warning: ‘availableFloatRegisterOrNoneFor’ defined but not used [-Wunused-function]
 availableFloatRegisterOrNoneFor(AbstractInstruction * self_in_availableFloatRegisterOrNoneFor, sqInt liveRegsMask)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:2198:1: warning: ‘cloneLiteralFrom’ defined but not used [-Wunused-function]
 cloneLiteralFrom(AbstractInstruction * self_in_cloneLiteralFrom, AbstractInstruction *existingLiteral)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:2287:1: warning: ‘initializeSharableLiteral’ defined but not used [-Wunused-function]
 initializeSharableLiteral(AbstractInstruction * self_in_initializeSharableLiteral, sqInt literal)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:2306:1: warning: ‘initializeUniqueLiteral’ defined but not used [-Wunused-function]
 initializeUniqueLiteral(AbstractInstruction * self_in_initializeUniqueLiteral, sqInt literal)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:2329:1: warning: ‘isLiteral’ defined but not used [-Wunused-function]
 isLiteral(AbstractInstruction * self_in_isLiteral)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:2385:1: warning: ‘rewriteConditionalJumpLongAttarget’ defined but not used [-Wunused-function]
 rewriteConditionalJumpLongAttarget(AbstractInstruction * self_in_rewriteConditionalJumpLongAttarget, sqInt callSiteReturnAddress, sqInt callTargetAddress)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:2398:1: warning: ‘wantsNearAddressFor’ defined but not used [-Wunused-function]
 wantsNearAddressFor(AbstractInstruction * self_in_wantsNearAddressFor, sqInt anObject)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:2425:1: warning: ‘computeSizeOfArithCqR’ defined but not used [-Wunused-function]
 computeSizeOfArithCqR(AbstractInstruction * self_in_computeSizeOfArithCqR)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:2440:1: warning: ‘computeSizeOfArithCwR’ defined but not used [-Wunused-function]
 computeSizeOfArithCwR(AbstractInstruction * self_in_computeSizeOfArithCwR)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:2485:1: warning: ‘concretizeMoveCwR’ defined but not used [-Wunused-function]
 concretizeMoveCwR(AbstractInstruction * self_in_concretizeMoveCwR)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:2604:1: warning: ‘loadLiteralByteSize’ defined but not used [-Wunused-function]
 loadLiteralByteSize(AbstractInstruction * self_in_loadLiteralByteSize)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:2879:1: warning: ‘allMethodsHaveCorrectHeader’ defined but not used [-Wunused-function]
 allMethodsHaveCorrectHeader(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:5947:1: warning: ‘expectedClosedPICPrototype’ defined but not used [-Wunused-function]
 expectedClosedPICPrototype(CogMethod *cPIC)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:6224:1: warning: ‘firstMappedPCFor’ defined but not used [-Wunused-function]
 firstMappedPCFor(CogMethod *cogMethod)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:8969:1: warning: ‘maybeFreeCogMethodDoesntLookKosher’ defined but not used [-Wunused-function]
 maybeFreeCogMethodDoesntLookKosher(CogMethod *cogMethod)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:9281:1: warning: ‘noAssertMethodClassAssociationOf’ defined but not used [-Wunused-function]
 noAssertMethodClassAssociationOf(sqInt methodPointer)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:9293:1: warning: ‘noCogMethodsMaximallyMarked’ defined but not used [-Wunused-function]
 noCogMethodsMaximallyMarked(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:9453:1: warning: ‘picAbortDiscriminatorValue’ defined but not used [-Wunused-function]
 picAbortDiscriminatorValue(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:9562:1: warning: ‘registerMaskFor’ defined but not used [-Wunused-function]
 registerMaskFor(sqInt reg)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:9569:1: warning: ‘registerMaskForand’ defined but not used [-Wunused-function]
 registerMaskForand(sqInt reg1, sqInt reg2)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:10810:1: warning: ‘counters’ defined but not used [-Wunused-function]
 counters(CogMethod * self_in_counters)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:11078:1: warning: ‘kosherYoungReferrers’ defined but not used [-Wunused-function]
 kosherYoungReferrers(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:11565:1: warning: ‘voidYoungReferrersPostTenureAll’ defined but not used [-Wunused-function]
 voidYoungReferrersPostTenureAll(void)
 ^
In file included from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:16919:1: warning: ‘checkValidDerivedObjectReference’ defined but not used [-Wunused-function]
 checkValidDerivedObjectReference(sqInt bodyAddress)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:16934:1: warning: ‘couldBeDerivedObject’ defined but not used [-Wunused-function]
 couldBeDerivedObject(sqInt bodyAddress)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:17076:1: warning: ‘genCreateClosureAtnumArgsnumCopiedcontextNumArgslargeinBlock’ defined but not used [-Wunused-function]
 genCreateClosureAtnumArgsnumCopiedcontextNumArgslargeinBlock(sqInt bcpc, sqInt numArgs, sqInt numCopied, sqInt ctxtNumArgs, sqInt isLargeCtxt, sqInt isInBlock)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:22504:1: warning: ‘getActiveContextAllocatesInMachineCode’ defined but not used [-Wunused-function]
 getActiveContextAllocatesInMachineCode(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:22515:1: warning: ‘inlineCacheTagIsYoung’ defined but not used [-Wunused-function]
 inlineCacheTagIsYoung(sqInt cacheTag)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:22932:1: warning: ‘isMergeFixup’ defined but not used [-Wunused-function]
 isMergeFixup(BytecodeFixup * self_in_isMergeFixup)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:22991:1: warning: ‘callFullTargetFromReturnAddress’ defined but not used [-Wunused-function]
 callFullTargetFromReturnAddress(AbstractInstruction * self_in_callFullTargetFromReturnAddress, sqInt callSiteReturnAddress)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:23019:1: warning: ‘cFloatResultToRd’ defined but not used [-Wunused-function]
 cFloatResultToRd(AbstractInstruction * self_in_cFloatResultToRd, sqInt reg)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:23030:1: warning: ‘cFloatResultToRs’ defined but not used [-Wunused-function]
 cFloatResultToRs(AbstractInstruction * self_in_cFloatResultToRs, sqInt reg)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:23590:1: warning: ‘concretizeFill32’ defined but not used [-Wunused-function]
 concretizeFill32(AbstractInstruction * self_in_concretizeFill32)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:27312:1: warning: ‘fullCallsAreRelative’ defined but not used [-Wunused-function]
 fullCallsAreRelative(AbstractInstruction * self_in_fullCallsAreRelative)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:27448:1: warning: ‘generateLowLevelTryLock’ defined but not used [-Wunused-function]
 generateLowLevelTryLock(AbstractInstruction * self_in_generateLowLevelTryLock, sqInt vmOwnerLockAddress)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:27478:1: warning: ‘generateLowLevelUnlock’ defined but not used [-Wunused-function]
 generateLowLevelUnlock(AbstractInstruction * self_in_generateLowLevelUnlock, sqInt vmOwnerLockAddress)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:27568:1: warning: ‘genMemCopytoconstantSize’ defined but not used [-Wunused-function]
 genMemCopytoconstantSize(AbstractInstruction * self_in_genMemCopytoconstantSize, sqInt originalSourceReg, sqInt originalDestReg, sqInt size)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:27627:1: warning: ‘genMemCopytosize’ defined but not used [-Wunused-function]
 genMemCopytosize(AbstractInstruction * self_in_genMemCopytosize, sqInt originalSourceReg, sqInt originalDestReg, sqInt originalSize)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:27933:1: warning: ‘genSubstituteReturnAddress’ defined but not used [-Wunused-function]
 genSubstituteReturnAddress(AbstractInstruction * self_in_genSubstituteReturnAddress, sqInt retpc)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:27944:1: warning: ‘genSwapRRScratch’ defined but not used [-Wunused-function]
 genSwapRRScratch(AbstractInstruction * self_in_genSwapRRScratch, sqInt regA, sqInt regB, sqInt regTmp)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:28185:1: warning: ‘literalBeforeInlineCacheTagAt’ defined but not used [-Wunused-function]
 literalBeforeInlineCacheTagAt(AbstractInstruction * self_in_literalBeforeInlineCacheTagAt, sqInt callSiteReturnAddress)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:28197:1: warning: ‘loadPICLiteralByteSize’ defined but not used [-Wunused-function]
 loadPICLiteralByteSize(AbstractInstruction * self_in_loadPICLiteralByteSize)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:28204:1: warning: ‘machineCodeAt’ defined but not used [-Wunused-function]
 machineCodeAt(AbstractInstruction * self_in_machineCodeAt, sqInt anOffset)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:28217:1: warning: ‘machineCodeBytes’ defined but not used [-Wunused-function]
 machineCodeBytes(AbstractInstruction * self_in_machineCodeBytes)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:28260:1: warning: ‘numLowLevelLockOpcodes’ defined but not used [-Wunused-function]
 numLowLevelLockOpcodes(AbstractInstruction * self_in_numLowLevelLockOpcodes)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:28316:1: warning: ‘relocateMethodReferenceBeforeAddressby’ defined but not used [-Wunused-function]
 relocateMethodReferenceBeforeAddressby(AbstractInstruction * self_in_relocateMethodReferenceBeforeAddressby, sqInt pc, sqInt delta)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:28652:1: warning: ‘zoneCallsAreRelative’ defined but not used [-Wunused-function]
 zoneCallsAreRelative(AbstractInstruction * self_in_zoneCallsAreRelative)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:30930:1: warning: ‘numSpecialSelectors’ defined but not used [-Wunused-function]
 numSpecialSelectors(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:31897:1: warning: ‘v4LongForwardBranchDistance’ defined but not used [-Wunused-function]
 v4LongForwardBranchDistance(BytecodeDescriptor *descriptor, sqInt pc, sqInt nExts, sqInt aMethodObj)
 ^
In file included from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:36270:1: warning: ‘receiverIsInReceiverResultReg’ defined but not used [-Wunused-function]
 receiverIsInReceiverResultReg(void)
 ^
In file included from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:36977:1: warning: ‘tempsValidAndVolatileEntriesSpilled’ defined but not used [-Wunused-function]
 tempsValidAndVolatileEntriesSpilled(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:37078:1: warning: ‘violatesEnsureSpilledSpillAssert’ defined but not used [-Wunused-function]
 violatesEnsureSpilledSpillAssert(void)
 ^
In file included from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:1363:14: warning: ‘breakBlock’ defined but not used [-Wunused-variable]
 static sqInt breakBlock;
              ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:1377:14: warning: ‘ceByteSizeOfTrampoline’ defined but not used [-Wunused-variable]
 static sqInt ceByteSizeOfTrampoline;
              ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:1387:22: warning: ‘ceCheckFeaturesFunction’ defined but not used [-Wunused-variable]
 static usqIntptr_t (*ceCheckFeaturesFunction)(void);
                      ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:1389:14: warning: ‘ceCPICMissTrampoline’ defined but not used [-Wunused-variable]
 static sqInt ceCPICMissTrampoline;
              ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:1393:14: warning: ‘ceFloatObjectOfTrampoline’ defined but not used [-Wunused-variable]
 static sqInt ceFloatObjectOfTrampoline;
              ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:1394:14: warning: ‘ceFloatValueOfTrampoline’ defined but not used [-Wunused-variable]
 static sqInt ceFloatValueOfTrampoline;
              ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:1395:15: warning: ‘ceFlushICache’ defined but not used [-Wunused-variable]
 static void (*ceFlushICache)(usqIntptr_t from, usqIntptr_t to);
               ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:1399:14: warning: ‘ceInlineNewHashTrampoline’ defined but not used [-Wunused-variable]
 static sqInt ceInlineNewHashTrampoline;
              ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:1400:14: warning: ‘ceInstantiateClassIndexableSizeTrampoline’ defined but not used [-Wunused-variable]
 static sqInt ceInstantiateClassIndexableSizeTrampoline;
              ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:1401:14: warning: ‘ceInstantiateClassTrampoline’ defined but not used [-Wunused-variable]
 static sqInt ceInstantiateClassTrampoline;
              ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:1406:14: warning: ‘ceMethodAbortTrampoline’ defined but not used [-Wunused-variable]
 static sqInt ceMethodAbortTrampoline;
              ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:1409:14: warning: ‘cePICAbortTrampoline’ defined but not used [-Wunused-variable]
 static sqInt cePICAbortTrampoline;
              ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:1410:14: warning: ‘cePositive64BitIntegerTrampoline’ defined but not used [-Wunused-variable]
 static sqInt cePositive64BitIntegerTrampoline;
              ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:1411:14: warning: ‘cePositive64BitValueOfTrampoline’ defined but not used [-Wunused-variable]
 static sqInt cePositive64BitValueOfTrampoline;
              ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:1419:14: warning: ‘ceSigned64BitIntegerTrampoline’ defined but not used [-Wunused-variable]
 static sqInt ceSigned64BitIntegerTrampoline;
              ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:1420:14: warning: ‘ceSigned64BitValueOfTrampoline’ defined but not used [-Wunused-variable]
 static sqInt ceSigned64BitValueOfTrampoline;
              ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:1445:14: warning: ‘compilationTrace’ defined but not used [-Wunused-variable]
 static sqInt compilationTrace;
              ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:1450:14: warning: ‘currentCallCleanUpSize’ defined but not used [-Wunused-variable]
 static sqInt currentCallCleanUpSize;
              ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:1452:14: warning: ‘debugBytecodePointers’ defined but not used [-Wunused-variable]
 static sqInt debugBytecodePointers;
              ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:1453:14: warning: ‘debugFixupBreaks’ defined but not used [-Wunused-variable]
 static sqInt debugFixupBreaks;
              ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:1454:14: warning: ‘debugOpcodeIndices’ defined but not used [-Wunused-variable]
 static sqInt debugOpcodeIndices;
              ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:1456:14: warning: ‘debugStackPointers’ defined but not used [-Wunused-variable]
 static sqInt debugStackPointers;
              ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:1460:14: warning: ‘disassemblingMethod’ defined but not used [-Wunused-variable]
 static sqInt disassemblingMethod;
              ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:1466:14: warning: ‘expectedFPAlignment’ defined but not used [-Wunused-variable]
 static sqInt expectedFPAlignment;
              ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:1467:14: warning: ‘expectedSPAlignment’ defined but not used [-Wunused-variable]
 static sqInt expectedSPAlignment;
              ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:1992:14: warning: ‘guardPageSize’ defined but not used [-Wunused-variable]
 static sqInt guardPageSize;
              ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:2002:14: warning: ‘memoryManager’ defined but not used [-Wunused-variable]
 static sqInt memoryManager;
              ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:2024:14: warning: ‘percentageToEnsureRelease’ defined but not used [-Wunused-variable]
 static sqInt percentageToEnsureRelease;
              ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:2046:14: warning: ‘simulateFPInUse’ defined but not used [-Wunused-variable]
 static sqInt simulateFPInUse;
              ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:2060:15: warning: ‘unpairedMethodList’ defined but not used [-Wunused-variable]
 static usqInt unpairedMethodList;
               ^
Scanning dependencies of target objlib
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
make  -f libffi-build/CMakeFiles/objlib.dir/build.make libffi-build/CMakeFiles/objlib.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
[  0%] Building C object libffi-build/CMakeFiles/objlib.dir/src/closures.c.o
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build && /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-src/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/objlib.dir/src/closures.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-src/src/closures.c
In file included from /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-src/src/closures.c:525:
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-src/src/dlmalloc.c:452:9: warning: 'WIN32_LEAN_AND_MEAN' macro redefined [-Wmacro-redefined]
#define WIN32_LEAN_AND_MEAN
        ^
<command line>:13:9: note: previous definition is here
#define WIN32_LEAN_AND_MEAN 1
        ^
1 warning generated.
[  1%] Building C object libffi-build/CMakeFiles/objlib.dir/src/java_raw_api.c.o
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build && /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-src/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/objlib.dir/src/java_raw_api.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-src/src/java_raw_api.c
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-src/src/java_raw_api.c:328:46: warning: 'ffi_java_raw_size' is deprecated [-Wdeprecated-declarations]
  ffi_java_raw *raw = (ffi_java_raw*)alloca (ffi_java_raw_size (cif));
                                             ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include/ffi.h:299:56: note: 'ffi_java_raw_size' has been explicitly marked deprecated here
size_t ffi_java_raw_size (ffi_cif *cif) __attribute__((deprecated));
                                                       ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-src/src/java_raw_api.c:331:3: warning: 'ffi_java_ptrarray_to_raw' is deprecated [-Wdeprecated-declarations]
  ffi_java_ptrarray_to_raw (cif, avalue, raw);
  ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include/ffi.h:295:93: note: 'ffi_java_ptrarray_to_raw' has been explicitly marked deprecated here
void ffi_java_ptrarray_to_raw (ffi_cif *cif, void **args, ffi_java_raw *raw) __attribute__((deprecated));
                                                                                            ^
2 warnings generated.
[  1%] Building C object libffi-build/CMakeFiles/objlib.dir/src/prep_cif.c.o
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build && /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-src/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/objlib.dir/src/prep_cif.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-src/src/prep_cif.c
[  2%] Building C object libffi-build/CMakeFiles/objlib.dir/src/raw_api.c.o
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build && /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-src/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/objlib.dir/src/raw_api.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-src/src/raw_api.c
[  2%] Building C object libffi-build/CMakeFiles/objlib.dir/src/types.c.o
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build && /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-src/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/objlib.dir/src/types.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-src/src/types.c
[  3%] Building ASM object libffi-build/CMakeFiles/objlib.dir/src/x86/win64.S.obj
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build && /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-src/include   -o CMakeFiles/objlib.dir/src/x86/win64.S.obj -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-src/src/x86/win64.S
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘generateClosedPICPrototype’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:6717:31: warning: ‘endCPICCase1’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  cPICCaseSize = ((endCPICCase1->address)) - ((endCPICCase0->address));
                               ^
In file included from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genSpecialSelectorComparison’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:35491:9: warning: ‘result’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  return ssPushAnnotatedConstant((result
         ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:35462:9: note: ‘result’ was declared here
     int result;
         ^
In file included from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c: In function ‘genSpecialSelectorArithmetic’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:35228:6: warning: ‘jumpContinue’ may be used uninitialized in this function [-Wmaybe-uninitialized]
   if (!(jumpContinue)) {
      ^
In file included from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:7533:39: warning: ‘rcvrInt’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  ((abstractInstruction->operands))[0] = operandOne;
                                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:35060:11: note: ‘rcvrInt’ was declared here
     sqInt rcvrInt;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:35101:31: warning: ‘result’ may be used uninitialized in this function [-Wmaybe-uninitialized]
     ssPushAnnotatedConstant((((usqInt)result << 3) | 1)));
                               ^
In file included from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:7533:39: warning: ‘argInt’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  ((abstractInstruction->operands))[0] = operandOne;
                                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64SysV.c:35048:11: note: ‘argInt’ was declared here
     sqInt argInt;
           ^
[  4%] Building C object libffi-build/CMakeFiles/objlib.dir/src/x86/ffiw64.c.o
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build && /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-src/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/objlib.dir/src/x86/ffiw64.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-src/src/x86/ffiw64.c
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
[  4%] Built target objlib
make  -f libffi-build/CMakeFiles/ffi_shared.dir/build.make libffi-build/CMakeFiles/ffi_shared.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-src /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/CMakeFiles/ffi_shared.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/CMakeFiles/ffi_shared.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/CMakeFiles/ffi_shared.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/CMakeFiles/ffi_shared.dir/depend.internal".
Scanning dependencies of target ffi_shared
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
make  -f libffi-build/CMakeFiles/ffi_shared.dir/build.make libffi-build/CMakeFiles/ffi_shared.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
[  5%] Linking C shared library ../build/vm/ffi.dll
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build && /usr/bin/cmake.exe -E cmake_link_script CMakeFiles/ffi_shared.dir/link.txt --verbose=1
/usr/bin/x86_64-w64-mingw32-clang  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -shared -Wl,--enable-auto-import -o ../build/vm/ffi.dll -Wl,--out-implib,../build/vm/libffi.dll.a -Wl,--major-image-version,0,--minor-image-version,0 CMakeFiles/objlib.dir/src/closures.c.o CMakeFiles/objlib.dir/src/java_raw_api.c.o CMakeFiles/objlib.dir/src/prep_cif.c.o CMakeFiles/objlib.dir/src/raw_api.c.o CMakeFiles/objlib.dir/src/types.c.o CMakeFiles/objlib.dir/src/x86/win64.S.obj CMakeFiles/objlib.dir/src/x86/ffiw64.c.o 
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
[  5%] Built target ffi_shared
make  -f CMakeFiles/libffi_copy.dir/build.make CMakeFiles/libffi_copy.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/libffi_copy.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/libffi_copy.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/libffi_copy.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/libffi_copy.dir/depend.internal".
Scanning dependencies of target libffi_copy
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
make  -f CMakeFiles/libffi_copy.dir/build.make CMakeFiles/libffi_copy.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
[  6%] Copying libffi binaries to '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/vm/'
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/vm/ffi.dll /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/vm/
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
[  6%] Built target libffi_copy
make  -f CMakeFiles/build_vmmaker_get_vm-build.dir/build.make CMakeFiles/build_vmmaker_get_vm-build.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/build_vmmaker_get_vm-build.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/build_vmmaker_get_vm-build.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/build_vmmaker_get_vm-build.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/build_vmmaker_get_vm-build.dir/depend.internal".
Scanning dependencies of target build_vmmaker_get_vm-build
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
make  -f CMakeFiles/build_vmmaker_get_vm-build.dir/build.make CMakeFiles/build_vmmaker_get_vm-build.dir/build
[ 31%] Building C object CMakeFiles/PharoVMCore.dir/generated/64/vm/src/gcc3x-cointerp.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/generated/64/vm/src/gcc3x-cointerp.c.o   -c /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: At top level:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:48:0: warning: ignoring #pragma auto_inline  [-Wunknown-pragmas]
 #pragma auto_inline(off)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65:0: warning: ignoring #pragma auto_inline  [-Wunknown-pragmas]
 #pragma auto_inline(on)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘interpret’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2991:30: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
  localSP = pointerForOop(GIV(stackPointer));
                              ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2992:30: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
  localFP = pointerForOop(GIV(framePointer));
                              ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:38:0:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/dispdbg.h:88:38: warning: statement with no effect [-Wunused-value]
 # define bytecodeDispatchDebugHook() 0
                                      ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2998:3: note: in expansion of macro ‘bytecodeDispatchDebugHook’
   bytecodeDispatchDebugHook();
   ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3012:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize));
                              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3026:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 8 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3040:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 16 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3054:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 24 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3068:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 32 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3082:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 40 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3096:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 48 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3110:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 56 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3124:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 64 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3138:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 72 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3152:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 80 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3166:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 88 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3180:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 96 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3194:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 104 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3208:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 112 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3222:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 120 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3237:76: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     object = (0 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3238:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs) * BytesPerWord))
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3239:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs) * BytesPerWord)));
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3254:76: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     object = (1 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3255:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 1 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3256:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 1 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3271:76: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     object = (2 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3272:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 2 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3273:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 2 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3288:76: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     object = (3 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3289:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 3 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3290:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 3 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3305:76: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     object = (4 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3306:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 4 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3307:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 4 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3322:76: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     object = (5 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3323:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 5 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3324:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 5 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3339:76: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     object = (6 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3340:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 6 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3341:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 6 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3356:76: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     object = (7 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3357:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 7 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3358:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 7 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3373:76: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     object = (8 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3374:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 8 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3375:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 8 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3390:76: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     object = (9 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3391:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 9 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3392:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 9 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3407:77: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     object = (10 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3408:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 10 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3409:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 10 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3424:77: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     object = (11 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3425:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 11 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3426:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 11 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3440:77: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     object = (12 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3441:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 12 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3442:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 12 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3456:77: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     object = (13 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3457:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 13 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3458:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 13 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3472:77: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     object = (14 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3473:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 14 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3474:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 14 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3488:77: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     object = (15 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3489:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 15 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3490:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 15 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:4710:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     rcvr = longAt(localFP + FoxIFReceiver);
                   ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:4766:69: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     if (0 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                     ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:4767:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
      longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs) * BytesPerWord), longAtPointer(localSP));
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:4770:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
      longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs) * BytesPerWord), longAtPointer(localSP));
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:4786:69: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     if (1 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                     ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:4787:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
      longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 1 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:4790:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
      longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 1 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:4806:69: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     if (2 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                     ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:4807:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
      longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 2 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:4810:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
      longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 2 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:4826:69: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     if (3 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                     ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:4827:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
      longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 3 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:4830:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
      longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 3 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:4846:69: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     if (4 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                     ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:4847:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
      longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 4 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:4850:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
      longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 4 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:4866:69: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     if (5 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                     ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:4867:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
      longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 5 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:4870:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
      longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 5 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:4886:69: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     if (6 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                     ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:4887:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
      longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 6 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:4890:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
      longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 6 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:4906:69: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     if (7 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                     ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:4907:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
      longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 7 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:4910:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
      longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 7 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:4926:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     object = longAt(localFP + FoxIFReceiver);
                     ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5019:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     localReturnValue = longAt(localFP + FoxIFReceiver);
                               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5059:19: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     if (!((byteAt((localFP + FoxIFrameFlags) + 3)) != 0)) {
                   ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5079:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     closure = longAt(localFP + (frameStackedReceiverOffset(localFP)));
                      ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5096:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
       if (((((usqInt)(longAt(localFP + FoxMethod)))) < (startOfMemory())
                              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5097:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
        ? ((longAt(localFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                   ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5098:18: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
        : (byteAt((localFP + FoxIFrameFlags) + 2)) != 0)) {
                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5100:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
        ourContext = longAt(localFP + FoxThisContext);
                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5128:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      if (((((usqInt)(longAt(localFP + FoxMethod)))) < (startOfMemory())
                             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5129:18: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
       ? ((longAt(localFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5130:17: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
       : (byteAt((localFP + FoxIFrameFlags) + 2)) != 0)) {
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5132:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
       ourContext1 = longAt(localFP + FoxThisContext);
                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5149:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      if (((((usqInt)(longAt(localFP + FoxMethod)))) < (startOfMemory())
                             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5150:18: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
       ? ((longAt(localFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5151:17: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
       : (byteAt((localFP + FoxIFrameFlags) + 2)) != 0)) {
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5153:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
       ourContext2 = longAt(localFP + FoxThisContext);
                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5177:18: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      if ((longAt(theFP + FoxSavedFP)) == 0) {
                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5183:35: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
       callerContextOrNil = longAt((thePage1->baseAddress));
                                   ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5190:46: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
       frameToReturnTo = pointerForOop(longAt(theFP + FoxSavedFP));
                                              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5213:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
       if (((((usqInt)(longAt(localFP + FoxMethod)))) < (startOfMemory())
                              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5214:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
        ? ((longAt(localFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                   ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5215:18: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
        : (byteAt((localFP + FoxIFrameFlags) + 2)) != 0)) {
                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5217:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
        ourContext3 = longAt(localFP + FoxThisContext);
                             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5244:35: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      callerContextOrNil2 = longAt((thePage3->baseAddress));
                                   ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5269:37: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
        callerContextOrNil1 = longAt((thePage2->baseAddress));
                                     ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5310:38: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
       localFP = pointerForOop(longAt(localFP + FoxSavedFP));
                                      ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5312:37: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      localIP = pointerForOop(longAt(callerFP + FoxCallerSavedIP));
                                     ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5326:33: warning: passing argument 2 of ‘longAtPointerput’ makes integer from pointer without a cast [-Wint-conversion]
       longAtPointerput(localSP, localIP);
                                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:142:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtPointerput(char *ptr, sqInt val) { return *(sqInt *)ptr= val; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5337:37: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      localIP = pointerForOop(longAt(localFP + FoxIFSavedIP));
                                     ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5341:25: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     aMethodObj = longAt(localFP + FoxMethod);
                         ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5432:44: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     callersFPOrNull = pointerForOop(longAt(localFP + FoxSavedFP));
                                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5440:34: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      callerContextOrNil = longAt((thePage1->baseAddress));
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5472:49: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
        while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) {
                                                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5501:37: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
        contextToReturnFrom = longAt(((GIV(stackPage)->baseAddress)) - BytesPerWord);
                                     ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5504:18: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), contextToReturnFrom);
                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5507:18: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), localReturnValue);
                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5510:18: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5540:34: warning: passing argument 2 of ‘longAtPointerput’ makes integer from pointer without a cast [-Wint-conversion]
        longAtPointerput(localSP, localIP);
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:142:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtPointerput(char *ptr, sqInt val) { return *(sqInt *)ptr= val; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5551:38: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
       localIP = pointerForOop(longAt(localFP + FoxIFSavedIP));
                                      ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5555:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      aMethodObj = longAt(localFP + FoxMethod);
                          ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5571:36: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     localIP = pointerForOop(longAt(localFP + FoxCallerSavedIP));
                                    ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5572:79: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     localSP = localFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(localFP + FoxMethod)))) < (startOfMemory())
                                                                               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5574:11: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
  : byteAt((localFP + FoxIFrameFlags) + 1))));
           ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5585:33: warning: passing argument 2 of ‘longAtPointerput’ makes integer from pointer without a cast [-Wint-conversion]
       longAtPointerput(localSP, localIP);
                                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:142:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtPointerput(char *ptr, sqInt val) { return *(sqInt *)ptr= val; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5596:37: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      localIP = pointerForOop(longAt(localFP + FoxIFSavedIP));
                                     ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5599:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     aMethodObj1 = longAt(localFP + FoxMethod);
                          ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5643:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5644:17: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5645:16: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
      : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5647:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      ourContext = longAt(theFP + FoxThisContext);
                          ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5680:32: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      object1 = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + (((sqInt)((usqInt)(variableIndex) << (shiftForWord())))));
                                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5686:56: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
      object = (variableIndex < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                        ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5687:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
       ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - variableIndex) * BytesPerWord))
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5688:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
       : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - variableIndex) * BytesPerWord)));
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5735:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      objOop = longAt(localFP + FoxIFReceiver);
                      ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5778:50: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
      if (variableIndex < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5779:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
       longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - variableIndex) * BytesPerWord), value);
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5782:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
       longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - variableIndex) * BytesPerWord), value);
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5864:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      objOop = longAt(localFP + FoxIFReceiver);
                      ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5907:50: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
      if (variableIndex < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5908:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
       longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - variableIndex) * BytesPerWord), value);
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5911:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
       longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - variableIndex) * BytesPerWord), value);
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:38:0:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/dispdbg.h:37:49: warning: statement with no effect [-Wunused-value]
 # define sendBreakpointreceiver(sel, len, rcvr) 0
                                                 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:6041:6: note: in expansion of macro ‘sendBreakpointreceiver’
      sendBreakpointreceiver(firstFixedFieldOfMaybeImmediate(GIV(messageSelector)), lengthOfMaybeImmediate(GIV(messageSelector)), longAtPointer(localSP + (GIV(argumentCount) * BytesPerOop)));
      ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:6195:35: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
       localSP = pointerForOop(GIV(stackPointer));
                                   ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:6196:35: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
       localFP = pointerForOop(GIV(framePointer));
                                   ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:6269:36: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
        && (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()))))) {
                                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:6284:45: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
        GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                             ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:6289:35: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
       localSP = pointerForOop(GIV(stackPointer));
                                   ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:6290:35: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
       localFP = pointerForOop(GIV(framePointer));
                                   ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:6301:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
       longAtput(localFP + FoxIFSavedIP, ((sqInt)localIP));
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:6312:35: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
       localSP = pointerForOop(GIV(stackPointer));
                                   ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:6313:35: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
       localFP = pointerForOop(GIV(framePointer));
                                   ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:6326:50: warning: passing argument 2 of ‘longAtPointerput’ makes integer from pointer without a cast [-Wint-conversion]
       longAtPointerput((localSP -= BytesPerOop), localIP);
                                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:142:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtPointerput(char *ptr, sqInt val) { return *(sqInt *)ptr= val; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:6328:50: warning: passing argument 2 of ‘longAtPointerput’ makes integer from pointer without a cast [-Wint-conversion]
       longAtPointerput((localSP -= BytesPerOop), localFP);
                                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:142:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtPointerput(char *ptr, sqInt val) { return *(sqInt *)ptr= val; }
                       ^
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
[  6%] Creating directories for 'build_vmmaker_get_vm'
/usr/bin/cmake.exe -E make_directory C:/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/vm
/usr/bin/cmake.exe -E make_directory C:/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/vm
/usr/bin/cmake.exe -E make_directory C:/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker
/usr/bin/cmake.exe -E make_directory C:/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/tmp
/usr/bin/cmake.exe -E make_directory C:/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/src/build_vmmaker_get_vm-stamp
/usr/bin/cmake.exe -E make_directory C:/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/src
/usr/bin/cmake.exe -E make_directory C:/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/src/build_vmmaker_get_vm-stamp
/usr/bin/cmake.exe -E touch C:/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-mkdir
[  7%] Performing download step (download, verify and extract) for 'build_vmmaker_get_vm'
cd C:/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker && /usr/bin/cmake.exe -P C:/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/download-build_vmmaker_get_vm.cmake
-- Downloading...
   dst='C:/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/src/PharoVM-9.0.11-9e688828-Windows-x86_64-bin.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64-headless/Windows-x86_64/PharoVM-9.0.11-9e688828-Windows-x86_64-bin.zip'
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:6367:65: warning: passing argument 1 of ‘reapAndResetErrorCodeToheader’ makes integer from pointer without a cast [-Wint-conversion]
         shouldSkipStoreBytecode = reapAndResetErrorCodeToheader(localFP, methodHeader2);
                                                                 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:1644:40: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
 static sqInt NoDbgRegParms NeverInline reapAndResetErrorCodeToheader(sqInt theFP, sqInt methodHeader);
                                        ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:6387:36: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
        localSP = pointerForOop(GIV(stackPointer));
                                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:6388:36: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
        localFP = pointerForOop(GIV(framePointer));
                                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:6450:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      obj = longAt(localFP + FoxIFReceiver);
                   ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:6481:37: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
         localSP = pointerForOop(GIV(stackPointer));
                                     ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:6482:37: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
         localFP = pointerForOop(GIV(framePointer));
                                     ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:6498:40: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
        callerFP = pointerForOop(longAt(spouseFP + FoxSavedFP));
                                        ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:6507:37: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
         callerContextOrNil = longAt((thePage->baseAddress));
                                     ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:6515:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
        if (((((usqInt)(longAt(callerFP + FoxMethod)))) < (startOfMemory())
                               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:6516:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
         ? ((longAt(callerFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                    ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:6517:19: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
         : (byteAt((callerFP + FoxIFrameFlags) + 2)) != 0)) {
                   ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:6519:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
         object3 = longAt(callerFP + FoxThisContext);
                          ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:6631:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     obj1 = longAt(localFP + FoxIFReceiver);
                   ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:6726:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
      localSP = pointerForOop(GIV(stackPointer));
                                  ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:6727:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
      localFP = pointerForOop(GIV(framePointer));
                                  ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:6924:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:6925:17: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:6926:16: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
      : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:6928:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      ourContext = longAt(theFP + FoxThisContext);
                          ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:7066:61: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     tempVector = (tempVectorIndex < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:7067:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - tempVectorIndex) * BytesPerWord))
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:7068:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - tempVectorIndex) * BytesPerWord)));
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:7090:61: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     tempVector = (tempVectorIndex < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:7091:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - tempVectorIndex) * BytesPerWord))
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:7092:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - tempVectorIndex) * BytesPerWord)));
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:7127:61: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     tempVector = (tempVectorIndex < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:7128:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - tempVectorIndex) * BytesPerWord))
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:7129:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - tempVectorIndex) * BytesPerWord)));
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:7180:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:7181:17: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:7182:16: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
      : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:7184:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      context = longAt(theFP + FoxThisContext);
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:7500:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
      localSP = pointerForOop(GIV(stackPointer));
                                  ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:7501:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
      localFP = pointerForOop(GIV(framePointer));
                                  ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:7506:36: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     backwardJumpCountByte = byteAt(localFP + ((VMBIGENDIAN
                                    ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:7529:15: warning: passing argument 1 of ‘byteAtput’ makes integer from pointer without a cast [-Wint-conversion]
     byteAtput(localFP + ((VMBIGENDIAN
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:159:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAtput(sqInt oop, int val)  { return byteAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:7743:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
       longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 + arg1));
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:7749:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
      localSP = pointerForOop(GIV(stackPointer));
                                  ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:7750:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
      localFP = pointerForOop(GIV(framePointer));
                                  ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:7887:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
       longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 - arg1));
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:7893:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
      localSP = pointerForOop(GIV(stackPointer));
                                  ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:7894:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
      localFP = pointerForOop(GIV(framePointer));
                                  ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:8964:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
       longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 * arg1));
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:8970:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
      localSP = pointerForOop(GIV(stackPointer));
                                  ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:8971:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
      localFP = pointerForOop(GIV(framePointer));
                                  ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:9123:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
       longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 / arg1));
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:9129:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
      localSP = pointerForOop(GIV(stackPointer));
                                  ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:9130:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
      localFP = pointerForOop(GIV(framePointer));
                                  ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:9269:34: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     integerArgument = longAt(GIV(stackPointer));
                                  ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:9277:34: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                  ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:9315:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
      longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), shifted);
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:9322:33: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
     localSP = pointerForOop(GIV(stackPointer));
                                 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:9323:33: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
     localFP = pointerForOop(GIV(framePointer));
                                 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:9391:33: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
     localSP = pointerForOop(GIV(stackPointer));
                                 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:9392:33: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
     localFP = pointerForOop(GIV(framePointer));
                                 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:9435:33: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
     localSP = pointerForOop(GIV(stackPointer));
                                 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:9436:33: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
     localFP = pointerForOop(GIV(framePointer));
                                 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:9484:11: warning: variable ‘classOop1’ set but not used [-Wunused-but-set-variable]
     sqInt classOop1;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:9483:11: warning: variable ‘classOop’ set but not used [-Wunused-but-set-variable]
     sqInt classOop;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:9766:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
      localSP = pointerForOop(GIV(stackPointer));
                                  ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:9767:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
      localFP = pointerForOop(GIV(framePointer));
                                  ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:9733:11: warning: variable ‘classOop’ set but not used [-Wunused-but-set-variable]
     sqInt classOop;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:9819:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
      localSP = pointerForOop(GIV(stackPointer));
                                  ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:9820:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
      localFP = pointerForOop(GIV(framePointer));
                                  ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:9786:11: warning: variable ‘classOop’ set but not used [-Wunused-but-set-variable]
     sqInt classOop;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:10132:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      if (((((usqInt)(longAt(localFP + FoxMethod)))) < (startOfMemory())
                             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:10133:18: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
       ? ((longAt(localFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:10134:17: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
       : (byteAt((localFP + FoxIFrameFlags) + 2)) != 0)) {
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:10136:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
       theThingToPush = longAt(localFP + FoxThisContext);
                               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:10186:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     localReturnValue = longAt(localFP + FoxIFReceiver);
                               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:10339:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
       longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 + arg1));
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:10345:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
      localSP = pointerForOop(GIV(stackPointer));
                                  ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:10346:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
      localFP = pointerForOop(GIV(framePointer));
                                  ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:10483:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
       longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 - arg1));
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:10489:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
      localSP = pointerForOop(GIV(stackPointer));
                                  ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:10490:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
      localFP = pointerForOop(GIV(framePointer));
                                  ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:11559:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
       longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 * arg1));
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:11565:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
      localSP = pointerForOop(GIV(stackPointer));
                                  ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:11566:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
      localFP = pointerForOop(GIV(framePointer));
                                  ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:11718:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
       longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 / arg1));
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:11724:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
      localSP = pointerForOop(GIV(stackPointer));
                                  ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:11725:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
      localFP = pointerForOop(GIV(framePointer));
                                  ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:11864:34: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     integerArgument = longAt(GIV(stackPointer));
                                  ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:11872:34: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                  ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:11910:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
      longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), shifted);
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:11917:33: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
     localSP = pointerForOop(GIV(stackPointer));
                                 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:11918:33: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
     localFP = pointerForOop(GIV(framePointer));
                                 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:11986:33: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
     localSP = pointerForOop(GIV(stackPointer));
                                 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:11987:33: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
     localFP = pointerForOop(GIV(framePointer));
                                 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:12030:33: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
     localSP = pointerForOop(GIV(stackPointer));
                                 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:12031:33: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
     localFP = pointerForOop(GIV(framePointer));
                                 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:12051:11: warning: variable ‘classOop1’ set but not used [-Wunused-but-set-variable]
     sqInt classOop1;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:12050:11: warning: variable ‘classOop’ set but not used [-Wunused-but-set-variable]
     sqInt classOop;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:12268:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
      localSP = pointerForOop(GIV(stackPointer));
                                  ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:12269:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
      localFP = pointerForOop(GIV(framePointer));
                                  ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:12235:11: warning: variable ‘classOop’ set but not used [-Wunused-but-set-variable]
     sqInt classOop;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:12321:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
      localSP = pointerForOop(GIV(stackPointer));
                                  ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:12322:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
      localFP = pointerForOop(GIV(framePointer));
                                  ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:12288:11: warning: variable ‘classOop’ set but not used [-Wunused-but-set-variable]
     sqInt classOop;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:12535:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     rcvr = longAt(localFP + FoxIFReceiver);
                   ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:12636:18: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     obj = longAt(localFP + FoxIFReceiver);
                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:12667:36: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
        localSP = pointerForOop(GIV(stackPointer));
                                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:12668:36: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
        localFP = pointerForOop(GIV(framePointer));
                                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:12684:39: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
       callerFP = pointerForOop(longAt(spouseFP + FoxSavedFP));
                                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:12693:36: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
        callerContextOrNil = longAt((thePage->baseAddress));
                                    ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:12701:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
       if (((((usqInt)(longAt(callerFP + FoxMethod)))) < (startOfMemory())
                              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:12702:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
        ? ((longAt(callerFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                   ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:12703:18: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
        : (byteAt((callerFP + FoxIFrameFlags) + 2)) != 0)) {
                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:12705:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
        object = longAt(callerFP + FoxThisContext);
                        ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:12787:47: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     object = (index < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:12788:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - index) * BytesPerWord))
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:12789:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - index) * BytesPerWord)));
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:12964:18: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     top = longAt(localSP);
                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:13062:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
      localSP = pointerForOop(GIV(stackPointer));
                                  ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:13063:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
      localFP = pointerForOop(GIV(framePointer));
                                  ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:13068:36: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     backwardJumpCountByte = byteAt(localFP + ((VMBIGENDIAN
                                    ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:13091:15: warning: passing argument 1 of ‘byteAtput’ makes integer from pointer without a cast [-Wint-conversion]
     byteAtput(localFP + ((VMBIGENDIAN
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:159:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAtput(sqInt oop, int val)  { return byteAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:13201:18: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     obj = longAt(localFP + FoxIFReceiver);
                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:13296:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
      localSP = pointerForOop(GIV(stackPointer));
                                  ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:13297:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
      localFP = pointerForOop(GIV(framePointer));
                                  ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:13421:41: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     if (index < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                         ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:13422:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
      longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - index) * BytesPerWord), longAtPointer(localSP));
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:13425:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
      longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - index) * BytesPerWord), longAtPointer(localSP));
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:13450:18: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     obj = longAt(localFP + FoxIFReceiver);
                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:13545:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
      localSP = pointerForOop(GIV(stackPointer));
                                  ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:13546:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
      localFP = pointerForOop(GIV(framePointer));
                                  ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:13667:41: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     if (index < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                         ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:13668:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
      longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - index) * BytesPerWord), longAtPointer(localSP));
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:13671:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
      longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - index) * BytesPerWord), longAtPointer(localSP));
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:13765:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:13766:18: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
       ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:13767:17: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
       : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:13769:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
       context = longAt(theFP + FoxThisContext);
                        ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:13833:124: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      longAtput((newClosure + BaseHeaderSize) + (((sqInt)((usqInt)(FullClosureReceiverIndex) << (shiftForWord())))), longAt(localFP + FoxIFReceiver));
                                                                                                                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:13883:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:13884:17: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:13885:16: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
      : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:13887:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      context = longAt(theFP + FoxThisContext);
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:12948:3: warning: label ‘directedSuperclassSend’ defined but not used [-Wunused-label]
   directedSuperclassSend:
   ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘activateCoggedNewMethod’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14258:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (((cogMethod->cmNumArgs)) * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14260:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14272:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14275:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) - BytesPerWord), rcvr);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14281:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14281:58: warning: passing argument 2 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14285:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp7 = GIV(stackPointer) - BytesPerWord), ((sqInt)cogMethod));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14288:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14291:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp9 = GIV(stackPointer) - BytesPerWord), rcvr);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14296:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14302:37: warning: passing argument 1 of ‘reapAndResetErrorCodeToheader’ makes integer from pointer without a cast [-Wint-conversion]
   reapAndResetErrorCodeToheader(GIV(framePointer), methodHeader);
                                     ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:1644:40: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
 static sqInt NoDbgRegParms NeverInline reapAndResetErrorCodeToheader(sqInt theFP, sqInt methodHeader);
                                        ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14308:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp3 = GIV(stackPointer) - BytesPerWord), object1);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14311:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp4 = GIV(stackPointer) - BytesPerWord), rcvr);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘activateNewMethod’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14359:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14363:41: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                         ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14367:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14370:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14370:58: warning: passing argument 2 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14374:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14388:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp4 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14394:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp5 = GIV(stackPointer) - BytesPerWord), object);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14397:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp6 = GIV(stackPointer) - BytesPerWord), 0);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14400:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp7 = GIV(stackPointer) - BytesPerWord), rcvr);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14404:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14416:64: warning: passing argument 1 of ‘reapAndResetErrorCodeToheader’ makes integer from pointer without a cast [-Wint-conversion]
    shouldSkipStoreBytecode = reapAndResetErrorCodeToheader(GIV(framePointer), methodHeader);
                                                                ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:1644:40: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
 static sqInt NoDbgRegParms NeverInline reapAndResetErrorCodeToheader(sqInt theFP, sqInt methodHeader);
                                        ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘assertValidExecutionPointersimbarline’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14590:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  methodField = longAt(lifp + FoxMethod);
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14601:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     theIP = longAt(lifp + FoxIFSavedIP);
                    ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14617:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    methodField1 = longAt(lifp + FoxMethod);
                          ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14634:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  if ((longAt(lifp + FoxSavedFP)) == 0) {
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14581:12: warning: variable ‘theIP’ set but not used [-Wunused-but-set-variable]
     usqInt theIP;
            ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14578:16: warning: variable ‘cogMethod’ set but not used [-Wunused-but-set-variable]
     CogMethod *cogMethod;
                ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘assertValidMachineCodeFrame’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14649:47: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  cogMethod = ((CogBlockMethod *) ((longAt(GIV(framePointer) + FoxMethod)) & MFMethodMask));
                                               ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14645:16: warning: variable ‘homeMethod’ set but not used [-Wunused-but-set-variable]
     CogMethod *homeMethod;
                ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘assertValidStackedInstructionPointersInline’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14691:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   theIP = ((usqInt)(longAt((aStackPage->headSP))));
                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14698:25: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                         ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14700:25: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    methodField = longAt(theFP + FoxMethod);
                         ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14717:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    methodObj = longAt(theFP + FoxMethod);
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14722:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     theIP = longAt(theFP + FoxIFSavedIP);
                    ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14728:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   theIP = ((usqInt)(longAt(theFP + FoxCallerSavedIP)));
                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14729:43: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                           ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14675:16: warning: variable ‘theMethod’ set but not used [-Wunused-but-set-variable]
     CogMethod *theMethod;
                ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14671:12: warning: variable ‘methodObj’ set but not used [-Wunused-but-set-variable]
     usqInt methodObj;
            ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘attemptToSwitchToMachineCode’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14785:16: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
   if (((byteAt((GIV(framePointer) + FoxIFrameFlags) + 3)) != 0)
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14786:109: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    && (!(isVanillaBlockClosure((cls = frameStackedReceivernumArgs(GIV(framePointer), ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())
                                                                                                             ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14788:13: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
    : byteAt((GIV(framePointer) + FoxIFrameFlags) + 1)))))))) {
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14808:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   if ((longAt(GIV(framePointer) + FoxSavedFP)) == 0) {
                   ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14809:18: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput(GIV(framePointer) + FoxCallerSavedIP, ceBaseFrameReturnPC());
                  ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14812:54: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    if (!((((usqInt)(longAt((pointerForOop(longAt(GIV(framePointer) + FoxSavedFP))) + FoxMethod)))) < (startOfMemory()))) {
                                                      ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14812:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    if (!((((usqInt)(longAt((pointerForOop(longAt(GIV(framePointer) + FoxSavedFP))) + FoxMethod)))) < (startOfMemory()))) {
                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14814:38: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     theFP = pointerForOop(longAt(GIV(framePointer) + FoxSavedFP));
                                      ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14816:71: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     longAtput(theFP + FoxIFSavedIP, ((sqInt)(pointerForOop(longAt(GIV(framePointer) + FoxCallerSavedIP)))));
                                                                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14816:15: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
     longAtput(theFP + FoxIFSavedIP, ((sqInt)(pointerForOop(longAt(GIV(framePointer) + FoxCallerSavedIP)))));
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14817:19: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
     longAtput(GIV(framePointer) + FoxCallerSavedIP, ceReturnToInterpreterPC());
                   ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14820:15: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
   if ((byteAt((GIV(framePointer) + FoxIFrameFlags) + 3)) != 0) {
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14821:25: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    closure = longAt(GIV(framePointer) + (frameStackedReceiverOffset(GIV(framePointer))));
                         ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14842:68: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput(GIV(framePointer) + FoxMethod, methodField + (((byteAt((GIV(framePointer) + FoxIFrameFlags) + 2)) != 0
                                                                    ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14842:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput(GIV(framePointer) + FoxMethod, methodField + (((byteAt((GIV(framePointer) + FoxIFrameFlags) + 2)) != 0
                 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14846:58: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((p + FoxMFReceiver) - FoxIFReceiver, longAt(p));
                                                          ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14846:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((p + FoxMFReceiver) - FoxIFReceiver, longAt(p));
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14853:49: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   cogMethod1 = ((CogBlockMethod *) ((longAt(GIV(framePointer) + FoxMethod)) & MFMethodMask));
                                                 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14864:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), pc);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14867:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14772:16: warning: variable ‘homeMethod’ set but not used [-Wunused-but-set-variable]
     CogMethod *homeMethod;
                ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘callbackEnter’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14896:43: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  wasInMachineCode = (((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory());
                                           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14941:18: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                  ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14886:20: warning: variable ‘wasInMachineCode’ set but not used [-Wunused-but-set-variable]
     volatile sqInt wasInMachineCode;
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘callRegisterArgCogMethodatreceiver’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14991:64: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput(GIV(stackPointer) + (3 * BytesPerWord), longAt(GIV(stackPointer)));
                                                                ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14991:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput(GIV(stackPointer) + (3 * BytesPerWord), longAt(GIV(stackPointer)));
                 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14993:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   object = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14994:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14997:64: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput(GIV(stackPointer) + (1 * BytesPerWord), longAt(GIV(stackPointer) + (3 * BytesPerWord)));
                                                                ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14997:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput(GIV(stackPointer) + (1 * BytesPerWord), longAt(GIV(stackPointer) + (3 * BytesPerWord)));
                 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14998:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput(GIV(stackPointer) + (2 * BytesPerWord), rcvr);
                 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14999:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput(GIV(stackPointer) + (3 * BytesPerWord), (((sqInt)cogMethod)) + entryOffset);
                 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15004:64: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput(GIV(stackPointer) + (2 * BytesPerWord), longAt(GIV(stackPointer)));
                                                                ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15004:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput(GIV(stackPointer) + (2 * BytesPerWord), longAt(GIV(stackPointer)));
                 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15006:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   object1 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                        ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15007:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object1);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15009:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput(GIV(stackPointer) + (1 * BytesPerWord), rcvr);
                 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15010:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput(GIV(stackPointer) + (2 * BytesPerWord), (((sqInt)cogMethod)) + entryOffset);
                 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15015:63: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput(GIV(stackPointer) + (1 * BytesPerWord), longAt(GIV(stackPointer)));
                                                               ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15015:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput(GIV(stackPointer) + (1 * BytesPerWord), longAt(GIV(stackPointer)));
                ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15016:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput(GIV(stackPointer) + (0 * BytesPerWord), (((sqInt)cogMethod)) + entryOffset);
                ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15018:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), rcvr);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘ceActivateFailingPrimitiveMethod’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15042:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   result = longAt(GIV(stackPointer));
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15045:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), result);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘ceBaseFrameReturn’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15103:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  contextToReturnTo = longAt((GIV(stackPage)->baseAddress));
                             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15132:45: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) {
                                             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15162:33: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    contextToReturnFrom = longAt(((GIV(stackPage)->baseAddress)) - BytesPerWord);
                                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15165:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp3 = GIV(stackPointer) - BytesPerWord), contextToReturnFrom);
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15168:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp1 = GIV(stackPointer) - BytesPerWord), returnValue);
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15171:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15189:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  if ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())) {
                            ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15191:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), returnValue);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15195:39: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  GIV(instructionPointer) = longAt(GIV(stackPointer));
                                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15197:40: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                        ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15200:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  aMethodObj = longAt(GIV(framePointer) + FoxMethod);
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘ceCannotAssignTowithIndexvalueToAssign’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15233:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  top = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15237:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), immutableObject);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15240:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp1 = GIV(stackPointer) - BytesPerWord), valueToAssign);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15243:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), (((usqInt)(index + 1) << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15246:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘ceCannotResume’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15269:25: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  resultOop = longAt(GIV(stackPointer));
                         ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15271:64: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt(GIV(framePointer) + FoxThisContext));
                                                                ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15271:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt(GIV(framePointer) + FoxThisContext));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15274:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp1 = GIV(stackPointer) - BytesPerWord), resultOop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15278:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), object);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15280:158: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  return ceSendAborttonumArgs(longAt((GIV(specialObjectsOop) + BaseHeaderSize) + (((sqInt)((usqInt)(SelectorCannotReturn) << (shiftForWord()))))), longAt(GIV(framePointer) + FoxThisContext), 1);
                                                                                                                                                              ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘ceContextinstVar’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15342:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   top = longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15347:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘ceContextinstVarvalue’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15371:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   top = longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15376:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘ceInterpretMethodFromPICreceiver’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15449:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  top = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘ceMNUFromPICMNUMethodreceiver’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15480:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   top = longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15491:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘ceNonLocalReturn’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15612:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  closure = longAt(GIV(framePointer) + (frameStackedReceiverOffset(GIV(framePointer))));
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15632:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    if (((((usqInt)(longAt(theFP1 + FoxMethod)))) < (startOfMemory())
                           ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15633:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     ? ((longAt(theFP1 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15634:15: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     : (byteAt((theFP1 + FoxIFrameFlags) + 2)) != 0)) {
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15636:25: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     ourContext = longAt(theFP1 + FoxThisContext);
                         ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15642:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp = GIV(stackPointer) - BytesPerWord), ourContext);
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15645:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp1 = GIV(stackPointer) - BytesPerWord), returnValue);
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15648:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15667:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   if (((((usqInt)(longAt(theFP2 + FoxMethod)))) < (startOfMemory())
                          ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15668:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    ? ((longAt(theFP2 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15669:14: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
    : (byteAt((theFP2 + FoxIFrameFlags) + 2)) != 0)) {
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15671:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    ourContext = longAt(theFP2 + FoxThisContext);
                        ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15677:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp3 = GIV(stackPointer) - BytesPerWord), ourContext);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15680:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp11 = GIV(stackPointer) - BytesPerWord), returnValue);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15683:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp21 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15691:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   if (((((usqInt)(longAt(theFP6 + FoxMethod)))) < (startOfMemory())
                          ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15692:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    ? ((longAt(theFP6 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15693:14: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
    : (byteAt((theFP6 + FoxIFrameFlags) + 2)) != 0)) {
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15695:25: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    ourContext1 = longAt(theFP6 + FoxThisContext);
                         ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15701:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp5 = GIV(stackPointer) - BytesPerWord), ourContext1);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15704:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp13 = GIV(stackPointer) - BytesPerWord), returnValue);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15707:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp23 = GIV(stackPointer) - BytesPerWord), unwindContextOrNilOrZero);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15710:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp31 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15721:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   if ((longAt(theFP + FoxSavedFP)) == 0) {
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15727:32: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    callerContextOrNil = longAt((thePage1->baseAddress));
                                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15734:43: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    frameToReturnTo = pointerForOop(longAt(theFP + FoxSavedFP));
                                           ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15758:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    if (((((usqInt)(longAt(theFP3 + FoxMethod)))) < (startOfMemory())
                           ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15759:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     ? ((longAt(theFP3 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15760:15: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     : (byteAt((theFP3 + FoxIFrameFlags) + 2)) != 0)) {
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15762:25: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     ourContext = longAt(theFP3 + FoxThisContext);
                         ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15768:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp4 = GIV(stackPointer) - BytesPerWord), ourContext);
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15771:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp12 = GIV(stackPointer) - BytesPerWord), returnValue);
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15774:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp22 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15790:32: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   callerContextOrNil2 = longAt((thePage3->baseAddress));
                                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15811:34: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     callerContextOrNil1 = longAt((thePage2->baseAddress));
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15846:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   top = longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15853:49: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    GIV(framePointer) = pointerForOop(longAt(GIV(framePointer) + FoxSavedFP));
                                                 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15855:60: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   GIV(instructionPointer) = ((usqInt)(pointerForOop(longAt(callerFP + FoxCallerSavedIP))));
                                                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘ceReapAndResetErrorCodeFor’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15868:36: warning: passing argument 1 of ‘reapAndResetErrorCodeToheader’ makes integer from pointer without a cast [-Wint-conversion]
  reapAndResetErrorCodeToheader(GIV(framePointer), (cogMethod->methodHeader));
                                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:1644:40: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
 static sqInt NoDbgRegParms NeverInline reapAndResetErrorCodeToheader(sqInt theFP, sqInt methodHeader);
                                        ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘ceReturnToInterpreter’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15897:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  aMethodObj = longAt(GIV(framePointer) + FoxMethod);
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15908:51: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  assertValidExecutionPointersimbarline(longAt(GIV(framePointer) + FoxIFSavedIP), GIV(framePointer), GIV(stackPointer), 1, __LINE__);
                                                   ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15909:39: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15911:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), anOop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:38:0:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘ceSendAborttonumArgs’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/dispdbg.h:37:49: warning: statement with no effect [-Wunused-value]
 # define sendBreakpointreceiver(sel, len, rcvr) 0
                                                 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15947:2: note: in expansion of macro ‘sendBreakpointreceiver’
  sendBreakpointreceiver(firstFixedFieldOfMaybeImmediate(selector), lengthOfMaybeImmediate(selector), rcvr);
  ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16008:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  top = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘ceSendFromInLineCacheMiss’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16053:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + ((numArgs + 1) * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16125:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  top = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘ceSendMustBeBooleanTointerpretingAtDelta’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16168:47: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  cogMethod = ((CogBlockMethod *) ((longAt(GIV(framePointer) + FoxMethod)) & MFMethodMask));
                                               ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16169:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  if ((((longAt(GIV(framePointer) + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0)
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16185:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  top = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16194:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   oop = longAt(p);
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16195:55: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((p - BytesPerWord) - BytesPerWord, longAt(p));
                                                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16195:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((p - BytesPerWord) - BytesPerWord, longAt(p));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16199:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), aNonBooleanObject);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16202:84: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   ? ((1 + (((cogMethod->cmNumArgs)) << ((BytesPerWord * 8) - 8))) + ((((longAt(GIV(framePointer) + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                                                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16204:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  : 0))) + ((((longAt(GIV(framePointer) + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16207:61: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   : ((1 + (((cogMethod->cmNumArgs)) << 8)) + ((((longAt(GIV(framePointer) + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                             ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16209:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  : 0))) + ((((longAt(GIV(framePointer) + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16201:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput(GIV(framePointer) + FoxIFrameFlags, (VMBIGENDIAN
                ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16212:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput(GIV(framePointer) + FoxIFSavedIP, 0);
                ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16213:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput(GIV(framePointer) + FoxMethod, methodObj);
                ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16160:11: warning: variable ‘oop’ set but not used [-Wunused-but-set-variable]
     sqInt oop;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘ceSendMustBeBoolean’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16237:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  top = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16241:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), anObject);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16244:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:38:0:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘ceSendabovetonumArgs’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/dispdbg.h:37:49: warning: statement with no effect [-Wunused-value]
 # define sendBreakpointreceiver(sel, len, rcvr) 0
                                                 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16315:2: note: in expansion of macro ‘sendBreakpointreceiver’
  sendBreakpointreceiver(firstFixedFieldOfMaybeImmediate(selector), lengthOfMaybeImmediate(selector), rcvr);
  ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16392:45: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     linkSendAtintooffsetreceiver(longAt(GIV(stackPointer)), mframeHomeMethod(GIV(framePointer)), cogMethod, noCheckEntryOffset(), rcvr);
                                             ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16421:44: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    linkSendAtintooffsetreceiver(longAt(GIV(stackPointer)), mframeHomeMethod(GIV(framePointer)), cogMethod, noCheckEntryOffset(), rcvr);
                                            ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16424:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   top = longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16431:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  top1 = longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:38:0:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘ceSendsupertonumArgs’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/dispdbg.h:37:49: warning: statement with no effect [-Wunused-value]
 # define sendBreakpointreceiver(sel, len, rcvr) 0
                                                 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16488:2: note: in expansion of macro ‘sendBreakpointreceiver’
  sendBreakpointreceiver(firstFixedFieldOfMaybeImmediate(selector), lengthOfMaybeImmediate(selector), rcvr);
  ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16500:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   if ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())) {
                             ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16505:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    methodPointer = longAt(GIV(framePointer) + FoxMethod);
                               ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16607:45: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     linkSendAtintooffsetreceiver(longAt(GIV(stackPointer)), mframeHomeMethod(GIV(framePointer)), cogMethod, (superNormalBar == 0
                                             ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16638:44: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    linkSendAtintooffsetreceiver(longAt(GIV(stackPointer)), mframeHomeMethod(GIV(framePointer)), cogMethod, (superNormalBar == 0
                                            ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16652:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   top = longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16659:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  top1 = longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘ceStackOverflow’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16684:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  top = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16688:47: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  cogMethod = ((CogBlockMethod *) ((longAt(GIV(framePointer) + FoxMethod)) & MFMethodMask));
                                               ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16678:11: warning: variable ‘cesoRetAddr’ set but not used [-Wunused-but-set-variable]
     sqInt cesoRetAddr;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘ceTraceBlockActivation’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16712:134: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    printActivationNameForreceiverisBlockfirstTemporary(((mframeHomeMethod(GIV(framePointer)))->methodObject), ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())
                                                                                                                                      ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16714:17: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      longAt(GIV(framePointer) + FoxMFReceiver))
                 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16716:17: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      longAt(GIV(framePointer) + FoxIFReceiver))), 1, null);
                 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘ceTraceLinkedSend’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16733:42: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  cogMethod = ((CogMethod *) ((longAt(GIV(stackPointer))) - (traceLinkedSendOffset())));
                                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:38:0:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/dispdbg.h:37:49: warning: statement with no effect [-Wunused-value]
 # define sendBreakpointreceiver(sel, len, rcvr) 0
                                                 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16754:2: note: in expansion of macro ‘sendBreakpointreceiver’
  sendBreakpointreceiver(firstFixedFieldOfMaybeImmediate(selector1), lengthOfMaybeImmediate(selector1), theReceiver);
  ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16730:11: warning: variable ‘selector1’ set but not used [-Wunused-but-set-variable]
     sqInt selector1;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘checkAssertsEnabledInCoInterpreter’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16773:11: warning: variable ‘assertsAreEnabledInCoInterpreter’ set but not used [-Wunused-but-set-variable]
     sqInt assertsAreEnabledInCoInterpreter;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘checkStackIntegrity’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16966:42: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     frameRcvrOffset = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                          ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16970:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      oop = longAt(theSP);
                   ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16978:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16980:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
       ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0)
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16982:15: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
       (byteAt((theFP + FoxIFrameFlags) + 2)) != 0))) {
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16983:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      oop = longAt(theFP + FoxThisContext);
                   ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17007:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                           ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17009:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      methodField = longAt(theFP + FoxMethod);
                           ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17018:39: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
      if ((heapMapAtWord(pointerForOop(cogMethod))) == 0) {
                                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘CogMethod * {aka struct <anonymous> *}’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17024:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      oop = longAt(theFP + FoxMethod);
                   ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17031:45: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17037:18: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     oop = longAt(theSP);
                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘commenceCogCompiledCodeCompaction’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17108:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17120:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   top = longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘contextInstructionPointerframe’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17178:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                        ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17180:44: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   cogMethod = ((CogBlockMethod *) ((longAt(theFP + FoxMethod)) & MFMethodMask));
                                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17194:11: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  ? longAt(theFP + FoxIFSavedIP)
           ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17195:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  : theIP)) - (longAt(theFP + FoxMethod))) - BaseHeaderSize) + 2) << 3) | 1);
                      ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘divorceAMachineCodeFrameWithCogMethodin’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17249:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()))
                          ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17252:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                           ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17253:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17254:15: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17256:25: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     theContext = longAt(theFP + FoxThisContext);
                         ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17265:32: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   theFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘enterSmalltalkExecutiveImplementation’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17406:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  if ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())) {
                            ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17410:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  aMethodObj = longAt(GIV(framePointer) + FoxMethod);
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17422:40: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                        ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘executeCogMethodfromLinkedSendWithReceiver’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17449:51: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  assertValidExecutionPointersimbarline(longAt(GIV(stackPointer)), GIV(framePointer), GIV(stackPointer), 0, __LINE__);
                                                   ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17457:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17460:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp1 = GIV(stackPointer) - BytesPerWord), rcvr);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘executeCogMethodfromUnlinkedSendWithReceiver’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17485:51: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  assertValidExecutionPointersimbarline(longAt(GIV(stackPointer)), GIV(framePointer), GIV(stackPointer), 0, __LINE__);
                                                   ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17493:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17496:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp1 = GIV(stackPointer) - BytesPerWord), rcvr);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘executeCogPICfromLinkedSendWithReceiverandCacheTag’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17523:51: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  assertValidExecutionPointersimbarline(longAt(GIV(stackPointer)), GIV(framePointer), GIV(stackPointer), 0, __LINE__);
                                                   ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17526:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17532:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), cacheTag);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17551:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), rcvr);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17554:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp3 = GIV(stackPointer) - BytesPerWord), cacheTag);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘executeNewMethod’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17607:18: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput(GIV(framePointer) + FoxIFSavedIP, ((sqInt)GIV(instructionPointer)));
                  ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘followForwardedFieldsInCurrentMethod’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17856:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  if ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())) {
                            ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17858:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   methodField = longAt(GIV(framePointer) + FoxMethod);
                            ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘followForwardingPointersInStackZone’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17970:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                           ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17971:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      oop = longAt(theFP + FoxMFReceiver);
                   ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17974:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
       longAtput(theFP + FoxMFReceiver, followForwarded(oop));
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17979:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      oop = longAt(theFP + FoxIFReceiver);
                   ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17982:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
       longAtput(theFP + FoxIFReceiver, followForwarded(oop));
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17984:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      oop = longAt(theFP + FoxMethod);
                   ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18001:47: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
       longAtput(theFP + FoxIFSavedIP, (longAt(theFP + FoxIFSavedIP)) + offset);
                                               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18001:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
       longAtput(theFP + FoxIFSavedIP, (longAt(theFP + FoxIFSavedIP)) + offset);
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18002:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
       longAtput(theFP + FoxMethod, (oop = newOop));
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18005:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     if ((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18007:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
       ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0)
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18009:15: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
       (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)))
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18010:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      && (((longAt(longAt(theFP + FoxThisContext))) & ((classIndexMask()) - (isForwardedObjectClassIndexPun()))) == 0)) {
                          ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18011:63: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      longAtput(theFP + FoxThisContext, followForwarded(longAt(theFP + FoxThisContext)));
                                                               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18011:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
      longAtput(theFP + FoxThisContext, followForwarded(longAt(theFP + FoxThisContext)));
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18014:34: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     numArgs = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18016:15: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
      : byteAt((theFP + FoxIFrameFlags) + 1));
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18018:18: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     oop = longAt(theFP + offset);
                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18021:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
      longAtput(theFP + offset, followForwarded(oop));
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18023:45: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18029:18: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     oop = longAt(theSP);
                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18031:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
      longAtput(theSP, followForwarded(oop));
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘frameCallerContext’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18095:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  callerContextOrNil = longAt((thePage->baseAddress));
                              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘frameHasContext’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18106:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18107:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18108:13: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
   : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘frameIsBlockActivation’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18118:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18119:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18120:13: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
   : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘frameMethodObject’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18127:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18129:12: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   : longAt(theFP + FoxMethod));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘frameNumArgs’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18139:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18141:12: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
   : byteAt((theFP + FoxIFrameFlags) + 1));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘frameReceiver’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18155:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18156:12: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   ? longAt(theFP + FoxMFReceiver)
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18157:12: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   : longAt(theFP + FoxIFReceiver));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘getCurrentBytecode’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18256:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   && (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())))
                               ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘handleForwardedSendFaultForReceiverstackDelta’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18286:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput(GIV(stackPointer) + (rcvrStackIndex * BytesPerWord), rcvr);
                ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18288:40: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  if (isPointers(((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())
                                        ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18289:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   ? longAt(GIV(framePointer) + FoxMFReceiver)
                ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18290:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   : longAt(GIV(framePointer) + FoxIFReceiver)))) {
                ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18291:61: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   followForwardedObjectFieldstoDepth(((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())
                                                             ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18292:17: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    ? longAt(GIV(framePointer) + FoxMFReceiver)
                 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18293:17: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    : longAt(GIV(framePointer) + FoxIFReceiver)), 0);
                 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘handleMNUInMachineCodeToclassForMessage’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18322:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  top = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18371:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18380:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘iframeIsBlockActivation’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18395:17: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
  return (byteAt((theFP + FoxIFrameFlags) + 3)) != 0;
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘iframeReceiver’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18402:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  return longAt(theFP + FoxIFReceiver);
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘iframeSavedIP’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18409:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  return longAt(theFP + FoxIFSavedIP);
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘instructionPointerForFramecurrentFPcurrentIP’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18469:25: warning: passing argument 1 of ‘oopForPointer’ makes pointer from integer without a cast [-Wint-conversion]
   theIP = oopForPointer(instrPtr);
                         ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:153:23: note: expected ‘void *’ but argument is of type ‘sqInt {aka long int}’
   static inline sqInt oopForPointer(void *ptr)   { return (sqInt)ptr; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18481:44: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) {
                                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18492:13: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    ? longAt((thePage->headSP))
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18493:41: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    : oopForPointer(pointerForOop(longAt(theFPAbove + FoxCallerSavedIP))));
                                         ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18497:54: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   ? mustMapMachineCodePCcontext((value >> 3), longAt(spouseFP + FoxThisContext))
                                                      ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘interpretMethodFromMachineCode’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18602:33: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     && (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()))))) {
                                 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18614:4: warning: statement with no effect [-Wunused-value]
    !GIV(primFailCode);
    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘isMachineCodeFrame’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18645:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  return (((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory());
                           ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘makeBaseFrameFor’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18779:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((pointer = (page->baseAddress)), followObjFieldofObject(SenderIndex, aContext));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18780:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((pointer -= BytesPerWord), aContext);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18797:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((pointer -= BytesPerWord), maybeClosure);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18820:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((pointer -= BytesPerWord), rcvr);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18823:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((pointer -= BytesPerWord), longAt((aContext + BaseHeaderSize) + (((sqInt)((usqInt)((ReceiverIndex + i)) << (shiftForWord()))))));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18825:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((pointer -= BytesPerWord), ceBaseFrameReturnPC());
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18826:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((pointer -= BytesPerWord), 0);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18883:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((pointer -= BytesPerWord), (theMethod + MFMethodFlagHasContextFlag) + MFMethodFlagIsBlockFlag);
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18890:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((pointer -= BytesPerWord), theMethod + MFMethodFlagHasContextFlag);
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18892:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((pointer -= BytesPerWord), aContext);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18895:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((pointer -= BytesPerWord), theMethod);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18896:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((pointer -= BytesPerWord), aContext);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18897:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((pointer -= BytesPerWord), (VMBIGENDIAN
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18904:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((pointer -= BytesPerWord), 0);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18911:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((pointer -= BytesPerWord), rcvr);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18918:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((pointer -= BytesPerWord), longAt((aContext + BaseHeaderSize) + (((sqInt)((usqInt)((ReceiverIndex + i)) << (shiftForWord()))))));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18923:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((pointer -= BytesPerWord), theIP);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘mapStackPages’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19006:36: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     theIPPtr = (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()))
                                    ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19007:18: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      || ((longAt(theFP + FoxIFSavedIP)) == 0)
                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19020:42: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     frameRcvrOffset = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                          ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19024:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      oop = longAt(theSP);
                   ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19027:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
       longAtput(theSP, remapObj(oop));
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19031:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19032:17: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19033:16: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
      : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19034:32: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      if (shouldRemapObj(longAt(theFP + FoxThisContext))) {
                                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19035:57: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
       longAtput(theFP + FoxThisContext, remapObj(longAt(theFP + FoxThisContext)));
                                                         ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19035:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
       longAtput(theFP + FoxThisContext, remapObj(longAt(theFP + FoxThisContext)));
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19042:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     if (!((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()))) {
                             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19043:32: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      if (shouldRemapObj(longAt(theFP + FoxMethod))) {
                                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19045:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
        theIP = longAt(theIPPtr);
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19049:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
         theIP = longAt(theIPPtr);
                        ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19054:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
        theIP -= longAt(theFP + FoxMethod);
                        ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19056:52: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
       longAtput(theFP + FoxMethod, remapObj(longAt(theFP + FoxMethod)));
                                                    ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19056:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
       longAtput(theFP + FoxMethod, remapObj(longAt(theFP + FoxMethod)));
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19058:44: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
        longAtput(theIPPtr, theIP + (longAt(theFP + FoxMethod)));
                                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19058:18: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
        longAtput(theIPPtr, theIP + (longAt(theFP + FoxMethod)));
                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19062:45: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19068:18: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     oop = longAt(theSP);
                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19071:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
      longAtput(theSP, remapObj(oop));
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘markAndTraceStackPage’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19199:40: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   frameRcvrOffset = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                        ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19203:17: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    oop = longAt(theSP);
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19216:15: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
     longAtput(theSP, oop);
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19223:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                          ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19224:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19225:14: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
    : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19227:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    markAndTrace(longAt(theFP + FoxThisContext));
                        ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19229:25: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                         ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19231:46: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    aCogMethod = ((CogBlockMethod *) ((longAt(theFP + FoxMethod)) & MFMethodMask));
                                              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19241:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    markAndTrace(longAt(theFP + FoxMethod));
                        ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19243:43: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                           ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19251:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   oop = longAt(theSP);
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19264:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput(theSP, oop);
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘markCogMethodsAndReferentsOnPage’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19322:25: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                         ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19325:43: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                           ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘mcprimFunctionForPrimitiveIndex’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19387:10: warning: return makes integer from pointer without a cast [-Wint-conversion]
   return mcprimHashMultiply;
          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘mframeCogMethod’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19485:38: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  return ((CogBlockMethod *) ((longAt(theFP + FoxMethod)) & MFMethodMask));
                                      ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘mframeHomeMethodExport’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19495:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  methodField = longAt(GIV(framePointer) + FoxMethod);
                           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘mframeHomeMethod’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19518:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  methodField = longAt(theFP + FoxMethod);
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘mframeIsBlockActivation’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19534:18: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  return ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0;
                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘mframeReceiver’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19541:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  return longAt(theFP + FoxMFReceiver);
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘moveFramesInthroughtoPage’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19766:34: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19770:38: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  theSP = theFP + (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                      ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19773:25: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                         ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19774:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19775:13: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
   : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19777:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   theContext = longAt(theFP + FoxThisContext);
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19782:53: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((newSP = (newPage->baseAddress)), longAt(callerFP + FoxThisContext));
                                                     ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19782:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((newSP = (newPage->baseAddress)), longAt(callerFP + FoxThisContext));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19783:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((newSP -= BytesPerWord), theContext);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19785:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  numArgs = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19787:12: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
   : byteAt((theFP + FoxIFrameFlags) + 1));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19791:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput(newSP, longAt(source));
                           ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19791:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput(newSP, longAt(source));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19805:48: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  callerIP = oopForPointer(pointerForOop(longAt(theFP + FoxCallerSavedIP)));
                                                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19809:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput(callerFP + FoxIFSavedIP, callerIP);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19812:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput(theFP + stackedReceiverOffset, callerIP);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19817:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput(newFP + FoxCallerSavedIP, ceBaseFrameReturnPC());
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19818:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput(newFP + FoxSavedFP, 0);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19821:41: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   offsetCallerFP = pointerForOop(longAt(fpInNewPage + FoxSavedFP));
                                         ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19825:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput(fpInNewPage + FoxSavedFP, oopForPointer(offsetCallerFP));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19826:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   if (((((usqInt)(longAt(fpInNewPage + FoxMethod)))) < (startOfMemory())
                          ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19827:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    ? ((longAt(fpInNewPage + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19828:14: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
    : (byteAt((fpInNewPage + FoxIFrameFlags) + 2)) != 0)) {
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19829:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    theContext = longAt(fpInNewPage + FoxThisContext);
                        ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘printFrameFlagsForFP’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20362:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                        ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20364:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   it = (longAt(address)) & 7;
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20368:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   it = longAt(address);
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20372:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  print(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                           ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20381:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  printNum(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20383:12: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
   : byteAt((theFP + FoxIFrameFlags) + 1)));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20384:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  print((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20385:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20386:13: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
   : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20389:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  print((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20390:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20391:13: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
   : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0)
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘printFrameMethodFor’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20409:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  it = longAt(address);
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20416:25: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()))
                         ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20417:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   && (((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0)) {
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20419:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   methodField = longAt(theFP + FoxMethod);
                        ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20433:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  obj = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                           ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20435:12: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   : longAt(theFP + FoxMethod));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘printFrameThingatextraString’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20447:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  it = longAt(address);
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘printFrameThingatextra’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20485:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  it = longAt(address);
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘printFrameWithSP’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20542:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                        ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20544:44: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   cogMethod = ((CogBlockMethod *) ((longAt(theFP + FoxMethod)) & MFMethodMask));
                                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20546:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   methodField = longAt(theFP + FoxMethod);
                        ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20561:34: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   theMethod = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20563:13: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    : longAt(theFP + FoxMethod));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20566:20: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
   numArgs = byteAt((theFP + FoxIFrameFlags) + 1);
                    ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20580:25: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                         ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20581:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20582:13: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
   : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0)) {
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20583:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   rcvrOrClosure = longAt(theFP + (frameStackedReceiverOffset(theFP)));
                          ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20594:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  if ((longAt(theFP + FoxSavedFP)) == 0) {
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20595:98: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   printFrameOopat("(caller ctxt", (theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20597:11: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
  : byteAt((theFP + FoxIFrameFlags) + 1))))) + (2 * BytesPerWord));
           ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20598:97: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   printFrameOopat("(saved ctxt", (theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                                                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20600:11: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
  : byteAt((theFP + FoxIFrameFlags) + 1))))) + (1 * BytesPerWord));
           ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20606:79: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  printFrameThingatextraString("caller ip", theFP + FoxCallerSavedIP, ((longAt(theFP + FoxCallerSavedIP)) == (ceReturnToInterpreterPC())
                                                                               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20611:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                        ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20615:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  if (!((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()))) {
                          ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20618:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                        ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20622:69: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   printFrameThingatextra("saved ip", theFP + FoxIFSavedIP, ((longAt(theFP + FoxIFSavedIP)) == 0
                                                                     ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20624:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    : (((longAt(theFP + FoxIFSavedIP)) - theMethod) + 2) - BaseHeaderSize));
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20628:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  topThing = longAt(theSP);
                    ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20636:41: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     printFrameOopat((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                         ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20637:17: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20638:16: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
      : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0)
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20643:64: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   printFrameThingatextra("frame ip", theSP, ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20654:41: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     printFrameOopat((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                         ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20655:17: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20656:16: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
      : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0)
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘returnToExecutivepostContextSwitch’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21048:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  if ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())) {
                            ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21052:49: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    cogMethod = ((CogBlockMethod *) ((longAt(GIV(framePointer) + FoxMethod)) & MFMethodMask));
                                                 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21059:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     top = longAt(GIV(stackPointer));
                      ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21065:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     retValue = longAt(GIV(framePointer) + FoxMFReceiver);
                           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21070:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    retValue = longAt(GIV(framePointer) + FoxMFReceiver);
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21073:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21076:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) - BytesPerWord), retValue);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21081:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  aMethodObj = longAt(GIV(framePointer) + FoxMethod);
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21094:50: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   GIV(instructionPointer) = ((usqInt)(longAt(GIV(framePointer) + FoxIFSavedIP)));
                                                  ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘returntoExecutive’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21121:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  if ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())) {
                            ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21124:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21127:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) - BytesPerWord), returnValue);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21132:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), returnValue);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21135:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  aMethodObj = longAt(GIV(framePointer) + FoxMethod);
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21149:40: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                        ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘sendInvokeCallbackContext’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21306:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp3 = GIV(stackPointer) - BytesPerWord), object3);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21311:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21315:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object1);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21319:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp2 = GIV(stackPointer) - BytesPerWord), object2);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21324:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object4);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21364:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21370:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21374:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp7 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21377:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21377:58: warning: passing argument 2 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21384:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp10 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21398:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21404:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object5);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21407:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp31 = GIV(stackPointer) - BytesPerWord), 0);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21414:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp41 = GIV(stackPointer) - BytesPerWord), object11);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21417:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21422:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp9 = GIV(stackPointer) - BytesPerWord), rcvr);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21426:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21438:64: warning: passing argument 1 of ‘reapAndResetErrorCodeToheader’ makes integer from pointer without a cast [-Wint-conversion]
    shouldSkipStoreBytecode = reapAndResetErrorCodeToheader(GIV(framePointer), methodHeader);
                                                                ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:1644:40: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
 static sqInt NoDbgRegParms NeverInline reapAndResetErrorCodeToheader(sqInt theFP, sqInt methodHeader);
                                        ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21445:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  if (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()))) {
                              ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘sendInvokeCallbackStackRegistersJmpbuf’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21548:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21552:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object1);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21556:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), object2);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21560:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp3 = GIV(stackPointer) - BytesPerWord), object3);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21564:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object4);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21604:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21610:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21614:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp7 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21617:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21617:58: warning: passing argument 2 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21624:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp10 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21638:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21644:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object5);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21647:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp31 = GIV(stackPointer) - BytesPerWord), 0);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21654:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp41 = GIV(stackPointer) - BytesPerWord), object11);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21657:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21662:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp9 = GIV(stackPointer) - BytesPerWord), rcvr);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21666:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21678:64: warning: passing argument 1 of ‘reapAndResetErrorCodeToheader’ makes integer from pointer without a cast [-Wint-conversion]
    shouldSkipStoreBytecode = reapAndResetErrorCodeToheader(GIV(framePointer), methodHeader);
                                                                ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:1644:40: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
 static sqInt NoDbgRegParms NeverInline reapAndResetErrorCodeToheader(sqInt theFP, sqInt methodHeader);
                                        ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21685:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  if (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()))) {
                              ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘shortPrintFrame’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21743:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21744:12: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   ? longAt(theFP + FoxMFReceiver)
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21745:12: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   : longAt(theFP + FoxIFReceiver));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21746:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  mthd = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21748:12: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   : longAt(theFP + FoxMethod));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21753:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  printChar(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21758:85: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  printActivationNameForreceiverisBlockfirstTemporary(mthd, rcvr, ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                                     ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21759:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21760:13: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
   : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0), ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21760:70: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0), ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                      ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21762:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs) * BytesPerWord))
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21763:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     : longAt(((theFP + FoxMFReceiver) - BytesPerWord) + ((frameNumArgs) * BytesPerWord)))
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21765:34: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
    (0 < ((frameNumArgs1 = byteAt((theFP + FoxIFrameFlags) + 1)))
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21766:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs1) * BytesPerWord))
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21767:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((theFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs1) * BytesPerWord))))));
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘slowPrimitiveResponse’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22024:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   && (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()))))) {
                               ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘transferTofrom’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22323:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22339:127: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                               ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22356:25: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                         ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22357:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22358:13: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
   : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22360:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   activeContext = longAt(theFP + FoxThisContext);
                          ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22464:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  if (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()))) {
                              ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22466:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   aMethodObj = longAt(GIV(framePointer) + FoxMethod);
                           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22479:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  top = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22483:127: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                               ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘updateStackZoneReferencesToCompiledCodePreCompaction’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22507:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                           ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22509:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      theMethodField = longAt(theFP + FoxMethod);
                              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22517:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      theIP = ((usqInt)(longAt(theIPPtr)));
                               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22521:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
       longAtput(theIPPtr, theIP + ((theMethod->objectHeader)));
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22523:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
      longAtput(theFP + FoxMethod, theMethodField + ((theMethod->objectHeader)));
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22525:45: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘updateStateOfSpouseContextForFrameWithSP’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22550:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  theContext = longAt(theFP + FoxThisContext);
                      ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22553:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                        ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22559:22: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
   tempIndex = byteAt((theFP + FoxIFrameFlags) + 1);
                      ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22572:18: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    if ((((longAt(argsPointer)) & (tagMask())) == 0)
                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22573:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     && (oopisLessThan(longAt(argsPointer), GIV(newSpaceLimit)))) {
                              ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2936:49: note: in definition of macro ‘oopisLessThan’
 #define oopisLessThan(anOop,otherOop) ((usqInt)(anOop) < (usqInt)(otherOop))
                                                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22580:116: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((theContext + BaseHeaderSize) + (((sqInt)((usqInt)((ReceiverIndex + i)) << (shiftForWord())))), longAt(argsPointer));
                                                                                                                    ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22591:18: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    if ((((longAt(pointer)) & (tagMask())) == 0)
                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22592:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     && (oopisLessThan(longAt(pointer), GIV(newSpaceLimit)))) {
                              ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2936:49: note: in definition of macro ‘oopisLessThan’
 #define oopisLessThan(anOop,otherOop) ((usqInt)(anOop) < (usqInt)(otherOop))
                                                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22599:124: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((theContext + BaseHeaderSize) + (((sqInt)((usqInt)((ReceiverIndex + tempIndex)) << (shiftForWord())))), longAt(pointer));
                                                                                                                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘validInstructionPointerinMethodframePointer’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22623:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   return (((usqInt)(longAt(fp + FoxMethod)))) < (startOfMemory());
                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22626:25: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   if ((((usqInt)(longAt(fp + FoxMethod)))) < (startOfMemory())) {
                         ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22630:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   theInstrPointer = longAt(fp + FoxIFSavedIP);
                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘validStackPageBaseFrame’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22660:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  senderContextOrNil = longAt((aPage->baseAddress));
                              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22661:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  savedThisContext = longAt(((aPage->baseAddress)) - BytesPerWord);
                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘voidVMStateForSnapshotFlushingExternalPrimitivesIf’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22729:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22728:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveCollectCogCodeConstituents’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23107:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   withDetails = longAt(GIV(stackPointer));
                            ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23121:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), constituents);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveContextXray’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23148:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  context = longAt(GIV(stackPointer));
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23156:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                          ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23181:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)flags << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveEnterCriticalSection’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23210:32: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   criticalSection = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23211:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   activeProc = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23216:32: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   criticalSection = longAt(GIV(stackPointer));
                                ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23243:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(falseObj));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23249:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(trueObj));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23254:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(falseObj));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveExitCriticalSection’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23281:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  criticalSection = longAt(GIV(stackPointer));
                               ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveFlushCacheByMethod’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23335:68: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   if ((GIV(methodCache)[probe + MethodCacheMethod]) == (longAt(GIV(stackPointer)))) {
                                                                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23340:38: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  flushExternalPrimitiveOf(longAt(GIV(stackPointer)));
                                      ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23341:36: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  unlinkSendsToandFreeIf(longAt(GIV(stackPointer)), 0);
                                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveFlushCacheBySelector’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23357:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  selector = longAt(GIV(stackPointer));
                        ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLongRunningPrimitiveSemaphore’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23395:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  sema = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23410:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveMethodPCData’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23445:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  methodReceiver = longAt(GIV(stackPointer));
                              ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23481:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), data);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveMethodXray’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23512:63: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  if (methodWithHeaderShouldBeCogged(methodHeaderOf(longAt(GIV(stackPointer))))) {
                                                               ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23514:33: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   alreadyCogged = (((longAt(GIV(stackPointer))) & (tagMask())) == 0)
                                 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23515:40: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    && ((((((usqInt) (longAt(longAt(GIV(stackPointer))))) >> (formatShift())) & (formatMask())) >= (firstCompiledMethodFormat()))
                                        ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23516:49: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    && (isCogMethodReference(longAt(((longAt(GIV(stackPointer))) + BaseHeaderSize) + (((sqInt)((usqInt)(HeaderIndex) << (shiftForWord()))))))));
                                                 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23519:39: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    cogMethod = cogselector(longAt(GIV(stackPointer)), GIV(nilObj));
                                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23523:40: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     cogMethod = cogselector(longAt(GIV(stackPointer)), GIV(nilObj));
                                        ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23542:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    && ((((longAt(GIV(stackPointer))) & (tagMask())) == 0)
                      ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23543:40: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    && ((((((usqInt) (longAt(longAt(GIV(stackPointer))))) >> (formatShift())) & (formatMask())) >= (firstCompiledMethodFormat()))
                                        ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23544:49: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    && (isCogMethodReference(longAt(((longAt(GIV(stackPointer))) + BaseHeaderSize) + (((sqInt)((usqInt)(HeaderIndex) << (shiftForWord())))))))))) {
                                                 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23546:39: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    methodHeader = longAt(((longAt(GIV(stackPointer))) + BaseHeaderSize) + (((sqInt)((usqInt)(HeaderIndex) << (shiftForWord())))));
                                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23565:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)flags << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveMinimumUnusedHeadroom’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23579:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveObjectAt’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23599:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23618:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  thisReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                            ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23636:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveObjectAtPut’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23655:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  newValue = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23656:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23662:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  thisReceiver = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                            ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23724:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), newValue);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveProfileSemaphore’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23745:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  sema = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23764:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveResume’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23800:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  proc = longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSignal’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23859:35: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  if (synchronousSignal(longAt(GIV(stackPointer)))) {
                                   ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSnapshot’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23880:18: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  if ((longAt(GIV(framePointer) + FoxMethod)) == GIV(newMethod)) {
                  ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSnapshotEmbedded’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23900:18: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  if ((longAt(GIV(framePointer) + FoxMethod)) == GIV(newMethod)) {
                  ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSuspend’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23932:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  process = longAt(GIV(stackPointer));
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23935:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(nilObj));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24101:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), myList);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveTerminateTo’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24157:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  aContextOrNil = longAt(GIV(stackPointer));
                             ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24167:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  thisCtx = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24211:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    if ((pointerForOop(longAt(theFP + FoxSavedFP))) != contextsFP) {
                              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24213:34: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     numArgs = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24215:15: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
      : byteAt((theFP + FoxIFrameFlags) + 1));
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24223:46: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) {
                                              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24233:49: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     contextsIP = ((usqInt)(pointerForOop(longAt(frameAbove + FoxCallerSavedIP))));
                                                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24241:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      longAtput(newSP, longAt(source));
                              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24241:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
      longAtput(newSP, longAt(source));
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24243:15: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
     longAtput(newFP + FoxSavedFP, contextsFP);
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24243:35: warning: passing argument 2 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
     longAtput(newFP + FoxSavedFP, contextsFP);
                                   ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24244:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     if (((((usqInt)(longAt(newFP + FoxMethod)))) < (startOfMemory()))
                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24248:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
      longAtput(contextsFP + FoxIFSavedIP, contextsIP);
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24251:15: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
     longAtput(newFP + FoxCallerSavedIP, contextsIP);
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24279:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   callerContextOrNil = longAt((thePage1->baseAddress));
                               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24324:48: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      while (((callerFP1 = pointerForOop(longAt(fp1 + FoxSavedFP)))) != 0) {
                                                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24365:49: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
       while (((callerFP2 = pointerForOop(longAt(fp2 + FoxSavedFP)))) != 0) {
                                                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24378:51: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
        longAtput(contextsSP, pointerForOop(longAt(frameAbove + FoxCallerSavedIP)));
                                                   ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24378:18: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
        longAtput(contextsSP, pointerForOop(longAt(frameAbove + FoxCallerSavedIP)));
                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24378:30: warning: passing argument 2 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
        longAtput(contextsSP, pointerForOop(longAt(frameAbove + FoxCallerSavedIP)));
                              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24399:36: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
       callerContextOrNil1 = longAt((thePage2->baseAddress));
                                    ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24438:76: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24440:11: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
  : byteAt((theFP + FoxIFrameFlags) + 1))))) + (2 * BytesPerWord), aContextOrNil);
           ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24438:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveVoidVMState’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24479:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveVoidVMStateForMethod’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24544:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   methodObj = longAt(GIV(stackPointer));
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24547:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   methodObj = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24549:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                   ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24553:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                   ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24586:25: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                         ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24587:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24588:13: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
   : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24590:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   activeContext = longAt(theFP + FoxThisContext);
                          ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24601:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24604:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24615:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24770:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   top = longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24798:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  top1 = longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24536:11: warning: variable ‘top’ set but not used [-Wunused-but-set-variable]
     sqInt top;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24526:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24525:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘unmarkAllFrames’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24864:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     methodField = longAt(theFP + FoxMethod);
                          ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24867:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
       longAtput(theFP + FoxMethod, methodField - 4);
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24871:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      flags = longAt(theFP + FoxIFrameFlags);
                     ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24873:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
       longAtput(theFP + FoxIFrameFlags, flags - 2);
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24876:43: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    } while(((theFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0);
                                           ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘initializeStacknumSlotspageSize’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24898:11: warning: variable ‘theIndex’ set but not used [-Wunused-but-set-variable]
     sqInt theIndex;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24897:17: warning: variable ‘structStackPageSize’ set but not used [-Wunused-but-set-variable]
     usqIntptr_t structStackPageSize;
                 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘cStringOrNullFor’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:25029:11: warning: variable ‘classOop’ set but not used [-Wunused-but-set-variable]
     sqInt classOop;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveAdd’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:25389:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerResult << 3) | 1));
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveAddLargeIntegers’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:25421:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                      ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:25422:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:25456:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveAdoptInstance’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:25484:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  arg = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:25485:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveAllInstances’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:25529:37: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  result = allInstancesOf(longAt(GIV(stackPointer)));
                                     ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:25534:38: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   result = allInstancesOf(longAt(GIV(stackPointer)));
                                      ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:25541:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveAllObjects’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:25570:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveArctan’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:25586:33: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveArrayBecome’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:25606:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  arg = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:25607:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveArrayBecomeOneWay’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:25630:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  arg = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:25631:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveArrayBecomeOneWayCopyHash’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:25656:18: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                  ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:25660:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                   ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:25668:43: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  ec = becomewithtwoWaycopyHash(longAt(GIV(stackPointer) + (2 * BytesPerWord)), longAt(GIV(stackPointer) + (1 * BytesPerWord)), 0, copyHashFlag);
                                           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:25668:91: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  ec = becomewithtwoWaycopyHash(longAt(GIV(stackPointer) + (2 * BytesPerWord)), longAt(GIV(stackPointer) + (1 * BytesPerWord)), 0, copyHashFlag);
                                                                                           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveArrayBecomeOneWayNoCopyHash’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:25690:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  arg = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:25691:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveAsCharacter’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:25711:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  characterCode = longAt(GIV(stackPointer));
                             ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:25724:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), characterObject);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveAsFloat’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:25739:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:25742:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), floatObjectOf(((double) ((rcvr >> 3)) )));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveAt’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:25770:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:25771:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:25898:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveAtPut’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:25928:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:25929:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:25930:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  value = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:26089:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveBeCursor’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:26140:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   cursorObj = longAt(GIV(stackPointer));
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:26144:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   cursorObj = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:26145:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   maskObj = longAt(GIV(stackPointer));
                        ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveBeDisplay’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:26368:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:26362:9: warning: variable ‘changed’ set but not used [-Wunused-but-set-variable]
     int changed;
         ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveBehaviorHash’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:26440:48: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  hashOrError = (((hash = (long32At((longAt(GIV(stackPointer))) + 4)) & (identityHashHalfWordMask()))) != 0
                                                ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:26442:36: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   : (objCouldBeClassObj(longAt(GIV(stackPointer)))
                                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:26443:47: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     ? (((err = enterIntoClassTable(longAt(GIV(stackPointer))))) != 0
                                               ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:26445:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
       : (long32At((longAt(GIV(stackPointer))) + 4)) & (identityHashHalfWordMask()))
                               ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:26449:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)hashOrError << 3) | 1));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveBitAnd’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:26485:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oop1 = longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:26547:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oop2 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:26611:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveBitAndLargeIntegers’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:26628:47: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerArg = positive64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                               ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:26629:48: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerRcvr = positive64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:26636:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveBitOr’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:26669:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oop1 = longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:26731:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oop2 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:26795:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveBitOrLargeIntegers’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:26812:47: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerArg = positive64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                               ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:26813:48: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerRcvr = positive64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:26820:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveBitShift’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:26838:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerArgument = longAt(GIV(stackPointer));
                               ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:26846:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                               ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:26884:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), shifted);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveBitShiftLargeIntegers’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:26906:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:26921:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:26959:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveBitXor’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:26987:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerArgument = longAt(GIV(stackPointer));
                               ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:26988:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                               ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:26995:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27124:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop1);
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveBitXorLargeIntegers’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27142:47: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerArg = positive64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                               ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27143:48: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerRcvr = positive64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27150:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveBytesLeft’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27178:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), ((GIV(totalFreeOldSpace) << 3) | 1));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27185:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   if ((longAt(GIV(stackPointer))) == GIV(nilObj)) {
                   ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27201:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27206:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                   ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27210:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                   ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27225:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp2 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerVal1 << 3) | 1));
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27164:11: warning: variable ‘aBool’ set but not used [-Wunused-but-set-variable]
     sqInt aBool;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveChangeClass’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27294:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                   ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27306:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oop1 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveClass’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27343:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  instance = longAt(GIV(stackPointer));
                        ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27361:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveClipboardText’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27398:18: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   s = longAt(GIV(stackPointer));
                  ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27466:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), s);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveClockLogAddresses’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27511:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  runInNOut = (longAt(GIV(stackPointer) + (0 * BytesPerWord))) == GIV(trueObj);
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27594:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop1);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27489:11: warning: variable ‘oop’ set but not used [-Wunused-but-set-variable]
     sqInt oop;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveClosureValue’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27643:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                            ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27693:128: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27700:18: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                  ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27703:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp8 = GIV(stackPointer) - BytesPerWord), object2);
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27714:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27719:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object11);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27722:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp31 = GIV(stackPointer) - BytesPerWord), blockClosure);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27742:131: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                   ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27749:21: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
       longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27752:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
       longAtput((sp9 = GIV(stackPointer) - BytesPerWord), object3);
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27763:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
       longAtput((sp12 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27768:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
      longAtput((sp22 = GIV(stackPointer) - BytesPerWord), object12);
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27771:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
      longAtput((sp32 = GIV(stackPointer) - BytesPerWord), blockClosure);
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27791:41: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                         ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27795:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27798:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27798:58: warning: passing argument 2 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27802:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp3 = GIV(stackPointer) - BytesPerWord), closureMethod);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27805:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp4 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27811:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp5 = GIV(stackPointer) - BytesPerWord), object);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27814:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp6 = GIV(stackPointer) - BytesPerWord), 0);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27823:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp7 = GIV(stackPointer) - BytesPerWord), object1);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27827:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + ClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveClosureValueNoContextSwitch’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27906:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                            ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27956:128: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27963:18: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                  ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27966:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp8 = GIV(stackPointer) - BytesPerWord), object2);
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27977:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27982:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object11);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27985:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp31 = GIV(stackPointer) - BytesPerWord), blockClosure);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28005:131: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                   ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28012:21: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
       longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28015:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
       longAtput((sp9 = GIV(stackPointer) - BytesPerWord), object3);
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28026:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
       longAtput((sp12 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28031:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
      longAtput((sp22 = GIV(stackPointer) - BytesPerWord), object12);
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28034:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
      longAtput((sp32 = GIV(stackPointer) - BytesPerWord), blockClosure);
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28054:41: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                         ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28058:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28061:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28061:58: warning: passing argument 2 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28065:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp3 = GIV(stackPointer) - BytesPerWord), closureMethod);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28068:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp4 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28074:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp5 = GIV(stackPointer) - BytesPerWord), object);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28077:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp6 = GIV(stackPointer) - BytesPerWord), 0);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28086:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp7 = GIV(stackPointer) - BytesPerWord), object1);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28090:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + ClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveClosureValueWithArgs’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28169:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  argumentArray = longAt(GIV(stackPointer));
                             ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28191:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                            ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28224:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  top = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28229:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((argumentArray + BaseHeaderSize) + (((sqInt)((usqInt)((index - 1)) << (shiftForWord()))))));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28251:128: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28258:18: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                  ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28261:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp8 = GIV(stackPointer) - BytesPerWord), object2);
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28272:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28277:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object11);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28280:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp31 = GIV(stackPointer) - BytesPerWord), blockClosure);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28300:131: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                   ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28307:21: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
       longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28310:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
       longAtput((sp9 = GIV(stackPointer) - BytesPerWord), object3);
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28321:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
       longAtput((sp12 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, -- [download 0% complete]
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 32% complete]
sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28326:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
      longAtput((sp22 = GIV(stackPointer) - BytesPerWord), object12);
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28329:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
      longAtput((sp32 = GIV(stackPointer) - BytesPerWord), blockClosure);
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28349:41: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                         ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28353:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28356:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28356:58: warning: passing argument 2 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28360:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp3 = GIV(stackPointer) - BytesPerWord), closureMethod);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28363:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp4 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28369:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp5 = GIV(stackPointer) - BytesPerWord), object);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28372:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp6 = GIV(stackPointer) - BytesPerWord), 0);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28381:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp7 = GIV(stackPointer) - BytesPerWord), object1);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28385:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp10 = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + ClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28167:11: warning: variable ‘top’ set but not used [-Wunused-but-set-variable]
     sqInt top;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveCoarseLocalMicrosecondClock’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28434:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveCoarseUTCMicrosecondClock’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28458:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveCompareBytes’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28492:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  arg1 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28493:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  arg2 = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28506:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(trueObj));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28572:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(falseObj));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28579:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp2 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(falseObj));
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28585:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp3 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(trueObj));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveCompareWith’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28623:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   order = longAt(GIV(stackPointer));
                      ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28631:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  string1 = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28634:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  string2 = longAt(GIV(stackPointer) + ((GIV(argumentCount) - 1) * BytesPerWord));
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28681:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)result << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveConstantFill’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28701:46: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  fillValue = positive64BitValueOf(longAt(GIV(stackPointer)));
                                              ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28702:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveControlVMProfiling’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28792:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  if (((onOffBar = longAt(GIV(stackPointer) + (1 * BytesPerWord)))) == GIV(trueObj)) {
                              ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28807:32: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  if (((bufferSize = longAt(GIV(stackPointer)))) == GIV(nilObj)) {
                                ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28822:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), (((usqInt)numSamples << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveCopyObject’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28853:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  arg = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28854:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveCrashVM’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28952:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  if (((((longAt(GIV(stackPointer)))) & 7) == 1)) {
                     ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28953:36: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   crashInThisThread = ((longAt(GIV(stackPointer))) >> 3);
                                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28957:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                   ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28961:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                   ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveDisablePowerManager’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28997:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveDiv’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29027:41: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  quotient = doPrimitiveDivby(longAt(GIV(stackPointer) + (1 * BytesPerWord)), longAt(GIV(stackPointer)));
                                         ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29027:89: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  quotient = doPrimitiveDivby(longAt(GIV(stackPointer) + (1 * BytesPerWord)), longAt(GIV(stackPointer)));
                                                                                         ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29032:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)quotient << 3) | 1));
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveDivide’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29057:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29073:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerPointer1 = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                               ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29094:15: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
     longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)(integerReceiver / integerArgument) << 3) | 1));
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveDivideLargeIntegers’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29132:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                      ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29133:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29153:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveDivLargeIntegers’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29176:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                      ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29177:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29207:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveEqual’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29222:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerArgument = longAt(GIV(stackPointer));
                               ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29223:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                               ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29226:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver == integerArgument
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29235:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (result
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveEqualLargeIntegers’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29254:45: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                             ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29255:46: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                              ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29258:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr == integerArg
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveExp’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29285:33: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveExponent’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29307:33: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveFailForFFIExceptionat’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29399:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   rcvr = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29405:18: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                  ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29409:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp7 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29412:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29412:59: warning: passing argument 2 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29419:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29433:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29439:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp2 = GIV(stackPointer) - BytesPerWord), object);
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29442:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp3 = GIV(stackPointer) - BytesPerWord), 0);
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29449:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object1);
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29452:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29457:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp9 = GIV(stackPointer) - BytesPerWord), rcvr);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29461:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29473:65: warning: passing argument 1 of ‘reapAndResetErrorCodeToheader’ makes integer from pointer without a cast [-Wint-conversion]
     shouldSkipStoreBytecode = reapAndResetErrorCodeToheader(GIV(framePointer), methodHeader);
                                                                 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:1644:40: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
 static sqInt NoDbgRegParms NeverInline reapAndResetErrorCodeToheader(sqInt theFP, sqInt methodHeader);
                                        ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveFetchNextMourner’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29530:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), mourner);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveFloatAdd’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29558:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29559:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  argOop = longAt(GIV(stackPointer));
                      ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29638:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr + arg));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveFloatAt’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29662:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29663:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29691:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), result);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveFloatAtPut’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29715:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oopToStore = longAt(GIV(stackPointer));
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29722:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29723:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29748:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), oopToStore);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29759:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), oopToStore);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveFloatDivide’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29793:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29794:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  argOop = longAt(GIV(stackPointer));
                      ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29881:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr / arg));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveFloatEqual’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29910:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29911:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  argOop = longAt(GIV(stackPointer));
                      ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29991:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (aBool
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveFloatGreaterOrEqual’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:30022:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:30023:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  argOop = longAt(GIV(stackPointer));
                      ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:30103:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (aBool
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveFloatGreaterThan’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:30134:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:30135:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  argOop = longAt(GIV(stackPointer));
                      ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:30215:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (aBool
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveFloatLessOrEqual’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:30246:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:30247:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  argOop = longAt(GIV(stackPointer));
                      ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:30327:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (aBool
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveFloatLessThan’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:30358:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:30359:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  argOop = longAt(GIV(stackPointer));
                      ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:30439:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (aBool
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveFloatMultiply’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:30469:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:30470:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  argOop = longAt(GIV(stackPointer));
                      ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:30549:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr * arg));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveFloatNotEqual’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:30578:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:30579:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  argOop = longAt(GIV(stackPointer));
                      ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:30659:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (!aBool
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveFloatSubtract’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:30689:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:30690:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  argOop = longAt(GIV(stackPointer));
                      ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:30769:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr - arg));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveFlushExternalPrimitives’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:30821:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:30820:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveFormPrint’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:30967:18: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                  ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:30971:18: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                  ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:30983:35: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  vScale = floatValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                   ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:30984:35: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  hScale = floatValueOf(longAt(GIV(stackPointer) + (2 * BytesPerWord)));
                                   ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:30985:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveFractionalPart’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31090:33: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveFullClosureValue’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31142:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                            ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31178:128: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31185:18: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                  ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31188:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp9 = GIV(stackPointer) - BytesPerWord), object2);
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31199:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31204:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object11);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31207:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp31 = GIV(stackPointer) - BytesPerWord), blockClosure);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31236:131: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                   ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31243:21: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
       longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31246:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
       longAtput((sp10 = GIV(stackPointer) - BytesPerWord), object3);
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31257:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
       longAtput((sp12 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31262:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
      longAtput((sp22 = GIV(stackPointer) - BytesPerWord), object12);
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31265:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
      longAtput((sp32 = GIV(stackPointer) - BytesPerWord), blockClosure);
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31285:41: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                         ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31289:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31292:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31292:58: warning: passing argument 2 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31296:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp4 = GIV(stackPointer) - BytesPerWord), closureMethod);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31299:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31305:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp6 = GIV(stackPointer) - BytesPerWord), object);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31308:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp7 = GIV(stackPointer) - BytesPerWord), 0);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31317:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp8 = GIV(stackPointer) - BytesPerWord), object1);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31321:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + FullClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31340:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveFullClosureValueNoContextSwitch’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31414:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                            ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31450:128: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31457:18: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                  ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31460:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp9 = GIV(stackPointer) - BytesPerWord), object2);
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31471:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31476:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object11);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31479:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp31 = GIV(stackPointer) - BytesPerWord), blockClosure);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31508:131: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                   ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31515:21: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
       longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31518:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
       longAtput((sp10 = GIV(stackPointer) - BytesPerWord), object3);
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31529:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
       longAtput((sp12 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31534:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
      longAtput((sp22 = GIV(stackPointer) - BytesPerWord), object12);
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31537:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
      longAtput((sp32 = GIV(stackPointer) - BytesPerWord), blockClosure);
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31557:41: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                         ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31561:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31564:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31564:58: warning: passing argument 2 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31568:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp4 = GIV(stackPointer) - BytesPerWord), closureMethod);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31571:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31577:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp6 = GIV(stackPointer) - BytesPerWord), object);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31580:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp7 = GIV(stackPointer) - BytesPerWord), 0);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31589:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp8 = GIV(stackPointer) - BytesPerWord), object1);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31593:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + FullClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31612:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveFullClosureValueWithArgs’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31686:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  argumentArray = longAt(GIV(stackPointer));
                             ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31708:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                            ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31730:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  top = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31735:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((argumentArray + BaseHeaderSize) + (((sqInt)((usqInt)((index - 1)) << (shiftForWord()))))));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31754:128: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31761:18: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                  ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31764:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp9 = GIV(stackPointer) - BytesPerWord), object2);
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31775:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31780:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object11);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31783:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp31 = GIV(stackPointer) - BytesPerWord), blockClosure);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31812:131: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                   ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31819:21: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
       longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31822:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
       longAtput((sp10 = GIV(stackPointer) - BytesPerWord), object3);
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31833:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
       longAtput((sp12 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31838:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
      longAtput((sp22 = GIV(stackPointer) - BytesPerWord), object12);
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31841:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
      longAtput((sp32 = GIV(stackPointer) - BytesPerWord), blockClosure);
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31861:41: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                         ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31865:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31868:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31868:58: warning: passing argument 2 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31872:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp4 = GIV(stackPointer) - BytesPerWord), closureMethod);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31875:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31881:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp6 = GIV(stackPointer) - BytesPerWord), object);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31884:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp7 = GIV(stackPointer) - BytesPerWord), 0);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31893:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp8 = GIV(stackPointer) - BytesPerWord), object1);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31897:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp13 = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + FullClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31916:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31684:11: warning: variable ‘top’ set but not used [-Wunused-but-set-variable]
     sqInt top;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveGetAttribute’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31957:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31980:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), s);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveGetenv’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32007:36: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  key = cStringOrNullFor(longAt(GIV(stackPointer)));
                                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32030:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveGetImmutability’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32044:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32048:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (trueOrFalse
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveGetLogDirectory’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32087:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), stringOop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveGetNextEvent’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32105:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  arg = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveGetWindowLabel’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32247:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), labelOop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveGetWindowSize’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32320:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveGreaterOrEqual’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32333:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerArgument = longAt(GIV(stackPointer));
                               ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32334:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                               ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32337:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver >= integerArgument
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveGreaterOrEqualLargeIntegers’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32361:45: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                             ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32362:46: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                              ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32365:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr >= integerArg
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveGreaterThan’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32380:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerArgument = longAt(GIV(stackPointer));
                               ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32381:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                               ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32384:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver > integerArgument
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveGreaterThanLargeIntegers’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32408:45: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                             ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32409:46: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                              ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32412:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr > integerArg
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveGrowMemoryByAtLeast’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32427:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  ammount = longAt(GIV(stackPointer));
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32440:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)segSize << 3) | 1));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveHashMultiply’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32458:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  value = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32483:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)((value * HashMultiplyConstant) & 0xFFFFFFF) << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveHeartbeatFrequency’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32501:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   && ((longAt(GIV(stackPointer))) == GIV(trueObj));
                   ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32507:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveHighResClock’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32531:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveIdentical’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32548:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  otherObject = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32549:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  thisObject = longAt(GIV(stackPointer));
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32560:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (thisObject == otherObject
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveIdentityHash’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32577:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  thisReceiver = longAt(GIV(stackPointer));
                            ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32603:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveImageFormatVersion’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32627:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveImageName’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32664:18: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   s = longAt(GIV(stackPointer));
                  ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32695:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), s);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveImmediateAsInteger’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32716:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32739:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), ((value << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveInputSemaphore’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32753:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  arg = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveIntegerAt’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32825:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index1 = longAt(GIV(stackPointer));
                      ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32826:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr1 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32855:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp4 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32871:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp5 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32885:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp7 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32901:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp6 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32922:15: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
     longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), longAt((rcvr1 + BaseHeaderSize) + (((sqInt)((usqInt)(index1) << (shiftForWord()))))));
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32933:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp3 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), longAt((rcvr1 + BaseHeaderSize) + (((sqInt)((usqInt)((index1 + numFixed)) << (shiftForWord()))))));
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveIntegerAtPut’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32971:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valueOop = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32972:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32973:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33018:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33036:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33051:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33069:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp3 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33105:15: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
     longAtput((sp4 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33131:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp5 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveInterruptChecksPerMSec’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33168:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveInterruptSemaphore’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33184:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  arg = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveInvokeObjectAsMethod’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33241:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   top1 = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33248:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  top = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33252:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33255:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(messageSelector));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33258:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), runArgs);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33261:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp3 = GIV(stackPointer) - BytesPerWord), runReceiver);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveIsBigEnder’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33289:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (VMBIGENDIAN
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveIsPinned’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33307:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  obj = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33316:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (trueOrFalse
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveIsWindowObscured’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33342:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLessOrEqual’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33355:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerArgument = longAt(GIV(stackPointer));
                               ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33356:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                               ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33359:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver <= integerArgument
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLessOrEqualLargeIntegers’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33383:45: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                             ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33384:46: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                              ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33387:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr <= integerArg
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLessThan’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33402:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerArgument = longAt(GIV(stackPointer));
                               ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33403:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                               ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33406:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver < integerArgument
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLessThanLargeIntegers’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33430:45: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                             ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33431:46: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                              ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33434:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr < integerArg
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveListBuiltinModule’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33466:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33493:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33506:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), nameOop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveListExternalModule’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33535:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33562:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33575:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), nameOop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadImageSegment’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33610:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  outPointerArray = longAt(GIV(stackPointer));
                               ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33613:32: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  segmentWordArray = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33627:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), result);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLocalMicrosecondClock’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33654:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLogN’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33671:33: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLowSpaceSemaphore’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33689:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  arg = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveMakePoint’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33732:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33733:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  arg = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33784:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), pt);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveMaxIdentityHash’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33797:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveMillisecondClock’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33826:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveMillisecondClockMask’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33841:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)MillisecondClockMask << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveMod’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33853:36: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  mod = doPrimitiveModby(longAt(GIV(stackPointer) + (1 * BytesPerWord)), longAt(GIV(stackPointer)));
                                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33853:84: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  mod = doPrimitiveModby(longAt(GIV(stackPointer) + (1 * BytesPerWord)), longAt(GIV(stackPointer)));
                                                                                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33858:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)mod << 3) | 1));
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveModLargeIntegers’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33889:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                      ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33890:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33915:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveMultiply’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33933:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33949:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerPointer1 = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                               ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33982:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerResult << 3) | 1));
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveMultiplyLargeIntegers’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34005:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                      ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34006:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34027:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveNew’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34043:44: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  obj = instantiateClassisPinned(longAt(GIV(stackPointer)), 0);
                                            ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34046:69: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   reasonCode = (isFixedSizePointerFormat(instSpecOfClass(longAt(GIV(stackPointer))))
                                                                     ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34053:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), obj);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveNewMethod’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34083:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  header = longAt(GIV(stackPointer));
                      ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34084:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  bytecodeCount = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                             ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34092:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  class = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34202:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), theMethod);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveNewPinned’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34215:44: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  obj = instantiateClassisPinned(longAt(GIV(stackPointer)), 1);
                                            ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34218:69: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   reasonCode = (isFixedSizePointerFormat(instSpecOfClass(longAt(GIV(stackPointer))))
                                                                     ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34225:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), obj);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveNewWithArg’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34252:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oop1 = longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34320:57: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  obj = instantiateClassindexableSizeisPinned(longAt(GIV(stackPointer) + (1 * BytesPerWord)), size, 0);
                                                         ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34323:39: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   classFormat = ((longAt(((longAt(GIV(stackPointer) + (1 * BytesPerWord))) + BaseHeaderSize) + (((sqInt)((usqInt)(InstanceSpecificationIndex) << (shiftForWord())))))) >> 3);
                                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34336:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), obj);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveNewWithArgPinned’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34360:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34421:57: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  obj = instantiateClassindexableSizeisPinned(longAt(GIV(stackPointer) + (1 * BytesPerWord)), size, 1);
                                                         ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34424:39: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   classFormat = ((longAt(((longAt(GIV(stackPointer) + (1 * BytesPerWord))) + BaseHeaderSize) + (((sqInt)((usqInt)(InstanceSpecificationIndex) << (shiftForWord())))))) >> 3);
                                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34437:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), obj);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveNextInstance’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34460:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  object = longAt(GIV(stackPointer));
                      ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34543:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), subsequentObject);
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveNextObject’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34566:46: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  instance = accessibleObjectAfter(longAt(GIV(stackPointer)));
                                              ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34569:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)0 << 3) | 1));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34575:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), instance);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveNotEqual’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34590:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerArgument = longAt(GIV(stackPointer));
                               ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34591:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                               ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34594:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver != integerArgument
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34603:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (result
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveNotEqualLargeIntegers’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34622:45: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                             ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34623:46: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                              ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34626:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr != integerArg
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveNotIdentical’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34648:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  otherObject = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34649:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  thisObject = longAt(GIV(stackPointer));
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34678:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (thisObject != otherObject
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitivePathToUsing’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34738:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  if (!(((longAt(GIV(stackPointer))) == GIV(trueObj))
                     ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34739:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    || ((longAt(GIV(stackPointer))) == GIV(falseObj)))) {
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34744:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  goal = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34745:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  stack = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34746:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  followWeak = (longAt(GIV(stackPointer))) == GIV(trueObj);
                           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34987:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  path = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34989:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), path);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34699:12: warning: variable ‘freeStartAtStart’ set but not used [-Wunused-but-set-variable]
     usqInt freeStartAtStart;
            ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitivePerformInSuperclass’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35022:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35023:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  lookupClass = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35055:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  selector = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                        ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35056:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  argumentArray = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                             ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35079:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35082:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), rcvr);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35086:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((argumentArray + BaseHeaderSize) + (((sqInt)((usqInt)((index - 1)) << (shiftForWord()))))));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:38:0:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/dispdbg.h:37:49: warning: statement with no effect [-Wunused-value]
 # define sendBreakpointreceiver(sel, len, rcvr) 0
                                                 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35093:2: note: in expansion of macro ‘sendBreakpointreceiver’
  sendBreakpointreceiver(firstFixedFieldOfMaybeImmediate(selector1), lengthOfMaybeImmediate(selector1), rcvr);
  ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35133:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   top = longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35148:62: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((GIV(stackPointer) + offset) + delta, longAt(GIV(stackPointer) + offset));
                                                              ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35148:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((GIV(stackPointer) + offset) + delta, longAt(GIV(stackPointer) + offset));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35013:11: warning: variable ‘selector1’ set but not used [-Wunused-but-set-variable]
     sqInt selector1;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitivePerformWithArgs’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35181:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  actualReceiver = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35182:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  selector = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                        ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35183:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  argumentArray = longAt(GIV(stackPointer));
                             ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35206:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35209:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), actualReceiver);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35213:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((argumentArray + BaseHeaderSize) + (((sqInt)((usqInt)((index - 1)) << (shiftForWord()))))));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:38:0:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/dispdbg.h:37:49: warning: statement with no effect [-Wunused-value]
 # define sendBreakpointreceiver(sel, len, rcvr) 0
                                                 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35220:2: note: in expansion of macro ‘sendBreakpointreceiver’
  sendBreakpointreceiver(firstFixedFieldOfMaybeImmediate(selector1), lengthOfMaybeImmediate(selector1), actualReceiver);
  ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35248:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   top = longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35261:62: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((GIV(stackPointer) + offset) + delta, longAt(GIV(stackPointer) + offset));
                                                              ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35261:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((GIV(stackPointer) + offset) + delta, longAt(GIV(stackPointer) + offset));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35172:11: warning: variable ‘selector1’ set but not used [-Wunused-but-set-variable]
     sqInt selector1;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveProfilePrimitive’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35288:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(profileMethod));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveProfileSample’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35313:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(profileProcess));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveProfileStart’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35348:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveQuit’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35380:18: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   ? ((longAt(GIV(stackPointer))) >> 3)
                  ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveQuo’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35400:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35416:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerPointer1 = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                               ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35452:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerResult << 3) | 1));
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveQuoLargeIntegers’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35483:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                      ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35484:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35502:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveRelinquishProcessor’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35519:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveRemLargeIntegers’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35564:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                      ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35565:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35582:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveScreenDepth’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35608:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)depth << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveScreenScaleFactor’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35637:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveScreenSize’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35709:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSecondsClock’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35729:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSetDisplayMode’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35753:18: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                  ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35757:18: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                  ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35770:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35786:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerPointer1 = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                               ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35802:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerPointer2 = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                               ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35822:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((5 - 1) * BytesPerWord)), (okay
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSetFullScreen’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35839:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  argOop = longAt(GIV(stackPointer));
                      ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSetImmutability’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35869:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35883:18: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                  ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35893:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                   ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35904:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (wasImmutable
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSetInterruptKey’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35923:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSetLogDirectory’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35959:25: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  stringOop = longAt(GIV(stackPointer));
                         ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSetOrHasIdentityHash’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36025:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   hasHash = (((longAt(GIV(stackPointer))) & (tagMask())) == 0)
                           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36026:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    && ((long32At((longAt(GIV(stackPointer))) + 4)) & (identityHashHalfWordMask()));
                              ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36028:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (hasHash
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36036:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                   ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36040:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                   ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36061:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + ((GIV(argumentCount) - 1) * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36077:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                   ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36114:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)oldHash << 3) | 1));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSetWindowLabel’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36132:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  labelOop = longAt(GIV(stackPointer));
                        ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSetWindowSize’:
-- [download 34% complete]
-- [download 35% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 42% complete]
-- [download 44% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- verifying file...
       file='C:/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/src/PharoVM-9.0.11-9e688828-Windows-x86_64-bin.zip'
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36194:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36210:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerPointer1 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                               ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveShortAt’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36248:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36254:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36270:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveShortAtPut’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36290:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  value = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36291:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36301:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36329:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveShowDisplayRect’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36351:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36367:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerPointer1 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                               ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36383:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerPointer2 = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                               ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36399:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerPointer3 = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                               ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSignalAtBytesLeft’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36434:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  bytes = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSine’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36469:33: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSize’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36492:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36551:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)(totalLength - fixedFields) << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSizeInBytes’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36563:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  byteSize = ((longAt(GIV(stackPointer))) & (tagMask())
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36565:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   : bytesInObject(longAt(GIV(stackPointer))));
                              ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36568:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSizeInBytesOfInstance’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36602:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   if (!(((((longAt(GIV(stackPointer)))) & 7) == 1))) {
                        ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36608:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   nElements = ((longAt(GIV(stackPointer))) >> 3);
                            ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36609:39: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   classFormat = ((longAt(((longAt(GIV(stackPointer) + (1 * BytesPerWord))) + BaseHeaderSize) + (((sqInt)((usqInt)(InstanceSpecificationIndex) << (shiftForWord())))))) >> 3);
                                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36658:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36663:39: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  classFormat1 = ((longAt(((longAt(GIV(stackPointer) + (0 * BytesPerWord))) + BaseHeaderSize) + (((sqInt)((usqInt)(InstanceSpecificationIndex) << (shiftForWord())))))) >> 3);
                                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36683:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp1 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), ((byteSize << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSmallFloatAdd’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36707:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                   ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36722:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  floatOrIntOop = longAt(GIV(stackPointer));
                             ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36762:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr + arg));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSmallFloatArctan’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36779:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSmallFloatDivide’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36818:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                   ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36833:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  floatOrIntOop = longAt(GIV(stackPointer));
                             ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36879:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr / arg));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSmallFloatEqual’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36904:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                   ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36919:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  floatOrIntOop = longAt(GIV(stackPointer));
                             ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36959:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (rcvr == arg
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSmallFloatExp’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36977:58: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  aValue = floatObjectOf(exp(smallFloatValueOf(longAt(GIV(stackPointer)))));
                                                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSmallFloatExponent’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36993:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
 ((((usqInt)(longAt(GIV(stackPointer))))) <= 15
                        ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36995:45: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   : ((exp = ((usqInt) (((usqInt)(longAt(GIV(stackPointer)))))) >> (((numTagBits()) + (smallFloatMantissaBits())) + 1)),
                                             ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSmallFloatFractionalPart’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37014:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSmallFloatGreaterOrEqual’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37054:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                   ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37069:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  floatOrIntOop = longAt(GIV(stackPointer));
                             ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37109:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (rcvr >= arg
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSmallFloatGreaterThan’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37136:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                   ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37151:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  floatOrIntOop = longAt(GIV(stackPointer));
                             ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37191:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (rcvr > arg
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSmallFloatLessOrEqual’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37218:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                   ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37233:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  floatOrIntOop = longAt(GIV(stackPointer));
                             ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37273:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (rcvr <= arg
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSmallFloatLessThan’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37300:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                   ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37315:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  floatOrIntOop = longAt(GIV(stackPointer));
                             ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37355:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (rcvr < arg
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSmallFloatLogN’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37377:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSmallFloatMultiply’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37416:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                   ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37431:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  floatOrIntOop = longAt(GIV(stackPointer));
                             ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37471:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr * arg));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSmallFloatNotEqual’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37496:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                   ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37511:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  floatOrIntOop = longAt(GIV(stackPointer));
                             ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37551:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (!(rcvr == arg)
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSmallFloatSine’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37570:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSmallFloatSquareRoot’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37601:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSmallFloatSubtract’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37648:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                   ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37663:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  floatOrIntOop = longAt(GIV(stackPointer));
                             ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37703:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr - arg));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSmallFloatTimesTwoPower’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37721:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  arg = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37731:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37753:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), result);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSmallFloatTruncated’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37769:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSomeInstance’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37804:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  class = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37814:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), instance);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSomeObject’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37833:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSpecialObjectsOop’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37847:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(specialObjectsOop));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSquareRoot’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37863:33: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreImageSegment’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37918:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  outPointerArray = longAt(GIV(stackPointer));
                               ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37919:32: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  segmentWordArray = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37922:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  arrayOfRoots = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                            ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37938:32: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   outPointerArray = longAt(GIV(stackPointer));
                                ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37939:33: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   segmentWordArray = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37940:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   arrayOfRoots = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                             ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStringAt’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37979:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37980:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:38114:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStringAtPut’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:38145:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:38146:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:38147:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  value = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:38314:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStringReplace’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:38354:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  array = longAt(GIV(stackPointer) + (4 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:38355:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  start = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:38356:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  stop = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:38357:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  repl = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:38358:25: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  replStart = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                         ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSubtract’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:38624:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerResult << 3) | 1));
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSubtractLargeIntegers’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:38656:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                      ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:38657:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:38691:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveTestAndSetOwnershipOfCriticalSection’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:38721:32: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   criticalSection = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:38722:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   activeProc = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:38727:32: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   criticalSection = longAt(GIV(stackPointer));
                                ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:38754:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(falseObj));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:38760:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(trueObj));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:38765:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(nilObj));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveTestDisplayDepth’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:38783:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:38803:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (okay
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveTimesTwoPower’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:38823:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  arg = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:38839:33: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = floatValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:38842:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(result));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveTruncated’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:38858:33: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveUnloadModule’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:38911:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  moduleName = longAt(GIV(stackPointer));
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:38902:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:38901:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveUTCMicrosecondClock’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:39067:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveUtcAndTimezoneOffset’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:39092:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   resultArray = longAt(GIV(stackPointer));
                            ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:39127:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), resultArray);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveUtcWithOffset’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:39154:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   resultArray = longAt(GIV(stackPointer));
                            ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:39188:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), resultArray);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveVMPath’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:39209:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), s);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveVMProfileSamplesInto’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:39238:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (running
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:39249:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  sampleBuffer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                            ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:39259:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)numSamples << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:39230:11: warning: variable ‘v’ set but not used [-Wunused-but-set-variable]
     sqInt v;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveWait’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:39276:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  sema = longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘clearLeakMapAndMapAccessibleObjects’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:39557:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:39556:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘allNewSpaceObjectsHaveZeroRTRefCount’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:40904:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘allWeakSurvivorsOnWeakList’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:40979:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘processEphemerons’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:41695:11: warning: variable ‘oldList’ set but not used [-Wunused-but-set-variable]
     sqInt oldList;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:41694:11: warning: variable ‘oldCorpse’ set but not used [-Wunused-but-set-variable]
     sqInt oldCorpse;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘allInstancesOf’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:42910:11: warning: variable ‘prevPrevObj2’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj2;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:42909:11: warning: variable ‘prevPrevObj11’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj11;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:42908:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:42907:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘allObjects’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:43338:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:43337:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘allObjectsUnmarked’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:43520:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:43519:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘allOldMarkedWeakObjectsOnWeaklingStack’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:43623:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘checkHeapFreeSpaceIntegrity’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:45319:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:45318:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘checkHeapIntegrityclassIndicesShouldBeValid’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:45618:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:45617:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘clearLeakMapAndMapAccessibleFreeSpace’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:46716:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘countMarkedAndUnmarkdObjects’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:47194:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:47193:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘existInstancesInNewSpaceOf’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:47743:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘findStringBeginningWith’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:48002:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:48001:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘findString’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:48149:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:48148:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘initialInstanceOf’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:49241:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:49240:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘initializeObjectMemory’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:49450:11: warning: variable ‘freeChunk’ set but not used [-Wunused-but-set-variable]
     sqInt freeChunk;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘loadImageSegmentFromoutPointers’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:51474:5: warning: statement with no effect [-Wunused-value]
     -classIndex2;
     ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:51539:3: warning: statement with no effect [-Wunused-value]
   8 /* allocationUnit */ / BytesPerOop;
   ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘longPrintInstancesWithClassIndex’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:51623:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:51622:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘longPrintReferencesTo’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:51742:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:51741:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘markObjects’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:52836:13: warning: assignment makes integer from pointer without a cast [-Wint-conversion]
  allocation = calloc(sizeof(void *), unscannedEphemeronsQueueInitialSize);
             ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:53051:7: warning: passing argument 1 of ‘free’ makes pointer from integer without a cast [-Wint-conversion]
  free((GIV(unscannedEphemerons).start));
       ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:19:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/usr/include/stdlib.h:483:13: note: expected ‘void *’ but argument is of type ‘usqInt {aka long unsigned int}’
 extern void free (void *__ptr) __THROW;
             ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘objectBefore’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:53899:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:53898:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘objectsReachableFromRoots’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:54057:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:54056:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘printActivationsOf’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:54868:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:54867:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘printContextReferencesTo’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:55023:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:55022:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘printForwarders’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:55240:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:55239:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘printFreeChunks’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:55358:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:55357:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘printInstancesWithClassIndex’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:55713:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:55712:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘printMethodImplementorsOf’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:55886:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:55885:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘printMethodReferencesTo’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:56019:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:56018:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘printObjectsWithHash’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:56194:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:56193:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘printOopsExcept’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:56412:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:56411:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘printOopsSuchThat’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:56582:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:56581:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘printReferencesTo’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:56711:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:56710:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘pushOnUnscannedEphemeronsStack’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:57008:25: warning: passing argument 1 of ‘realloc’ makes pointer from integer without a cast [-Wint-conversion]
   reallocated = realloc((GIV(unscannedEphemerons).start), desiredSize);
                         ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:19:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/usr/include/stdlib.h:480:14: note: expected ‘void *’ but argument is of type ‘usqInt {aka long unsigned int}’
 extern void *realloc (void *__ptr, size_t __size)
              ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:57008:15: warning: assignment makes integer from pointer without a cast [-Wint-conversion]
   reallocated = realloc((GIV(unscannedEphemerons).start), desiredSize);
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:38:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘runLeakCheckerFor’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:57445:41: warning: value computed is not used [-Wunused-value]
   asserta((checkInterpreterIntegrity()) == 0);
                                         ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqAssert.h:30:25: note: in definition of macro ‘asserta’
 # define asserta(expr) (expr)
                         ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘runLeakCheckerForexcludeUnmarkedObjsclassIndicesShouldBeValid’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:57466:41: warning: value computed is not used [-Wunused-value]
   asserta((checkInterpreterIntegrity()) == 0);
                                         ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqAssert.h:30:25: note: in definition of macro ‘asserta’
 # define asserta(expr) (expr)
                         ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘setHeapBasememoryLimitendOfMemory’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:57577:11: warning: variable ‘oldStart’ set but not used [-Wunused-but-set-variable]
     sqInt oldStart;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:57574:11: warning: variable ‘actualEdenBytes’ set but not used [-Wunused-but-set-variable]
     sqInt actualEdenBytes;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘validClassTableHashes’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:58793:11: warning: variable ‘ignored’ set but not used [-Wunused-but-set-variable]
     sqInt ignored;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘compact’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:58984:11: warning: variable ‘prevPrevObj3’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj3;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:58983:11: warning: variable ‘prevPrevObj2’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj2;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:58982:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:58981:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘copyAndUnmarkMobileObjects’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:59364:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘copyAndUnmark’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:59575:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘planCompactSavingForwarders’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:59753:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘reinitializeScanFrom’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:59885:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘scanForFirstFreeAndFirstMobileObjectFrom’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:60008:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘unmarkObjectsFromFirstFreeObject’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:60086:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘updatePointers’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:60245:11: warning: variable ‘prevPrevObj3’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj3;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:60244:11: warning: variable ‘prevPrevObj2’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj2;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:60243:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:60242:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘validRelocationPlanInPass’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:60892:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘addSegmentOfSize’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:60970:108: warning: pointer targets in passing argument 3 of ‘sqAllocateMemorySegmentOfSizeAboveAllocatedSizeInto’ differ in signedness [-Wpointer-sign]
  segAddress = sqAllocateMemorySegmentOfSizeAboveAllocatedSizeInto(ammount, firstGapOfSizeAtLeast(ammount), (&allocatedSize));
                                                                                                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:60:14: note: expected ‘sqInt * {aka long int *}’ but argument is of type ‘usqInt * {aka long unsigned int *}’
 extern void *sqAllocateMemorySegmentOfSizeAboveAllocatedSizeInto(sqInt sz, void *minAddr, sqInt *asp);
              ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘assertValidExecutionPointers’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:61982:77: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  assertValidExecutionPointersimbarline(lip, lifp, lisp, !((((usqInt)(longAt(lifp + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘checkAllAccessibleObjectsOkay’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:62116:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:62115:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘checkIsStillMarriedContextcurrentFP’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:62492:41: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    && ((((((sqInt)(pointerForOop(longAt(maybeFP + FoxSavedFP))))) & (tagMask())) == 0)
                                         ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:62494:39: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   (oopForPointer(pointerForOop(longAt(maybeFP + FoxSavedFP)))) + (smallIntegerTag()))) == (longAt((aContext + BaseHeaderSize) + (((sqInt)((usqInt)(InstructionPointerIndex) << (shiftForWord())))))))
                                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:62495:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    && (((((usqInt)(longAt(maybeFP + FoxMethod)))) < (startOfMemory())
                           ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:62496:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    ? ((longAt(maybeFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:62497:14: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
    : (byteAt((maybeFP + FoxIFrameFlags) + 2)) != 0)))))) {
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:62504:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  maybeFrameCtxt = longAt(maybeFP + FoxThisContext);
                          ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘checkOkayStackPage’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:62577:40: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   frameRcvrOffset = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                        ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:62581:17: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    oop = longAt(theSP);
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:62587:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                          ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:62588:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:62589:14: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
    : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:62591:39: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    ok = ok && (checkOkayFields(longAt(theFP + FoxThisContext)));
                                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:62593:50: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   ok = ok && (checkOkayFields(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:62595:13: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    : longAt(theFP + FoxMethod))));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:62596:43: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                           ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:62604:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   oop = longAt(theSP);
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘checkStackPointerIndexForFrame’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:62746:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:62748:95: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
    : (((usqInt) ((theFP + FoxIFReceiver) - GIV(stackPointer))) >> (shiftForWord())) + (byteAt((theFP + FoxIFrameFlags) + 1)));
                                                                                               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:62761:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    theSP = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:62774:33: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   aFrame = pointerForOop(longAt(aFrame + FoxSavedFP));
                                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:62787:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:62789:82: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
   : (((usqInt) ((theFP + FoxIFReceiver) - theSP)) >> (shiftForWord())) + (byteAt((theFP + FoxIFrameFlags) + 1)));
                                                                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:38:0:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘createActualMessageTo’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/dispdbg.h:38:48: warning: statement with no effect [-Wunused-value]
 # define mnuBreakpointreceiver(sel, len, rcvr) 0
                                                ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:62974:2: note: in expansion of macro ‘mnuBreakpointreceiver’
  mnuBreakpointreceiver(firstFixedFieldOfMaybeImmediate(GIV(messageSelector)), lengthOfMaybeImmediate(GIV(messageSelector)), null);
  ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63045:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), message);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘disownVM’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63101:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  top = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘divorceAllFrames’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63137:25: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                         ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63138:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63139:13: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
   : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63141:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   activeContext = longAt(theFP + FoxThisContext);
                          ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘divorceFramesIn’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63179:17: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  theIP = longAt(theSP);
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63186:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                          ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63187:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63188:14: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
    : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63190:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    theContext = longAt(theFP + FoxThisContext);
                        ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63220:41: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   theIP = ((sqInt)(pointerForOop(longAt(theFP + FoxCallerSavedIP))));
                                         ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63221:32: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   theFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63233:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  callerContextOrNil = longAt((thePage->baseAddress));
                              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘ensureCallerContext’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63429:34: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63438:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   callerContextOrNil = longAt((thePage->baseAddress));
                               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63445:25: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  if (((((usqInt)(longAt(callerFP + FoxMethod)))) < (startOfMemory())
                         ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63446:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   ? ((longAt(callerFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63447:13: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
   : (byteAt((callerFP + FoxIFrameFlags) + 2)) != 0)) {
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63449:17: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   return longAt(callerFP + FoxThisContext);
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘ensureImageFormatIsUpToDate’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63499:11: warning: variable ‘prevPrevObj2’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj2;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63498:11: warning: variable ‘prevPrevObj11’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj11;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63497:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63496:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘externalDivorceFrameandContext’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63859:35: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  callerFP1 = pointerForOop(longAt(theFP + FoxSavedFP));
                                   ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63868:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   callerContextOrNil = longAt((thePage1->baseAddress));
                               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63876:25: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  if (((((usqInt)(longAt(callerFP1 + FoxMethod)))) < (startOfMemory())
                         ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63877:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   ? ((longAt(callerFP1 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63878:13: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
   : (byteAt((callerFP1 + FoxIFrameFlags) + 2)) != 0)) {
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63880:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   callerCtx = longAt(callerFP1 + FoxThisContext);
                      ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63889:18: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   theIP = longAt((thePage->headSP));
                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63903:46: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   theIP = oopForPointer(pointerForOop(longAt(frameAbove + FoxCallerSavedIP)));
                                              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63941:34: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63946:49: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   callerIP = oopForPointer(pointerForOop(longAt(theFP + FoxCallerSavedIP)));
                                                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63949:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput(callerSP, callerIP);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘externalEnsureIsBaseFrame’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63973:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  if ((longAt(aFramePtr + FoxSavedFP)) == 0) {
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘externalQuickPrimitiveResponse’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64120:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   oop = longAt(((longAt(GIV(stackPointer))) + BaseHeaderSize) + (((sqInt)((usqInt)((localPrimIndex - 264)) << (shiftForWord())))));
                             ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64121:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64130:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(trueObj));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64136:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp2 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(falseObj));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64142:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp3 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(nilObj));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64147:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp4 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)(localPrimIndex - 261) << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘fetchPointerofMarriedContext’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64264:36: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    callerFP = pointerForOop(longAt(spouseFP + FoxSavedFP));
                                    ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64273:33: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     callerContextOrNil = longAt((thePage->baseAddress));
                                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64280:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    if (((((usqInt)(longAt(callerFP + FoxMethod)))) < (startOfMemory())
                           ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64281:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     ? ((longAt(callerFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64282:15: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     : (byteAt((callerFP + FoxIFrameFlags) + 2)) != 0)) {
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64284:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     return longAt(callerFP + FoxThisContext);
                   ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64301:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   ? ((((usqInt)(longAt(spouseFP + FoxMethod)))) < (startOfMemory())
                        ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64303:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
       ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs - (offset - (ReceiverIndex + 1))) * BytesPerWord))
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64304:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
       : longAt(((spouseFP + FoxMFReceiver) - BytesPerWord) + ((frameNumArgs - (offset - (ReceiverIndex + 1))) * BytesPerWord)))
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64305:66: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     : ((offset - (ReceiverIndex + 1)) < ((frameNumArgs1 = byteAt((spouseFP + FoxIFrameFlags) + 1)))
                                                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64306:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
       ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs1 - (offset - (ReceiverIndex + 1))) * BytesPerWord))
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64307:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
       : longAt(((spouseFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs1 - (offset - (ReceiverIndex + 1))) * BytesPerWord))))
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘findFrameAboveinPage’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64482:43: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) {
                                           ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘findMethodWithPrimitiveFromContextUpToContext’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64574:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   if ((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                           ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64575:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64576:14: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
    : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0))
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64577:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    && (homeContext == (longAt(theFP + FoxThisContext)))) {
                               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64581:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     || (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64582:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64583:15: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0)))) {
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64584:36: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    theMethod1 = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                    ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64586:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     : longAt(theFP + FoxMethod));
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64596:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64597:17: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64598:16: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
      : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64600:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      return longAt(theFP + FoxThisContext);
                    ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64606:32: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   theFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64613:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  callerContextOrNil = longAt((thePage->baseAddress));
                              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘findSPOfon’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64702:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    theSP = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64715:33: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   aFrame = pointerForOop(longAt(aFrame + FoxSavedFP));
                                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘findUnwindThroughContext’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64770:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   if ((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                           ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64771:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64772:14: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
    : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0))
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64773:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    && (homeContext == (longAt(theFP + FoxThisContext)))) {
                               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64777:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   if (!(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64778:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64779:15: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0))) {
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64780:36: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    theMethod1 = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                    ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64782:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     : longAt(theFP + FoxMethod));
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64792:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64793:17: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64794:16: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
      : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64796:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      ctxtOrNilOrZero = longAt(theFP + FoxThisContext);
                               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64804:32: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   theFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64811:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  callerContextOrNil = longAt((thePage->baseAddress));
                              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘followForwardedFrameContentsstackPointer’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64857:53: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  for (ptr = theSP, toDoLimit1 = (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                     ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64860:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   oop = longAt(ptr);
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64863:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput(ptr, followForwarded(oop));
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64866:134: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  for (ptr = ((theFP + FoxCallerSavedIP) + BytesPerWord), toDoLimit2 = (theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                                                                                      ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64868:11: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
  : byteAt((theFP + FoxIFrameFlags) + 1))))); ptr <= toDoLimit2; ptr += BytesPerWord) {
           ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64869:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   oop = longAt(ptr);
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64882:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput(ptr, oop);
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64885:25: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                         ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64886:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64887:13: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
   : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0)) {
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64892:25: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                         ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64893:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64894:13: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
   : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘frameContext’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64933:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  return longAt(theFP + FoxThisContext);
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘frameStackedReceiverOffset’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64977:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  numArgs = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64979:12: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
   : byteAt((theFP + FoxIFrameFlags) + 1));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘frameStackedReceivernumArgs’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64993:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  return longAt(theFP + ((FoxCallerSavedIP + BytesPerWord) + (((sqInt)((usqInt)(numArgs) << (shiftForWord()))))));
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘handleForwardedSendFaultForTag’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65231:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65243:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord), rcvr);
                ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65245:40: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  if (isPointers(((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())
                                        ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65246:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   ? longAt(GIV(framePointer) + FoxMFReceiver)
                ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65247:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   : longAt(GIV(framePointer) + FoxIFReceiver)))) {
                ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65248:61: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   followForwardedObjectFieldstoDepth(((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())
                                                             ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65249:17: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    ? longAt(GIV(framePointer) + FoxMFReceiver)
                 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65250:17: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    : longAt(GIV(framePointer) + FoxIFReceiver)), 0);
                 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘handleSpecialSelectorSendFaultForfpsp’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65271:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65272:12: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   ? longAt(theFP + FoxMFReceiver)
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65273:12: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   : longAt(theFP + FoxIFReceiver));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘handleStackOverflow’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65313:35: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   source = ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())
                                   ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65339:43: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    && ((((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) < overflowLimitAddress)
                                           ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65340:18: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    && (!((longAt(callerFP + FoxSavedFP)) == 0)))) {
                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65349:35: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  callerFP1 = pointerForOop(longAt(theFP + FoxSavedFP));
                                   ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65358:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   callerContextOrNil = longAt((thePage->baseAddress));
                               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65365:25: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  if (((((usqInt)(longAt(callerFP1 + FoxMethod)))) < (startOfMemory())
                         ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65366:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   ? ((longAt(callerFP1 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65367:13: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
   : (byteAt((callerFP1 + FoxIFrameFlags) + 2)) != 0)) {
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65369:10: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   longAt(callerFP1 + FoxThisContext);
          ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65298:11: warning: variable ‘callerContextOrNil’ set but not used [-Wunused-but-set-variable]
     sqInt callerContextOrNil;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘iframeMethod’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65521:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  return longAt(theFP + FoxMethod);
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘isBaseFrame’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65578:17: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  return (longAt(theFP + FoxSavedFP)) == 0;
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘isFrameonPage’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65618:32: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   theFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘isWidowedContextDuringGC’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65844:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   if (((pointerForOop(longAt(maybeFrame + FoxSavedFP))) == shouldBeFrameCallerField)
                              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65845:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    && (((((usqInt)(longAt(maybeFrame + FoxMethod)))) < (startOfMemory())
                           ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65846:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    ? ((longAt(maybeFrame + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65847:14: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
    : (byteAt((maybeFrame + FoxIFrameFlags) + 2)) != 0))) {
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65849:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    maybeFrameCtxt = longAt(maybeFrame + FoxThisContext);
                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65863:15: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
     longAtput(maybeFrame + FoxThisContext, maybeFrameCtxt);
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘isWidowedContext’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65924:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   if (((pointerForOop(longAt(theFrame + FoxSavedFP))) == shouldBeFrameCallerField)
                              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65925:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    && (((((usqInt)(longAt(theFrame + FoxMethod)))) < (startOfMemory())
                           ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65926:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    ? ((longAt(theFrame + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65927:14: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
    : (byteAt((theFrame + FoxIFrameFlags) + 2)) != 0))) {
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65930:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    if ((longAt(theFrame + FoxThisContext)) == aOnceMarriedContext) {
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:38:0:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘lookupMethodInClass’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/dispdbg.h:37:49: warning: statement with no effect [-Wunused-value]
 # define sendBreakpointreceiver(sel, len, rcvr) 0
                                                 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:66521:4: note: in expansion of macro ‘sendBreakpointreceiver’
    sendBreakpointreceiver(firstFixedFieldOfMaybeImmediate(selector), lengthOfMaybeImmediate(selector), null);
    ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/dispdbg.h:37:49: warning: statement with no effect [-Wunused-value]
 # define sendBreakpointreceiver(sel, len, rcvr) 0
                                                 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:66634:2: note: in expansion of macro ‘sendBreakpointreceiver’
  sendBreakpointreceiver(GIV(messageSelector) + BaseHeaderSize, lengthOfformat(GIV(messageSelector), (((usqInt) (longAt(GIV(messageSelector)))) >> (formatShift())) & (formatMask())), null);
  ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:66493:11: warning: variable ‘selector’ set but not used [-Wunused-but-set-variable]
     sqInt selector;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘markAndTraceStackPages’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67307:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   callerContextOrNil = longAt((thePage2->baseAddress));
                               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘marriedContextpointsTostackDeltaForCurrentFrame’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67386:40: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   if ((anOop == ((((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                        ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67388:81: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
  : (((usqInt) ((theFP + FoxIFReceiver) - theSP)) >> (shiftForWord())) + (byteAt((theFP + FoxIFrameFlags) + 1)))) << 3) | 1)))
                                                                                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67396:36: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   if (anOop == (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                    ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67398:13: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    : longAt(theFP + FoxMethod)))) {
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67401:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   if ((longAt(theFP + FoxSavedFP)) == 0) {
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67407:50: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    if ((((((usqInt)(longAt((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxMethod)))) < (startOfMemory())
                                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67407:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    if ((((((usqInt)(longAt((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxMethod)))) < (startOfMemory())
                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67408:38: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     ? ((longAt((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                      ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67408:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     ? ((longAt((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67409:38: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     : (byteAt(((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxIFrameFlags) + 2)) != 0))
                                      ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67409:15: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     : (byteAt(((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxIFrameFlags) + 2)) != 0))
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67410:48: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     && (anOop == (longAt((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxThisContext)))) {
                                                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67410:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     && (anOop == (longAt((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxThisContext)))) {
                          ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67415:34: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvrOffset = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67419:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   if (anOop == (longAt(theSP))) {
                        ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67427:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   if (anOop == (longAt(theSP))) {
                        ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘marryContextInNewStackPageAndInitializeInterpreterRegisters’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67461:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  aMethodObj = longAt(((GIV(stackPage)->headFP)) + FoxMethod);
                      ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67473:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  top = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘marryFrameSP’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67506:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  methodFieldOrObj = longAt(theFP + FoxMethod);
                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67508:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput(theFP + FoxMethod, methodFieldOrObj + MFMethodFlagHasContextFlag);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67513:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     closureOrNil = longAt(theFP + ((FoxCallerSavedIP + BytesPerWord) + (numArgs << (shiftForWord()))));
                           ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67523:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    closureOrNil = longAt(theFP + ((FoxCallerSavedIP + BytesPerWord) + (numArgs << (shiftForWord()))));
                          ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67529:17: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   rcvr = longAt(theFP + FoxMFReceiver);
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67534:13: warning: passing argument 1 of ‘byteAtput’ makes integer from pointer without a cast [-Wint-conversion]
   byteAtput((theFP + FoxIFrameFlags) + 2, 1);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:159:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAtput(sqInt oop, int val)  { return byteAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67536:20: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
   numArgs = byteAt((theFP + FoxIFrameFlags) + 1);
                    ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67540:15: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
   if ((byteAt((theFP + FoxIFrameFlags) + 3)) != 0) {
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67541:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    closureOrNil = longAt(theFP + ((FoxCallerSavedIP + BytesPerWord) + (numArgs << (shiftForWord()))));
                          ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67547:17: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   rcvr = longAt(theFP + FoxIFReceiver);
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67552:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput(theFP + FoxThisContext, theContext);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67559:54: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valuePointer2 = (oopForPointer(pointerForOop(longAt(theFP + FoxSavedFP)))) + (smallIntegerTag());
                                                      ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67572:25: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                         ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67574:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs - (i - 1)) * BytesPerWord))
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67575:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     : longAt(((theFP + FoxMFReceiver) - BytesPerWord) + ((frameNumArgs - (i - 1)) * BytesPerWord)));
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67579:55: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
    valuePointer = ((i - 1) < ((frameNumArgs2 = byteAt((theFP + FoxIFrameFlags) + 1)))
                                                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67580:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs2 - (i - 1)) * BytesPerWord))
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67581:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     : longAt(((theFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs2 - (i - 1)) * BytesPerWord)));
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘methodReturnBool’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67776:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (boolean
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘methodReturnFloat’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67795:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((nItems - 1) * BytesPerWord)), floatObjectOf(aFloat));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘methodReturnInteger’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67811:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)integer << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘methodReturnString’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67840:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘methodReturnValue’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67856:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘noInlineTemporaryin’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67982:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67984:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs - offset) * BytesPerWord))
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67985:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     : longAt(((theFP + FoxMFReceiver) - BytesPerWord) + ((frameNumArgs - offset) * BytesPerWord)))
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67986:40: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
   : (offset < ((frameNumArgs1 = byteAt((theFP + FoxIFrameFlags) + 1)))
                                        ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67987:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs1 - offset) * BytesPerWord))
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67988:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     : longAt(((theFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs1 - offset) * BytesPerWord))));
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘noMarkedContextsOnPage’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:68003:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                          ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:68004:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:68005:14: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
    : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:68007:35: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    if (((((usqInt) (longAt(longAt(theFP + FoxThisContext)))) >> (markedBitFullShift())) & 1) != 0) {
                                   ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:68011:41: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  } while(((theFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0);
                                         ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘ownVM’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:68098:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘popStack’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:68125:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  top = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘popthenPush’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:68150:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((nItems - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveEventProcessingControl’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:68210:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (enabled
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:68217:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                   ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:68223:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:68233:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (enabled
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStopProfiling’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:68308:11: warning: unused variable ‘sp’ [-Wunused-variable]
     char *sp;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘printAllStacks’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:68515:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:68514:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘printCallStackOfcurrentFP’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:68780:33: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     callerContextOrNil = longAt((thePage1->baseAddress));
                                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘printContext’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:68925:15: warning: passing argument 1 of ‘printHexnp’ makes integer from pointer without a cast [-Wint-conversion]
    printHexnp(cogMethodOf(meth));
               ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:1611:14: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘CogMethod * {aka struct <anonymous> *}’
 extern sqInt printHexnp(usqInt n);
              ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:68937:15: warning: passing argument 1 of ‘printHexnp’ makes integer from pointer without a cast [-Wint-conversion]
    printHexnp(cogMethodOf(meth));
               ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:1611:14: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘CogMethod * {aka struct <anonymous> *}’
 extern sqInt printHexnp(usqInt n);
              ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘printFrameAndCallersSPshort’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:68993:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  if (!((longAt(theFP + FoxSavedFP)) == 0)) {
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:68994:52: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   printFrameAndCallersSPshort(pointerForOop(longAt(theFP + FoxSavedFP)), (assert(!(isBaseFrame(theFP))),
                                                    ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:68995:66: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   (theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:68997:11: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
  : byteAt((theFP + FoxIFrameFlags) + 1))))) + BytesPerWord), printShort);
           ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘printFrameOopat’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:69017:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  it = longAt(address);
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘printFrameOopindexat’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:69043:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  it = longAt(address);
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘printFrameThingandFrameat’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:69102:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  it = longAt(address);
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘printFrameThingat’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:69138:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  it = longAt(address);
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘printFrame’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:69224:35: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     aFrame = pointerForOop(longAt(aFrame + FoxSavedFP));
                                   ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:69235:74: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      (frameAbove + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(frameAbove + FoxMethod)))) < (startOfMemory())
                                                                          ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:69237:11: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
  : byteAt((frameAbove + FoxIFrameFlags) + 1))))) + BytesPerWord)
           ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:69245:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   theSP = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘printLikelyImplementorsOfSelector’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:69328:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:69327:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘printStackReferencesTo’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:70670:41: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     while (theSP <= (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                         ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:70673:25: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      if (oop == (longAt(theSP))) {
                         ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:70675:18: warning: passing argument 1 of ‘printHexnp’ makes integer from pointer without a cast [-Wint-conversion]
       printHexnp(theFP);
                  ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:69271:1: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
 printHexnp(usqInt n)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:70677:18: warning: passing argument 1 of ‘printHexnp’ makes integer from pointer without a cast [-Wint-conversion]
       printHexnp(theSP);
                  ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:69271:1: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
 printHexnp(usqInt n)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:70683:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:70684:17: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:70685:16: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
      : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:70686:25: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      if (oop == (longAt(theFP + FoxThisContext))) {
                         ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:70688:18: warning: passing argument 1 of ‘printHexnp’ makes integer from pointer without a cast [-Wint-conversion]
       printHexnp(theFP);
                  ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:69271:1: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
 printHexnp(usqInt n)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:70694:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     if (oop == (longAt(theFP + FoxMethod))) {
                        ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:70696:17: warning: passing argument 1 of ‘printHexnp’ makes integer from pointer without a cast [-Wint-conversion]
      printHexnp(theFP);
                 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:69271:1: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
 printHexnp(usqInt n)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:70701:45: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:70709:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     if (oop == (longAt(theSP))) {
                        ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:70711:17: warning: passing argument 1 of ‘printHexnp’ makes integer from pointer without a cast [-Wint-conversion]
      printHexnp(theFP);
                 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:69271:1: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
 printHexnp(usqInt n)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:70713:17: warning: passing argument 1 of ‘printHexnp’ makes integer from pointer without a cast [-Wint-conversion]
      printHexnp(theSP);
                 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:69271:1: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
 printHexnp(usqInt n)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘pushBool’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:70793:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘pushedReceiverOrClosureOfFrame’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:70806:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  return longAt(theFP + (frameStackedReceiverOffset(theFP)));
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘pushFloat’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:70818:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘pushInteger’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:70829:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), (((usqInt)integerValue << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘push’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:70843:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘readImageFromFileStartingAt’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:313:30: warning: statement with no effect [-Wunused-value]
 #  define SQ_SWAP_8_BYTES(x) __builtin_bswap64(x)
                              ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:71138:3: note: in expansion of macro ‘SQ_SWAP_8_BYTES’
   SQ_SWAP_8_BYTES(w);
   ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:71153:3: warning: statement with no effect [-Wunused-value]
   ((((usqInt) w1) >> 8) & 0xFF) | (((sqInt)((usqInt)((w1 & 0xFF)) << 8)));
   ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:71224:30: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
  cogCodeBase = pointerForOop(allocateJITMemory(GIV(cogCodeSize), ((header.oldBaseAddr)) - GIV(cogCodeSize)));
                              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘void *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:71225:61: warning: comparison between pointer and integer
  desiredPositionOfHeap = (((cogCodeBase + GIV(cogCodeSize)) < ((header.oldBaseAddr))) ? ((header.oldBaseAddr)) : (cogCodeBase + GIV(cogCodeSize)));
                                                             ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:71225:112: warning: pointer/integer type mismatch in conditional expression
  desiredPositionOfHeap = (((cogCodeBase + GIV(cogCodeSize)) < ((header.oldBaseAddr))) ? ((header.oldBaseAddr)) : (cogCodeBase + GIV(cogCodeSize)));
                                                                                                                ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:71225:24: warning: assignment makes integer from pointer without a cast [-Wint-conversion]
  desiredPositionOfHeap = (((cogCodeBase + GIV(cogCodeSize)) < ((header.oldBaseAddr))) ? ((header.oldBaseAddr)) : (cogCodeBase + GIV(cogCodeSize)));
                        ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:71381:29: warning: passing argument 1 of ‘initializeCodeZoneFromupTo’ makes integer from pointer without a cast [-Wint-conversion]
  initializeCodeZoneFromupTo(cogCodeBase, cogCodeBase + GIV(cogCodeSize));
                             ^
In file included from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:42:0:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include/cogit.h:56:13: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
 extern void initializeCodeZoneFromupTo(sqInt startAddress, sqInt endAddress);
             ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:71381:42: warning: passing argument 2 of ‘initializeCodeZoneFromupTo’ makes integer from pointer without a cast [-Wint-conversion]
  initializeCodeZoneFromupTo(cogCodeBase, cogCodeBase + GIV(cogCodeSize));
                                          ^
In file included from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:42:0:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include/cogit.h:56:13: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
 extern void initializeCodeZoneFromupTo(sqInt startAddress, sqInt endAddress);
             ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘reapAndResetErrorCodeToheader’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:71510:67: warning: passing argument 1 of ‘mframeCogMethod’ makes pointer from integer without a cast [-Wint-conversion]
    longAtput((temporaryIndex < ((frameNumArgs = ((mframeCogMethod(theFP))->cmNumArgs)))
                                                                   ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19483:1: note: expected ‘char *’ but argument is of type ‘sqInt {aka long int}’
 mframeCogMethod(char *theFP)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘reestablishContextPriorToCallback’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:71559:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:71592:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    if ((longAt(theFP + FoxSavedFP)) == 0) {
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:71598:66: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     GIV(instructionPointer) = ((usqInt)(pointerForOop(longAt(GIV(framePointer) + FoxCallerSavedIP))));
                                                                  ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:71601:50: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     GIV(framePointer) = pointerForOop(longAt(GIV(framePointer) + FoxSavedFP));
                                                  ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:71640:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  top = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘retryPrimitiveOnFailure’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:71815:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
       oop = longAt(GIV(stackPointer) + (index * BytesPerWord));
                        ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:71830:23: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
         longAtput(GIV(stackPointer) + (index * BytesPerWord), oop);
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘returnAsThroughCallbackContext’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:71907:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:71944:18: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    if (!((longAt(theFP + FoxSavedFP)) == 0)) {
                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:71948:62: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     GIV(instructionPointer) = ((usqInt)(pointerForOop(longAt(theFP + FoxCallerSavedIP))));
                                                              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:71951:46: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     GIV(framePointer) = pointerForOop(longAt(theFP + FoxSavedFP));
                                              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:71953:41: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     aMethodObj = ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())
                                         ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:71955:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      : longAt(GIV(framePointer) + FoxMethod));
                   ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:71971:130: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                  ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:72017:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  top = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘saneFunctionPointerForFailureOfPrimIndex’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:72149:11: warning: variable ‘theClass’ set but not used [-Wunused-but-set-variable]
     sqInt theClass;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘shortPrintContext’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:72362:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                          ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘shortPrintFrameAndCallers’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:72403:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  if (!((longAt(theFP + FoxSavedFP)) == 0)) {
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:72404:50: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   shortPrintFrameAndCallers(pointerForOop(longAt(theFP + FoxSavedFP)));
                                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘shortPrintFrameAndNCallers’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:72451:51: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   shortPrintFrameAndNCallers(pointerForOop(longAt(theFP + FoxSavedFP)), n - 1);
                                                   ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘shortReversePrintFrameAndCallers’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:72510:35: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                   ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:72519:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  callerContextOrNil = longAt((thePage->baseAddress));
                              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘snapshot’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:72704:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:72781:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:72788:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) - BytesPerWord), rcvr);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:72800:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   rcvr1 = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                      ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:72806:18: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                  ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:72810:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp7 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:72813:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:72813:59: warning: passing argument 2 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:72820:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp10 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:72834:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:72840:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object2);
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:72843:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp3 = GIV(stackPointer) - BytesPerWord), 0);
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:72850:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object1);
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:72853:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:72858:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp9 = GIV(stackPointer) - BytesPerWord), rcvr1);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:72862:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:72874:65: warning: passing argument 1 of ‘reapAndResetErrorCodeToheader’ makes integer from pointer without a cast [-Wint-conversion]
     shouldSkipStoreBytecode = reapAndResetErrorCodeToheader(GIV(framePointer), methodHeader);
                                                                 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:71394:1: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
 reapAndResetErrorCodeToheader(sqInt theFP, sqInt methodHeader)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘stackFloatValue’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:73287:33: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  return floatValueOf(longAt(GIV(stackPointer) + (offset * BytesPerWord)));
                                 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘stackIntegerValue’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:73299:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (offset * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘stackObjectValue’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:73336:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer) + (offset * BytesPerWord));
                   ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘stackPointerIndexForFrame’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:73417:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:73419:82: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
   : (((usqInt) ((theFP + FoxIFReceiver) - theSP)) >> (shiftForWord())) + (byteAt((theFP + FoxIFrameFlags) + 1)));
                                                                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘stackPositiveMachineIntegerValue’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:73436:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (offset * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘stackSignedMachineIntegerValue’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:73501:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (offset * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘stackTop’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:73509:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  return longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘stackValue’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:73519:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  return longAt(GIV(stackPointer) + (offset * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘storeSenderOfFramewithValue’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:73854:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  if ((longAt(theFP + FoxSavedFP)) == 0) {
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:73861:76: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:73863:11: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
  : byteAt((theFP + FoxIFrameFlags) + 1))))) + (2 * BytesPerWord), anOop);
           ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:73861:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:73867:34: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:73876:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   callerContextOrNil = longAt((thePage1->baseAddress));
                               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:73883:25: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  if (((((usqInt)(longAt(callerFP + FoxMethod)))) < (startOfMemory())
                         ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:73884:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   ? ((longAt(callerFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:73885:13: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
   : (byteAt((callerFP + FoxIFrameFlags) + 2)) != 0)) {
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:73887:10: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   longAt(callerFP + FoxThisContext);
          ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:73932:80: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((theMovedFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theMovedFP + FoxMethod)))) < (startOfMemory())
                                                                                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:73934:11: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
  : byteAt((theMovedFP + FoxIFrameFlags) + 1))))) + (2 * BytesPerWord), anOop);
           ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:73932:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((theMovedFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theMovedFP + FoxMethod)))) < (startOfMemory())
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:73845:11: warning: variable ‘callerContextOrNil’ set but not used [-Wunused-but-set-variable]
     sqInt callerContextOrNil;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘validInstructionPointerinFrame’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74193:88: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  return validInstructionPointerinMethodframePointer(anInstrPointer, ((((usqInt)(longAt(fp + FoxMethod)))) < (startOfMemory())
                                                                                        ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74195:12: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   : longAt(fp + FoxMethod)), fp);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘cloneContext’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74474:40: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     valuePointer2 = ((((usqInt)(longAt(spouseFP + FoxMethod)))) < (startOfMemory())
                                        ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74476:17: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
        ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs - i) * BytesPerWord))
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74477:17: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
        : longAt(((spouseFP + FoxMFReceiver) - BytesPerWord) + ((frameNumArgs - i) * BytesPerWord)))
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74478:38: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
      : (i < ((frameNumArgs1 = byteAt((spouseFP + FoxIFrameFlags) + 1)))
                                      ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74479:17: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
        ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs1 - i) * BytesPerWord))
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74480:17: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
        : longAt(((spouseFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs1 - i) * BytesPerWord))));
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘doPrimitiveSameThreadCallout’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74532:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  anOop = longAt(GIV(stackPointer) + (PARAM_EXTERNALFUNCTION * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74554:19: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
  externalFunction = longAt((anOop1 + BaseHeaderSize) + (0U << (shiftForWord())));
                   ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74562:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  anOop2 = longAt(((longAt(GIV(stackPointer) + (PARAM_EXTERNALFUNCTION * BytesPerWord))) + BaseHeaderSize) + (1U << (shiftForWord())));
                               ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74570:33: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  argumentsArrayOop = longAt(GIV(stackPointer) + (PARAM_ARGUMENTS * BytesPerWord));
                                 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74594:13: warning: assignment makes integer from pointer without a cast [-Wint-conversion]
   argHolder = alloca((argType->size));
             ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74595:17: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
   parameters[i] = argHolder;
                 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74610:45: warning: passing argument 1 of ‘marshallAndPushReturnValueFromofTypepoping’ makes integer from pointer without a cast [-Wint-conversion]
  marshallAndPushReturnValueFromofTypepoping(returnHolder, (cif->rtype), 3);
                                             ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:1725:27: note: expected ‘sqInt {aka long int}’ but argument is of type ‘void *’
 static void NoDbgRegParms marshallAndPushReturnValueFromofTypepoping(sqInt returnHolder, ffi_type *ffiType, sqInt argumentsAndReceiverCount);
                           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘doPrimitiveWorkerCallout’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74667:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  anOop = longAt(GIV(stackPointer) + (PARAM_EXTERNALFUNCTION * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74689:19: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
  externalFunction = longAt((anOop1 + BaseHeaderSize) + (0U << (shiftForWord())));
                   ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74696:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  anOop2 = longAt(((longAt(GIV(stackPointer) + (PARAM_EXTERNALFUNCTION * BytesPerWord))) + BaseHeaderSize) + (1U << (shiftForWord())));
                               ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74703:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (PARAM_SEMAPHORE_INDEX * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74723:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  receiver = longAt(GIV(stackPointer) + (PARAM_RECEIVER * BytesPerWord));
                        ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74732:33: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  argumentsArrayOop = longAt(GIV(stackPointer) + (PARAM_ARGUMENTS * BytesPerWord));
                                 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74754:13: warning: assignment makes integer from pointer without a cast [-Wint-conversion]
   argHolder = malloc((argType->size));
             ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74755:17: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
   parameters[i] = argHolder;
                 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74760:10: warning: assignment makes integer from pointer without a cast [-Wint-conversion]
     aPtr = parameters[i1];
          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74763:11: warning: passing argument 1 of ‘free’ makes pointer from integer without a cast [-Wint-conversion]
      free(aPtr);
           ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:19:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/usr/include/stdlib.h:483:13: note: expected ‘void *’ but argument is of type ‘sqInt {aka long int}’
 extern void free (void *__ptr) __THROW;
             ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74785:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
  ptr[0] = (((sqIntptr_t)aPointer));
         ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74787:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((4 - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘doPrimitiveWorkerExtractReturnValue’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74826:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  anOop = longAt(GIV(stackPointer) + (PARAM_TASK_ADDRESS * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74836:14: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
  taskAddress = longAt((anOop + BaseHeaderSize) + (0U << (shiftForWord())));
              ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74839:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  receiver = longAt(GIV(stackPointer) + (PARAM_RECEIVER * BytesPerWord));
                        ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74856:45: warning: passing argument 1 of ‘marshallAndPushReturnValueFromofTypepoping’ makes integer from pointer without a cast [-Wint-conversion]
  marshallAndPushReturnValueFromofTypepoping(returnHolder, (((task->cif))->rtype), 2);
                                             ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:1725:27: note: expected ‘sqInt {aka long int}’ but argument is of type ‘void *’
 static void NoDbgRegParms marshallAndPushReturnValueFromofTypepoping(sqInt returnHolder, ffi_type *ffiType, sqInt argumentsAndReceiverCount);
                           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74862:23: warning: assignment makes integer from pointer without a cast [-Wint-conversion]
    anParameterAddress = parameters[i];
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74864:26: warning: passing argument 1 of ‘free’ makes pointer from integer without a cast [-Wint-conversion]
     doFreeFromTask(task, anParameterAddress);
                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2848:47: note: in definition of macro ‘doFreeFromTask’
 #define doFreeFromTask(aTask,anAddress) (free(anAddress))
                                               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:19:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/usr/include/stdlib.h:483:13: note: expected ‘void *’ but argument is of type ‘sqInt {aka long int}’
 extern void free (void *__ptr) __THROW;
             ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74873:23: warning: passing argument 1 of ‘free’ makes pointer from integer without a cast [-Wint-conversion]
  doFreeFromTask(task, ((sqInt)task));
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2848:47: note: in definition of macro ‘doFreeFromTask’
 #define doFreeFromTask(aTask,anAddress) (free(anAddress))
                                               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:19:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/usr/include/stdlib.h:483:13: note: expected ‘void *’ but argument is of type ‘long int’
 extern void free (void *__ptr) __THROW;
             ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74819:13: warning: variable ‘worker’ set but not used [-Wunused-but-set-variable]
     Worker *worker;
             ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘fieldofFrame’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74927:35: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                   ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74934:34: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     (callerContextOrNil = longAt((thePage->baseAddress))),
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74939:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    : (((((usqInt)(longAt(callerFP + FoxMethod)))) < (startOfMemory())
                          ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74940:17: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      ? ((longAt(callerFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74941:16: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
      : (byteAt((callerFP + FoxIFrameFlags) + 2)) != 0)
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74944:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
       longAt(callerFP + FoxThisContext))
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74952:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74954:13: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    : longAt(theFP + FoxMethod));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74957:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   return (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74958:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74959:14: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
    : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0)
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74961:35: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     (numArgs = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                   ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74963:16: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
       : byteAt((theFP + FoxIFrameFlags) + 1))),
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74964:12: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     longAt(theFP + ((FoxCallerSavedIP + BytesPerWord) + (((sqInt)((usqInt)(numArgs) << (shiftForWord())))))))
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74968:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74969:13: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    ? longAt(theFP + FoxMFReceiver)
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74970:13: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    : longAt(theFP + FoxIFReceiver));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74974:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74976:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs - (index - CtxtTempFrameStart)) * BytesPerWord))
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74977:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((theFP + FoxMFReceiver) - BytesPerWord) + ((frameNumArgs - (index - CtxtTempFrameStart)) * BytesPerWord)))
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74978:63: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
    : ((index - CtxtTempFrameStart) < ((frameNumArgs1 = byteAt((theFP + FoxIFrameFlags) + 1)))
                                                               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74979:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs1 - (index - CtxtTempFrameStart)) * BytesPerWord))
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74980:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((theFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs1 - (index - CtxtTempFrameStart)) * BytesPerWord))));
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘getHandler’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:75010:9: warning: return makes pointer from integer without a cast [-Wint-conversion]
  return longAt((anOop1 + BaseHeaderSize) + (0U << (shiftForWord())));
         ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘marshallAndPushReturnValueFromofTypepoping’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:75074:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp8 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:75080:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp9 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), (((usqInt)integerVal1 << 3) | 1));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:75089:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:75095:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop1);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:75101:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp10 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), (((usqInt)integerVal2 << 3) | 1));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:75107:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp11 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), (((usqInt)integerVal3 << 3) | 1));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:75116:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp2 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop2);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:75122:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp3 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop3);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:75132:10: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
   ptr[0] = (((sqIntptr_t)aPointer));
          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:75134:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp4 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop4);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:75143:25: warning: passing argument 2 of ‘memcpy’ makes pointer from integer without a cast [-Wint-conversion]
   memcpy(targetPointer, returnHolder, sizeToCopy);
                         ^
In file included from /usr/include/features.h:367:0,
                 from /usr/include/stdint.h:25,
                 from /usr/lib/gcc/x86_64-linux-gnu/5/include/stdint.h:9,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:26:
/usr/include/x86_64-linux-gnu/bits/string3.h:50:1: note: expected ‘const void * restrict’ but argument is of type ‘sqInt {aka long int}’
 __NTH (memcpy (void *__restrict __dest, const void *__restrict __src,
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:75145:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp5 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop5);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:75152:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp6 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), floatObjectOf(f));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:75159:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp7 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), floatObjectOf(f1));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘marshallArgumentFromatIndexintoofTypewithSize’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:75231:12: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
    address = longAt((oop1 + BaseHeaderSize) + (0U << (shiftForWord())));
            ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:75250:10: warning: passing argument 1 of ‘memcpy’ makes pointer from integer without a cast [-Wint-conversion]
   memcpy(argHolder, srcPtr, argTypeSize);
          ^
In file included from /usr/include/features.h:367:0,
                 from /usr/include/stdint.h:25,
                 from /usr/lib/gcc/x86_64-linux-gnu/5/include/stdint.h:9,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:26:
/usr/include/x86_64-linux-gnu/bits/string3.h:50:1: note: expected ‘void * restrict’ but argument is of type ‘sqInt {aka long int}’
 __NTH (memcpy (void *__restrict __dest, const void *__restrict __src,
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveAllVMParameters’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:75873:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveClone’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:75891:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:75915:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newCopy);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveContextAt’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:75963:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:75971:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  aContext = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                        ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76090:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76193:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76206:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  value = ((((usqInt)(longAt(spouseFP + FoxMethod)))) < (startOfMemory())
                             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76208:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs - (index - 1)) * BytesPerWord))
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76209:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     : longAt(((spouseFP + FoxMFReceiver) - BytesPerWord) + ((frameNumArgs - (index - 1)) * BytesPerWord)))
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76210:45: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
   : ((index - 1) < ((frameNumArgs1 = byteAt((spouseFP + FoxIFrameFlags) + 1)))
                                             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76211:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs1 - (index - 1)) * BytesPerWord))
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76212:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     : longAt(((spouseFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs1 - (index - 1)) * BytesPerWord))));
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76214:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveContextAtPut’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76250:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  value = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76252:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76254:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  aContext = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                        ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76408:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76421:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  if ((((usqInt)(longAt(spouseFP + FoxMethod)))) < (startOfMemory())) {
                        ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76422:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput(((index - 1) < ((frameNumArgs = ((mframeCogMethod(spouseFP))->cmNumArgs)))
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76427:46: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
   if ((index - 1) < ((frameNumArgs1 = byteAt((spouseFP + FoxIFrameFlags) + 1)))) {
                                              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76428:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((spouseFP + FoxCallerSavedIP) + ((frameNumArgs1 - (index - 1)) * BytesPerWord), value);
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76431:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput(((spouseFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs1 - (index - 1)) * BytesPerWord), value);
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76435:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveContextSize’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76462:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76546:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)sz << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveDeferDisplayUpdates’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76562:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  flag = longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveDoNamedPrimitiveWithArgs’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76643:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  argumentArray = longAt(GIV(stackPointer));
                             ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76645:25: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  methodArg = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                         ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76830:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  top = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76836:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  top1 = longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76842:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp5 = GIV(stackPointer) - BytesPerWord), primRcvr);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76848:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76870:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object1);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76874:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp2 = GIV(stackPointer) - BytesPerWord), object2);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76878:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp3 = GIV(stackPointer) - BytesPerWord), object3);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76882:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object4);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76632:11: warning: variable ‘val’ set but not used [-Wunused-but-set-variable]
     sqInt val;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76596:11: warning: variable ‘classOop’ set but not used [-Wunused-but-set-variable]
     sqInt classOop;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveDoPrimitiveWithArgs’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76935:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  argumentArray = longAt(GIV(stackPointer));
                             ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76937:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  primIdx = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76972:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   GIV(tempOop2) = longAt(GIV(stackPointer) + (4 * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76974:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   rcvr = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76991:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), rcvr);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77003:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77048:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   && (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()))))) {
                               ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77060:2: warning: statement with no effect [-Wunused-value]
  !GIV(primFailCode);
  ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77068:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    rcvr = longAt(GIV(stackPointer));
                      ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77072:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp2 = GIV(stackPointer) - BytesPerWord), rcvr);
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77076:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp4 = GIV(stackPointer) - BytesPerWord), (((usqInt)primIdx << 3) | 1));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77079:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(tempOop));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveExecuteMethod’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77106:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  methodArgument = longAt(GIV(stackPointer));
                              ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77119:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  top = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveExecuteMethodArgsArray’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77176:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  methodArgument = longAt(GIV(stackPointer));
                              ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77178:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  argumentArray = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                             ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77210:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77219:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord), rcvr);
                 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77226:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveExternalCall’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77302:11: warning: variable ‘val’ set but not used [-Wunused-but-set-variable]
     sqInt val;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveFFIAllocate’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77513:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77531:7: warning: assignment makes integer from pointer without a cast [-Wint-conversion]
  addr = malloc(byteSize);
       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77543:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
  ptr[0] = (((sqIntptr_t)addr));
         ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77546:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveFFIFree’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77564:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oop1 = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77585:7: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
  addr = longAt((oop + BaseHeaderSize) + (0U << (shiftForWord())));
       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77592:18: warning: passing argument 1 of ‘isInMemory’ makes integer from pointer without a cast [-Wint-conversion]
   || (isInMemory(addr)))) {
                  ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:50299:1: note: expected ‘sqInt {aka long int}’ but argument is of type ‘void *’
 isInMemory(sqInt address)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77625:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveFFIIntegerAt’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77653:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  obj = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                   ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77671:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77687:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerPointer1 = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                               ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77703:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                   ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77770:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveFFIIntegerAtPut’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77798:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  obj = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                   ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77816:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77832:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valueOop = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                        ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77834:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerPointer1 = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                               ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77850:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer) + (4 * BytesPerWord));
                   ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77914:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveFindHandlerContext’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77943:85: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  handlerOrNilOrZero = findMethodWithPrimitiveFromContextUpToContext(199, longAt(GIV(stackPointer)), GIV(nilObj));
                                                                                     ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77949:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), handlerOrNilOrZero);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveFindNextUnwindContext’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77980:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  stopContext = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77982:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  calleeContext = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                             ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78012:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   if ((longAt(theFP + FoxSavedFP)) == 0) {
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78017:35: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    startFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                   ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78021:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     if ((((((usqInt)(longAt(theFP1 + FoxMethod)))) < (startOfMemory())
                             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78022:17: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      ? ((longAt(theFP1 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78023:16: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
      : (byteAt((theFP1 + FoxIFrameFlags) + 2)) != 0))
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78024:33: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      && (stopContext == (longAt(theFP1 + FoxThisContext)))) {
                                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78028:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     if (!(((((usqInt)(longAt(theFP1 + FoxMethod)))) < (startOfMemory())
                              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78029:18: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
       ? ((longAt(theFP1 + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78030:17: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
       : (byteAt((theFP1 + FoxIFrameFlags) + 3)) != 0))) {
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78031:37: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      theMethod = ((((usqInt)(longAt(theFP1 + FoxMethod)))) < (startOfMemory())
                                     ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78033:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
       : longAt(theFP1 + FoxMethod));
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78043:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
       if (((((usqInt)(longAt(theFP1 + FoxMethod)))) < (startOfMemory())
                              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78044:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
        ? ((longAt(theFP1 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                   ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78045:18: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
        : (byteAt((theFP1 + FoxIFrameFlags) + 2)) != 0)) {
                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78047:36: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
        handlerOrNilOrZero = longAt(theFP1 + FoxThisContext);
                                    ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78055:35: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     theFP1 = pointerForOop(longAt(theFP1 + FoxSavedFP));
                                   ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78062:32: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    callerContextOrNil = longAt((thePage->baseAddress));
                                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78093:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), handlerOrNilOrZero);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveFullGC’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78129:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78137:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp1 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)integerVal1 << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveGetCurrentWorkingDirectory’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78159:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveIncrementalGC’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78440:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveInstVarAt’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78463:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78465:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78563:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveInstVarAtPut’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78588:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  newValue = longAt(GIV(stackPointer));
                        ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78590:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78592:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78742:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadBoolean8FromBytes’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78763:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78765:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78823:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadBoolean8FromExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78839:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78841:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78860:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadChar16FromBytes’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78881:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78883:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78940:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadChar16FromExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78956:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78958:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78975:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadChar32FromBytes’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78996:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78998:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79055:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadChar32FromExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79071:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79073:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79090:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadChar8FromBytes’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79111:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79113:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79169:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadChar8FromExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79185:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79187:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79204:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadFloat32FromBytes’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79225:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79227:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79284:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadFloat32FromExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79300:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79302:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79319:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadFloat64FromBytes’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79340:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79342:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79399:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadFloat64FromExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79415:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79417:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
-- Downloading... done
cd C:/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker && /usr/bin/cmake.exe -P C:/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/verify-build_vmmaker_get_vm.cmake
cd C:/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker && /usr/bin/cmake.exe -P C:/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/extract-build_vmmaker_get_vm.cmake
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79434:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadInt16FromBytes’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79454:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79456:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79512:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadInt16FromExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79527:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79529:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79545:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadInt32FromBytes’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79566:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79568:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79627:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadInt32FromExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79643:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79645:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79664:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadInt64FromBytes’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79685:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79687:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79744:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadInt64FromExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79760:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79762:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79779:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadInt8FromBytes’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79799:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79801:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79856:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadInt8FromExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79871:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79873:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79889:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadPointerFromBytes’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79910:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79912:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79971:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), object);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadPointerFromExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79987:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79989:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80008:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), object);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadSymbolFromModule’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80045:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  module = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                      ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80047:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  symbol = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80092:50: warning: passing argument 1 of ‘ioLoadModuleOfLength’ makes integer from pointer without a cast [-Wint-conversion]
   moduleHandle = ((void *) (ioLoadModuleOfLength(moduleNameString, moduleNameStringSize)));
                                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:558:8: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
 void  *ioLoadModuleOfLength(sqInt moduleNameIndex, sqInt moduleNameLength);
        ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80128:43: warning: passing argument 1 of ‘ioLoadSymbolOfLengthFromModule’ makes integer from pointer without a cast [-Wint-conversion]
  address = ioLoadSymbolOfLengthFromModule(symbolString, symbolStringSize, moduleHandle);
                                           ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:559:8: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
 void  *ioLoadSymbolOfLengthFromModule(sqInt functionNameIndex, sqInt functionNameLength, void *moduleHandle);
        ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80137:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
  ptr[0] = (((sqIntptr_t)address));
         ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80140:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadUInt16FromBytes’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80161:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80163:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80219:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadUInt16FromExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80234:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80236:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80252:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadUInt32FromBytes’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80273:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80275:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80334:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadUInt32FromExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80350:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80352:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80371:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadUInt64FromBytes’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80392:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80394:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80451:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadUInt64FromExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80467:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80469:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80486:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadUInt8FromBytes’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80506:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80508:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80563:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadUInt8FromExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80578:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80580:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80596:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLongRunningPrimitive’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80665:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), result);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveObjectPointsTo’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80698:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  thang = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80700:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80703:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(falseObj));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80731:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
      longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (trueOrFalse
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80752:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp2 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(falseObj));
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80769:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp3 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(trueObj));
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80780:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp4 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(trueObj));
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80786:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp5 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(falseObj));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitivePerform’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80802:36: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  GIV(messageSelector) = longAt(GIV(stackPointer) + ((GIV(argumentCount) - 1) * BytesPerWord));
                                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80804:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  newReceiver = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80807:64: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput(GIV(stackPointer) + (i * BytesPerWord), longAt(GIV(stackPointer) + ((i - 1) * BytesPerWord)));
                                                                ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80807:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput(GIV(stackPointer) + (i * BytesPerWord), longAt(GIV(stackPointer) + ((i - 1) * BytesPerWord)));
                 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:38:0:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/dispdbg.h:37:49: warning: statement with no effect [-Wunused-value]
 # define sendBreakpointreceiver(sel, len, rcvr) 0
                                                 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80815:2: note: in expansion of macro ‘sendBreakpointreceiver’
  sendBreakpointreceiver(firstFixedFieldOfMaybeImmediate(GIV(messageSelector)), lengthOfMaybeImmediate(GIV(messageSelector)), newReceiver);
  ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80830:71: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput(GIV(stackPointer) + ((i - 1) * BytesPerWord), longAt(GIV(stackPointer) + (i * BytesPerWord)));
                                                                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80830:18: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput(GIV(stackPointer) + ((i - 1) * BytesPerWord), longAt(GIV(stackPointer) + (i * BytesPerWord)));
                  ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80832:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord), GIV(messageSelector));
                 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitivePin’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80863:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  obj = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                   ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80871:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  boolean = longAt(GIV(stackPointer));
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80906:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), wasPinned);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSetGCSemaphore’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80945:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSignalAtMilliseconds’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80982:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  msecsObj = longAt(GIV(stackPointer));
                        ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80984:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  sema = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSignalAtUTCMicroseconds’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81053:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  usecsObj = longAt(GIV(stackPointer));
                        ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81055:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  sema = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSlotAt’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81141:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81143:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81192:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81212:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp3 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)(byteAt((rcvr + BaseHeaderSize) + index)) << 3) | 1));
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81225:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp4 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81238:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81254:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop1);
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSlotAtPut’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81301:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  newValue = longAt(GIV(stackPointer));
                        ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81303:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81305:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81359:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81451:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81470:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81484:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp3 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81503:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp4 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreBoolean8IntoBytes’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81534:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81536:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81538:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81606:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreBoolean8IntoExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81623:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81625:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81627:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81656:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreChar16IntoBytes’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81677:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81679:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81681:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81740:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreChar16IntoExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81756:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81758:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81760:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81779:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreChar32IntoBytes’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81800:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81802:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81804:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81863:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreChar32IntoExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81879:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81881:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81883:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81902:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreChar8IntoBytes’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81923:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81925:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81927:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81985:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreChar8IntoExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82001:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82003:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82005:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82024:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreFloat32IntoBytes’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82046:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82048:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82050:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82110:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreFloat32IntoExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82127:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82129:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82131:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82151:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreFloat64IntoBytes’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82173:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82175:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82177:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82237:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreFloat64IntoExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82254:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82256:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82258:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82278:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreInt16IntoBytes’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82299:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82301:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82303:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82361:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreInt16IntoExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82377:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82379:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82381:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82399:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreInt32IntoBytes’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82420:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82422:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82424:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82485:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreInt32IntoExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82501:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82503:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82505:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82526:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreInt64IntoBytes’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82547:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82549:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82551:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82612:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreInt64IntoExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82628:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82630:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82632:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82653:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreInt8IntoBytes’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82674:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82676:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82678:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82735:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreInt8IntoExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82751:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82753:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82755:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82773:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStorePointerIntoBytes’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82795:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82797:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82799:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82869:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStorePointerIntoExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82886:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
-- extracting...
     src='C:/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/src/PharoVM-9.0.11-9e688828-Windows-x86_64-bin.zip'
     dst='C:/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/vm'
-- extracting... [tar xfz]
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82888:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82890:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82920:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreStackp’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82945:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  ctxt = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82947:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreUInt16IntoBytes’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83053:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83055:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83057:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83120:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreUInt16IntoExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83136:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83138:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83140:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83163:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreUInt32IntoBytes’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83184:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83186:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83188:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83249:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreUInt32IntoExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83265:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83267:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83269:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83290:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreUInt64IntoBytes’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83311:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83313:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83315:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83376:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreUInt64IntoExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83392:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83394:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83396:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83417:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreUInt8IntoBytes’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83438:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83440:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83442:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83504:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreUInt8IntoExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83520:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83522:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83524:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83547:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveVMParameter’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83689:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (offset * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83710:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83715:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  argOop = longAt(GIV(stackPointer));
                      ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83924:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result1);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveVoidReceiver’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83944:42: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  longAtPointerput(((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())
                                          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘pruneStackstackp’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:84065:45: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) {
                                             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:84076:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                           ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:84077:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:84078:15: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:84080:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     objOrFP = longAt(theFP + FoxThisContext);
                      ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:84084:72: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    (theFPAbove + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFPAbove + FoxMethod)))) < (startOfMemory())
                                                                        ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:84086:11: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
  : byteAt((theFPAbove + FoxIFrameFlags) + 1))))) + BytesPerWord));
           ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:84014:11: warning: variable ‘oop1’ set but not used [-Wunused-but-set-variable]
     sqInt oop1;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘ptEnterInterpreterFromCallback’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:84144:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘ptExitInterpreterToCallback’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:84244:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  top = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘readAddress’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:84268:9: warning: return makes pointer from integer without a cast [-Wint-conversion]
  return longAt((anOop + BaseHeaderSize) + (0U << (shiftForWord())));
         ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘unmarkAfterPathTo’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:84291:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:84290:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: At top level:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:13979:1: warning: ‘cmHomeMethod’ defined but not used [-Wunused-function]
 cmHomeMethod(CogBlockMethod * self_in_cmHomeMethod)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14142:1: warning: ‘pageListIsWellFormed’ defined but not used [-Wunused-function]
 pageListIsWellFormed(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14565:1: warning: ‘asCogHomeMethod’ defined but not used [-Wunused-function]
 asCogHomeMethod(CogBlockMethod *aCogMethod)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17214:1: warning: ‘deferStackLimitSmashAroundwith’ defined but not used [-Wunused-function]
 deferStackLimitSmashAroundwith(void (*functionSymbol)(sqInt), sqInt arg)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18104:1: warning: ‘frameHasContext’ defined but not used [-Wunused-function]
 frameHasContext(char *theFP)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18116:1: warning: ‘frameIsBlockActivation’ defined but not used [-Wunused-function]
 frameIsBlockActivation(char *theFP)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18125:1: warning: ‘frameMethodObject’ defined but not used [-Wunused-function]
 frameMethodObject(char *theFP)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18137:1: warning: ‘frameNumArgs’ defined but not used [-Wunused-function]
 frameNumArgs(char *theFP)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18153:1: warning: ‘frameReceiver’ defined but not used [-Wunused-function]
 frameReceiver(char *theFP)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18393:1: warning: ‘iframeIsBlockActivation’ defined but not used [-Wunused-function]
 iframeIsBlockActivation(char *theFP)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18400:1: warning: ‘iframeReceiver’ defined but not used [-Wunused-function]
 iframeReceiver(char *theFP)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18407:1: warning: ‘iframeSavedIP’ defined but not used [-Wunused-function]
 iframeSavedIP(char *theFP)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18643:1: warning: ‘isMachineCodeFrame’ defined but not used [-Wunused-function]
 isMachineCodeFrame(char *theFP)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19532:1: warning: ‘mframeIsBlockActivation’ defined but not used [-Wunused-function]
 mframeIsBlockActivation(char *theFP)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19539:1: warning: ‘mframeReceiver’ defined but not used [-Wunused-function]
 mframeReceiver(char *theFP)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19954:1: warning: ‘newMethodInLookupCacheAtand’ defined but not used [-Wunused-function]
 newMethodInLookupCacheAtand(sqInt selector, sqInt classTag)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22083:1: warning: ‘stackLimitOffset’ defined but not used [-Wunused-function]
 stackLimitOffset(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22096:1: warning: ‘stackPageHeadroom’ defined but not used [-Wunused-function]
 stackPageHeadroom(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:39675:1: warning: ‘headerWhileForwardingOf’ defined but not used [-Wunused-function]
 headerWhileForwardingOf(sqInt aCompiledMethodObjOop)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:40491:1: warning: ‘isImmediateFloat’ defined but not used [-Wunused-function]
 isImmediateFloat(sqInt oop)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:40599:1: warning: ‘maxSlotsForAlloc’ defined but not used [-Wunused-function]
 maxSlotsForAlloc(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:40611:1: warning: ‘numFreeLists’ defined but not used [-Wunused-function]
 numFreeLists(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:40830:1: warning: ‘wordIndexableFormat’ defined but not used [-Wunused-function]
 wordIndexableFormat(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:40891:1: warning: ‘allNewSpaceObjectsHaveZeroRTRefCount’ defined but not used [-Wunused-function]
 allNewSpaceObjectsHaveZeroRTRefCount(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:40970:1: warning: ‘allWeakSurvivorsOnWeakList’ defined but not used [-Wunused-function]
 allWeakSurvivorsOnWeakList(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:41373:1: warning: ‘firstCorpse’ defined but not used [-Wunused-function]
 firstCorpse(sqInt headOfCorpseList)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:41624:1: warning: ‘noUnfiredEphemeronsAtEndOfRememberedSet’ defined but not used [-Wunused-function]
 noUnfiredEphemeronsAtEndOfRememberedSet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:43502:1: warning: ‘allObjectsUnmarked’ defined but not used [-Wunused-function]
 allObjectsUnmarked(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:43617:1: warning: ‘allOldMarkedWeakObjectsOnWeaklingStack’ defined but not used [-Wunused-function]
 allOldMarkedWeakObjectsOnWeaklingStack(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:44470:1: warning: ‘allocationUnit’ defined but not used [-Wunused-function]
 allocationUnit(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:44481:1: warning: ‘allStrongSlotsOfWeaklingAreMarked’ defined but not used [-Wunused-function]
 allStrongSlotsOfWeaklingAreMarked(sqInt aWeakling)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:44507:1: warning: ‘allUnscannedEphemeronsAreActive’ defined but not used [-Wunused-function]
 allUnscannedEphemeronsAreActive(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:44539:1: warning: ‘assertInnerValidFreeObject’ defined but not used [-Wunused-function]
 assertInnerValidFreeObject(sqInt objOop)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:45129:1: warning: ‘bitsSetInFreeSpaceMaskForAllFreeLists’ defined but not used [-Wunused-function]
 bitsSetInFreeSpaceMaskForAllFreeLists(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:45191:1: warning: ‘bridgeSize’ defined but not used [-Wunused-function]
 bridgeSize(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:45198:1: warning: ‘byteFormatMask’ defined but not used [-Wunused-function]
 byteFormatMask(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:46532:1: warning: ‘classIndexFieldWidth’ defined but not used [-Wunused-function]
 classIndexFieldWidth(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:46669:1: warning: ‘classTableRootSlots’ defined but not used [-Wunused-function]
 classTableRootSlots(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:47722:1: warning: ‘ephemeronFormat’ defined but not used [-Wunused-function]
 ephemeronFormat(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:47729:1: warning: ‘existInstancesInNewSpaceOf’ defined but not used [-Wunused-function]
 existInstancesInNewSpaceOf(sqInt classObj)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:47937:1: warning: ‘fetchPointerofFreeChunk’ defined but not used [-Wunused-function]
 fetchPointerofFreeChunk(sqInt fieldIndex, sqInt objOop)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:48301:1: warning: ‘firstFixedFieldOfMaybeImmediate’ defined but not used [-Wunused-function]
 firstFixedFieldOfMaybeImmediate(sqInt oop)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:48605:1: warning: ‘formatOf’ defined but not used [-Wunused-function]
 formatOf(sqInt objOop)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:48615:1: warning: ‘forwardedFormat’ defined but not used [-Wunused-function]
 forwardedFormat(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:48626:1: warning: ‘forwardersIn’ defined but not used [-Wunused-function]
 forwardersIn(sqInt anObject)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:48652:1: warning: ‘freeChunkNextIndex’ defined but not used [-Wunused-function]
 freeChunkNextIndex(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:48662:1: warning: ‘freeChunkParentIndex’ defined but not used [-Wunused-function]
 freeChunkParentIndex(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:48673:1: warning: ‘freeChunkPrevIndex’ defined but not used [-Wunused-function]
 freeChunkPrevIndex(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:48861:1: warning: ‘goodContextSize’ defined but not used [-Wunused-function]
 goodContextSize(sqInt oop)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:48959:1: warning: ‘hasSpurMemoryManagerAPI’ defined but not used [-Wunused-function]
 hasSpurMemoryManagerAPI(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:49032:1: warning: ‘hiddenRootSlots’ defined but not used [-Wunused-function]
 hiddenRootSlots(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:49039:1: warning: ‘hiddenRootsObject’ defined but not used [-Wunused-function]
 hiddenRootsObject(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:50098:1: warning: ‘isCompiledMethodHeader’ defined but not used [-Wunused-function]
 isCompiledMethodHeader(sqInt objHeader)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:50115:1: warning: ‘isContextHeader’ defined but not used [-Wunused-function]
 isContextHeader(sqInt aHeader)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:50133:1: warning: ‘isCopiedIntoSegment’ defined but not used [-Wunused-function]
 isCopiedIntoSegment(sqInt anObjectInTheHeap)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:50156:1: warning: ‘isEnumerableObjectNoAssert’ defined but not used [-Wunused-function]
 isEnumerableObjectNoAssert(sqInt objOop)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:50192:1: warning: ‘isEphemeron’ defined but not used [-Wunused-function]
 isEphemeron(sqInt objOop)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:50212:1: warning: ‘isForwardedClassTag’ defined but not used [-Wunused-function]
 isForwardedClassTag(sqInt classIndex)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:50237:1: warning: ‘isFreeObject’ defined but not used [-Wunused-function]
 isFreeObject(sqInt objOop)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:50244:1: warning: ‘isFreeOop’ defined but not used [-Wunused-function]
 isFreeOop(sqInt oop)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:50259:1: warning: ‘isInClassTable’ defined but not used [-Wunused-function]
 isInClassTable(sqInt objOop)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:50282:1: warning: ‘isInEden’ defined but not used [-Wunused-function]
 isInEden(sqInt objOop)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:50289:1: warning: ‘isInFutureSpace’ defined but not used [-Wunused-function]
 isInFutureSpace(sqInt address)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:50324:1: warning: ‘isInNewSpace’ defined but not used [-Wunused-function]
 isInNewSpace(sqInt objOop)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:50339:1: warning: ‘isInPastSpace’ defined but not used [-Wunused-function]
 isInPastSpace(sqInt address)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:50346:1: warning: ‘isLargeFreeObject’ defined but not used [-Wunused-function]
 isLargeFreeObject(sqInt objOop)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:50353:1: warning: ‘isMaybeFiredEphemeron’ defined but not used [-Wunused-function]
 isMaybeFiredEphemeron(sqInt objOop)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:50372:1: warning: ‘isObjEphemeron’ defined but not used [-Wunused-function]
 isObjEphemeron(sqInt objOop)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:50383:1: warning: ‘isObjImmutable’ defined but not used [-Wunused-function]
 isObjImmutable(sqInt anOop)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:50486:1: warning: ‘isRemembered’ defined but not used [-Wunused-function]
 isRemembered(sqInt objOop)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:50496:1: warning: ‘isSegmentBridge’ defined but not used [-Wunused-function]
 isSegmentBridge(sqInt objOop)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:50503:1: warning: ‘isSemaphoreOop’ defined but not used [-Wunused-function]
 isSemaphoreOop(sqInt anOop)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:50563:1: warning: ‘isValidObjStackAt’ defined but not used [-Wunused-function]
 isValidObjStackAt(sqInt objStackRootIndex)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:50710:1: warning: ‘isWeakNonImm’ defined but not used [-Wunused-function]
 isWeakNonImm(sqInt objOop)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:50848:1: warning: ‘knownClassAtIndex’ defined but not used [-Wunused-function]
 knownClassAtIndex(sqInt classIndex)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:50857:1: warning: ‘lastPointerFormat’ defined but not used [-Wunused-function]
 lastPointerFormat(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:50986:1: warning: ‘lengthOfMaybeImmediate’ defined but not used [-Wunused-function]
 lengthOfMaybeImmediate(sqInt oop)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:53328:1: warning: ‘newSpaceIsEmpty’ defined but not used [-Wunused-function]
 newSpaceIsEmpty(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:53563:1: warning: ‘noUnscannedEphemerons’ defined but not used [-Wunused-function]
 noUnscannedEphemerons(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:57712:1: warning: ‘slidingCompactionInProgress’ defined but not used [-Wunused-function]
 slidingCompactionInProgress(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:57780:1: warning: ‘startOfObject’ defined but not used [-Wunused-function]
 startOfObject(sqInt objOop)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:58788:1: warning: ‘validClassTableHashes’ defined but not used [-Wunused-function]
 validClassTableHashes(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:58869:1: warning: ‘validFreeTreeChunk’ defined but not used [-Wunused-function]
 validFreeTreeChunk(sqInt chunk)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:58912:1: warning: ‘validObjStacks’ defined but not used [-Wunused-function]
 validObjStacks(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:59709:1: warning: ‘isMobile’ defined but not used [-Wunused-function]
 isMobile(sqInt obj)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:59720:1: warning: ‘isPostMobile’ defined but not used [-Wunused-function]
 isPostMobile(sqInt obj)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:59987:1: warning: ‘savedFirstFieldsSpaceWasAllocated’ defined but not used [-Wunused-function]
 savedFirstFieldsSpaceWasAllocated(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:60884:1: warning: ‘validRelocationPlanInPass’ defined but not used [-Wunused-function]
 validRelocationPlanInPass(sqInt onePass)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:60949:1: warning: ‘segLimit’ defined but not used [-Wunused-function]
 segLimit(SpurSegmentInfo * self_in_segLimit)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:61044:1: warning: ‘allBridgesMarked’ defined but not used [-Wunused-function]
 allBridgesMarked(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:61094:1: warning: ‘bridgeAt’ defined but not used [-Wunused-function]
 bridgeAt(sqInt segIndex)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:61109:1: warning: ‘bridgeFor’ defined but not used [-Wunused-function]
 bridgeFor(SpurSegmentInfo *aSegment)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:61232:1: warning: ‘isInSegments’ defined but not used [-Wunused-function]
 isInSegments(usqInt address)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:61253:1: warning: ‘isValidSegmentBridge’ defined but not used [-Wunused-function]
 isValidSegmentBridge(sqInt objOop)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:61555:1: warning: ‘segmentOverlap’ defined but not used [-Wunused-function]
 segmentOverlap(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:61909:1: warning: ‘allOnesAsCharStar’ defined but not used [-Wunused-function]
 allOnesAsCharStar(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:61992:1: warning: ‘assertValidStackLimits’ defined but not used [-Wunused-function]
 assertValidStackLimits(sqInt ln)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:62688:1: warning: ‘checkStackPointerForMaybeMarriedContext’ defined but not used [-Wunused-function]
 checkStackPointerForMaybeMarriedContext(sqInt aContext)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:62843:1: warning: ‘contexthasValidInversePCMappingOfin’ defined but not used [-Wunused-function]
 contexthasValidInversePCMappingOfin(sqInt aContext, sqInt theIP, char *theFP)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:62945:1: warning: ‘cr’ defined but not used [-Wunused-function]
 cr(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65498:1: warning: ‘ifCurrentStackPageHasValidHeadPointers’ defined but not used [-Wunused-function]
 ifCurrentStackPageHasValidHeadPointers(StackPage *thePage)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65519:1: warning: ‘iframeMethod’ defined but not used [-Wunused-function]
 iframeMethod(char *theFP)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65576:1: warning: ‘isBaseFrame’ defined but not used [-Wunused-function]
 isBaseFrame(char *theFP)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65682:1: warning: ‘isMarriedOrWidowedContext’ defined but not used [-Wunused-function]
 isMarriedOrWidowedContext(sqInt aContext)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65701:1: warning: ‘isMetaPrimitiveIndex’ defined but not used [-Wunused-function]
 isMetaPrimitiveIndex(sqInt primIndex)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65714:1: warning: ‘isNullExternalPrimitiveCall’ defined but not used [-Wunused-function]
 isNullExternalPrimitiveCall(sqInt aMethodObj)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65739:1: warning: ‘isPrimitiveFunctionPointerAnIndex’ defined but not used [-Wunused-function]
 isPrimitiveFunctionPointerAnIndex(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67605:1: warning: ‘maybeLeakCheckExternalPrimCall’ defined but not used [-Wunused-function]
 maybeLeakCheckExternalPrimCall(sqInt aMethodObj)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67996:1: warning: ‘noMarkedContextsOnPage’ defined but not used [-Wunused-function]
 noMarkedContextsOnPage(StackPage *thePage)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:70804:1: warning: ‘pushedReceiverOrClosureOfFrame’ defined but not used [-Wunused-function]
 pushedReceiverOrClosureOfFrame(char *theFP)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:72146:1: warning: ‘saneFunctionPointerForFailureOfPrimIndex’ defined but not used [-Wunused-function]
 saneFunctionPointerForFailureOfPrimIndex(sqInt primIndex)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:72887:1: warning: ‘space’ defined but not used [-Wunused-function]
 space(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:73321:1: warning: ‘stackLimitBytes’ defined but not used [-Wunused-function]
 stackLimitBytes(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74177:1: warning: ‘validBCPCinMethod’ defined but not used [-Wunused-function]
 validBCPCinMethod(sqInt thePC, usqInt aMethod)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74191:1: warning: ‘validInstructionPointerinFrame’ defined but not used [-Wunused-function]
 validInstructionPointerinFrame(usqInt anInstrPointer, char *fp)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74204:1: warning: ‘validStackPageBaseFrames’ defined but not used [-Wunused-function]
 validStackPageBaseFrames(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2024:13: warning: ‘messageCount’ defined but not used [-Wunused-variable]
 _iss usqInt messageCount;
             ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2041:13: warning: ‘byteCount’ defined but not used [-Wunused-variable]
 _iss usqInt byteCount;
             ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2042:12: warning: ‘cifs’ defined but not used [-Wunused-variable]
 _iss sqInt cifs;
            ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2043:12: warning: ‘codeGeneratorToComputeAccessorDepth’ defined but not used [-Wunused-variable]
 _iss sqInt codeGeneratorToComputeAccessorDepth;
            ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2044:12: warning: ‘functions’ defined but not used [-Wunused-variable]
 _iss sqInt functions;
            ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2045:12: warning: ‘initialMemoryAddress’ defined but not used [-Wunused-variable]
 _iss sqInt initialMemoryAddress;
            ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2046:12: warning: ‘largeOpaqueMemoryManager’ defined but not used [-Wunused-variable]
 _iss sqInt largeOpaqueMemoryManager;
            ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2047:12: warning: ‘memoryManager’ defined but not used [-Wunused-variable]
 _iss sqInt memoryManager;
            ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2048:12: warning: ‘nextAddress’ defined but not used [-Wunused-variable]
 _iss sqInt nextAddress;
            ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2049:12: warning: ‘preferredPinningSegment’ defined but not used [-Wunused-variable]
 _iss sqInt preferredPinningSegment;
            ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2050:12: warning: ‘statCoalesces’ defined but not used [-Wunused-variable]
 _iss sqInt statCoalesces;
            ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2051:14: warning: ‘statFGCDeltaUsecs’ defined but not used [-Wunused-variable]
 _iss usqLong statFGCDeltaUsecs;
              ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2052:14: warning: ‘statIncrGCUsecs’ defined but not used [-Wunused-variable]
 _iss usqLong statIncrGCUsecs;
              ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2053:12: warning: ‘testWorker’ defined but not used [-Wunused-variable]
 _iss sqInt testWorker;
            ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2054:12: warning: ‘theUnknownShort’ defined but not used [-Wunused-variable]
 _iss sqInt theUnknownShort;
            ^
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
cd C:/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker && /usr/bin/cmake.exe -E touch C:/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-download
[  7%] No patch step for 'build_vmmaker_get_vm'
/usr/bin/cmake.exe -E echo_append
/usr/bin/cmake.exe -E touch C:/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-patch
[  8%] Performing update step for 'build_vmmaker_get_vm'
cd C:/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/vm && echo

[  8%] Performing configure step for 'build_vmmaker_get_vm'
cd C:/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/vm && echo

cd C:/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/vm && /usr/bin/cmake.exe -E touch C:/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-configure
[  9%] Performing build step for 'build_vmmaker_get_vm'
cd C:/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/vm && echo

cd C:/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/vm && /usr/bin/cmake.exe -E touch C:/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-build
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
[  9%] Built target build_vmmaker_get_vm-build
make  -f CMakeFiles/build_vmmaker_get_image.dir/build.make CMakeFiles/build_vmmaker_get_image.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/build_vmmaker_get_image.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/build_vmmaker_get_image.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/build_vmmaker_get_image.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/build_vmmaker_get_image.dir/depend.internal".
Scanning dependencies of target build_vmmaker_get_image
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
make  -f CMakeFiles/build_vmmaker_get_image.dir/build.make CMakeFiles/build_vmmaker_get_image.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
[  9%] Creating directories for 'build_vmmaker_get_image'
/usr/bin/cmake.exe -E make_directory C:/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/image
/usr/bin/cmake.exe -E make_directory C:/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/image
/usr/bin/cmake.exe -E make_directory C:/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker
/usr/bin/cmake.exe -E make_directory C:/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/tmp
/usr/bin/cmake.exe -E make_directory C:/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/src/build_vmmaker_get_image-stamp
/usr/bin/cmake.exe -E make_directory C:/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/src
/usr/bin/cmake.exe -E make_directory C:/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/src/build_vmmaker_get_image-stamp
/usr/bin/cmake.exe -E touch C:/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-mkdir
[ 10%] Performing download step (download, verify and extract) for 'build_vmmaker_get_image'
cd C:/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker && /usr/bin/cmake.exe -P C:/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/src/build_vmmaker_get_image-stamp/download-build_vmmaker_get_image.cmake
-- Downloading...
   dst='C:/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/src/Pharo10-SNAPSHOT.build.349.sha.3e26baf.arch.64bit.zip'
   timeout='none'
-- Using src='https://files.pharo.org/image/100/Pharo10-SNAPSHOT.build.349.sha.3e26baf.arch.64bit.zip'
-- [download 0% complete]
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘writeImageFileIO’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74393:2: warning: ‘the2ndUnknownShort’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  putShorttoFile(the2ndUnknownShort, f);
  ^
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 91% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- verifying file...
       file='C:/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/src/Pharo10-SNAPSHOT.build.349.sha.3e26baf.arch.64bit.zip'
-- Downloading... done
cd C:/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker && /usr/bin/cmake.exe -P C:/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/src/build_vmmaker_get_image-stamp/verify-build_vmmaker_get_image.cmake
2494 warnings generated.
[ 33%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqHeapMap.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqHeapMap.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqHeapMap.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqHeapMap.c:22:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqHeapMap.c:22:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqHeapMap.c:22:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqHeapMap.c:22:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
4 warnings generated.
[ 33%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqVirtualMachine.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqVirtualMachine.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:8:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:8:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:8:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:8:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:306:11: warning: incompatible pointer types assigning to 'sqInt (*)(sqInt)' (aka 'long (*)(long)') from 'void (sqInt)' (aka 'void (long)') [-Wincompatible-pointer-types]
        VM->push = push;
                 ^ ~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:308:16: warning: incompatible pointer types assigning to 'sqInt (*)(double)' (aka 'long (*)(double)') from 'void (double)' [-Wincompatible-pointer-types]
        VM->pushFloat = pushFloat;
                      ^ ~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:432:37: warning: incompatible pointer types assigning to 'void *(*)(sqInt, sqInt, sqInt)' (aka 'void *(*)(long, long, long)') from 'void *(sqInt, sqInt, void *)' (aka 'void *(long, long, void *)') [-Wincompatible-pointer-types]
        VM->ioLoadSymbolOfLengthFromModule = ioLoadSymbolOfLengthFromModule;
                                           ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:459:26: warning: incompatible pointer types assigning to 'void (*)(void)' from 'sqInt (void)' (aka 'long (void)') [-Wincompatible-pointer-types]
        VM->forceInterruptCheck = forceInterruptCheck;
                                ^ ~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:510:22: warning: incompatible pointer types assigning to 'volatile unsigned long (*)(void)' from 'volatile unsigned long long (void)' [-Wincompatible-pointer-types]
        VM->utcMicroseconds = ioUTCMicroseconds;
                            ^ ~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:546:23: warning: incompatible pointer types assigning to 'sqInt (*)(char *)' (aka 'long (*)(char *)') from 'sqInt (const char *)' (aka 'long (const char *)') [-Wincompatible-pointer-types]
        VM->stringForCString = stringForCString;
                             ^ ~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:557:37: warning: incompatible pointer types assigning to 'sqInt (*)(vmccp)' (aka 'long (*)(struct _VMCallbackContext *)') from 'sqInt (void *)' (aka 'long (void *)') [-Wincompatible-pointer-types]
        VM->ptEnterInterpreterFromCallback = ptEnterInterpreterFromCallback;
                                           ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:558:34: warning: incompatible pointer types assigning to 'sqInt (*)(vmccp)' (aka 'long (*)(struct _VMCallbackContext *)') from 'sqInt (void *)' (aka 'long (void *)') [-Wincompatible-pointer-types]
        VM->ptExitInterpreterToCallback = ptExitInterpreterToCallback;
                                        ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:562:27: warning: incompatible pointer types assigning to 'sqInt (*)(int)' (aka 'long (*)(int)') from 'Semaphore *(int)' (aka 'struct __Semaphore *(int)') [-Wincompatible-pointer-types]
        VM->platformSemaphoreNew = platform_semaphore_new;
                                 ^ ~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:565:35: warning: incompatible pointer types assigning to 'sqInt (*)(sqInt)' (aka 'long (*)(long)') from 'void (sqInt)' (aka 'void (long)') [-Wincompatible-pointer-types]
        VM->waitOnExternalSemaphoreIndex = waitOnExternalSemaphoreIndex;
                                         ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
14 warnings generated.
[ 34%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqNamedPrims.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqNamedPrims.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqNamedPrims.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqNamedPrims.c:14:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqNamedPrims.c:14:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqNamedPrims.c:14:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqNamedPrims.c:14:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
4 warnings generated.
[ 35%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqExternalSemaphores.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqExternalSemaphores.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqExternalSemaphores.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqExternalSemaphores.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqExternalSemaphores.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqExternalSemaphores.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqExternalSemaphores.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqExternalSemaphores.c:135:6: warning: unused variable 'v' [-Wunused-variable]
        int v;
            ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqExternalSemaphores.c:267:11: warning: unused variable 'xArray' [-Wunused-variable]
    sqInt xArray;
          ^
6 warnings generated.
[ 35%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqTicker.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqTicker.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqTicker.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqTicker.c:54:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqTicker.c:54:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqTicker.c:54:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqTicker.c:54:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
4 warnings generated.
[ 36%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/osx/aioOSX.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/osx/aioOSX.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/osx/aioOSX.c
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/osx/aioOSX.c:264:6: warning: unused variable 'n' [-Wunused-variable]
        int n;
            ^
1 warning generated.
[ 36%] Building C object CMakeFiles/PharoVMCore.dir/src/debugUnix.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/src/debugUnix.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/src/debugUnix.c
/builds/workspace/pharo-vm_pharo-9/repository/src/debugUnix.c:369:8: warning: unused variable 'pc' [-Wunused-variable]
        void *pc;
              ^
/builds/workspace/pharo-vm_pharo-9/repository/src/debugUnix.c:489:2: warning: 'getcontext' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations]
        getcontext(&uap);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/ucontext.h:37:6: note: 'getcontext' has been explicitly marked deprecated here
int  getcontext(ucontext_t *) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_5, __MAC_10_6, __IPHONE_2_0, __IPHONE_2_0) __WATCHOS_PROHIBITED __TVOS_PROHIBITED;
     ^
/builds/workspace/pharo-vm_pharo-9/repository/src/debugUnix.c:77:12: warning: unused variable 'inFault' [-Wunused-variable]
static int inFault = 0;
           ^
3 warnings generated.
[ 37%] Building CXX object CMakeFiles/PharoVMCore.dir/src/utilsMac.mm.o
/Library/Developer/CommandLineTools/usr/bin/c++  -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/src/utilsMac.mm.o -c /builds/workspace/pharo-vm_pharo-9/repository/src/utilsMac.mm
cd C:/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker && /usr/bin/cmake.exe -P C:/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/src/build_vmmaker_get_image-stamp/extract-build_vmmaker_get_image.cmake
-- extracting...
     src='C:/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/src/Pharo10-SNAPSHOT.build.349.sha.3e26baf.arch.64bit.zip'
     dst='C:/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/image'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘followForwardedFrameContentsstackPointer’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64889:3: warning: ‘oop’ may be used uninitialized in this function [-Wmaybe-uninitialized]
   followForwardedObjectFieldstoDepth(oop, 0);
   ^
-- extracting... [clean up]
-- extracting... done
cd C:/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker && /usr/bin/cmake.exe -E touch C:/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-download
[ 37%] Building C object CMakeFiles/PharoVMCore.dir/src/fileDialogMac.m.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/src/fileDialogMac.m.o   -c /builds/workspace/pharo-vm_pharo-9/repository/src/fileDialogMac.m
[ 11%] No patch step for 'build_vmmaker_get_image'
/usr/bin/cmake.exe -E echo_append
[ 38%] Building C object CMakeFiles/PharoVMCore.dir/src/parameters/parameters.m.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/src/parameters/parameters.m.o   -c /builds/workspace/pharo-vm_pharo-9/repository/src/parameters/parameters.m
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c: In function ‘printInvalidClassTableEntries’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:55814:11: warning: ‘hash’ may be used uninitialized in this function [-Wmaybe-uninitialized]
     sqInt hash;
           ^
/usr/bin/cmake.exe -E touch C:/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-patch
[ 11%] Performing update step for 'build_vmmaker_get_image'
cd C:/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/image && echo

[ 11%] Performing configure step for 'build_vmmaker_get_image'
cd C:/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/image && echo

cd C:/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/image && /usr/bin/cmake.exe -E touch C:/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-configure
[ 12%] Performing build step for 'build_vmmaker_get_image'
[ 38%] Building C object CMakeFiles/PharoVMCore.dir/src/memoryUnix.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/src/memoryUnix.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/src/memoryUnix.c
[ 39%] Linking CXX shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/PharoVMCore.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/c++  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -dynamiclib -Wl,-headerpad_max_install_names  -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib -install_name @executable_path/Plugins/libPharoVMCore.dylib CMakeFiles/PharoVMCore.dir/src/debug.c.o CMakeFiles/PharoVMCore.dir/src/utils.c.o CMakeFiles/PharoVMCore.dir/src/errorCode.c.o CMakeFiles/PharoVMCore.dir/src/nullDisplay.c.o CMakeFiles/PharoVMCore.dir/src/externalPrimitives.c.o CMakeFiles/PharoVMCore.dir/src/client.c.o CMakeFiles/PharoVMCore.dir/src/pathUtilities.c.o CMakeFiles/PharoVMCore.dir/src/fileDialogCommon.c.o CMakeFiles/PharoVMCore.dir/src/stringUtilities.c.o CMakeFiles/PharoVMCore.dir/src/imageAccess.c.o CMakeFiles/PharoVMCore.dir/src/parameters/parameterVector.c.o CMakeFiles/PharoVMCore.dir/src/parameters/parameters.c.o CMakeFiles/PharoVMCore.dir/src/semaphores/platformSemaphore.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/heartbeat.c.o CMakeFiles/PharoVMCore.dir/ffi/src/functionDefinitionPrimitives.c.o CMakeFiles/PharoVMCore.dir/ffi/src/primitiveCalls.c.o CMakeFiles/PharoVMCore.dir/ffi/src/primitiveUtils.c.o CMakeFiles/PharoVMCore.dir/ffi/src/types.c.o CMakeFiles/PharoVMCore.dir/ffi/src/typesPrimitives.c.o CMakeFiles/PharoVMCore.dir/ffi/src/utils.c.o CMakeFiles/PharoVMCore.dir/ffi/src/sameThread/sameThread.c.o CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbackPrimitives.c.o CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbacks.c.o CMakeFiles/PharoVMCore.dir/src/semaphores/pharoSemaphore.c.o CMakeFiles/PharoVMCore.dir/src/threadSafeQueue/threadSafeQueue.c.o CMakeFiles/PharoVMCore.dir/ffi/src/pThreadedFFI.c.o CMakeFiles/PharoVMCore.dir/ffi/src/worker/worker.c.o CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerPrimitives.c.o CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerTask.c.o CMakeFiles/PharoVMCore.dir/generated/64/vm/src/cogit.c.o CMakeFiles/PharoVMCore.dir/generated/64/vm/src/gcc3x-cointerp.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqHeapMap.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqVirtualMachine.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqNamedPrims.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqExternalSemaphores.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqTicker.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/osx/aioOSX.c.o CMakeFiles/PharoVMCore.dir/src/debugUnix.c.o CMakeFiles/PharoVMCore.dir/src/utilsMac.mm.o CMakeFiles/PharoVMCore.dir/src/fileDialogMac.m.o CMakeFiles/PharoVMCore.dir/src/parameters/parameters.m.o CMakeFiles/PharoVMCore.dir/src/memoryUnix.c.o -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libffi.dylib -framework AppKit -framework CoreGraphics 
[ 39%] Built target PharoVMCore
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/SqueakSSL.dir/build.make CMakeFiles/SqueakSSL.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/SqueakSSL.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/SqueakSSL.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/SqueakSSL.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/SqueakSSL.dir/depend.internal".
Scanning dependencies of target SqueakSSL
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/SqueakSSL.dir/build.make CMakeFiles/SqueakSSL.dir/build
[ 39%] Building C object CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DSqueakSSL_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c
cd C:/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/image && C:/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/vm/PharoConsole.exe --headless C:/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/image/Pharo10-SNAPSHOT-64bit-3e26baf.image --no-default-preferences save VMMaker
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "SqueakSSLPlugin VMMaker.oscog-eem.2480 uuid: bb3ffda7-8241-4dea-b886-d656e474b6c1 " __DATE__ ;
            ^
1 warning generated.
[ 40%] Building C object CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DSqueakSSL_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c:11:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c:11:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c:11:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c:11:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
4 warnings generated.
[ 40%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libSqueakSSL.dylib
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/SqueakSSL.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -dynamiclib -Wl,-headerpad_max_install_names  -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libSqueakSSL.dylib -install_name @executable_path/Plugins/libSqueakSSL.dylib CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c.o CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c.o -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib -framework CoreFoundation -framework Security build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libffi.dylib -framework AppKit -framework CoreGraphics 
[ 40%] Built target SqueakSSL
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/MiscPrimitivePlugin.dir/build.make CMakeFiles/MiscPrimitivePlugin.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/MiscPrimitivePlugin.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/MiscPrimitivePlugin.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/MiscPrimitivePlugin.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/MiscPrimitivePlugin.dir/depend.internal".
Scanning dependencies of target MiscPrimitivePlugin
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/MiscPrimitivePlugin.dir/build.make CMakeFiles/MiscPrimitivePlugin.dir/build
[ 40%] Building C object CMakeFiles/MiscPrimitivePlugin.dir/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DMiscPrimitivePlugin_EXPORTS -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/MiscPrimitivePlugin.dir/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "MiscPrimitivePlugin VMMaker.oscog-eem.2480 uuid: bb3ffda7-8241-4dea-b886-d656e474b6c1 " __DATE__ ;
            ^
1 warning generated.
[ 41%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libMiscPrimitivePlugin.dylib
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/MiscPrimitivePlugin.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -dynamiclib -Wl,-headerpad_max_install_names  -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libMiscPrimitivePlugin.dylib -install_name @executable_path/Plugins/libMiscPrimitivePlugin.dylib CMakeFiles/MiscPrimitivePlugin.dir/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libffi.dylib -framework AppKit -framework CoreGraphics 
[ 41%] Built target MiscPrimitivePlugin
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/FloatArrayPlugin.dir/build.make CMakeFiles/FloatArrayPlugin.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/FloatArrayPlugin.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/FloatArrayPlugin.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/FloatArrayPlugin.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/FloatArrayPlugin.dir/depend.internal".
Scanning dependencies of target FloatArrayPlugin
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/FloatArrayPlugin.dir/build.make CMakeFiles/FloatArrayPlugin.dir/build
[ 42%] Building C object CMakeFiles/FloatArrayPlugin.dir/generated/64/plugins/src/FloatArrayPlugin/FloatArrayPlugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFloatArrayPlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/FloatArrayPlugin.dir/generated/64/plugins/src/FloatArrayPlugin/FloatArrayPlugin.c.o   -c /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/FloatArrayPlugin/FloatArrayPlugin.c
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/FloatArrayPlugin/FloatArrayPlugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "FloatArrayPlugin * VMMaker-tonel.1 uuid: 1ca3d4f6-c19e-0d00-a7d5-6ffd0250196c " __DATE__ ;
            ^
1 warning generated.
[ 42%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libFloatArrayPlugin.dylib
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/FloatArrayPlugin.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -dynamiclib -Wl,-headerpad_max_install_names  -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libFloatArrayPlugin.dylib -install_name @executable_path/Plugins/libFloatArrayPlugin.dylib CMakeFiles/FloatArrayPlugin.dir/generated/64/plugins/src/FloatArrayPlugin/FloatArrayPlugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libffi.dylib -framework AppKit -framework CoreGraphics 
[ 42%] Built target FloatArrayPlugin
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/BitBltPlugin.dir/build.make CMakeFiles/BitBltPlugin.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/BitBltPlugin.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/BitBltPlugin.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/BitBltPlugin.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/BitBltPlugin.dir/depend.internal".
Scanning dependencies of target BitBltPlugin
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/BitBltPlugin.dir/build.make CMakeFiles/BitBltPlugin.dir/build
[ 42%] Building C object CMakeFiles/BitBltPlugin.dir/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DBitBltPlugin_EXPORTS -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/BitBltPlugin.dir/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1688:15: warning: unused variable 'm1' [-Wunused-variable]
        unsigned int m1;
                     ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1685:8: warning: unused variable 'done' [-Wunused-variable]
        sqInt done;
              ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1692:8: warning: unused variable 'startBits1' [-Wunused-variable]
        sqInt startBits1;
              ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1689:8: warning: unused variable 'pixPerM1' [-Wunused-variable]
        sqInt pixPerM1;
              ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1693:8: warning: unused variable 'sxLowBits' [-Wunused-variable]
        sqInt sxLowBits;
              ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1686:8: warning: unused variable 'dxLowBits' [-Wunused-variable]
        sqInt dxLowBits;
              ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1690:8: warning: unused variable 'pixPerM11' [-Wunused-variable]
        sqInt pixPerM11;
              ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1694:8: warning: unused variable 't' [-Wunused-variable]
        sqInt t;
              ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1687:8: warning: unused variable 'endBits' [-Wunused-variable]
        sqInt endBits;
              ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1691:8: warning: unused variable 'startBits' [-Wunused-variable]
        sqInt startBits;
              ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4555:8: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        v = v;
                                        ~ ^ ~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4559:8: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        v = v;
                                        ~ ^ ~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:5028:8: warning: unused variable '_return_value' [-Wunused-variable]
        sqInt _return_value;
              ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6308:8: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        v = v;
                                        ~ ^ ~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6312:8: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        v = v;
                                        ~ ^ ~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:7944:12: warning: explicitly assigning value of variable of type 'unsigned int' to itself [-Wself-assign]
                                                        rgb = rgb;
                                                        ~~~ ^ ~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "BitBltSimulation VMMaker.oscog-eem.2493 uuid: d7437cc5-75c7-4a43-af6b-0f85bf0cebe6 " __DATE__ ;
            ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:411:1: warning: unused function 'affectedBottom' [-Wunused-function]
affectedBottom(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:418:1: warning: unused function 'affectedLeft' [-Wunused-function]
affectedLeft(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:425:1: warning: unused function 'affectedRight' [-Wunused-function]
affectedRight(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:432:1: warning: unused function 'affectedTop' [-Wunused-function]
affectedTop(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1133:1: warning: unused function 'checkSourceOverlap' [-Wunused-function]
checkSourceOverlap(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1271:1: warning: unused function 'copyBitsFastPathSpecialised' [-Wunused-function]
copyBitsFastPathSpecialised(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2494:1: warning: unused function 'default8To32Table' [-Wunused-function]
default8To32Table(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2538:1: warning: unused function 'deltaFromtonSteps' [-Wunused-function]
deltaFromtonSteps(sqInt x1, sqInt x2, sqInt n)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2563:1: warning: unused function 'destMaskAndPointerInit' [-Wunused-function]
destMaskAndPointerInit(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2610:1: warning: unused function 'dither32To16threshold' [-Wunused-function]
dither32To16threshold(unsigned int srcWord, sqInt ditherValue)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2626:1: warning: unused function 'drawLoopXY' [-Wunused-function]
drawLoopXY(sqInt xDelta, sqInt yDelta)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2771:1: warning: unused function 'expensiveDither32To16threshold' [-Wunused-function]
expensiveDither32To16threshold(unsigned int srcWord, sqInt ditherValue)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2819:1: warning: unused function 'fetchIntOrFloatofObject' [-Wunused-function]
fetchIntOrFloatofObject(sqInt fieldIndex, sqInt objectPointer)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2904:1: warning: unused function 'ignoreSourceOrHalftone' [-Wunused-function]
ignoreSourceOrHalftone(sqInt formPointer)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3066:1: warning: unused function 'loadBitBltDestForm' [-Wunused-function]
loadBitBltDestForm(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3551:1: warning: unused function 'loadBitBltSourceForm' [-Wunused-function]
loadBitBltSourceForm(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3641:1: warning: unused function 'loadColorMap' [-Wunused-function]
loadColorMap(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3755:1: warning: unused function 'loadColorMapShiftOrMaskFrom' [-Wunused-function]
loadColorMapShiftOrMaskFrom(sqInt mapOop)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3773:1: warning: unused function 'loadHalftoneForm' [-Wunused-function]
loadHalftoneForm(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3821:1: warning: unused function 'loadWarpBltFrom' [-Wunused-function]
loadWarpBltFrom(sqInt bbObj)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3986:1: warning: unused function 'mapPixelflags' [-Wunused-function]
mapPixelflags(sqInt sourcePixel, sqInt mapperFlags)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4016:1: warning: unused function 'mergewith' [-Wunused-function]
mergewith(unsigned int sourceWord, unsigned int destinationWord)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4490:1: warning: unused function 'partitionedRgbComponentAlphadestnBitsnPartitions' [-Wunused-function]
partitionedRgbComponentAlphadestnBitsnPartitions(unsigned int sourceWord, unsigned int destWord, sqInt nBits, sqInt nParts)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4637:1: warning: unused function 'performCopyLoop' [-Wunused-function]
performCopyLoop(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4790:1: warning: unused function 'pickSourcePixelsflagssrcMaskdestMasksrcShiftIncdstShiftInc' [-Wunused-function]
pickSourcePixelsflagssrcMaskdestMasksrcShiftIncdstShiftInc(sqInt nPixels, sqInt mapperFlags, sqInt srcMask, sqInt dstMask, sqInt srcShiftInc, sqInt dstShiftInc)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4892:1: warning: unused function 'pickWarpPixelAtXy' [-Wunused-function]
pickWarpPixelAtXy(sqInt xx, sqInt yy)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6406:1: warning: unused function 'rgbMap16To32' [-Wunused-function]
rgbMap16To32(sqInt sourcePixel)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6417:1: warning: unused function 'rgbMap32To32' [-Wunused-function]
rgbMap32To32(sqInt sourcePixel)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6427:1: warning: unused function 'rgbMapPixelflags' [-Wunused-function]
rgbMapPixelflags(sqInt sourcePixel, sqInt mapperFlags)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6764:1: warning: unused function 'showDisplayBits' [-Wunused-function]
showDisplayBits(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6780:1: warning: unused function 'sourceSkewAndPointerInit' [-Wunused-function]
sourceSkewAndPointerInit(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6842:1: warning: unused function 'sqAssert' [-Wunused-function]
sqAssert(sqInt aBool)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:7033:1: warning: unused function 'tryCopyingBitsQuickly' [-Wunused-function]
tryCopyingBitsQuickly(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:7160:1: warning: unused function 'warpBits' [-Wunused-function]
warpBits(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:7802:1: warning: unused function 'warpLoopSetup' [-Wunused-function]
warpLoopSetup(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:8027:1: warning: unused function 'warpPickSourcePixelsxDeltahyDeltahxDeltavyDeltavdstShiftIncflags' [-Wunused-function]
warpPickSourcePixelsxDeltahyDeltahxDeltavyDeltavdstShiftIncflags(sqInt nPixels, sqInt xDeltah, sqInt yDeltah, sqInt xDeltav, sqInt yDeltav, sqInt dstShiftInc, sqInt mapperFlags)
^
cd C:/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/image && C:/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/vm/PharoConsole.exe --headless C:/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/image/VMMaker.image --no-default-preferences --save --quit C:/builds/workspace/pharo-vm_pharo-9/repository/scripts/installVMMaker.st C:/builds/workspace/pharo-vm_pharo-9/repository httpsUrl
53 warnings generated.
[ 43%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libBitBltPlugin.dylib
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/BitBltPlugin.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -dynamiclib -Wl,-headerpad_max_install_names  -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libBitBltPlugin.dylib -install_name @executable_path/Plugins/libBitBltPlugin.dylib CMakeFiles/BitBltPlugin.dir/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libffi.dylib -framework AppKit -framework CoreGraphics 
[ 43%] Built target BitBltPlugin
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/LargeIntegers.dir/build.make CMakeFiles/LargeIntegers.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/LargeIntegers.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/LargeIntegers.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/LargeIntegers.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/LargeIntegers.dir/depend.internal".
Scanning dependencies of target LargeIntegers
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/LargeIntegers.dir/build.make CMakeFiles/LargeIntegers.dir/build
[ 43%] Building C object CMakeFiles/LargeIntegers.dir/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DLargeIntegers_EXPORTS -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/LargeIntegers.dir/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "LargeIntegersPlugin VMMaker.oscog-eem.2495 uuid: fcbf4c90-4c50-4ff3-8690-0edfded4f9c4 " __DATE__ ;
            ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:266:1: warning: unused function 'byteSizeOfCSI' [-Wunused-function]
byteSizeOfCSI(sqInt csi)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:332:1: warning: unused function 'cDigitAddlenwithleninto' [-Wunused-function]
cDigitAddlenwithleninto(unsigned int *pWordShort, sqInt shortLen, unsigned int *pWordLong, sqInt longLen, unsigned int *pWordRes)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:377:1: warning: unused function 'cDigitCopyFromtolen' [-Wunused-function]
cDigitCopyFromtolen(unsigned int *pFrom, unsigned int *pTo, sqInt len)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:389:1: warning: unused function 'cDigitDivlenremlenquolen' [-Wunused-function]
cDigitDivlenremlenquolen(unsigned int *pDiv, sqInt divLen, unsigned int *pRem, sqInt remLen, unsigned int *pQuo, sqInt quoLen)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:541:1: warning: unused function 'cDigitLshiftfromlentolen' [-Wunused-function]
cDigitLshiftfromlentolen(sqInt shiftCount, unsigned int *pFrom, sqInt lenFrom, unsigned int *pTo, sqInt lenTo)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:586:1: warning: unused function 'cDigitMontgomerylentimeslenmodulolenmInvModBinto' [-Wunused-function]
cDigitMontgomerylentimeslenmodulolenmInvModBinto(unsigned int *pFirst, sqInt firstLen, unsigned int *pSecond, sqInt secondLen, unsigned int *pThird, sqInt thirdLen, unsigned int mInv, unsigned int *pRes)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:659:1: warning: unused function 'cDigitMultiplylenwithlenintolen' [-Wunused-function]
cDigitMultiplylenwithlenintolen(unsigned int *pWordShort, sqInt shortLen, unsigned int *pWordLong, sqInt longLen, unsigned int *pWordRes, sqInt resLen)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:711:1: warning: unused function 'cDigitOfatput' [-Wunused-function]
cDigitOfatput(unsigned int *cPointer, sqInt zeroBasedDigitIndex, unsigned int aValue)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:724:1: warning: unused function 'cDigitOpshortlenlongleninto' [-Wunused-function]
cDigitOpshortlenlongleninto(sqInt opIndex, unsigned int *pWordShort, sqInt shortLen, unsigned int *pWordLong, sqInt longLen, unsigned int *pWordRes)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:768:1: warning: unused function 'cDigitReplacefromtowithstartingAt' [-Wunused-function]
cDigitReplacefromtowithstartingAt(unsigned int *pTo, sqInt start, sqInt stop, unsigned int *pFrom, sqInt repStart)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:781:1: warning: unused function 'cDigitRshiftfromlentolen' [-Wunused-function]
cDigitRshiftfromlentolen(sqInt shiftCount, unsigned int *pFrom, sqInt lenFrom, unsigned int *pTo, sqInt lenTo)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:825:1: warning: unused function 'cDigitSublenwithleninto' [-Wunused-function]
cDigitSublenwithleninto(unsigned int *pWordSmall, sqInt smallLen, unsigned int *pWordLarge, sqInt largeLen, unsigned int *pWordRes)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:994:1: warning: unused function 'digitAddLargewith' [-Wunused-function]
digitAddLargewith(sqInt firstInteger, sqInt secondInteger)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1254:1: warning: unused function 'digitCompareLargewith' [-Wunused-function]
digitCompareLargewith(sqInt firstInteger, sqInt secondInteger)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1278:1: warning: unused function 'digitDivLargewithnegative' [-Wunused-function]
digitDivLargewithnegative(sqInt firstInteger, sqInt secondInteger, sqInt neg)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1538:1: warning: unused function 'digitMontgomerytimesmodulomInvModB' [-Wunused-function]
digitMontgomerytimesmodulomInvModB(sqInt firstLarge, sqInt secondLarge, sqInt thirdLarge, unsigned int mInv)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1651:1: warning: unused function 'digitMultiplyLargewithnegative' [-Wunused-function]
digitMultiplyLargewithnegative(sqInt firstInteger, sqInt secondInteger, sqInt neg)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1754:1: warning: unused function 'digitOfCSIat' [-Wunused-function]
digitOfCSIat(sqInt csi, sqInt ix)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1766:1: warning: unused function 'digitOfLargeIntat' [-Wunused-function]
digitOfLargeIntat(sqInt aBytesOop, sqInt ix)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1786:1: warning: unused function 'digitSizeOfCSI' [-Wunused-function]
digitSizeOfCSI(sqInt csi)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1802:1: warning: unused function 'digitSizeOfLargeInt' [-Wunused-function]
digitSizeOfLargeInt(sqInt anOop)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1812:1: warning: unused function 'digitSubLargewith' [-Wunused-function]
digitSubLargewith(sqInt firstInteger, sqInt secondInteger)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:2100:1: warning: unused function 'highBitOfLargeInt' [-Wunused-function]
highBitOfLargeInt(sqInt anOop)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:2326:1: warning: unused function 'normalize' [-Wunused-function]
normalize(sqInt aLargeInteger)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:3797:1: warning: unused function 'sqAssert' [-Wunused-function]
sqAssert(sqInt aBool)
^
26 warnings generated.
NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (defaultRemoteType is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (defaultRemoteType is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (defaultRemoteType is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (defaultRemoteType is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared)
MetacelloNotification: Fetched -> BaselineOfVMMaker-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc
MetacelloNotification: Loading -> BaselineOfVMMaker-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc
MetacelloNotification: Loaded -> BaselineOfVMMaker-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc
MetacelloNotification: Loading baseline of BaselineOfVMMaker...
[ 44%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libLargeIntegers.dylib
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/LargeIntegers.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -dynamiclib -Wl,-headerpad_max_install_names  -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libLargeIntegers.dylib -install_name @executable_path/Plugins/libLargeIntegers.dylib CMakeFiles/LargeIntegers.dir/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c.o -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libffi.dylib -framework AppKit -framework CoreGraphics 
[ 44%] Built target LargeIntegers
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/JPEGReaderPlugin.dir/build.make CMakeFiles/JPEGReaderPlugin.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/JPEGReaderPlugin.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/JPEGReaderPlugin.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/JPEGReaderPlugin.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/JPEGReaderPlugin.dir/depend.internal".
Scanning dependencies of target JPEGReaderPlugin
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/JPEGReaderPlugin.dir/build.make CMakeFiles/JPEGReaderPlugin.dir/build
[ 44%] Building C object CMakeFiles/JPEGReaderPlugin.dir/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReaderPlugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReaderPlugin.dir/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "JPEGReaderPlugin VMMaker.oscog-eem.2480 uuid: bb3ffda7-8241-4dea-b886-d656e474b6c1 " __DATE__ ;
            ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:250:1: warning: unused function 'colorConvertGrayscaleMCU' [-Wunused-function]
colorConvertGrayscaleMCU(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:300:1: warning: unused function 'colorConvertMCU' [-Wunused-function]
colorConvertMCU(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:442:1: warning: unused function 'decodeBlockIntocomponent' [-Wunused-function]
decodeBlockIntocomponent(int *anArray, int *aColorComponent)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:582:1: warning: unused function 'fillBuffer' [-Wunused-function]
fillBuffer(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:610:1: warning: unused function 'getBits' [-Wunused-function]
getBits(sqInt requestedBits)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:662:1: warning: unused function 'idctBlockIntqt' [-Wunused-function]
idctBlockIntqt(int *anArray, int *qt)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:940:1: warning: unused function 'nextSampleCb' [-Wunused-function]
nextSampleCb(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:976:1: warning: unused function 'nextSampleCr' [-Wunused-function]
nextSampleCr(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1012:1: warning: unused function 'nextSampleFromblocks' [-Wunused-function]
nextSampleFromblocks(int *aComponent, int **aBlockArray)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1048:1: warning: unused function 'nextSampleY' [-Wunused-function]
nextSampleY(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1733:1: warning: unused function 'scaleAndSignExtendinFieldWidth' [-Wunused-function]
scaleAndSignExtendinFieldWidth(sqInt aNumber, sqInt w)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1780:1: warning: unused function 'stInit' [-Wunused-function]
stInit(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1787:1: warning: unused function 'storeJPEGStreamOn' [-Wunused-function]
storeJPEGStreamOn(sqInt streamOop)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:111:14: warning: unused variable 'cbSampleStream' [-Wunused-variable]
static sqInt cbSampleStream;
             ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:114:14: warning: unused variable 'crSampleStream' [-Wunused-variable]
static sqInt crSampleStream;
             ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:181:14: warning: unused variable 'ySampleStream' [-Wunused-variable]
static sqInt ySampleStream;
             ^
17 warnings generated.
[ 45%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libJPEGReaderPlugin.dylib
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/JPEGReaderPlugin.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -dynamiclib -Wl,-headerpad_max_install_names  -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libJPEGReaderPlugin.dylib -install_name @executable_path/Plugins/libJPEGReaderPlugin.dylib CMakeFiles/JPEGReaderPlugin.dir/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libffi.dylib -framework AppKit -framework CoreGraphics 
[ 45%] Built target JPEGReaderPlugin
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/DSAPrims.dir/build.make CMakeFiles/DSAPrims.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/DSAPrims.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/DSAPrims.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/DSAPrims.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/DSAPrims.dir/depend.internal".
Scanning dependencies of target DSAPrims
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/DSAPrims.dir/build.make CMakeFiles/DSAPrims.dir/build
[ 45%] Building C object CMakeFiles/DSAPrims.dir/extracted/plugins/DSAPrims/src/common/DSAPrims.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DDSAPrims_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/DSAPrims.dir/extracted/plugins/DSAPrims/src/common/DSAPrims.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "DSAPlugin CryptographyPlugins-eem.14 uuid: 54292ff0-b538-43ba-9195-26766c158ba9 " __DATE__ ;
            ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:106:1: warning: unused function 'addBackDivisorDigitShift' [-Wunused-function]
addBackDivisorDigitShift(sqInt digitShift)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:144:1: warning: unused function 'bigDivideLoop' [-Wunused-function]
bigDivideLoop(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:265:1: warning: unused function 'leftRotateby' [-Wunused-function]
leftRotateby(unsigned int anInteger, sqInt bits)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:675:1: warning: unused function 'subtractDivisorMultipliedByDigitdigitShift' [-Wunused-function]
subtractDivisorMultipliedByDigitdigitShift(sqInt digit, sqInt digitShift)
^
5 warnings generated.
[ 46%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libDSAPrims.dylib
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/DSAPrims.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -dynamiclib -Wl,-headerpad_max_install_names  -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libDSAPrims.dylib -install_name @executable_path/Plugins/libDSAPrims.dylib CMakeFiles/DSAPrims.dir/extracted/plugins/DSAPrims/src/common/DSAPrims.c.o -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libffi.dylib -framework AppKit -framework CoreGraphics 
[ 46%] Built target DSAPrims
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/SocketPlugin.dir/build.make CMakeFiles/SocketPlugin.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/SocketPlugin.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/SocketPlugin.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/SocketPlugin.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/SocketPlugin.dir/depend.internal".
Scanning dependencies of target SocketPlugin
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/SocketPlugin.dir/build.make CMakeFiles/SocketPlugin.dir/build
[ 46%] Building C object CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DSocketPlugin_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:1499:8: warning: unused variable 'okToListen' [-Wunused-variable]
        sqInt okToListen;
              ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:2311:3: warning: pointer/integer type mismatch in conditional expression ('SocketPtr' (aka 'SQSocket *') and 'int') [-Wconditional-type-mismatch]
                ? ((SocketPtr) (firstIndexableField(socketOop)))
                ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "SocketPlugin VMMaker.oscog-eem.2495 uuid: fcbf4c90-4c50-4ff3-8690-0edfded4f9c4 " __DATE__ ;
            ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:245:1: warning: unused function 'netAddressToInt' [-Wunused-function]
netAddressToInt(unsigned char *ptrToByteArray)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:2296:1: warning: unused function 'socketRecordSize' [-Wunused-function]
socketRecordSize(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:2307:1: warning: unused function 'socketValueOf' [-Wunused-function]
socketValueOf(sqInt socketOop)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:2318:1: warning: unused function 'sqAssert' [-Wunused-function]
sqAssert(sqInt aBool)
^
7 warnings generated.
[ 47%] Building C object CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DSocketPlugin_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c
[ 48%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libSocketPlugin.dylib
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/SocketPlugin.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -dynamiclib -Wl,-headerpad_max_install_names  -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libSocketPlugin.dylib -install_name @executable_path/Plugins/libSocketPlugin.dylib CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c.o CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c.o -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libffi.dylib -framework AppKit -framework CoreGraphics 
[ 48%] Built target SocketPlugin
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/FilePlugin.dir/build.make CMakeFiles/FilePlugin.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/FilePlugin.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/FilePlugin.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/FilePlugin.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/FilePlugin.dir/depend.internal".
Scanning dependencies of target FilePlugin
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/FilePlugin.dir/build.make CMakeFiles/FilePlugin.dir/build
[ 48%] Building C object CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFilePlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c:846:1: warning: control may reach end of non-void function [-Wreturn-type]
}
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c:844:17: warning: unused typedef 'aioHandler' [-Wunused-local-typedef]
        typedef void (*aioHandler)(int fd, void *clientData, int flag);
                       ^
6 warnings generated.
[ 49%] Building C object CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFilePlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c:31:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c:31:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c:31:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c:31:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
4 warnings generated.
[ 49%] Building C object CMakeFiles/FilePlugin.dir/extracted/vm/src/unix/sqUnixCharConv.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFilePlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/FilePlugin.dir/extracted/vm/src/unix/sqUnixCharConv.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/unix/sqUnixCharConv.c
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/unix/sqUnixCharConv.c:108:9: warning: unused variable 'utf8' [-Wunused-variable]
  int   utf8= 0;
        ^
MetacelloNotification: Fetched -> BaselineOfLLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master]
MetacelloNotification: Loading -> BaselineOfLLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master]
MetacelloNotification: Loaded -> BaselineOfLLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master]
1 warning generated.
[ 50%] Building C object CMakeFiles/FilePlugin.dir/src/fileUtils.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFilePlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/FilePlugin.dir/src/fileUtils.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/src/fileUtils.c
[ 50%] Building C object CMakeFiles/FilePlugin.dir/generated/64/plugins/src/FilePlugin/FilePlugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFilePlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/FilePlugin.dir/generated/64/plugins/src/FilePlugin/FilePlugin.c.o   -c /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/FilePlugin/FilePlugin.c
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:504:10: warning: incompatible integer to pointer conversion returning 'sqInt' (aka 'long') from a function with result type 'void *' [-Wint-conversion]
                return primitiveFailFor(PrimErrBadArgument);
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:788:11: warning: unused variable 'modDateOop' [-Wunused-variable]
    sqInt modDateOop;
          ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:785:11: warning: unused variable 'fileSizeOop' [-Wunused-variable]
    sqInt fileSizeOop;
          ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:795:11: warning: unused variable 'results' [-Wunused-variable]
    sqInt results;
          ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:797:11: warning: unused variable 'stringPtr' [-Wunused-variable]
    char *stringPtr;
          ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:786:11: warning: unused variable 'i' [-Wunused-variable]
    sqInt i;
          ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:780:11: warning: unused variable 'createDateOop' [-Wunused-variable]
    sqInt createDateOop;
          ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:790:11: warning: unused variable 'nameString' [-Wunused-variable]
    sqInt nameString;
          ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1141:12: warning: unused variable 'startIndex1' [-Wunused-variable]
    size_t startIndex1;
           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1137:11: warning: unused variable 'objectPointer1' [-Wunused-variable]
    sqInt objectPointer1;
          ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1129:11: warning: unused variable 'bytesRead1' [-Wunused-variable]
    sqInt bytesRead1;
          ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1133:12: warning: unused variable 'elementSize1' [-Wunused-variable]
    size_t elementSize1;
           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1135:13: warning: unused variable 'file1' [-Wunused-variable]
    SQFile *file1;
            ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1127:11: warning: unused variable 'array1' [-Wunused-variable]
    sqInt array1;
          ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1131:12: warning: unused variable 'count1' [-Wunused-variable]
    size_t count1;
           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1138:11: warning: unused variable 'retryCount' [-Wunused-variable]
    sqInt retryCount;
          ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1629:21: warning: incompatible function pointer types assigning to 'sqInt (*)(sqInt)' (aka 'long (*)(long)') from 'sqInt (*)(int)' (aka 'long (*)(int)') [-Wincompatible-function-pointer-types]
                characterObjectOf = interpreterProxy->characterObjectOf;
                                  ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1643:10: warning: incompatible function pointer types assigning to 'sqInt (*)(void)' (aka 'long (*)(void)') from 'void (*)(void)' [-Wincompatible-function-pointer-types]
                fullGC = interpreterProxy->fullGC;
                       ^ ~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "FilePlugin * VMMaker-tonel.1 uuid: 1ca3d4f6-c19e-0d00-a7d5-6ffd0250196c " __DATE__ ;
            ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:230:1: warning: unused function 'connectToFdwrite' [-Wunused-function]
connectToFdwrite(int fd, sqInt writeFlag)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:257:1: warning: unused function 'connectToFilewrite' [-Wunused-function]
connectToFilewrite(void *cfile, sqInt writeFlag)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:384:1: warning: unused function 'makeDirEntryNamesizecreateDatemodDateisDirfileSize' [-Wunused-function]
makeDirEntryNamesizecreateDatemodDateisDirfileSize(char *entryName, sqInt entryNameSize, sqInt createDate, sqInt modifiedDate, sqInt dirFlag, squeakFileOffsetType fileSize)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1230:1: warning: unused function 'primitiveFileReadWithoutPinning' [-Wunused-function]
primitiveFileReadWithoutPinning(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1285:1: warning: unused function 'primitiveFileReadWithPinning' [-Wunused-function]
primitiveFileReadWithPinning(void)
^
24 warnings generated.
[ 51%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libFilePlugin.dylib
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/FilePlugin.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -dynamiclib -Wl,-headerpad_max_install_names  -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libFilePlugin.dylib -install_name @executable_path/Plugins/libFilePlugin.dylib CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c.o CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c.o CMakeFiles/FilePlugin.dir/extracted/vm/src/unix/sqUnixCharConv.c.o CMakeFiles/FilePlugin.dir/src/fileUtils.c.o CMakeFiles/FilePlugin.dir/generated/64/plugins/src/FilePlugin/FilePlugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib -framework CoreFoundation build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libffi.dylib -framework AppKit -framework CoreGraphics 
[ 52%] Built target FilePlugin
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/LocalePlugin.dir/build.make CMakeFiles/LocalePlugin.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/LocalePlugin.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/LocalePlugin.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/LocalePlugin.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/LocalePlugin.dir/depend.internal".
Scanning dependencies of target LocalePlugin
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/LocalePlugin.dir/build.make CMakeFiles/LocalePlugin.dir/build
[ 53%] Building C object CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DLocalePlugin_EXPORTS -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "LocalePlugin VMMaker.oscog-eem.2495 uuid: fcbf4c90-4c50-4ff3-8690-0edfded4f9c4 " __DATE__ ;
            ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c:388:1: warning: unused function 'sqAssert' [-Wunused-function]
sqAssert(sqInt aBool)
^
2 warnings generated.
[ 53%] Building C object CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DLocalePlugin_EXPORTS -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c
MetacelloNotification: Fetched -> BaselineOfUnicorn-CompatibleUserName.1639392057 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master]
MetacelloNotification: Loading -> BaselineOfUnicorn-CompatibleUserName.1639392057 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master]
MetacelloNotification: Loaded -> BaselineOfUnicorn-CompatibleUserName.1639392057 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master]
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c:9:
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx/sqIOSLocale.h:11:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c:9:
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx/sqIOSLocale.h:11:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c:9:
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx/sqIOSLocale.h:11:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c:9:
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx/sqIOSLocale.h:11:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c:133:17: warning: incompatible integer to pointer conversion passing 'time_t' (aka 'long') to parameter of type 'time_t *' (aka 'long *') [-Wint-conversion]
        theTime = time((time_t)NULL);
                       ^~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/time.h:118:21: note: passing argument to parameter here
time_t time(time_t *);
                    ^
5 warnings generated.
[ 54%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libLocalePlugin.dylib
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/LocalePlugin.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -dynamiclib -Wl,-headerpad_max_install_names  -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libLocalePlugin.dylib -install_name @executable_path/Plugins/libLocalePlugin.dylib CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c.o CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c.o -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib -framework CoreFoundation build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libffi.dylib -framework AppKit -framework CoreGraphics 
[ 54%] Built target LocalePlugin
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/SurfacePlugin.dir/build.make CMakeFiles/SurfacePlugin.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/SurfacePlugin.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/SurfacePlugin.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/SurfacePlugin.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/SurfacePlugin.dir/depend.internal".
Scanning dependencies of target SurfacePlugin
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/SurfacePlugin.dir/build.make CMakeFiles/SurfacePlugin.dir/build
[ 54%] Building C object CMakeFiles/SurfacePlugin.dir/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DSurfacePlugin_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/SurfacePlugin.dir/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c:1:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c:1:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c:1:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c:1:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
4 warnings generated.
[ 55%] Building C object CMakeFiles/SurfacePlugin.dir/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DSurfacePlugin_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/SurfacePlugin.dir/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c.o   -c /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:492:19: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long') [-Wint-conversion]
        surfaceHandlePtr = fetchPointerofObject(0, surfaceHandle);
                         ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:493:29: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'sqIntptr_t' (aka 'long') [-Wint-conversion]
        result = ioRegisterSurface(surfaceHandlePtr, sqSurfaceDispatchPtr, surfaceIDPtr);
                                   ^~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:241:30: note: passing argument to parameter 'surfaceHandle' here
ioRegisterSurface(sqIntptr_t surfaceHandle, sqSurfaceDispatch *fn, int *surfaceIDPtr)
                             ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:493:47: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'sqSurfaceDispatch *' (aka 'struct sqSurfaceDispatch *') [-Wint-conversion]
        result = ioRegisterSurface(surfaceHandlePtr, sqSurfaceDispatchPtr, surfaceIDPtr);
                                                     ^~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:241:64: note: passing argument to parameter 'fn' here
ioRegisterSurface(sqIntptr_t surfaceHandle, sqSurfaceDispatch *fn, int *surfaceIDPtr)
                                                               ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "SurfacePlugin * VMMaker-tonel.1 uuid: 1ca3d4f6-c19e-0d00-a7d5-6ffd0250196c " __DATE__ ;
            ^
4 warnings generated.
[ 55%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libSurfacePlugin.dylib
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/SurfacePlugin.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -dynamiclib -Wl,-headerpad_max_install_names  -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libSurfacePlugin.dylib -install_name @executable_path/Plugins/libSurfacePlugin.dylib CMakeFiles/SurfacePlugin.dir/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c.o CMakeFiles/SurfacePlugin.dir/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libffi.dylib -framework AppKit -framework CoreGraphics 
[ 56%] Built target SurfacePlugin
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/UnixOSProcessPlugin.dir/build.make CMakeFiles/UnixOSProcessPlugin.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/UnixOSProcessPlugin.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/UnixOSProcessPlugin.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/UnixOSProcessPlugin.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/UnixOSProcessPlugin.dir/depend.internal".
Scanning dependencies of target UnixOSProcessPlugin
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/UnixOSProcessPlugin.dir/build.make CMakeFiles/UnixOSProcessPlugin.dir/build
[ 57%] Building C object CMakeFiles/UnixOSProcessPlugin.dir/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DUnixOSProcessPlugin_EXPORTS -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/UnixOSProcessPlugin.dir/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:942:8: warning: comparison of array 'semaIndices' equal to a null pointer is always false [-Wtautological-pointer-compare]
        if (!(semaIndices == null)) {
              ^~~~~~~~~~~    ~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1053:6: warning: comparison of array 'semaIndices' equal to a null pointer is always false [-Wtautological-pointer-compare]
        if (semaIndices == null) {
            ^~~~~~~~~~~    ~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:3017:6: warning: comparison of array 'semaIndices' equal to a null pointer is always false [-Wtautological-pointer-compare]
        if (semaIndices == null) {
            ^~~~~~~~~~~    ~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4326:8: warning: comparison of array 'semaIndices' equal to a null pointer is always false [-Wtautological-pointer-compare]
        if (!(semaIndices == null)) {
              ^~~~~~~~~~~    ~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4462:36: warning: incompatible pointer types assigning to 'void (*)(int, struct __siginfo *, void *)' from 'void (int)' [-Wincompatible-pointer-types]
        sigchldHandlerAction.sa_sigaction = reapChildProcess;
                                          ^ ~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4468:53: warning: comparison between pointer and integer ('int' and 'void *') [-Wpointer-integer-compare]
        if ((sigaction(SIGCHLD, &sigchldHandlerAction, 0)) == (sigErrorNumber())) {
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4511:74: warning: comparison between pointer and integer ('int' and 'void *') [-Wpointer-integer-compare]
        if ((sigaction(signalNumber, (&sigHandlerAction), (&oldHandlerAction))) == (sigErrorNumber())) {
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4561:8: warning: comparison of array 'semaIndices' equal to a null pointer is always false [-Wtautological-pointer-compare]
        if (!(semaIndices == null)) {
              ^~~~~~~~~~~    ~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4903:2: warning: expression result unused [-Wunused-value]
        (char *)strncpy(cString, stringPtr, len);
        ^       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "UnixOSProcessPlugin VMConstruction-Plugins-OSProcessPlugin.oscog-dtl.66 uuid: a8a2bf10-e7b3-4963-90b3-d69a2bee77bb " __DATE__ ;
            ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:365:1: warning: unused function 'argumentAtAsType' [-Wunused-function]
argumentAtAsType(sqInt classIdentifier)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:410:1: warning: unused function 'copyBytesFromtolength' [-Wunused-function]
copyBytesFromtolength(void *charArray1, void *charArray2, sqInt len)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:499:1: warning: unused function 'descriptorTableSize' [-Wunused-function]
descriptorTableSize(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:663:1: warning: unused function 'environmentAtSymbolAsType' [-Wunused-function]
environmentAtSymbolAsType(sqInt classIdentifier)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:688:1: warning: unused function 'fileDescriptorFrom' [-Wunused-function]
fileDescriptorFrom(sqInt aSQFileByteArray)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:718:1: warning: unused function 'fileRecordSize' [-Wunused-function]
fileRecordSize(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:732:1: warning: unused function 'fileValueOf' [-Wunused-function]
fileValueOf(sqInt anSQFileRecord)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1202:1: warning: unused function 'getThisSessionIdentifier' [-Wunused-function]
getThisSessionIdentifier(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1313:1: warning: unused function 'isSQFileObject' [-Wunused-function]
isSQFileObject(sqInt objectPointer)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1331:1: warning: unused function 'isSQSocketObject' [-Wunused-function]
isSQSocketObject(sqInt objectPointer)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1345:1: warning: unused function 'isValidFileSession' [-Wunused-function]
isValidFileSession(sqInt objectPointer)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1401:1: warning: unused function 'maskForThisThreadAndResend' [-Wunused-function]
maskForThisThreadAndResend(int sigNum)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1526:1: warning: unused function 'newSQFileByteArray' [-Wunused-function]
newSQFileByteArray(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1536:1: warning: unused function 'newSQSocketByteArray' [-Wunused-function]
newSQSocketByteArray(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1560:1: warning: unused function 'pointerFrom' [-Wunused-function]
pointerFrom(sqInt aByteArray)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4322:1: warning: unused function 'restoreDefaultSignalHandlers' [-Wunused-function]
restoreDefaultSignalHandlers(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4365:1: warning: unused function 'sendSignaltoPid' [-Wunused-function]
sendSignaltoPid(sqInt sig, sqInt pid)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4478:1: warning: unused function 'setSigIntDefaultHandler' [-Wunused-function]
setSigIntDefaultHandler(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4488:1: warning: unused function 'setSigIntIgnore' [-Wunused-function]
setSigIntIgnore(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4519:1: warning: unused function 'setSigPipeDefaultHandler' [-Wunused-function]
setSigPipeDefaultHandler(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4535:1: warning: unused function 'setSigPipeHandler' [-Wunused-function]
setSigPipeHandler(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4549:1: warning: unused function 'setSigPipeIgnore' [-Wunused-function]
setSigPipeIgnore(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4580:1: warning: unused function 'sigAbrtNumber' [-Wunused-function]
sigAbrtNumber(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4590:1: warning: unused function 'sigAlrmNumber' [-Wunused-function]
sigAlrmNumber(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4600:1: warning: unused function 'sigChldNumber' [-Wunused-function]
sigChldNumber(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4610:1: warning: unused function 'sigContNumber' [-Wunused-function]
sigContNumber(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4640:1: warning: unused function 'sigHoldNumber' [-Wunused-function]
sigHoldNumber(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4654:1: warning: unused function 'sigHupNumber' [-Wunused-function]
sigHupNumber(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4674:1: warning: unused function 'sigIntNumber' [-Wunused-function]
sigIntNumber(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4684:1: warning: unused function 'sigKillNumber' [-Wunused-function]
sigKillNumber(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4705:1: warning: unused function 'sigPipeNumber' [-Wunused-function]
sigPipeNumber(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4715:1: warning: unused function 'sigQuitNumber' [-Wunused-function]
sigQuitNumber(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4725:1: warning: unused function 'sigStopNumber' [-Wunused-function]
sigStopNumber(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4737:1: warning: unused function 'sigTermNumber' [-Wunused-function]
sigTermNumber(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4748:1: warning: unused function 'sigUsr1Number' [-Wunused-function]
sigUsr1Number(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4759:1: warning: unused function 'sigUsr2Number' [-Wunused-function]
sigUsr2Number(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4769:1: warning: unused function 'sizeOfInt' [-Wunused-function]
sizeOfInt(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4779:1: warning: unused function 'sizeOfPointer' [-Wunused-function]
sizeOfPointer(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4810:1: warning: unused function 'socketDescriptorFrom' [-Wunused-function]
socketDescriptorFrom(sqInt sqSocketOop)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4829:1: warning: unused function 'socketRecordSize' [-Wunused-function]
socketRecordSize(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4843:1: warning: unused function 'socketValueOf' [-Wunused-function]
socketValueOf(sqInt anSQSocketRecord)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4915:1: warning: unused function 'unixFileNumber' [-Wunused-function]
unixFileNumber(FILEHANDLETYPE fileHandle)
^
52 warnings generated.
[ 57%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libUnixOSProcessPlugin.dylib
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/UnixOSProcessPlugin.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -dynamiclib -Wl,-headerpad_max_install_names  -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libUnixOSProcessPlugin.dylib -install_name @executable_path/Plugins/libUnixOSProcessPlugin.dylib CMakeFiles/UnixOSProcessPlugin.dir/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libFilePlugin.dylib build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libffi.dylib -framework AppKit -framework CoreGraphics 
[ 57%] Built target UnixOSProcessPlugin
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/libpng-1.2.49.dir/build.make CMakeFiles/libpng-1.2.49.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/libpng-1.2.49.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/libpng-1.2.49.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/libpng-1.2.49.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/libpng-1.2.49.dir/depend.internal".
Scanning dependencies of target libpng-1.2.49
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/libpng-1.2.49.dir/build.make CMakeFiles/libpng-1.2.49.dir/build
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libpng-1.2.49-src/libpng12.0.dylib /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libpng-1.2.49-src/libpng12.dylib /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
[ 57%] Built target libpng-1.2.49
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/pixman-0.34.0.dir/build.make CMakeFiles/pixman-0.34.0.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/pixman-0.34.0.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/pixman-0.34.0.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/pixman-0.34.0.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/pixman-0.34.0.dir/depend.internal".
Scanning dependencies of target pixman-0.34.0
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/pixman-0.34.0.dir/build.make CMakeFiles/pixman-0.34.0.dir/build
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/pixman-0.34.0-src/libpixman-1.0.dylib /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/pixman-0.34.0-src/libpixman-1.dylib /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
[ 57%] Built target pixman-0.34.0
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/freetype-2.9.1.dir/build.make CMakeFiles/freetype-2.9.1.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/freetype-2.9.1.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/freetype-2.9.1.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/freetype-2.9.1.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/freetype-2.9.1.dir/depend.internal".
Scanning dependencies of target freetype-2.9.1
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/freetype-2.9.1.dir/build.make CMakeFiles/freetype-2.9.1.dir/build
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/freetype-2.9.1-src/libfreetype.6.dylib /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/freetype-2.9.1-src/libfreetype.dylib /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
[ 57%] Built target freetype-2.9.1
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cairo-1.15.4.dir/build.make CMakeFiles/cairo-1.15.4.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/cairo-1.15.4.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/cairo-1.15.4.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/cairo-1.15.4.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/cairo-1.15.4.dir/depend.internal".
Scanning dependencies of target cairo-1.15.4
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cairo-1.15.4.dir/build.make CMakeFiles/cairo-1.15.4.dir/build
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/cairo-1.15.4-src/libcairo.2.dylib /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/cairo-1.15.4-src/libcairo.dylib /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
[ 57%] Built target cairo-1.15.4
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/libgit2-mac-1.0.0.dir/build.make CMakeFiles/libgit2-mac-1.0.0.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/libgit2-mac-1.0.0.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/libgit2-mac-1.0.0.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/libgit2-mac-1.0.0.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/libgit2-mac-1.0.0.dir/depend.internal".
Scanning dependencies of target libgit2-mac-1.0.0
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/libgit2-mac-1.0.0.dir/build.make CMakeFiles/libgit2-mac-1.0.0.dir/build
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libgit2-mac-1.0.0-src/libgit2.1.0.0.dylib /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
[ 57%] Built target libgit2-mac-1.0.0
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/libgit2-0.25.1.dir/build.make CMakeFiles/libgit2-0.25.1.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/libgit2-0.25.1.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/libgit2-0.25.1.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/libgit2-0.25.1.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/libgit2-0.25.1.dir/depend.internal".
Scanning dependencies of target libgit2-0.25.1
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/libgit2-0.25.1.dir/build.make CMakeFiles/libgit2-0.25.1.dir/build
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libgit2-0.25.1-src/libgit2.0.25.1.dylib /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libgit2-0.25.1-src/libgit2.25.dylib /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libgit2-0.25.1-src/libgit2.dylib /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
[ 57%] Built target libgit2-0.25.1
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/libssh2-1.7.0.dir/build.make CMakeFiles/libssh2-1.7.0.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/libssh2-1.7.0.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/libssh2-1.7.0.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/libssh2-1.7.0.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/libssh2-1.7.0.dir/depend.internal".
Scanning dependencies of target libssh2-1.7.0
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/libssh2-1.7.0.dir/build.make CMakeFiles/libssh2-1.7.0.dir/build
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libssh2-1.7.0-src/libssh2.1.dylib /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libssh2-1.7.0-src/libssh2.dylib /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
[ 57%] Built target libssh2-1.7.0
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/SDL2-2.0.18.dir/build.make CMakeFiles/SDL2-2.0.18.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/SDL2-2.0.18.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/SDL2-2.0.18.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/SDL2-2.0.18.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/SDL2-2.0.18.dir/depend.internal".
Scanning dependencies of target SDL2-2.0.18
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/SDL2-2.0.18.dir/build.make CMakeFiles/SDL2-2.0.18.dir/build
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/SDL2-2.0.18-src/libSDL2-2.0.0.dylib /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/SDL2-2.0.18-src/libSDL2.dylib /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
[ 57%] Built target SDL2-2.0.18
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/UUIDPlugin.dir/build.make CMakeFiles/UUIDPlugin.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/UUIDPlugin.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/UUIDPlugin.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/UUIDPlugin.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/UUIDPlugin.dir/depend.internal".
Scanning dependencies of target UUIDPlugin
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/UUIDPlugin.dir/build.make CMakeFiles/UUIDPlugin.dir/build
[ 58%] Building C object CMakeFiles/UUIDPlugin.dir/plugins/UUIDPlugin/common/UUIDPlugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DUUIDPlugin_EXPORTS -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/UUIDPlugin.dir/plugins/UUIDPlugin/common/UUIDPlugin.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/plugins/UUIDPlugin/common/UUIDPlugin.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/plugins/UUIDPlugin/common/UUIDPlugin.c:2:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/plugins/UUIDPlugin/common/UUIDPlugin.c:2:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/plugins/UUIDPlugin/common/UUIDPlugin.c:2:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/plugins/UUIDPlugin/common/UUIDPlugin.c:2:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
/builds/workspace/pharo-vm_pharo-9/repository/plugins/UUIDPlugin/common/UUIDPlugin.c:108:11: warning: unused variable 'ok' [-Wunused-variable]
    sqInt ok;
          ^
5 warnings generated.
[ 58%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libUUIDPlugin.dylib
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/UUIDPlugin.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -dynamiclib -Wl,-headerpad_max_install_names  -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libUUIDPlugin.dylib -install_name @executable_path/Plugins/libUUIDPlugin.dylib CMakeFiles/UUIDPlugin.dir/plugins/UUIDPlugin/common/UUIDPlugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libffi.dylib -framework AppKit -framework CoreGraphics 
[ 31%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqHeapMap.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqHeapMap.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqHeapMap.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqHeapMap.c:22:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 32%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqVirtualMachine.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqVirtualMachine.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:8:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c: In function ‘sqGetInterpreterProxy’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:306:11: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  VM->push = push;
           ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:308:16: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  VM->pushFloat = pushFloat;
                ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:432:37: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  VM->ioLoadSymbolOfLengthFromModule = ioLoadSymbolOfLengthFromModule;
                                     ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:459:26: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  VM->forceInterruptCheck = forceInterruptCheck;
                          ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:510:22: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  VM->utcMicroseconds = ioUTCMicroseconds;
                      ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:546:23: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  VM->stringForCString = stringForCString;
                       ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:557:37: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  VM->ptEnterInterpreterFromCallback = ptEnterInterpreterFromCallback;
                                     ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:558:34: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  VM->ptExitInterpreterToCallback = ptExitInterpreterToCallback;
                                  ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:562:27: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  VM->platformSemaphoreNew = platform_semaphore_new;
                           ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:565:35: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  VM->waitOnExternalSemaphoreIndex = waitOnExternalSemaphoreIndex;
                                   ^
[ 33%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqNamedPrims.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqNamedPrims.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqNamedPrims.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqNamedPrims.c:14:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 33%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqExternalSemaphores.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqExternalSemaphores.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqExternalSemaphores.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqExternalSemaphores.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqExternalSemaphores.c: In function ‘signalSemaphoreWithIndex’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqExternalSemaphores.c:135:6: warning: unused variable ‘v’ [-Wunused-variable]
  int v;
      ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqExternalSemaphores.c: In function ‘doSignalExternalSemaphores’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqExternalSemaphores.c:198:17: warning: variable ‘signalled’ set but not used [-Wunused-but-set-variable]
  char switched, signalled = 0;
                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqExternalSemaphores.c: In function ‘waitOnExternalSemaphoreIndex’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqExternalSemaphores.c:267:11: warning: unused variable ‘xArray’ [-Wunused-variable]
     sqInt xArray;
           ^
[ 34%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqTicker.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqTicker.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqTicker.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqTicker.c:54:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 58%] Built target UUIDPlugin
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/B2DPlugin.dir/build.make CMakeFiles/B2DPlugin.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/B2DPlugin.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/B2DPlugin.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/B2DPlugin.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/B2DPlugin.dir/depend.internal".
Scanning dependencies of target B2DPlugin
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/B2DPlugin.dir/build.make CMakeFiles/B2DPlugin.dir/build
[ 58%] Building C object CMakeFiles/B2DPlugin.dir/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DB2DPlugin_EXPORTS -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/B2DPlugin.dir/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2474:11: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
        leftViaY = leftViaY;
        ~~~~~~~~ ^ ~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2497:12: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
        rightViaY = rightViaY;
        ~~~~~~~~~ ^ ~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3225:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        xp = xp;
                                        ~~ ^ ~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3241:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        yp = yp;
                                        ~~ ^ ~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3346:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        xp = xp;
                                        ~~ ^ ~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3362:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        yp = yp;
                                        ~~ ^ ~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3468:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        xp = xp;
                                        ~~ ^ ~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3484:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        yp = yp;
                                        ~~ ^ ~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3703:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        xp = xp;
                                        ~~ ^ ~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3719:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        yp = yp;
                                        ~~ ^ ~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13646:18: warning: expression result unused [-Wunused-value]
                ((signed)lastX >> 8);
                 ~~~~~~~~~~~~~ ^  ~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13676:18: warning: expression result unused [-Wunused-value]
        ((signed)lastX1 >> 8);
         ~~~~~~~~~~~~~~ ^  ~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "BalloonEnginePlugin VMMaker.oscog-eem.2480 uuid: bb3ffda7-8241-4dea-b886-d656e474b6c1 " __DATE__ ;
            ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:851:1: warning: unused function 'aaColorMaskGet' [-Wunused-function]
aaColorMaskGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:858:1: warning: unused function 'aaColorMaskPut' [-Wunused-function]
aaColorMaskPut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:865:1: warning: unused function 'aaColorShiftGet' [-Wunused-function]
aaColorShiftGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:872:1: warning: unused function 'aaColorShiftPut' [-Wunused-function]
aaColorShiftPut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:882:1: warning: unused function 'aaFirstPixelFromto' [-Wunused-function]
aaFirstPixelFromto(sqInt leftX, sqInt rightX)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:897:1: warning: unused function 'aaHalfPixelGet' [-Wunused-function]
aaHalfPixelGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:904:1: warning: unused function 'aaHalfPixelPut' [-Wunused-function]
aaHalfPixelPut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:914:1: warning: unused function 'aaLastPixelFromto' [-Wunused-function]
aaLastPixelFromto(sqInt leftX, sqInt rightX)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:921:1: warning: unused function 'aaLevelGet' [-Wunused-function]
aaLevelGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:928:1: warning: unused function 'aaLevelPut' [-Wunused-function]
aaLevelPut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:935:1: warning: unused function 'aaScanMaskGet' [-Wunused-function]
aaScanMaskGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:942:1: warning: unused function 'aaScanMaskPut' [-Wunused-function]
aaScanMaskPut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:949:1: warning: unused function 'aaShiftGet' [-Wunused-function]
aaShiftGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:956:1: warning: unused function 'aaShiftPut' [-Wunused-function]
aaShiftPut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:967:1: warning: unused function 'absoluteSquared8Dot24' [-Wunused-function]
absoluteSquared8Dot24(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1036:1: warning: unused function 'adjustAALevel' [-Wunused-function]
adjustAALevel(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1175:1: warning: unused function 'aetStartGet' [-Wunused-function]
aetStartGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1182:1: warning: unused function 'aetStartPut' [-Wunused-function]
aetStartPut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1189:1: warning: unused function 'aetUsedGet' [-Wunused-function]
aetUsedGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1196:1: warning: unused function 'aetUsedPut' [-Wunused-function]
aetUsedPut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1206:1: warning: unused function 'allocateAETEntry' [-Wunused-function]
allocateAETEntry(sqInt nSlots)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1220:1: warning: unused function 'allocateBezier' [-Wunused-function]
allocateBezier(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1240:1: warning: unused function 'allocateBezierStackEntry' [-Wunused-function]
allocateBezierStackEntry(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1254:1: warning: unused function 'allocateBitmapFillcolormap' [-Wunused-function]
allocateBitmapFillcolormap(sqInt cmSize, int *cmBits)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1321:1: warning: unused function 'allocateGradientFillrampWidthisRadial' [-Wunused-function]
allocateGradientFillrampWidthisRadial(int *ramp, sqInt rampWidth, sqInt isRadial)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1364:1: warning: unused function 'allocateLine' [-Wunused-function]
allocateLine(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1416:1: warning: unused function 'allocateStackEntry' [-Wunused-function]
allocateStackEntry(sqInt nSlots)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1430:1: warning: unused function 'allocateStackFillEntry' [-Wunused-function]
allocateStackFillEntry(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1443:1: warning: unused function 'allocateWideBezier' [-Wunused-function]
allocateWideBezier(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1463:1: warning: unused function 'allocateWideLine' [-Wunused-function]
allocateWideLine(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1483:1: warning: unused function 'areEdgeFillsValid' [-Wunused-function]
areEdgeFillsValid(sqInt edge)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1493:1: warning: unused function 'assureValuebetweenand' [-Wunused-function]
assureValuebetweenand(sqInt val1, sqInt val2, sqInt val3)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1516:1: warning: unused function 'bezierEndXOf' [-Wunused-function]
bezierEndXOf(sqInt bezier)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1523:1: warning: unused function 'bezierEndXOfput' [-Wunused-function]
bezierEndXOfput(sqInt bezier, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1530:1: warning: unused function 'bezierEndYOf' [-Wunused-function]
bezierEndYOf(sqInt bezier)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1537:1: warning: unused function 'bezierEndYOfput' [-Wunused-function]
bezierEndYOfput(sqInt bezier, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1544:1: warning: unused function 'bezierFinalXOf' [-Wunused-function]
bezierFinalXOf(sqInt bezier)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1551:1: warning: unused function 'bezierFinalXOfput' [-Wunused-function]
bezierFinalXOfput(sqInt bezier, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1558:1: warning: unused function 'bezierUpdateDataOf' [-Wunused-function]
bezierUpdateDataOf(sqInt bezier)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1565:1: warning: unused function 'bezierViaXOf' [-Wunused-function]
bezierViaXOf(sqInt bezier)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1572:1: warning: unused function 'bezierViaXOfput' [-Wunused-function]
bezierViaXOfput(sqInt bezier, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1579:1: warning: unused function 'bezierViaYOf' [-Wunused-function]
bezierViaYOf(sqInt bezier)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1586:1: warning: unused function 'bezierViaYOfput' [-Wunused-function]
bezierViaYOfput(sqInt bezier, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1593:1: warning: unused function 'bitmapCmSizeOf' [-Wunused-function]
bitmapCmSizeOf(sqInt bmFill)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1600:1: warning: unused function 'bitmapCmSizeOfput' [-Wunused-function]
bitmapCmSizeOfput(sqInt bmFill, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1607:1: warning: unused function 'bitmapDepthOf' [-Wunused-function]
bitmapDepthOf(sqInt bmFill)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1614:1: warning: unused function 'bitmapDepthOfput' [-Wunused-function]
bitmapDepthOfput(sqInt bmFill, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1621:1: warning: unused function 'bitmapHeightOf' [-Wunused-function]
bitmapHeightOf(sqInt bmFill)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1628:1: warning: unused function 'bitmapHeightOfput' [-Wunused-function]
bitmapHeightOfput(sqInt bmFill, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1635:1: warning: unused function 'bitmapRasterOf' [-Wunused-function]
bitmapRasterOf(sqInt bmFill)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1642:1: warning: unused function 'bitmapRasterOfput' [-Wunused-function]
bitmapRasterOfput(sqInt bmFill, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1649:1: warning: unused function 'bitmapSizeOf' [-Wunused-function]
bitmapSizeOf(sqInt bmFill)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1656:1: warning: unused function 'bitmapSizeOfput' [-Wunused-function]
bitmapSizeOfput(sqInt bmFill, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1663:1: warning: unused function 'bitmapTileFlagOf' [-Wunused-function]
bitmapTileFlagOf(sqInt bmFill)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1670:1: warning: unused function 'bitmapTileFlagOfput' [-Wunused-function]
bitmapTileFlagOfput(sqInt bmFill, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1677:1: warning: unused function 'bitmapValuebitsatXy' [-Wunused-function]
bitmapValuebitsatXy(sqInt bmFill, sqInt bits, sqInt xp, sqInt yp)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1740:1: warning: unused function 'bitmapWidthOf' [-Wunused-function]
bitmapWidthOf(sqInt bmFill)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1747:1: warning: unused function 'bitmapWidthOfput' [-Wunused-function]
bitmapWidthOfput(sqInt bmFill, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1754:1: warning: unused function 'bzEndX' [-Wunused-function]
bzEndX(sqInt index)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1765:1: warning: unused function 'bzEndXput' [-Wunused-function]
bzEndXput(sqInt index, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1776:1: warning: unused function 'bzEndY' [-Wunused-function]
bzEndY(sqInt index)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1787:1: warning: unused function 'bzEndYput' [-Wunused-function]
bzEndYput(sqInt index, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1798:1: warning: unused function 'bzStartX' [-Wunused-function]
bzStartX(sqInt index)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1809:1: warning: unused function 'bzStartXput' [-Wunused-function]
bzStartXput(sqInt index, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1820:1: warning: unused function 'bzStartY' [-Wunused-function]
bzStartY(sqInt index)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1831:1: warning: unused function 'bzStartYput' [-Wunused-function]
bzStartYput(sqInt index, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1842:1: warning: unused function 'bzViaX' [-Wunused-function]
bzViaX(sqInt index)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1853:1: warning: unused function 'bzViaXput' [-Wunused-function]
bzViaXput(sqInt index, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1864:1: warning: unused function 'bzViaY' [-Wunused-function]
bzViaY(sqInt index)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1875:1: warning: unused function 'bzViaYput' [-Wunused-function]
bzViaYput(sqInt index, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2030:1: warning: unused function 'checkedAddBezierToGET' [-Wunused-function]
checkedAddBezierToGET(sqInt bezier)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2058:1: warning: unused function 'checkedAddEdgeToGET' [-Wunused-function]
checkedAddEdgeToGET(sqInt edge)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2110:1: warning: unused function 'checkedAddLineToGET' [-Wunused-function]
checkedAddLineToGET(sqInt line)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2170:1: warning: unused function 'clampValuemax' [-Wunused-function]
clampValuemax(sqInt value, sqInt maxValue)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2218:1: warning: unused function 'clearSpanBufferGet' [-Wunused-function]
clearSpanBufferGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2225:1: warning: unused function 'clearSpanBufferPut' [-Wunused-function]
clearSpanBufferPut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2232:1: warning: unused function 'clipMaxXGet' [-Wunused-function]
clipMaxXGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2239:1: warning: unused function 'clipMaxXPut' [-Wunused-function]
clipMaxXPut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2246:1: warning: unused function 'clipMaxYGet' [-Wunused-function]
clipMaxYGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2253:1: warning: unused function 'clipMaxYPut' [-Wunused-function]
clipMaxYPut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2260:1: warning: unused function 'clipMinXGet' [-Wunused-function]
clipMinXGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2267:1: warning: unused function 'clipMinXPut' [-Wunused-function]
clipMinXPut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2274:1: warning: unused function 'clipMinYGet' [-Wunused-function]
clipMinYGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2281:1: warning: unused function 'clipMinYPut' [-Wunused-function]
clipMinYPut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2288:1: warning: unused function 'colormapOf' [-Wunused-function]
colormapOf(sqInt bmFill)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2295:1: warning: unused function 'colorTransform' [-Wunused-function]
colorTransform(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2577:1: warning: unused function 'computeSqrt' [-Wunused-function]
computeSqrt(sqInt length2)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2672:1: warning: unused function 'currentYGet' [-Wunused-function]
currentYGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2679:1: warning: unused function 'currentYPut' [-Wunused-function]
currentYPut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2686:1: warning: unused function 'currentZGet' [-Wunused-function]
currentZGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2693:1: warning: unused function 'currentZPut' [-Wunused-function]
currentZPut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2700:1: warning: unused function 'destOffsetXGet' [-Wunused-function]
destOffsetXGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2707:1: warning: unused function 'destOffsetXPut' [-Wunused-function]
destOffsetXPut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2714:1: warning: unused function 'destOffsetYGet' [-Wunused-function]
destOffsetYGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2721:1: warning: unused function 'destOffsetYPut' [-Wunused-function]
destOffsetYPut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2766:1: warning: unused function 'drawWideEdgefrom' [-Wunused-function]
drawWideEdgefrom(sqInt edge, sqInt leftX)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2813:1: warning: unused function 'edgeFillsInvalidate' [-Wunused-function]
edgeFillsInvalidate(sqInt edge)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2824:1: warning: unused function 'edgeFillsValidate' [-Wunused-function]
edgeFillsValidate(sqInt edge)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2835:1: warning: unused function 'edgeLeftFillOf' [-Wunused-function]
edgeLeftFillOf(sqInt edge)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2842:1: warning: unused function 'edgeLeftFillOfput' [-Wunused-function]
edgeLeftFillOfput(sqInt edge, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2849:1: warning: unused function 'edgeNumLinesOf' [-Wunused-function]
edgeNumLinesOf(sqInt edge)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2856:1: warning: unused function 'edgeNumLinesOfput' [-Wunused-function]
edgeNumLinesOfput(sqInt edge, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2863:1: warning: unused function 'edgeRightFillOf' [-Wunused-function]
edgeRightFillOf(sqInt edge)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2870:1: warning: unused function 'edgeRightFillOfput' [-Wunused-function]
edgeRightFillOfput(sqInt edge, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2877:1: warning: unused function 'edgeTransform' [-Wunused-function]
edgeTransform(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2887:1: warning: unused function 'edgeTypeOf' [-Wunused-function]
edgeTypeOf(sqInt edge)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2894:1: warning: unused function 'edgeXValueOf' [-Wunused-function]
edgeXValueOf(sqInt edge)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2901:1: warning: unused function 'edgeXValueOfput' [-Wunused-function]
edgeXValueOfput(sqInt edge, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2908:1: warning: unused function 'edgeYValueOf' [-Wunused-function]
edgeYValueOf(sqInt edge)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2915:1: warning: unused function 'edgeYValueOfput' [-Wunused-function]
edgeYValueOfput(sqInt edge, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2922:1: warning: unused function 'edgeZValueOf' [-Wunused-function]
edgeZValueOf(sqInt edge)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2929:1: warning: unused function 'edgeZValueOfput' [-Wunused-function]
edgeZValueOfput(sqInt edge, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2953:1: warning: unused function 'estimatedLengthOfwith' [-Wunused-function]
estimatedLengthOfwith(sqInt deltaX, sqInt deltaY)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2983:1: warning: unused function 'fillAllFromto' [-Wunused-function]
fillAllFromto(sqInt leftX, sqInt rightX)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3086:1: warning: unused function 'fillBitmapSpan' [-Wunused-function]
fillBitmapSpan(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3866:1: warning: unused function 'fillColorSpanfromto' [-Wunused-function]
fillColorSpanfromto(sqInt pixelValue32, sqInt leftX, sqInt rightX)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3896:1: warning: unused function 'fillDirectionXOf' [-Wunused-function]
fillDirectionXOf(sqInt fill)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3903:1: warning: unused function 'fillDirectionXOfput' [-Wunused-function]
fillDirectionXOfput(sqInt fill, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3910:1: warning: unused function 'fillDirectionYOf' [-Wunused-function]
fillDirectionYOf(sqInt fill)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3917:1: warning: unused function 'fillDirectionYOfput' [-Wunused-function]
fillDirectionYOfput(sqInt fill, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3924:1: warning: unused function 'fillLinearGradient' [-Wunused-function]
fillLinearGradient(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4152:1: warning: unused function 'fillMaxXGet' [-Wunused-function]
fillMaxXGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4159:1: warning: unused function 'fillMaxXPut' [-Wunused-function]
fillMaxXPut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4166:1: warning: unused function 'fillMaxYGet' [-Wunused-function]
fillMaxYGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4173:1: warning: unused function 'fillMaxYPut' [-Wunused-function]
fillMaxYPut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4180:1: warning: unused function 'fillMinXGet' [-Wunused-function]
fillMinXGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4187:1: warning: unused function 'fillMinXPut' [-Wunused-function]
fillMinXPut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4194:1: warning: unused function 'fillMinYGet' [-Wunused-function]
fillMinYGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4201:1: warning: unused function 'fillMinYPut' [-Wunused-function]
fillMinYPut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4208:1: warning: unused function 'fillNormalXOf' [-Wunused-function]
fillNormalXOf(sqInt fill)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4215:1: warning: unused function 'fillNormalXOfput' [-Wunused-function]
fillNormalXOfput(sqInt fill, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4222:1: warning: unused function 'fillNormalYOf' [-Wunused-function]
fillNormalYOf(sqInt fill)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4229:1: warning: unused function 'fillNormalYOfput' [-Wunused-function]
fillNormalYOfput(sqInt fill, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4236:1: warning: unused function 'fillOffsetXGet' [-Wunused-function]
fillOffsetXGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4243:1: warning: unused function 'fillOffsetXPut' [-Wunused-function]
fillOffsetXPut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4250:1: warning: unused function 'fillOffsetYGet' [-Wunused-function]
fillOffsetYGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4257:1: warning: unused function 'fillOffsetYPut' [-Wunused-function]
fillOffsetYPut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4264:1: warning: unused function 'fillOriginXOf' [-Wunused-function]
fillOriginXOf(sqInt fill)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4271:1: warning: unused function 'fillOriginXOfput' [-Wunused-function]
fillOriginXOfput(sqInt fill, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4278:1: warning: unused function 'fillOriginYOf' [-Wunused-function]
fillOriginYOf(sqInt fill)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4285:1: warning: unused function 'fillOriginYOfput' [-Wunused-function]
fillOriginYOfput(sqInt fill, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4431:1: warning: unused function 'fillRadialDecreasingrampdeltaSTdsXdtXfromto' [-Wunused-function]
fillRadialDecreasingrampdeltaSTdsXdtXfromto(sqInt fill, sqInt ramp, sqInt deltaST, sqInt dsX, sqInt dtX, sqInt leftX, sqInt rightX)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4477:1: warning: unused function 'fillRadialGradient' [-Wunused-function]
fillRadialGradient(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4839:1: warning: unused function 'fillRadialIncreasingrampdeltaSTdsXdtXfromto' [-Wunused-function]
fillRadialIncreasingrampdeltaSTdsXdtXfromto(sqInt fill, sqInt ramp, sqInt deltaST, sqInt dsX, sqInt dtX, sqInt leftX, sqInt rightX)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5011:1: warning: unused function 'fillTypeOf' [-Wunused-function]
fillTypeOf(sqInt fill)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5018:1: warning: unused function 'findNextAETEdgeFrom' [-Wunused-function]
findNextAETEdgeFrom(sqInt leftEdge)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5446:1: warning: unused function 'finishedProcessing' [-Wunused-function]
finishedProcessing(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5453:1: warning: unused function 'firstPointListGet' [-Wunused-function]
firstPointListGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5460:1: warning: unused function 'firstPointListPut' [-Wunused-function]
firstPointListPut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5467:1: warning: unused function 'freeStackFillEntry' [-Wunused-function]
freeStackFillEntry(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5509:1: warning: unused function 'getStartGet' [-Wunused-function]
getStartGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5516:1: warning: unused function 'getStartPut' [-Wunused-function]
getStartPut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5523:1: warning: unused function 'getUsedGet' [-Wunused-function]
getUsedGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5530:1: warning: unused function 'getUsedPut' [-Wunused-function]
getUsedPut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5537:1: warning: unused function 'gradientRampLengthOf' [-Wunused-function]
gradientRampLengthOf(sqInt fill)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5544:1: warning: unused function 'gradientRampLengthOfput' [-Wunused-function]
gradientRampLengthOfput(sqInt fill, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5551:1: warning: unused function 'gradientRampOf' [-Wunused-function]
gradientRampOf(sqInt fill)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5558:1: warning: unused function 'hasColorTransform' [-Wunused-function]
hasColorTransform(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5565:1: warning: unused function 'hasColorTransformGet' [-Wunused-function]
hasColorTransformGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5572:1: warning: unused function 'hasColorTransformPut' [-Wunused-function]
hasColorTransformPut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5579:1: warning: unused function 'hasEdgeTransform' [-Wunused-function]
hasEdgeTransform(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5586:1: warning: unused function 'hasEdgeTransformGet' [-Wunused-function]
hasEdgeTransformGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5593:1: warning: unused function 'hasEdgeTransformPut' [-Wunused-function]
hasEdgeTransformPut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5677:1: warning: unused function 'incrementPointby' [-Wunused-function]
incrementPointby(int *point, sqInt delta)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5686:1: warning: unused function 'incrementStatby' [-Wunused-function]
incrementStatby(sqInt statIndex, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5899:1: warning: unused function 'isBezier' [-Wunused-function]
isBezier(sqInt bezier)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5919:1: warning: unused function 'isFillColor' [-Wunused-function]
isFillColor(sqInt fill)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5938:1: warning: unused function 'isFill' [-Wunused-function]
isFill(sqInt fill)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5946:1: warning: unused function 'isLine' [-Wunused-function]
isLine(sqInt line)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5953:1: warning: unused function 'isObject' [-Wunused-function]
isObject(sqInt obj)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5961:1: warning: unused function 'isRealFill' [-Wunused-function]
isRealFill(sqInt fill)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5968:1: warning: unused function 'isStackEntry' [-Wunused-function]
isStackEntry(sqInt entry)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5976:1: warning: unused function 'isStackIndex' [-Wunused-function]
isStackIndex(sqInt index)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5984:1: warning: unused function 'isWideBezier' [-Wunused-function]
isWideBezier(sqInt bezier)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5992:1: warning: unused function 'isWideLine' [-Wunused-function]
isWideLine(sqInt line)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6000:1: warning: unused function 'isWide' [-Wunused-function]
isWide(sqInt object)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6007:1: warning: unused function 'lastExportedEdgeGet' [-Wunused-function]
lastExportedEdgeGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6014:1: warning: unused function 'lastExportedEdgePut' [-Wunused-function]
lastExportedEdgePut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6021:1: warning: unused function 'lastExportedFillGet' [-Wunused-function]
lastExportedFillGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6028:1: warning: unused function 'lastExportedFillPut' [-Wunused-function]
lastExportedFillPut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6035:1: warning: unused function 'lastExportedLeftXGet' [-Wunused-function]
lastExportedLeftXGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6042:1: warning: unused function 'lastExportedLeftXPut' [-Wunused-function]
lastExportedLeftXPut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6049:1: warning: unused function 'lastExportedRightXGet' [-Wunused-function]
lastExportedRightXGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6056:1: warning: unused function 'lastExportedRightXPut' [-Wunused-function]
lastExportedRightXPut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6063:1: warning: unused function 'lineEndXOf' [-Wunused-function]
lineEndXOf(sqInt line)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6070:1: warning: unused function 'lineEndXOfput' [-Wunused-function]
lineEndXOfput(sqInt line, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6077:1: warning: unused function 'lineEndYOf' [-Wunused-function]
lineEndYOf(sqInt line)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6084:1: warning: unused function 'lineEndYOfput' [-Wunused-function]
lineEndYOfput(sqInt line, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6091:1: warning: unused function 'lineErrorAdjDownOf' [-Wunused-function]
lineErrorAdjDownOf(sqInt line)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6098:1: warning: unused function 'lineErrorAdjDownOfput' [-Wunused-function]
lineErrorAdjDownOfput(sqInt line, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6105:1: warning: unused function 'lineErrorAdjUpOf' [-Wunused-function]
lineErrorAdjUpOf(sqInt line)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6112:1: warning: unused function 'lineErrorAdjUpOfput' [-Wunused-function]
lineErrorAdjUpOfput(sqInt line, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6119:1: warning: unused function 'lineErrorOf' [-Wunused-function]
lineErrorOf(sqInt line)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6126:1: warning: unused function 'lineErrorOfput' [-Wunused-function]
lineErrorOfput(sqInt line, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6133:1: warning: unused function 'lineXDirectionOf' [-Wunused-function]
lineXDirectionOf(sqInt line)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6140:1: warning: unused function 'lineXDirectionOfput' [-Wunused-function]
lineXDirectionOfput(sqInt line, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6147:1: warning: unused function 'lineXIncrementOf' [-Wunused-function]
lineXIncrementOf(sqInt line)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6154:1: warning: unused function 'lineXIncrementOfput' [-Wunused-function]
lineXIncrementOfput(sqInt line, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6161:1: warning: unused function 'lineYDirectionOf' [-Wunused-function]
lineYDirectionOf(sqInt line)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6168:1: warning: unused function 'lineYDirectionOfput' [-Wunused-function]
lineYDirectionOfput(sqInt line, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6237:1: warning: unused function 'loadArrayPolygonnPointsfilllineWidthlineFill' [-Wunused-function]
loadArrayPolygonnPointsfilllineWidthlineFill(sqInt points, sqInt nPoints, sqInt fillIndex, sqInt lineWidth, sqInt lineFill)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6691:1: warning: unused function 'loadBitmapFillcolormaptilefromalongnormalxIndex' [-Wunused-function]
loadBitmapFillcolormaptilefromalongnormalxIndex(sqInt formOop, sqInt cmOop, sqInt tileFlag, int *point1, int *point2, int *point3, sqInt xIndex)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6834:1: warning: unused function 'loadColorTransformFrom' [-Wunused-function]
loadColorTransformFrom(sqInt transformOop)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6861:1: warning: unused function 'loadCompressedSegmentfromshortleftFillrightFilllineWidthlineColor' [-Wunused-function]
loadCompressedSegmentfromshortleftFillrightFilllineWidthlineColor(sqInt segmentIndex, sqInt points, sqInt pointsShort, sqInt leftFill, sqInt rightFill, sqInt lineWidth, sqInt lineFill)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:7868:1: warning: unused function 'loadLinefromtooffsetleftFillrightFill' [-Wunused-function]
loadLinefromtooffsetleftFillrightFill(sqInt line, int *point1, int *point2, sqInt yOffset, sqInt leftFill, sqInt rightFill)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8093:1: warning: unused function 'loadPointIntAtfrom' [-Wunused-function]
loadPointIntAtfrom(sqInt index, sqInt intArray)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8103:1: warning: unused function 'loadPointShortAtfrom' [-Wunused-function]
loadPointShortAtfrom(sqInt index, sqInt shortArray)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8147:1: warning: unused function 'loadPolygonnPointsfilllineWidthlineFillpointsShort' [-Wunused-function]
loadPolygonnPointsfilllineWidthlineFillpointsShort(int *points, sqInt nPoints, sqInt fillIndex, sqInt lineWidth, sqInt lineFill, sqInt isShort)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8316:1: warning: unused function 'loadRectanglelineFillleftFillrightFill' [-Wunused-function]
loadRectanglelineFillleftFillrightFill(sqInt lineWidth, sqInt lineFill, sqInt leftFill, sqInt rightFill)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8973:1: warning: unused function 'magicNumberGet' [-Wunused-function]
magicNumberGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8980:1: warning: unused function 'magicNumberPut' [-Wunused-function]
magicNumberPut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8987:1: warning: unused function 'makeRectFromPoints' [-Wunused-function]
makeRectFromPoints(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8998:1: warning: unused function 'makeUnsignedFrom' [-Wunused-function]
makeUnsignedFrom(sqInt someIntegerValue)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9058:1: warning: unused function 'needsFlush' [-Wunused-function]
needsFlush(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9065:1: warning: unused function 'needsFlushGet' [-Wunused-function]
needsFlushGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9072:1: warning: unused function 'needsFlushPut' [-Wunused-function]
needsFlushPut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9079:1: warning: unused function 'objectHeaderOf' [-Wunused-function]
objectHeaderOf(sqInt obj)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9090:1: warning: unused function 'objectIndexOf' [-Wunused-function]
objectIndexOf(sqInt obj)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9097:1: warning: unused function 'objectIndexOfput' [-Wunused-function]
objectIndexOfput(sqInt obj, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9104:1: warning: unused function 'objectLengthOf' [-Wunused-function]
objectLengthOf(sqInt obj)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9111:1: warning: unused function 'objectLengthOfput' [-Wunused-function]
objectLengthOfput(sqInt obj, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9118:1: warning: unused function 'objectTypeOf' [-Wunused-function]
objectTypeOf(sqInt obj)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9125:1: warning: unused function 'objectTypeOfput' [-Wunused-function]
objectTypeOfput(sqInt obj, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9132:1: warning: unused function 'objStartGet' [-Wunused-function]
objStartGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9139:1: warning: unused function 'objStartPut' [-Wunused-function]
objStartPut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9146:1: warning: unused function 'objUsedGet' [-Wunused-function]
objUsedGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9153:1: warning: unused function 'objUsedPut' [-Wunused-function]
objUsedPut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9160:1: warning: unused function 'objat' [-Wunused-function]
objat(sqInt object, sqInt index)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9167:1: warning: unused function 'objatput' [-Wunused-function]
objatput(sqInt object, sqInt index, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9178:1: warning: unused function 'offsetFromWidth' [-Wunused-function]
offsetFromWidth(sqInt lineWidth)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9185:1: warning: unused function 'point1Get' [-Wunused-function]
point1Get(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9192:1: warning: unused function 'point2Get' [-Wunused-function]
point2Get(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9199:1: warning: unused function 'point3Get' [-Wunused-function]
point3Get(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9206:1: warning: unused function 'point4Get' [-Wunused-function]
point4Get(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12282:1: warning: unused function 'quickRemoveInvalidFillsAt' [-Wunused-function]
quickRemoveInvalidFillsAt(sqInt leftX)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12428:1: warning: unused function 'repeatValuemax' [-Wunused-function]
repeatValuemax(sqInt delta, sqInt maxValue)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12495:1: warning: unused function 'returnWideBezierFill' [-Wunused-function]
returnWideBezierFill(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12502:1: warning: unused function 'returnWideBezierWidth' [-Wunused-function]
returnWideBezierWidth(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12512:1: warning: unused function 'returnWideLineFill' [-Wunused-function]
returnWideLineFill(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12522:1: warning: unused function 'returnWideLineWidth' [-Wunused-function]
returnWideLineWidth(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12668:1: warning: unused function 'shortRunLengthAtfrom' [-Wunused-function]
shortRunLengthAtfrom(sqInt i, sqInt runArray)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12680:1: warning: unused function 'shortRunValueAtfrom' [-Wunused-function]
shortRunValueAtfrom(sqInt i, sqInt runArray)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12748:1: warning: unused function 'sortGlobalEdgeTable' [-Wunused-function]
sortGlobalEdgeTable(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12756:1: warning: unused function 'spanEndAAGet' [-Wunused-function]
spanEndAAGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12763:1: warning: unused function 'spanEndAAPut' [-Wunused-function]
spanEndAAPut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12770:1: warning: unused function 'spanEndGet' [-Wunused-function]
spanEndGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12777:1: warning: unused function 'spanEndPut' [-Wunused-function]
spanEndPut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12784:1: warning: unused function 'spanSizeGet' [-Wunused-function]
spanSizeGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12791:1: warning: unused function 'spanSizePut' [-Wunused-function]
spanSizePut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12798:1: warning: unused function 'spanStartGet' [-Wunused-function]
spanStartGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12805:1: warning: unused function 'spanStartPut' [-Wunused-function]
spanStartPut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12812:1: warning: unused function 'squaredLengthOfwith' [-Wunused-function]
squaredLengthOfwith(sqInt deltaX, sqInt deltaY)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12819:1: warning: unused function 'stackFillDepth' [-Wunused-function]
stackFillDepth(sqInt index)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12826:1: warning: unused function 'stackFillDepthput' [-Wunused-function]
stackFillDepthput(sqInt index, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12833:1: warning: unused function 'stackFillEntryLength' [-Wunused-function]
stackFillEntryLength(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12840:1: warning: unused function 'stackFillRightX' [-Wunused-function]
stackFillRightX(sqInt index)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12847:1: warning: unused function 'stackFillRightXput' [-Wunused-function]
stackFillRightXput(sqInt index, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12854:1: warning: unused function 'stackFillSize' [-Wunused-function]
stackFillSize(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12861:1: warning: unused function 'stackFillValue' [-Wunused-function]
stackFillValue(sqInt index)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12868:1: warning: unused function 'stackFillValueput' [-Wunused-function]
stackFillValueput(sqInt index, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12875:1: warning: unused function 'stateGet' [-Wunused-function]
stateGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12882:1: warning: unused function 'statePut' [-Wunused-function]
statePut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12894:1: warning: unused function 'stepToFirstBezier' [-Wunused-function]
stepToFirstBezier(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13033:1: warning: unused function 'stepToFirstLine' [-Wunused-function]
stepToFirstLine(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13140:1: warning: unused function 'stepToFirstWideBezier' [-Wunused-function]
stepToFirstWideBezier(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13244:1: warning: unused function 'stepToFirstWideLine' [-Wunused-function]
stepToFirstWideLine(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13388:1: warning: unused function 'stepToNextBezier' [-Wunused-function]
stepToNextBezier(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13434:1: warning: unused function 'stepToNextBezierForwardat' [-Wunused-function]
stepToNextBezierForwardat(int *updateData, sqInt yValue)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13515:1: warning: unused function 'stepToNextLine' [-Wunused-function]
stepToNextLine(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13686:1: warning: unused function 'stepToNextWideLine' [-Wunused-function]
stepToNextWideLine(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13814:1: warning: unused function 'stopBecauseOf' [-Wunused-function]
stopBecauseOf(sqInt stopReason)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13823:1: warning: unused function 'stopReasonGet' [-Wunused-function]
stopReasonGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13830:1: warning: unused function 'stopReasonPut' [-Wunused-function]
stopReasonPut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13854:1: warning: unused function 'storeEngineStateInto' [-Wunused-function]
storeEngineStateInto(sqInt oop)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13930:1: warning: unused function 'storeStopStateIntoEdgefill' [-Wunused-function]
storeStopStateIntoEdgefill(sqInt edgeOop, sqInt fillOop)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14334:1: warning: unused function 'topFillDepth' [-Wunused-function]
topFillDepth(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14345:1: warning: unused function 'topFillDepthPut' [-Wunused-function]
topFillDepthPut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14356:1: warning: unused function 'topFillRightX' [-Wunused-function]
topFillRightX(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14367:1: warning: unused function 'topFillRightXPut' [-Wunused-function]
topFillRightXPut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14378:1: warning: unused function 'topFillValue' [-Wunused-function]
topFillValue(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14389:1: warning: unused function 'topFillValuePut' [-Wunused-function]
topFillValuePut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14468:1: warning: unused function 'transformPoints' [-Wunused-function]
transformPoints(sqInt n)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14597:1: warning: unused function 'transformPointXyinto' [-Wunused-function]
transformPointXyinto(double xValue, double yValue, int *dstPoint)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14619:1: warning: unused function 'transformPoint' [-Wunused-function]
transformPoint(int *point)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14658:1: warning: unused function 'transformPointinto' [-Wunused-function]
transformPointinto(sqInt srcPoint, sqInt dstPoint)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14872:1: warning: unused function 'wbSizeGet' [-Wunused-function]
wbSizeGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14879:1: warning: unused function 'wbSizePut' [-Wunused-function]
wbSizePut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14886:1: warning: unused function 'wbStackClear' [-Wunused-function]
wbStackClear(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14895:1: warning: unused function 'wbStackPop' [-Wunused-function]
wbStackPop(sqInt nItems)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14916:1: warning: unused function 'wbStackSize' [-Wunused-function]
wbStackSize(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14923:1: warning: unused function 'wbStackValue' [-Wunused-function]
wbStackValue(sqInt index)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14930:1: warning: unused function 'wbStackValueput' [-Wunused-function]
wbStackValueput(sqInt index, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14937:1: warning: unused function 'wbTopGet' [-Wunused-function]
wbTopGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14944:1: warning: unused function 'wbTopPut' [-Wunused-function]
wbTopPut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14951:1: warning: unused function 'wideBezierEntryOf' [-Wunused-function]
wideBezierEntryOf(sqInt line)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14959:1: warning: unused function 'wideBezierEntryOfput' [-Wunused-function]
wideBezierEntryOfput(sqInt line, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14967:1: warning: unused function 'wideBezierExitOf' [-Wunused-function]
wideBezierExitOf(sqInt line)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14975:1: warning: unused function 'wideBezierExitOfput' [-Wunused-function]
wideBezierExitOfput(sqInt line, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14983:1: warning: unused function 'wideBezierExtentOf' [-Wunused-function]
wideBezierExtentOf(sqInt bezier)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14991:1: warning: unused function 'wideBezierExtentOfput' [-Wunused-function]
wideBezierExtentOfput(sqInt bezier, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15007:1: warning: unused function 'wideBezierFillOfput' [-Wunused-function]
wideBezierFillOfput(sqInt bezier, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15015:1: warning: unused function 'wideBezierUpdateDataOf' [-Wunused-function]
wideBezierUpdateDataOf(sqInt bezier)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15030:1: warning: unused function 'wideBezierWidthOfput' [-Wunused-function]
wideBezierWidthOfput(sqInt line, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15038:1: warning: unused function 'wideLineEntryOf' [-Wunused-function]
wideLineEntryOf(sqInt line)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15046:1: warning: unused function 'wideLineEntryOfput' [-Wunused-function]
wideLineEntryOfput(sqInt line, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15054:1: warning: unused function 'wideLineExitOf' [-Wunused-function]
wideLineExitOf(sqInt line)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15062:1: warning: unused function 'wideLineExitOfput' [-Wunused-function]
wideLineExitOfput(sqInt line, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15070:1: warning: unused function 'wideLineExtentOf' [-Wunused-function]
wideLineExtentOf(sqInt line)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15078:1: warning: unused function 'wideLineExtentOfput' [-Wunused-function]
wideLineExtentOfput(sqInt line, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15094:1: warning: unused function 'wideLineFillOfput' [-Wunused-function]
wideLineFillOfput(sqInt line, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15110:1: warning: unused function 'wideLineWidthOfput' [-Wunused-function]
wideLineWidthOfput(sqInt line, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15118:1: warning: unused function 'workBufferPut' [-Wunused-function]
workBufferPut(sqInt wbOop)
^
[ 34%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/unix/aio.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/unix/aio.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/unix/aio.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/semaphores/platformSemaphore.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/unix/aio.c:34:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/unix/aio.c: In function ‘aioInit’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/unix/aio.c:124:16: warning: passing argument 2 of ‘signal’ from incompatible pointer type [-Wincompatible-pointer-types]
  signal(SIGIO, forceInterruptCheck);
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/unix/aio.c:45:0:
/usr/include/signal.h:102:23: note: expected ‘__sighandler_t {aka void (*)(int)}’ but argument is of type ‘sqInt (*)(void) {aka long int (*)(void)}’
 extern __sighandler_t signal (int __sig, __sighandler_t __handler)
                       ^
[ 35%] Building C object CMakeFiles/PharoVMCore.dir/src/debugUnix.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/src/debugUnix.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/src/debugUnix.c
MetacelloNotification: Fetched -> Slang-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc
MetacelloNotification: Fetched -> Slang-Tests-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/src/debugUnix.c:1:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/src/debugUnix.c: In function ‘reportStackState’:
/builds/workspace/pharo-vm_pharo-9/repository/src/debugUnix.c:369:8: warning: unused variable ‘pc’ [-Wunused-variable]
  void *pc;
        ^
/builds/workspace/pharo-vm_pharo-9/repository/src/debugUnix.c: At top level:
/builds/workspace/pharo-vm_pharo-9/repository/src/debugUnix.c:77:12: warning: ‘inFault’ defined but not used [-Wunused-variable]
 static int inFault = 0;
            ^
[ 35%] Building C object CMakeFiles/PharoVMCore.dir/src/memoryUnix.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/src/memoryUnix.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/src/memoryUnix.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/src/memoryUnix.c:1:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 36%] Building C object CMakeFiles/PharoVMCore.dir/src/fileDialogUnix.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/src/fileDialogUnix.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/src/fileDialogUnix.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/errorCode.h:6,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/fileDialog.h:4,
                 from /builds/workspace/pharo-vm_pharo-9/repository/src/fileDialogUnix.c:1:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 36%] Linking C shared library build/vm/libPharoVMCore.so
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/PharoVMCore.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.  -shared -Wl,-soname,libPharoVMCore.so -o build/vm/libPharoVMCore.so CMakeFiles/PharoVMCore.dir/src/debug.c.o CMakeFiles/PharoVMCore.dir/src/utils.c.o CMakeFiles/PharoVMCore.dir/src/errorCode.c.o CMakeFiles/PharoVMCore.dir/src/nullDisplay.c.o CMakeFiles/PharoVMCore.dir/src/externalPrimitives.c.o CMakeFiles/PharoVMCore.dir/src/client.c.o CMakeFiles/PharoVMCore.dir/src/pathUtilities.c.o CMakeFiles/PharoVMCore.dir/src/fileDialogCommon.c.o CMakeFiles/PharoVMCore.dir/src/stringUtilities.c.o CMakeFiles/PharoVMCore.dir/src/imageAccess.c.o CMakeFiles/PharoVMCore.dir/src/parameters/parameterVector.c.o CMakeFiles/PharoVMCore.dir/src/parameters/parameters.c.o CMakeFiles/PharoVMCore.dir/src/semaphores/platformSemaphore.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/heartbeat.c.o CMakeFiles/PharoVMCore.dir/ffi/src/functionDefinitionPrimitives.c.o CMakeFiles/PharoVMCore.dir/ffi/src/primitiveCalls.c.o CMakeFiles/PharoVMCore.dir/ffi/src/primitiveUtils.c.o CMakeFiles/PharoVMCore.dir/ffi/src/types.c.o CMakeFiles/PharoVMCore.dir/ffi/src/typesPrimitives.c.o CMakeFiles/PharoVMCore.dir/ffi/src/utils.c.o CMakeFiles/PharoVMCore.dir/ffi/src/sameThread/sameThread.c.o CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbackPrimitives.c.o CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbacks.c.o CMakeFiles/PharoVMCore.dir/src/semaphores/pharoSemaphore.c.o CMakeFiles/PharoVMCore.dir/src/threadSafeQueue/threadSafeQueue.c.o CMakeFiles/PharoVMCore.dir/ffi/src/pThreadedFFI.c.o CMakeFiles/PharoVMCore.dir/ffi/src/worker/worker.c.o CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerPrimitives.c.o CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerTask.c.o CMakeFiles/PharoVMCore.dir/generated/64/vm/src/cogit.c.o CMakeFiles/PharoVMCore.dir/generated/64/vm/src/gcc3x-cointerp.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqHeapMap.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqVirtualMachine.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqNamedPrims.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqExternalSemaphores.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqTicker.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/unix/aio.c.o CMakeFiles/PharoVMCore.dir/src/debugUnix.c.o CMakeFiles/PharoVMCore.dir/src/memoryUnix.c.o CMakeFiles/PharoVMCore.dir/src/fileDialogUnix.c.o -Wl,-rpath,@executable_path/Plugins build/vm/libffi.so -ldl -lm -lpthread 
MetacelloNotification: Fetched -> Melchor-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc
MetacelloNotification: Project: Unicorn baseline
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build'
[ 36%] Built target PharoVMCore
make -f CMakeFiles/JPEGReaderPlugin.dir/build.make CMakeFiles/JPEGReaderPlugin.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build'
cd /builds/workspace/pharo-vm_pharo-9/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/build /builds/workspace/pharo-vm_pharo-9/build /builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/JPEGReaderPlugin.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/JPEGReaderPlugin.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/JPEGReaderPlugin.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/JPEGReaderPlugin.dir/depend.internal".
Scanning dependencies of target JPEGReaderPlugin
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build'
make -f CMakeFiles/JPEGReaderPlugin.dir/build.make CMakeFiles/JPEGReaderPlugin.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build'
[ 37%] Building C object CMakeFiles/JPEGReaderPlugin.dir/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReaderPlugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReaderPlugin.dir/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqVirtualMachine.h:30:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:22:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c: At top level:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:6:13: warning: ‘__buildInfo’ defined but not used [-Wunused-variable]
 static char __buildInfo[] = "JPEGReaderPlugin VMMaker.oscog-eem.2480 uuid: bb3ffda7-8241-4dea-b886-d656e474b6c1 " __DATE__ ;
             ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:250:1: warning: ‘colorConvertGrayscaleMCU’ defined but not used [-Wunused-function]
 colorConvertGrayscaleMCU(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:300:1: warning: ‘colorConvertMCU’ defined but not used [-Wunused-function]
 colorConvertMCU(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:442:1: warning: ‘decodeBlockIntocomponent’ defined but not used [-Wunused-function]
 decodeBlockIntocomponent(int *anArray, int *aColorComponent)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:582:1: warning: ‘fillBuffer’ defined but not used [-Wunused-function]
 fillBuffer(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:610:1: warning: ‘getBits’ defined but not used [-Wunused-function]
 getBits(sqInt requestedBits)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:662:1: warning: ‘idctBlockIntqt’ defined but not used [-Wunused-function]
 idctBlockIntqt(int *anArray, int *qt)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:940:1: warning: ‘nextSampleCb’ defined but not used [-Wunused-function]
 nextSampleCb(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:976:1: warning: ‘nextSampleCr’ defined but not used [-Wunused-function]
 nextSampleCr(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1012:1: warning: ‘nextSampleFromblocks’ defined but not used [-Wunused-function]
 nextSampleFromblocks(int *aComponent, int **aBlockArray)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1048:1: warning: ‘nextSampleY’ defined but not used [-Wunused-function]
 nextSampleY(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1733:1: warning: ‘scaleAndSignExtendinFieldWidth’ defined but not used [-Wunused-function]
 scaleAndSignExtendinFieldWidth(sqInt aNumber, sqInt w)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1780:1: warning: ‘stInit’ defined but not used [-Wunused-function]
 stInit(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1787:1: warning: ‘storeJPEGStreamOn’ defined but not used [-Wunused-function]
 storeJPEGStreamOn(sqInt streamOop)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:111:14: warning: ‘cbSampleStream’ defined but not used [-Wunused-variable]
 static sqInt cbSampleStream;
              ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:114:14: warning: ‘crSampleStream’ defined but not used [-Wunused-variable]
 static sqInt crSampleStream;
              ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:181:14: warning: ‘ySampleStream’ defined but not used [-Wunused-variable]
 static sqInt ySampleStream;
              ^
MetacelloNotification: Fetched -> Unicorn-CompatibleUserName.1639392057 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master]
MetacelloNotification: Project: LLVMDisassembler baseline
[ 37%] Linking C shared library build/vm/libJPEGReaderPlugin.so
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/JPEGReaderPlugin.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.  -shared -Wl,-soname,libJPEGReaderPlugin.so -o build/vm/libJPEGReaderPlugin.so CMakeFiles/JPEGReaderPlugin.dir/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/libPharoVMCore.so build/vm/libffi.so -ldl -lm -lpthread 
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build'
[ 37%] Built target JPEGReaderPlugin
make -f CMakeFiles/LargeIntegers.dir/build.make CMakeFiles/LargeIntegers.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build'
cd /builds/workspace/pharo-vm_pharo-9/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/build /builds/workspace/pharo-vm_pharo-9/build /builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/LargeIntegers.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/LargeIntegers.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/LargeIntegers.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/LargeIntegers.dir/depend.internal".
Scanning dependencies of target LargeIntegers
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build'
make -f CMakeFiles/LargeIntegers.dir/build.make CMakeFiles/LargeIntegers.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build'
[ 38%] Building C object CMakeFiles/LargeIntegers.dir/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DLargeIntegers_EXPORTS -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/LargeIntegers.dir/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqVirtualMachine.h:30:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:22:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c: At top level:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:6:13: warning: ‘__buildInfo’ defined but not used [-Wunused-variable]
 static char __buildInfo[] = "LargeIntegersPlugin VMMaker.oscog-eem.2495 uuid: fcbf4c90-4c50-4ff3-8690-0edfded4f9c4 " __DATE__ ;
             ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:266:1: warning: ‘byteSizeOfCSI’ defined but not used [-Wunused-function]
 byteSizeOfCSI(sqInt csi)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:332:1: warning: ‘cDigitAddlenwithleninto’ defined but not used [-Wunused-function]
 cDigitAddlenwithleninto(unsigned int *pWordShort, sqInt shortLen, unsigned int *pWordLong, sqInt longLen, unsigned int *pWordRes)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:377:1: warning: ‘cDigitCopyFromtolen’ defined but not used [-Wunused-function]
 cDigitCopyFromtolen(unsigned int *pFrom, unsigned int *pTo, sqInt len)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:389:1: warning: ‘cDigitDivlenremlenquolen’ defined but not used [-Wunused-function]
 cDigitDivlenremlenquolen(unsigned int *pDiv, sqInt divLen, unsigned int *pRem, sqInt remLen, unsigned int *pQuo, sqInt quoLen)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:541:1: warning: ‘cDigitLshiftfromlentolen’ defined but not used [-Wunused-function]
 cDigitLshiftfromlentolen(sqInt shiftCount, unsigned int *pFrom, sqInt lenFrom, unsigned int *pTo, sqInt lenTo)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:586:1: warning: ‘cDigitMontgomerylentimeslenmodulolenmInvModBinto’ defined but not used [-Wunused-function]
 cDigitMontgomerylentimeslenmodulolenmInvModBinto(unsigned int *pFirst, sqInt firstLen, unsigned int *pSecond, sqInt secondLen, unsigned int *pThird, sqInt thirdLen, unsigned int mInv, unsigned int *pRes)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:659:1: warning: ‘cDigitMultiplylenwithlenintolen’ defined but not used [-Wunused-function]
 cDigitMultiplylenwithlenintolen(unsigned int *pWordShort, sqInt shortLen, unsigned int *pWordLong, sqInt longLen, unsigned int *pWordRes, sqInt resLen)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:711:1: warning: ‘cDigitOfatput’ defined but not used [-Wunused-function]
 cDigitOfatput(unsigned int *cPointer, sqInt zeroBasedDigitIndex, unsigned int aValue)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:724:1: warning: ‘cDigitOpshortlenlongleninto’ defined but not used [-Wunused-function]
 cDigitOpshortlenlongleninto(sqInt opIndex, unsigned int *pWordShort, sqInt shortLen, unsigned int *pWordLong, sqInt longLen, unsigned int *pWordRes)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:768:1: warning: ‘cDigitReplacefromtowithstartingAt’ defined but not used [-Wunused-function]
 cDigitReplacefromtowithstartingAt(unsigned int *pTo, sqInt start, sqInt stop, unsigned int *pFrom, sqInt repStart)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:781:1: warning: ‘cDigitRshiftfromlentolen’ defined but not used [-Wunused-function]
 cDigitRshiftfromlentolen(sqInt shiftCount, unsigned int *pFrom, sqInt lenFrom, unsigned int *pTo, sqInt lenTo)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:825:1: warning: ‘cDigitSublenwithleninto’ defined but not used [-Wunused-function]
 cDigitSublenwithleninto(unsigned int *pWordSmall, sqInt smallLen, unsigned int *pWordLarge, sqInt largeLen, unsigned int *pWordRes)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:994:1: warning: ‘digitAddLargewith’ defined but not used [-Wunused-function]
 digitAddLargewith(sqInt firstInteger, sqInt secondInteger)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1254:1: warning: ‘digitCompareLargewith’ defined but not used [-Wunused-function]
 digitCompareLargewith(sqInt firstInteger, sqInt secondInteger)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1278:1: warning: ‘digitDivLargewithnegative’ defined but not used [-Wunused-function]
 digitDivLargewithnegative(sqInt firstInteger, sqInt secondInteger, sqInt neg)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1538:1: warning: ‘digitMontgomerytimesmodulomInvModB’ defined but not used [-Wunused-function]
 digitMontgomerytimesmodulomInvModB(sqInt firstLarge, sqInt secondLarge, sqInt thirdLarge, unsigned int mInv)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1651:1: warning: ‘digitMultiplyLargewithnegative’ defined but not used [-Wunused-function]
 digitMultiplyLargewithnegative(sqInt firstInteger, sqInt secondInteger, sqInt neg)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1754:1: warning: ‘digitOfCSIat’ defined but not used [-Wunused-function]
 digitOfCSIat(sqInt csi, sqInt ix)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1766:1: warning: ‘digitOfLargeIntat’ defined but not used [-Wunused-function]
 digitOfLargeIntat(sqInt aBytesOop, sqInt ix)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1786:1: warning: ‘digitSizeOfCSI’ defined but not used [-Wunused-function]
 digitSizeOfCSI(sqInt csi)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1802:1: warning: ‘digitSizeOfLargeInt’ defined but not used [-Wunused-function]
 digitSizeOfLargeInt(sqInt anOop)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1812:1: warning: ‘digitSubLargewith’ defined but not used [-Wunused-function]
 digitSubLargewith(sqInt firstInteger, sqInt secondInteger)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:2100:1: warning: ‘highBitOfLargeInt’ defined but not used [-Wunused-function]
 highBitOfLargeInt(sqInt anOop)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:2326:1: warning: ‘normalize’ defined but not used [-Wunused-function]
 normalize(sqInt aLargeInteger)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:3797:1: warning: ‘sqAssert’ defined but not used [-Wunused-function]
 sqAssert(sqInt aBool)
 ^
MetacelloNotification: Fetched -> LLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master]
MetacelloNotification: Fetched -> VMMakerLoadingDependencies-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc
MetacelloNotification: Fetched -> Printf-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc
325 warnings generated.
[ 59%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libB2DPlugin.dylib
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/B2DPlugin.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -dynamiclib -Wl,-headerpad_max_install_names  -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libB2DPlugin.dylib -install_name @executable_path/Plugins/libB2DPlugin.dylib CMakeFiles/B2DPlugin.dir/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libffi.dylib -framework AppKit -framework CoreGraphics 
[ 59%] Built target B2DPlugin
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/openssl-1.0.2q.dir/build.make CMakeFiles/openssl-1.0.2q.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/openssl-1.0.2q.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/openssl-1.0.2q.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/openssl-1.0.2q.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/openssl-1.0.2q.dir/depend.internal".
Scanning dependencies of target openssl-1.0.2q
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/openssl-1.0.2q.dir/build.make CMakeFiles/openssl-1.0.2q.dir/build
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/openssl-1.0.2q-src/libcrypto.1.0.0.dylib /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/openssl-1.0.2q-src/libssl.1.0.0.dylib /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/openssl-1.0.2q-src/libssl.dylib /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
[ 38%] Linking C shared library build/vm/libLargeIntegers.so
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/LargeIntegers.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.  -shared -Wl,-soname,libLargeIntegers.so -o build/vm/libLargeIntegers.so CMakeFiles/LargeIntegers.dir/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c.o -Wl,-rpath,@executable_path/Plugins build/vm/libPharoVMCore.so build/vm/libffi.so -ldl -lm -lpthread 
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build'
[ 38%] Built target LargeIntegers
make -f CMakeFiles/SurfacePlugin.dir/build.make CMakeFiles/SurfacePlugin.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build'
cd /builds/workspace/pharo-vm_pharo-9/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/build /builds/workspace/pharo-vm_pharo-9/build /builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/SurfacePlugin.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/SurfacePlugin.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/SurfacePlugin.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/SurfacePlugin.dir/depend.internal".
Scanning dependencies of target SurfacePlugin
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build'
make -f CMakeFiles/SurfacePlugin.dir/build.make CMakeFiles/SurfacePlugin.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build'
[ 39%] Building C object CMakeFiles/SurfacePlugin.dir/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DSurfacePlugin_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/SurfacePlugin.dir/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c:1:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 39%] Building C object CMakeFiles/SurfacePlugin.dir/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DSurfacePlugin_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/SurfacePlugin.dir/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c.o   -c /builds/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqVirtualMachine.h:30:0,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:22:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c: In function ‘primitiveRegisterSurface’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:492:19: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
  surfaceHandlePtr = fetchPointerofObject(0, surfaceHandle);
                   ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:493:29: warning: passing argument 1 of ‘ioRegisterSurface’ makes integer from pointer without a cast [-Wint-conversion]
  result = ioRegisterSurface(surfaceHandlePtr, sqSurfaceDispatchPtr, surfaceIDPtr);
                             ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:241:1: note: expected ‘sqIntptr_t {aka long int}’ but argument is of type ‘void *’
 ioRegisterSurface(sqIntptr_t surfaceHandle, sqSurfaceDispatch *fn, int *surfaceIDPtr)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:493:47: warning: passing argument 2 of ‘ioRegisterSurface’ makes pointer from integer without a cast [-Wint-conversion]
  result = ioRegisterSurface(surfaceHandlePtr, sqSurfaceDispatchPtr, surfaceIDPtr);
                                               ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:241:1: note: expected ‘sqSurfaceDispatch * {aka struct sqSurfaceDispatch *}’ but argument is of type ‘sqInt {aka long int}’
 ioRegisterSurface(sqIntptr_t surfaceHandle, sqSurfaceDispatch *fn, int *surfaceIDPtr)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c: At top level:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:6:13: warning: ‘__buildInfo’ defined but not used [-Wunused-variable]
 static char __buildInfo[] = "SurfacePlugin * VMMaker-tonel.1 uuid: 4727fef5-c19e-0d00-90e6-cc7c04f7a9a5 " __DATE__ ;
             ^
[ 40%] Linking C shared library build/vm/libSurfacePlugin.so
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/SurfacePlugin.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.  -shared -Wl,-soname,libSurfacePlugin.so -o build/vm/libSurfacePlugin.so CMakeFiles/SurfacePlugin.dir/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c.o CMakeFiles/SurfacePlugin.dir/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/libPharoVMCore.so build/vm/libffi.so -ldl -lm -lpthread 
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build'
[ 40%] Built target SurfacePlugin
make -f CMakeFiles/UUIDPlugin.dir/build.make CMakeFiles/UUIDPlugin.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build'
cd /builds/workspace/pharo-vm_pharo-9/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/build /builds/workspace/pharo-vm_pharo-9/build /builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/UUIDPlugin.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/UUIDPlugin.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/UUIDPlugin.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/UUIDPlugin.dir/depend.internal".
Scanning dependencies of target UUIDPlugin
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build'
make -f CMakeFiles/UUIDPlugin.dir/build.make CMakeFiles/UUIDPlugin.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build'
[ 40%] Building C object CMakeFiles/UUIDPlugin.dir/plugins/UUIDPlugin/common/UUIDPlugin.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DUUIDPlugin_EXPORTS -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/UUIDPlugin.dir/plugins/UUIDPlugin/common/UUIDPlugin.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/plugins/UUIDPlugin/common/UUIDPlugin.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/plugins/UUIDPlugin/common/UUIDPlugin.c:2:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/plugins/UUIDPlugin/common/UUIDPlugin.c: In function ‘setInterpreter’:
/builds/workspace/pharo-vm_pharo-9/repository/plugins/UUIDPlugin/common/UUIDPlugin.c:108:11: warning: unused variable ‘ok’ [-Wunused-variable]
     sqInt ok;
           ^
[ 41%] Linking C shared library build/vm/libUUIDPlugin.so
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/UUIDPlugin.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.  -shared -Wl,-soname,libUUIDPlugin.so -o build/vm/libUUIDPlugin.so CMakeFiles/UUIDPlugin.dir/plugins/UUIDPlugin/common/UUIDPlugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/libPharoVMCore.so /usr/lib/x86_64-linux-gnu/libuuid.so build/vm/libffi.so -ldl -lm -lpthread 
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build'
[ 41%] Built target UUIDPlugin
make -f CMakeFiles/FilePlugin.dir/build.make CMakeFiles/FilePlugin.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build'
cd /builds/workspace/pharo-vm_pharo-9/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/build /builds/workspace/pharo-vm_pharo-9/build /builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/FilePlugin.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/FilePlugin.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/FilePlugin.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/FilePlugin.dir/depend.internal".
Scanning dependencies of target FilePlugin
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build'
make -f CMakeFiles/FilePlugin.dir/build.make CMakeFiles/FilePlugin.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build'
[ 41%] Building C object CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFilePlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c: In function ‘waitForDataonSemaphoreIndex’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c:844:17: warning: typedef ‘aioHandler’ locally defined but not used [-Wunused-local-typedefs]
  typedef void (*aioHandler)(int fd, void *clientData, int flag);
                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c:846:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
[ 42%] Building C object CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFilePlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c:31:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 42%] Building C object CMakeFiles/FilePlugin.dir/extracted/vm/src/unix/sqUnixCharConv.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFilePlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/FilePlugin.dir/extracted/vm/src/unix/sqUnixCharConv.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/unix/sqUnixCharConv.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/unix/sqUnixCharConv.c:33:0:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 43%] Building C object CMakeFiles/FilePlugin.dir/src/fileUtils.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFilePlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/FilePlugin.dir/src/fileUtils.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/src/fileUtils.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/src/fileUtils.c:1:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 43%] Building C object CMakeFiles/FilePlugin.dir/generated/64/plugins/src/FilePlugin/FilePlugin.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFilePlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/FilePlugin.dir/generated/64/plugins/src/FilePlugin/FilePlugin.c.o   -c /builds/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/FilePlugin/FilePlugin.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqVirtualMachine.h:30:0,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:22:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/FilePlugin/FilePlugin.c: In function ‘pointerFrom’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:504:10: warning: return makes pointer from integer without a cast [-Wint-conversion]
   return primitiveFailFor(PrimErrBadArgument);
          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/FilePlugin/FilePlugin.c: In function ‘primitiveDirectoryEntry’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:703:11: warning: variable ‘v’ set but not used [-Wunused-but-set-variable]
     sqInt v;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/FilePlugin/FilePlugin.c: In function ‘primitiveDirectoryLookup’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:799:11: warning: variable ‘v’ set but not used [-Wunused-but-set-variable]
     sqInt v;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:797:11: warning: unused variable ‘stringPtr’ [-Wunused-variable]
     char *stringPtr;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:795:11: warning: unused variable ‘results’ [-Wunused-variable]
     sqInt results;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:790:11: warning: unused variable ‘nameString’ [-Wunused-variable]
     sqInt nameString;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:788:11: warning: unused variable ‘modDateOop’ [-Wunused-variable]
     sqInt modDateOop;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:786:11: warning: unused variable ‘i’ [-Wunused-variable]
     sqInt i;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:785:11: warning: unused variable ‘fileSizeOop’ [-Wunused-variable]
     sqInt fileSizeOop;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:780:11: warning: unused variable ‘createDateOop’ [-Wunused-variable]
     sqInt createDateOop;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/FilePlugin/FilePlugin.c: In function ‘primitiveFileRead’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1141:12: warning: unused variable ‘startIndex1’ [-Wunused-variable]
     size_t startIndex1;
            ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1138:11: warning: unused variable ‘retryCount’ [-Wunused-variable]
     sqInt retryCount;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1137:11: warning: unused variable ‘objectPointer1’ [-Wunused-variable]
     sqInt objectPointer1;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1135:13: warning: unused variable ‘file1’ [-Wunused-variable]
     SQFile *file1;
             ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1133:12: warning: unused variable ‘elementSize1’ [-Wunused-variable]
     size_t elementSize1;
            ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1131:12: warning: unused variable ‘count1’ [-Wunused-variable]
     size_t count1;
            ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1129:11: warning: unused variable ‘bytesRead1’ [-Wunused-variable]
     sqInt bytesRead1;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1127:11: warning: unused variable ‘array1’ [-Wunused-variable]
     sqInt array1;
           ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/FilePlugin/FilePlugin.c: In function ‘setInterpreter’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1629:21: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
   characterObjectOf = interpreterProxy->characterObjectOf;
                     ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1643:10: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
   fullGC = interpreterProxy->fullGC;
          ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/FilePlugin/FilePlugin.c: At top level:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:6:13: warning: ‘__buildInfo’ defined but not used [-Wunused-variable]
 static char __buildInfo[] = "FilePlugin * VMMaker-tonel.1 uuid: 4727fef5-c19e-0d00-90e6-cc7c04f7a9a5 " __DATE__ ;
             ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:230:1: warning: ‘connectToFdwrite’ defined but not used [-Wunused-function]
 connectToFdwrite(int fd, sqInt writeFlag)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:257:1: warning: ‘connectToFilewrite’ defined but not used [-Wunused-function]
 connectToFilewrite(void *cfile, sqInt writeFlag)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:384:1: warning: ‘makeDirEntryNamesizecreateDatemodDateisDirfileSize’ defined but not used [-Wunused-function]
 makeDirEntryNamesizecreateDatemodDateisDirfileSize(char *entryName, sqInt entryNameSize, sqInt createDate, sqInt modifiedDate, sqInt dirFlag, squeakFileOffsetType fileSize)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1230:1: warning: ‘primitiveFileReadWithoutPinning’ defined but not used [-Wunused-function]
 primitiveFileReadWithoutPinning(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1285:1: warning: ‘primitiveFileReadWithPinning’ defined but not used [-Wunused-function]
 primitiveFileReadWithPinning(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/FilePlugin/FilePlugin.c: In function ‘primitiveFileGetPosition’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1071:3: warning: ‘position’ may be used uninitialized in this function [-Wmaybe-uninitialized]
   methodReturnValue(positive64BitIntegerFor(position));
   ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/FilePlugin/FilePlugin.c: In function ‘primitiveFileSize’:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1411:3: warning: ‘size’ may be used uninitialized in this function [-Wmaybe-uninitialized]
   methodReturnValue(positive64BitIntegerFor(size));
   ^
[ 44%] Linking C shared library build/vm/libFilePlugin.so
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/FilePlugin.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.  -shared -Wl,-soname,libFilePlugin.so -o build/vm/libFilePlugin.so CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c.o CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c.o CMakeFiles/FilePlugin.dir/extracted/vm/src/unix/sqUnixCharConv.c.o CMakeFiles/FilePlugin.dir/src/fileUtils.c.o CMakeFiles/FilePlugin.dir/generated/64/plugins/src/FilePlugin/FilePlugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/libPharoVMCore.so build/vm/libffi.so -ldl -lm -lpthread 
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build'
[ 45%] Built target FilePlugin
make -f CMakeFiles/FileAttributesPlugin.dir/build.make CMakeFiles/FileAttributesPlugin.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build'
cd /builds/workspace/pharo-vm_pharo-9/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/build /builds/workspace/pharo-vm_pharo-9/build /builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/FileAttributesPlugin.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/FileAttributesPlugin.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/FileAttributesPlugin.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/FileAttributesPlugin.dir/depend.internal".
Scanning dependencies of target FileAttributesPlugin
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build'
make -f CMakeFiles/FileAttributesPlugin.dir/build.make CMakeFiles/FileAttributesPlugin.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build'
[ 45%] Building C object CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFileAttributesPlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqVirtualMachine.h:30:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:53:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c: In function ‘primitiveFileAttributes’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:630:11: warning: variable ‘val’ set but not used [-Wunused-but-set-variable]
     sqInt val;
           ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c: In function ‘primitiveLogicalDrives’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:709:18: warning: unused variable ‘mask’ [-Wunused-variable]
     unsigned int mask;
                  ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c: In function ‘processDirectory’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:1048:11: warning: variable ‘val’ set but not used [-Wunused-but-set-variable]
     sqInt val;
           ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c: At top level:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:6:13: warning: ‘__buildInfo’ defined but not used [-Wunused-variable]
 static char __buildInfo[] = "FileAttributesPlugin FileAttributesPlugin.oscog-akg.49 uuid: 00b4eed5-b2a8-454a-90b7-c3662d7c5423 " __DATE__ ;
             ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:183:1: warning: ‘addressObjectFor’ defined but not used [-Wunused-function]
 addressObjectFor(void *aMachineAddress)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:313:1: warning: ‘badSessionId’ defined but not used [-Wunused-function]
 badSessionId(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:354:1: warning: ‘faSuccess’ defined but not used [-Wunused-function]
 faSuccess(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:384:1: warning: ‘objectFromStructsize’ defined but not used [-Wunused-function]
 objectFromStructsize(void *aMachineAddress, sqInt structSize)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:403:1: warning: ‘pathOoptoBuffermaxLen’ defined but not used [-Wunused-function]
 pathOoptoBuffermaxLen(sqInt pathNameOop, char *cPathName, sqInt maxLen)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:424:1: warning: ‘pointerFrom’ defined but not used [-Wunused-function]
 pointerFrom(sqInt directoryPointerBytes)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:1093:1: warning: ‘readLinkintomaxLength’ defined but not used [-Wunused-function]
 readLinkintomaxLength(char *cPathName, char *cLinkPtr, size_t maxLength)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:1171:1: warning: ‘sizeOfFaPath’ defined but not used [-Wunused-function]
 sizeOfFaPath(void)
 ^
[ 46%] Building C object CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFileAttributesPlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c:7:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 46%] Building C object CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFileAttributesPlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c:10:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c: In function ‘faFileStatAttributes’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c:468:6: warning: unused variable ‘mode’ [-Wunused-variable]
 int  mode;
      ^
[ 47%] Linking C shared library build/vm/libFileAttributesPlugin.so
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/FileAttributesPlugin.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.  -shared -Wl,-soname,libFileAttributesPlugin.so -o build/vm/libFileAttributesPlugin.so CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c.o CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c.o CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c.o -Wl,-rpath,@executable_path/Plugins build/vm/libPharoVMCore.so build/vm/libFilePlugin.so build/vm/libffi.so -ldl -lm -lpthread 
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build'
[ 47%] Built target FileAttributesPlugin
make -f CMakeFiles/SocketPlugin.dir/build.make CMakeFiles/SocketPlugin.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build'
cd /builds/workspace/pharo-vm_pharo-9/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/build /builds/workspace/pharo-vm_pharo-9/build /builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/SocketPlugin.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/SocketPlugin.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/SocketPlugin.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/SocketPlugin.dir/depend.internal".
Scanning dependencies of target SocketPlugin
mak[ 59%] Built target openssl-1.0.2q
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/JPEGReadWriter2Plugin.dir/build.make CMakeFiles/JPe[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build'
make -f CMakeFiles/SocketPlugin.dir/build.make CMakeFiles/SocketPlugin.dir/buiEGReadWriter2Plugin.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmakld
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build'
[ 48%] Building C object CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c.o
e.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /System/Volumes/Data/builds/workspace/pharo-vm_pharo-/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DSocketPlugin_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build/lib9/build /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/JPEGReadWriter2Plugin.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/JPEGReadWriter2Plugin.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/JPEGReadWriter2Plugin.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/JPEGReadWriter2Plugin.dir/depend.internal".
Scanning dependencies of target JPEGReadWriter2Plugin
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/JPEGReadWriter2Plugin.dir/build.make CMakeFiles/JPEGReadWriter2Plffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_ugin.dir/build
[ 60%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c
[ 61%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -Ipharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository//builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "JPEGReadWriter2Plugin VMMaker.oscog-eem.2493 uuid: d7437cc5-75c7-4a43-af6b-0f85bf0cebe6 " __DATE__ ;
            ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c:537:1: warning: unused function 'sqAssert' [-Wunused-function]
sqAssert(sqInt aBool)
^
2 warnings generated.
[ 61%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c
[ 62%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c
[ 62%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c
[ 63%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c
[ 63%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c
[ 64%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c
[ 64%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracextracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqVirtualMachine.h:30:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:22:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c: In function ‘primitiveSocketListenOnPortBacklogInterface’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:1499:8: warning: unused variable ‘okToListen’ [-Wunused-variable]
  sqInt okToListen;
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c: In function ‘socketValueOf’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:2312:3: warning: pointer/integer type mismatch in conditional expression
   : (primitiveFailFor(PrimErrBadArgument),
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c: At top level:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:6:13: warning: ‘__buildInfo’ defined but not used [-Wunused-variable]
 static char __buildInfo[] = "SocketPlugin VMMaker.oscog-eem.2495 uuid: fcbf4c90-4c50-4ff3-8690-0edfded4f9c4 " __DATE__ ;
             ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:245:1: warning: ‘netAddressToInt’ defined but not used [-Wunused-function]
 netAddressToInt(unsigned char *ptrToByteArray)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:2296:1: warning: ‘socketRecordSize’ defined but not used [-Wunused-function]
 socketRecordSize(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:2307:1: warning: ‘socketValueOf’ defined but not used [-Wunused-function]
 socketValueOf(sqInt socketOop)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:2318:1: warning: ‘sqAssert’ defined but not used [-Wunused-function]
 sqAssert(sqInt aBool)
 ^
[ 49%] Building C object CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DSocketPlugin_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c:54:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c: In function ‘sqSocketSetReusable’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c:1630:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   *(sqInt *)buf= 1;
   ^
[ 49%] Linking C shared library build/vm/libSocketPlugin.so
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/SocketPlugin.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.  -shared -Wl,-soname,libSocketPlugin.so -o build/vm/libSocketPlugin.so CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c.o CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c.o -Wl,-rpath,@executable_path/Plugins build/vm/libPharoVMCore.so build/vm/libffi.so -ldl -lm -lpthread 
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build'
[ 49%] Built target SocketPlugin
make -f CMakeFiles/JPEGReadWriter2Plugin.dir/build.make CMakeFiles/JPEGReadWriter2Plugin.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build'
cd /builds/workspace/pharo-vm_pharo-9/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/build /builds/workspace/pharo-vm_pharo-9/build /builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/JPEGReadWriter2Plugin.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/JPEGReadWriter2Plugin.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/JPEGReadWriter2Plugin.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/JPEGReadWriter2Plugin.dir/depend.internal".
Scanning dependencies of target JPEGReadWriter2Plugin
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build'
make -f CMakeFiles/JPEGReadWriter2Plugin.dir/build.make CMakeFiles/JPEGReadWriter2Plugin.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build'
[ 49%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c
[ 50%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqVirtualMachine.h:30:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c:22:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c: In function ‘primJPEGWriteImageonByteArrayformqualityprogressiveJPEGerrorMgr’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c:410:8: warning: variable ‘v’ set but not used [-Wunused-but-set-variable]
  sqInt v;
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c: At top level:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c:6:13: warning: ‘__buildInfo’ defined but not used [-Wunused-variable]
 static char __buildInfo[] = "JPEGReadWriter2Plugin VMMaker.oscog-eem.2493 uuid: d7437cc5-75c7-4a43-af6b-0f85bf0cebe6 " __DATE__ ;
             ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c:537:1: warning: ‘sqAssert’ defined but not used [-Wunused-function]
 sqAssert(sqInt aBool)
 ^
ted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c
[ 65%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c
[ 65%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c
[ 66%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c
[ 67%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c
[ 67%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c
[ 68%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c
[ 68%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c
[ 69%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c
[ 69%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c
[ 70%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c
[ 70%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c
[ 71%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c
[ 71%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c
[ 72%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c
[ 73%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c
[ 50%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c
[ 51%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c
[ 51%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c
[ 73%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c
[ 74%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:454:13: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  { 0, ((-1)<<1) + 1, ((-1)<<2) + 1, ((-1)<<3) + 1, ((-1)<<4) + 1,
        ~~~~^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:454:28: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  { 0, ((-1)<<1) + 1, ((-1)<<2) + 1, ((-1)<<3) + 1, ((-1)<<4) + 1,
                       ~~~~^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:454:43: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  { 0, ((-1)<<1) + 1, ((-1)<<2) + 1, ((-1)<<3) + 1, ((-1)<<4) + 1,
                                      ~~~~^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:454:58: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  { 0, ((-1)<<1) + 1, ((-1)<<2) + 1, ((-1)<<3) + 1, ((-1)<<4) + 1,
                                                     ~~~~^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:455:10: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<5) + 1, ((-1)<<6) + 1, ((-1)<<7) + 1, ((-1)<<8) + 1,
     ~~~~^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:455:25: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<5) + 1, ((-1)<<6) + 1, ((-1)<<7) + 1, ((-1)<<8) + 1,
                    ~~~~^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:455:40: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<5) + 1, ((-1)<<6) + 1, ((-1)<<7) + 1, ((-1)<<8) + 1,
                                   ~~~~^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:455:55: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<5) + 1, ((-1)<<6) + 1, ((-1)<<7) + 1, ((-1)<<8) + 1,
                                                  ~~~~^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:456:10: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<9) + 1, ((-1)<<10) + 1, ((-1)<<11) + 1, ((-1)<<12) + 1,
     ~~~~^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:456:25: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<9) + 1, ((-1)<<10) + 1, ((-1)<<11) + 1, ((-1)<<12) + 1,
                    ~~~~^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:456:41: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<9) + 1, ((-1)<<10) + 1, ((-1)<<11) + 1, ((-1)<<12) + 1,
                                    ~~~~^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:456:57: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<9) + 1, ((-1)<<10) + 1, ((-1)<<11) + 1, ((-1)<<12) + 1,
                                                    ~~~~^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:457:10: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<13) + 1, ((-1)<<14) + 1, ((-1)<<15) + 1 };
     ~~~~^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:457:26: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<13) + 1, ((-1)<<14) + 1, ((-1)<<15) + 1 };
                     ~~~~^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:457:42: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<13) + 1, ((-1)<<14) + 1, ((-1)<<15) + 1 };
                                     ~~~~^
15 warnings generated.
[ 74%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c
[ 75%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c
[ 52%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c
[ 52%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c
[ 53%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c
[ 75%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c
[ 54%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c
[ 76%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c
[ 76%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c
[ 54%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c: In function ‘start_pass_main’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c:71:15: warning: ‘main’ is usually a function [-Wmain]
   my_main_ptr main = (my_main_ptr) cinfo->main;
               ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c: In function ‘process_data_simple_main’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c:117:15: warning: ‘main’ is usually a function [-Wmain]
   my_main_ptr main = (my_main_ptr) cinfo->main;
               ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c: In function ‘jinit_c_main_controller’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c:247:15: warning: ‘main’ is usually a function [-Wmain]
   my_main_ptr main;
               ^
[ 55%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c
[ 55%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c
[ 77%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:214:13: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  { 0, ((-1)<<1) + 1, ((-1)<<2) + 1, ((-1)<<3) + 1, ((-1)<<4) + 1,
        ~~~~^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:214:28: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  { 0, ((-1)<<1) + 1, ((-1)<<2) + 1, ((-1)<<3) + 1, ((-1)<<4) + 1,
                       ~~~~^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:214:43: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  { 0, ((-1)<<1) + 1, ((-1)<<2) + 1, ((-1)<<3) + 1, ((-1)<<4) + 1,
                                      ~~~~^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:214:58: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  { 0, ((-1)<<1) + 1, ((-1)<<2) + 1, ((-1)<<3) + 1, ((-1)<<4) + 1,
                                                     ~~~~^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:215:10: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<5) + 1, ((-1)<<6) + 1, ((-1)<<7) + 1, ((-1)<<8) + 1,
     ~~~~^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:215:25: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<5) + 1, ((-1)<<6) + 1, ((-1)<<7) + 1, ((-1)<<8) + 1,
                    ~~~~^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:215:40: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<5) + 1, ((-1)<<6) + 1, ((-1)<<7) + 1, ((-1)<<8) + 1,
                                   ~~~~^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:215:55: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<5) + 1, ((-1)<<6) + 1, ((-1)<<7) + 1, ((-1)<<8) + 1,
                                                  ~~~~^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:216:10: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<9) + 1, ((-1)<<10) + 1, ((-1)<<11) + 1, ((-1)<<12) + 1,
     ~~~~^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:216:25: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<9) + 1, ((-1)<<10) + 1, ((-1)<<11) + 1, ((-1)<<12) + 1,
                    ~~~~^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:216:41: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<9) + 1, ((-1)<<10) + 1, ((-1)<<11) + 1, ((-1)<<12) + 1,
                                    ~~~~^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:216:57: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<9) + 1, ((-1)<<10) + 1, ((-1)<<11) + 1, ((-1)<<12) + 1,
                                                    ~~~~^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:217:10: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<13) + 1, ((-1)<<14) + 1, ((-1)<<15) + 1 };
     ~~~~^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:217:26: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<13) + 1, ((-1)<<14) + 1, ((-1)<<15) + 1 };
                     ~~~~^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:217:42: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<13) + 1, ((-1)<<14) + 1, ((-1)<<15) + 1 };
                                     ~~~~^
15 warnings generated.
[ 77%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c
[ 56%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c
[ 56%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c
[ 78%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c
[ 79%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c
[ 79%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c
[ 80%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c
[ 80%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c
[ 81%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c
[ 81%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c
[ 82%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c
[ 57%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c
[ 57%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c
[ 58%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c
[ 82%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c
[ 83%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c
[ 58%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c
[ 59%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c
[ 60%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c
[ 83%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c
[ 84%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c:41:14: warning: unused variable 'src' [-Wunused-variable]
  my_src_ptr src = (my_src_ptr) cinfo->src;
             ^
1 warning generated.
[ 85%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c
[ 60%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c
[ 61%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c
[ 61%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c
[ 85%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c
[ 86%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c
[ 62%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c
[ 62%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c
[ 86%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c
[ 87%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c
[ 63%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c
[ 63%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c
[ 87%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c
[ 88%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libJPEGReadWriter2Plugin.dylib
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/JPEGReadWriter2Plugin.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -dynamiclib -Wl,-headerpad_max_install_names  -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libJPEGReadWriter2Plugin.dylib -install_name @executable_path/Plugins/libJPEGReadWriter2Plugin.dylib CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libffi.dylib -framework AppKit -framework CoreGraphics 
[ 88%] Built target JPEGReadWriter2Plugin
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/FileAttributesPlugin.dir/build.make CMakeFiles/FileAttributesPlugin.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/FileAttributesPlugin.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/FileAttributesPlugin.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/FileAttributesPlugin.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/FileAttributesPlugin.dir/depend.internal".
Scanning dependencies of target FileAttributesPlugin
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/FileAttributesPlugin.dir/build.make CMakeFiles/FileAttributesPlugin.dir/build
[ 64%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c: In function ‘alloc_funny_pointers’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c:162:15: warning: ‘main’ is usually a function [-Wmain]
   my_main_ptr main = (my_main_ptr) cinfo->main;
               ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c: In function ‘make_funny_pointers’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c:203:15: warning: ‘main’ is usually a function [-Wmain]
   my_main_ptr main = (my_main_ptr) cinfo->main;
               ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c: In function ‘set_wraparound_pointers’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c:243:15: warning: ‘main’ is usually a function [-Wmain]
   my_main_ptr main = (my_main_ptr) cinfo->main;
               ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c: In function ‘set_bottom_pointers’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c:272:15: warning: ‘main’ is usually a function [-Wmain]
   my_main_ptr main = (my_main_ptr) cinfo->main;
               ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c: In function ‘start_pass_main’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c:309:15: warning: ‘main’ is usually a function [-Wmain]
   my_main_ptr main = (my_main_ptr) cinfo->main;
               ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c: In function ‘process_data_simple_main’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c:349:15: warning: ‘main’ is usually a function [-Wmain]
   my_main_ptr main = (my_main_ptr) cinfo->main;
               ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c: In function ‘process_data_context_main’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c:389:15: warning: ‘main’ is usually a function [-Wmain]
   my_main_ptr main = (my_main_ptr) cinfo->main;
               ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c: In function ‘jinit_d_main_controller’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c:478:15: warning: ‘main’ is usually a function [-Wmain]
   my_main_ptr main;
               ^
[ 65%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c
[ 88%] Building C object CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFileAttributesPlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:709:18: warning: unused variable 'mask' [-Wunused-variable]
    unsigned int mask;
                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "FileAttributesPlugin FileAttributesPlugin.oscog-akg.49 uuid: 00b4eed5-b2a8-454a-90b7-c3662d7c5423 " __DATE__ ;
            ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:183:1: warning: unused function 'addressObjectFor' [-Wunused-function]
addressObjectFor(void *aMachineAddress)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:313:1: warning: unused function 'badSessionId' [-Wunused-function]
badSessionId(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:354:1: warning: unused function 'faSuccess' [-Wunused-function]
faSuccess(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:384:1: warning: unused function 'objectFromStructsize' [-Wunused-function]
objectFromStructsize(void *aMachineAddress, sqInt structSize)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:403:1: warning: unused function 'pathOoptoBuffermaxLen' [-Wunused-function]
pathOoptoBuffermaxLen(sqInt pathNameOop, char *cPathName, sqInt maxLen)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:424:1: warning: unused function 'pointerFrom' [-Wunused-function]
pointerFrom(sqInt directoryPointerBytes)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:1093:1: warning: unused function 'readLinkintomaxLength' [-Wunused-function]
readLinkintomaxLength(char *cPathName, char *cLinkPtr, size_t maxLength)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:1171:1: warning: unused function 'sizeOfFaPath' [-Wunused-function]
sizeOfFaPath(void)
^
10 warnings generated.
[ 89%] Building C object CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFileAttributesPlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c:7:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c:7:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c:7:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c:7:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
4 warnings generated.
[ 89%] Building C object CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFileAttributesPlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c:10:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c:10:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c:10:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c:10:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
[ 65%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c
[ 66%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c
[ 66%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c
[ 67%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c
[ 67%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c
[ 68%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c:468:6: warning: unused variable 'mode' [-Wunused-variable]
int             mode;
                ^
5 warnings generated.
[ 90%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libFileAttributesPlugin.dylib
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/FileAttributesPlugin.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -dynamiclib -Wl,-headerpad_max_install_names  -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libFileAttributesPlugin.dylib -install_name @executable_path/Plugins/libFileAttributesPlugin.dylib CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c.o CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c.o CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c.o -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libFilePlugin.dylib build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libffi.dylib -framework AppKit -framework CoreGraphics 
[ 90%] Built target FileAttributesPlugin
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/Pharo.dir/build.make CMakeFiles/Pharo.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/Pharo.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/Pharo.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/Pharo.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/Pharo.dir/depend.internal".
Scanning dependencies of target Pharo
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/Pharo.dir/build.make CMakeFiles/Pharo.dir/build
[ 90%] Building C object CMakeFiles/Pharo.dir/src/unixMain.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk   -o CMakeFiles/Pharo.dir/src/unixMain.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/src/unixMain.c
[ 91%] Linking C executable build/vm/Debug/Pharo.app/Contents/MacOS/Pharo
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/Pharo.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names  CMakeFiles/Pharo.dir/src/unixMain.c.o  -o build/vm/Debug/Pharo.app/Contents/MacOS/Pharo build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libffi.dylib -framework AppKit -framework CoreGraphics 
Copying OS X content build/vm/Debug/Pharo.app/Contents/Resources/Pharo.icns
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_pharo-9/repository/resources/mac/Pharo.icns build/vm/Debug/Pharo.app/Contents/Resources/Pharo.icns
Copying OS X content build/vm/Debug/Pharo.app/Contents/Resources/PharoChanges.icns
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_pharo-9/repository/resources/mac/PharoChanges.icns build/vm/Debug/Pharo.app/Contents/Resources/PharoChanges.icns
Copying OS X content build/vm/Debug/Pharo.app/Contents/Resources/PharoImage.icns
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_pharo-9/repository/resources/mac/PharoImage.icns build/vm/Debug/Pharo.app/Contents/Resources/PharoImage.icns
Copying OS X content build/vm/Debug/Pharo.app/Contents/Resources/PharoSources.icns
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_pharo-9/repository/resources/mac/PharoSources.icns build/vm/Debug/Pharo.app/Contents/Resources/PharoSources.icns
[ 91%] Built target Pharo
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/build_vmmaker_get_vm.dir/build.make CMakeFiles/build_vmmaker_get_vm.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/build_vmmaker_get_vm.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/build_vmmaker_get_vm.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/build_vmmaker_get_vm.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/build_vmmaker_get_vm.dir/depend.internal".
Scanning dependencies of target build_vmmaker_get_vm
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/build_vmmaker_get_vm.dir/build.make CMakeFiles/build_vmmaker_get_vm.dir/build
[ 91%] Performing update step for 'build_vmmaker_get_vm'
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/vm && echo

[ 92%] Performing configure step for 'build_vmmaker_get_vm'
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/vm && echo

cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/vm && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-configure
[ 92%] Performing build step for 'build_vmmaker_get_vm'
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/vm && echo

cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/vm && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-build
[ 93%] Performing install step for 'build_vmmaker_get_vm'
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/vm && echo

cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/vm && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-install
[ 93%] Completed 'build_vmmaker_get_vm'
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/build_vmmaker_get_vm-complete
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-done
[ 95%] Built target build_vmmaker_get_vm
/Library/Developer/CommandLineTools/usr/bin/make -f build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/build.make build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/ffiTestLibrary /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/ffiTestLibrary/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/depend.internal".
Scanning dependencies of target TestLibrary
/Library/Developer/CommandLineTools/usr/bin/make -f build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/build.make build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/build
[ 96%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/basic_types.c.o
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/ffiTestLibrary && /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/includes  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/TestLibrary.dir/src/basic_types.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/src/basic_types.c
[ 96%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/callback_types.c.o
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/ffiTestLibrary && /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/includes  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/TestLibrary.dir/src/callback_types.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/src/callback_types.c
[ 68%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c
[ 69%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c
[ 70%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c
[ 70%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c
[ 97%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/callbacks.c.o
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/ffiTestLibrary && /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/includes  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/TestLibrary.dir/src/callbacks.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/src/callbacks.c
/builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/src/callbacks.c:47:1: warning: control reaches end of non-void function [-Wreturn-type]
}
^
1 warning generated.
[ 98%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/callout.c.o
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/ffiTestLibrary && /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/includes  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/TestLibrary.dir/src/callout.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/src/callout.c
[ 98%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/registerCallback.c.o
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/ffiTestLibrary && /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/includes  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/TestLibrary.dir/src/registerCallback.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/src/registerCallback.c
[100%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/structures.c.o
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/ffiTestLibrary && /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/includes  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/TestLibrary.dir/src/structures.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/src/structures.c
[ 71%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c
[ 71%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c
[ 72%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c
[100%] Linking C shared library ../vm/Debug/Pharo.app/Contents/MacOS/Plugins/libTestLibrary.dylib
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/ffiTestLibrary && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/TestLibrary.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -dynamiclib -Wl,-headerpad_max_install_names  -o ../vm/Debug/Pharo.app/Contents/MacOS/Plugins/libTestLibrary.dylib -install_name @executable_path/Plugins/libTestLibrary.dylib CMakeFiles/TestLibrary.dir/src/basic_types.c.o CMakeFiles/TestLibrary.dir/src/callback_types.c.o CMakeFiles/TestLibrary.dir/src/callbacks.c.o CMakeFiles/TestLibrary.dir/src/callout.c.o CMakeFiles/TestLibrary.dir/src/registerCallback.c.o CMakeFiles/TestLibrary.dir/src/structures.c.o -Wl,-rpath,@executable_path/Plugins 
[100%] Built target TestLibrary
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_progress_start /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles 0
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/Makefile2 preinstall
make[1]: Nothing to be done for `preinstall'.
Install the project...
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -P cmake_install.cmake
-- Install configuration: ""
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/./
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/.//Pharo.app
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/.//Pharo.app/Contents
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/.//Pharo.app/Contents/MacOS
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libB2DPlugin.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libLocalePlugin.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libLargeIntegers.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libDSAPrims.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libfreetype.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libgit2.0.25.1.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libFloatArrayPlugin.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libSqueakSSL.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libcairo.2.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libSurfacePlugin.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libSocketPlugin.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libSDL2-2.0.0.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libFileAttributesPlugin.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libBitBltPlugin.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libssl.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libJPEGReadWriter2Plugin.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libTestLibrary.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libpixman-1.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libcairo.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libFilePlugin.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libMiscPrimitivePlugin.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libssh2.1.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libUnixOSProcessPlugin.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libfreetype.6.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libgit2.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libcrypto.1.0.0.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libSDL2.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libssh2.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libUUIDPlugin.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libgit2.25.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libssl.1.0.0.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libffi.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libJPEGReaderPlugin.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libpng12.0.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libpixman-1.0.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libgit2.1.0.0.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libpng12.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/.//Pharo.app/Contents/MacOS/Pharo
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/.//Pharo.app/Contents/Resources
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/.//Pharo.app/Contents/Resources/PharoSources.icns
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/.//Pharo.app/Contents/Resources/Pharo.icns
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/.//Pharo.app/Contents/Resources/PharoImage.icns
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/.//Pharo.app/Contents/Resources/PharoChanges.icns
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/.//Pharo.app/Contents/Info.plist
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/sqGnu.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/sqConfig.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/sqPlatformSpecific.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/config.h
-- Up-to-date: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/pharoClient.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/errorCode.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/debug.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/pathUtilities.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/win
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/win/resources.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/interpreter.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/exportDefinition.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/threads
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/threads/vmthread.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/macros.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/sqNamedPrims.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/jit
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/jit/jit.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/stringUtilities.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/threadSafeQueue
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/threadSafeQueue/threadSafeQueue.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/imageAccess.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/parameters
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/parameters/parameterVector.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/parameters/parameters.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/sigjmp_support.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/semaphores
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/semaphores/pSemaphore.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/semaphores/platformSemaphore.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/semaphores/pharoSemaphore.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/fileDialog.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/pharo.h
-- Up-to-date: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/dispdbg.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/sqAtomicOps.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/sqAssert.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/sqVirtualMachine.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/sqaio.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/sqCogStackAlignment.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/sq.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/sqMemoryFence.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/sqMemoryAccess.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/cmake
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/cmake/Linux.cmake
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/cmake/FindSDL2.cmake
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/cmake/importLibFFI.cmake
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/cmake/FindFFI.cmake
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/cmake/Windows.cmake
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/cmake/importCairo.cmake
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/cmake/Darwin.cmake
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/cmake/OpenBSD.cmake
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/cmake/DownloadProject.CMakeLists.cmake.in
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/cmake/FindPThreadW32.cmake
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/cmake/versionExtraction.cmake
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/cmake/vmmaker.cmake
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/cmake/importFreetype2.cmake
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/cmake/DownloadProject.cmake
[ 72%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c
[ 73%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c
[ 73%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c: In function ‘init_source’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c:41:14: warning: unused variable ‘src’ [-Wunused-variable]
   my_src_ptr src = (my_src_ptr) cinfo->src;
              ^
[ 74%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c
[ 75%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c
[ 75%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/cmake/FindLibGit2.cmake
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/cmake/packaging.cmake
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/cmake/FindCairo.cmake
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/cmake/importLibGit2.cmake
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/cmake/importSDL2.cmake
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include/osx
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include/osx/sqIOSLocale.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include/common/LocalePlugin.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/osx
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/win
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/win/sqWin32Locale.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/unix
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/unix/sqUnixLocale.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/osx
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/osx/dummyFFI.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/unix
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/unix/ffi-test.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/unix/ffi-test-sq.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/unix/ppc-global.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/common/sqFFI.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/osx
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/osx/dummyFFI.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/win
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/win/sqWin32FFI.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix/ppc-sysv.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix/any-libffi.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix/x86-sysv.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix/ppc-darwin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/SqueakFFIPrims.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/ARM32FFIPlugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/sqFFIPlugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/IA32FFIPlugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/sqManualSurface.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/sqFFITestFuncs.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/X64Win64FFIPlugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/ARM64FFIPlugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SurfacePlugin
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/include
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/include/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/include/common/SurfacePlugin.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/src/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/win
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/win/dirent.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/win/faSupport.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/unix
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/unix/faSupport.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/common/faConstants.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/common/faCommon.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/win
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/win/faSupport.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/unix
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include/unix
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include/unix/openssl_overlay.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include/common/SqueakSSL.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/osx
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/win
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/win/sqWin32SSL.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/unix
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReaderPlugin
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReaderPlugin/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReaderPlugin/src/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/MiscPrimitivePlugin
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/MiscPrimitivePlugin/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/MiscPrimitivePlugin/src/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/B2DPlugin
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/B2DPlugin/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/B2DPlugin/src/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/DSAPrims
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/DSAPrims/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/DSAPrims/src/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/DSAPrims/src/common/DSAPrims.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/IA32ABI
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessppc.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessppcPostLogicDouble.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessARM32.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dax64business.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusiness.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessPostLogic.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessARM64.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessppcPostLogicInteger.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/ia32abi.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/AlienSUnitTestProcedures.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dax64win64business.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessppcPostLogicFloat.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessARM.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/x64win64stub.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/x64sysvabicc.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/arm64abicc.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/IA32ABI.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/xabicc.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/AlienSUnitTestProcedures.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/ia32abicc.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/ppc32abicc.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/arm32abicc.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/x64win64abicc.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/UnixOSProcessPlugin
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/UnixOSProcessPlugin/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/UnixOSProcessPlugin/src/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FilePlugin
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/include
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/include/win
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/include/win/sqWin32File.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/include/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/include/common/FilePlugin.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/osx
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/osx/sqUnixFile.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/win
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/win/sqWin32FilePrims.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/unix
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin/include
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin/include/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin/include/common/SocketPlugin.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin/src/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltArm.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltDispatch.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltArmSimd.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltInternal.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltGeneric.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltArmLinux.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltGeneric.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltArmSimd.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltArmOther.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltArm.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltDispatch.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jpeglib.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/README
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemsys.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jconfig.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmorecfg.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdct.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jversion.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/ReadMe.txt
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jinclude.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/README.6b2
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jpegint.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/LargeIntegers
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/LargeIntegers/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/LargeIntegers/src/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/include
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/include/osx
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/include/osx/sqGnu.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/include/osx/sqConfig.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/include/osx/sqPlatformSpecific.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/include/win
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/include/win/sqGnu.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/include/win/sqWin32HandleTable.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/include/win/sqWin32Alloc.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/include/win/sqWin32.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/include/win/sqConfig.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/include/win/sqPlatformSpecific.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/include/unix
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/include/unix/sqGnu.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/include/unix/sqConfig.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/include/unix/sqPlatformSpecific.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/include/unix/sqUnixCharConv.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/include/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/include/common/dispdbg.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/include/common/sqAtomicOps.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/include/common/sqAssert.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/include/common/sqVirtualMachine.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/include/common/sqaio.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/include/common/sqCogStackAlignment.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/include/common/sq.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/include/common/sqMemoryFence.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/include/common/sqMemoryAccess.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/src/osx
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/src/osx/aioOSX.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/src/win
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/src/win/sqWin32SpurAlloc.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/src/win/sqWin32Directory.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/src/win/aioWin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/src/unix
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/src/unix/sqUnixCharConv.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/src/unix/aio.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/src/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/src/common/sqNamedPrims.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/src/common/sqHeapMap.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/src/common/sqVirtualMachine.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/src/common/sqExternalSemaphores.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/src/common/sqTicker.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/src/common/heartbeat.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/include
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/include/pharovm
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/include/pharovm/pharoClient.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/include/pharovm/errorCode.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/include/pharovm/debug.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/include/pharovm/pathUtilities.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/include/pharovm/win
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/include/pharovm/win/resources.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/include/pharovm/interpreter.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/include/pharovm/config.h.in
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/include/pharovm/exportDefinition.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/include/pharovm/threads
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/include/pharovm/threads/vmthread.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/include/pharovm/macros.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/include/pharovm/sqNamedPrims.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/include/pharovm/jit
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/include/pharovm/jit/jit.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/include/pharovm/stringUtilities.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/include/pharovm/threadSafeQueue
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/include/pharovm/threadSafeQueue/threadSafeQueue.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/include/pharovm/imageAccess.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/include/pharovm/parameters
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/include/pharovm/parameters/parameterVector.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/include/pharovm/parameters/parameters.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/include/pharovm/sigjmp_support.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/include/pharovm/semaphores
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/include/pharovm/semaphores/pSemaphore.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/include/pharovm/semaphores/platformSemaphore.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/include/pharovm/semaphores/pharoSemaphore.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/include/pharovm/fileDialog.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/include/pharovm/pharo.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/packaging
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/packaging/linux
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/packaging/linux/bin
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/packaging/linux/bin/launch.sh.in
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/packaging/linux/launch.sh.in
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/plugins
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/plugins/UUIDPlugin
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/plugins/UUIDPlugin/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/plugins/UUIDPlugin/common/UUIDPlugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/resources
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/resources/img.image
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/resources/mac
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/resources/mac/PharoSources.icns
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/resources/mac/Pharo.icns
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/resources/mac/PharoImage.icns
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/resources/mac/PharoChanges.icns
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/resources/mac/Info.plist.in
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/resources/windows
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/resources/windows/PharoDLL.rc.in
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/resources/windows/dialogs.rc
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/resources/windows/PharoConsole.exe.manifest.in
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/resources/windows/Pharo.rc.in
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/resources/windows/Pharo.ico
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/resources/windows/Pharo.exe.manifest.in
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/resources/windows/PharoConsole.rc.in
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/scripts
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/scripts/installCygwin.ps1
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/scripts/runTests.sh
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/scripts/installVMMaker.st
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/scripts/runScriptInCygwinBash.ps1
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/nullDisplay.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/externalPrimitives.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/fileDialogUnix.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/fileUtilsWin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/fileDialogMac.m
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/imageAccess.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/stringUtilities.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/win32Main.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/win
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/win/winDebugMenu.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/win/winDebug.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/win/winDebugWindow.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/macAlias.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/fileDialogWin32.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/unixMain.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/utils
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/utils/setjmp-Windows-wrapper-ARM64.S
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/utils/setjmp-Windows-wrapper-X86.S
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/utils/setjmp-Windows-wrapper-X64.S
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/fileDialogCommon.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/client.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/pathUtilities.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/debug.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/errorCode.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/memoryUnix.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/utils.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/threadSafeQueue
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/threadSafeQueue/threadSafeQueue.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/parameters
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/parameters/parameters.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/parameters/parameters.m
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/parameters/parameterVector.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/fileUtils.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/debugUnix.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/semaphores
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/semaphores/pharoSemaphore.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/semaphores/platformSemaphore.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/utilsMac.mm
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffiTestLibrary
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffiTestLibrary/CMakeLists.txt
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffiTestLibrary/includes
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffiTestLibrary/includes/callbacks.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffiTestLibrary/includes/testLibrary.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffiTestLibrary/includes/structures.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffiTestLibrary/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffiTestLibrary/src/basic_types.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffiTestLibrary/src/structures.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffiTestLibrary/src/callback_types.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffiTestLibrary/src/callout.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffiTestLibrary/src/registerCallback.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffiTestLibrary/src/callbacks.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffi
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffi/include
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffi/include/callbacks.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffi/include/pThreadedFFIUtils.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffi/include/worker.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffi/include/workerTask.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffi/include/pThreadedFFI.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffi/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffi/src/typesPrimitives.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffi/src/functionDefinitionPrimitives.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffi/src/callbacks
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffi/src/callbacks/callbackPrimitives.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffi/src/callbacks/callbacks.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffi/src/primitiveUtils.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffi/src/pThreadedFFI.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffi/src/sameThread
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffi/src/sameThread/sameThread.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffi/src/utils.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffi/src/types.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffi/src/worker
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffi/src/worker/worker.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffi/src/worker/workerTask.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffi/src/worker/workerPrimitives.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffi/src/primitiveCalls.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/version.info
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/CMakeLists.txt
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/macros.cmake
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/plugins.cmake
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/plugins.macros.cmake
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated/
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//32
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//32/plugins
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//32/plugins/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//32/plugins/src/SurfacePlugin
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//32/plugins/src/SurfacePlugin/SurfacePlugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//32/plugins/src/FilePlugin
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//32/plugins/src/FilePlugin/FilePlugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//32/plugins/src/FloatArrayPlugin
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//32/plugins/src/FloatArrayPlugin/FloatArrayPlugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//32/vm
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//32/vm/include
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//32/vm/include/cogmethod.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//32/vm/include/cointerp.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//32/vm/include/vmCallback.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//32/vm/include/interp.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//32/vm/include/cogit.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//32/vm/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//32/vm/src/cointerp.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//32/vm/src/cogit.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//32/vm/src/cogitIA32.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//32/vm/src/cogitMIPSEL.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//32/vm/src/gcc3x-cointerp.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//32/vm/src/cogitARMv5.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//32/examplePlugins.ext
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//64
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//64/plugins
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//64/plugins/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//64/plugins/src/SurfacePlugin
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//64/plugins/src/SurfacePlugin/SurfacePlugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//64/plugins/src/FilePlugin
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//64/plugins/src/FilePlugin/FilePlugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//64/plugins/src/FloatArrayPlugin
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//64/plugins/src/FloatArrayPlugin/FloatArrayPlugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//64/vm
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//64/vm/include
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//64/vm/include/cogmethod.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//64/vm/include/cointerp.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//64/vm/include/vmCallback.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//64/vm/include/interp.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//64/vm/include/cogit.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//64/vm/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//64/vm/src/cogitX64SysV.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//64/vm/src/cointerp.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//64/vm/src/cogit.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//64/vm/src/cogitX64WIN64.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//64/vm/src/cogitaarch64.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//64/vm/src/gcc3x-cointerp.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//64/examplePlugins.ext
-- Up-to-date: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/cogmethod.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/cointerp.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/vmCallback.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/interp.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/cogit.h
Run CPack packaging tool...
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cpack --config ./CPackConfig.cmake
[ 76%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c
CPack: Create package using ZIP
CPack: Install projects
CPack: - Run preinstall target for: PharoVM
[ 76%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c
[ 77%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c
[ 77%] Linking C shared library build/vm/libJPEGReadWriter2Plugin.so
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/JPEGReadWriter2Plugin.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.  -shared -Wl,-soname,libJPEGReadWriter2Plugin.so -o build/vm/libJPEGReadWriter2Plugin.so CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/libPharoVMCore.so build/vm/libffi.so -ldl -lm -lpthread 
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build'
[ 77%] Built target JPEGReadWriter2Plugin
make -f CMakeFiles/FloatArrayPlugin.dir/build.make CMakeFiles/FloatArrayPlugin.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build'
cd /builds/workspace/pharo-vm_pharo-9/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/build /builds/workspace/pharo-vm_pharo-9/build /builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/FloatArrayPlugin.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/FloatArrayPlugin.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/FloatArrayPlugin.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/FloatArrayPlugin.dir/depend.internal".
Scanning dependencies of target FloatArrayPlugin
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build'
make -f CMakeFiles/FloatArrayPlugin.dir/build.make CMakeFiles/FloatArrayPlugin.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build'
[ 78%] Building C object CMakeFiles/FloatArrayPlugin.dir/generated/64/plugins/src/FloatArrayPlugin/FloatArrayPlugin.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFloatArrayPlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/FloatArrayPlugin.dir/generated/64/plugins/src/FloatArrayPlugin/FloatArrayPlugin.c.o   -c /builds/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/FloatArrayPlugin/FloatArrayPlugin.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqVirtualMachine.h:30:0,
                 from /builds/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/FloatArrayPlugin/FloatArrayPlugin.c:22:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/FloatArrayPlugin/FloatArrayPlugin.c: At top level:
/builds/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/FloatArrayPlugin/FloatArrayPlugin.c:6:13: warning: ‘__buildInfo’ defined but not used [-Wunused-variable]
 static char __buildInfo[] = "FloatArrayPlugin * VMMaker-tonel.1 uuid: 4727fef5-c19e-0d00-90e6-cc7c04f7a9a5 " __DATE__ ;
             ^
[ 79%] Linking C shared library build/vm/libFloatArrayPlugin.so
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/FloatArrayPlugin.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.  -shared -Wl,-soname,libFloatArrayPlugin.so -o build/vm/libFloatArrayPlugin.so CMakeFiles/FloatArrayPlugin.dir/generated/64/plugins/src/FloatArrayPlugin/FloatArrayPlugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/libPharoVMCore.so build/vm/libffi.so -ldl -lm -lpthread 
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build'
[ 79%] Built target FloatArrayPlugin
make -f CMakeFiles/LocalePlugin.dir/build.make CMakeFiles/LocalePlugin.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build'
cd /builds/workspace/pharo-vm_pharo-9/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/build /builds/workspace/pharo-vm_pharo-9/build /builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/LocalePlugin.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/LocalePlugin.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/LocalePlugin.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/LocalePlugin.dir/depend.internal".
Scanning dependencies of target LocalePlugin
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build'
make -f CMakeFiles/LocalePlugin.dir/build.make CMakeFiles/LocalePlugin.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build'
[ 80%] Building C object CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DLocalePlugin_EXPORTS -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqVirtualMachine.h:30:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c:22:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c: At top level:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c:6:13: warning: ‘__buildInfo’ defined but not used [-Wunused-variable]
 static char __buildInfo[] = "LocalePlugin VMMaker.oscog-eem.2495 uuid: fcbf4c90-4c50-4ff3-8690-0edfded4f9c4 " __DATE__ ;
             ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c:388:1: warning: ‘sqAssert’ defined but not used [-Wunused-function]
 sqAssert(sqInt aBool)
 ^
[ 81%] Building C object CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/unix/sqUnixLocale.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DLocalePlugin_EXPORTS -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/unix/sqUnixLocale.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/src/unix/sqUnixLocale.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/src/unix/sqUnixLocale.c:33:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 81%] Linking C shared library build/vm/libLocalePlugin.so
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/LocalePlugin.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.  -shared -Wl,-soname,libLocalePlugin.so -o build/vm/libLocalePlugin.so CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c.o CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/unix/sqUnixLocale.c.o -Wl,-rpath,@executable_path/Plugins build/vm/libPharoVMCore.so build/vm/libffi.so -ldl -lm -lpthread 
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build'
[ 81%] Built target LocalePlugin
make -f CMakeFiles/B2DPlugin.dir/build.make CMakeFiles/B2DPlugin.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build'
cd /builds/workspace/pharo-vm_pharo-9/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/build /builds/workspace/pharo-vm_pharo-9/build /builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/B2DPlugin.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/B2DPlugin.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/B2DPlugin.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/B2DPlugin.dir/depend.internal".
Scanning dependencies of target B2DPlugin
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build'
make -f CMakeFiles/B2DPlugin.dir/build.make CMakeFiles/B2DPlugin.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build'
[ 81%] Building C object CMakeFiles/B2DPlugin.dir/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DB2DPlugin_EXPORTS -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/B2DPlugin.dir/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqVirtualMachine.h:30:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:22:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c: In function ‘stepToNextLine’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13520:11: warning: variable ‘yValue’ set but not used [-Wunused-but-set-variable]
     sqInt yValue;
           ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c: In function ‘stepToNextWideBezierInat’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13646:3: warning: statement with no effect [-Wunused-value]
   ((signed)lastX >> 8);
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13676:2: warning: statement with no effect [-Wunused-value]
  ((signed)lastX1 >> 8);
  ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c: In function ‘stepToNextWideLine’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13699:11: warning: variable ‘yValue’ set but not used [-Wunused-but-set-variable]
     sqInt yValue;
           ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c: At top level:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6:13: warning: ‘__buildInfo’ defined but not used [-Wunused-variable]
 static char __buildInfo[] = "BalloonEnginePlugin VMMaker.oscog-eem.2480 uuid: bb3ffda7-8241-4dea-b886-d656e474b6c1 " __DATE__ ;
             ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:851:1: warning: ‘aaColorMaskGet’ defined but not used [-Wunused-function]
 aaColorMaskGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:858:1: warning: ‘aaColorMaskPut’ defined but not used [-Wunused-function]
 aaColorMaskPut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:865:1: warning: ‘aaColorShiftGet’ defined but not used [-Wunused-function]
 aaColorShiftGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:872:1: warning: ‘aaColorShiftPut’ defined but not used [-Wunused-function]
 aaColorShiftPut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:882:1: warning: ‘aaFirstPixelFromto’ defined but not used [-Wunused-function]
 aaFirstPixelFromto(sqInt leftX, sqInt rightX)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:897:1: warning: ‘aaHalfPixelGet’ defined but not used [-Wunused-function]
 aaHalfPixelGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:904:1: warning: ‘aaHalfPixelPut’ defined but not used [-Wunused-function]
 aaHalfPixelPut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:914:1: warning: ‘aaLastPixelFromto’ defined but not used [-Wunused-function]
 aaLastPixelFromto(sqInt leftX, sqInt rightX)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:921:1: warning: ‘aaLevelGet’ defined but not used [-Wunused-function]
 aaLevelGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:928:1: warning: ‘aaLevelPut’ defined but not used [-Wunused-function]
 aaLevelPut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:935:1: warning: ‘aaScanMaskGet’ defined but not used [-Wunused-function]
 aaScanMaskGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:942:1: warning: ‘aaScanMaskPut’ defined but not used [-Wunused-function]
 aaScanMaskPut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:949:1: warning: ‘aaShiftGet’ defined but not used [-Wunused-function]
 aaShiftGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:956:1: warning: ‘aaShiftPut’ defined but not used [-Wunused-function]
 aaShiftPut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:967:1: warning: ‘absoluteSquared8Dot24’ defined but not used [-Wunused-function]
 absoluteSquared8Dot24(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1036:1: warning: ‘adjustAALevel’ defined but not used [-Wunused-function]
 adjustAALevel(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1175:1: warning: ‘aetStartGet’ defined but not used [-Wunused-function]
 aetStartGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1182:1: warning: ‘aetStartPut’ defined but not used [-Wunused-function]
 aetStartPut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1189:1: warning: ‘aetUsedGet’ defined but not used [-Wunused-function]
 aetUsedGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1196:1: warning: ‘aetUsedPut’ defined but not used [-Wunused-function]
 aetUsedPut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1206:1: warning: ‘allocateAETEntry’ defined but not used [-Wunused-function]
 allocateAETEntry(sqInt nSlots)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1220:1: warning: ‘allocateBezier’ defined but not used [-Wunused-function]
 allocateBezier(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1240:1: warning: ‘allocateBezierStackEntry’ defined but not used [-Wunused-function]
 allocateBezierStackEntry(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1254:1: warning: ‘allocateBitmapFillcolormap’ defined but not used [-Wunused-function]
 allocateBitmapFillcolormap(sqInt cmSize, int *cmBits)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1321:1: warning: ‘allocateGradientFillrampWidthisRadial’ defined but not used [-Wunused-function]
 allocateGradientFillrampWidthisRadial(int *ramp, sqInt rampWidth, sqInt isRadial)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1364:1: warning: ‘allocateLine’ defined but not used [-Wunused-function]
 allocateLine(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1416:1: warning: ‘allocateStackEntry’ defined but not used [-Wunused-function]
 allocateStackEntry(sqInt nSlots)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1430:1: warning: ‘allocateStackFillEntry’ defined but not used [-Wunused-function]
 allocateStackFillEntry(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1443:1: warning: ‘allocateWideBezier’ defined but not used [-Wunused-function]
 allocateWideBezier(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1463:1: warning: ‘allocateWideLine’ defined but not used [-Wunused-function]
 allocateWideLine(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1483:1: warning: ‘areEdgeFillsValid’ defined but not used [-Wunused-function]
 areEdgeFillsValid(sqInt edge)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1493:1: warning: ‘assureValuebetweenand’ defined but not used [-Wunused-function]
 assureValuebetweenand(sqInt val1, sqInt val2, sqInt val3)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1516:1: warning: ‘bezierEndXOf’ defined but not used [-Wunused-function]
 bezierEndXOf(sqInt bezier)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1523:1: warning: ‘bezierEndXOfput’ defined but not used [-Wunused-function]
 bezierEndXOfput(sqInt bezier, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1530:1: warning: ‘bezierEndYOf’ defined but not used [-Wunused-function]
 bezierEndYOf(sqInt bezier)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1537:1: warning: ‘bezierEndYOfput’ defined but not used [-Wunused-function]
 bezierEndYOfput(sqInt bezier, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1544:1: warning: ‘bezierFinalXOf’ defined but not used [-Wunused-function]
 bezierFinalXOf(sqInt bezier)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1551:1: warning: ‘bezierFinalXOfput’ defined but not used [-Wunused-function]
 bezierFinalXOfput(sqInt bezier, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1558:1: warning: ‘bezierUpdateDataOf’ defined but not used [-Wunused-function]
 bezierUpdateDataOf(sqInt bezier)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1565:1: warning: ‘bezierViaXOf’ defined but not used [-Wunused-function]
 bezierViaXOf(sqInt bezier)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1572:1: warning: ‘bezierViaXOfput’ defined but not used [-Wunused-function]
 bezierViaXOfput(sqInt bezier, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1579:1: warning: ‘bezierViaYOf’ defined but not used [-Wunused-function]
 bezierViaYOf(sqInt bezier)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1586:1: warning: ‘bezierViaYOfput’ defined but not used [-Wunused-function]
 bezierViaYOfput(sqInt bezier, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1593:1: warning: ‘bitmapCmSizeOf’ defined but not used [-Wunused-function]
 bitmapCmSizeOf(sqInt bmFill)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1600:1: warning: ‘bitmapCmSizeOfput’ defined but not used [-Wunused-function]
 bitmapCmSizeOfput(sqInt bmFill, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1607:1: warning: ‘bitmapDepthOf’ defined but not used [-Wunused-function]
 bitmapDepthOf(sqInt bmFill)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1614:1: warning: ‘bitmapDepthOfput’ defined but not used [-Wunused-function]
 bitmapDepthOfput(sqInt bmFill, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1621:1: warning: ‘bitmapHeightOf’ defined but not used [-Wunused-function]
 bitmapHeightOf(sqInt bmFill)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1628:1: warning: ‘bitmapHeightOfput’ defined but not used [-Wunused-function]
 bitmapHeightOfput(sqInt bmFill, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1635:1: warning: ‘bitmapRasterOf’ defined but not used [-Wunused-function]
 bitmapRasterOf(sqInt bmFill)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1642:1: warning: ‘bitmapRasterOfput’ defined but not used [-Wunused-function]
 bitmapRasterOfput(sqInt bmFill, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1649:1: warning: ‘bitmapSizeOf’ defined but not used [-Wunused-function]
 bitmapSizeOf(sqInt bmFill)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1656:1: warning: ‘bitmapSizeOfput’ defined but not used [-Wunused-function]
 bitmapSizeOfput(sqInt bmFill, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1663:1: warning: ‘bitmapTileFlagOf’ defined but not used [-Wunused-function]
 bitmapTileFlagOf(sqInt bmFill)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1670:1: warning: ‘bitmapTileFlagOfput’ defined but not used [-Wunused-function]
 bitmapTileFlagOfput(sqInt bmFill, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1677:1: warning: ‘bitmapValuebitsatXy’ defined but not used [-Wunused-function]
 bitmapValuebitsatXy(sqInt bmFill, sqInt bits, sqInt xp, sqInt yp)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1740:1: warning: ‘bitmapWidthOf’ defined but not used [-Wunused-function]
 bitmapWidthOf(sqInt bmFill)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1747:1: warning: ‘bitmapWidthOfput’ defined but not used [-Wunused-function]
 bitmapWidthOfput(sqInt bmFill, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1754:1: warning: ‘bzEndX’ defined but not used [-Wunused-function]
 bzEndX(sqInt index)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1765:1: warning: ‘bzEndXput’ defined but not used [-Wunused-function]
 bzEndXput(sqInt index, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1776:1: warning: ‘bzEndY’ defined but not used [-Wunused-function]
 bzEndY(sqInt index)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1787:1: warning: ‘bzEndYput’ defined but not used [-Wunused-function]
 bzEndYput(sqInt index, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1798:1: warning: ‘bzStartX’ defined but not used [-Wunused-function]
 bzStartX(sqInt index)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1809:1: warning: ‘bzStartXput’ defined but not used [-Wunused-function]
 bzStartXput(sqInt index, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1820:1: warning: ‘bzStartY’ defined but not used [-Wunused-function]
 bzStartY(sqInt index)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1831:1: warning: ‘bzStartYput’ defined but not used [-Wunused-function]
 bzStartYput(sqInt index, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1842:1: warning: ‘bzViaX’ defined but not used [-Wunused-function]
 bzViaX(sqInt index)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1853:1: warning: ‘bzViaXput’ defined but not used [-Wunused-function]
 bzViaXput(sqInt index, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1864:1: warning: ‘bzViaY’ defined but not used [-Wunused-function]
 bzViaY(sqInt index)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1875:1: warning: ‘bzViaYput’ defined but not used [-Wunused-function]
 bzViaYput(sqInt index, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2030:1: warning: ‘checkedAddBezierToGET’ defined but not used [-Wunused-function]
 checkedAddBezierToGET(sqInt bezier)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2058:1: warning: ‘checkedAddEdgeToGET’ defined but not used [-Wunused-function]
 checkedAddEdgeToGET(sqInt edge)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2110:1: warning: ‘checkedAddLineToGET’ defined but not used [-Wunused-function]
 checkedAddLineToGET(sqInt line)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2170:1: warning: ‘clampValuemax’ defined but not used [-Wunused-function]
 clampValuemax(sqInt value, sqInt maxValue)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2218:1: warning: ‘clearSpanBufferGet’ defined but not used [-Wunused-function]
 clearSpanBufferGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2225:1: warning: ‘clearSpanBufferPut’ defined but not used [-Wunused-function]
 clearSpanBufferPut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2232:1: warning: ‘clipMaxXGet’ defined but not used [-Wunused-function]
 clipMaxXGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2239:1: warning: ‘clipMaxXPut’ defined but not used [-Wunused-function]
 clipMaxXPut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2246:1: warning: ‘clipMaxYGet’ defined but not used [-Wunused-function]
 clipMaxYGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2253:1: warning: ‘clipMaxYPut’ defined but not used [-Wunused-function]
 clipMaxYPut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2260:1: warning: ‘clipMinXGet’ defined but not used [-Wunused-function]
 clipMinXGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2267:1: warning: ‘clipMinXPut’ defined but not used [-Wunused-function]
 clipMinXPut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2274:1: warning: ‘clipMinYGet’ defined but not used [-Wunused-function]
 clipMinYGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2281:1: warning: ‘clipMinYPut’ defined but not used [-Wunused-function]
 clipMinYPut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2288:1: warning: ‘colormapOf’ defined but not used [-Wunused-function]
 colormapOf(sqInt bmFill)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2295:1: warning: ‘colorTransform’ defined but not used [-Wunused-function]
 colorTransform(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2577:1: warning: ‘computeSqrt’ defined but not used [-Wunused-function]
 computeSqrt(sqInt length2)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2672:1: warning: ‘currentYGet’ defined but not used [-Wunused-function]
 currentYGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2679:1: warning: ‘currentYPut’ defined but not used [-Wunused-function]
 currentYPut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2686:1: warning: ‘currentZGet’ defined but not used [-Wunused-function]
 currentZGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2693:1: warning: ‘currentZPut’ defined but not used [-Wunused-function]
 currentZPut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2700:1: warning: ‘destOffsetXGet’ defined but not used [-Wunused-function]
 destOffsetXGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2707:1: warning: ‘destOffsetXPut’ defined but not used [-Wunused-function]
 destOffsetXPut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2714:1: warning: ‘destOffsetYGet’ defined but not used [-Wunused-function]
 destOffsetYGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2721:1: warning: ‘destOffsetYPut’ defined but not used [-Wunused-function]
 destOffsetYPut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2766:1: warning: ‘drawWideEdgefrom’ defined but not used [-Wunused-function]
 drawWideEdgefrom(sqInt edge, sqInt leftX)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2813:1: warning: ‘edgeFillsInvalidate’ defined but not used [-Wunused-function]
 edgeFillsInvalidate(sqInt edge)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2824:1: warning: ‘edgeFillsValidate’ defined but not used [-Wunused-function]
 edgeFillsValidate(sqInt edge)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2835:1: warning: ‘edgeLeftFillOf’ defined but not used [-Wunused-function]
 edgeLeftFillOf(sqInt edge)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2842:1: warning: ‘edgeLeftFillOfput’ defined but not used [-Wunused-function]
 edgeLeftFillOfput(sqInt edge, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2849:1: warning: ‘edgeNumLinesOf’ defined but not used [-Wunused-function]
 edgeNumLinesOf(sqInt edge)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2856:1: warning: ‘edgeNumLinesOfput’ defined but not used [-Wunused-function]
 edgeNumLinesOfput(sqInt edge, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2863:1: warning: ‘edgeRightFillOf’ defined but not used [-Wunused-function]
 edgeRightFillOf(sqInt edge)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2870:1: warning: ‘edgeRightFillOfput’ defined but not used [-Wunused-function]
 edgeRightFillOfput(sqInt edge, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2877:1: warning: ‘edgeTransform’ defined but not used [-Wunused-function]
 edgeTransform(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2887:1: warning: ‘edgeTypeOf’ defined but not used [-Wunused-function]
 edgeTypeOf(sqInt edge)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2894:1: warning: ‘edgeXValueOf’ defined but not used [-Wunused-function]
 edgeXValueOf(sqInt edge)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2901:1: warning: ‘edgeXValueOfput’ defined but not used [-Wunused-function]
 edgeXValueOfput(sqInt edge, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2908:1: warning: ‘edgeYValueOf’ defined but not used [-Wunused-function]
 edgeYValueOf(sqInt edge)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2915:1: warning: ‘edgeYValueOfput’ defined but not used [-Wunused-function]
 edgeYValueOfput(sqInt edge, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2922:1: warning: ‘edgeZValueOf’ defined but not used [-Wunused-function]
 edgeZValueOf(sqInt edge)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2929:1: warning: ‘edgeZValueOfput’ defined but not used [-Wunused-function]
 edgeZValueOfput(sqInt edge, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2953:1: warning: ‘estimatedLengthOfwith’ defined but not used [-Wunused-function]
 estimatedLengthOfwith(sqInt deltaX, sqInt deltaY)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2983:1: warning: ‘fillAllFromto’ defined but not used [-Wunused-function]
 fillAllFromto(sqInt leftX, sqInt rightX)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3086:1: warning: ‘fillBitmapSpan’ defined but not used [-Wunused-function]
 fillBitmapSpan(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3866:1: warning: ‘fillColorSpanfromto’ defined but not used [-Wunused-function]
 fillColorSpanfromto(sqInt pixelValue32, sqInt leftX, sqInt rightX)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3896:1: warning: ‘fillDirectionXOf’ defined but not used [-Wunused-function]
 fillDirectionXOf(sqInt fill)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3903:1: warning: ‘fillDirectionXOfput’ defined but not used [-Wunused-function]
 fillDirectionXOfput(sqInt fill, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3910:1: warning: ‘fillDirectionYOf’ defined but not used [-Wunused-function]
 fillDirectionYOf(sqInt fill)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3917:1: warning: ‘fillDirectionYOfput’ defined but not used [-Wunused-function]
 fillDirectionYOfput(sqInt fill, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3924:1: warning: ‘fillLinearGradient’ defined but not used [-Wunused-function]
 fillLinearGradient(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4152:1: warning: ‘fillMaxXGet’ defined but not used [-Wunused-function]
 fillMaxXGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4159:1: warning: ‘fillMaxXPut’ defined but not used [-Wunused-function]
 fillMaxXPut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4166:1: warning: ‘fillMaxYGet’ defined but not used [-Wunused-function]
 fillMaxYGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4173:1: warning: ‘fillMaxYPut’ defined but not used [-Wunused-function]
 fillMaxYPut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4180:1: warning: ‘fillMinXGet’ defined but not used [-Wunused-function]
 fillMinXGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4187:1: warning: ‘fillMinXPut’ defined but not used [-Wunused-function]
 fillMinXPut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4194:1: warning: ‘fillMinYGet’ defined but not used [-Wunused-function]
 fillMinYGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4201:1: warning: ‘fillMinYPut’ defined but not used [-Wunused-function]
 fillMinYPut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4208:1: warning: ‘fillNormalXOf’ defined but not used [-Wunused-function]
 fillNormalXOf(sqInt fill)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4215:1: warning: ‘fillNormalXOfput’ defined but not used [-Wunused-function]
 fillNormalXOfput(sqInt fill, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4222:1: warning: ‘fillNormalYOf’ defined but not used [-Wunused-function]
 fillNormalYOf(sqInt fill)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4229:1: warning: ‘fillNormalYOfput’ defined but not used [-Wunused-function]
 fillNormalYOfput(sqInt fill, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4236:1: warning: ‘fillOffsetXGet’ defined but not used [-Wunused-function]
 fillOffsetXGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4243:1: warning: ‘fillOffsetXPut’ defined but not used [-Wunused-function]
 fillOffsetXPut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4250:1: warning: ‘fillOffsetYGet’ defined but not used [-Wunused-function]
 fillOffsetYGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4257:1: warning: ‘fillOffsetYPut’ defined but not used [-Wunused-function]
 fillOffsetYPut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4264:1: warning: ‘fillOriginXOf’ defined but not used [-Wunused-function]
 fillOriginXOf(sqInt fill)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4271:1: warning: ‘fillOriginXOfput’ defined but not used [-Wunused-function]
 fillOriginXOfput(sqInt fill, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4278:1: warning: ‘fillOriginYOf’ defined but not used [-Wunused-function]
 fillOriginYOf(sqInt fill)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4285:1: warning: ‘fillOriginYOfput’ defined but not used [-Wunused-function]
 fillOriginYOfput(sqInt fill, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4431:1: warning: ‘fillRadialDecreasingrampdeltaSTdsXdtXfromto’ defined but not used [-Wunused-function]
 fillRadialDecreasingrampdeltaSTdsXdtXfromto(sqInt fill, sqInt ramp, sqInt deltaST, sqInt dsX, sqInt dtX, sqInt leftX, sqInt rightX)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4477:1: warning: ‘fillRadialGradient’ defined but not used [-Wunused-function]
 fillRadialGradient(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4839:1: warning: ‘fillRadialIncreasingrampdeltaSTdsXdtXfromto’ defined but not used [-Wunused-function]
 fillRadialIncreasingrampdeltaSTdsXdtXfromto(sqInt fill, sqInt ramp, sqInt deltaST, sqInt dsX, sqInt dtX, sqInt leftX, sqInt rightX)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5011:1: warning: ‘fillTypeOf’ defined but not used [-Wunused-function]
 fillTypeOf(sqInt fill)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5018:1: warning: ‘findNextAETEdgeFrom’ defined but not used [-Wunused-function]
 findNextAETEdgeFrom(sqInt leftEdge)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5446:1: warning: ‘finishedProcessing’ defined but not used [-Wunused-function]
 finishedProcessing(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5453:1: warning: ‘firstPointListGet’ defined but not used [-Wunused-function]
 firstPointListGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5460:1: warning: ‘firstPointListPut’ defined but not used [-Wunused-function]
 firstPointListPut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5467:1: warning: ‘freeStackFillEntry’ defined but not used [-Wunused-function]
 freeStackFillEntry(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5509:1: warning: ‘getStartGet’ defined but not used [-Wunused-function]
 getStartGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5516:1: warning: ‘getStartPut’ defined but not used [-Wunused-function]
 getStartPut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5523:1: warning: ‘getUsedGet’ defined but not used [-Wunused-function]
 getUsedGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5530:1: warning: ‘getUsedPut’ defined but not used [-Wunused-function]
 getUsedPut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5537:1: warning: ‘gradientRampLengthOf’ defined but not used [-Wunused-function]
 gradientRampLengthOf(sqInt fill)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5544:1: warning: ‘gradientRampLengthOfput’ defined but not used [-Wunused-function]
 gradientRampLengthOfput(sqInt fill, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5551:1: warning: ‘gradientRampOf’ defined but not used [-Wunused-function]
 gradientRampOf(sqInt fill)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5558:1: warning: ‘hasColorTransform’ defined but not used [-Wunused-function]
 hasColorTransform(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5565:1: warning: ‘hasColorTransformGet’ defined but not used [-Wunused-function]
 hasColorTransformGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5572:1: warning: ‘hasColorTransformPut’ defined but not used [-Wunused-function]
 hasColorTransformPut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5579:1: warning: ‘hasEdgeTransform’ defined but not used [-Wunused-function]
 hasEdgeTransform(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5586:1: warning: ‘hasEdgeTransformGet’ defined but not used [-Wunused-function]
 hasEdgeTransformGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5593:1: warning: ‘hasEdgeTransformPut’ defined but not used [-Wunused-function]
 hasEdgeTransformPut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5677:1: warning: ‘incrementPointby’ defined but not used [-Wunused-function]
 incrementPointby(int *point, sqInt delta)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5686:1: warning: ‘incrementStatby’ defined but not used [-Wunused-function]
 incrementStatby(sqInt statIndex, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5899:1: warning: ‘isBezier’ defined but not used [-Wunused-function]
 isBezier(sqInt bezier)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5919:1: warning: ‘isFillColor’ defined but not used [-Wunused-function]
 isFillColor(sqInt fill)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5938:1: warning: ‘isFill’ defined but not used [-Wunused-function]
 isFill(sqInt fill)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5946:1: warning: ‘isLine’ defined but not used [-Wunused-function]
 isLine(sqInt line)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5953:1: warning: ‘isObject’ defined but not used [-Wunused-function]
 isObject(sqInt obj)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5961:1: warning: ‘isRealFill’ defined but not used [-Wunused-function]
 isRealFill(sqInt fill)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5968:1: warning: ‘isStackEntry’ defined but not used [-Wunused-function]
 isStackEntry(sqInt entry)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5976:1: warning: ‘isStackIndex’ defined but not used [-Wunused-function]
 isStackIndex(sqInt index)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5984:1: warning: ‘isWideBezier’ defined but not used [-Wunused-function]
 isWideBezier(sqInt bezier)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5992:1: warning: ‘isWideLine’ defined but not used [-Wunused-function]
 isWideLine(sqInt line)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6000:1: warning: ‘isWide’ defined but not used [-Wunused-function]
 isWide(sqInt object)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6007:1: warning: ‘lastExportedEdgeGet’ defined but not used [-Wunused-function]
 lastExportedEdgeGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6014:1: warning: ‘lastExportedEdgePut’ defined but not used [-Wunused-function]
 lastExportedEdgePut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6021:1: warning: ‘lastExportedFillGet’ defined but not used [-Wunused-function]
 lastExportedFillGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6028:1: warning: ‘lastExportedFillPut’ defined but not used [-Wunused-function]
 lastExportedFillPut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6035:1: warning: ‘lastExportedLeftXGet’ defined but not used [-Wunused-function]
 lastExportedLeftXGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6042:1: warning: ‘lastExportedLeftXPut’ defined but not used [-Wunused-function]
 lastExportedLeftXPut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6049:1: warning: ‘lastExportedRightXGet’ defined but not used [-Wunused-function]
 lastExportedRightXGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6056:1: warning: ‘lastExportedRightXPut’ defined but not used [-Wunused-function]
 lastExportedRightXPut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6063:1: warning: ‘lineEndXOf’ defined but not used [-Wunused-function]
 lineEndXOf(sqInt line)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6070:1: warning: ‘lineEndXOfput’ defined but not used [-Wunused-function]
 lineEndXOfput(sqInt line, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6077:1: warning: ‘lineEndYOf’ defined but not used [-Wunused-function]
 lineEndYOf(sqInt line)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6084:1: warning: ‘lineEndYOfput’ defined but not used [-Wunused-function]
 lineEndYOfput(sqInt line, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6091:1: warning: ‘lineErrorAdjDownOf’ defined but not used [-Wunused-function]
 lineErrorAdjDownOf(sqInt line)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6098:1: warning: ‘lineErrorAdjDownOfput’ defined but not used [-Wunused-function]
 lineErrorAdjDownOfput(sqInt line, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6105:1: warning: ‘lineErrorAdjUpOf’ defined but not used [-Wunused-function]
 lineErrorAdjUpOf(sqInt line)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6112:1: warning: ‘lineErrorAdjUpOfput’ defined but not used [-Wunused-function]
 lineErrorAdjUpOfput(sqInt line, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6119:1: warning: ‘lineErrorOf’ defined but not used [-Wunused-function]
 lineErrorOf(sqInt line)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6126:1: warning: ‘lineErrorOfput’ defined but not used [-Wunused-function]
 lineErrorOfput(sqInt line, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6133:1: warning: ‘lineXDirectionOf’ defined but not used [-Wunused-function]
 lineXDirectionOf(sqInt line)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6140:1: warning: ‘lineXDirectionOfput’ defined but not used [-Wunused-function]
 lineXDirectionOfput(sqInt line, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6147:1: warning: ‘lineXIncrementOf’ defined but not used [-Wunused-function]
 lineXIncrementOf(sqInt line)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6154:1: warning: ‘lineXIncrementOfput’ defined but not used [-Wunused-function]
 lineXIncrementOfput(sqInt line, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6161:1: warning: ‘lineYDirectionOf’ defined but not used [-Wunused-function]
 lineYDirectionOf(sqInt line)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6168:1: warning: ‘lineYDirectionOfput’ defined but not used [-Wunused-function]
 lineYDirectionOfput(sqInt line, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6237:1: warning: ‘loadArrayPolygonnPointsfilllineWidthlineFill’ defined but not used [-Wunused-function]
 loadArrayPolygonnPointsfilllineWidthlineFill(sqInt points, sqInt nPoints, sqInt fillIndex, sqInt lineWidth, sqInt lineFill)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6691:1: warning: ‘loadBitmapFillcolormaptilefromalongnormalxIndex’ defined but not used [-Wunused-function]
 loadBitmapFillcolormaptilefromalongnormalxIndex(sqInt formOop, sqInt cmOop, sqInt tileFlag, int *point1, int *point2, int *point3, sqInt xIndex)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6834:1: warning: ‘loadColorTransformFrom’ defined but not used [-Wunused-function]
 loadColorTransformFrom(sqInt transformOop)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6861:1: warning: ‘loadCompressedSegmentfromshortleftFillrightFilllineWidthlineColor’ defined but not used [-Wunused-function]
 loadCompressedSegmentfromshortleftFillrightFilllineWidthlineColor(sqInt segmentIndex, sqInt points, sqInt pointsShort, sqInt leftFill, sqInt rightFill, sqInt lineWidth, sqInt lineFill)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:7868:1: warning: ‘loadLinefromtooffsetleftFillrightFill’ defined but not used [-Wunused-function]
 loadLinefromtooffsetleftFillrightFill(sqInt line, int *point1, int *point2, sqInt yOffset, sqInt leftFill, sqInt rightFill)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8093:1: warning: ‘loadPointIntAtfrom’ defined but not used [-Wunused-function]
 loadPointIntAtfrom(sqInt index, sqInt intArray)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8103:1: warning: ‘loadPointShortAtfrom’ defined but not used [-Wunused-function]
 loadPointShortAtfrom(sqInt index, sqInt shortArray)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8147:1: warning: ‘loadPolygonnPointsfilllineWidthlineFillpointsShort’ defined but not used [-Wunused-function]
 loadPolygonnPointsfilllineWidthlineFillpointsShort(int *points, sqInt nPoints, sqInt fillIndex, sqInt lineWidth, sqInt lineFill, sqInt isShort)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8316:1: warning: ‘loadRectanglelineFillleftFillrightFill’ defined but not used [-Wunused-function]
 loadRectanglelineFillleftFillrightFill(sqInt lineWidth, sqInt lineFill, sqInt leftFill, sqInt rightFill)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8973:1: warning: ‘magicNumberGet’ defined but not used [-Wunused-function]
 magicNumberGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8980:1: warning: ‘magicNumberPut’ defined but not used [-Wunused-function]
 magicNumberPut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8987:1: warning: ‘makeRectFromPoints’ defined but not used [-Wunused-function]
 makeRectFromPoints(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8998:1: warning: ‘makeUnsignedFrom’ defined but not used [-Wunused-function]
 makeUnsignedFrom(sqInt someIntegerValue)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9058:1: warning: ‘needsFlush’ defined but not used [-Wunused-function]
 needsFlush(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9065:1: warning: ‘needsFlushGet’ defined but not used [-Wunused-function]
 needsFlushGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9072:1: warning: ‘needsFlushPut’ defined but not used [-Wunused-function]
 needsFlushPut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9079:1: warning: ‘objectHeaderOf’ defined but not used [-Wunused-function]
 objectHeaderOf(sqInt obj)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9090:1: warning: ‘objectIndexOf’ defined but not used [-Wunused-function]
 objectIndexOf(sqInt obj)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9097:1: warning: ‘objectIndexOfput’ defined but not used [-Wunused-function]
 objectIndexOfput(sqInt obj, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9104:1: warning: ‘objectLengthOf’ defined but not used [-Wunused-function]
 objectLengthOf(sqInt obj)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9111:1: warning: ‘objectLengthOfput’ defined but not used [-Wunused-function]
 objectLengthOfput(sqInt obj, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9118:1: warning: ‘objectTypeOf’ defined but not used [-Wunused-function]
 objectTypeOf(sqInt obj)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9125:1: warning: ‘objectTypeOfput’ defined but not used [-Wunused-function]
 objectTypeOfput(sqInt obj, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9132:1: warning: ‘objStartGet’ defined but not used [-Wunused-function]
 objStartGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9139:1: warning: ‘objStartPut’ defined but not used [-Wunused-function]
 objStartPut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9146:1: warning: ‘objUsedGet’ defined but not used [-Wunused-function]
 objUsedGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9153:1: warning: ‘objUsedPut’ defined but not used [-Wunused-function]
 objUsedPut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9160:1: warning: ‘objat’ defined but not used [-Wunused-function]
 objat(sqInt object, sqInt index)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9167:1: warning: ‘objatput’ defined but not used [-Wunused-function]
 objatput(sqInt object, sqInt index, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9178:1: warning: ‘offsetFromWidth’ defined but not used [-Wunused-function]
 offsetFromWidth(sqInt lineWidth)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9185:1: warning: ‘point1Get’ defined but not used [-Wunused-function]
 point1Get(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9192:1: warning: ‘point2Get’ defined but not used [-Wunused-function]
 point2Get(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9199:1: warning: ‘point3Get’ defined but not used [-Wunused-function]
 point3Get(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9206:1: warning: ‘point4Get’ defined but not used [-Wunused-function]
 point4Get(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12282:1: warning: ‘quickRemoveInvalidFillsAt’ defined but not used [-Wunused-function]
 quickRemoveInvalidFillsAt(sqInt leftX)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12428:1: warning: ‘repeatValuemax’ defined but not used [-Wunused-function]
 repeatValuemax(sqInt delta, sqInt maxValue)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12495:1: warning: ‘returnWideBezierFill’ defined but not used [-Wunused-function]
 returnWideBezierFill(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12502:1: warning: ‘returnWideBezierWidth’ defined but not used [-Wunused-function]
 returnWideBezierWidth(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12512:1: warning: ‘returnWideLineFill’ defined but not used [-Wunused-function]
 returnWideLineFill(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12522:1: warning: ‘returnWideLineWidth’ defined but not used [-Wunused-function]
 returnWideLineWidth(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12668:1: warning: ‘shortRunLengthAtfrom’ defined but not used [-Wunused-function]
 shortRunLengthAtfrom(sqInt i, sqInt runArray)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12680:1: warning: ‘shortRunValueAtfrom’ defined but not used [-Wunused-function]
 shortRunValueAtfrom(sqInt i, sqInt runArray)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12748:1: warning: ‘sortGlobalEdgeTable’ defined but not used [-Wunused-function]
 sortGlobalEdgeTable(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12756:1: warning: ‘spanEndAAGet’ defined but not used [-Wunused-function]
 spanEndAAGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12763:1: warning: ‘spanEndAAPut’ defined but not used [-Wunused-function]
 spanEndAAPut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12770:1: warning: ‘spanEndGet’ defined but not used [-Wunused-function]
 spanEndGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12777:1: warning: ‘spanEndPut’ defined but not used [-Wunused-function]
 spanEndPut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12784:1: warning: ‘spanSizeGet’ defined but not used [-Wunused-function]
 spanSizeGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12791:1: warning: ‘spanSizePut’ defined but not used [-Wunused-function]
 spanSizePut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12798:1: warning: ‘spanStartGet’ defined but not used [-Wunused-function]
 spanStartGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12805:1: warning: ‘spanStartPut’ defined but not used [-Wunused-function]
 spanStartPut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12812:1: warning: ‘squaredLengthOfwith’ defined but not used [-Wunused-function]
 squaredLengthOfwith(sqInt deltaX, sqInt deltaY)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12819:1: warning: ‘stackFillDepth’ defined but not used [-Wunused-function]
 stackFillDepth(sqInt index)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12826:1: warning: ‘stackFillDepthput’ defined but not used [-Wunused-function]
 stackFillDepthput(sqInt index, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12833:1: warning: ‘stackFillEntryLength’ defined but not used [-Wunused-function]
 stackFillEntryLength(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12840:1: warning: ‘stackFillRightX’ defined but not used [-Wunused-function]
 stackFillRightX(sqInt index)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12847:1: warning: ‘stackFillRightXput’ defined but not used [-Wunused-function]
 stackFillRightXput(sqInt index, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12854:1: warning: ‘stackFillSize’ defined but not used [-Wunused-function]
 stackFillSize(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12861:1: warning: ‘stackFillValue’ defined but not used [-Wunused-function]
 stackFillValue(sqInt index)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12868:1: warning: ‘stackFillValueput’ defined but not used [-Wunused-function]
 stackFillValueput(sqInt index, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12875:1: warning: ‘stateGet’ defined but not used [-Wunused-function]
 stateGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12882:1: warning: ‘statePut’ defined but not used [-Wunused-function]
 statePut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12894:1: warning: ‘stepToFirstBezier’ defined but not used [-Wunused-function]
 stepToFirstBezier(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13033:1: warning: ‘stepToFirstLine’ defined but not used [-Wunused-function]
 stepToFirstLine(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13140:1: warning: ‘stepToFirstWideBezier’ defined but not used [-Wunused-function]
 stepToFirstWideBezier(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13244:1: warning: ‘stepToFirstWideLine’ defined but not used [-Wunused-function]
 stepToFirstWideLine(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13388:1: warning: ‘stepToNextBezier’ defined but not used [-Wunused-function]
 stepToNextBezier(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13434:1: warning: ‘stepToNextBezierForwardat’ defined but not used [-Wunused-function]
 stepToNextBezierForwardat(int *updateData, sqInt yValue)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13515:1: warning: ‘stepToNextLine’ defined but not used [-Wunused-function]
 stepToNextLine(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13686:1: warning: ‘stepToNextWideLine’ defined but not used [-Wunused-function]
 stepToNextWideLine(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13814:1: warning: ‘stopBecauseOf’ defined but not used [-Wunused-function]
 stopBecauseOf(sqInt stopReason)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13823:1: warning: ‘stopReasonGet’ defined but not used [-Wunused-function]
 stopReasonGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13830:1: warning: ‘stopReasonPut’ defined but not used [-Wunused-function]
 stopReasonPut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13854:1: warning: ‘storeEngineStateInto’ defined but not used [-Wunused-function]
 storeEngineStateInto(sqInt oop)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13930:1: warning: ‘storeStopStateIntoEdgefill’ defined but not used [-Wunused-function]
 storeStopStateIntoEdgefill(sqInt edgeOop, sqInt fillOop)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14334:1: warning: ‘topFillDepth’ defined but not used [-Wunused-function]
 topFillDepth(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14345:1: warning: ‘topFillDepthPut’ defined but not used [-Wunused-function]
 topFillDepthPut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14356:1: warning: ‘topFillRightX’ defined but not used [-Wunused-function]
 topFillRightX(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14367:1: warning: ‘topFillRightXPut’ defined but not used [-Wunused-function]
 topFillRightXPut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14378:1: warning: ‘topFillValue’ defined but not used [-Wunused-function]
 topFillValue(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14389:1: warning: ‘topFillValuePut’ defined but not used [-Wunused-function]
 topFillValuePut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14468:1: warning: ‘transformPoints’ defined but not used [-Wunused-function]
 transformPoints(sqInt n)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14597:1: warning: ‘transformPointXyinto’ defined but not used [-Wunused-function]
 transformPointXyinto(double xValue, double yValue, int *dstPoint)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14619:1: warning: ‘transformPoint’ defined but not used [-Wunused-function]
 transformPoint(int *point)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14658:1: warning: ‘transformPointinto’ defined but not used [-Wunused-function]
 transformPointinto(sqInt srcPoint, sqInt dstPoint)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14872:1: warning: ‘wbSizeGet’ defined but not used [-Wunused-function]
 wbSizeGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14879:1: warning: ‘wbSizePut’ defined but not used [-Wunused-function]
 wbSizePut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14886:1: warning: ‘wbStackClear’ defined but not used [-Wunused-function]
 wbStackClear(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14895:1: warning: ‘wbStackPop’ defined but not used [-Wunused-function]
 wbStackPop(sqInt nItems)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14916:1: warning: ‘wbStackSize’ defined but not used [-Wunused-function]
 wbStackSize(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14923:1: warning: ‘wbStackValue’ defined but not used [-Wunused-function]
 wbStackValue(sqInt index)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14930:1: warning: ‘wbStackValueput’ defined but not used [-Wunused-function]
 wbStackValueput(sqInt index, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14937:1: warning: ‘wbTopGet’ defined but not used [-Wunused-function]
 wbTopGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14944:1: warning: ‘wbTopPut’ defined but not used [-Wunused-function]
 wbTopPut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14951:1: warning: ‘wideBezierEntryOf’ defined but not used [-Wunused-function]
 wideBezierEntryOf(sqInt line)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14959:1: warning: ‘wideBezierEntryOfput’ defined but not used [-Wunused-function]
 wideBezierEntryOfput(sqInt line, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14967:1: warning: ‘wideBezierExitOf’ defined but not used [-Wunused-function]
 wideBezierExitOf(sqInt line)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14975:1: warning: ‘wideBezierExitOfput’ defined but not used [-Wunused-function]
 wideBezierExitOfput(sqInt line, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14983:1: warning: ‘wideBezierExtentOf’ defined but not used [-Wunused-function]
 wideBezierExtentOf(sqInt bezier)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14991:1: warning: ‘wideBezierExtentOfput’ defined but not used [-Wunused-function]
 wideBezierExtentOfput(sqInt bezier, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15007:1: warning: ‘wideBezierFillOfput’ defined but not used [-Wunused-function]
 wideBezierFillOfput(sqInt bezier, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15015:1: warning: ‘wideBezierUpdateDataOf’ defined but not used [-Wunused-function]
 wideBezierUpdateDataOf(sqInt bezier)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15030:1: warning: ‘wideBezierWidthOfput’ defined but not used [-Wunused-function]
 wideBezierWidthOfput(sqInt line, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15038:1: warning: ‘wideLineEntryOf’ defined but not used [-Wunused-function]
 wideLineEntryOf(sqInt line)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15046:1: warning: ‘wideLineEntryOfput’ defined but not used [-Wunused-function]
 wideLineEntryOfput(sqInt line, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15054:1: warning: ‘wideLineExitOf’ defined but not used [-Wunused-function]
 wideLineExitOf(sqInt line)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15062:1: warning: ‘wideLineExitOfput’ defined but not used [-Wunused-function]
 wideLineExitOfput(sqInt line, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15070:1: warning: ‘wideLineExtentOf’ defined but not used [-Wunused-function]
 wideLineExtentOf(sqInt line)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15078:1: warning: ‘wideLineExtentOfput’ defined but not used [-Wunused-function]
 wideLineExtentOfput(sqInt line, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15094:1: warning: ‘wideLineFillOfput’ defined but not used [-Wunused-function]
 wideLineFillOfput(sqInt line, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15110:1: warning: ‘wideLineWidthOfput’ defined but not used [-Wunused-function]
 wideLineWidthOfput(sqInt line, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15118:1: warning: ‘workBufferPut’ defined but not used [-Wunused-function]
 workBufferPut(sqInt wbOop)
 ^
[ 82%] Linking C shared library build/vm/libB2DPlugin.so
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/B2DPlugin.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.  -shared -Wl,-soname,libB2DPlugin.so -o build/vm/libB2DPlugin.so CMakeFiles/B2DPlugin.dir/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/libPharoVMCore.so build/vm/libffi.so -ldl -lm -lpthread 
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build'
[ 82%] Built target B2DPlugin
make -f CMakeFiles/libgit2-0.25.1.dir/build.make CMakeFiles/libgit2-0.25.1.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build'
cd /builds/workspace/pharo-vm_pharo-9/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/build /builds/workspace/pharo-vm_pharo-9/build /builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/libgit2-0.25.1.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/libgit2-0.25.1.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/libgit2-0.25.1.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/libgit2-0.25.1.dir/depend.internal".
Scanning dependencies of target libgit2-0.25.1
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build'
make -f CMakeFiles/libgit2-0.25.1.dir/build.make CMakeFiles/libgit2-0.25.1.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build'
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_pharo-9/build/libgit2-0.25.1-src/libgit2.so /builds/workspace/pharo-vm_pharo-9/build/build/vm/
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_pharo-9/build/libgit2-0.25.1-src/libgit2.so.0.25.1 /builds/workspace/pharo-vm_pharo-9/build/build/vm/
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_pharo-9/build/libgit2-0.25.1-src/libgit2.so.25 /builds/workspace/pharo-vm_pharo-9/build/build/vm/
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build'
[ 82%] Built target libgit2-0.25.1
make -f CMakeFiles/MiscPrimitivePlugin.dir/build.make CMakeFiles/MiscPrimitivePlugin.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build'
cd /builds/workspace/pharo-vm_pharo-9/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/build /builds/workspace/pharo-vm_pharo-9/build /builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/MiscPrimitivePlugin.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/MiscPrimitivePlugin.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/MiscPrimitivePlugin.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/MiscPrimitivePlugin.dir/depend.internal".
Scanning dependencies of target MiscPrimitivePlugin
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build'
make -f CMakeFiles/MiscPrimitivePlugin.dir/build.make CMakeFiles/MiscPrimitivePlugin.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build'
[ 83%] Building C object CMakeFiles/MiscPrimitivePlugin.dir/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DMiscPrimitivePlugin_EXPORTS -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/MiscPrimitivePlugin.dir/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqVirtualMachine.h:30:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c:22:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c: At top level:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c:6:13: warning: ‘__buildInfo’ defined but not used [-Wunused-variable]
 static char __buildInfo[] = "MiscPrimitivePlugin VMMaker.oscog-eem.2480 uuid: bb3ffda7-8241-4dea-b886-d656e474b6c1 " __DATE__ ;
             ^
[ 83%] Linking C shared library build/vm/libMiscPrimitivePlugin.so
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/MiscPrimitivePlugin.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.  -shared -Wl,-soname,libMiscPrimitivePlugin.so -o build/vm/libMiscPrimitivePlugin.so CMakeFiles/MiscPrimitivePlugin.dir/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/libPharoVMCore.so build/vm/libffi.so -ldl -lm -lpthread 
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build'
[ 83%] Built target MiscPrimitivePlugin
make -f CMakeFiles/BitBltPlugin.dir/build.make CMakeFiles/BitBltPlugin.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build'
cd /builds/workspace/pharo-vm_pharo-9/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/build /builds/workspace/pharo-vm_pharo-9/build /builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/BitBltPlugin.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/BitBltPlugin.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/BitBltPlugin.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/BitBltPlugin.dir/depend.internal".
Scanning dependencies of target BitBltPlugin
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build'
make -f CMakeFiles/BitBltPlugin.dir/build.make CMakeFiles/BitBltPlugin.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build'
[ 83%] Building C object CMakeFiles/BitBltPlugin.dir/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DBitBltPlugin_EXPORTS -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/BitBltPlugin.dir/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqVirtualMachine.h:30:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:22:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c: In function ‘copyBitsFallback’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1694:8: warning: unused variable ‘t’ [-Wunused-variable]
  sqInt t;
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1693:8: warning: unused variable ‘sxLowBits’ [-Wunused-variable]
  sqInt sxLowBits;
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1692:8: warning: unused variable ‘startBits1’ [-Wunused-variable]
  sqInt startBits1;
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1691:8: warning: unused variable ‘startBits’ [-Wunused-variable]
  sqInt startBits;
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1690:8: warning: unused variable ‘pixPerM11’ [-Wunused-variable]
  sqInt pixPerM11;
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1689:8: warning: unused variable ‘pixPerM1’ [-Wunused-variable]
  sqInt pixPerM1;
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1688:15: warning: unused variable ‘m1’ [-Wunused-variable]
  unsigned int m1;
               ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1687:8: warning: unused variable ‘endBits’ [-Wunused-variable]
  sqInt endBits;
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1686:8: warning: unused variable ‘dxLowBits’ [-Wunused-variable]
  sqInt dxLowBits;
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1685:8: warning: unused variable ‘done’ [-Wunused-variable]
  sqInt done;
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c: In function ‘loadBitBltDestForm’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3069:8: warning: variable ‘v’ set but not used [-Wunused-but-set-variable]
  sqInt v;
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c: In function ‘loadBitBltFromwarping’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3152:8: warning: variable ‘v1’ set but not used [-Wunused-but-set-variable]
  sqInt v1;
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3151:8: warning: variable ‘v’ set but not used [-Wunused-but-set-variable]
  sqInt v;
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c: In function ‘loadBitBltSourceForm’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3558:8: warning: variable ‘v’ set but not used [-Wunused-but-set-variable]
  sqInt v;
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c: In function ‘lockSurfaces’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3877:8: warning: variable ‘v’ set but not used [-Wunused-but-set-variable]
  sqInt v;
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c: In function ‘primitiveCompareColors’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:5028:8: warning: unused variable ‘_return_value’ [-Wunused-variable]
  sqInt _return_value;
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:5027:8: warning: variable ‘val’ set but not used [-Wunused-but-set-variable]
  sqInt val;
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:5026:8: warning: variable ‘testID’ set but not used [-Wunused-but-set-variable]
  sqInt testID;
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:5025:8: warning: variable ‘rcvr’ set but not used [-Wunused-but-set-variable]
  sqInt rcvr;
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:5024:14: warning: variable ‘colorB’ set but not used [-Wunused-but-set-variable]
  usqIntptr_t colorB;
              ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:5023:14: warning: variable ‘colorA’ set but not used [-Wunused-but-set-variable]
  usqIntptr_t colorA;
              ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c: At top level:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6:13: warning: ‘__buildInfo’ defined but not used [-Wunused-variable]
 static char __buildInfo[] = "BitBltSimulation VMMaker.oscog-eem.2493 uuid: d7437cc5-75c7-4a43-af6b-0f85bf0cebe6 " __DATE__ ;
             ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:411:1: warning: ‘affectedBottom’ defined but not used [-Wunused-function]
 affectedBottom(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:418:1: warning: ‘affectedLeft’ defined but not used [-Wunused-function]
 affectedLeft(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:425:1: warning: ‘affectedRight’ defined but not used [-Wunused-function]
 affectedRight(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:432:1: warning: ‘affectedTop’ defined but not used [-Wunused-function]
 affectedTop(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1133:1: warning: ‘checkSourceOverlap’ defined but not used [-Wunused-function]
 checkSourceOverlap(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1271:1: warning: ‘copyBitsFastPathSpecialised’ defined but not used [-Wunused-function]
 copyBitsFastPathSpecialised(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2494:1: warning: ‘default8To32Table’ defined but not used [-Wunused-function]
 default8To32Table(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2538:1: warning: ‘deltaFromtonSteps’ defined but not used [-Wunused-function]
 deltaFromtonSteps(sqInt x1, sqInt x2, sqInt n)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2563:1: warning: ‘destMaskAndPointerInit’ defined but not used [-Wunused-function]
 destMaskAndPointerInit(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2610:1: warning: ‘dither32To16threshold’ defined but not used [-Wunused-function]
 dither32To16threshold(unsigned int srcWord, sqInt ditherValue)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2626:1: warning: ‘drawLoopXY’ defined but not used [-Wunused-function]
 drawLoopXY(sqInt xDelta, sqInt yDelta)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2771:1: warning: ‘expensiveDither32To16threshold’ defined but not used [-Wunused-function]
 expensiveDither32To16threshold(unsigned int srcWord, sqInt ditherValue)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2819:1: warning: ‘fetchIntOrFloatofObject’ defined but not used [-Wunused-function]
 fetchIntOrFloatofObject(sqInt fieldIndex, sqInt objectPointer)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2904:1: warning: ‘ignoreSourceOrHalftone’ defined but not used [-Wunused-function]
 ignoreSourceOrHalftone(sqInt formPointer)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3066:1: warning: ‘loadBitBltDestForm’ defined but not used [-Wunused-function]
 loadBitBltDestForm(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3551:1: warning: ‘loadBitBltSourceForm’ defined but not used [-Wunused-function]
 loadBitBltSourceForm(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3641:1: warning: ‘loadColorMap’ defined but not used [-Wunused-function]
 loadColorMap(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3755:1: warning: ‘loadColorMapShiftOrMaskFrom’ defined but not used [-Wunused-function]
 loadColorMapShiftOrMaskFrom(sqInt mapOop)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3773:1: warning: ‘loadHalftoneForm’ defined but not used [-Wunused-function]
 loadHalftoneForm(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3821:1: warning: ‘loadWarpBltFrom’ defined but not used [-Wunused-function]
 loadWarpBltFrom(sqInt bbObj)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3986:1: warning: ‘mapPixelflags’ defined but not used [-Wunused-function]
 mapPixelflags(sqInt sourcePixel, sqInt mapperFlags)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4016:1: warning: ‘mergewith’ defined but not used [-Wunused-function]
 mergewith(unsigned int sourceWord, unsigned int destinationWord)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4490:1: warning: ‘partitionedRgbComponentAlphadestnBitsnPartitions’ defined but not used [-Wunused-function]
 partitionedRgbComponentAlphadestnBitsnPartitions(unsigned int sourceWord, unsigned int destWord, sqInt nBits, sqInt nParts)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4637:1: warning: ‘performCopyLoop’ defined but not used [-Wunused-function]
 performCopyLoop(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4790:1: warning: ‘pickSourcePixelsflagssrcMaskdestMasksrcShiftIncdstShiftInc’ defined but not used [-Wunused-function]
 pickSourcePixelsflagssrcMaskdestMasksrcShiftIncdstShiftInc(sqInt nPixels, sqInt mapperFlags, sqInt srcMask, sqInt dstMask, sqInt srcShiftInc, sqInt dstShiftInc)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4892:1: warning: ‘pickWarpPixelAtXy’ defined but not used [-Wunused-function]
 pickWarpPixelAtXy(sqInt xx, sqInt yy)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6406:1: warning: ‘rgbMap16To32’ defined but not used [-Wunused-function]
 rgbMap16To32(sqInt sourcePixel)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6417:1: warning: ‘rgbMap32To32’ defined but not used [-Wunused-function]
 rgbMap32To32(sqInt sourcePixel)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6427:1: warning: ‘rgbMapPixelflags’ defined but not used [-Wunused-function]
 rgbMapPixelflags(sqInt sourcePixel, sqInt mapperFlags)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6764:1: warning: ‘showDisplayBits’ defined but not used [-Wunused-function]
 showDisplayBits(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6780:1: warning: ‘sourceSkewAndPointerInit’ defined but not used [-Wunused-function]
 sourceSkewAndPointerInit(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6842:1: warning: ‘sqAssert’ defined but not used [-Wunused-function]
 sqAssert(sqInt aBool)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:7033:1: warning: ‘tryCopyingBitsQuickly’ defined but not used [-Wunused-function]
 tryCopyingBitsQuickly(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:7160:1: warning: ‘warpBits’ defined but not used [-Wunused-function]
 warpBits(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:7802:1: warning: ‘warpLoopSetup’ defined but not used [-Wunused-function]
 warpLoopSetup(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:8027:1: warning: ‘warpPickSourcePixelsxDeltahyDeltahxDeltavyDeltavdstShiftIncflags’ defined but not used [-Wunused-function]
 warpPickSourcePixelsxDeltahyDeltahxDeltavyDeltavdstShiftIncflags(sqInt nPixels, sqInt xDeltah, sqInt yDeltah, sqInt xDeltav, sqInt yDeltav, sqInt dstShiftInc, sqInt mapperFlags)
 ^
CPack: - Install project: PharoVM []
CPack: -   Install component: bin
CPack: -   Install component: c-src
CPack: -   Install component: include
CPack: Create package
CPack: - package: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/packages/PharoVM-9.0.15-4a14a4a7-Darwin-arm64-bin.zip generated.
CPack: - checksum file: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/packages/PharoVM-9.0.15-4a14a4a7-Darwin-arm64-bin.zip.sha1 generated.
CPack: - package: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/packages/PharoVM-9.0.15-4a14a4a7-Darwin-arm64-c-src.zip generated.
CPack: - checksum file: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/packages/PharoVM-9.0.15-4a14a4a7-Darwin-arm64-c-src.zip.sha1 generated.
CPack: - package: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/packages/PharoVM-9.0.15-4a14a4a7-Darwin-arm64-include.zip generated.
CPack: - checksum file: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/packages/PharoVM-9.0.15-4a14a4a7-Darwin-arm64-include.zip.sha1 generated.
CPack: Create package using TGZ
CPack: Install projects
CPack: - Run preinstall target for: PharoVM
[ 84%] Linking C shared library build/vm/libBitBltPlugin.so
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/BitBltPlugin.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.  -shared -Wl,-soname,libBitBltPlugin.so -o build/vm/libBitBltPlugin.so CMakeFiles/BitBltPlugin.dir/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/libPharoVMCore.so build/vm/libffi.so -ldl -lm -lpthread 
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build'
[ 84%] Built target BitBltPlugin
make -f CMakeFiles/SqueakSSL.dir/build.make CMakeFiles/SqueakSSL.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build'
cd /builds/workspace/pharo-vm_pharo-9/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/build /builds/workspace/pharo-vm_pharo-9/build /builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/SqueakSSL.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/SqueakSSL.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/SqueakSSL.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/SqueakSSL.dir/depend.internal".
Scanning dependencies of target SqueakSSL
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build'
make -f CMakeFiles/SqueakSSL.dir/build.make CMakeFiles/SqueakSSL.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build'
[ 85%] Building C object CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DSqueakSSL_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqVirtualMachine.h:30:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c:22:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c: At top level:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c:6:13: warning: ‘__buildInfo’ defined but not used [-Wunused-variable]
 static char __buildInfo[] = "SqueakSSLPlugin VMMaker.oscog-eem.2480 uuid: bb3ffda7-8241-4dea-b886-d656e474b6c1 " __DATE__ ;
             ^
[ 85%] Building C object CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DSqueakSSL_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c:3:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c: In function ‘sqVerifySAN’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c:42:32: warning: pointer targets in initialization differ in signedness [-Wpointer-sign]
 # define ASN1_STRING_get0_data ASN1_STRING_data
                                ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c:176:24: note: in expansion of macro ‘ASN1_STRING_get0_data’
  const char* sANData = ASN1_STRING_get0_data(sAN->d.ia5);
                        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c: In function ‘sqConnectSSL’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c:464:29: warning: the address of ‘X509_check_ip_asc’ will always evaluate as ‘true’ [-Waddress]
                         if (X509_check_ip_asc && X509_check_host) {
                             ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c:464:47: warning: the address of ‘X509_check_host’ will always evaluate as ‘true’ [-Waddress]
                         if (X509_check_ip_asc && X509_check_host) {
                                               ^
[ 86%] Linking C shared library build/vm/libSqueakSSL.so
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/SqueakSSL.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.  -shared -Wl,-soname,libSqueakSSL.so -o build/vm/libSqueakSSL.so CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c.o CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c.o -Wl,-rpath,@executable_path/Plugins build/vm/libPharoVMCore.so /usr/lib/x86_64-linux-gnu/libssl.so /usr/lib/x86_64-linux-gnu/libcrypto.so build/vm/libffi.so -ldl -lm -lpthread 
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build'
[ 86%] Built target SqueakSSL
make -f CMakeFiles/DSAPrims.dir/build.make CMakeFiles/DSAPrims.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build'
cd /builds/workspace/pharo-vm_pharo-9/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/build /builds/workspace/pharo-vm_pharo-9/build /builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/DSAPrims.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/DSAPrims.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/DSAPrims.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/DSAPrims.dir/depend.internal".
Scanning dependencies of target DSAPrims
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build'
make -f CMakeFiles/DSAPrims.dir/build.make CMakeFiles/DSAPrims.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build'
[ 86%] Building C object CMakeFiles/DSAPrims.dir/extracted/plugins/DSAPrims/src/common/DSAPrims.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DDSAPrims_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/DSAPrims.dir/extracted/plugins/DSAPrims/src/common/DSAPrims.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqVirtualMachine.h:30:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:22:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c: At top level:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:6:13: warning: ‘__buildInfo’ defined but not used [-Wunused-variable]
 static char __buildInfo[] = "DSAPlugin CryptographyPlugins-eem.14 uuid: 54292ff0-b538-43ba-9195-26766c158ba9 " __DATE__ ;
             ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:106:1: warning: ‘addBackDivisorDigitShift’ defined but not used [-Wunused-function]
 addBackDivisorDigitShift(sqInt digitShift)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:144:1: warning: ‘bigDivideLoop’ defined but not used [-Wunused-function]
 bigDivideLoop(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:265:1: warning: ‘leftRotateby’ defined but not used [-Wunused-function]
 leftRotateby(unsigned int anInteger, sqInt bits)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:675:1: warning: ‘subtractDivisorMultipliedByDigitdigitShift’ defined but not used [-Wunused-function]
 subtractDivisorMultipliedByDigitdigitShift(sqInt digit, sqInt digitShift)
 ^
[ 87%] Linking C shared library build/vm/libDSAPrims.so
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/DSAPrims.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.  -shared -Wl,-soname,libDSAPrims.so -o build/vm/libDSAPrims.so CMakeFiles/DSAPrims.dir/extracted/plugins/DSAPrims/src/common/DSAPrims.c.o -Wl,-rpath,@executable_path/Plugins build/vm/libPharoVMCore.so build/vm/libffi.so -ldl -lm -lpthread 
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build'
[ 87%] Built target DSAPrims
make -f CMakeFiles/UnixOSProcessPlugin.dir/build.make CMakeFiles/UnixOSProcessPlugin.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build'
cd /builds/workspace/pharo-vm_pharo-9/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/build /builds/workspace/pharo-vm_pharo-9/build /builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/UnixOSProcessPlugin.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/UnixOSProcessPlugin.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/UnixOSProcessPlugin.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/UnixOSProcessPlugin.dir/depend.internal".
Scanning dependencies of target UnixOSProcessPlugin
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build'
make -f CMakeFiles/UnixOSProcessPlugin.dir/build.make CMakeFiles/UnixOSProcessPlugin.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build'
[ 88%] Building C object CMakeFiles/UnixOSProcessPlugin.dir/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DUnixOSProcessPlugin_EXPORTS -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/UnixOSProcessPlugin.dir/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqVirtualMachine.h:30:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:38:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c: In function ‘primitiveFileStat’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:2055:11: warning: variable ‘uid’ set but not used [-Wunused-but-set-variable]
     sqInt uid;
           ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:2049:11: warning: variable ‘gid’ set but not used [-Wunused-but-set-variable]
     sqInt gid;
           ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c: In function ‘primitiveFixPointersInArrayOfStrings’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:2095:11: warning: variable ‘count’ set but not used [-Wunused-but-set-variable]
     sqInt count;
           ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c: In function ‘setSigChldHandler’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4462:36: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  sigchldHandlerAction.sa_sigaction = reapChildProcess;
                                    ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4468:53: warning: comparison between pointer and integer
  if ((sigaction(SIGCHLD, &sigchldHandlerAction, 0)) == (sigErrorNumber())) {
                                                     ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c: In function ‘setSignalNumberhandler’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4511:74: warning: comparison between pointer and integer
  if ((sigaction(signalNumber, (&sigHandlerAction), (&oldHandlerAction))) == (sigErrorNumber())) {
                                                                          ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c: In function ‘sigHoldNumber’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4645:9: warning: return makes pointer from integer without a cast [-Wint-conversion]
  return -1;
         ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c: At top level:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:6:13: warning: ‘__buildInfo’ defined but not used [-Wunused-variable]
 static char __buildInfo[] = "UnixOSProcessPlugin VMConstruction-Plugins-OSProcessPlugin.oscog-dtl.66 uuid: a8a2bf10-e7b3-4963-90b3-d69a2bee77bb " __DATE__ ;
             ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:365:1: warning: ‘argumentAtAsType’ defined but not used [-Wunused-function]
 argumentAtAsType(sqInt classIdentifier)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:410:1: warning: ‘copyBytesFromtolength’ defined but not used [-Wunused-function]
 copyBytesFromtolength(void *charArray1, void *charArray2, sqInt len)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:499:1: warning: ‘descriptorTableSize’ defined but not used [-Wunused-function]
 descriptorTableSize(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:663:1: warning: ‘environmentAtSymbolAsType’ defined but not used [-Wunused-function]
 environmentAtSymbolAsType(sqInt classIdentifier)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:688:1: warning: ‘fileDescriptorFrom’ defined but not used [-Wunused-function]
 fileDescriptorFrom(sqInt aSQFileByteArray)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:718:1: warning: ‘fileRecordSize’ defined but not used [-Wunused-function]
 fileRecordSize(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:732:1: warning: ‘fileValueOf’ defined but not used [-Wunused-function]
 fileValueOf(sqInt anSQFileRecord)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1202:1: warning: ‘getThisSessionIdentifier’ defined but not used [-Wunused-function]
 getThisSessionIdentifier(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1313:1: warning: ‘isSQFileObject’ defined but not used [-Wunused-function]
 isSQFileObject(sqInt objectPointer)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1331:1: warning: ‘isSQSocketObject’ defined but not used [-Wunused-function]
 isSQSocketObject(sqInt objectPointer)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1345:1: warning: ‘isValidFileSession’ defined but not used [-Wunused-function]
 isValidFileSession(sqInt objectPointer)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1401:1: warning: ‘maskForThisThreadAndResend’ defined but not used [-Wunused-function]
 maskForThisThreadAndResend(int sigNum)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1526:1: warning: ‘newSQFileByteArray’ defined but not used [-Wunused-function]
 newSQFileByteArray(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1536:1: warning: ‘newSQSocketByteArray’ defined but not used [-Wunused-function]
 newSQSocketByteArray(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1560:1: warning: ‘pointerFrom’ defined but not used [-Wunused-function]
 pointerFrom(sqInt aByteArray)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4322:1: warning: ‘restoreDefaultSignalHandlers’ defined but not used [-Wunused-function]
 restoreDefaultSignalHandlers(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4365:1: warning: ‘sendSignaltoPid’ defined but not used [-Wunused-function]
 sendSignaltoPid(sqInt sig, sqInt pid)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4478:1: warning: ‘setSigIntDefaultHandler’ defined but not used [-Wunused-function]
 setSigIntDefaultHandler(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4488:1: warning: ‘setSigIntIgnore’ defined but not used [-Wunused-function]
 setSigIntIgnore(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4519:1: warning: ‘setSigPipeDefaultHandler’ defined but not used [-Wunused-function]
 setSigPipeDefaultHandler(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4535:1: warning: ‘setSigPipeHandler’ defined but not used [-Wunused-function]
 setSigPipeHandler(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4549:1: warning: ‘setSigPipeIgnore’ defined but not used [-Wunused-function]
 setSigPipeIgnore(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4580:1: warning: ‘sigAbrtNumber’ defined but not used [-Wunused-function]
 sigAbrtNumber(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4590:1: warning: ‘sigAlrmNumber’ defined but not used [-Wunused-function]
 sigAlrmNumber(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4600:1: warning: ‘sigChldNumber’ defined but not used [-Wunused-function]
 sigChldNumber(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4610:1: warning: ‘sigContNumber’ defined but not used [-Wunused-function]
 sigContNumber(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4640:1: warning: ‘sigHoldNumber’ defined but not used [-Wunused-function]
 sigHoldNumber(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4654:1: warning: ‘sigHupNumber’ defined but not used [-Wunused-function]
 sigHupNumber(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4674:1: warning: ‘sigIntNumber’ defined but not used [-Wunused-function]
 sigIntNumber(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4684:1: warning: ‘sigKillNumber’ defined but not used [-Wunused-function]
 sigKillNumber(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4705:1: warning: ‘sigPipeNumber’ defined but not used [-Wunused-function]
 sigPipeNumber(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4715:1: warning: ‘sigQuitNumber’ defined but not used [-Wunused-function]
 sigQuitNumber(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4725:1: warning: ‘sigStopNumber’ defined but not used [-Wunused-function]
 sigStopNumber(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4737:1: warning: ‘sigTermNumber’ defined but not used [-Wunused-function]
 sigTermNumber(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4748:1: warning: ‘sigUsr1Number’ defined but not used [-Wunused-function]
 sigUsr1Number(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4759:1: warning: ‘sigUsr2Number’ defined but not used [-Wunused-function]
 sigUsr2Number(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4769:1: warning: ‘sizeOfInt’ defined but not used [-Wunused-function]
 sizeOfInt(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4779:1: warning: ‘sizeOfPointer’ defined but not used [-Wunused-function]
 sizeOfPointer(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4810:1: warning: ‘socketDescriptorFrom’ defined but not used [-Wunused-function]
 socketDescriptorFrom(sqInt sqSocketOop)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4829:1: warning: ‘socketRecordSize’ defined but not used [-Wunused-function]
 socketRecordSize(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4843:1: warning: ‘socketValueOf’ defined but not used [-Wunused-function]
 socketValueOf(sqInt anSQSocketRecord)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4915:1: warning: ‘unixFileNumber’ defined but not used [-Wunused-function]
 unixFileNumber(FILEHANDLETYPE fileHandle)
 ^
[ 88%] Linking C shared library build/vm/libUnixOSProcessPlugin.so
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/UnixOSProcessPlugin.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.  -shared -Wl,-soname,libUnixOSProcessPlugin.so -o build/vm/libUnixOSProcessPlugin.so CMakeFiles/UnixOSProcessPlugin.dir/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/libPharoVMCore.so build/vm/libFilePlugin.so build/vm/libffi.so -ldl -lm -lpthread 
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build'
[ 88%] Built target UnixOSProcessPlugin
make -f CMakeFiles/libgit2-linux-1.0.0.dir/build.make CMakeFiles/libgit2-linux-1.0.0.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build'
cd /builds/workspace/pharo-vm_pharo-9/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/build /builds/workspace/pharo-vm_pharo-9/build /builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/libgit2-linux-1.0.0.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/libgit2-linux-1.0.0.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/libgit2-linux-1.0.0.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/libgit2-linux-1.0.0.dir/depend.internal".
Scanning dependencies of target libgit2-linux-1.0.0
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build'
make -f CMakeFiles/libgit2-linux-1.0.0.dir/build.make CMakeFiles/libgit2-linux-1.0.0.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build'
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_pharo-9/build/libgit2-linux-1.0.0-src/libgit2.1.0.0.so /builds/workspace/pharo-vm_pharo-9/build/build/vm/
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build'
[ 88%] Built target libgit2-linux-1.0.0
make -f CMakeFiles/openssl-1.0.2q.dir/build.make CMakeFiles/openssl-1.0.2q.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build'
cd /builds/workspace/pharo-vm_pharo-9/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/build /builds/workspace/pharo-vm_pharo-9/build /builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/openssl-1.0.2q.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/openssl-1.0.2q.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/openssl-1.0.2q.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/openssl-1.0.2q.dir/depend.internal".
Scanning dependencies of target openssl-1.0.2q
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build'
make -f CMakeFiles/openssl-1.0.2q.dir/build.make CMakeFiles/openssl-1.0.2q.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build'
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_pharo-9/build/openssl-1.0.2q-src/libcrypto.so.1.0.0 /builds/workspace/pharo-vm_pharo-9/build/build/vm/
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_pharo-9/build/openssl-1.0.2q-src/libssl.so /builds/workspace/pharo-vm_pharo-9/build/build/vm/
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_pharo-9/build/openssl-1.0.2q-src/libssl.so.1.0.0 /builds/workspace/pharo-vm_pharo-9/build/build/vm/
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build'
[ 88%] Built target openssl-1.0.2q
make -f CMakeFiles/libssh2-1.7.0.dir/build.make CMakeFiles/libssh2-1.7.0.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build'
cd /builds/workspace/pharo-vm_pharo-9/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/build /builds/workspace/pharo-vm_pharo-9/build /builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/libssh2-1.7.0.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/libssh2-1.7.0.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/libssh2-1.7.0.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/libssh2-1.7.0.dir/depend.internal".
Scanning dependencies of target libssh2-1.7.0
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build'
make -f CMakeFiles/libssh2-1.7.0.dir/build.make CMakeFiles/libssh2-1.7.0.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build'
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_pharo-9/build/libssh2-1.7.0-src/libssh2.so /builds/workspace/pharo-vm_pharo-9/build/build/vm/
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_pharo-9/build/libssh2-1.7.0-src/libssh2.so.1 /builds/workspace/pharo-vm_pharo-9/build/build/vm/
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_pharo-9/build/libssh2-1.7.0-src/libssh2.so.1.0.1 /builds/workspace/pharo-vm_pharo-9/build/build/vm/
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build'
[ 88%] Built target libssh2-1.7.0
make -f CMakeFiles/SDL2-2.0.7.dir/build.make CMakeFiles/SDL2-2.0.7.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build'
cd /builds/workspace/pharo-vm_pharo-9/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/build /builds/workspace/pharo-vm_pharo-9/build /builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/SDL2-2.0.7.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/SDL2-2.0.7.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/SDL2-2.0.7.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/SDL2-2.0.7.dir/depend.internal".
Scanning dependencies of target SDL2-2.0.7
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build'
make -f CMakeFiles/SDL2-2.0.7.dir/build.make CMakeFiles/SDL2-2.0.7.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build'
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_pharo-9/build/SDL2-2.0.7-src/libSDL2-2.0.so.0 /builds/workspace/pharo-vm_pharo-9/build/build/vm/
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_pharo-9/build/SDL2-2.0.7-src/libSDL2-2.0.so.0.7.0 /builds/workspace/pharo-vm_pharo-9/build/build/vm/
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_pharo-9/build/SDL2-2.0.7-src/libSDL2.so /builds/workspace/pharo-vm_pharo-9/build/build/vm/
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build'
[ 88%] Built target SDL2-2.0.7
make -f CMakeFiles/pharo.dir/build.make CMakeFiles/pharo.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build'
cd /builds/workspace/pharo-vm_pharo-9/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/build /builds/workspace/pharo-vm_pharo-9/build /builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/pharo.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/pharo.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/pharo.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/pharo.dir/depend.internal".
Scanning dependencies of target pharo
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build'
make -f CMakeFiles/pharo.dir/build.make CMakeFiles/pharo.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build'
[ 89%] Building C object CMakeFiles/pharo.dir/src/unixMain.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.   -o CMakeFiles/pharo.dir/src/unixMain.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/src/unixMain.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/errorCode.h:6,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/parameters/parameterVector.h:10,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/parameters/parameters.h:10,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharoClient.h:6,
                 from /builds/workspace/pharo-vm_pharo-9/repository/src/unixMain.c:1:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 90%] Linking C executable build/vm/pharo
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/pharo.dir/link.txt --verbose=1
/usr/bin/cc  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.   CMakeFiles/pharo.dir/src/unixMain.c.o  -o build/vm/pharo -Wl,-rpath,/builds/workspace/pharo-vm_pharo-9/build/build/vm build/vm/libPharoVMCore.so build/vm/libffi.so -ldl -lm -lpthread 
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build'
[ 90%] Built target pharo
make -f CMakeFiles/build_vmmaker_get_vm.dir/build.make CMakeFiles/build_vmmaker_get_vm.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build'
cd /builds/workspace/pharo-vm_pharo-9/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/build /builds/workspace/pharo-vm_pharo-9/build /builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/build_vmmaker_get_vm.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/build_vmmaker_get_vm.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/build_vmmaker_get_vm.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/build_vmmaker_get_vm.dir/depend.internal".
Scanning dependencies of target build_vmmaker_get_vm
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build'
make -f CMakeFiles/build_vmmaker_get_vm.dir/build.make CMakeFiles/build_vmmaker_get_vm.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build'
[ 90%] Performing update step for 'build_vmmaker_get_vm'
cd /builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/vm && echo

[ 90%] Performing configure step for 'build_vmmaker_get_vm'
cd /builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/vm && echo

cd /builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/vm && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-configure
[ 91%] Performing build step for 'build_vmmaker_get_vm'
cd /builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/vm && echo

cd /builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/vm && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-build
[ 92%] Performing install step for 'build_vmmaker_get_vm'
cd /builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/vm && echo

cd /builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/vm && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-install
[ 93%] Completed 'build_vmmaker_get_vm'
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /builds/workspace/pharo-vm_pharo-9/build/CMakeFiles
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/build_vmmaker_get_vm-complete
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-done
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build'
[ 95%] Built target build_vmmaker_get_vm
make -f build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/build.make build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build'
cd /builds/workspace/pharo-vm_pharo-9/build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary /builds/workspace/pharo-vm_pharo-9/build /builds/workspace/pharo-vm_pharo-9/build/build/ffiTestLibrary /builds/workspace/pharo-vm_pharo-9/build/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_pharo-9/build/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_pharo-9/build/build/ffiTestLibrary/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/depend.internal".
Scanning dependencies of target TestLibrary
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build'
make -f build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/build.make build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build'
[ 96%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/basic_types.c.o
cd /builds/workspace/pharo-vm_pharo-9/build/build/ffiTestLibrary && /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/includes  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/TestLibrary.dir/src/basic_types.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/src/basic_types.c
[ 96%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/callback_types.c.o
cd /builds/workspace/pharo-vm_pharo-9/build/build/ffiTestLibrary && /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/includes  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/TestLibrary.dir/src/callback_types.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/src/callback_types.c
[ 97%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/callbacks.c.o
cd /builds/workspace/pharo-vm_pharo-9/build/build/ffiTestLibrary && /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/includes  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/TestLibrary.dir/src/callbacks.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/src/callbacks.c
/builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/src/callbacks.c: In function ‘otherThread’:
/builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/src/callbacks.c:47:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
[ 97%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/callout.c.o
cd /builds/workspace/pharo-vm_pharo-9/build/build/ffiTestLibrary && /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/includes  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/TestLibrary.dir/src/callout.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/src/callout.c
[ 98%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/registerCallback.c.o
cd /builds/workspace/pharo-vm_pharo-9/build/build/ffiTestLibrary && /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/includes  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/TestLibrary.dir/src/registerCallback.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/src/registerCallback.c
[ 98%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/structures.c.o
cd /builds/workspace/pharo-vm_pharo-9/build/build/ffiTestLibrary && /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/includes  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/TestLibrary.dir/src/structures.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/src/structures.c
[100%] Linking C shared library ../vm/libTestLibrary.so
cd /builds/workspace/pharo-vm_pharo-9/build/build/ffiTestLibrary && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/TestLibrary.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.  -shared -Wl,-soname,libTestLibrary.so -o ../vm/libTestLibrary.so CMakeFiles/TestLibrary.dir/src/basic_types.c.o CMakeFiles/TestLibrary.dir/src/callback_types.c.o CMakeFiles/TestLibrary.dir/src/callbacks.c.o CMakeFiles/TestLibrary.dir/src/callout.c.o CMakeFiles/TestLibrary.dir/src/registerCallback.c.o CMakeFiles/TestLibrary.dir/src/structures.c.o -Wl,-rpath,@executable_path/Plugins 
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build'
[100%] Built target TestLibrary
make[1]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build'
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_progress_start /builds/workspace/pharo-vm_pharo-9/build/CMakeFiles 0
make -f CMakeFiles/Makefile2 preinstall
make[1]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build'
make[1]: Nothing to be done for 'preinstall'.
make[1]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build'
Install the project...
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -P cmake_install.cmake
-- Install configuration: ""
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/./
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/.//bin
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/.//bin/pharo
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/.//pharo
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/lib
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/lib/libFilePlugin.so
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/lib/libgit2.1.0.0.so
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/lib/libssl.so
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/lib/libMiscPrimitivePlugin.so
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/lib/libB2DPlugin.so
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/lib/libgit2.so.0.25.1
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/lib/libJPEGReaderPlugin.so
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/lib/libTestLibrary.so
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/lib/libgit2.so
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/lib/libLargeIntegers.so
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/lib/libSqueakSSL.so
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/lib/libJPEGReadWriter2Plugin.so
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/lib/libSDL2-2.0.so.0
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/lib/libUUIDPlugin.so
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/lib/libssl.so.1.0.0
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/lib/libDSAPrims.so
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/lib/libSDL2-2.0.so.0.7.0
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/lib/pharo
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/lib/libPharoVMCore.so
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/lib/libBitBltPlugin.so
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/lib/libssh2.so.1
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/lib/libgit2.so.25
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/lib/libLocalePlugin.so
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/lib/libssh2.so.1.0.1
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/lib/libSDL2.so
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/lib/libUnixOSProcessPlugin.so
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/lib/libcrypto.so.1.0.0
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/lib/libFloatArrayPlugin.so
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/lib/libssh2.so
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/lib/libFileAttributesPlugin.so
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/lib/libSocketPlugin.so
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/lib/libSurfacePlugin.so
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/lib/libffi.so
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/sqUnixCharConv.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/sqConfig.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/sqGnu.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/sqPlatformSpecific.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/config.h
-- Up-to-date: /builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/exportDefinition.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/semaphores
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/semaphores/pSemaphore.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/semaphores/platformSemaphore.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/semaphores/pharoSemaphore.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/threads
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/threads/vmthread.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/pharoClient.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/jit
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/jit/jit.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/imageAccess.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/sigjmp_support.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/win
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/win/resources.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/fileDialog.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/pharo.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/threadSafeQueue
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/threadSafeQueue/threadSafeQueue.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/debug.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/sqNamedPrims.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/stringUtilities.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/macros.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/errorCode.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/pathUtilities.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/interpreter.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/parameters
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/parameters/parameterVector.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/parameters/parameters.h
-- Up-to-date: /builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/sqVirtualMachine.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/sqAtomicOps.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/sq.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/sqaio.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/sqMemoryAccess.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/sqCogStackAlignment.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/sqAssert.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/dispdbg.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/sqMemoryFence.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/cmake
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/cmake/FindFFI.cmake
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/cmake/FindCairo.cmake
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/cmake/importCairo.cmake
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/cmake/FindLibGit2.cmake
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/cmake/DownloadProject.CMakeLists.cmake.in
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/cmake/importLibFFI.cmake
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/cmake/FindSDL2.cmake
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/cmake/Windows.cmake
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/cmake/versionExtraction.cmake
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/cmake/packaging.cmake
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/cmake/vmmaker.cmake
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/cmake/Linux.cmake
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/cmake/Darwin.cmake
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/cmake/importFreetype2.cmake
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/cmake/DownloadProject.cmake
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/cmake/OpenBSD.cmake
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/cmake/importSDL2.cmake
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/cmake/FindPThreadW32.cmake
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/cmake/importLibGit2.cmake
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/win
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/win/faSupport.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/common
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/unix
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/win
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/win/faSupport.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/win/dirent.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/common
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/common/faConstants.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/common/faCommon.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/unix
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/unix/faSupport.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/UnixOSProcessPlugin
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/UnixOSProcessPlugin/src
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/UnixOSProcessPlugin/src/common
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/DSAPrims
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/DSAPrims/src
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/DSAPrims/src/common
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/DSAPrims/src/common/DSAPrims.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReaderPlugin
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReaderPlugin/src
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReaderPlugin/src/common
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/B2DPlugin
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/B2DPlugin/src
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/B2DPlugin/src/common
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/win
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/win/sqWin32SSL.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/osx
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/common
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/unix
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include/common
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include/common/SqueakSSL.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include/unix
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include/unix/openssl_overlay.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltArmLinux.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltArmOther.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltGeneric.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltDispatch.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltArmSimd.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltArm.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltArmSimd.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltDispatch.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltArm.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltInternal.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltGeneric.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin/src
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin/src/common
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin/include
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin/include/common
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin/include/common/SocketPlugin.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SurfacePlugin
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/src
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/src/common
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/include
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/include/common
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/include/common/SurfacePlugin.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/MiscPrimitivePlugin
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/MiscPrimitivePlugin/src
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/MiscPrimitivePlugin/src/common
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/win
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/win/sqWin32Locale.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/osx
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/common
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/unix
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/unix/sqUnixLocale.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include/osx
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include/osx/sqIOSLocale.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include/common
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include/common/LocalePlugin.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/IA32ABI
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/x64win64stub.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/AlienSUnitTestProcedures.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/x64sysvabicc.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/IA32ABI.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/arm32abicc.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/xabicc.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/ia32abicc.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/ppc32abicc.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/arm64abicc.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/x64win64abicc.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessARM32.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessppc.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessppcPostLogicInteger.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dax64business.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessARM64.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessPostLogic.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dax64win64business.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessARM.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessppcPostLogicFloat.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessppcPostLogicDouble.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/ia32abi.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusiness.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/AlienSUnitTestProcedures.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FilePlugin
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/win
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/win/sqWin32FilePrims.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/osx
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/osx/sqUnixFile.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/common
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/unix
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/include
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/include/win
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/include/win/sqWin32File.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/include/common
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/include/common/FilePlugin.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/README.6b2
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jinclude.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdct.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jversion.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/README
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jpegint.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/ReadMe.txt
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jpeglib.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jconfig.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemsys.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmorecfg.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/LargeIntegers
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/LargeIntegers/src
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/LargeIntegers/src/common
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/win
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/win/sqWin32FFI.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/osx
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/osx/dummyFFI.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/sqManualSurface.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/SqueakFFIPrims.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/sqFFITestFuncs.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/ARM32FFIPlugin.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/ARM64FFIPlugin.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/IA32FFIPlugin.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/sqFFIPlugin.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/X64Win64FFIPlugin.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix/ppc-sysv.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix/ppc-darwin.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix/any-libffi.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix/x86-sysv.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/osx
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/osx/dummyFFI.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/common
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/common/sqFFI.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/unix
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/unix/ffi-test.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/unix/ppc-global.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/unix/ffi-test-sq.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/src
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/src/win
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/src/win/sqWin32SpurAlloc.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/src/win/sqWin32Directory.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/src/win/aioWin.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/src/osx
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/src/osx/aioOSX.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/src/common
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/src/common/sqExternalSemaphores.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/src/common/sqNamedPrims.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/src/common/sqTicker.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/src/common/sqVirtualMachine.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/src/common/heartbeat.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/src/common/sqHeapMap.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/src/unix
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/src/unix/sqUnixCharConv.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/src/unix/aio.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/include
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/include/win
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/include/win/sqWin32HandleTable.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/include/win/sqWin32Alloc.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/include/win/sqConfig.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/include/win/sqWin32.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/include/win/sqGnu.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/include/win/sqPlatformSpecific.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/include/osx
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/include/osx/sqConfig.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/include/osx/sqGnu.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/include/osx/sqPlatformSpecific.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/include/common
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/include/common/sqVirtualMachine.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/include/common/sqAtomicOps.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/include/common/sq.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/include/common/sqaio.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/include/common/sqMemoryAccess.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/include/common/sqCogStackAlignment.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/include/common/sqAssert.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/include/common/dispdbg.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/include/common/sqMemoryFence.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/include/unix
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/include/unix/sqUnixCharConv.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/include/unix/sqConfig.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/include/unix/sqGnu.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/include/unix/sqPlatformSpecific.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/include
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/include/pharovm
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/include/pharovm/exportDefinition.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/include/pharovm/semaphores
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/include/pharovm/semaphores/pSemaphore.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/include/pharovm/semaphores/platformSemaphore.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/include/pharovm/semaphores/pharoSemaphore.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/include/pharovm/threads
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/include/pharovm/threads/vmthread.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/include/pharovm/pharoClient.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/include/pharovm/jit
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/include/pharovm/jit/jit.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/include/pharovm/config.h.in
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/include/pharovm/imageAccess.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/include/pharovm/sigjmp_support.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/include/pharovm/win
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/include/pharovm/win/resources.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/include/pharovm/fileDialog.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/include/pharovm/pharo.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/include/pharovm/threadSafeQueue
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/include/pharovm/threadSafeQueue/threadSafeQueue.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/include/pharovm/debug.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/include/pharovm/sqNamedPrims.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/include/pharovm/stringUtilities.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/include/pharovm/macros.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/include/pharovm/errorCode.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/include/pharovm/pathUtilities.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/include/pharovm/interpreter.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/include/pharovm/parameters
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/include/pharovm/parameters/parameterVector.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/include/pharovm/parameters/parameters.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/packaging
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/packaging/linux
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/packaging/linux/bin
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/packaging/linux/bin/launch.sh.in
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/packaging/linux/launch.sh.in
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/plugins
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/plugins/UUIDPlugin
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/plugins/UUIDPlugin/common
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/plugins/UUIDPlugin/common/UUIDPlugin.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/resources
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/resources/windows
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/resources/windows/dialogs.rc
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/resources/windows/Pharo.ico
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/resources/windows/PharoConsole.exe.manifest.in
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/resources/windows/Pharo.rc.in
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/resources/windows/PharoConsole.rc.in
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/resources/windows/Pharo.exe.manifest.in
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/resources/windows/PharoDLL.rc.in
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/resources/mac
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/resources/mac/PharoImage.icns
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/resources/mac/PharoChanges.icns
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/resources/mac/PharoSources.icns
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/resources/mac/Info.plist.in
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/resources/mac/Pharo.icns
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/resources/img.image
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/scripts
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/scripts/runScriptInCygwinBash.ps1
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/scripts/installCygwin.ps1
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/scripts/runTests.sh
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/scripts/installVMMaker.st
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/debugUnix.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/fileUtilsWin.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/semaphores
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/semaphores/platformSemaphore.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/semaphores/pharoSemaphore.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/utils
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/utils/setjmp-Windows-wrapper-X86.S
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/utils/setjmp-Windows-wrapper-X64.S
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/utils/setjmp-Windows-wrapper-ARM64.S
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/stringUtilities.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/win
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/win/winDebugMenu.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/win/winDebug.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/win/winDebugWindow.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/unixMain.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/utilsMac.mm
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/fileDialogWin32.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/nullDisplay.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/memoryUnix.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/macAlias.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/fileDialogCommon.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/imageAccess.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/fileDialogMac.m
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/fileUtils.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/debug.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/threadSafeQueue
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/threadSafeQueue/threadSafeQueue.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/fileDialogUnix.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/pathUtilities.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/utils.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/client.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/win32Main.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/errorCode.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/externalPrimitives.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/parameters
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/parameters/parameters.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/parameters/parameterVector.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/parameters/parameters.m
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffiTestLibrary
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffiTestLibrary/CMakeLists.txt
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffiTestLibrary/src
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffiTestLibrary/src/callback_types.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffiTestLibrary/src/basic_types.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffiTestLibrary/src/registerCallback.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffiTestLibrary/src/callout.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffiTestLibrary/src/callbacks.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffiTestLibrary/src/structures.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffiTestLibrary/includes
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffiTestLibrary/includes/testLibrary.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffiTestLibrary/includes/callbacks.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffiTestLibrary/includes/structures.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffi
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffi/src
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffi/src/callbacks
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffi/src/callbacks/callbackPrimitives.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffi/src/callbacks/callbacks.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffi/src/worker
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffi/src/worker/workerPrimitives.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffi/src/worker/workerTask.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffi/src/worker/worker.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffi/src/typesPrimitives.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffi/src/pThreadedFFI.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffi/src/sameThread
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffi/src/sameThread/sameThread.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffi/src/utils.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffi/src/primitiveUtils.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffi/src/types.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffi/src/primitiveCalls.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffi/src/functionDefinitionPrimitives.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffi/include
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffi/include/worker.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffi/include/pThreadedFFIUtils.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffi/include/pThreadedFFI.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffi/include/callbacks.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffi/include/workerTask.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/version.info
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/CMakeLists.txt
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/macros.cmake
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/plugins.cmake
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/plugins.macros.cmake
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated/
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//64
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//64/plugins
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//64/plugins/src
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//64/plugins/src/FloatArrayPlugin
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//64/plugins/src/FloatArrayPlugin/FloatArrayPlugin.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//64/plugins/src/SurfacePlugin
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//64/plugins/src/SurfacePlugin/SurfacePlugin.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//64/plugins/src/FilePlugin
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//64/plugins/src/FilePlugin/FilePlugin.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//64/examplePlugins.ext
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//64/vm
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//64/vm/src
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//64/vm/src/gcc3x-cointerp.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//64/vm/src/cogitX64WIN64.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//64/vm/src/cointerp.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//64/vm/src/cogit.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//64/vm/src/cogitX64SysV.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//64/vm/src/cogitaarch64.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//64/vm/include
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//64/vm/include/interp.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//64/vm/include/vmCallback.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//64/vm/include/cointerp.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//64/vm/include/cogit.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//64/vm/include/cogmethod.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//32
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//32/plugins
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//32/plugins/src
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//32/plugins/src/FloatArrayPlugin
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//32/plugins/src/FloatArrayPlugin/FloatArrayPlugin.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//32/plugins/src/SurfacePlugin
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//32/plugins/src/SurfacePlugin/SurfacePlugin.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//32/plugins/src/FilePlugin
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//32/plugins/src/FilePlugin/FilePlugin.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//32/examplePlugins.ext
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//32/vm
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//32/vm/src
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//32/vm/src/gcc3x-cointerp.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//32/vm/src/cogitMIPSEL.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//32/vm/src/cogitARMv5.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//32/vm/src/cointerp.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//32/vm/src/cogit.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//32/vm/src/cogitIA32.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//32/vm/include
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//32/vm/include/interp.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//32/vm/include/vmCallback.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//32/vm/include/cointerp.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//32/vm/include/cogit.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//32/vm/include/cogmethod.h
-- Up-to-date: /builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/interp.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/vmCallback.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/cointerp.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/cogit.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/cogmethod.h
Run CPack packaging tool...
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cpack --config ./CPackConfig.cmake
CPack: Create package using ZIP
CPack: Install projects
CPack: - Run preinstall target for: PharoVM
MetacelloNotification: Fetched -> VMMaker-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc
MetacelloNotification: Fetched -> VMMaker-Slang-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc
MetacelloNotification: Fetched -> VMMakerCompatibilityForPharo6-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc
MetacelloNotification: Fetched -> VMMakerTests-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc
MetacelloNotification: Fetched -> VMMaker-MT-Tests-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc
MetacelloNotification: Fetched -> VMMaker-Tools-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc
MetacelloNotification: Fetched -> VMMaker-OriginalTests-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc
MetacelloNotification: Fetched -> FileAttributesPlugin-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc
MetacelloNotification: Loading -> Slang-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc --- cache
NewUndeclaredWarning: CCodeGenerator>>cLiteralForPrintfString: (PrintfFormatString is Undeclared)
NewUndeclaredWarning: CCodeGenerator>>removeAssertions (Sensor is Undeclared)
SystemNotification: TMethod>>methodIsEffectivelyComplete:in:(selector is shadowed)
NewUndeclaredWarning: VMMaker>>createCodeGenerator (MLVMCCodeGenerator is Undeclared)
NewUndeclaredWarning: VMMaker>>primitiveCopyFileNamed:to: (FileStream is Undeclared)
NewUndeclaredWarning: VMMaker>>primitiveCopyFileNamed:to: (FileStream is Undeclared)
MetacelloNotification: Loaded -> Slang-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc --- cache
MetacelloNotification: Loading -> Slang-Tests-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc --- cache
MetacelloNotification: Loaded -> Slang-Tests-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc --- cache
MetacelloNotification: Loading -> Melchor-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc --- cache
NewUndeclaredWarning: VMPluginCodeGenerator>>sizeOfIntegralCType: (BytesPerWord is Undeclared)
MetacelloNotification: Loaded -> Melchor-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc --- cache
MetacelloNotification: Starting atomic load
NewUndeclaredWarning: UcARMRegisters class>>eflags (UC_ARM_REG_EFLAGS is Undeclared)
MetacelloNotification: 	Loaded -> Unicorn-CompatibleUserName.1639392057 --- https://github.com/guillep/pharo-unicorn.git[master] --- cache
MetacelloNotification: Finished atomic load
MetacelloNotification: Starting atomic load
SystemNotification: LLVMDisassembler>>setOptions:(options is shadowed)
MetacelloNotification: 	Loaded -> LLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- cache
MetacelloNotification: Finished atomic load
MetacelloNotification: Loading -> VMMakerLoadingDependencies-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc --- cache
NewUndeclaredWarning: TranscriptStream class>>redirectToStdOut: (FileStream is Undeclared)
NewUndeclaredWarning: TranscriptStream>>codePaneMenu:shifted: (SmalltalkEditor is Undeclared)
NewUndeclaredWarning: TranscriptStream>>codePaneMenu:shifted: (SmalltalkEditor is Undeclared)
NewUndeclaredWarning: TranscriptStream>>target (FileStream is Undeclared)
MetacelloNotification: Loaded -> VMMakerLoadingDependencies-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc --- cache
MetacelloNotification: Loading -> Printf-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc --- cache
MetacelloNotification: Loaded -> Printf-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc --- cache
NewUndeclaredWarning: DetailedInstructionPrinter>>printInstructionsOn: (fullBlockRecursionSelector is Undeclared)
SystemNotification: CogStackPageSurrogate>>addressIsInPage:(address is shadowed)
NewUndeclaredWarning: SmalltalkImage>>simulatePrimitive:args: (FileExistsException is Undeclared)
NewUndeclaredWarning: FakeStdinStream>>next (ActiveHand is Undeclared)
NewUndeclaredWarning: Cogit class>>genAndDis:options: (Compiler is Undeclared)
NewUndeclaredWarning: Cogit class>>initializeMiscConstants (UnicornProcessor is Undeclared)
NewUndeclaredWarning: Cogit>>initializeProcessor (MultiProcessor is Undeclared)
NewUndeclaredWarning: Cogit>>setClickStepBreakBlock (Debugger is Undeclared)
NewUndeclaredWarning: Cogit>>simulateCogCodeAt: (ProcessorSimulationTrap is Undeclared)
SystemNotification: RegisterAllocatingCogit>>resolveConflicts:with:to:(simStackPtr is shadowed)
NewUndeclaredWarning: StackToRegisterMappingCogit>>widthInDefaultFontOf: (NewParagraph is Undeclared)
NewUndeclaredWarning: ADPCMCodecPlugin class>>monticelloDescription (ADPCMCodec is Undeclared)
NewUndeclaredWarning: ADPCMCodecPlugin class>>translatedPrimitives (ADPCMCodec is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>fileOpenName:size:write: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>fileOpenName:size:write: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>fileOpenNewName:size: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>fileOpenNewName:size: (FileExistsException is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileDeleteName:Size: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileDeleteName:Size: (FileDirectory is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (FileDirectory is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (FileDirectory is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (FileDirectory is Undeclared)
NewUndeclaredWarning: IA32ABIPlugin>>primCalloc (Alien is Undeclared)
NewUndeclaredWarning: IA32ABIPlugin>>primMalloc (Alien is Undeclared)
NewUndeclaredWarning: InterpreterPlugin class>>allCodeOlderThan: (TimeStamp is Undeclared)
NewUndeclaredWarning: InterpreterPlugin class>>buildCodeGenerator (VMMakerConfiguration is Undeclared)
NewUndeclaredWarning: InterpreterPlugin class>>buildCodeGeneratorForVMClass: (VMMakerConfiguration is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>compressStructSize (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>decompressStructSize (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>errorMgr2StructSize (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primImageHeight: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primImageNumComponents: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primImageWidth: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGPluginIsPresent (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGReadHeader:fromByteArray:size:errorMgrReadHeader: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGReadImagefromByteArrayonFormdoDitheringerrorMgrReadScanlines:_:_:_:_:_:_:_:_: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGWriteImageonByteArrayformqualityprogressiveJPEGerrorMgrWriteScanlines:_:_:_:_:_:_:_:_:_:_:_: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: TestOSAPlugin>>primOpenDefaultConfiguration:subtype: (ComponentInstance is Undeclared)
NewUndeclaredWarning: SoundGenerationPlugin class>>monticelloDescription (AbstractSound is Undeclared)
NewUndeclaredWarning: SoundGenerationPlugin class>>translatedPrimitives (AbstractSound is Undeclared)
NewUndeclaredWarning: StackInterpreter class>>patchInterpGCCPPC: (FileStream is Undeclared)
NewUndeclaredWarning: StackInterpreter class>>primitiveAccessorDepthTable (VMMakerConfiguration is Undeclared)
CPack: - Install project: PharoVM
CPack: -   Install component: Unspecified
CPack: -   Install component: bin
CPack: -   Install component: c-src
CPack: -   Install component: include
CPack: Create package
CPack: - package: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/packages/PharoVM-9.0.15-4a14a4a7-Darwin-x86_64-Unspecified.zip generated.
CPack: - checksum file: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/packages/PharoVM-9.0.15-4a14a4a7-Darwin-x86_64-Unspecified.zip.sha1 generated.
CPack: - package: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/packages/PharoVM-9.0.15-4a14a4a7-Darwin-x86_64-bin.zip generated.
CPack: - checksum file: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/packages/PharoVM-9.0.15-4a14a4a7-Darwin-x86_64-bin.zip.sha1 generated.
CPack: - package: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/packages/PharoVM-9.0.15-4a14a4a7-Darwin-x86_64-c-src.zip generated.
CPack: - checksum file: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/packages/PharoVM-9.0.15-4a14a4a7-Darwin-x86_64-c-src.zip.sha1 generated.
CPack: - package: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/packages/PharoVM-9.0.15-4a14a4a7-Darwin-x86_64-include.zip generated.
CPack: - checksum file: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/packages/PharoVM-9.0.15-4a14a4a7-Darwin-x86_64-include.zip.sha1 generated.
CPack: Create package using TGZ
CPack: Install projects
CPack: - Run preinstall target for: PharoVM
NewUndeclaredWarning: CogVMSimulator>>codeGeneratorToComputeAccessorDepth (VMMakerConfiguration is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>ensureMultiThreadingOverridesAreUpToDate (Parser is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>ioMousePoint (Sensor is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>ioRelinquishProcessorForMicroseconds: (Sensor is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>logOfBytesVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>logOfBytesWrite:toFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>logOfSendsVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>logOfSendsWrite:toFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorph (SimulatorImageMorph is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorph (SimulatorEventTransformer is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorph (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorph (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorphNoTranscript (SimulatorImageMorph is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorphNoTranscript (SimulatorEventTransformer is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorphNoTranscript (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>setBreakBlockFromString: (Compiler is Undeclared)
SystemNotification: CogVMSimulator>>testBreakCount:printSends:printFrames:printBytecodes:(breakCount is shadowed)
NewUndeclaredWarning: StackMTInterpreterSimulator>>ioMousePoint (Sensor is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>ioRelinquishProcessorForMicroseconds: (Sensor is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>logOfBytesVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>logOfBytesWrite:toFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>logOfSendsVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>logOfSendsWrite:toFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (SimulatorImageMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (SimulatorEventTransformer is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorphNoTranscript (SimulatorImageMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorphNoTranscript (SimulatorEventTransformer is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorphNoTranscript (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsSimulatorMorph (SimulatorMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsSimulatorMorph (SimulatorMorph is Undeclared)
SystemNotification: StackMTInterpreterSimulator>>runAtEachStep:breakCount:(breakCount is shadowed)
NewUndeclaredWarning: StackMTInterpreterSimulator>>setClickStepBreakBlock (Debugger is Undeclared)
SystemNotification: StackMTInterpreterSimulator>>testBreakCount:printSends:printFrames:printBytecodes:(breakCount is shadowed)
NewUndeclaredWarning: StackInterpreterSimulator>>codeGeneratorToComputeAccessorDepth (VMMakerConfiguration is Undeclared)
NewUndeclaredWarning: StackInterpreterSimulator>>ioMousePoint (Sensor is Undeclared)
NewUndeclaredWarning: StackInterpreterSimulator>>ioRelinquishProcessorForMicroseconds: (Sensor is Undeclared)
NewUndeclaredWarning: StackInterpreterSimulator>>logOfBytesVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackInterpreterSimulator>>logOfBytesWrite:toFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackInterpreterSimulator>>logOfSendsVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackInterpreterSimulator>>logOfSendsWrite:toFileNamed:fromStart: (FileStream is Undeclared)
SystemNotification: StackInterpreterSimulator>>runAtEachStep:breakCount:(breakCount is shadowed)
NewUndeclaredWarning: StackInterpreterSimulator>>setClickStepBreakBlock (Debugger is Undeclared)
SystemNotification: StackInterpreterSimulator>>testBreakCount:printSends:printFrames:printBytecodes:(breakCount is shadowed)
NewUndeclaredWarning: VMStructType class>>checkGenerateSurrogate:bytesPerWord: (BytesPerWord is Undeclared)
NewUndeclaredWarning: VMStructType class>>checkGenerateSurrogate:bytesPerWord: (BytesPerWord is Undeclared)
NewUndeclaredWarning: VMStructType class>>checkGenerateSurrogate:bytesPerWord: (BytesPerWord is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFBitBltLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFFormLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFEdgeDataTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFFillDataTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFWrongState is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadSpanBufferFrom: (GEFClassMismatch is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferIsInteger is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferIsPointers is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferBadMagic is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferWrongSize is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferStartWrong is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveAddActiveEdgeEntry (GEFEdgeDataTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveAddActiveEdgeEntry (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveAddActiveEdgeEntry (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveChangedActiveEdgeEntry (GEFEdgeDataTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveCopyBuffer (GEFClassMismatch is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveCopyBuffer (GEFSizeMismatch is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveDisplaySpanBuffer (GEFBitBltLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveGetFailureReason (GEFEngineIsInteger is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveGetFailureReason (GEFEngineIsWords is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveGetFailureReason (GEFEngineTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveInitializeProcessing (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFFillDataTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveNextFillEntry (GEFFormLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveNextFillEntry (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveNextFillEntry (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveNextGlobalEdgeEntry (GEFWrongEdge is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalEdge (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalEdge (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalEdge (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalFill (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveSetColorTransform (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFAlreadyFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFEngineIsInteger is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFEngineIsWords is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFEngineTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom:requiredState: (GEFWrongState is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom:requiredState:or: (GEFWrongState is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezier (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezier (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezier (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBitmapFill (GEFBadPoint is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBitmapFill (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBitmapFill (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFEntityCheckFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddGradientFill (GEFBadPoint is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddGradientFill (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddGradientFill (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFBadPoint is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFBadPoint is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFBadPoint is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFEntityLoadFailed is Undeclared)
CPack: - Install project: PharoVM
CPack: -   Install component: Unspecified
CPack: -   Install component: bin
CPack: -   Install component: c-src
CPack: -   Install component: include
CPack: Create package
MetacelloNotification: Loaded -> VMMaker-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-Slang-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc --- cache
MetacelloNotification: Loaded -> VMMaker-Slang-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc --- cache
MetacelloNotification: Loading -> VMMakerCompatibilityForPharo6-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc --- cache
NewUndeclaredWarning: OCAbstractScope>>childrenDo:after:suchThat: (children is Undeclared)
NewUndeclaredWarning: OCAbstractScope>>childrenDo:after:suchThat: (children is Undeclared)
NewUndeclaredWarning: OCAbstractScope>>childrenDo:suchThat: (children is Undeclared)
NewUndeclaredWarning: OCAbstractScope>>childrenDo:suchThat: (children is Undeclared)
NewUndeclaredWarning: DisplayText class>>example (Sensor is Undeclared)
NewUndeclaredWarning: DisplayText class>>example (Sensor is Undeclared)
NewUndeclaredWarning: DisplayText class>>text: (DefaultTextStyle is Undeclared)
MetacelloNotification: Loaded -> VMMakerCompatibilityForPharo6-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc --- cache
MetacelloNotification: Loading -> VMMakerTests-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc --- cache
CPack: - package: /builds/workspace/pharo-vm_pharo-9/build/build/packages/PharoVM-9.0.15-4a14a4a-Linux-x86_64-Unspecified.zip generated.
CPack: - checksum file: /builds/workspace/pharo-vm_pharo-9/build/build/packages/PharoVM-9.0.15-4a14a4a-Linux-x86_64-Unspecified.zip.sha1 generated.
CPack: - package: /builds/workspace/pharo-vm_pharo-9/build/build/packages/PharoVM-9.0.15-4a14a4a-Linux-x86_64-bin.zip generated.
CPack: - checksum file: /builds/workspace/pharo-vm_pharo-9/build/build/packages/PharoVM-9.0.15-4a14a4a-Linux-x86_64-bin.zip.sha1 generated.
CPack: - package: /builds/workspace/pharo-vm_pharo-9/build/build/packages/PharoVM-9.0.15-4a14a4a-Linux-x86_64-c-src.zip generated.
CPack: - checksum file: /builds/workspace/pharo-vm_pharo-9/build/build/packages/PharoVM-9.0.15-4a14a4a-Linux-x86_64-c-src.zip.sha1 generated.
CPack: - package: /builds/workspace/pharo-vm_pharo-9/build/build/packages/PharoVM-9.0.15-4a14a4a-Linux-x86_64-include.zip generated.
CPack: - checksum file: /builds/workspace/pharo-vm_pharo-9/build/build/packages/PharoVM-9.0.15-4a14a4a-Linux-x86_64-include.zip.sha1 generated.
CPack: Create package using TGZ
CPack: Install projects
CPack: - Run preinstall target for: PharoVM
NewUndeclaredWarning: ProcessorSimulator>>stackValues (VMMachineCodeDebuggerStackItem is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>arg0Register (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>arg1Register (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>baseRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>cResultRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>carg0Register (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>carg1Register (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>carg2Register (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>carg3Register (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>classRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>disassembler (LLVMRV64Disassembler is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>doublePrecisionFloatingPointRegister0 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>doublePrecisionFloatingPointRegister1 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>doublePrecisionFloatingPointRegister2 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f0 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f1 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f10 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f11 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f12 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f13 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f14 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f15 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f16 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f17 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f18 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f19 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f2 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f20 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f21 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f22 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f23 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f24 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f25 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f26 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f27 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f28 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f29 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f3 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f30 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f31 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f4 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f5 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f6 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f7 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f8 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f9 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>flagCarryRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>flagOverflowRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>flagSignRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>flagZeroRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>framePointerRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>instructionPointerRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>linkRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>mstatus (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>receiverRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s0 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s0: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s2 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s2: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s7 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s7: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s8 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s8: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s9 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s9: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>sendNumberOfArgumentsRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>stackPointerRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t0 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t0: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t1 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t1: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t2 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t2: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t3 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t3: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t4 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t4: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t5 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t5: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t6 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t6: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>temporaryRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x0 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x1 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x10 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x11 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x12 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x13 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x14 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x15 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x16 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x17 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x18 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x19 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x2 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x20 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x21 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x22 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x23 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x24 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x25 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x26 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x27 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x28 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x29 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x3 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x30 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x31 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x4 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x5 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x6 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x7 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x8 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x9 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: VMFrameBuilder>>gtInspectorItemsIn: (GTObjectPrinter is Undeclared)
NewUndeclaredWarning: VMFrameBuilder>>gtInspectorItemsIn: (GTObjectPrinter is Undeclared)
NewUndeclaredWarning: VMBytecodeMethod>>encoderClass (EncoderForV3PlusClosures is Undeclared)
CPack: - Install project: PharoVM []
CPack: -   Install component: bin
CPack: -   Install component: c-src
CPack: -   Install component: include
CPack: Create package
CPack: - package: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/packages/PharoVM-9.0.15-4a14a4a7-Darwin-arm64-bin.tar.gz generated.
CPack: - checksum file: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/packages/PharoVM-9.0.15-4a14a4a7-Darwin-arm64-bin.tar.gz.sha1 generated.
CPack: - package: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/packages/PharoVM-9.0.15-4a14a4a7-Darwin-arm64-c-src.tar.gz generated.
CPack: - checksum file: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/packages/PharoVM-9.0.15-4a14a4a7-Darwin-arm64-c-src.tar.gz.sha1 generated.
CPack: - package: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/packages/PharoVM-9.0.15-4a14a4a7-Darwin-arm64-include.tar.gz generated.
CPack: - checksum file: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build/build/packages/PharoVM-9.0.15-4a14a4a7-Darwin-arm64-include.tar.gz.sha1 generated.
[Pipeline] }
NewUndeclaredWarning: VMSimpleStackBasedCogitAbstractTest>>openMachineDebuggerAt: (VMMachineCodeDebugger is Undeclared)
[Pipeline] // dir
[Pipeline] stash
MetacelloNotification: Loaded -> VMMakerTests-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-MT-Tests-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc --- cache
NewUndeclaredWarning: VMMTTests>>testHeartbeatReleasesVMWhenNoProcessIsWilling (CAContinuation is Undeclared)
NewUndeclaredWarning: VMMTTests>>testTryOwningOwnedVMLeavesThreadInWaitingState (CAContinuation is Undeclared)
NewUndeclaredWarning: VMMockCogThreadManager>>ioWaitOnOSSemaphore: (CAContinuation is Undeclared)
MetacelloNotification: Loaded -> VMMaker-MT-Tests-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-Tools-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc --- cache
NewUndeclaredWarning: SimulatorMorph>>callStackPanel (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorph>>commandPanel (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorph>>contextPanel (ObjectExplorerWrapper is Undeclared)
NewUndeclaredWarning: SimulatorMorph>>initializeWithVMSimulator:title:aTranscript: (SimulatorMorphicModel is Undeclared)
NewUndeclaredWarning: SimulatorMorph>>stackPanel (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorph>>transcriptPanel (PluggableTextMorph is Undeclared)
MetacelloNotification: Loaded -> VMMaker-Tools-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-OriginalTests-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc --- cache
NewUndeclaredWarning: SpurImageTestResource class>>preenImage (Spur32BitPreen is Undeclared)
NewUndeclaredWarning: SpurPlanningCompactorTests class>>preenImage (Spur32BitPreen is Undeclared)
SystemNotification: FloatMathPluginTests>>makeTestData:using:seed:rounds:(seed is shadowed)
NewUndeclaredWarning: FloatMathPluginTests>>makeTestData:using:seed:rounds: (FileStream is Undeclared)
NewUndeclaredWarning: FloatMathPluginTests>>makeTestData:using:seed:rounds: (Sensor is Undeclared)
SystemNotification: FloatMathPluginTests>>verifyTestData:using:(seed is shadowed)
NewUndeclaredWarning: FloatMathPluginTests>>verifyTestData:using: (FileStream is Undeclared)
NewUndeclaredWarning: FloatMathPluginTests>>verifyTestData:using: (Sensor is Undeclared)
NewUndeclaredWarning: IncludedMethodsTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared)
NewUndeclaredWarning: IncludedMethodsTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2PluginTest>>testPluginPresent (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2PluginTest>>testPrimJPEGReadImage (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2PluginTest>>testPrimJPEGWriteImage (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2PluginTest>>testPrimJPEGWriteImage (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: MiscPrimitivePluginTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared)
NewUndeclaredWarning: MiscPrimitivePluginTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared)
NewUndeclaredWarning: CogARMCompilerTests>>processor (GdbARMAlien is Undeclared)
NewUndeclaredWarning: CogIA32CompilerTests>>processor (BochsIA32Alien is Undeclared)
NewUndeclaredWarning: CogMIPSELCompilerTests>>processor (MIPSELSimulator is Undeclared)
NewUndeclaredWarning: CogX64CompilerTests>>processor (BochsX64Alien is Undeclared)
MetacelloNotification: Loaded -> VMMaker-OriginalTests-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc --- cache
MetacelloNotification: Loading -> FileAttributesPlugin-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc --- cache
MetacelloNotification: Loaded -> FileAttributesPlugin-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc --- cache
MetacelloNotification: ...finished baseline
cd C:/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/image && /usr/bin/cmake.exe -E touch C:/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-build
Stashed 12 file(s)
[Pipeline] archiveArtifacts
Archiving artifacts
[ 13%] Performing install step for 'build_vmmaker_get_image'
cd C:/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/image && echo

cd C:/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/image && /usr/bin/cmake.exe -E touch C:/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-install
[ 14%] Completed 'build_vmmaker_get_image'
/usr/bin/cmake.exe -E make_directory /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles
/usr/bin/cmake.exe -E touch /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/build_vmmaker_get_image-complete
/usr/bin/cmake.exe -E touch C:/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-done
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
[ 14%] Built target build_vmmaker_get_image
make  -f CMakeFiles/PharoVMCore.dir/build.make CMakeFiles/PharoVMCore.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
[ 15%] Generating VM files for flavour: CoInterpreter
C:/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/vm/PharoConsole.exe --headless C:/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/image/VMMaker.image --no-default-preferences eval "PharoVMMaker generate: #'CoInterpreter' outputDirectory: 'C:/builds/workspace/pharo-vm_pharo-9/build'"
Generating #CoInterpreter in 'C:/builds/workspace/pharo-vm_pharo-9/build'...

warning, variable nsMethodCache doesn't exist or has already been removed
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timeout
[Pipeline] timeout
Timeout set to expire in 30 min
[Pipeline] {
[Pipeline] cleanWs
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
[Pipeline] unstash
StackInterpreterPrimitives>>doPrimitiveWorkerExtractReturnValue contains declaration for non-existent variable externalFunction
StackInterpreter>>reapAndResetErrorCodeTo:header: contains declaration for non-existent variable theSP
StackInterpreterPrimitives>>primitiveLoadSymbolFromModule contains declaration for non-existent variable ptr
StackInterpreter>>readImageFromFile:StartingAt: contains declaration for non-existent variable heapSize
StackInterpreter>>readImageFromFile:StartingAt: contains declaration for non-existent variable minimumMemory
StackInterpreter>>readImageFromFile:StartingAt: contains declaration for non-existent variable allocationReserve
StackInterpreterPrimitives>>primitiveFFIFree contains declaration for non-existent variable ptr
StackInterpreterPrimitives>>primitiveFFIAllocate contains declaration for non-existent variable ptr
StackInterpreter>>checkImageVersionFrom: contains declaration for non-existent variable imageOffset

conflicting return types sqInt, void in primitiveFFIFree

conflicting return types sqInt, void in extendedStoreBytecodePop:

conflicting return types sqInt, void in primitiveFFIAllocate

conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject:

conflicting return types sqInt, void in primitiveFFIFree

conflicting return types sqInt, void in extendedStoreBytecodePop:

conflicting return types sqInt, void in primitiveFFIAllocate

conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject:

conflicting return types sqInt, void in baseFrameReturn

conflicting return types sqInt, void in primitiveFFIFree

conflicting return types sqInt, void in extendedStoreBytecodePop:

conflicting return types sqInt, void in primitiveFFIAllocate

conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject:

conflicting return types sqInt, void in baseFrameReturn

conflicting return types sqInt, void in primitiveFFIFree

conflicting return types sqInt, void in extendedStoreBytecodePop:

conflicting return types sqInt, void in primitiveFFIAllocate

conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject:

conflicting return types sqInt, void in baseFrameReturn
[Pipeline] readFile
[Pipeline] stage
[Pipeline] { (Checkout-Darwin-arm64-StackVM)

conflicting return types sqInt, void in primitiveFFIFree

conflicting return types sqInt, void in extendedStoreBytecodePop:

conflicting return types sqInt, void in primitiveFFIAllocate

conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject:

conflicting return types sqInt, void in baseFrameReturn

Local variable name 'receiver' in doPrimitiveWorkerExtractReturnValue may mask method when inlining

Local variable name 'stack' in pathTo:using:followWeak: may mask method when inlining

Local variable name 'stack' in pruneStack:stackp: may mask method when inlining

Local variable name 'receiver' in doPrimitiveWorkerCallout may mask method when inlining
[Pipeline] dir
Running in /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository
[Pipeline] {
[Pipeline] checkout
The recommended git tool is: git
using credential pharo-ci-api-user-pass-token
Cloning the remote Git repository
Using shallow clone with depth 2
Cloning repository https://github.com/pharo-project/pharo-vm.git
 > git init /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository # timeout=10
Fetching upstream changes from https://github.com/pharo-project/pharo-vm.git
 > git --version # timeout=10
 > git --version # 'git version 2.31.0'
using GIT_ASKPASS to set credentials pharo-ci using token as pass
 > git fetch --tags --force --progress --depth=2 -- https://github.com/pharo-project/pharo-vm.git +refs/heads/*:refs/remotes/origin/* # timeout=10
CPack: - Install project: PharoVM
CPack: -   Install component: Unspecified
CPack: -   Install component: bin
CPack: -   Install component: c-src
CPack: -   Install component: include
CPack: Create package
CPack: - package: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/packages/PharoVM-9.0.15-4a14a4a7-Darwin-x86_64-Unspecified.tar.gz generated.
CPack: - checksum file: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/packages/PharoVM-9.0.15-4a14a4a7-Darwin-x86_64-Unspecified.tar.gz.sha1 generated.
CPack: - package: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/packages/PharoVM-9.0.15-4a14a4a7-Darwin-x86_64-bin.tar.gz generated.
CPack: - checksum file: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/packages/PharoVM-9.0.15-4a14a4a7-Darwin-x86_64-bin.tar.gz.sha1 generated.
CPack: - package: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/packages/PharoVM-9.0.15-4a14a4a7-Darwin-x86_64-c-src.tar.gz generated.
CPack: - checksum file: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/packages/PharoVM-9.0.15-4a14a4a7-Darwin-x86_64-c-src.tar.gz.sha1 generated.
CPack: - package: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/packages/PharoVM-9.0.15-4a14a4a7-Darwin-x86_64-include.tar.gz generated.
CPack: - checksum file: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build/build/packages/PharoVM-9.0.15-4a14a4a7-Darwin-x86_64-include.tar.gz.sha1 generated.
[Pipeline] }
[Pipeline] // dir
[Pipeline] stash

compactionStartUsecs localised to fullGC

gcMarkEndUsecs localised to fullGC

extA localised to interpret

extB localised to interpret

lkupClassTag localised to interpret

numExtB localised to interpret

traceSources localised to printLogEntryAt:

the2ndUnknownShort localised to writeImageFileIO
Stashed 16 file(s)
[Pipeline] archiveArtifacts
Archiving artifacts

warning, variable nsMethodCache doesn't exist or has already been removed
StackToRegisterMappingCogit>>freeAnyFloatRegNotConflictingWith: contains declaration for non-existent variable desc

conflicting return types AbstractInstruction *, usqInt in concretizeLoadEffectiveAddressMwrR

conflicting return types AbstractInstruction *, usqInt in concretizeMoveC32R

conflicting return types AbstractInstruction *, usqInt in concretizeAndCqRR

conflicting return types AbstractInstruction *, usqInt in concretizeLoadEffectiveAddressMwrR

conflicting return types AbstractInstruction *, usqInt in concretizeMoveC32R

conflicting return types AbstractInstruction *, usqInt in concretizeAndCqRR

conflicting return types AbstractInstruction *, usqInt in concretizeLoadEffectiveAddressMwrR

conflicting return types AbstractInstruction *, usqInt in concretizeMoveC32R

conflicting return types AbstractInstruction *, usqInt in concretizeAndCqRR

conflicting return types AbstractInstruction *, usqInt in concretizeLoadEffectiveAddressMwrR

conflicting return types AbstractInstruction *, usqInt in concretizeMoveC32R

conflicting return types AbstractInstruction *, usqInt in concretizeAndCqRR

conflicting return types AbstractInstruction *, usqInt in concretizeLoadEffectiveAddressMwrR

conflicting return types AbstractInstruction *, usqInt in concretizeMoveC32R

conflicting return types AbstractInstruction *, usqInt in concretizeAndCqRR

Local variable name 'ret' in genPrimitiveIdentityHash may mask method when inlining

Local variable name 'ret' in genPrimitiveImmediateAsInteger may mask method when inlining

pushNilSizeFunction localised to compileBlockBodies

savedFirstOpcodeIndex localised to compileBlockBodies

savedLastDumpedLiteralIndex localised to compileBlockBodies

savedNextLiteralIndex localised to compileBlockBodies

cStackAlignment localised to compileCallFor:numArgs:arg:arg:arg:arg:resultReg:regsToSave:

cPICEndOfCodeLabel localised to generateClosedPICPrototype

endCPICCase1 localised to generateClosedPICPrototype

primitiveGeneratorTable localised to primitiveDescriptor

numPushNilsFunction localised to scanBlock:
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timeout
[Pipeline] timeout
Timeout set to expire in 30 min
[Pipeline] {
[Pipeline] cleanWs
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
[Pipeline] unstash
[Pipeline] readFile
[Pipeline] stage
[Pipeline] { (Checkout-Darwin-x86_64-StackVM)
[Pipeline] dir
Running in /builds/workspace/pharo-vm_pharo-9/repository
[Pipeline] {
[Pipeline] checkout
The recommended git tool is: git
using credential pharo-ci-api-user-pass-token
Cloning the remote Git repository
Using shallow clone with depth 2
Cloning repository https://github.com/pharo-project/pharo-vm.git
 > git init /builds/workspace/pharo-vm_pharo-9/repository # timeout=10
Fetching upstream changes from https://github.com/pharo-project/pharo-vm.git
 > git --version # timeout=10
 > git --version # 'git version 2.24.1 (Apple Git-126)'
using GIT_ASKPASS to set credentials pharo-ci using token as pass
 > git fetch --tags --force --progress --depth=2 -- https://github.com/pharo-project/pharo-vm.git +refs/heads/*:refs/remotes/origin/* # timeout=10

warning, variable nsMethodCache doesn't exist or has already been removed
StackToRegisterMappingCogit>>freeAnyFloatRegNotConflictingWith: contains declaration for non-existent variable desc

pushNilSizeFunction localised to compileBlockBodies

cStackAlignment localised to compileCallFor:numArgs:arg:arg:arg:arg:resultReg:regsToSave:

cPICEndOfCodeLabel localised to generateClosedPICPrototype

endCPICCase1 localised to generateClosedPICPrototype

primitiveGeneratorTable localised to primitiveDescriptor

numPushNilsFunction localised to scanBlock:
CPack: - Install project: PharoVM
CPack: -   Install component: Unspecified
CPack: -   Install component: bin
CPack: -   Install component: c-src
CPack: -   Install component: include
CPack: Create package
CPack: - package: /builds/workspace/pharo-vm_pharo-9/build/build/packages/PharoVM-9.0.15-4a14a4a-Linux-x86_64-Unspecified.tar.gz generated.
CPack: - checksum file: /builds/workspace/pharo-vm_pharo-9/build/build/packages/PharoVM-9.0.15-4a14a4a-Linux-x86_64-Unspecified.tar.gz.sha1 generated.
CPack: - package: /builds/workspace/pharo-vm_pharo-9/build/build/packages/PharoVM-9.0.15-4a14a4a-Linux-x86_64-bin.tar.gz generated.
CPack: - checksum file: /builds/workspace/pharo-vm_pharo-9/build/build/packages/PharoVM-9.0.15-4a14a4a-Linux-x86_64-bin.tar.gz.sha1 generated.
CPack: - package: /builds/workspace/pharo-vm_pharo-9/build/build/packages/PharoVM-9.0.15-4a14a4a-Linux-x86_64-c-src.tar.gz generated.
CPack: - checksum file: /builds/workspace/pharo-vm_pharo-9/build/build/packages/PharoVM-9.0.15-4a14a4a-Linux-x86_64-c-src.tar.gz.sha1 generated.
CPack: - package: /builds/workspace/pharo-vm_pharo-9/build/build/packages/PharoVM-9.0.15-4a14a4a-Linux-x86_64-include.tar.gz generated.
CPack: - checksum file: /builds/workspace/pharo-vm_pharo-9/build/build/packages/PharoVM-9.0.15-4a14a4a-Linux-x86_64-include.tar.gz.sha1 generated.

warning, variable nsMethodCache doesn't exist or has already been removed
[Pipeline] }
[Pipeline] // dir
[Pipeline] stash
StackToRegisterMappingCogit>>freeAnyFloatRegNotConflictingWith: contains declaration for non-existent variable desc

pushNilSizeFunction localised to compileBlockBodies

cStackAlignment localised to compileCallFor:numArgs:arg:arg:arg:arg:resultReg:regsToSave:

cPICEndOfCodeLabel localised to generateClosedPICPrototype

endCPICCase1 localised to generateClosedPICPrototype

primitiveGeneratorTable localised to primitiveDescriptor

numPushNilsFunction localised to scanBlock:
26 June 2022 2:14:15.828 pm
Avoid second fetch
Checking out Revision 4a14a4a71d848f299385a80fe687d90ff94930ea (pharo-9)
Commit message: "Merge pull request #437 from pharo-project/MarcusDenker-patch-1"
warning, signature of InterpreterProxy>>characterTable does not match reference implementation.
warning, signature of InterpreterProxy>>fullGC does not match reference implementation.
warning, signature of InterpreterProxy>>pop:thenPush: does not match reference implementation.
warning, signature of InterpreterProxy>>positive32BitValueOf: does not match reference implementation.
warning, signature of InterpreterProxy>>pushRemappableOop: does not match reference implementation.
external plugin FilePlugin generated as FilePlugin
warning, signature of InterpreterProxy>>pop:thenPush: does not match reference implementation.
warning, signature of InterpreterProxy>>pushBool: does not match reference implementation.
external plugin FloatArrayPlugin generated as FloatArrayPlugin
warning, signature of InterpreterProxy>>pop:thenPush: does not match reference implementation.
external plugin SurfacePlugin generated as SurfacePlugin
26 June 2022 2:14:16.502 pm
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
 > git config remote.origin.url https://github.com/pharo-project/pharo-vm.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4a14a4a71d848f299385a80fe687d90ff94930ea # timeout=10
[Pipeline] stage
[Pipeline] { (Build-Darwin-arm64-StackVM-StackVM)
[Pipeline] cmakeBuild
[build-StackVM] $ /opt/homebrew/bin/cmake -G "Unix Makefiles" -DFLAVOUR=StackVM -DBUILD_IS_RELEASE=OFF -DFEATURE_MESSAGE_COUNT=TRUE -DPHARO_DEPENDENCIES_PREFER_DOWNLOAD_BINARIES=TRUE -DICEBERG_DEFAULT_REMOTE=httpsUrl /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository
Stashed 16 file(s)
[Pipeline] archiveArtifacts
Archiving artifacts
-- CMAKE_GENERATOR=Unix Makefiles
-- Building version 9.0.15-4a14a4a7
-- Commit hash 4a14a4a7 : 2022-06-26 21:46:42 +0200
-- No user build settings.
-- 4a14a4a7 - Commit: 4a14a4a7 - Date: 2022-06-26 21:46:42 +0200
-- The C compiler identification is AppleClang 12.0.5.12050022
-- The CXX compiler identification is AppleClang 12.0.5.12050022
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /Library/Developer/CommandLineTools/usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Compiling for architecture: arm64
-- Full Platform name: Darwin-arm64
-- Building Pharo with executable named Pharo
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of int
-- Check size of int - done
-- Check size of long
-- Check size of long - done
-- Check size of long long
-- Check size of long long - done
-- Check size of void*
-- Check size of void* - done
-- int 4
-- long 8
-- long long 8
-- void* 8
-- Writing libraries to: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
-- Looking for include file dirent.h
-- Looking for include file dirent.h - found
-- Looking for include file features.h

warning, variable nsMethodCache doesn't exist or has already been removed
-- Looking for include file features.h - not found
-- Looking for include file unistd.h
-- Looking for include file unistd.h - found
-- Looking for include file ndir.h
-- Looking for include file ndir.h - not found
-- Looking for include file sys/ndir.h
-- Looking for include file sys/ndir.h - not found
-- Looking for include file sys/dir.h
-- Looking for include file sys/dir.h - found
-- Looking for include file sys/filio.h
-- Looking for include file sys/filio.h - found
-- Looking for include file sys/time.h
-- Looking for include file sys/time.h - found
-- Looking for include file execinfo.h
-- Looking for include file execinfo.h - found
-- Looking for include file dlfcn.h
-- Looking for include file dlfcn.h - found
-- Looking for dlopen in dl
-- Looking for dlopen in dl - found
-- Looking for dlopen in dyld
-- Looking for dlopen in dyld - not found
-- Performing Test HAVE_TM_GMTOFF
-- Performing Test HAVE_TM_GMTOFF - Success
-- Looking for include file sys/uuid.h
-- Looking for include file sys/uuid.h - not found
-- Looking for include file uuid/uuid.h
-- Looking for include file uuid/uuid.h - found
-- Looking for include file uuid.h
-- Looking for include file uuid.h - not found
-- Looking for uuidgen in uuid
-- Looking for uuidgen in uuid - not found
-- Looking for uuid_generate in uuid
-- Looking for uuid_generate in uuid - not found
Defining OSX VM to download for code generation
-- C Compiler: /Library/Developer/CommandLineTools/usr/bin/cc
-- C++ Compiler: /Library/Developer/CommandLineTools/usr/bin/c++
-- Resource Compiler: 
-- Looking for FFI in the system
-- Found FFI: /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/lib/libffi.tbd  
-- Adding plugin: FilePlugin
-- Adding plugin: FileAttributesPlugin
-- Adding plugin: UUIDPlugin
-- Adding plugin: SocketPlugin
-- Adding plugin: SurfacePlugin
-- Adding plugin: FloatArrayPlugin
-- Adding plugin: LargeIntegers
-- Adding plugin: JPEGReaderPlugin
-- Adding plugin: JPEGReadWriter2Plugin
-- Adding plugin: MiscPrimitivePlugin
-- Adding plugin: B2DPlugin
-- Adding plugin: LocalePlugin
-- Adding plugin: SqueakSSL
-- Adding plugin: DSAPrims
-- Adding plugin: UnixOSProcessPlugin
-- Downloading Git2 binary
Adding third-party libraries for Darwin-arm64: openssl-1.1.1k
-- Downloading/updating openssl-1.1.1k
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/openssl-1.1.1k-download
Scanning dependencies of target openssl-1.1.1k-download
[ 11%] Creating directories for 'openssl-1.1.1k-download'
[ 22%] Performing download step (download, verify and extract) for 'openssl-1.1.1k-download'
-- Downloading...
   dst='/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/openssl-1.1.1k-download/openssl-1.1.1k-download-prefix/src/openssl-1.1.1k.zip'
   timeout='none'
   inactivity timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-arm64/third-party/openssl-1.1.1k.zip'
-- [download 1% complete]
-- [download 3% complete]
-- [download 6% complete]
-- [download 9% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 15% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 22% complete]
-- [download 26% complete]
-- [download 30% complete]
-- [download 34% complete]
-- [download 38% complete]
-- [download 43% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 52% complete]
-- [download 58% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 75% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 88% complete]
-- [download 95% complete]
-- [download 100% complete]
* Closing connection 0
-- Downloading... done
-- extracting...
     src='/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/openssl-1.1.1k-download/openssl-1.1.1k-download-prefix/src/openssl-1.1.1k.zip'
     dst='/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/openssl-1.1.1k-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No update step for 'openssl-1.1.1k-download'
[ 44%] No patch step for 'openssl-1.1.1k-download'
[ 55%] No configure step for 'openssl-1.1.1k-download'
[ 66%] No build step for 'openssl-1.1.1k-download'
[ 77%] No install step for 'openssl-1.1.1k-download'
[ 88%] No test step for 'openssl-1.1.1k-download'
[100%] Completed 'openssl-1.1.1k-download'
[100%] Built target openssl-1.1.1k-download
-- /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/openssl-1.1.1k-src/libcrypto.1.1.dylib
-- /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/openssl-1.1.1k-src/libcrypto.dylib
-- /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/openssl-1.1.1k-src/libssl.1.1.dylib
-- /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/openssl-1.1.1k-src/libssl.dylib
Adding third-party libraries for Darwin-arm64: libgit2-1.0.1
-- Downloading/updating libgit2-1.0.1
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/libgit2-1.0.1-download
Scanning dependencies of target libgit2-1.0.1-download
[ 11%] Creating directories for 'libgit2-1.0.1-download'
[ 22%] Performing download step (download, verify and extract) for 'libgit2-1.0.1-download'
-- Downloading...
   dst='/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/libgit2-1.0.1-download/libgit2-1.0.1-download-prefix/src/libgit2-1.0.1.zip'
   timeout='none'
   inactivity timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-arm64/third-party/libgit2-1.0.1.zip'
-- [download 2% complete]
-- [download 4% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 13% complete]
-- [download 16% complete]
-- [download 20% complete]
-- [download 23% complete]
-- [download 25% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 34% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 43% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 50% complete]
-- [download 52% complete]
-- [download 54% complete]
-- [download 56% complete]
-- [download 58% complete]
-- [download 60% complete]
-- [download 62% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 68% complete]
-- [download 70% complete]
-- [download 72% complete]
-- [download 75% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 81% complete]
-- [download 83% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 89% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 94% complete]
-- [download 96% complete]
-- [download 98% complete]
-- [download 100% complete]
* Closing connection 0
-- Downloading... done
-- extracting...
     src='/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/libgit2-1.0.1-download/libgit2-1.0.1-download-prefix/src/libgit2-1.0.1.zip'
     dst='/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/libgit2-1.0.1-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No update step for 'libgit2-1.0.1-download'
[ 44%] No patch step for 'libgit2-1.0.1-download'
[ 55%] No configure step for 'libgit2-1.0.1-download'
[ 66%] No build step for 'libgit2-1.0.1-download'
[ 77%] No install step for 'libgit2-1.0.1-download'
[ 88%] No test step for 'libgit2-1.0.1-download'
[100%] Completed 'libgit2-1.0.1-download'
[100%] Built target libgit2-1.0.1-download
-- /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/libgit2-1.0.1-src/libgit2.1.0.1.dylib
-- /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/libgit2-1.0.1-src/libgit2.1.0.dylib
-- /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/libgit2-1.0.1-src/libgit2.dylib
Adding third-party libraries for Darwin-arm64: libssh2-1.9.0
-- Downloading/updating libssh2-1.9.0
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/libssh2-1.9.0-download
Scanning dependencies of target libssh2-1.9.0-download
[ 11%] Creating directories for 'libssh2-1.9.0-download'
[ 22%] Performing download step (download, verify and extract) for 'libssh2-1.9.0-download'
-- Downloading...
   dst='/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/libssh2-1.9.0-download/libssh2-1.9.0-download-prefix/src/libssh2-1.9.0.zip'
   timeout='none'
   inactivity timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-arm64/third-party/libssh2-1.9.0.zip'
-- [download 1% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 10% complete]
-- [download 12% complete]
-- [download 21% complete]
-- [download 24% complete]
-- [download 31% complete]
-- [download 38% complete]
-- [download 47% complete]
-- [download 53% complete]
-- [download 64% complete]
-- [download 72% complete]
-- [download 82% complete]
-- [download 90% complete]
-- [download 92% complete]
-- [download 100% complete]
* Closing connection 0
-- Downloading... done
-- extracting...
     src='/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/libssh2-1.9.0-download/libssh2-1.9.0-download-prefix/src/libssh2-1.9.0.zip'
     dst='/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/libssh2-1.9.0-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No update step for 'libssh2-1.9.0-download'
[ 44%] No patch step for 'libssh2-1.9.0-download'
StackInterpreter>>checkImageVersionFrom: contains declaration for non-existent variable imageOffset
StackInterpreter>>reapAndResetErrorCodeTo:header: contains declaration for non-existent variable theSP
StackInterpreterPrimitives>>primitiveFFIAllocate contains declaration for non-existent variable ptr
StackInterpreterPrimitives>>primitiveFFIFree contains declaration for non-existent variable ptr
StackInterpreterPrimitives>>doPrimitiveWorkerExtractReturnValue contains declaration for non-existent variable externalFunction
StackInterpreter>>readImageFromFile:StartingAt: contains declaration for non-existent variable heapSize
StackInterpreter>>readImageFromFile:StartingAt: contains declaration for non-existent variable minimumMemory
StackInterpreter>>readImageFromFile:StartingAt: contains declaration for non-existent variable allocationReserve
StackInterpreterPrimitives>>primitiveLoadSymbolFromModule contains declaration for non-existent variable ptr

conflicting return types sqInt, void in primitiveFFIFree

conflicting return types sqInt, void in extendedStoreBytecodePop:

conflicting return types sqInt, void in primitiveFFIAllocate

conflicting return types sqInt, void in primitiveFFIFree

conflicting return types sqInt, void in extendedStoreBytecodePop:

conflicting return types sqInt, void in primitiveFFIAllocate

conflicting return types sqInt, void in baseFrameReturn
[ 55%] No configure step for 'libssh2-1.9.0-download'
[ 66%] No build step for 'libssh2-1.9.0-download'
[ 77%] No install step for 'libssh2-1.9.0-download'
[ 88%] No test step for 'libssh2-1.9.0-download'
[100%] Completed 'libssh2-1.9.0-download'
[100%] Built target libssh2-1.9.0-download
-- /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/libssh2-1.9.0-src/libssh2.1.0.1.dylib
-- /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/libssh2-1.9.0-src/libssh2.1.dylib
-- /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/libssh2-1.9.0-src/libssh2.dylib
Adding third-party libraries for Darwin-arm64: freetype-2.10.0
-- Downloading/updating freetype-2.10.0
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/freetype-2.10.0-download
Scanning dependencies of target freetype-2.10.0-download
[ 11%] Creating directories for 'freetype-2.10.0-download'
[ 22%] Performing download step (download, verify and extract) for 'freetype-2.10.0-download'
-- Downloading...
   dst='/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/freetype-2.10.0-download/freetype-2.10.0-download-prefix/src/freetype-2.10.0.zip'
   timeout='none'
   inactivity timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-arm64/third-party/freetype-2.10.0.zip'
-- [download 0% complete]
-- [download 1% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 7% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 12% complete]
-- [download 22% complete]
-- [download 26% complete]
-- [download 30% complete]
-- [download 32% complete]
-- [download 36% complete]
-- [download 40% complete]
-- [download 42% complete]
-- [download 46% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 53% complete]
-- [download 58% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 67% complete]
-- [download 69% complete]
-- [download 71% complete]
-- [download 73% complete]
-- [download 79% complete]
-- [download 81% complete]
-- [download 85% complete]
-- [download 87% complete]
-- [download 91% complete]
-- [download 95% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
* Closing connection 0
-- Downloading... done
-- extracting...
     src='/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/freetype-2.10.0-download/freetype-2.10.0-download-prefix/src/freetype-2.10.0.zip'
     dst='/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/freetype-2.10.0-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No update step for 'freetype-2.10.0-download'
[ 44%] No patch step for 'freetype-2.10.0-download'
[ 55%] No configure step for 'freetype-2.10.0-download'
[ 66%] No build step for 'freetype-2.10.0-download'
[ 77%] No install step for 'freetype-2.10.0-download'
[ 88%] No test step for 'freetype-2.10.0-download'
[100%] Completed 'freetype-2.10.0-download'
[100%] Built target freetype-2.10.0-download
-- /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/freetype-2.10.0-src/libfreetype.6.dylib
-- /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/freetype-2.10.0-src/libfreetype.dylib
Adding third-party libraries for Darwin-arm64: fontconfig-2.13.1
-- Downloading/updating fontconfig-2.13.1
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/fontconfig-2.13.1-download
Scanning dependencies of target fontconfig-2.13.1-download
[ 11%] Creating directories for 'fontconfig-2.13.1-download'
[ 22%] Performing download step (download, verify and extract) for 'fontconfig-2.13.1-download'
-- Downloading...
   dst='/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/fontconfig-2.13.1-download/fontconfig-2.13.1-download-prefix/src/fontconfig-2.13.1.zip'
   timeout='none'
   inactivity timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-arm64/third-party/fontconfig-2.13.1.zip'
-- [download 0% complete]
-- [download 1% complete]
-- [download 6% complete]
-- [download 12% complete]
-- [download 17% complete]
-- [download 28% complete]
-- [download 33% complete]
-- [download 38% complete]
-- [download 50% complete]
-- [download 61% complete]
-- [download 68% complete]
-- [download 71% complete]
-- [download 92% complete]
-- [download 100% complete]
* Closing connection 0
-- Downloading... done
-- extracting...
     src='/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/fontconfig-2.13.1-download/fontconfig-2.13.1-download-prefix/src/fontconfig-2.13.1.zip'
     dst='/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/fontconfig-2.13.1-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No update step for 'fontconfig-2.13.1-download'
[ 44%] No patch step for 'fontconfig-2.13.1-download'
[ 55%] No configure step for 'fontconfig-2.13.1-download'
[ 66%] No build step for 'fontconfig-2.13.1-download'
[ 77%] No install step for 'fontconfig-2.13.1-download'
[ 88%] No test step for 'fontconfig-2.13.1-download'
[100%] Completed 'fontconfig-2.13.1-download'
[100%] Built target fontconfig-2.13.1-download
-- /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/fontconfig-2.13.1-src/libfontconfig.1.dylib
-- /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/fontconfig-2.13.1-src/libfontconfig.dylib
Adding third-party libraries for Darwin-arm64: pixman-0.40.0
-- Downloading/updating pixman-0.40.0
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/pixman-0.40.0-download
Scanning dependencies of target pixman-0.40.0-download
[ 11%] Creating directories for 'pixman-0.40.0-download'
[ 22%] Performing download step (download, verify and extract) for 'pixman-0.40.0-download'
-- Downloading...
   dst='/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/pixman-0.40.0-download/pixman-0.40.0-download-prefix/src/pixman-0.40.0.zip'
   timeout='none'
   inactivity timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-arm64/third-party/pixman-0.40.0.zip'
-- [download 5% complete]
-- [download 7% complete]
-- [download 13% complete]
-- [download 20% complete]
-- [download 24% complete]
-- [download 36% complete]
-- [download 41% complete]
-- [download 44% complete]
-- [download 53% complete]
-- [download 57% complete]
-- [download 63% complete]
-- [download 65% complete]
-- [download 67% complete]
-- [download 80% complete]
-- [download 85% complete]
-- [download 87% complete]
-- [download 90% complete]
-- [download 93% complete]
-- [download 100% complete]
* Closing connection 0
-- Downloading... done
-- extracting...
     src='/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/pixman-0.40.0-download/pixman-0.40.0-download-prefix/src/pixman-0.40.0.zip'
     dst='/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/pixman-0.40.0-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No update step for 'pixman-0.40.0-download'
[ 44%] No patch step for 'pixman-0.40.0-download'
[ 55%] No configure step for 'pixman-0.40.0-download'
[ 66%] No build step for 'pixman-0.40.0-download'
[ 77%] No install step for 'pixman-0.40.0-download'
[ 88%] No test step for 'pixman-0.40.0-download'
[100%] Completed 'pixman-0.40.0-download'
[100%] Built target pixman-0.40.0-download
-- /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/pixman-0.40.0-src/libpixman-1.0.40.0.dylib
-- /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/pixman-0.40.0-src/libpixman-1.0.dylib
-- /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/pixman-0.40.0-src/libpixman-1.dylib
Adding third-party libraries for Darwin-arm64: cairo-1.16.0
-- Downloading/updating cairo-1.16.0
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/cairo-1.16.0-download
Scanning dependencies of target cairo-1.16.0-download
[ 11%] Creating directories for 'cairo-1.16.0-download'
[ 22%] Performing download step (download, verify and extract) for 'cairo-1.16.0-download'
-- Downloading...
   dst='/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/cairo-1.16.0-download/cairo-1.16.0-download-prefix/src/cairo-1.16.0.zip'
   timeout='none'
   inactivity timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-arm64/third-party/cairo-1.16.0.zip'
-- [download 2% complete]
-- [download 7% complete]

conflicting return types sqInt, void in primitiveFFIFree

conflicting return types sqInt, void in extendedStoreBytecodePop:

conflicting return types sqInt, void in primitiveFFIAllocate

conflicting return types sqInt, void in baseFrameReturn

conflicting return types sqInt, void in primitiveFFIFree

conflicting return types sqInt, void in extendedStoreBytecodePop:

conflicting return types sqInt, void in primitiveFFIAllocate

conflicting return types sqInt, void in baseFrameReturn

conflicting return types sqInt, void in primitiveFFIFree

conflicting return types sqInt, void in extendedStoreBytecodePop:

conflicting return types sqInt, void in primitiveFFIAllocate

conflicting return types sqInt, void in baseFrameReturn

conflicting return types sqInt, void in primitiveFFIFree

conflicting return types sqInt, void in extendedStoreBytecodePop:

Local variable name 'receiver' in doPrimitiveWorkerExtractReturnValue may mask method when inlining

Local variable name 'stack' in pathTo:using:followWeak: may mask method when inlining

Local variable name 'stack' in pruneStack:stackp: may mask method when inlining

Local variable name 'receiver' in doPrimitiveWorkerCallout may mask method when inlining
-- [download 8% complete]
-- [download 12% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 19% complete]
-- [download 22% complete]
-- [download 26% complete]
-- [download 28% complete]
-- [download 31% complete]
-- [download 33% complete]
-- [download 38% complete]
-- [download 42% complete]
-- [download 45% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 51% complete]
-- [download 54% complete]
-- [download 56% complete]
-- [download 59% complete]
-- [download 62% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 78% complete]
-- [download 80% complete]
-- [download 83% complete]
-- [download 85% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 92% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 97% complete]
-- [download 99% complete]
-- [download 100% complete]
* Closing connection 0
-- Downloading... done
-- extracting...
     src='/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/cairo-1.16.0-download/cairo-1.16.0-download-prefix/src/cairo-1.16.0.zip'
     dst='/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/cairo-1.16.0-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No update step for 'cairo-1.16.0-download'
[ 44%] No patch step for 'cairo-1.16.0-download'
[ 55%] No configure step for 'cairo-1.16.0-download'
[ 66%] No build step for 'cairo-1.16.0-download'
[ 77%] No install step for 'cairo-1.16.0-download'
[ 88%] No test step for 'cairo-1.16.0-download'
[100%] Completed 'cairo-1.16.0-download'
[100%] Built target cairo-1.16.0-download
-- /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/cairo-1.16.0-src/libcairo.2.dylib
-- /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/cairo-1.16.0-src/libcairo.dylib
Adding third-party libraries for Darwin-arm64: libpng-1.6.37
-- Downloading/updating libpng-1.6.37
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/libpng-1.6.37-download
Scanning dependencies of target libpng-1.6.37-download
[ 11%] Creating directories for 'libpng-1.6.37-download'
[ 22%] Performing download step (download, verify and extract) for 'libpng-1.6.37-download'
-- Downloading...
   dst='/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/libpng-1.6.37-download/libpng-1.6.37-download-prefix/src/libpng-1.6.37.zip'
   timeout='none'
   inactivity timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-arm64/third-party/libpng-1.6.37.zip'
-- [download 1% complete]
-- [download 9% complete]
-- [download 13% complete]
-- [download 17% complete]
-- [download 35% complete]
-- [download 39% complete]
-- [download 48% complete]
-- [download 62% complete]
-- [download 66% complete]
-- [download 83% complete]
-- [download 89% complete]
-- [download 100% complete]
* Closing connection 0
-- Downloading... done
-- extracting...
     src='/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/libpng-1.6.37-download/libpng-1.6.37-download-prefix/src/libpng-1.6.37.zip'
     dst='/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/libpng-1.6.37-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No update step for 'libpng-1.6.37-download'
[ 44%] No patch step for 'libpng-1.6.37-download'
[ 55%] No configure step for 'libpng-1.6.37-download'
[ 66%] No build step for 'libpng-1.6.37-download'
[ 77%] No install step for 'libpng-1.6.37-download'
[ 88%] No test step for 'libpng-1.6.37-download'
[100%] Completed 'libpng-1.6.37-download'
[100%] Built target libpng-1.6.37-download
-- /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/libpng-1.6.37-src/libpng.dylib
-- /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/libpng-1.6.37-src/libpng16.16.dylib
-- /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/libpng-1.6.37-src/libpng16.dylib
-- Downloading SDL2 binary
Adding third-party libraries for Darwin-arm64: SDL2-2.0.14
-- Downloading/updating SDL2-2.0.14
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/SDL2-2.0.14-download
Scanning dependencies of target SDL2-2.0.14-download
[ 11%] Creating directories for 'SDL2-2.0.14-download'
[ 22%] Performing download step (download, verify and extract) for 'SDL2-2.0.14-download'
-- Downloading...
   dst='/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/SDL2-2.0.14-download/SDL2-2.0.14-download-prefix/src/SDL2-2.0.14.zip'
   timeout='none'
   inactivity timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-arm64/third-party/SDL2-2.0.14.zip'
-- [download 0% complete]
-- [download 2% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 10% complete]
-- [download 13% complete]
-- [download 16% complete]
-- [download 18% complete]
-- [download 20% complete]
-- [download 23% complete]
-- [download 25% complete]
-- [download 28% complete]
-- [download 30% complete]
-- [download 33% complete]
-- [download 36% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 51% complete]
-- [download 55% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 63% complete]
-- [download 66% complete]
-- [download 69% complete]
-- [download 72% complete]
-- [download 75% complete]
-- [download 77% complete]
-- [download 80% complete]
-- [download 82% complete]
-- [download 85% complete]
-- [download 90% complete]
-- [download 94% complete]
-- [download 96% complete]
-- [download 99% complete]
-- [download 100% complete]
* Closing connection 0
-- Downloading... done
-- extracting...
     src='/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/SDL2-2.0.14-download/SDL2-2.0.14-download-prefix/src/SDL2-2.0.14.zip'
     dst='/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/SDL2-2.0.14-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No update step for 'SDL2-2.0.14-download'
[ 44%] No patch step for 'SDL2-2.0.14-download'
[ 55%] No configure step for 'SDL2-2.0.14-download'
[ 66%] No build step for 'SDL2-2.0.14-download'
[ 77%] No install step for 'SDL2-2.0.14-download'
[ 88%] No test step for 'SDL2-2.0.14-download'
[100%] Completed 'SDL2-2.0.14-download'
[100%] Built target SDL2-2.0.14-download
-- /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/SDL2-2.0.14-src/libSDL2-2.0.0.dylib
-- /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/SDL2-2.0.14-src/libSDL2.dylib
-- Configuring done
CMake Warning (dev):
  Policy CMP0068 is not set: RPATH settings on macOS do not affect
  install_name.  Run "cmake --help-policy CMP0068" for policy details.  Use
  the cmake_policy command to set the policy and suppress this warning.

  For compatibility with older versions of CMake, the install_name fields for
  the following targets are still affected by RPATH settings:

   B2DPlugin
   BitBltPlugin
   DSAPrims
   FileAttributesPlugin
   FilePlugin
   FloatArrayPlugin
   JPEGReadWriter2Plugin
   JPEGReaderPlugin
   LargeIntegers
   LocalePlugin
   MiscPrimitivePlugin
   PharoVMCore
   SocketPlugin
   SqueakSSL
   SurfacePlugin
   TestLibrary
   UUIDPlugin
   UnixOSProcessPlugin

This warning is for project developers.  Use -Wno-dev to suppress it.

-- Generating done
-- Build files have been written to: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM
[Pipeline] dir
Running in /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM
[Pipeline] {
[Pipeline] sh
+ VERBOSE=1
+ make install package
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -S/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository -B/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM --check-build-system CMakeFiles/Makefile.cmake 0
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_progress_start /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM//CMakeFiles/progress.marks
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/Makefile2 all
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/build_vmmaker_get_vm-build.dir/build.make CMakeFiles/build_vmmaker_get_vm-build.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/build_vmmaker_get_vm-build.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/build_vmmaker_get_vm-build.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/build_vmmaker_get_vm-build.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/build_vmmaker_get_vm-build.dir/depend.internal".
Scanning dependencies of target build_vmmaker_get_vm-build
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/build_vmmaker_get_vm-build.dir/build.make CMakeFiles/build_vmmaker_get_vm-build.dir/build
[  1%] Creating directories for 'build_vmmaker_get_vm'
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E make_directory /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/vm
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E make_directory /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/vm
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E make_directory /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E make_directory /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/tmp
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E make_directory /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src/build_vmmaker_get_vm-stamp
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E make_directory /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E make_directory /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src/build_vmmaker_get_vm-stamp
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-mkdir
[  1%] Performing download step (download, verify and extract) for 'build_vmmaker_get_vm'
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -P /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src/build_vmmaker_get_vm-stamp/download-build_vmmaker_get_vm.cmake
-- Downloading...
   dst='/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src/PharoVM-9.0.11-9e688828-Darwin-x86_64-bin.zip'
   timeout='none'
   inactivity timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64-headless/Darwin-x86_64/PharoVM-9.0.11-9e688828-Darwin-x86_64-bin.zip'
-- [download 0% complete]
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
* Closing connection 0
-- verifying file...
       file='/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src/PharoVM-9.0.11-9e688828-Darwin-x86_64-bin.zip'
-- Downloading... done
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -P /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src/build_vmmaker_get_vm-stamp/verify-build_vmmaker_get_vm.cmake
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -P /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src/build_vmmaker_get_vm-stamp/extract-build_vmmaker_get_vm.cmake
-- extracting...
     src='/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src/PharoVM-9.0.11-9e688828-Darwin-x86_64-bin.zip'
     dst='/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/vm'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-download
[  2%] Performing update step for 'build_vmmaker_get_vm'
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/vm && echo

[  2%] No patch step for 'build_vmmaker_get_vm'
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E echo_append
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-patch
[  3%] Performing configure step for 'build_vmmaker_get_vm'
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/vm && echo

cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/vm && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-configure
[  4%] Performing build step for 'build_vmmaker_get_vm'
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/vm && echo

cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/vm && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-build
[  4%] Built target build_vmmaker_get_vm-build
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/build_vmmaker_get_image.dir/build.make CMakeFiles/build_vmmaker_get_image.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/build_vmmaker_get_image.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/build_vmmaker_get_image.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/build_vmmaker_get_image.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/build_vmmaker_get_image.dir/depend.internal".
Scanning dependencies of target build_vmmaker_get_image
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/build_vmmaker_get_image.dir/build.make CMakeFiles/build_vmmaker_get_image.dir/build
[  5%] Creating directories for 'build_vmmaker_get_image'
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E make_directory /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/image
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E make_directory /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/image
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E make_directory /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E make_directory /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/tmp
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E make_directory /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src/build_vmmaker_get_image-stamp
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E make_directory /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E make_directory /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src/build_vmmaker_get_image-stamp
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-mkdir
[  5%] Performing download step (download, verify and extract) for 'build_vmmaker_get_image'
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -P /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src/build_vmmaker_get_image-stamp/download-build_vmmaker_get_image.cmake
-- Downloading...
   dst='/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src/Pharo10-SNAPSHOT.build.349.sha.3e26baf.arch.64bit.zip'
   timeout='none'
   inactivity timeout='none'
-- Using src='https://files.pharo.org/image/100/Pharo10-SNAPSHOT.build.349.sha.3e26baf.arch.64bit.zip'
-- [download 0% complete]
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
[Pipeline] }
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
* Closing connection 0
-- verifying file...
       file='/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src/Pharo10-SNAPSHOT.build.349.sha.3e26baf.arch.64bit.zip'
-- Downloading... done
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -P /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src/build_vmmaker_get_image-stamp/verify-build_vmmaker_get_image.cmake
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -P /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src/build_vmmaker_get_image-stamp/extract-build_vmmaker_get_image.cmake
-- extracting...
     src='/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src/Pharo10-SNAPSHOT.build.349.sha.3e26baf.arch.64bit.zip'
     dst='/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/image'
-- extracting... [tar xfz]
[Pipeline] // stage
[Pipeline] }
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-download
[  6%] Performing update step for 'build_vmmaker_get_image'
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/image && echo

[  7%] No patch step for 'build_vmmaker_get_image'
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E echo_append
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-patch
[  7%] Performing configure step for 'build_vmmaker_get_image'
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/image && echo

cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/image && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-configure
[  8%] Performing build step for 'build_vmmaker_get_image'
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/image && /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/vm/Contents/MacOS/Pharo --headless /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/image/Pharo10-SNAPSHOT-64bit-3e26baf.image --no-default-preferences save VMMaker
[Pipeline] // timeout
[Pipeline] timeout
Timeout set to expire in 30 min
[Pipeline] {
[Pipeline] cleanWs
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
[Pipeline] unstash
[Pipeline] readFile
[Pipeline] stage
[Pipeline] { (Checkout-Linux-x86_64-StackVM)
[Pipeline] dir
Running in /builds/workspace/pharo-vm_pharo-9/repository
[Pipeline] {
[Pipeline] checkout
The recommended git tool is: git
using credential pharo-ci-api-user-pass-token
Cloning the remote Git repository
Using shallow clone with depth 2
Cloning repository https://github.com/pharo-project/pharo-vm.git
 > git init /builds/workspace/pharo-vm_pharo-9/repository # timeout=10
Fetching upstream changes from https://github.com/pharo-project/pharo-vm.git
 > git --version # timeout=10
 > git --version # 'git version 2.7.4'
using GIT_ASKPASS to set credentials pharo-ci using token as pass
 > git fetch --tags --progress --depth=2 https://github.com/pharo-project/pharo-vm.git +refs/heads/*:refs/remotes/origin/* # timeout=10
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/image && /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/vm/Contents/MacOS/Pharo --headless /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/image/VMMaker.image --no-default-preferences --save --quit /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/scripts/installVMMaker.st /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository httpsUrl
NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (defaultRemoteType is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (defaultRemoteType is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (defaultRemoteType is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (defaultRemoteType is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared)
MetacelloNotification: Fetched -> BaselineOfVMMaker-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Loading -> BaselineOfVMMaker-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Loaded -> BaselineOfVMMaker-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Loading baseline of BaselineOfVMMaker...
MetacelloNotification: Fetched -> BaselineOfLLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master]
MetacelloNotification: Loading -> BaselineOfLLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master]
MetacelloNotification: Loaded -> BaselineOfLLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master]
MetacelloNotification: Fetched -> BaselineOfUnicorn-CompatibleUserName.1639392057 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master]
MetacelloNotification: Loading -> BaselineOfUnicorn-CompatibleUserName.1639392057 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master]

compactionStartUsecs localised to fullGC

gcMarkEndUsecs localised to fullGC

extA localised to interpret

extB localised to interpret

lkupClassTag localised to interpret

numExtB localised to interpret

traceSources localised to printLogEntryAt:

the2ndUnknownShort localised to writeImageFileIO
MetacelloNotification: Loaded -> BaselineOfUnicorn-CompatibleUserName.1639392057 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master]
MetacelloNotification: Fetched -> Slang-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Fetched -> Slang-Tests-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Fetched -> Melchor-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Project: Unicorn baseline
MetacelloNotification: Fetched -> Unicorn-CompatibleUserName.1639392057 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master]
MetacelloNotification: Project: LLVMDisassembler baseline
MetacelloNotification: Fetched -> LLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master]
MetacelloNotification: Fetched -> VMMakerLoadingDependencies-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Fetched -> Printf-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc

warning, variable nsMethodCache doesn't exist or has already been removed
StackToRegisterMappingCogit>>freeAnyFloatRegNotConflictingWith: contains declaration for non-existent variable desc
Avoid second fetch
Checking out Revision 4a14a4a71d848f299385a80fe687d90ff94930ea (pharo-9)
Commit message: "Merge pull request #437 from pharo-project/MarcusDenker-patch-1"
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build-Darwin-x86_64-StackVM-StackVM)
[Pipeline] cmakeBuild
[build-StackVM] $ /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -G "Unix Makefiles" -DFLAVOUR=StackVM -DBUILD_IS_RELEASE=OFF -DFEATURE_MESSAGE_COUNT=TRUE -DPHARO_DEPENDENCIES_PREFER_DOWNLOAD_BINARIES=TRUE -DICEBERG_DEFAULT_REMOTE=httpsUrl /builds/workspace/pharo-vm_pharo-9/repository

pushNilSizeFunction localised to compileBlockBodies

savedFirstOpcodeIndex localised to compileBlockBodies

savedLastDumpedLiteralIndex localised to compileBlockBodies

savedNextLiteralIndex localised to compileBlockBodies

cStackAlignment localised to compileCallFor:numArgs:arg:arg:arg:arg:resultReg:regsToSave:

cPICEndOfCodeLabel localised to generateClosedPICPrototype

endCPICCase1 localised to generateClosedPICPrototype

primitiveGeneratorTable localised to primitiveDescriptor

numPushNilsFunction localised to scanBlock:
 > git config remote.origin.url https://github.com/pharo-project/pharo-vm.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4a14a4a71d848f299385a80fe687d90ff94930ea # timeout=10
-- CMAKE_GENERATOR=Unix Makefiles
-- Building version 9.0.15-4a14a4a7
-- Commit hash 4a14a4a7 : 2022-06-26 21:46:42 +0200
-- No user build settings.
-- 4a14a4a7 - Commit: 4a14a4a7 - Date: 2022-06-26 21:46:42 +0200
-- The C compiler identification is AppleClang 11.0.3.11030032
-- The CXX compiler identification is AppleClang 11.0.3.11030032
-- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/cc
-- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /Library/Developer/CommandLineTools/usr/bin/c++
-- Check for working CXX compiler: /Library/Developer/CommandLineTools/usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Compiling for architecture: x86_64
-- Full Platform name: Darwin-x86_64
-- Building Pharo with executable named Pharo
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
MetacelloNotification: Fetched -> VMMaker-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMaker-Slang-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMakerCompatibilityForPharo6-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMakerTests-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMaker-MT-Tests-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMaker-Tools-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMaker-OriginalTests-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Fetched -> FileAttributesPlugin-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Loading -> Slang-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of int
-- Check size of int - done
-- Check size of long
-- Check size of long - done
-- Check size of long long
-- Check size of long long - done
-- Check size of void*
-- Check size of void* - done
-- int 4
-- long 8
-- long long 8
-- void* 8
-- Writing libraries to: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
-- Looking for include file dirent.h
-- Looking for include file dirent.h - found
-- Looking for include file features.h
-- Looking for include file features.h - not found
-- Looking for include file unistd.h
-- Looking for include file unistd.h - found
-- Looking for include file ndir.h
-- Looking for include file ndir.h - not found
-- Looking for include file sys/ndir.h
-- Looking for include file sys/ndir.h - not found
-- Looking for include file sys/dir.h
-- Looking for include file sys/dir.h - found
-- Looking for include file sys/filio.h
-- Looking for include file sys/filio.h - found
-- Looking for include file sys/time.h
-- Looking for include file sys/time.h - found
-- Looking for include file execinfo.h
-- Looking for include file execinfo.h - found
-- Looking for include file dlfcn.h
-- Looking for include file dlfcn.h - found
-- Looking for dlopen in dl
-- Looking for dlopen in dl - found
-- Looking for dlopen in dyld
-- Looking for dlopen in dyld - not found
-- Performing Test HAVE_TM_GMTOFF
-- Performing Test HAVE_TM_GMTOFF - Success
-- Looking for include file sys/uuid.h
NewUndeclaredWarning: CCodeGenerator>>cLiteralForPrintfString: (PrintfFormatString is Undeclared)
NewUndeclaredWarning: CCodeGenerator>>removeAssertions (Sensor is Undeclared)
SystemNotification: TMethod>>methodIsEffectivelyComplete:in:(selector is shadowed)

warning, variable nsMethodCache doesn't exist or has already been removed
NewUndeclaredWarning: VMMaker>>createCodeGenerator (MLVMCCodeGenerator is Undeclared)
NewUndeclaredWarning: VMMaker>>primitiveCopyFileNamed:to: (FileStream is Undeclared)
NewUndeclaredWarning: VMMaker>>primitiveCopyFileNamed:to: (FileStream is Undeclared)
-- Looking for include file sys/uuid.h - not found
-- Looking for include file uuid/uuid.h
-- Looking for include file uuid/uuid.h - found
-- Looking for include file uuid.h
-- Looking for include file uuid.h - not found
-- Looking for uuidgen in uuid
-- Looking for uuidgen in uuid - not found
-- Looking for uuid_generate in uuid
-- Looking for uuid_generate in uuid - not found
Defining OSX VM to download for code generation
-- C Compiler: /Library/Developer/CommandLineTools/usr/bin/cc
-- C++ Compiler: /Library/Developer/CommandLineTools/usr/bin/c++
-- Resource Compiler: 
-- Building FFI
-- Downloading/updating libffi
-- Configuring done
-- Generating done
-- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-download
Scanning dependencies of target libffi-download
[ 11%] Creating directories for 'libffi-download'
[ 22%] Performing download step (git clone) for 'libffi-download'
Cloning into 'libffi-src'...
MetacelloNotification: Loaded -> Slang-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> Slang-Tests-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
StackToRegisterMappingCogit>>freeAnyFloatRegNotConflictingWith: contains declaration for non-existent variable desc
MetacelloNotification: Loaded -> Slang-Tests-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> Melchor-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
NewUndeclaredWarning: VMPluginCodeGenerator>>sizeOfIntegralCType: (BytesPerWord is Undeclared)
MetacelloNotification: Loaded -> Melchor-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Starting atomic load
NewUndeclaredWarning: UcARMRegisters class>>eflags (UC_ARM_REG_EFLAGS is Undeclared)
Branch 'v3.3-cmake' set up to track remote branch 'v3.3-cmake' from 'origin'.
Switched to a new branch 'v3.3-cmake'
[ 33%] No patch step for 'libffi-download'
[ 44%] Performing update step for 'libffi-download'
Current branch v3.3-cmake is up to date.
[ 55%] No configure step for 'libffi-download'
[ 66%] No build step for 'libffi-download'
[ 77%] No install step for 'libffi-download'
[ 88%] No test step for 'libffi-download'
[100%] Completed 'libffi-download'
[100%] Built target libffi-download
-- Building for TARGET_PLATFORM: X86_64
-- Check size of size_t
-- Check size of size_t - done
-- The ASM compiler identification is Clang
-- Found assembler: /Library/Developer/CommandLineTools/usr/bin/cc
-- Check size of double
-- Check size of double - done
-- Check size of long double
MetacelloNotification: 	Loaded -> Unicorn-CompatibleUserName.1639392057 --- https://github.com/guillep/pharo-unicorn.git[master] --- cache
MetacelloNotification: Finished atomic load
MetacelloNotification: Starting atomic load

pushNilSizeFunction localised to compileBlockBodies

cStackAlignment localised to compileCallFor:numArgs:arg:arg:arg:arg:resultReg:regsToSave:

cPICEndOfCodeLabel localised to generateClosedPICPrototype

endCPICCase1 localised to generateClosedPICPrototype

primitiveGeneratorTable localised to primitiveDescriptor

numPushNilsFunction localised to scanBlock:
SystemNotification: LLVMDisassembler>>setOptions:(options is shadowed)
-- Check size of long double - done
-- Looking for alloca
-- Looking for alloca - not found
-- Looking for mmap
-- Looking for mmap - found
-- Looking for MAP_ANON
-- Looking for MAP_ANON - found
-- Performing Test HAVE_MMAP_DEV_ZERO
-- Performing Test HAVE_MMAP_DEV_ZERO - Failed
-- Looking for alloca.h
-- Looking for alloca.h - found
-- Performing Test HAVE_ALLOCA
-- Performing Test HAVE_ALLOCA - Success
-- Looking for inttypes.h
-- Looking for inttypes.h - found
-- Looking for memory.h
MetacelloNotification: 	Loaded -> LLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- cache
MetacelloNotification: Finished atomic load
MetacelloNotification: Loading -> VMMakerLoadingDependencies-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
NewUndeclaredWarning: TranscriptStream class>>redirectToStdOut: (FileStream is Undeclared)
NewUndeclaredWarning: TranscriptStream>>codePaneMenu:shifted: (SmalltalkEditor is Undeclared)
NewUndeclaredWarning: TranscriptStream>>codePaneMenu:shifted: (SmalltalkEditor is Undeclared)
NewUndeclaredWarning: TranscriptStream>>target (FileStream is Undeclared)
MetacelloNotification: Loaded -> VMMakerLoadingDependencies-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> Printf-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
-- Looking for memory.h - found
-- Looking for stdlib.h
-- Looking for stdlib.h - found
-- Looking for strings.h
-- Looking for strings.h - found
-- Looking for string.h
-- Looking for string.h - found
-- Looking for sys/mman.h
-- Looking for sys/mman.h - found
-- Looking for sys/stat.h
-- Looking for sys/stat.h - found
-- Looking for 4 include files stdlib.h, ..., float.h
-- Looking for 4 include files stdlib.h, ..., float.h - found
-- Looking for memcpy
-- Looking for memcpy - found
-- Looking for mkostemp
-- Looking for mkostemp - not found
-- Checking if .eh_frame section is read-only - no
-- Checking HAVE_AS_X86_PCREL - yes
-- Checking HAVE_AS_X86_64_UNWIND_SECTION_TYPE - no
-- Checking HAVE_HIDDEN_VISIBILITY_ATTRIBUTE - no
-- Checking if symbols are underscored - no
-- Performing Test HAVE_AS_CFI_PSEUDO_OP
-- Performing Test HAVE_AS_CFI_PSEUDO_OP - Failed
-- Adding plugin: FilePlugin
-- Adding plugin: FileAttributesPlugin
-- Adding plugin: UUIDPlugin
-- Adding plugin: SocketPlugin
-- Adding plugin: SurfacePlugin
-- Adding plugin: FloatArrayPlugin
-- Adding plugin: LargeIntegers
-- Adding plugin: JPEGReaderPlugin
-- Adding plugin: JPEGReadWriter2Plugin
-- Adding plugin: MiscPrimitivePlugin
-- Adding plugin: B2DPlugin
-- Adding plugin: LocalePlugin
-- Adding plugin: SqueakSSL
-- Adding plugin: DSAPrims
-- Adding plugin: UnixOSProcessPlugin
-- Downloading Git2 binary
Adding third-party libraries for Darwin-x86_64: libgit2-0.25.1
-- Downloading/updating libgit2-0.25.1
-- Configuring done
-- Generating done
-- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libgit2-0.25.1-download
Scanning dependencies of target libgit2-0.25.1-download
MetacelloNotification: Loaded -> Printf-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
[ 11%] Creating directories for 'libgit2-0.25.1-download'
[ 22%] Performing download step (download, verify and extract) for 'libgit2-0.25.1-download'
-- Downloading...
   dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libgit2-0.25.1-download/libgit2-0.25.1-download-prefix/src/libgit2-0.25.1.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-x86_64/third-party/libgit2-0.25.1.zip'
-- [download 0% complete]
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libgit2-0.25.1-download/libgit2-0.25.1-download-prefix/src/libgit2-0.25.1.zip'
     dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libgit2-0.25.1-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'libgit2-0.25.1-download'
[ 44%] No update step for 'libgit2-0.25.1-download'
[ 55%] No configure step for 'libgit2-0.25.1-download'
[ 66%] No build step for 'libgit2-0.25.1-download'
[ 77%] No install step for 'libgit2-0.25.1-download'
[ 88%] No test step for 'libgit2-0.25.1-download'
[100%] Completed 'libgit2-0.25.1-download'
[100%] Built target libgit2-0.25.1-download
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libgit2-0.25.1-src/libgit2.0.25.1.dylib
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libgit2-0.25.1-src/libgit2.25.dylib
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libgit2-0.25.1-src/libgit2.dylib
Adding third-party libraries for Darwin-x86_64: libgit2-mac-1.0.0
-- Downloading/updating libgit2-mac-1.0.0
-- Configuring done
-- Generating done
-- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libgit2-mac-1.0.0-download
Scanning dependencies of target libgit2-mac-1.0.0-download
[ 11%] Creating directories for 'libgit2-mac-1.0.0-download'
[ 22%] Performing download step (download, verify and extract) for 'libgit2-mac-1.0.0-download'
-- Downloading...
   dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libgit2-mac-1.0.0-download/libgit2-mac-1.0.0-download-prefix/src/libgit2-mac-1.0.0.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-x86_64/third-party/libgit2-mac-1.0.0.zip'
-- [download 0% complete]
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libgit2-mac-1.0.0-download/libgit2-mac-1.0.0-download-prefix/src/libgit2-mac-1.0.0.zip'
     dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libgit2-mac-1.0.0-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'libgit2-mac-1.0.0-download'
[ 44%] No update step for 'libgit2-mac-1.0.0-download'
[ 55%] No configure step for 'libgit2-mac-1.0.0-download'
[ 66%] No build step for 'libgit2-mac-1.0.0-download'
[ 77%] No install step for 'libgit2-mac-1.0.0-download'
[ 88%] No test step for 'libgit2-mac-1.0.0-download'
[100%] Completed 'libgit2-mac-1.0.0-download'
[100%] Built target libgit2-mac-1.0.0-download
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libgit2-mac-1.0.0-src/libgit2.1.0.0.dylib
Adding third-party libraries for Darwin-x86_64: libssh2-1.7.0
-- Downloading/updating libssh2-1.7.0
-- Configuring done
-- Generating done
-- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libssh2-1.7.0-download
Scanning dependencies of target libssh2-1.7.0-download
[ 11%] Creating directories for 'libssh2-1.7.0-download'
[ 22%] Performing download step (download, verify and extract) for 'libssh2-1.7.0-download'
-- Downloading...
   dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libssh2-1.7.0-download/libssh2-1.7.0-download-prefix/src/libssh2-1.7.0.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-x86_64/third-party/libssh2-1.7.0.zip'
-- [download 5% complete]
-- [download 6% complete]
-- [download 9% complete]
-- [download 12% complete]
-- [download 14% complete]
-- [download 16% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 21% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 27% complete]
-- [download 30% complete]
-- [download 39% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 52% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libssh2-1.7.0-download/libssh2-1.7.0-download-prefix/src/libssh2-1.7.0.zip'
     dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libssh2-1.7.0-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'libssh2-1.7.0-download'
NewUndeclaredWarning: DetailedInstructionPrinter>>printInstructionsOn: (fullBlockRecursionSelector is Undeclared)
SystemNotification: CogStackPageSurrogate>>addressIsInPage:(address is shadowed)
NewUndeclaredWarning: SmalltalkImage>>simulatePrimitive:args: (FileExistsException is Undeclared)
NewUndeclaredWarning: FakeStdinStream>>next (ActiveHand is Undeclared)

warning, variable nsMethodCache doesn't exist or has already been removed
[ 44%] No update step for 'libssh2-1.7.0-download'
[ 55%] No configure step for 'libssh2-1.7.0-download'
[ 66%] No build step for 'libssh2-1.7.0-download'
[ 77%] No install step for 'libssh2-1.7.0-download'
[ 88%] No test step for 'libssh2-1.7.0-download'
[100%] Completed 'libssh2-1.7.0-download'
[100%] Built target libssh2-1.7.0-download
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libssh2-1.7.0-src/libssh2.1.dylib
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libssh2-1.7.0-src/libssh2.dylib
Adding third-party libraries for Darwin-x86_64: openssl-1.0.2q
-- Downloading/updating openssl-1.0.2q
-- Configuring done
-- Generating done
-- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/openssl-1.0.2q-download
Scanning dependencies of target openssl-1.0.2q-download
[ 11%] Creating directories for 'openssl-1.0.2q-download'
[ 22%] Performing download step (download, verify and extract) for 'openssl-1.0.2q-download'
-- Downloading...
   dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/openssl-1.0.2q-download/openssl-1.0.2q-download-prefix/src/openssl-1.0.2q.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-x86_64/third-party/openssl-1.0.2q.zip'
-- [download 0% complete]
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/openssl-1.0.2q-download/openssl-1.0.2q-download-prefix/src/openssl-1.0.2q.zip'
     dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/openssl-1.0.2q-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'openssl-1.0.2q-download'
[ 44%] No update step for 'openssl-1.0.2q-download'
[ 55%] No configure step for 'openssl-1.0.2q-download'
[ 66%] No build step for 'openssl-1.0.2q-download'
[ 77%] No install step for 'openssl-1.0.2q-download'
[ 88%] No test step for 'openssl-1.0.2q-download'
[100%] Completed 'openssl-1.0.2q-download'
[100%] Built target openssl-1.0.2q-download
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/openssl-1.0.2q-src/libcrypto.1.0.0.dylib
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/openssl-1.0.2q-src/libssl.1.0.0.dylib
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/openssl-1.0.2q-src/libssl.dylib
Adding third-party libraries for Darwin-x86_64: freetype-2.9.1
-- Downloading/updating freetype-2.9.1
-- Configuring done
-- Generating done
-- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/freetype-2.9.1-download
Scanning dependencies of target freetype-2.9.1-download
[ 11%] Creating directories for 'freetype-2.9.1-download'
[ 22%] Performing download step (download, verify and extract) for 'freetype-2.9.1-download'
-- Downloading...
   dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/freetype-2.9.1-download/freetype-2.9.1-download-prefix/src/freetype-2.9.1.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-x86_64/third-party/freetype-2.9.1.zip'
-- [download 0% complete]
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 66% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/freetype-2.9.1-download/freetype-2.9.1-download-prefix/src/freetype-2.9.1.zip'
     dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/freetype-2.9.1-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'freetype-2.9.1-download'
[ 44%] No update step for 'freetype-2.9.1-download'
[ 55%] No configure step for 'freetype-2.9.1-download'
[ 66%] No build step for 'freetype-2.9.1-download'
[ 77%] No install step for 'freetype-2.9.1-download'
[ 88%] No test step for 'freetype-2.9.1-download'
[100%] Completed 'freetype-2.9.1-download'
[100%] Built target freetype-2.9.1-download
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/freetype-2.9.1-src/libfreetype.6.dylib
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/freetype-2.9.1-src/libfreetype.dylib
Adding third-party libraries for Darwin-x86_64: pixman-0.34.0
-- Downloading/updating pixman-0.34.0
-- Configuring done
-- Generating done
-- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/pixman-0.34.0-download
Scanning dependencies of target pixman-0.34.0-download
[ 11%] Creating directories for 'pixman-0.34.0-download'
[ 22%] Performing download step (download, verify and extract) for 'pixman-0.34.0-download'
-- Downloading...
   dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/pixman-0.34.0-download/pixman-0.34.0-download-prefix/src/pixman-0.34.0.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-x86_64/third-party/pixman-0.34.0.zip'
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
StackToRegisterMappingCogit>>freeAnyFloatRegNotConflictingWith: contains declaration for non-existent variable desc
NewUndeclaredWarning: Cogit class>>genAndDis:options: (Compiler is Undeclared)
NewUndeclaredWarning: Cogit class>>initializeMiscConstants (UnicornProcessor is Undeclared)
NewUndeclaredWarning: Cogit>>initializeProcessor (MultiProcessor is Undeclared)
NewUndeclaredWarning: Cogit>>setClickStepBreakBlock (Debugger is Undeclared)
NewUndeclaredWarning: Cogit>>simulateCogCodeAt: (ProcessorSimulationTrap is Undeclared)
SystemNotification: RegisterAllocatingCogit>>resolveConflicts:with:to:(simStackPtr is shadowed)
-- [download 97% complete]
-- [download 99% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/pixman-0.34.0-download/pixman-0.34.0-download-prefix/src/pixman-0.34.0.zip'
     dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/pixman-0.34.0-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'pixman-0.34.0-download'
[ 44%] No update step for 'pixman-0.34.0-download'
[ 55%] No configure step for 'pixman-0.34.0-download'
[ 66%] No build step for 'pixman-0.34.0-download'
[ 77%] No install step for 'pixman-0.34.0-download'
[ 88%] No test step for 'pixman-0.34.0-download'
[100%] Completed 'pixman-0.34.0-download'
[100%] Built target pixman-0.34.0-download
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/pixman-0.34.0-src/libpixman-1.0.dylib
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/pixman-0.34.0-src/libpixman-1.dylib
Adding third-party libraries for Darwin-x86_64: cairo-1.15.4
-- Downloading/updating cairo-1.15.4
-- Configuring done
-- Generating done
-- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/cairo-1.15.4-download
Scanning dependencies of target cairo-1.15.4-download
[ 11%] Creating directories for 'cairo-1.15.4-download'
[ 22%] Performing download step (download, verify and extract) for 'cairo-1.15.4-download'
-- Downloading...
   dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/cairo-1.15.4-download/cairo-1.15.4-download-prefix/src/cairo-1.15.4.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-x86_64/third-party/cairo-1.15.4.zip'
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/cairo-1.15.4-download/cairo-1.15.4-download-prefix/src/cairo-1.15.4.zip'
     dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/cairo-1.15.4-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'cairo-1.15.4-download'
[ 44%] No update step for 'cairo-1.15.4-download'
[ 55%] No configure step for 'cairo-1.15.4-download'
[ 66%] No build step for 'cairo-1.15.4-download'
[ 77%] No install step for 'cairo-1.15.4-download'
[ 88%] No test step for 'cairo-1.15.4-download'
[100%] Completed 'cairo-1.15.4-download'
[100%] Built target cairo-1.15.4-download
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/cairo-1.15.4-src/libcairo.2.dylib
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/cairo-1.15.4-src/libcairo.dylib
Adding third-party libraries for Darwin-x86_64: libpng-1.2.49
-- Downloading/updating libpng-1.2.49
-- Configuring done
-- Generating done
-- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libpng-1.2.49-download
Scanning dependencies of target libpng-1.2.49-download
[ 11%] Creating directories for 'libpng-1.2.49-download'
[ 22%] Performing download step (download, verify and extract) for 'libpng-1.2.49-download'
-- Downloading...
   dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libpng-1.2.49-download/libpng-1.2.49-download-prefix/src/libpng-1.2.49.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-x86_64/third-party/libpng-1.2.49.zip'
-- [download 3% complete]
-- [download 7% complete]
-- [download 9% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 28% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libpng-1.2.49-download/libpng-1.2.49-download-prefix/src/libpng-1.2.49.zip'
     dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libpng-1.2.49-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'libpng-1.2.49-download'
[ 44%] No update step for 'libpng-1.2.49-download'
[ 55%] No configure step for 'libpng-1.2.49-download'
[ 66%] No build step for 'libpng-1.2.49-download'
[ 77%] No install step for 'libpng-1.2.49-download'
[ 88%] No test step for 'libpng-1.2.49-download'
[100%] Completed 'libpng-1.2.49-download'
[100%] Built target libpng-1.2.49-download
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libpng-1.2.49-src/libpng12.0.dylib
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libpng-1.2.49-src/libpng12.dylib
-- Downloading SDL2 binary
Adding third-party libraries for Darwin-x86_64: SDL2-2.0.18
-- Downloading/updating SDL2-2.0.18
-- Configuring done
-- Generating done
-- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/SDL2-2.0.18-download
Scanning dependencies of target SDL2-2.0.18-download
[ 11%] Creating directories for 'SDL2-2.0.18-download'
[ 22%] Performing download step (download, verify and extract) for 'SDL2-2.0.18-download'
-- Downloading...
   dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/SDL2-2.0.18-download/SDL2-2.0.18-download-prefix/src/SDL2-2.0.18.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-x86_64/third-party/SDL2-2.0.18.zip'
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 62% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/SDL2-2.0.18-download/SDL2-2.0.18-download-prefix/src/SDL2-2.0.18.zip'
     dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/SDL2-2.0.18-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'SDL2-2.0.18-download'
NewUndeclaredWarning: StackToRegisterMappingCogit>>widthInDefaultFontOf: (NewParagraph is Undeclared)
[ 44%] No update step for 'SDL2-2.0.18-download'
[ 55%] No configure step for 'SDL2-2.0.18-download'
[ 66%] No build step for 'SDL2-2.0.18-download'
[ 77%] No install step for 'SDL2-2.0.18-download'
[ 88%] No test step for 'SDL2-2.0.18-download'
[100%] Completed 'SDL2-2.0.18-download'
[100%] Built target SDL2-2.0.18-download
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/SDL2-2.0.18-src/libSDL2-2.0.0.dylib
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/SDL2-2.0.18-src/libSDL2.dylib
-- Configuring done
CMake Warning (dev):
  Policy CMP0068 is not set: RPATH settings on macOS do not affect
  install_name.  Run "cmake --help-policy CMP0068" for policy details.  Use
  the cmake_policy command to set the policy and suppress this warning.

  For compatibility with older versions of CMake, the install_name fields for
  the following targets are still affected by RPATH settings:

   B2DPlugin
   BitBltPlugin
   DSAPrims
   FileAttributesPlugin
   FilePlugin
   FloatArrayPlugin
   JPEGReadWriter2Plugin
   JPEGReaderPlugin
   LargeIntegers
   LocalePlugin
   MiscPrimitivePlugin
   PharoVMCore
   SocketPlugin
   SqueakSSL
   SurfacePlugin
   TestLibrary
   UUIDPlugin
   UnixOSProcessPlugin
   ffi_shared

This warning is for project developers.  Use -Wno-dev to suppress it.

-- Generating done
-- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM
[Pipeline] dir
Running in /builds/workspace/pharo-vm_pharo-9/build-StackVM
[Pipeline] {
[Pipeline] sh
+ VERBOSE=1
+ make install package
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -S/builds/workspace/pharo-vm_pharo-9/repository -B/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM --check-build-system CMakeFiles/Makefile.cmake 0
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_progress_start /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/progress.marks
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/Makefile2 all
/Library/Developer/CommandLineTools/usr/bin/make -f libffi-build/CMakeFiles/objlib.dir/build.make libffi-build/CMakeFiles/objlib.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-src /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/CMakeFiles/objlib.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/CMakeFiles/objlib.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/CMakeFiles/objlib.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/CMakeFiles/objlib.dir/depend.internal".
Scanning dependencies of target objlib
/Library/Developer/CommandLineTools/usr/bin/make -f libffi-build/CMakeFiles/objlib.dir/build.make libffi-build/CMakeFiles/objlib.dir/build
[  0%] Building C object libffi-build/CMakeFiles/objlib.dir/src/closures.c.o
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build && /Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-src/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/objlib.dir/src/closures.c.o   -c /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-src/src/closures.c
NewUndeclaredWarning: ADPCMCodecPlugin class>>monticelloDescription (ADPCMCodec is Undeclared)
NewUndeclaredWarning: ADPCMCodecPlugin class>>translatedPrimitives (ADPCMCodec is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>fileOpenName:size:write: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>fileOpenName:size:write: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>fileOpenNewName:size: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>fileOpenNewName:size: (FileExistsException is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileDeleteName:Size: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileDeleteName:Size: (FileDirectory is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (FileDirectory is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (FileDirectory is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (FileDirectory is Undeclared)
NewUndeclaredWarning: IA32ABIPlugin>>primCalloc (Alien is Undeclared)
NewUndeclaredWarning: IA32ABIPlugin>>primMalloc (Alien is Undeclared)
[  1%] Building C object libffi-build/CMakeFiles/objlib.dir/src/java_raw_api.c.o
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build && /Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-src/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/objlib.dir/src/java_raw_api.c.o   -c /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-src/src/java_raw_api.c
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-src/src/java_raw_api.c:328:46: warning: 'ffi_java_raw_size' is deprecated [-Wdeprecated-declarations]
  ffi_java_raw *raw = (ffi_java_raw*)alloca (ffi_java_raw_size (cif));
                                             ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include/ffi.h:299:56: note: 'ffi_java_raw_size' has been explicitly marked deprecated here
size_t ffi_java_raw_size (ffi_cif *cif) __attribute__((deprecated));
                                                       ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-src/src/java_raw_api.c:331:3: warning: 'ffi_java_ptrarray_to_raw' is deprecated [-Wdeprecated-declarations]
  ffi_java_ptrarray_to_raw (cif, avalue, raw);
  ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include/ffi.h:295:93: note: 'ffi_java_ptrarray_to_raw' has been explicitly marked deprecated here
void ffi_java_ptrarray_to_raw (ffi_cif *cif, void **args, ffi_java_raw *raw) __attribute__((deprecated));
                                                                                            ^
2 warnings generated.
[  1%] Building C object libffi-build/CMakeFiles/objlib.dir/src/prep_cif.c.o
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build && /Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-src/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/objlib.dir/src/prep_cif.c.o   -c /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-src/src/prep_cif.c
[  2%] Building C object libffi-build/CMakeFiles/objlib.dir/src/raw_api.c.o
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build && /Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-src/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/objlib.dir/src/raw_api.c.o   -c /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-src/src/raw_api.c
[  2%] Building C object libffi-build/CMakeFiles/objlib.dir/src/types.c.o
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build && /Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-src/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/objlib.dir/src/types.c.o   -c /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-src/src/types.c
[  3%] Building C object libffi-build/CMakeFiles/objlib.dir/src/x86/ffi64.c.o
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build && /Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-src/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/objlib.dir/src/x86/ffi64.c.o   -c /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-src/src/x86/ffi64.c
[  3%] Building ASM object libffi-build/CMakeFiles/objlib.dir/src/x86/unix64.S.o
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build && /Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-src/include  -fPIC   -o CMakeFiles/objlib.dir/src/x86/unix64.S.o -c /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-src/src/x86/unix64.S
[  4%] Building C object libffi-build/CMakeFiles/objlib.dir/src/x86/ffiw64.c.o
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build && /Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-src/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/objlib.dir/src/x86/ffiw64.c.o   -c /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-src/src/x86/ffiw64.c
[  5%] Building ASM object libffi-build/CMakeFiles/objlib.dir/src/x86/win64.S.o
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build && /Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-src/include  -fPIC   -o CMakeFiles/objlib.dir/src/x86/win64.S.o -c /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-src/src/x86/win64.S
[  5%] Built target objlib
/Library/Developer/CommandLineTools/usr/bin/make -f libffi-build/CMakeFiles/ffi_shared.dir/build.make libffi-build/CMakeFiles/ffi_shared.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-src /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/CMakeFiles/ffi_shared.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/CMakeFiles/ffi_shared.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/CMakeFiles/ffi_shared.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/CMakeFiles/ffi_shared.dir/depend.internal".
Scanning dependencies of target ffi_shared
/Library/Developer/CommandLineTools/usr/bin/make -f libffi-build/CMakeFiles/ffi_shared.dir/build.make libffi-build/CMakeFiles/ffi_shared.dir/build
[  6%] Linking C shared library ../build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libffi.dylib
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/ffi_shared.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -dynamiclib -Wl,-headerpad_max_install_names  -o ../build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libffi.dylib -install_name @executable_path/Plugins/libffi.dylib CMakeFiles/objlib.dir/src/closures.c.o CMakeFiles/objlib.dir/src/java_raw_api.c.o CMakeFiles/objlib.dir/src/prep_cif.c.o CMakeFiles/objlib.dir/src/raw_api.c.o CMakeFiles/objlib.dir/src/types.c.o CMakeFiles/objlib.dir/src/x86/ffi64.c.o CMakeFiles/objlib.dir/src/x86/unix64.S.o CMakeFiles/objlib.dir/src/x86/ffiw64.c.o CMakeFiles/objlib.dir/src/x86/win64.S.o -Wl,-rpath,@executable_path/Plugins 
[  6%] Built target ffi_shared
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/libffi_copy.dir/build.make CMakeFiles/libffi_copy.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/libffi_copy.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/libffi_copy.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/libffi_copy.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/libffi_copy.dir/depend.internal".
Scanning dependencies of target libffi_copy
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/libffi_copy.dir/build.make CMakeFiles/libffi_copy.dir/build

pushNilSizeFunction localised to compileBlockBodies

cStackAlignment localised to compileCallFor:numArgs:arg:arg:arg:arg:resultReg:regsToSave:

cPICEndOfCodeLabel localised to generateClosedPICPrototype

endCPICCase1 localised to generateClosedPICPrototype

primitiveGeneratorTable localised to primitiveDescriptor

numPushNilsFunction localised to scanBlock:
26 June 2022 2:14:56.216 pm
warning, signature of InterpreterProxy>>characterTable does not match reference implementation.
warning, signature of InterpreterProxy>>fullGC does not match reference implementation.
NewUndeclaredWarning: InterpreterPlugin class>>allCodeOlderThan: (TimeStamp is Undeclared)
NewUndeclaredWarning: InterpreterPlugin class>>buildCodeGenerator (VMMakerConfiguration is Undeclared)
NewUndeclaredWarning: InterpreterPlugin class>>buildCodeGeneratorForVMClass: (VMMakerConfiguration is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>compressStructSize (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>decompressStructSize (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>errorMgr2StructSize (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primImageHeight: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primImageNumComponents: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primImageWidth: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGPluginIsPresent (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGReadHeader:fromByteArray:size:errorMgrReadHeader: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGReadImagefromByteArrayonFormdoDitheringerrorMgrReadScanlines:_:_:_:_:_:_:_:_: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGWriteImageonByteArrayformqualityprogressiveJPEGerrorMgrWriteScanlines:_:_:_:_:_:_:_:_:_:_:_: (JPEGReadWriter2 is Undeclared)
[  7%] Copying libffi binaries to '/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins'
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libffi.dylib /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
[  7%] Built target libffi_copy
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/build_vmmaker_get_vm-build.dir/build.make CMakeFiles/build_vmmaker_get_vm-build.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/build_vmmaker_get_vm-build.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/build_vmmaker_get_vm-build.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/build_vmmaker_get_vm-build.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/build_vmmaker_get_vm-build.dir/depend.internal".
Scanning dependencies of target build_vmmaker_get_vm-build
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/build_vmmaker_get_vm-build.dir/build.make CMakeFiles/build_vmmaker_get_vm-build.dir/build
[  7%] Creating directories for 'build_vmmaker_get_vm'
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/vm
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/vm
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/tmp
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src/build_vmmaker_get_vm-stamp
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src/build_vmmaker_get_vm-stamp
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-mkdir
[  8%] Performing download step (download, verify and extract) for 'build_vmmaker_get_vm'
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -P /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src/build_vmmaker_get_vm-stamp/download-build_vmmaker_get_vm.cmake
-- Downloading...
   dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src/PharoVM-9.0.11-9e688828-Darwin-x86_64-bin.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64-headless/Darwin-x86_64/PharoVM-9.0.11-9e688828-Darwin-x86_64-bin.zip'
-- [download 0% complete]
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
NewUndeclaredWarning: TestOSAPlugin>>primOpenDefaultConfiguration:subtype: (ComponentInstance is Undeclared)
NewUndeclaredWarning: SoundGenerationPlugin class>>monticelloDescription (AbstractSound is Undeclared)
NewUndeclaredWarning: SoundGenerationPlugin class>>translatedPrimitives (AbstractSound is Undeclared)
warning, signature of InterpreterProxy>>pop:thenPush: does not match reference implementation.
warning, signature of InterpreterProxy>>positive32BitValueOf: does not match reference implementation.
warning, signature of InterpreterProxy>>pushRemappableOop: does not match reference implementation.
external plugin FilePlugin generated as FilePlugin
warning, signature of InterpreterProxy>>pop:thenPush: does not match reference implementation.
warning, signature of InterpreterProxy>>pushBool: does not match reference implementation.
external plugin FloatArrayPlugin generated as FloatArrayPlugin
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- verifying file...
       file='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src/PharoVM-9.0.11-9e688828-Darwin-x86_64-bin.zip'
-- Downloading... done
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -P /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src/build_vmmaker_get_vm-stamp/verify-build_vmmaker_get_vm.cmake
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -P /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src/build_vmmaker_get_vm-stamp/extract-build_vmmaker_get_vm.cmake
-- extracting...
     src='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src/PharoVM-9.0.11-9e688828-Darwin-x86_64-bin.zip'
     dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/vm'
-- extracting... [tar xfz]
warning, signature of InterpreterProxy>>pop:thenPush: does not match reference implementation.
external plugin SurfacePlugin generated as SurfacePlugin
26 June 2022 2:14:56.869 pm
PharoVMMaker
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-download
[  8%] No patch step for 'build_vmmaker_get_vm'
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E echo_append
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-patch
[  9%] Performing update step for 'build_vmmaker_get_vm'
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/vm && echo

[  9%] Performing configure step for 'build_vmmaker_get_vm'
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/vm && echo

cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/vm && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-configure
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/PharoVMCore.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/PharoVMCore.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/PharoVMCore.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/PharoVMCore.dir/depend.internal".
NewUndeclaredWarning: StackInterpreter class>>patchInterpGCCPPC: (FileStream is Undeclared)
NewUndeclaredWarning: StackInterpreter class>>primitiveAccessorDepthTable (VMMakerConfiguration is Undeclared)
[ 10%] Performing build step for 'build_vmmaker_get_vm'
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/vm && echo

cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/vm && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-build
[ 10%] Built target build_vmmaker_get_vm-build
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/build_vmmaker_get_image.dir/build.make CMakeFiles/build_vmmaker_get_image.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/build_vmmaker_get_image.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/build_vmmaker_get_image.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/build_vmmaker_get_image.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/build_vmmaker_get_image.dir/depend.internal".
Scanning dependencies of target build_vmmaker_get_image
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/build_vmmaker_get_image.dir/build.make CMakeFiles/build_vmmaker_get_image.dir/build
[ 11%] Creating directories for 'build_vmmaker_get_image'
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/image
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/image
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/tmp
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src/build_vmmaker_get_image-stamp
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src/build_vmmaker_get_image-stamp
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-mkdir
[ 11%] Performing download step (download, verify and extract) for 'build_vmmaker_get_image'
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -P /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src/build_vmmaker_get_image-stamp/download-build_vmmaker_get_image.cmake
-- Downloading...
   dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src/Pharo10-SNAPSHOT.build.349.sha.3e26baf.arch.64bit.zip'
   timeout='none'
-- Using src='https://files.pharo.org/image/100/Pharo10-SNAPSHOT.build.349.sha.3e26baf.arch.64bit.zip'
-- [download 0% complete]
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
NewUndeclaredWarning: CogVMSimulator>>codeGeneratorToComputeAccessorDepth (VMMakerConfiguration is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>ensureMultiThreadingOverridesAreUpToDate (Parser is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>ioMousePoint (Sensor is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>ioRelinquishProcessorForMicroseconds: (Sensor is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>logOfBytesVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>logOfBytesWrite:toFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>logOfSendsVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>logOfSendsWrite:toFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorph (SimulatorImageMorph is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorph (SimulatorEventTransformer is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorph (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorph (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorphNoTranscript (SimulatorImageMorph is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorphNoTranscript (SimulatorEventTransformer is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorphNoTranscript (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>setBreakBlockFromString: (Compiler is Undeclared)
SystemNotification: CogVMSimulator>>testBreakCount:printSends:printFrames:printBytecodes:(breakCount is shadowed)
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- verifying file...
       file='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src/Pharo10-SNAPSHOT.build.349.sha.3e26baf.arch.64bit.zip'
-- Downloading... done
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -P /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src/build_vmmaker_get_image-stamp/verify-build_vmmaker_get_image.cmake
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -P /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src/build_vmmaker_get_image-stamp/extract-build_vmmaker_get_image.cmake
-- extracting...
     src='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src/Pharo10-SNAPSHOT.build.349.sha.3e26baf.arch.64bit.zip'
     dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/image'
-- extracting... [tar xfz]
NewUndeclaredWarning: StackMTInterpreterSimulator>>ioMousePoint (Sensor is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>ioRelinquishProcessorForMicroseconds: (Sensor is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>logOfBytesVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>logOfBytesWrite:toFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>logOfSendsVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>logOfSendsWrite:toFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (SimulatorImageMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (SimulatorEventTransformer is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorphNoTranscript (SimulatorImageMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorphNoTranscript (SimulatorEventTransformer is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorphNoTranscript (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsSimulatorMorph (SimulatorMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsSimulatorMorph (SimulatorMorph is Undeclared)
SystemNotification: StackMTInterpreterSimulator>>runAtEachStep:breakCount:(breakCount is shadowed)
NewUndeclaredWarning: StackMTInterpreterSimulator>>setClickStepBreakBlock (Debugger is Undeclared)
SystemNotification: StackMTInterpreterSimulator>>testBreakCount:printSends:printFrames:printBytecodes:(breakCount is shadowed)
NewUndeclaredWarning: StackInterpreterSimulator>>codeGeneratorToComputeAccessorDepth (VMMakerConfiguration is Undeclared)
NewUndeclaredWarning: StackInterpreterSimulator>>ioMousePoint (Sensor is Undeclared)
NewUndeclaredWarning: StackInterpreterSimulator>>ioRelinquishProcessorForMicroseconds: (Sensor is Undeclared)
NewUndeclaredWarning: StackInterpreterSimulator>>logOfBytesVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackInterpreterSimulator>>logOfBytesWrite:toFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackInterpreterSimulator>>logOfSendsVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackInterpreterSimulator>>logOfSendsWrite:toFileNamed:fromStart: (FileStream is Undeclared)
SystemNotification: StackInterpreterSimulator>>runAtEachStep:breakCount:(breakCount is shadowed)
NewUndeclaredWarning: StackInterpreterSimulator>>setClickStepBreakBlock (Debugger is Undeclared)
SystemNotification: StackInterpreterSimulator>>testBreakCount:printSends:printFrames:printBytecodes:(breakCount is shadowed)
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-download
[ 12%] No patch step for 'build_vmmaker_get_image'
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E echo_append
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-patch
[ 13%] Performing update step for 'build_vmmaker_get_image'
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/image && echo

[ 13%] Performing configure step for 'build_vmmaker_get_image'
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/image && echo

cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/image && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-configure
[ 14%] Performing build step for 'build_vmmaker_get_image'
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/image && /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/vm/Contents/MacOS/Pharo --headless /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/image/Pharo10-SNAPSHOT-64bit-3e26baf.image --no-default-preferences save VMMaker
NewUndeclaredWarning: VMStructType class>>checkGenerateSurrogate:bytesPerWord: (BytesPerWord is Undeclared)
NewUndeclaredWarning: VMStructType class>>checkGenerateSurrogate:bytesPerWord: (BytesPerWord is Undeclared)
NewUndeclaredWarning: VMStructType class>>checkGenerateSurrogate:bytesPerWord: (BytesPerWord is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFBitBltLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFFormLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFEdgeDataTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFFillDataTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFWrongState is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadSpanBufferFrom: (GEFClassMismatch is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferIsInteger is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferIsPointers is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferBadMagic is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferWrongSize is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferStartWrong is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveAddActiveEdgeEntry (GEFEdgeDataTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveAddActiveEdgeEntry (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveAddActiveEdgeEntry (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveChangedActiveEdgeEntry (GEFEdgeDataTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveCopyBuffer (GEFClassMismatch is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveCopyBuffer (GEFSizeMismatch is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveDisplaySpanBuffer (GEFBitBltLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveGetFailureReason (GEFEngineIsInteger is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveGetFailureReason (GEFEngineIsWords is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveGetFailureReason (GEFEngineTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveInitializeProcessing (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFFillDataTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveNextFillEntry (GEFFormLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveNextFillEntry (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveNextFillEntry (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveNextGlobalEdgeEntry (GEFWrongEdge is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalEdge (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalEdge (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalEdge (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalFill (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveSetColorTransform (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFAlreadyFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFEngineIsInteger is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFEngineIsWords is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFEngineTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom:requiredState: (GEFWrongState is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom:requiredState:or: (GEFWrongState is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezier (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezier (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezier (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBitmapFill (GEFBadPoint is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBitmapFill (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBitmapFill (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFEntityCheckFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddGradientFill (GEFBadPoint is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddGradientFill (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddGradientFill (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFBadPoint is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFBadPoint is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFBadPoint is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFEntityLoadFailed is Undeclared)
Scanning dependencies of target PharoVMCore
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
make  -f CMakeFiles/PharoVMCore.dir/build.make CMakeFiles/PharoVMCore.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
[ 16%] Building C object CMakeFiles/PharoVMCore.dir/src/debug.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/src/debug.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/src/debug.c
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/image && /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/vm/Contents/MacOS/Pharo --headless /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/image/VMMaker.image --no-default-preferences --save --quit /builds/workspace/pharo-vm_pharo-9/repository/scripts/installVMMaker.st /builds/workspace/pharo-vm_pharo-9/repository httpsUrl
NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (defaultRemoteType is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (defaultRemoteType is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (defaultRemoteType is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (defaultRemoteType is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared)
MetacelloNotification: Fetched -> BaselineOfVMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Loading -> BaselineOfVMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Loaded -> BaselineOfVMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Loading baseline of BaselineOfVMMaker...
MetacelloNotification: Fetched -> BaselineOfLLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master]
MetacelloNotification: Loading -> BaselineOfLLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master]
MetacelloNotification: Loaded -> BaselineOfLLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master]
[ 16%] Building C object CMakeFiles/PharoVMCore.dir/src/utils.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/src/utils.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/src/utils.c
MetacelloNotification: Fetched -> BaselineOfUnicorn-CompatibleUserName.1639392057 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master]
MetacelloNotification: Loading -> BaselineOfUnicorn-CompatibleUserName.1639392057 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master]
MetacelloNotification: Loaded -> BaselineOfUnicorn-CompatibleUserName.1639392057 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master]
MetacelloNotification: Loaded -> VMMaker-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-Slang-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
Avoid second fetch
Checking out Revision 4a14a4a71d848f299385a80fe687d90ff94930ea (pharo-9)
Commit message: "Merge pull request #437 from pharo-project/MarcusDenker-patch-1"
MetacelloNotification: Loaded -> VMMaker-Slang-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMakerCompatibilityForPharo6-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Fetched -> Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Fetched -> Slang-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Fetched -> Melchor-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Project: Unicorn baseline
MetacelloNotification: Fetched -> Unicorn-CompatibleUserName.1639392057 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master]
MetacelloNotification: Project: LLVMDisassembler baseline
MetacelloNotification: Fetched -> LLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master]
MetacelloNotification: Fetched -> VMMakerLoadingDependencies-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc
NewUndeclaredWarning: OCAbstractScope>>childrenDo:after:suchThat: (children is Undeclared)
NewUndeclaredWarning: OCAbstractScope>>childrenDo:after:suchThat: (children is Undeclared)
NewUndeclaredWarning: OCAbstractScope>>childrenDo:suchThat: (children is Undeclared)
NewUndeclaredWarning: OCAbstractScope>>childrenDo:suchThat: (children is Undeclared)
NewUndeclaredWarning: DisplayText class>>example (Sensor is Undeclared)
NewUndeclaredWarning: DisplayText class>>example (Sensor is Undeclared)
NewUndeclaredWarning: DisplayText class>>text: (DefaultTextStyle is Undeclared)
[Pipeline] }
MetacelloNotification: Fetched -> Printf-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build-Linux-x86_64-StackVM-StackVM)
[Pipeline] cmakeBuild
MetacelloNotification: Loaded -> VMMakerCompatibilityForPharo6-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMakerTests-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/src/utils.c:549:13: warning: incompatible pointer types passing 'TCHAR *' (aka 'unsigned short *') to parameter of type 'char *' [-Wincompatible-pointer-types]
  vsnprintf(buf, 4096-1, fmt, args);
            ^~~
/usr/x86_64-w64-mingw32/sys-root/mingw/include/stdio.h:450:22: note: passing argument to parameter '__stream' here
int vsnprintf (char *__stream, size_t __n, const char *__format, __builtin_va_list __local_argv)
                     ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/src/utils.c:552:32: warning: incompatible pointer types passing 'const char *' to parameter of type 'LPCWSTR' (aka 'const unsigned short *') [-Wincompatible-pointer-types]
  result = MessageBox(NULL,buf,titleString,dwFlags|MB_SETFOREGROUND);
                               ^~~~~~~~~~~
/usr/x86_64-w64-mingw32/sys-root/mingw/include/winuser.h:3712:70: note: passing argument to parameter 'lpCaption' here
  WINUSERAPI int WINAPI MessageBoxW(HWND hWnd,LPCWSTR lpText,LPCWSTR lpCaption,UINT uType);
                                                                     ^
2 warnings generated.
[ 17%] Building C object CMakeFiles/PharoVMCore.dir/src/errorCode.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/src/errorCode.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/src/errorCode.c
[build-StackVM] $ /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -G "Unix Makefiles" -DFLAVOUR=StackVM -DBUILD_IS_RELEASE=OFF -DFEATURE_MESSAGE_COUNT=TRUE -DPHARO_DEPENDENCIES_PREFER_DOWNLOAD_BINARIES=TRUE -DICEBERG_DEFAULT_REMOTE=httpsUrl /builds/workspace/pharo-vm_pharo-9/repository
 > git config remote.origin.url https://github.com/pharo-project/pharo-vm.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4a14a4a71d848f299385a80fe687d90ff94930ea # timeout=10
NewUndeclaredWarning: ProcessorSimulator>>stackValues (VMMachineCodeDebuggerStackItem is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>arg0Register (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>arg1Register (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>baseRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>cResultRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>carg0Register (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>carg1Register (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>carg2Register (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>carg3Register (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>classRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>disassembler (LLVMRV64Disassembler is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>doublePrecisionFloatingPointRegister0 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>doublePrecisionFloatingPointRegister1 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>doublePrecisionFloatingPointRegister2 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f0 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f1 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f10 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f11 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f12 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f13 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f14 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f15 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f16 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f17 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f18 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f19 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f2 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f20 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f21 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f22 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f23 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f24 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f25 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f26 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f27 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f28 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f29 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f3 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f30 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f31 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f4 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f5 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f6 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f7 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f8 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f9 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>flagCarryRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>flagOverflowRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>flagSignRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>flagZeroRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>framePointerRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>instructionPointerRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>linkRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>mstatus (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>receiverRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s0 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s0: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s2 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s2: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s7 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s7: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s8 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s8: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s9 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s9: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>sendNumberOfArgumentsRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>stackPointerRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t0 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t0: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t1 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t1: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t2 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t2: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t3 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t3: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t4 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t4: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t5 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t5: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t6 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t6: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>temporaryRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x0 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x1 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x10 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x11 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x12 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x13 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x14 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x15 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x16 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x17 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x18 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x19 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x2 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x20 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x21 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x22 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x23 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x24 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x25 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x26 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x27 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x28 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x29 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x3 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x30 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x31 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x4 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x5 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x6 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x7 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x8 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x9 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: VMFrameBuilder>>gtInspectorItemsIn: (GTObjectPrinter is Undeclared)
NewUndeclaredWarning: VMFrameBuilder>>gtInspectorItemsIn: (GTObjectPrinter is Undeclared)
NewUndeclaredWarning: VMBytecodeMethod>>encoderClass (EncoderForV3PlusClosures is Undeclared)
-- CMAKE_GENERATOR=Unix Makefiles
-- Building version 9.0.15-4a14a4a
-- Commit hash 4a14a4a : 2022-06-26 21:46:42 +0200
-- No user build settings.
-- 4a14a4a - Commit: 4a14a4a - Date: 2022-06-26 21:46:42 +0200
-- The C compiler identification is GNU 5.4.0
-- The CXX compiler identification is GNU 5.4.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Compiling for architecture: x86_64
-- Full Platform name: Linux-x86_64
-- Building Pharo with executable named pharo
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of int
-- Check size of int - done
-- Check size of long
-- Check size of long - done
-- Check size of long long
-- Check size of long long - done
-- Check size of void*
-- Check size of void* - done
-- int 4
-- long 8
-- long long 8
-- void* 8
-- Writing libraries to: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vm/
-- Looking for include file dirent.h
-- Looking for include file dirent.h - found
-- Looking for include file features.h
[ 17%] Building C object CMakeFiles/PharoVMCore.dir/src/nullDisplay.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/src/nullDisplay.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/src/nullDisplay.c
NewUndeclaredWarning: VMSimpleStackBasedCogitAbstractTest>>openMachineDebuggerAt: (VMMachineCodeDebugger is Undeclared)
-- Looking for include file features.h - found
-- Looking for include file unistd.h
-- Looking for include file unistd.h - found
-- Looking for include file ndir.h
-- Looking for include file ndir.h - not found
-- Looking for include file sys/ndir.h
-- Looking for include file sys/ndir.h - not found
-- Looking for include file sys/dir.h
-- Looking for include file sys/dir.h - found
-- Looking for include file sys/filio.h
-- Looking for include file sys/filio.h - not found
-- Looking for include file sys/time.h
-- Looking for include file sys/time.h - found
-- Looking for include file execinfo.h
-- Looking for include file execinfo.h - found
-- Looking for include file dlfcn.h
-- Looking for include file dlfcn.h - found
-- Looking for dlopen in dl
-- Looking for dlopen in dl - found
-- Looking for dlopen in dyld
-- Looking for dlopen in dyld - not found
-- Performing Test HAVE_TM_GMTOFF
-- Performing Test HAVE_TM_GMTOFF - Success
-- Looking for include file sys/uuid.h
-- Looking for include file sys/uuid.h - not found
-- Looking for include file uuid/uuid.h
-- Looking for include file uuid/uuid.h - found
-- Looking for include file uuid.h
-- Looking for include file uuid.h - not found
-- Looking for uuidgen in uuid
-- Looking for uuidgen in uuid - not found
-- Looking for uuid_generate in uuid
-- Looking for uuid_generate in uuid - found
Defining Linux VM x86_64 to download for code generation
-- C Compiler: /usr/bin/cc
-- C++ Compiler: /usr/bin/c++
-- Resource Compiler: 
-- Building FFI
-- Downloading/updating libffi
-- Configuring done
-- Generating done
-- Build files have been written to: /builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-download
Scanning dependencies of target libffi-download
[ 11%] Creating directories for 'libffi-download'
[ 22%] Performing download step (git clone) for 'libffi-download'
Cloning into 'libffi-src'...
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/src/nullDisplay.c:208:1: warning: unused function 'dropInit' [-Wunused-function]
dropInit (void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/src/nullDisplay.c:215:1: warning: unused function 'dropShutdown' [-Wunused-function]
dropShutdown (void)
^
2 warnings generated.
[ 18%] Building C object CMakeFiles/PharoVMCore.dir/src/externalPrimitives.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/src/externalPrimitives.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/src/externalPrimitives.c
[ 18%] Building C object CMakeFiles/PharoVMCore.dir/src/client.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/Switched to a new branch 'v3.3-cmake'
Branch v3.3-cmake set up to track remote branch v3.3-cmake from origin.
[ 33%] No patch step for 'libffi-download'
[ 44%] Performing update step for 'libffi-download'
c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/src/client.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/src/client.c
MetacelloNotification: Loaded -> VMMakerTests-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-MT-Tests-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
NewUndeclaredWarning: VMMTTests>>testHeartbeatReleasesVMWhenNoProcessIsWilling (CAContinuation is Undeclared)
NewUndeclaredWarning: VMMTTests>>testTryOwningOwnedVMLeavesThreadInWaitingState (CAContinuation is Undeclared)
NewUndeclaredWarning: VMMockCogThreadManager>>ioWaitOnOSSemaphore: (CAContinuation is Undeclared)
MetacelloNotification: Loaded -> VMMaker-MT-Tests-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-Tools-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
NewUndeclaredWarning: SimulatorMorph>>callStackPanel (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorph>>commandPanel (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorph>>contextPanel (ObjectExplorerWrapper is Undeclared)
NewUndeclaredWarning: SimulatorMorph>>initializeWithVMSimulator:title:aTranscript: (SimulatorMorphicModel is Undeclared)
NewUndeclaredWarning: SimulatorMorph>>stackPanel (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorph>>transcriptPanel (PluggableTextMorph is Undeclared)
MetacelloNotification: Loaded -> VMMaker-Tools-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-OriginalTests-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
NewUndeclaredWarning: SpurImageTestResource class>>preenImage (Spur32BitPreen is Undeclared)
NewUndeclaredWarning: SpurPlanningCompactorTests class>>preenImage (Spur32BitPreen is Undeclared)
SystemNotification: FloatMathPluginTests>>makeTestData:using:seed:rounds:(seed is shadowed)
NewUndeclaredWarning: FloatMathPluginTests>>makeTestData:using:seed:rounds: (FileStream is Undeclared)
NewUndeclaredWarning: FloatMathPluginTests>>makeTestData:using:seed:rounds: (Sensor is Undeclared)
SystemNotification: FloatMathPluginTests>>verifyTestData:using:(seed is shadowed)
NewUndeclaredWarning: FloatMathPluginTests>>verifyTestData:using: (FileStream is Undeclared)
NewUndeclaredWarning: FloatMathPluginTests>>verifyTestData:using: (Sensor is Undeclared)
NewUndeclaredWarning: IncludedMethodsTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared)
NewUndeclaredWarning: IncludedMethodsTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2PluginTest>>testPluginPresent (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2PluginTest>>testPrimJPEGReadImage (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2PluginTest>>testPrimJPEGWriteImage (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2PluginTest>>testPrimJPEGWriteImage (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: MiscPrimitivePluginTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared)
NewUndeclaredWarning: MiscPrimitivePluginTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared)
Current branch v3.3-cmake is up to date.
[ 55%] No configure step for 'libffi-download'
[ 66%] No build step for 'libffi-download'
[ 77%] No install step for 'libffi-download'
[ 88%] No test step for 'libffi-download'
[100%] Completed 'libffi-download'
[100%] Built target libffi-download
-- Building for TARGET_PLATFORM: X86_64
-- Check size of size_t
-- Check size of size_t - done
-- The ASM compiler identification is GNU
-- Found assembler: /usr/bin/cc
-- Check size of double
-- Check size of double - done
-- Check size of long double
-- Check size of long double - done
-- Looking for alloca
-- Looking for alloca - not found
-- Looking for mmap
-- Looking for mmap - found
-- Looking for MAP_ANON
-- Looking for MAP_ANON - found
-- Performing Test HAVE_MMAP_DEV_ZERO
-- Performing Test HAVE_MMAP_DEV_ZERO - Success
-- Looking for alloca.h
-- Looking for alloca.h - found
-- Performing Test HAVE_ALLOCA
-- Performing Test HAVE_ALLOCA - Success
-- Looking for inttypes.h
-- Looking for inttypes.h - found
-- Looking for memory.h
-- Looking for memory.h - found
-- Looking for stdlib.h
-- Looking for stdlib.h - found
-- Looking for strings.h
-- Looking for strings.h - found
-- Looking for string.h
-- Looking for string.h - found
-- Looking for sys/mman.h
-- Looking for sys/mman.h - found
-- Looking for sys/stat.h
-- Looking for sys/stat.h - found
-- Looking for 4 include files stdlib.h, ..., float.h
-- Looking for 4 include files stdlib.h, ..., float.h - found
-- Looking for memcpy
NewUndeclaredWarning: CogARMCompilerTests>>processor (GdbARMAlien is Undeclared)
NewUndeclaredWarning: CogIA32CompilerTests>>processor (BochsIA32Alien is Undeclared)
NewUndeclaredWarning: CogMIPSELCompilerTests>>processor (MIPSELSimulator is Undeclared)
NewUndeclaredWarning: CogX64CompilerTests>>processor (BochsX64Alien is Undeclared)
MetacelloNotification: Loaded -> VMMaker-OriginalTests-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> FileAttributesPlugin-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
[ 19%] Building C object CMakeFiles/PharoVMCore.dir/src/pathUtilities.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/src/pathUtilities.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/src/pathUtilities.c
-- Looking for memcpy - found
-- Looking for mkostemp
-- Looking for mkostemp - found
-- Checking if .eh_frame section is read-only - yes
-- Checking HAVE_AS_X86_PCREL - yes
-- Checking HAVE_AS_X86_64_UNWIND_SECTION_TYPE - yes
-- Checking HAVE_HIDDEN_VISIBILITY_ATTRIBUTE - yes
-- Checking if symbols are underscored - no
-- Performing Test HAVE_AS_CFI_PSEUDO_OP
-- Performing Test HAVE_AS_CFI_PSEUDO_OP - Success
-- Adding plugin: FilePlugin
-- Adding plugin: FileAttributesPlugin
-- Adding plugin: UUIDPlugin
-- Using uuid library:/usr/lib/x86_64-linux-gnu/libuuid.so
-- Adding plugin: SocketPlugin
-- Adding plugin: SurfacePlugin
-- Adding plugin: FloatArrayPlugin
-- Adding plugin: LargeIntegers
-- Adding plugin: JPEGReaderPlugin
-- Adding plugin: JPEGReadWriter2Plugin
-- Adding plugin: MiscPrimitivePlugin
-- Adding plugin: B2DPlugin
-- Adding plugin: LocalePlugin
-- Adding plugin: SqueakSSL
-- Found OpenSSL: /usr/lib/x86_64-linux-gnu/libcrypto.so (found version "1.0.2g")  
-- Adding plugin: DSAPrims
-- Adding plugin: UnixOSProcessPlugin
-- Downloading Git2 binary
Adding third-party libraries for Linux-x86_64: libgit2-0.25.1
-- Downloading/updating libgit2-0.25.1
-- Configuring done
-- Generating done
-- Build files have been written to: /builds/workspace/pharo-vm_pharo-9/build-StackVM/libgit2-0.25.1-download
Scanning dependencies of target libgit2-0.25.1-download
[ 11%] Creating directories for 'libgit2-0.25.1-download'
[ 22%] Performing download step (download, verify and extract) for 'libgit2-0.25.1-download'
-- Downloading...
   dst='/builds/workspace/pharo-vm_pharo-9/build-StackVM/libgit2-0.25.1-download/libgit2-0.25.1-download-prefix/src/libgit2-0.25.1.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Linux-x86_64/third-party/libgit2-0.25.1.zip'
-- [download 0% complete]
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/builds/workspace/pharo-vm_pharo-9/build-StackVM/libgit2-0.25.1-download/libgit2-0.25.1-download-prefix/src/libgit2-0.25.1.zip'
     dst='/builds/workspace/pharo-vm_pharo-9/build-StackVM/libgit2-0.25.1-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'libgit2-0.25.1-download'
[ 44%] No update step for 'libgit2-0.25.1-download'
[ 55%] No configure step for 'libgit2-0.25.1-download'
[ 66%] No build step for 'libgit2-0.25.1-download'
[ 77%] No install step for 'libgit2-0.25.1-download'
[ 88%] No test step for 'libgit2-0.25.1-download'
[100%] Completed 'libgit2-0.25.1-download'
[100%] Built target libgit2-0.25.1-download
-- /builds/workspace/pharo-vm_pharo-9/build-StackVM/libgit2-0.25.1-src/libgit2.so
-- /builds/workspace/pharo-vm_pharo-9/build-StackVM/libgit2-0.25.1-src/libgit2.so.0.25.1
-- /builds/workspace/pharo-vm_pharo-9/build-StackVM/libgit2-0.25.1-src/libgit2.so.25
Adding third-party libraries for Linux-x86_64: libgit2-linux-1.0.0
-- Downloading/updating libgit2-linux-1.0.0
-- Configuring done
-- Generating done
-- Build files have been written to: /builds/workspace/pharo-vm_pharo-9/build-StackVM/libgit2-linux-1.0.0-download
Scanning dependencies of target libgit2-linux-1.0.0-download
[ 11%] Creating directories for 'libgit2-linux-1.0.0-download'
[ 22%] Performing download step (download, verify and extract) for 'libgit2-linux-1.0.0-download'
-- Downloading...
   dst='/builds/workspace/pharo-vm_pharo-9/build-StackVM/libgit2-linux-1.0.0-download/libgit2-linux-1.0.0-download-prefix/src/libgit2-linux-1.0.0.zip'
   timeout='none'
-- Using src='https://github.com/guillep/libgit_build/releases/download/v1.0.2/libgit2-linux-1.0.0.zip'
MetacelloNotification: Loaded -> FileAttributesPlugin-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: ...finished baseline
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/image && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-build
[  8%] Performing install step for 'build_vmmaker_get_image'
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/image && echo

cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/image && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-install
[  9%] Completed 'build_vmmaker_get_image'
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E make_directory /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/build_vmmaker_get_image-complete
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-done
[  9%] Built target build_vmmaker_get_image
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/PharoVMCore.dir/build.make CMakeFiles/PharoVMCore.dir/depend
[ 10%] Generating VM files for flavour: StackVM
build/vmmaker/vm/Contents/MacOS/Pharo --headless /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/image/VMMaker.image --no-default-preferences eval "PharoVMMaker generate: #'StackVM' outputDirectory: '/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM'"
-- [download 0% complete]
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/builds/workspace/pharo-vm_pharo-9/build-StackVM/libgit2-linux-1.0.0-download/libgit2-linux-1.0.0-download-prefix/src/libgit2-linux-1.0.0.zip'
     dst='/builds/workspace/pharo-vm_pharo-9/build-StackVM/libgit2-linux-1.0.0-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'libgit2-linux-1.0.0-download'
[ 44%] No update step for 'libgit2-linux-1.0.0-download'
[ 55%] No configure step for 'libgit2-linux-1.0.0-download'
[ 66%] No build step for 'libgit2-linux-1.0.0-download'
[ 77%] No install step for 'libgit2-linux-1.0.0-download'
[ 88%] No test step for 'libgit2-linux-1.0.0-download'
[100%] Completed 'libgit2-linux-1.0.0-download'
[100%] Built target libgit2-linux-1.0.0-download
-- /builds/workspace/pharo-vm_pharo-9/build-StackVM/libgit2-linux-1.0.0-src/libgit2.1.0.0.so
Adding third-party libraries for Linux-x86_64: libssh2-1.7.0
-- Downloading/updating libssh2-1.7.0
-- Configuring done
-- Generating done
-- Build files have been written to: /builds/workspace/pharo-vm_pharo-9/build-StackVM/libssh2-1.7.0-download
Scanning dependencies of target libssh2-1.7.0-download
[ 11%] Creating directories for 'libssh2-1.7.0-download'
[ 22%] Performing download step (download, verify and extract) for 'libssh2-1.7.0-download'
-- Downloading...
   dst='/builds/workspace/pharo-vm_pharo-9/build-StackVM/libssh2-1.7.0-download/libssh2-1.7.0-download-prefix/src/libssh2-1.7.0.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Linux-x86_64/third-party/libssh2-1.7.0.zip'
-- [download 0% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 10% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 67% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/builds/workspace/pharo-vm_pharo-9/build-StackVM/libssh2-1.7.0-download/libssh2-1.7.0-download-prefix/src/libssh2-1.7.0.zip'
     dst='/builds/workspace/pharo-vm_pharo-9/build-StackVM/libssh2-1.7.0-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'libssh2-1.7.0-download'
[ 44%] No update step for 'libssh2-1.7.0-download'
[ 55%] No configure step for 'libssh2-1.7.0-download'
[ 66%] No build step for 'libssh2-1.7.0-download'
[ 77%] No install step for 'libssh2-1.7.0-download'
[ 88%] No test step for 'libssh2-1.7.0-download'
[100%] Completed 'libssh2-1.7.0-download'
[100%] Built target libssh2-1.7.0-download
-- /builds/workspace/pharo-vm_pharo-9/build-StackVM/libssh2-1.7.0-src/libssh2.so
-- /builds/workspace/pharo-vm_pharo-9/build-StackVM/libssh2-1.7.0-src/libssh2.so.1
-- /builds/workspace/pharo-vm_pharo-9/build-StackVM/libssh2-1.7.0-src/libssh2.so.1.0.1
Adding third-party libraries for Linux-x86_64: openssl-1.0.2q
-- Downloading/updating openssl-1.0.2q
-- Configuring done
-- Generating done
-- Build files have been written to: /builds/workspace/pharo-vm_pharo-9/build-StackVM/openssl-1.0.2q-download
Scanning dependencies of target openssl-1.0.2q-download
[ 11%] Creating directories for 'openssl-1.0.2q-download'
[ 22%] Performing download step (download, verify and extract) for 'openssl-1.0.2q-download'
-- Downloading...
   dst='/builds/workspace/pharo-vm_pharo-9/build-StackVM/openssl-1.0.2q-download/openssl-1.0.2q-download-prefix/src/openssl-1.0.2q.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Linux-x86_64/third-party/openssl-1.0.2q.zip'
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/builds/workspace/pharo-vm_pharo-9/build-StackVM/openssl-1.0.2q-download/openssl-1.0.2q-download-prefix/src/openssl-1.0.2q.zip'
     dst='/builds/workspace/pharo-vm_pharo-9/build-StackVM/openssl-1.0.2q-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'openssl-1.0.2q-download'
[ 44%] No update step for 'openssl-1.0.2q-download'
[ 55%] No configure step for 'openssl-1.0.2q-download'
[ 66%] No build step for 'openssl-1.0.2q-download'
[ 77%] No install step for 'openssl-1.0.2q-download'
[ 88%] No test step for 'openssl-1.0.2q-download'
[100%] Completed 'openssl-1.0.2q-download'
[100%] Built target openssl-1.0.2q-download
-- /builds/workspace/pharo-vm_pharo-9/build-StackVM/openssl-1.0.2q-src/libcrypto.so.1.0.0
-- /builds/workspace/pharo-vm_pharo-9/build-StackVM/openssl-1.0.2q-src/libssl.so
-- /builds/workspace/pharo-vm_pharo-9/build-StackVM/openssl-1.0.2q-src/libssl.so.1.0.0
-- Downloading SDL2 binary
Adding third-party libraries for Linux-x86_64: SDL2-2.0.7
-- Downloading/updating SDL2-2.0.7
-- Configuring done
-- Generating done
-- Build files have been written to: /builds/workspace/pharo-vm_pharo-9/build-StackVM/SDL2-2.0.7-download
Scanning dependencies of target SDL2-2.0.7-download
[ 11%] Creating directories for 'SDL2-2.0.7-download'
[ 22%] Performing download step (download, verify and extract) for 'SDL2-2.0.7-download'
-- Downloading...
   dst='/builds/workspace/pharo-vm_pharo-9/build-StackVM/SDL2-2.0.7-download/SDL2-2.0.7-download-prefix/src/SDL2-2.0.7.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Linux-x86_64/third-party/SDL2-2.0.7.zip'
-- [download 0% complete]
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/builds/workspace/pharo-vm_pharo-9/build-StackVM/SDL2-2.0.7-download/SDL2-2.0.7-download-prefix/src/SDL2-2.0.7.zip'
     dst='/builds/workspace/pharo-vm_pharo-9/build-StackVM/SDL2-2.0.7-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'SDL2-2.0.7-download'
[ 44%] No update step for 'SDL2-2.0.7-download'
[ 55%] No configure step for 'SDL2-2.0.7-download'
[ 66%] No build step for 'SDL2-2.0.7-download'
[ 77%] No install step for 'SDL2-2.0.7-download'
[ 88%] No test step for 'SDL2-2.0.7-download'
[100%] Completed 'SDL2-2.0.7-download'
[100%] Built target SDL2-2.0.7-download
-- /builds/workspace/pharo-vm_pharo-9/build-StackVM/SDL2-2.0.7-src/libSDL2-2.0.so.0
-- /builds/workspace/pharo-vm_pharo-9/build-StackVM/SDL2-2.0.7-src/libSDL2-2.0.so.0.7.0
-- /builds/workspace/pharo-vm_pharo-9/build-StackVM/SDL2-2.0.7-src/libSDL2.so
-- Configuring done
-- Generating done
-- Build files have been written to: /builds/workspace/pharo-vm_pharo-9/build-StackVM
Generating #StackVM in '/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM'...
[Pipeline] dir
Running in /builds/workspace/pharo-vm_pharo-9/build-StackVM
[Pipeline] {
[ 19%] Building C object CMakeFiles/PharoVMCore.dir/src/fileDialogCommon.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/src/fileDialogCommon.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/src/fileDialogCommon.c
[Pipeline] sh
MetacelloNotification: Fetched -> VMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMaker-Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMakerCompatibilityForPharo6-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc
+ VERBOSE=1 make install package
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -S/builds/workspace/pharo-vm_pharo-9/repository -B/builds/workspace/pharo-vm_pharo-9/build-StackVM --check-build-system CMakeFiles/Makefile.cmake 0
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_progress_start /builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles /builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/progress.marks
make -f CMakeFiles/Makefile2 all
make[1]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build-StackVM'
make -f libffi-build/CMakeFiles/objlib.dir/build.make libffi-build/CMakeFiles/objlib.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build-StackVM'
cd /builds/workspace/pharo-vm_pharo-9/build-StackVM && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-src /builds/workspace/pharo-vm_pharo-9/build-StackVM /builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build /builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/CMakeFiles/objlib.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/CMakeFiles/objlib.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/CMakeFiles/objlib.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/CMakeFiles/objlib.dir/depend.internal".
Scanning dependencies of target objlib
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build-StackVM'
make -f libffi-build/CMakeFiles/objlib.dir/build.make libffi-build/CMakeFiles/objlib.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build-StackVM'
[  1%] Building C object libffi-build/CMakeFiles/objlib.dir/src/closures.c.o
cd /builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build && /usr/bin/cc -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-src/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/objlib.dir/src/closures.c.o   -c /builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-src/src/closures.c
/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-src/src/closures.c:123:0: warning: "FFI_MMAP_EXEC_WRIT" redefined
 #  define FFI_MMAP_EXEC_WRIT 1
 ^
In file included from /builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-src/include/ffi_common.h:17:0,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-src/src/closures.c:36:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include/fficonfig.h:27:0: note: this is the location of the previous definition
 #define FFI_MMAP_EXEC_WRIT 0
 ^
[  2%] Building C object libffi-build/CMakeFiles/objlib.dir/src/java_raw_api.c.o
cd /builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build && /usr/bin/cc -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-src/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/objlib.dir/src/java_raw_api.c.o   -c /builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-src/src/java_raw_api.c
/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-src/src/java_raw_api.c: In function ‘ffi_java_raw_call’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-src/src/java_raw_api.c:317:3: warning: ‘ffi_java_raw_to_ptrarray’ is deprecated [-Wdeprecated-declarations]
   ffi_java_raw_to_ptrarray (cif, raw, avalue);
   ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-src/src/java_raw_api.c:76:1: note: declared here
 ffi_java_raw_to_ptrarray (ffi_cif *cif, ffi_java_raw *raw, void **args)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-src/src/java_raw_api.c: In function ‘ffi_java_translate_args’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-src/src/java_raw_api.c:328:3: warning: ‘ffi_java_raw_size’ is deprecated [-Wdeprecated-declarations]
   ffi_java_raw *raw = (ffi_java_raw*)alloca (ffi_java_raw_size (cif));
   ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-src/src/java_raw_api.c:45:1: note: declared here
 ffi_java_raw_size (ffi_cif *cif)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-src/src/java_raw_api.c:331:3: warning: ‘ffi_java_ptrarray_to_raw’ is deprecated [-Wdeprecated-declarations]
   ffi_java_ptrarray_to_raw (cif, avalue, raw);
   ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-src/src/java_raw_api.c:157:1: note: declared here
 ffi_java_ptrarray_to_raw (ffi_cif *cif, void **args, ffi_java_raw *raw)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-src/src/java_raw_api.c: In function ‘ffi_prep_java_raw_closure’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-src/src/java_raw_api.c:369:3: warning: ‘ffi_prep_java_raw_closure_loc’ is deprecated [-Wdeprecated-declarations]
   return ffi_prep_java_raw_closure_loc (cl, cif, fun, user_data, cl);
   ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-src/src/java_raw_api.c:337:1: note: declared here
 ffi_prep_java_raw_closure_loc (ffi_java_raw_closure* cl,
 ^

warning, variable nsMethodCache doesn't exist or has already been removed[  2%] Building C object libffi-build/CMakeFiles/objlib.dir/src/prep_cif.c.o
cd /builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build && /usr/bin/cc -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-src/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/objlib.dir/src/prep_cif.c.o   -c /builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-src/src/prep_cif.c
[  3%] Building C object libffi-build/CMakeFiles/objlib.dir/src/raw_api.c.o
cd /builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build && /usr/bin/cc -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-src/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/objlib.dir/src/raw_api.c.o   -c /builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-src/src/raw_api.c
[  3%] Building C object libffi-build/CMakeFiles/objlib.dir/src/types.c.o
cd /builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build && /usr/bin/cc -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-src/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/objlib.dir/src/types.c.o   -c /builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-src/src/types.c
[  4%] Building C object libffi-build/CMakeFiles/objlib.dir/src/x86/ffi64.c.o
cd /builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build && /usr/bin/cc -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-src/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/objlib.dir/src/x86/ffi64.c.o   -c /builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-src/src/x86/ffi64.c
[  4%] Building ASM object libffi-build/CMakeFiles/objlib.dir/src/x86/unix64.S.o
cd /builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build && /usr/bin/cc -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-src/include  -fPIC   -o CMakeFiles/objlib.dir/src/x86/unix64.S.o -c /builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-src/src/x86/unix64.S
[  5%] Building C object libffi-build/CMakeFiles/objlib.dir/src/x86/ffiw64.c.o
cd /builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build && /usr/bin/cc -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-src/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/objlib.dir/src/x86/ffiw64.c.o   -c /builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-src/src/x86/ffiw64.c
[  5%] Building ASM object libffi-build/CMakeFiles/objlib.dir/src/x86/win64.S.o
cd /builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build && /usr/bin/cc -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-src/include  -fPIC   -o CMakeFiles/objlib.dir/src/x86/win64.S.o -c /builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-src/src/x86/win64.S
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build-StackVM'
[  5%] Built target objlib
make -f libffi-build/CMakeFiles/ffi_shared.dir/build.make libffi-build/CMakeFiles/ffi_shared.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build-StackVM'
cd /builds/workspace/pharo-vm_pharo-9/build-StackVM && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-src /builds/workspace/pharo-vm_pharo-9/build-StackVM /builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build /builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/CMakeFiles/ffi_shared.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/CMakeFiles/ffi_shared.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/CMakeFiles/ffi_shared.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/CMakeFiles/ffi_shared.dir/depend.internal".
Scanning dependencies of target ffi_shared
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build-StackVM'
make -f libffi-build/CMakeFiles/ffi_shared.dir/build.make libffi-build/CMakeFiles/ffi_shared.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build-StackVM'
[  6%] Linking C shared library ../build/vm/libffi.so
cd /builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/ffi_shared.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.  -shared -Wl,-soname,libffi.so -o ../build/vm/libffi.so CMakeFiles/objlib.dir/src/closures.c.o CMakeFiles/objlib.dir/src/java_raw_api.c.o CMakeFiles/objlib.dir/src/prep_cif.c.o CMakeFiles/objlib.dir/src/raw_api.c.o CMakeFiles/objlib.dir/src/types.c.o CMakeFiles/objlib.dir/src/x86/ffi64.c.o CMakeFiles/objlib.dir/src/x86/unix64.S.o CMakeFiles/objlib.dir/src/x86/ffiw64.c.o CMakeFiles/objlib.dir/src/x86/win64.S.o -Wl,-rpath,@executable_path/Plugins 
MetacelloNotification: Fetched -> VMMakerTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMaker-MT-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMaker-Tools-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc

StackInterpreter>>checkImageVersionFrom: contains declaration for non-existent variable imageOffset
StackInterpreter>>reapAndResetErrorCodeTo:header: contains declaration for non-existent variable theSP
StackInterpreterPrimitives>>primitiveFFIAllocate contains declaration for non-existent variable ptr
StackInterpreter>>readImageFromFile:StartingAt: contains declaration for non-existent variable heapSize
StackInterpreter>>readImageFromFile:StartingAt: contains declaration for non-existent variable minimumMemory
StackInterpreter>>readImageFromFile:StartingAt: contains declaration for non-existent variable allocationReserve
StackInterpreterPrimitives>>doPrimitiveWorkerExtractReturnValue contains declaration for non-existent variable externalFunction
StackInterpreterPrimitives>>primitiveLoadSymbolFromModule contains declaration for non-existent variable ptr
StackInterpreterPrimitives>>primitiveFFIFree contains declaration for non-existent variable ptrmake[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build-StackVM'
[  6%] Built target ffi_shared
make -f CMakeFiles/libffi_copy.dir/build.make CMakeFiles/libffi_copy.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build-StackVM'
cd /builds/workspace/pharo-vm_pharo-9/build-StackVM && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/build-StackVM /builds/workspace/pharo-vm_pharo-9/build-StackVM /builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/libffi_copy.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/libffi_copy.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/libffi_copy.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/libffi_copy.dir/depend.internal".
Scanning dependencies of target libffi_copy
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build-StackVM'
make -f CMakeFiles/libffi_copy.dir/build.make CMakeFiles/libffi_copy.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build-StackVM'
[  6%] Copying libffi binaries to '/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vm/'
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vm/libffi.so /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vm/
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build-StackVM'
[  6%] Built target libffi_copy
make -f CMakeFiles/build_vmmaker_get_vm-build.dir/build.make CMakeFiles/build_vmmaker_get_vm-build.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build-StackVM'
cd /builds/workspace/pharo-vm_pharo-9/build-StackVM && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/build-StackVM /builds/workspace/pharo-vm_pharo-9/build-StackVM /builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/build_vmmaker_get_vm-build.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/build_vmmaker_get_vm-build.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/build_vmmaker_get_vm-build.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/build_vmmaker_get_vm-build.dir/depend.internal".
Scanning dependencies of target build_vmmaker_get_vm-build
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build-StackVM'
make -f CMakeFiles/build_vmmaker_get_vm-build.dir/build.make CMakeFiles/build_vmmaker_get_vm-build.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build-StackVM'
[  6%] Creating directories for 'build_vmmaker_get_vm'
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/vm
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/vm
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/tmp
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src/build_vmmaker_get_vm-stamp
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src/build_vmmaker_get_vm-stamp
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-mkdir
[  7%] Performing download step (download, verify and extract) for 'build_vmmaker_get_vm'
cd /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -P /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src/build_vmmaker_get_vm-stamp/download-build_vmmaker_get_vm.cmake
-- Downloading...
   dst='/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src/PharoVM-9.0.11-9e68882-Linux-x86_64-bin.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64-headless/Linux-x86_64/PharoVM-9.0.11-9e68882-Linux-x86_64-bin.zip'
-- [download 0% complete]
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
[ 20%] Building C object CMakeFiles/PharoVMCore.dir/src/stringUtilities.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/src/stringUtilities.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/src/stringUtilities.c
MetacelloNotification: Fetched -> VMMaker-OriginalTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc


conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject:
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject:
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject:
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject:
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject:
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in primitiveFFIFree
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
MetacelloNotification: Fetched -> FileAttributesPlugin-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Loading -> Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
NewUndeclaredWarning: CCodeGenerator>>cLiteralForPrintfString: (PrintfFormatString is Undeclared)
NewUndeclaredWarning: CCodeGenerator>>removeAssertions (Sensor is Undeclared)
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- verifying file...
       file='/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src/PharoVM-9.0.11-9e68882-Linux-x86_64-bin.zip'
-- Downloading... done
cd /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -P /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src/build_vmmaker_get_vm-stamp/verify-build_vmmaker_get_vm.cmake
cd /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -P /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src/build_vmmaker_get_vm-stamp/extract-build_vmmaker_get_vm.cmake
-- extracting...
     src='/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src/PharoVM-9.0.11-9e68882-Linux-x86_64-bin.zip'
     dst='/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/vm'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
cd /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-download
[  7%] No patch step for 'build_vmmaker_get_vm'
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E echo_append
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-patch
[  8%] Performing update step for 'build_vmmaker_get_vm'
cd /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/vm && echo

[  9%] Performing configure step for 'build_vmmaker_get_vm'
cd /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/vm && echo

cd /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/vm && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-configure
[  9%] Performing build step for 'build_vmmaker_get_vm'
cd /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/vm && echo

cd /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/vm && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-build
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build-StackVM'
[  9%] Built target build_vmmaker_get_vm-build
make -f CMakeFiles/build_vmmaker_get_image.dir/build.make CMakeFiles/build_vmmaker_get_image.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build-StackVM'
cd /builds/workspace/pharo-vm_pharo-9/build-StackVM && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/build-StackVM /builds/workspace/pharo-vm_pharo-9/build-StackVM /builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/build_vmmaker_get_image.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/build_vmmaker_get_image.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/build_vmmaker_get_image.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/build_vmmaker_get_image.dir/depend.internal".
Scanning dependencies of target build_vmmaker_get_image
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build-StackVM'
make -f CMakeFiles/build_vmmaker_get_image.dir/build.make CMakeFiles/build_vmmaker_get_image.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build-StackVM'
[ 10%] Creating directories for 'build_vmmaker_get_image'
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/image
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/image
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/tmp
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src/build_vmmaker_get_image-stamp
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src/build_vmmaker_get_image-stamp
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-mkdir
[ 10%] Performing download step (download, verify and extract) for 'build_vmmaker_get_image'
cd /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -P /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src/build_vmmaker_get_image-stamp/download-build_vmmaker_get_image.cmake
-- Downloading...
   dst='/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src/Pharo10-SNAPSHOT.build.349.sha.3e26baf.arch.64bit.zip'
   timeout='none'
-- Using src='https://files.pharo.org/image/100/Pharo10-SNAPSHOT.build.349.sha.3e26baf.arch.64bit.zip'
-- [download 0% complete]
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
SystemNotification: TMethod>>methodIsEffectivelyComplete:in:(selector is shadowed)
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
NewUndeclaredWarning: VMMaker>>createCodeGenerator (MLVMCCodeGenerator is Undeclared)
NewUndeclaredWarning: VMMaker>>primitiveCopyFileNamed:to: (FileStream is Undeclared)
NewUndeclaredWarning: VMMaker>>primitiveCopyFileNamed:to: (FileStream is Undeclared)
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
MetacelloNotification: Loaded -> Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> Slang-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
[ 21%] Building C object CMakeFiles/PharoVMCore.dir/src/imageAccess.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/src/imageAccess.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/src/imageAccess.c
MetacelloNotification: Loaded -> Slang-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> Melchor-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
NewUndeclaredWarning: VMPluginCodeGenerator>>sizeOfIntegralCType: (BytesPerWord is Undeclared)
MetacelloNotification: Loaded -> Melchor-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Starting atomic load
NewUndeclaredWarning: UcARMRegisters class>>eflags (UC_ARM_REG_EFLAGS is Undeclared)
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
MetacelloNotification: 	Loaded -> Unicorn-CompatibleUserName.1639392057 --- https://github.com/guillep/pharo-unicorn.git[master] --- cache
MetacelloNotification: Finished atomic load
MetacelloNotification: Starting atomic load
SystemNotification: LLVMDisassembler>>setOptions:(options is shadowed)
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
MetacelloNotification: 	Loaded -> LLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- cache
MetacelloNotification: Finished atomic load
MetacelloNotification: Loading -> VMMakerLoadingDependencies-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
NewUndeclaredWarning: TranscriptStream class>>redirectToStdOut: (FileStream is Undeclared)
NewUndeclaredWarning: TranscriptStream>>codePaneMenu:shifted: (SmalltalkEditor is Undeclared)
NewUndeclaredWarning: TranscriptStream>>codePaneMenu:shifted: (SmalltalkEditor is Undeclared)
NewUndeclaredWarning: TranscriptStream>>target (FileStream is Undeclared)
MetacelloNotification: Loaded -> VMMakerLoadingDependencies-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> Printf-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- verifying file...
       file='/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src/Pharo10-SNAPSHOT.build.349.sha.3e26baf.arch.64bit.zip'
-- Downloading... done
cd /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -P /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src/build_vmmaker_get_image-stamp/verify-build_vmmaker_get_image.cmake
cd /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -P /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src/build_vmmaker_get_image-stamp/extract-build_vmmaker_get_image.cmake
-- extracting...
     src='/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src/Pharo10-SNAPSHOT.build.349.sha.3e26baf.arch.64bit.zip'
     dst='/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/image'
-- extracting... [tar xfz]
MetacelloNotification: Loaded -> Printf-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
[ 21%] Building C object CMakeFiles/PharoVMCore.dir/src/parameters/parameterVector.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/src/parameters/parameterVector.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/src/parameters/parameterVector.c
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
cd /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-download
[ 10%] No patch step for 'build_vmmaker_get_image'
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E echo_append
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-patch
[ 11%] Performing update step for 'build_vmmaker_get_image'
cd /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/image && echo

[ 12%] Performing configure step for 'build_vmmaker_get_image'
cd /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/image && echo

cd /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/image && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-configure
[ 12%] Performing build step for 'build_vmmaker_get_image'
cd /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/image && /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/vm/pharo --headless /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/image/Pharo10-SNAPSHOT-64bit-3e26baf.image --no-default-preferences save VMMaker

Local variable name 'receiver' in doPrimitiveWorkerCallout may mask method when inlining

Local variable name 'stack' in pathTo:using:followWeak: may mask method when inlining

Local variable name 'stack' in pruneStack:stackp: may mask method when inlining

Local variable name 'receiver' in doPrimitiveWorkerExtractReturnValue may mask method when inlining

compactionStartUsecs localised to fullGC

gcMarkEndUsecs localised to fullGC

extA localised to interpret

extB localised to interpret

lkupClassTag localised to interpret

numExtB localised to interpret

the2ndUnknownShort localised to writeImageFileIOcd /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/image && /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/vm/pharo --headless /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/image/VMMaker.image --no-default-preferences --save --quit /builds/workspace/pharo-vm_pharo-9/repository/scripts/installVMMaker.st /builds/workspace/pharo-vm_pharo-9/repository httpsUrl
NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (defaultRemoteType is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (defaultRemoteType is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (defaultRemoteType is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (defaultRemoteType is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared)
MetacelloNotification: Fetched -> BaselineOfVMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Loading -> BaselineOfVMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Loaded -> BaselineOfVMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Loading baseline of BaselineOfVMMaker...
[ 22%] Building C object CMakeFiles/PharoVMCore.dir/src/parameters/parameters.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/src/parameters/parameters.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/src/parameters/parameters.c
MetacelloNotification: Fetched -> BaselineOfLLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master]
MetacelloNotification: Loading -> BaselineOfLLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master]
MetacelloNotification: Loaded -> BaselineOfLLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master]
[ 22%] Building C object CMakeFiles/PharoVMCore.dir/src/semaphores/platformSemaphore.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/src/semaphores/platformSemaphore.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/src/semaphores/platformSemaphore.c

26 June 2022 11:15:22.953423 pm
MetacelloNotification: Fetched -> BaselineOfUnicorn-CompatibleUserName.1639392057 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master]
MetacelloNotification: Loading -> BaselineOfUnicorn-CompatibleUserName.1639392057 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master]
MetacelloNotification: Loaded -> BaselineOfUnicorn-CompatibleUserName.1639392057 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master]
warning, signature of InterpreterProxy>>characterTable does not match reference implementation.
warning, signature of InterpreterProxy>>fullGC does not match reference implementation.
warning, signature of InterpreterProxy>>pop:thenPush: does not match reference implementation.
warning, signature of InterpreterProxy>>positive32BitValueOf: does not match reference implementation.
warning, signature of InterpreterProxy>>pushRemappableOop: does not match reference implementation.
NewUndeclaredWarning: DetailedInstructionPrinter>>printInstructionsOn: (fullBlockRecursionSelector is Undeclared)
SystemNotification: CogStackPageSurrogate>>addressIsInPage:(address is shadowed)
NewUndeclaredWarning: SmalltalkImage>>simulatePrimitive:args: (FileExistsException is Undeclared)
NewUndeclaredWarning: FakeStdinStream>>next (ActiveHand is Undeclared)
external plugin FilePlugin generated as FilePluginMetacelloNotification: Fetched -> Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc

warning, signature of InterpreterProxy>>pop:thenPush: does not match reference implementation.
warning, signature of InterpreterProxy>>pushBool: does not match reference implementation.
external plugin FloatArrayPlugin generated as FloatArrayPlugin
warning, signature of InterpreterProxy>>pop:thenPush: does not match reference implementation.
external plugin SurfacePlugin generated as SurfacePlugin
26 June 2022 11:15:24.433039 pm
MetacelloNotification: Fetched -> Slang-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Fetched -> Melchor-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Project: Unicorn baseline
MetacelloNotification: Fetched -> Unicorn-CompatibleUserName.1639392057 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master]
MetacelloNotification: Project: LLVMDisassembler baseline
MetacelloNotification: Fetched -> LLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master]
MetacelloNotification: Fetched -> VMMakerLoadingDependencies-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc
[ 23%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/heartbeat.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/heartbeat.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/heartbeat.c
MetacelloNotification: Fetched -> Printf-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc
NewUndeclaredWarning: Cogit class>>genAndDis:options: (Compiler is Undeclared)
NewUndeclaredWarning: Cogit class>>initializeMiscConstants (UnicornProcessor is Undeclared)
NewUndeclaredWarning: Cogit>>initializeProcessor (MultiProcessor is Undeclared)
NewUndeclaredWarning: Cogit>>setClickStepBreakBlock (Debugger is Undeclared)
NewUndeclaredWarning: Cogit>>simulateCogCodeAt: (ProcessorSimulationTrap is Undeclared)

warning, variable nsMethodCache doesn't exist or has already been removedSystemNotification: RegisterAllocatingCogit>>resolveConflicts:with:to:(simStackPtr is shadowed)

StackInterpreter>>checkImageVersionFrom: contains declaration for non-existent variable imageOffset
StackInterpreter>>reapAndResetErrorCodeTo:header: contains declaration for non-existent variable theSP
StackInterpreterPrimitives>>primitiveFFIAllocate contains declaration for non-existent variable ptr
StackInterpreter>>readImageFromFile:StartingAt: contains declaration for non-existent variable heapSize
StackInterpreter>>readImageFromFile:StartingAt: contains declaration for non-existent variable minimumMemory
StackInterpreter>>readImageFromFile:StartingAt: contains declaration for non-existent variable allocationReserve
StackInterpreterPrimitives>>doPrimitiveWorkerExtractReturnValue contains declaration for non-existent variable externalFunction
StackInterpreterPrimitives>>primitiveLoadSymbolFromModule contains declaration for non-existent variable ptr
StackInterpreterPrimitives>>primitiveFFIFree contains declaration for non-existent variable ptr

conflicting return types sqInt, void in primitiveFFIAllocate
[ 23%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/functionDefinitionPrimitives.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/ffi/src/functionDefinitionPrimitives.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/src/functionDefinitionPrimitives.c

conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in primitiveFFIFree
NewUndeclaredWarning: StackToRegisterMappingCogit>>widthInDefaultFontOf: (NewParagraph is Undeclared)
[ 24%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/primitiveCalls.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/ffi/src/primitiveCalls.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/src/primitiveCalls.c
NewUndeclaredWarning: ADPCMCodecPlugin class>>monticelloDescription (ADPCMCodec is Undeclared)
NewUndeclaredWarning: ADPCMCodecPlugin class>>translatedPrimitives (ADPCMCodec is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>fileOpenName:size:write: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>fileOpenName:size:write: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>fileOpenNewName:size: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>fileOpenNewName:size: (FileExistsException is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileDeleteName:Size: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileDeleteName:Size: (FileDirectory is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (FileDirectory is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (FileDirectory is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (FileDirectory is Undeclared)
NewUndeclaredWarning: IA32ABIPlugin>>primCalloc (Alien is Undeclared)
NewUndeclaredWarning: IA32ABIPlugin>>primMalloc (Alien is Undeclared)
NewUndeclaredWarning: InterpreterPlugin class>>allCodeOlderThan: (TimeStamp is Undeclared)
NewUndeclaredWarning: InterpreterPlugin class>>buildCodeGenerator (VMMakerConfiguration is Undeclared)
NewUndeclaredWarning: InterpreterPlugin class>>buildCodeGeneratorForVMClass: (VMMakerConfiguration is Undeclared)
[ 24%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/primitiveUtils.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/ffi/src/primitiveUtils.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/src/primitiveUtils.c
NewUndeclaredWarning: JPEGReadWriter2Plugin>>compressStructSize (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>decompressStructSize (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>errorMgr2StructSize (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primImageHeight: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primImageNumComponents: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primImageWidth: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGPluginIsPresent (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGReadHeader:fromByteArray:size:errorMgrReadHeader: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGReadImagefromByteArrayonFormdoDitheringerrorMgrReadScanlines:_:_:_:_:_:_:_:_: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGWriteImageonByteArrayformqualityprogressiveJPEGerrorMgrWriteScanlines:_:_:_:_:_:_:_:_:_:_:_: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: TestOSAPlugin>>primOpenDefaultConfiguration:subtype: (ComponentInstance is Undeclared)
NewUndeclaredWarning: SoundGenerationPlugin class>>monticelloDescription (AbstractSound is Undeclared)
NewUndeclaredWarning: SoundGenerationPlugin class>>translatedPrimitives (AbstractSound is Undeclared)
NewUndeclaredWarning: StackInterpreter class>>patchInterpGCCPPC: (FileStream is Undeclared)
NewUndeclaredWarning: StackInterpreter class>>primitiveAccessorDepthTable (VMMakerConfiguration is Undeclared)

Local variable name 'receiver' in doPrimitiveWorkerCallout may mask method when inlining

Local variable name 'stack' in pathTo:using:followWeak: may mask method when inlining

Local variable name 'stack' in pruneStack:stackp: may mask method when inlining

Local variable name 'receiver' in doPrimitiveWorkerExtractReturnValue may mask method when inlining

compactionStartUsecs localised to fullGC

gcMarkEndUsecs localised to fullGC

extA localised to interpret

extB localised to interpret

lkupClassTag localised to interpret

numExtB localised to interpret

the2ndUnknownShort localised to writeImageFileIO[ 25%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/types.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/ffi/src/types.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/src/types.c
NewUndeclaredWarning: CogVMSimulator>>codeGeneratorToComputeAccessorDepth (VMMakerConfiguration is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>ensureMultiThreadingOverridesAreUpToDate (Parser is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>ioMousePoint (Sensor is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>ioRelinquishProcessorForMicroseconds: (Sensor is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>logOfBytesVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>logOfBytesWrite:toFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>logOfSendsVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>logOfSendsWrite:toFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorph (SimulatorImageMorph is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorph (SimulatorEventTransformer is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorph (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorph (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorphNoTranscript (SimulatorImageMorph is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorphNoTranscript (SimulatorEventTransformer is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorphNoTranscript (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>setBreakBlockFromString: (Compiler is Undeclared)
SystemNotification: CogVMSimulator>>testBreakCount:printSends:printFrames:printBytecodes:(breakCount is shadowed)

26 June 2022 11:15:32.60256 pm
NewUndeclaredWarning: StackMTInterpreterSimulator>>ioMousePoint (Sensor is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>ioRelinquishProcessorForMicroseconds: (Sensor is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>logOfBytesVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>logOfBytesWrite:toFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>logOfSendsVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>logOfSendsWrite:toFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (SimulatorImageMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (SimulatorEventTransformer is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorphNoTranscript (SimulatorImageMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorphNoTranscript (SimulatorEventTransformer is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorphNoTranscript (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsSimulatorMorph (SimulatorMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsSimulatorMorph (SimulatorMorph is Undeclared)
SystemNotification: StackMTInterpreterSimulator>>runAtEachStep:breakCount:(breakCount is shadowed)
NewUndeclaredWarning: StackMTInterpreterSimulator>>setClickStepBreakBlock (Debugger is Undeclared)
SystemNotification: StackMTInterpreterSimulator>>testBreakCount:printSends:printFrames:printBytecodes:(breakCount is shadowed)
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/src/types.c:108:3: warning: variable 'address' is used uninitialized whenever switch default is taken [-Wsometimes-uninitialized]
                default:
                ^~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/src/types.c:112:19: note: uninitialized use occurs here
        setHandler(aOop, address);
                         ^~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/src/types.c:4:15: note: initialize the variable 'address' to silence this warning
        void* address;
                     ^
                      = NULL
1 warning generated.
[ 25%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/typesPrimitives.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/ffi/src/typesPrimitives.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/src/typesPrimitives.c
NewUndeclaredWarning: StackInterpreterSimulator>>codeGeneratorToComputeAccessorDepth (VMMakerConfiguration is Undeclared)
NewUndeclaredWarning: StackInterpreterSimulator>>ioMousePoint (Sensor is Undeclared)
NewUndeclaredWarning: StackInterpreterSimulator>>ioRelinquishProcessorForMicroseconds: (Sensor is Undeclared)
NewUndeclaredWarning: StackInterpreterSimulator>>logOfBytesVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackInterpreterSimulator>>logOfBytesWrite:toFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackInterpreterSimulator>>logOfSendsVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackInterpreterSimulator>>logOfSendsWrite:toFileNamed:fromStart: (FileStream is Undeclared)
SystemNotification: StackInterpreterSimulator>>runAtEachStep:breakCount:(breakCount is shadowed)
NewUndeclaredWarning: StackInterpreterSimulator>>setClickStepBreakBlock (Debugger is Undeclared)
SystemNotification: StackInterpreterSimulator>>testBreakCount:printSends:printFrames:printBytecodes:(breakCount is shadowed)
warning, signature of InterpreterProxy>>characterTable does not match reference implementation.
warning, signature of InterpreterProxy>>fullGC does not match reference implementation.
warning, signature of InterpreterProxy>>pop:thenPush: does not match reference implementation.
warning, signature of InterpreterProxy>>positive32BitValueOf: does not match reference implementation.
warning, signature of InterpreterProxy>>pushRemappableOop: does not match reference implementation.
external plugin FilePlugin generated as FilePlugin
warning, signature of InterpreterProxy>>pop:thenPush: does not match reference implementation.
warning, signature of InterpreterProxy>>pushBool: does not match reference implementation.
external plugin FloatArrayPlugin generated as FloatArrayPlugin
warning, signature of InterpreterProxy>>pop:thenPush: does not match reference implementation.
external plugin SurfacePlugin generated as SurfacePlugin
26 June 2022 11:15:33.963304 pm
PharoVMMaker
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/PharoVMCore.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/PharoVMCore.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/PharoVMCore.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/PharoVMCore.dir/depend.internal".
Scanning dependencies of target PharoVMCore
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/PharoVMCore.dir/build.make CMakeFiles/PharoVMCore.dir/build
[ 11%] Building C object CMakeFiles/PharoVMCore.dir/src/debug.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/debug.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/src/debug.c
[ 11%] Building C object CMakeFiles/PharoVMCore.dir/src/utils.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/utils.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/src/utils.c
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/src/utils.c:224:8: warning: unused variable 'tmpBasedir' [-Wunused-variable]
        char* tmpBasedir = (char*)alloca(bufferSize);
              ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/src/utils.c:496:17: warning: unused function 'max' [-Wunused-function]
static long int max(long int x, long int y) { return (x > y) ? x : y; }
                ^
2 warnings generated.
[ 12%] Building C object CMakeFiles/PharoVMCore.dir/src/errorCode.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/errorCode.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/src/errorCode.c
[ 12%] Building C object CMakeFiles/PharoVMCore.dir/src/nullDisplay.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/nullDisplay.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/src/nullDisplay.c
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/src/nullDisplay.c:208:1: warning: unused function 'dropInit' [-Wunused-function]
dropInit (void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/src/nullDisplay.c:215:1: warning: unused function 'dropShutdown' [-Wunused-function]
dropShutdown (void)
^
2 warnings generated.
[ 13%] Building C object CMakeFiles/PharoVMCore.dir/src/externalPrimitives.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/externalPrimitives.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/src/externalPrimitives.c
[ 13%] Building C object CMakeFiles/PharoVMCore.dir/src/client.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/client.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/src/client.c
[ 14%] Building C object CMakeFiles/PharoVMCore.dir/src/pathUtilities.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/pathUtilities.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/src/pathUtilities.c
[ 15%] Building C object CMakeFiles/PharoVMCore.dir/src/fileDialogCommon.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/fileDialogCommon.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/src/fileDialogCommon.c
[ 15%] Building C object CMakeFiles/PharoVMCore.dir/src/stringUtilities.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/stringUtilities.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/src/stringUtilities.c
[ 16%] Building C object CMakeFiles/PharoVMCore.dir/src/imageAccess.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/imageAccess.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/src/imageAccess.c
[ 16%] Building C object CMakeFiles/PharoVMCore.dir/src/parameters/parameterVector.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/parameters/parameterVector.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/src/parameters/parameterVector.c
[ 17%] Building C object CMakeFiles/PharoVMCore.dir/src/parameters/parameters.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/parameters/parameters.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/src/parameters/parameters.c
[ 18%] Building C object CMakeFiles/PharoVMCore.dir/src/semaphores/platformSemaphore.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/semaphores/platformSemaphore.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/src/semaphores/platformSemaphore.c
[ 18%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/heartbeat.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/heartbeat.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/heartbeat.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/heartbeat.c:19:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/heartbeat.c:19:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/heartbeat.c:19:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/heartbeat.c:19:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
4 warnings generated.
[ 19%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/functionDefinitionPrimitives.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/ffi/src/functionDefinitionPrimitives.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/src/functionDefinitionPrimitives.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/src/functionDefinitionPrimitives.c:1:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/src/functionDefinitionPrimitives.c:1:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/src/functionDefinitionPrimitives.c:1:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/src/functionDefinitionPrimitives.c:1:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/src/functionDefinitionPrimitives.c:31:15: warning: 'ffi_prep_cif_var' is only available on macOS 10.15 or newer [-Wunguarded-availability-new]
        returnCode = ffi_prep_cif_var (cif, abi, fixedArgsCount, totalArguments, returnType, parameters);
                     ^~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi/ffi.h:477:12: note: 'ffi_prep_cif_var' has been marked as being introduced in macOS 10.15 here, but the deployment target is macOS 10.7.0
ffi_status ffi_prep_cif_var(ffi_cif *cif,
           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/src/functionDefinitionPrimitives.c:31:15: note: enclose 'ffi_prep_cif_var' in a __builtin_available check to silence this warning
        returnCode = ffi_prep_cif_var (cif, abi, fixedArgsCount, totalArguments, returnType, parameters);
                     ^~~~~~~~~~~~~~~~
5 warnings generated.
[ 19%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/primitiveCalls.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/ffi/src/primitiveCalls.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/src/primitiveCalls.c
[ 20%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/primitiveUtils.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/ffi/src/primitiveUtils.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/src/primitiveUtils.c
[ 26%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/utils.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGM[ 21%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/types.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/ffi/src/types.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/src/types.c
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/src/types.c:108:3: warning: variable 'address' is used uninitialized whenever switch default is taken [-Wsometimes-uninitialized]
                default:
                ^~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/src/types.c:112:19: note: uninitialized use occurs here
        setHandler(aOop, address);
                         ^~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/src/types.c:4:15: note: initialize the variable 'address' to silence this warning
        void* address;
                     ^
                      = NULL
1 warning generated.
[ 21%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/typesPrimitives.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/ffi/src/typesPrimitives.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/src/typesPrimitives.c
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/src/typesPrimitives.c:182:5: warning: 'ffi_get_struct_offsets' is only available on macOS 10.15 or newer [-Wunguarded-availability-new]
        if(ffi_get_struct_offsets(FFI_DEFAULT_ABI, structType, offsets)!=FFI_OK){
           ^~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi/ffi.h:491:12: note: 'ffi_get_struct_offsets' has been marked as being introduced in macOS 10.15 here, but the deployment target is macOS 10.7.0
ffi_status ffi_get_struct_offsets (ffi_abi abi, ffi_type *struct_type,
           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/src/typesPrimitives.c:182:5: note: enclose 'ffi_get_struct_offsets' in a __builtin_available check to silence this warning
        if(ffi_get_struct_offsets(FFI_DEFAULT_ABI, structType, offsets)!=FFI_OK){
           ^~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
[ 22%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/utils.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/ffi/src/utils.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/src/utils.c
[ 22%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/sameThread/sameThread.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/coNewUndeclaredWarning: VMStructType class>>checkGenerateSurrogate:bytesPerWord: (BytesPerWord is Undeclared)
NewUndeclaredWarning: VMStructType class>>checkGenerateSurrogate:bytesPerWord: (BytesPerWord is Undeclared)
NewUndeclaredWarning: VMStructType class>>checkGenerateSurrogate:bytesPerWord: (BytesPerWord is Undeclared)
mmon -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugiTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODEns/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/os -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/ffi/src/utils.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/src/utils.c
x -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/ffi/src/sameThread/sameThread.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/src/sameThread/sameThread.c
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/src/sameThread/sameThread.c:34:8: warning: unused variable 'flags' [-Wunused-variable]
        sqInt flags;
              ^
1 warning generated.
[ 23%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbackPrimitives.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbackPrimitives.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/src/callbacks/callbackPrimitives.c
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/src/callbacks/callbackPrimitives.c:102:11: warning: unused variable 'handler' [-Wunused-variable]
    void *handler;
          ^
1 warning generated.
[ 23%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbacks.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbacks.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/src/callbacks/callbacks.c
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/src/callbacks/callbacks.c:43:25: warning: 'ffi_closure_alloc' is only available on macOS 10.15 or newer [-Wunguarded-availability-new]
    callback->closure = ffi_closure_alloc(sizeof(ffi_closure), &(callback->functionAddress));
                        ^~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi/ffi.h:338:40: note: 'ffi_closure_alloc' has been marked as being introduced in macOS 10.15 here, but the deployment target is macOS 10.7.0
FFI_AVAILABLE_APPLE_2019 FFI_API void *ffi_closure_alloc (size_t size, void **code);
                                       ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/src/callbacks/callbacks.c:43:25: note: enclose 'ffi_closure_alloc' in a __builtin_available check to silence this warning
    callback->closure = ffi_closure_alloc(sizeof(ffi_closure), &(callback->functionAddress));
                        ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/src/callbacks/callbacks.c:54:9: warning: 'ffi_closure_free' is only available on macOS 10.15 or newer [-Wunguarded-availability-new]
        ffi_closure_free(callback->closure);
        ^~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi/ffi.h:339:39: note: 'ffi_closure_free' has been marked as being introduced in macOS 10.15 here, but the deployment target is macOS 10.7.0
FFI_AVAILABLE_APPLE_2019 FFI_API void ffi_closure_free (void *);
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/src/callbacks/callbacks.c:54:9: note: enclose 'ffi_closure_free' in a __builtin_available check to silence this warning
        ffi_closure_free(callback->closure);
        ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/src/callbacks/callbacks.c:60:22: warning: 'ffi_prep_closure_loc' is only available on macOS 10.15 or newer [-Wunguarded-availability-new]
    if((returnCode = ffi_prep_closure_loc(callback->closure, &callback->cif, callbackFrontend, callback, callback->functionAddress)) != FFI_OK){
                     ^~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi/ffi.h:356:1: note: 'ffi_prep_closure_loc' has been marked as being introduced in macOS 10.15 here, but the deployment target is macOS 10.7.0
ffi_prep_closure_loc (ffi_closure*,
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/src/callbacks/callbacks.c:60:22: note: enclose 'ffi_prep_closure_loc' in a __builtin_available check to silence this warning
    if((returnCode = ffi_prep_closure_loc(callback->closure, &callback->cif, callbackFrontend, callback, callback->functionAddress)) != FFI_OK){
                     ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/src/callbacks/callbacks.c:62:9: warning: 'ffi_closure_free' is only available on macOS 10.15 or newer [-Wunguarded-availability-new]
        ffi_closure_free(callback->closure);
        ^~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi/ffi.h:339:39: note: 'ffi_closure_free' has been marked as being introduced in macOS 10.15 here, but the deployment target is macOS 10.7.0
FFI_AVAILABLE_APPLE_2019 FFI_API void ffi_closure_free (void *);
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/src/callbacks/callbacks.c:62:9: note: enclose 'ffi_closure_free' in a __builtin_available check to silence this warning
        ffi_closure_free(callback->closure);
        ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/src/callbacks/callbacks.c:72:2: warning: 'ffi_closure_free' is only available on macOS 10.15 or newer [-Wunguarded-availability-new]
        ffi_closure_free(callback->closure);
        ^~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi/ffi.h:339:39: note: 'ffi_closure_free' has been marked as being introduced in macOS 10.15 here, but the deployment target is macOS 10.7.0
FFI_AVAILABLE_APPLE_2019 FFI_API void ffi_closure_free (void *);
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/src/callbacks/callbacks.c:72:2: note: enclose 'ffi_closure_free' in a __builtin_available check to silence this warning
        ffi_closure_free(callback->closure);
        ^~~~~~~~~~~~~~~~
5 warnings generated.
[ 24%] Building C object CMakeFiles/PharoVMCore.dir/src/semaphores/pharoSemaphore.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/semaphores/pharoSemaphore.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/src/semaphores/pharoSemaphore.c
[ 25%] Building C object CMakeFiles/PharoVMCore.dir/src/threadSafeQueue/threadSafeQueue.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/threadSafeQueue/threadSafeQueue.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/src/threadSafeQueue/threadSafeQueue.c
[ 25%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/pThreadedFFI.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/ffi/src/pThreadedFFI.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/src/pThreadedFFI.c
[ 26%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/worker/worker.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/ffi/src/worker/worker.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/src/worker/worker.c
[ 26%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerPrimitives.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerPrimitives.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/src/worker/workerPrimitives.c
[ 27%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerTask.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerTask.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/src/worker/workerTask.c
[ 28%] Building C object CMakeFiles/PharoVMCore.dir/generated/64/vm/src/gcc3x-interp.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/generated/64/vm/src/gcc3x-interp.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:44:9: warning: unknown pragma ignored [-Wunknown-pragmas]
#pragma auto_inline(off)
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61:9: warning: unknown pragma ignored [-Wunknown-pragmas]
#pragma auto_inline(on)
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2724:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
        localSP = pointerForOop(GIV(stackPointer));
                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2725:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
        localFP = pointerForOop(GIV(framePointer));
                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2745:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize));
                                                         ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2759:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize) + 8 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2773:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize) + 16 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2787:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize) + 24 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2801:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize) + 32 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2815:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize) + 40 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2829:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize) + 48 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2843:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize) + 56 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2857:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize) + 64 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2871:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize) + 72 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2885:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize) + 80 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2899:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize) + 88 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2913:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize) + 96 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2927:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize) + 104 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2941:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize) + 112 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2955:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize) + 120 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2970:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (0 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2971:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2972:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2987:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (1 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2988:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 1 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2989:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 1 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3004:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (2 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3005:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 2 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3006:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 2 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3021:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (3 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3022:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 3 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3023:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 3 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3038:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (4 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3039:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 4 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3040:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 4 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3055:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (5 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3056:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 5 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3057:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 5 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3072:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (6 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3073:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 6 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3074:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 6 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3089:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (7 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3090:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 7 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3091:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 7 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3106:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (8 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3107:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 8 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3108:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 8 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3123:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (9 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3124:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 9 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3125:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 9 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3140:77: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (10 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3141:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 10 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3142:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 10 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3157:77: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (11 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3158:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 11 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3159:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 11 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3173:77: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (12 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3174:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 12 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3175:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 12 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3189:77: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (13 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3190:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 13 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3191:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 13 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3205:77: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (14 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3206:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 14 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3207:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 14 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3221:77: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (15 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3222:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 15 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3223:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 15 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4443:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                rcvr = longAt(localFP + FoxReceiver);
                                              ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4503:42: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (offset < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))) {
                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4504:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - offset) * BytesPerWord), valueOop);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4507:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - offset) * BytesPerWord), valueOop);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4527:42: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (offset < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))) {
                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4528:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - offset) * BytesPerWord), valueOop);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4531:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - offset) * BytesPerWord), valueOop);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4551:42: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (offset < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))) {
                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4552:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - offset) * BytesPerWord), valueOop);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4555:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - offset) * BytesPerWord), valueOop);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4575:42: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (offset < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))) {
                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4576:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - offset) * BytesPerWord), valueOop);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4579:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - offset) * BytesPerWord), valueOop);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4599:42: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (offset < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))) {
                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4600:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - offset) * BytesPerWord), valueOop);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4603:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - offset) * BytesPerWord), valueOop);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4623:42: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (offset < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))) {
                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4624:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - offset) * BytesPerWord), valueOop);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4627:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - offset) * BytesPerWord), valueOop);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4647:42: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (offset < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))) {
                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4648:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - offset) * BytesPerWord), valueOop);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4651:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - offset) * BytesPerWord), valueOop);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4671:42: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (offset < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))) {
                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4672:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - offset) * BytesPerWord), valueOop);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4675:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - offset) * BytesPerWord), valueOop);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4691:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(localFP + FoxReceiver);
                                                ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4784:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                localReturnValue = longAt(localFP + FoxReceiver);
                                                          ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4827:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (!((byteAt((localFP + FoxFrameFlags) + 3)) != 0)) {
                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4846:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                closure = longAt(localFP + (frameStackedReceiverOffset(localFP)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4863:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                if ((byteAt((localFP + FoxFrameFlags) + 2)) != 0) {
                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4865:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        ourContext = longAt(localFP + FoxThisContext);
                                                                            ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4898:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        if (((byteAt((theFP1 + FoxFrameFlags) + 2)) != 0)
                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4899:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                         && (home == (longAt(theFP1 + FoxThisContext)))) {
                                                             ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4903:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        if (!((byteAt((theFP1 + FoxFrameFlags) + 3)) != 0)) {
                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4904:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                theMethod1 = longAt(theFP1 + FoxMethod);
                                                                    ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4914:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        if ((byteAt((theFP1 + FoxFrameFlags) + 2)) != 0) {
                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4916:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                                ctxtOrNilOrZero = longAt(theFP1 + FoxThisContext);
                                                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4924:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        theFP1 = pointerForOop(longAt(theFP1 + FoxSavedFP));
                                                                      ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4926:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                senderContext = longAt(theFPAbove + FoxCallerContext);
                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4961:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        if ((byteAt((localFP + FoxFrameFlags) + 2)) != 0) {
                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4963:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                ourContext1 = longAt(localFP + FoxThisContext);
                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4981:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        if ((byteAt((localFP + FoxFrameFlags) + 2)) != 0) {
                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4983:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                ourContext2 = longAt(localFP + FoxThisContext);
                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5008:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        if ((longAt(theFP + FoxSavedFP)) == 0) {
                                                    ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5009:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                contextToReturnTo = longAt(theFP + FoxCallerContext);
                                                                           ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5012:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                frameToReturnTo = pointerForOop(longAt(theFP + FoxSavedFP));
                                                                                       ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5061:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                if ((byteAt((localFP + FoxFrameFlags) + 2)) != 0) {
                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5063:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        ourContext3 = longAt(localFP + FoxThisContext);
                                                                             ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5085:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        currentCtx = longAt(((GIV(stackPage)->baseFP)) + FoxCallerContext);
                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5100:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        currentCtx = longAt(((thePage->baseFP)) + FoxCallerContext);
                                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5137:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                localFP = pointerForOop(longAt(localFP + FoxSavedFP));
                                                                               ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5139:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        localIP = pointerForOop(longAt(callerFP + FoxCallerSavedIP));
                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5144:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                GIV(method) = longAt(localFP + FoxMethod);
                                                     ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5225:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                callersFPOrNull = pointerForOop(longAt(localFP + FoxSavedFP));
                                                                       ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5229:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        contextToReturnTo = longAt(localFP + FoxCallerContext);
                                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5258:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) {
                                                                                                 ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5277:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        if ((byteAt((localFP + FoxFrameFlags) + 2)) != 0) {
                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5279:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                                ourContext = longAt(localFP + FoxThisContext);
                                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5311:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        GIV(method) = longAt(localFP + FoxMethod);
                                                             ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5329:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                localIP = pointerForOop(longAt(localFP + FoxCallerSavedIP));
                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5330:89: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                localSP = localFP + ((FoxCallerSavedIP + BytesPerWord) + (((sqInt)((usqInt)((byteAt((localFP + FoxFrameFlags) + 1))) << (shiftForWord())))));
                                                                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5333:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                GIV(method) = longAt(localFP + FoxMethod);
                                                     ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5371:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if ((byteAt((localFP + FoxFrameFlags) + 2)) != 0) {
                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5373:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ourContext = longAt(localFP + FoxThisContext);
                                                            ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5406:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize) + (((sqInt)((usqInt)(variableIndex) << (shiftForWord())))));
                                                                 ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5412:57: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        object1 = (variableIndex < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5413:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - variableIndex) * BytesPerWord))
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5414:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - variableIndex) * BytesPerWord)));
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5461:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        objOop = longAt(localFP + FoxReceiver);
                                                        ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5504:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        if (variableIndex < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))) {
                                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5505:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - variableIndex) * BytesPerWord), value);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5508:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - variableIndex) * BytesPerWord), value);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5590:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        objOop = longAt(localFP + FoxReceiver);
                                                        ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5633:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        if (variableIndex < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))) {
                                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5634:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - variableIndex) * BytesPerWord), value);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5637:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - variableIndex) * BytesPerWord), value);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5819:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5820:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5904:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                                localSP = pointerForOop(GIV(stackPointer));
                                                                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5905:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                                localFP = pointerForOop(GIV(framePointer));
                                                                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5922:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtPointerput((localSP -= BytesPerOop), localIP);
                                                                                   ^~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:142:57: note: passing argument to parameter 'val' here
  static inline sqInt longAtPointerput(char *ptr, sqInt val)    { return *(sqInt *)ptr= val; }
                                                        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5924:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtPointerput((localSP -= BytesPerOop), localFP);
                                                                                   ^~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:142:57: note: passing argument to parameter 'val' here
  static inline sqInt longAtPointerput(char *ptr, sqInt val)    { return *(sqInt *)ptr= val; }
                                                        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5961:64: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        shouldSkipStoreBytecode = reapAndResetErrorCodeToheader(localFP, methodHeader);
                                                                                                                ^~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1400:76: note: passing argument to parameter 'theFP' here
static sqInt NoDbgRegParms NeverInline reapAndResetErrorCodeToheader(sqInt theFP, sqInt methodHeader);
                                                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5978:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                                localSP = pointerForOop(GIV(stackPointer));
                                                                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5979:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                                localFP = pointerForOop(GIV(framePointer));
                                                                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6036:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        obj = longAt(localFP + FoxReceiver);
                                                     ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6069:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        callerFP = pointerForOop(longAt(spouseFP + FoxSavedFP));
                                                                                        ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6073:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                                object3 = longAt(spouseFP + FoxCallerContext);
                                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6077:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        if ((byteAt((callerFP + FoxFrameFlags) + 2)) != 0) {
                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6079:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                                object3 = longAt(callerFP + FoxThisContext);
                                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6191:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                obj1 = longAt(localFP + FoxReceiver);
                                              ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6275:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6276:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6474:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if ((byteAt((localFP + FoxFrameFlags) + 2)) != 0) {
                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6476:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ourContext = longAt(localFP + FoxThisContext);
                                                            ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6606:61: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                tempVector = (tempVectorIndex < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6607:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - tempVectorIndex) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6608:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - tempVectorIndex) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6631:61: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                tempVector = (tempVectorIndex < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6632:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - tempVectorIndex) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6633:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - tempVectorIndex) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6668:61: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                tempVector = (tempVectorIndex < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6669:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - tempVectorIndex) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6670:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - tempVectorIndex) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6718:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if ((byteAt((localFP + FoxFrameFlags) + 2)) != 0) {
                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6720:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        context = longAt(localFP + FoxThisContext);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:7023:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:7024:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:7235:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 + arg1));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:7240:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:7241:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:7377:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 - arg1));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:7382:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:7383:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8452:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 * arg1));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8457:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8458:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8609:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 / arg1));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8614:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8615:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8753:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                integerArgument = longAt(GIV(stackPointer));
                                                             ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8761:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8799:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), shifted);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8805:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                localSP = pointerForOop(GIV(stackPointer));
                                                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8806:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                localFP = pointerForOop(GIV(framePointer));
                                                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8872:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                localSP = pointerForOop(GIV(stackPointer));
                                                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8873:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                localFP = pointerForOop(GIV(framePointer));
                                                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8914:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                localSP = pointerForOop(GIV(stackPointer));
                                                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8915:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                localFP = pointerForOop(GIV(framePointer));
                                                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:9827:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:9828:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:9878:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:9879:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:10191:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        if ((byteAt((localFP + FoxFrameFlags) + 2)) != 0) {
                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:10193:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                theThingToPush = longAt(localFP + FoxThisContext);
                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:10243:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                localReturnValue = longAt(localFP + FoxReceiver);
                                                          ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:10395:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 + arg1));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:10400:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:10401:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:10537:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 - arg1));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:10542:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:10543:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:11611:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 * arg1));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:11616:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:11617:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:11768:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 / arg1));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:11773:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:11774:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:11912:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                integerArgument = longAt(GIV(stackPointer));
                                                             ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:11920:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:11958:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), shifted);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:11964:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                localSP = pointerForOop(GIV(stackPointer));
                                                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:11965:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                localFP = pointerForOop(GIV(framePointer));
                                                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:12031:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                localSP = pointerForOop(GIV(stackPointer));
                                                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:12032:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                localFP = pointerForOop(GIV(framePointer));
                                                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:12073:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                localSP = pointerForOop(GIV(stackPointer));
                                                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:12074:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                localFP = pointerForOop(GIV(framePointer));
                                                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:12921:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:12922:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:12972:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:12973:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13186:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                rcvr = longAt(localFP + FoxReceiver);
                                              ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13283:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                obj = longAt(localFP + FoxReceiver);
                                             ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13316:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                callerFP = pointerForOop(longAt(spouseFP + FoxSavedFP));
                                                                                ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13320:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        object = longAt(spouseFP + FoxCallerContext);
                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13324:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                if ((byteAt((callerFP + FoxFrameFlags) + 2)) != 0) {
                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13326:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        object = longAt(callerFP + FoxThisContext);
                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13409:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (index < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13410:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - index) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13411:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - index) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13585:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                top = longAt(localSP);
                                             ^~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13676:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13677:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13784:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                obj = longAt(localFP + FoxReceiver);
                                             ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13868:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13869:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13995:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (index < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))) {
                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13996:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - index) * BytesPerWord), valueOop);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13999:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - index) * BytesPerWord), valueOop);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:14023:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                obj = longAt(localFP + FoxReceiver);
                                             ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:14107:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:14108:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:14232:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (index < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))) {
                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:14233:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - index) * BytesPerWord), valueOop);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:14236:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - index) * BytesPerWord), valueOop);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:14313:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        if ((byteAt((localFP + FoxFrameFlags) + 2)) != 0) {
                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:14315:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                context = longAt(localFP + FoxThisContext);
                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:14371:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        valuePointer = longAt(localFP + FoxReceiver);
                                                              ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:14421:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if ((byteAt((localFP + FoxFrameFlags) + 2)) != 0) {
                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:14423:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        context = longAt(localFP + FoxThisContext);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13569:3: warning: unused label 'directedSuperclassSend' [-Wunused-label]
                directedSuperclassSend:
                ^~~~~~~~~~~~~~~~~~~~~~~
NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFBitBltLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFFormLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFEdgeDataTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFFillDataTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFWrongState is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadSpanBufferFrom: (GEFClassMismatch is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferIsInteger is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferIsPointers is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferBadMagic is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferWrongSize is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferStartWrong is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveAddActiveEdgeEntry (GEFEdgeDataTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveAddActiveEdgeEntry (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveAddActiveEdgeEntry (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveChangedActiveEdgeEntry (GEFEdgeDataTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveCopyBuffer (GEFClassMismatch is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveCopyBuffer (GEFSizeMismatch is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveDisplaySpanBuffer (GEFBitBltLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveGetFailureReason (GEFEngineIsInteger is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveGetFailureReason (GEFEngineIsWords is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveGetFailureReason (GEFEngineTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveInitializeProcessing (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFFillDataTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveNextFillEntry (GEFFormLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveNextFillEntry (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveNextFillEntry (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveNextGlobalEdgeEntry (GEFWrongEdge is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalEdge (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalEdge (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalEdge (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalFill (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveSetColorTransform (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFAlreadyFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFEngineIsInteger is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFEngineIsWords is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFEngineTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom:requiredState: (GEFWrongState is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom:requiredState:or: (GEFWrongState is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezier (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezier (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezier (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBitmapFill (GEFBadPoint is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBitmapFill (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBitmapFill (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFEntityCheckFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddGradientFill (GEFBadPoint is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddGradientFill (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddGradientFill (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFBadPoint is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFBadPoint is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFBadPoint is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFEntityLoadFailed is Undeclared)
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15321:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerResult << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15353:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15354:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15388:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15417:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15418:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15466:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        result = allInstancesOf(longAt(GIV(stackPointer)));
                                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15471:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                result = allInstancesOf(longAt(GIV(stackPointer)));
                                                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15478:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15507:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15523:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15543:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15544:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15567:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15568:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15593:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                        ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15597:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15605:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        ec = becomewithtwoWaycopyHash(longAt(GIV(stackPointer) + (2 * BytesPerWord)), longAt(GIV(stackPointer) + (1 * BytesPerWord)), 0, copyHashFlag);
                                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15605:91: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        ec = becomewithtwoWaycopyHash(longAt(GIV(stackPointer) + (2 * BytesPerWord)), longAt(GIV(stackPointer) + (1 * BytesPerWord)), 0, copyHashFlag);
                                                                                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15627:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15628:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15648:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        characterCode = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15661:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), characterObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15676:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15679:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), floatObjectOf(((double) ((rcvr >> 3)) )));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15707:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15708:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15835:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15865:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15866:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15867:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        value = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16026:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16077:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                cursorObj = longAt(GIV(stackPointer));
                                       ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16081:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                cursorObj = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16082:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                maskObj = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16305:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16377:48: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        hashOrError = (((hash = (long32At((longAt(GIV(stackPointer))) + 4)) & (identityHashHalfWordMask()))) != 0
                                                      ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16379:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : (objCouldBeClassObj(longAt(GIV(stackPointer)))
                                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16380:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                ? (((err = enterIntoClassTable(longAt(GIV(stackPointer))))) != 0
                                                                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16382:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                : (long32At((longAt(GIV(stackPointer))) + 4)) & (identityHashHalfWordMask()))
                                                                        ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16386:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)hashOrError << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16422:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop1 = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16484:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop2 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16548:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16565:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArg = positive64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16566:48: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerRcvr = positive64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16573:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16606:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop1 = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16668:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop2 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16732:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16749:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArg = positive64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16750:48: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerRcvr = positive64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16757:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16775:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArgument = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16783:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16821:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), shifted);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16843:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16858:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16896:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16924:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArgument = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16925:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16932:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17061:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop1);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17079:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArg = positive64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17080:48: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerRcvr = positive64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17087:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17115:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), ((GIV(totalFreeOldSpace) << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17122:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(nilObj)) {
                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17138:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17143:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17147:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17162:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerVal1 << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17232:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17244:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop1 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17285:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        instance = longAt(GIV(stackPointer));
                              ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17303:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17340:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                s = longAt(GIV(stackPointer));
                               ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17408:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), s);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17453:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        runInNOut = (longAt(GIV(stackPointer) + (0 * BytesPerWord))) == GIV(trueObj);
                            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17536:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17565:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17603:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17606:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17606:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17610:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), closureMethod);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17616:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17619:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17628:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), object1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17632:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + ClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17687:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17725:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17728:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17728:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17732:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), closureMethod);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17738:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17741:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17750:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), object1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17754:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + ClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17809:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argumentArray = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17831:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17864:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17869:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((argumentArray + BaseHeaderSize) + (((sqInt)((usqInt)((index - 1)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17879:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17882:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17882:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17886:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), closureMethod);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17892:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17895:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17904:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), object1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17908:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp7 = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + ClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17953:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17977:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18011:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg1 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18012:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg2 = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18025:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(trueObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18091:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(falseObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18098:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(falseObj));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18104:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(trueObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18142:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                order = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18150:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        string1 = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18153:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        string2 = longAt(GIV(stackPointer) + ((GIV(argumentCount) - 1) * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18200:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)result << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18220:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        fillValue = positive64BitValueOf(longAt(GIV(stackPointer)));
                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18221:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18311:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (((onOffBar = longAt(GIV(stackPointer) + (1 * BytesPerWord)))) == GIV(trueObj)) {
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18326:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (((bufferSize = longAt(GIV(stackPointer)))) == GIV(nilObj)) {
                                      ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18341:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), (((usqInt)numSamples << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18372:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18373:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18471:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (((((longAt(GIV(stackPointer)))) & 7) == 1)) {
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18472:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                crashInThisThread = ((longAt(GIV(stackPointer))) >> 3);
                                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18476:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18480:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18516:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18546:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        quotient = doPrimitiveDivby(longAt(GIV(stackPointer) + (1 * BytesPerWord)), longAt(GIV(stackPointer)));
                                           ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18546:89: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        quotient = doPrimitiveDivby(longAt(GIV(stackPointer) + (1 * BytesPerWord)), longAt(GIV(stackPointer)));
                                                                                               ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18551:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)quotient << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18576:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18592:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer1 = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18613:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)(integerReceiver / integerArgument) << 3) | 1));
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18651:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18652:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18672:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18695:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18696:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18726:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18757:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                criticalSection = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18758:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                activeProc = longAt(GIV(stackPointer));
                                        ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18763:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                criticalSection = longAt(GIV(stackPointer));
                                             ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18790:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(falseObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18796:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(trueObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18801:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(falseObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18817:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArgument = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18818:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18821:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver == integerArgument
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18830:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (result
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18849:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18850:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18853:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr == integerArg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18874:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        criticalSection = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18915:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18937:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19021:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                rcvr = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19024:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19027:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19027:59: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                        ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19031:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19048:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19051:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19054:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp6 = GIV(stackPointer) - BytesPerWord), rcvr);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19058:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19070:65: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                shouldSkipStoreBytecode = reapAndResetErrorCodeToheader(GIV(framePointer), methodHeader);
                                                                                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1400:76: note: passing argument to parameter 'theFP' here
static sqInt NoDbgRegParms NeverInline reapAndResetErrorCodeToheader(sqInt theFP, sqInt methodHeader);
                                                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19126:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), mourner);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19154:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19155:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19234:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr + arg));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19258:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19259:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19287:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), result);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19311:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopToStore = longAt(GIV(stackPointer));
                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19318:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19319:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19344:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), oopToStore);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19355:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), oopToStore);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19389:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19390:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19477:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr / arg));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19506:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19507:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19587:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (aBool
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19618:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19619:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19699:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (aBool
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19730:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19731:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19811:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (aBool
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19842:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19843:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19923:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (aBool
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19954:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19955:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20035:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (aBool
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20065:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20066:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20145:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr * arg));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20174:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20175:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20255:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (!aBool
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20285:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20286:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20365:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr - arg));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20571:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                        ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20575:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                        ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20587:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        vScale = floatValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20588:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        hScale = floatValueOf(longAt(GIV(stackPointer) + (2 * BytesPerWord)));
                                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20589:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20694:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20726:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20751:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20754:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20754:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20758:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), closureMethod);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20764:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20767:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20776:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp7 = GIV(stackPointer) - BytesPerWord), object1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20780:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + FullClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20792:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20842:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20867:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20870:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20870:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20874:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), closureMethod);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20880:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20883:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20892:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp7 = GIV(stackPointer) - BytesPerWord), object1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20896:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + FullClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20908:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20958:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argumentArray = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20980:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21002:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21007:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((argumentArray + BaseHeaderSize) + (((sqInt)((usqInt)((index - 1)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21015:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21018:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21018:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21022:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), closureMethod);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21028:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21031:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21040:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp7 = GIV(stackPointer) - BytesPerWord), object1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21044:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp8 = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + FullClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21056:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21093:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21116:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), s);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21143:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        key = cStringOrNullFor(longAt(GIV(stackPointer)));
                                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21166:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21180:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21184:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (trueOrFalse
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21223:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), stringOop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21241:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21383:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), labelOop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21456:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21469:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArgument = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21470:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21473:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver >= integerArgument
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21497:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21498:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21501:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr >= integerArg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21516:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArgument = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21517:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21520:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver > integerArgument
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21544:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21545:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21548:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr > integerArg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21563:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        ammount = longAt(GIV(stackPointer));
                             ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21576:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)segSize << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21594:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        value = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21619:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)((value * HashMultiplyConstant) & 0xFFFFFFF) << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21637:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
         && ((longAt(GIV(stackPointer))) == GIV(trueObj));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21643:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21667:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21684:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        otherObject = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21685:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        thisObject = longAt(GIV(stackPointer));
                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21696:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (thisObject == otherObject
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21713:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        thisReceiver = longAt(GIV(stackPointer));
                                  ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21739:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21763:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21800:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                s = longAt(GIV(stackPointer));
                               ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21831:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), s);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21852:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21875:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), ((value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21889:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21961:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index1 = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21962:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr1 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21991:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp4 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22007:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp5 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22021:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp7 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22037:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp6 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22058:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), longAt((rcvr1 + BaseHeaderSize) + (((sqInt)((usqInt)(index1) << (shiftForWord()))))));
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22069:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp3 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), longAt((rcvr1 + BaseHeaderSize) + (((sqInt)((usqInt)((index1 + numFixed)) << (shiftForWord()))))));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22107:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueOop = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22108:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22109:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22154:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22172:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22187:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22205:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp3 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22241:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                longAtput((sp4 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22267:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp5 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22304:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22320:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22398:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                top1 = longAt(GIV(stackPointer));
                                  ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22405:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22409:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22412:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(messageSelector));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22415:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), runArgs);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22418:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), runReceiver);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22474:3: warning: expression result unused [-Wunused-value]
                !GIV(primFailCode);
                ^    ~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22488:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22491:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22494:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp21 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22494:59: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp21 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22498:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp31 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22515:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22518:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22521:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22525:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp7 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22537:64: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        shouldSkipStoreBytecode = reapAndResetErrorCodeToheader(GIV(framePointer), methodHeader1);
                                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1400:76: note: passing argument to parameter 'theFP' here
static sqInt NoDbgRegParms NeverInline reapAndResetErrorCodeToheader(sqInt theFP, sqInt methodHeader);
                                                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22562:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (VMBIGENDIAN
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22580:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        obj = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22589:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (trueOrFalse
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22615:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22628:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArgument = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22629:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22632:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver <= integerArgument
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22656:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22657:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22660:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr <= integerArg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22675:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArgument = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22676:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22679:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver < integerArgument
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22703:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22704:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22707:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr < integerArg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22739:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22766:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22779:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), nameOop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22808:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22835:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22848:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), nameOop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22883:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        outPointerArray = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22886:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        segmentWordArray = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22900:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), result);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22927:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22944:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22962:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23005:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23006:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23057:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), pt);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23070:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23099:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23114:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)MillisecondClockMask << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23126:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        mod = doPrimitiveModby(longAt(GIV(stackPointer) + (1 * BytesPerWord)), longAt(GIV(stackPointer)));
                                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23126:84: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        mod = doPrimitiveModby(longAt(GIV(stackPointer) + (1 * BytesPerWord)), longAt(GIV(stackPointer)));
                                                                                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23131:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)mod << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23162:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23163:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23188:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23206:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23222:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer1 = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23255:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerResult << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23278:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23279:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23300:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23316:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        obj = instantiateClassisPinned(longAt(GIV(stackPointer)), 0);
                                                  ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23319:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                reasonCode = (isFixedSizePointerFormat(instSpecOfClass(longAt(GIV(stackPointer))))
                                                                                  ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23326:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), obj);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23356:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        header = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23357:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        bytecodeCount = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23365:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        class = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23475:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), theMethod);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23488:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        obj = instantiateClassisPinned(longAt(GIV(stackPointer)), 1);
                                                  ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23491:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                reasonCode = (isFixedSizePointerFormat(instSpecOfClass(longAt(GIV(stackPointer))))
                                                                                  ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23498:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), obj);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23525:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop1 = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23593:57: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        obj = instantiateClassindexableSizeisPinned(longAt(GIV(stackPointer) + (1 * BytesPerWord)), size, 0);
                                                           ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23596:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                classFormat = ((longAt(((longAt(GIV(stackPointer) + (1 * BytesPerWord))) + BaseHeaderSize) + (((sqInt)((usqInt)(InstanceSpecificationIndex) << (shiftForWord())))))) >> 3);
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23609:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), obj);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23633:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23694:57: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        obj = instantiateClassindexableSizeisPinned(longAt(GIV(stackPointer) + (1 * BytesPerWord)), size, 1);
                                                           ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23697:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                classFormat = ((longAt(((longAt(GIV(stackPointer) + (1 * BytesPerWord))) + BaseHeaderSize) + (((sqInt)((usqInt)(InstanceSpecificationIndex) << (shiftForWord())))))) >> 3);
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23710:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), obj);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23733:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        object = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23816:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), subsequentObject);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23839:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        instance = accessibleObjectAfter(longAt(GIV(stackPointer)));
                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23842:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)0 << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23848:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), instance);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23863:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArgument = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23864:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23867:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver != integerArgument
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23876:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (result
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23895:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23896:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23899:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr != integerArg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23921:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        otherObject = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23922:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        thisObject = longAt(GIV(stackPointer));
                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23951:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (thisObject != otherObject
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23970:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23990:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        thisReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23998:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), longAt((thisReceiver + BaseHeaderSize) + (((sqInt)((usqInt)((index - 1)) << (shiftForWord()))))));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24015:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        newValue = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24016:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24025:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        thisReceiver = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24060:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), newValue);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24117:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (!(((longAt(GIV(stackPointer))) == GIV(trueObj))
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24118:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 || ((longAt(GIV(stackPointer))) == GIV(falseObj)))) {
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24123:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        goal = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24124:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        stack = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24125:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        followWeak = (longAt(GIV(stackPointer))) == GIV(trueObj);
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24367:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        path = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24369:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), path);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24422:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24423:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        lookupClass = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24455:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        selector = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24456:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argumentArray = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24479:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24482:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24486:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((argumentArray + BaseHeaderSize) + (((sqInt)((usqInt)((index - 1)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24523:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                top = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24538:62: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((GIV(stackPointer) + offset) + delta, longAt(GIV(stackPointer) + offset));
                                                                       ~~~~^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24538:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((GIV(stackPointer) + offset) + delta, longAt(GIV(stackPointer) + offset));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24585:3: warning: expression result unused [-Wunused-value]
                !GIV(primFailCode);
                ^    ~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24599:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr1 = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24602:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24605:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp21 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24605:59: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp21 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24609:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24626:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24629:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24632:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), rcvr1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24636:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp7 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24648:64: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        shouldSkipStoreBytecode = reapAndResetErrorCodeToheader(GIV(framePointer), methodHeader1);
                                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1400:76: note: passing argument to parameter 'theFP' here
static sqInt NoDbgRegParms NeverInline reapAndResetErrorCodeToheader(sqInt theFP, sqInt methodHeader);
                                                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24707:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        actualReceiver = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24708:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        selector = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24709:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argumentArray = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24732:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24735:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), actualReceiver);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24739:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((argumentArray + BaseHeaderSize) + (((sqInt)((usqInt)((index - 1)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24766:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                top = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24779:62: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((GIV(stackPointer) + offset) + delta, longAt(GIV(stackPointer) + offset));
                                                                       ~~~~^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24779:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((GIV(stackPointer) + offset) + delta, longAt(GIV(stackPointer) + offset));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24826:3: warning: expression result unused [-Wunused-value]
                !GIV(primFailCode);
                ^    ~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24840:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24843:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24846:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp21 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24846:59: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp21 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24850:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24867:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24870:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24873:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24877:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp7 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24889:64: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        shouldSkipStoreBytecode = reapAndResetErrorCodeToheader(GIV(framePointer), methodHeader1);
                                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1400:76: note: passing argument to parameter 'theFP' here
static sqInt NoDbgRegParms NeverInline reapAndResetErrorCodeToheader(sqInt theFP, sqInt methodHeader);
                                                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24922:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(profileMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24947:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(profileProcess));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24968:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        sema = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25011:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25043:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? ((longAt(GIV(stackPointer))) >> 3)
                               ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25063:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25079:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer1 = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25115:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerResult << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25146:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25147:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25165:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25182:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25227:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25228:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25245:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25267:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        proc = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25299:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)depth << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25328:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25400:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25420:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25444:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                        ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25448:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                        ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25461:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25477:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer1 = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25493:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer2 = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25513:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((5 - 1) * BytesPerWord)), (okay
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25530:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25560:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25574:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                        ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25584:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25595:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (wasImmutable
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25614:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25650:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        stringOop = longAt(GIV(stackPointer));
                               ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25716:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                hasHash = (((longAt(GIV(stackPointer))) & (tagMask())) == 0)
                                        ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25717:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 && ((long32At((longAt(GIV(stackPointer))) + 4)) & (identityHashHalfWordMask()));
                                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25719:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (hasHash
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25727:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25731:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25752:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + ((GIV(argumentCount) - 1) * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25768:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25805:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)oldHash << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25823:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        labelOop = longAt(GIV(stackPointer));
                              ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25885:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25901:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer1 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25939:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25945:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25961:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25981:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        value = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25982:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25992:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26020:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26042:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26058:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer1 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26074:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer2 = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26090:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer3 = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26121:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        synchronousSignal(longAt(GIV(stackPointer)));
                                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26136:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        bytes = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26171:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26194:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26253:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)(totalLength - fixedFields) << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26265:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        byteSize = ((longAt(GIV(stackPointer))) & (tagMask())
                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26267:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : bytesInObject(longAt(GIV(stackPointer))));
                                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26270:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26304:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (!(((((longAt(GIV(stackPointer)))) & 7) == 1))) {
                                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26310:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                nElements = ((longAt(GIV(stackPointer))) >> 3);
                                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26311:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                classFormat = ((longAt(((longAt(GIV(stackPointer) + (1 * BytesPerWord))) + BaseHeaderSize) + (((sqInt)((usqInt)(InstanceSpecificationIndex) << (shiftForWord())))))) >> 3);
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26360:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26365:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        classFormat1 = ((longAt(((longAt(GIV(stackPointer) + (0 * BytesPerWord))) + BaseHeaderSize) + (((sqInt)((usqInt)(InstanceSpecificationIndex) << (shiftForWord())))))) >> 3);
                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26385:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), ((byteSize << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26409:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26424:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26464:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr + arg));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26481:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26520:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26535:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26581:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr / arg));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26606:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26621:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26661:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (rcvr == arg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26679:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        aValue = floatObjectOf(exp(smallFloatValueOf(longAt(GIV(stackPointer)))));
                                                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26695:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
((((usqInt)(longAt(GIV(stackPointer))))) <= 15
                       ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26697:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : ((exp = ((usqInt) (((usqInt)(longAt(GIV(stackPointer)))))) >> (((numTagBits()) + (smallFloatMantissaBits())) + 1)),
                                                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26716:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26756:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26771:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26811:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (rcvr >= arg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26838:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26853:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26893:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (rcvr > arg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26920:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26935:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26975:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (rcvr <= arg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27002:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27017:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27057:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (rcvr < arg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27079:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27118:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27133:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27173:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr * arg));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27198:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27213:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27253:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (!(rcvr == arg)
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27272:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27303:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27350:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27365:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27405:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr - arg));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27423:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27433:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27455:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), result);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27471:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27527:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        class = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27537:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), instance);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27556:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27570:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(specialObjectsOop));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27586:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27641:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        outPointerArray = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27642:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        segmentWordArray = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27645:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arrayOfRoots = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27661:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                outPointerArray = longAt(GIV(stackPointer));
                                             ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27662:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                segmentWordArray = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27663:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                arrayOfRoots = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27702:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27703:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27837:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27868:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27869:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27870:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        value = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28037:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28077:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        array = longAt(GIV(stackPointer) + (4 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28078:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        start = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28079:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        stop = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28080:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        repl = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28081:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        replStart = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                           ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28146:12: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                arrayFmt = arrayFmt;
                ~~~~~~~~ ^ ~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28193:11: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                replFmt = replFmt;
                ~~~~~~~ ^ ~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28347:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerResult << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28379:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28380:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28414:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28441:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        process = longAt(GIV(stackPointer));
                             ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28444:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28605:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), myList);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28635:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                criticalSection = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28636:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                activeProc = longAt(GIV(stackPointer));
                                        ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28641:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                criticalSection = longAt(GIV(stackPointer));
                                             ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28668:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(falseObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28674:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(trueObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28679:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28697:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28717:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (okay
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28737:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28753:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28756:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(result));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28772:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28826:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        moduleName = longAt(GIV(stackPointer));
                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28985:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:29010:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                resultArray = longAt(GIV(stackPointer));
                                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:29045:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), resultArray);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:29072:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                resultArray = longAt(GIV(stackPointer));
                                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:29106:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), resultArray);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:29127:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), s);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:29156:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (running
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:29167:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        sampleBuffer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:29177:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)numSamples << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:29193:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        sema = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:34403:15: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        treeNode = treeNode;
                                        ~~~~~~~~ ^ ~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:39513:13: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                        treeNode = treeNode;
                        ~~~~~~~~ ^ ~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:41327:5: warning: expression result unused [-Wunused-value]
                                -classIndex2;
                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:41392:26: warning: expression result unused [-Wunused-value]
                8 /* allocationUnit */ / BytesPerOop;
                ~                      ^ ~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:42696:13: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long') from 'void *' [-Wint-conversion]
        allocation = calloc(sizeof(void *), unscannedEphemeronsQueueInitialSize);
                   ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:42909:7: warning: incompatible integer to pointer conversion passing 'usqInt' (aka 'unsigned long') to parameter of type 'void *' [-Wint-conversion]
        free((GIV(unscannedEphemerons).start));
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/malloc/_malloc.h:42:18: note: passing argument to parameter here
void     free(void *);
                    ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:46819:25: warning: incompatible integer to pointer conversion passing 'usqInt' (aka 'unsigned long') to parameter of type 'void *' [-Wint-conversion]
                reallocated = realloc((GIV(unscannedEphemerons).start), desiredSize);
                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/malloc/_malloc.h:43:21: note: passing argument to parameter '__ptr' here
void    *realloc(void *__ptr, size_t __size) __result_use_check __alloc_size(2);
                       ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:46819:15: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long') from 'void *' [-Wint-conversion]
                reallocated = realloc((GIV(unscannedEphemerons).start), desiredSize);
                            ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:47256:41: warning: expression result unused [-Wunused-value]
                asserta((checkInterpreterIntegrity()) == 0);
                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqAssert.h:30:25: note: expanded from macro 'asserta'
# define asserta(expr) (expr)
                        ^~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:47277:41: warning: expression result unused [-Wunused-value]
                asserta((checkInterpreterIntegrity()) == 0);
                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqAssert.h:30:25: note: expanded from macro 'asserta'
# define asserta(expr) (expr)
                        ^~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:48309:14: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                        treeNode1 = treeNode1;
                        ~~~~~~~~~ ^ ~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:50761:108: warning: passing 'usqInt *' (aka 'unsigned long *') to parameter of type 'sqInt *' (aka 'long *') converts between pointers to integer types with different sign [-Wpointer-sign]
        segAddress = sqAllocateMemorySegmentOfSizeAboveAllocatedSizeInto(ammount, firstGapOfSizeAtLeast(ammount), (&allocatedSize));
                                                                                                                  ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:60:98: note: passing argument to parameter 'asp' here
extern void *sqAllocateMemorySegmentOfSizeAboveAllocatedSizeInto(sqInt sz, void *minAddr, sqInt *asp);
                                                                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:51222:13: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                        treeNode = treeNode;
                        ~~~~~~~~ ^ ~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52458:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 && ((((((sqInt)(pointerForOop(longAt(maybeFP + FoxSavedFP))))) & (tagMask())) == 0)
                                                      ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52460:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                (oopForPointer(pointerForOop(longAt(maybeFP + FoxSavedFP)))) + (smallIntegerTag()))) == (longAt((aContext + BaseHeaderSize) + (((sqInt)((usqInt)(InstructionPointerIndex) << (shiftForWord())))))))
                                                    ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52461:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 && ((byteAt((maybeFP + FoxFrameFlags) + 2)) != 0))))) {
                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52468:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        maybeFrameCtxt = longAt(maybeFP + FoxThisContext);
                                ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52630:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        oop = longAt(theSP);
                                     ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52636:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((byteAt((theFP + FoxFrameFlags) + 2)) != 0) {
                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52638:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ok = ok && (checkOkayFields(longAt(theFP + FoxThisContext)));
                                                           ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52640:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ok = ok && (checkOkayFields(longAt(theFP + FoxMethod)));
                                                   ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52641:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                                        ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52649:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                oop = longAt(theSP);
                             ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52761:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        oop = longAt(theSP);
                                                     ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52769:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if ((byteAt((theFP + FoxFrameFlags) + 2)) != 0) {
                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52770:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        oop = longAt(theFP + FoxThisContext);
                                                     ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52795:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                oop = longAt(theFP + FoxMethod);
                                             ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52801:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                                                        ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52807:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                oop = longAt(theSP);
                                             ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52880:97: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                return (((usqInt) ((theFP + FoxReceiver) - GIV(stackPointer))) >> (shiftForWord())) + (byteAt((theFP + FoxFrameFlags) + 1));
                                                                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52904:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                aFrame = pointerForOop(longAt(aFrame + FoxSavedFP));
                                              ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52917:84: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return (((usqInt) ((theFP + FoxReceiver) - theSP)) >> (shiftForWord())) + (byteAt((theFP + FoxFrameFlags) + 1));
                                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52980:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        encodedip = (((usqInt)(((theIP - (longAt(theFP + FoxMethod))) - BaseHeaderSize) + 2) << 3) | 1);
                                                 ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53174:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), message);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53230:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53262:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((byteAt((GIV(framePointer) + FoxFrameFlags) + 2)) != 0) {
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53264:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                activeContext = longAt(GIV(framePointer) + FoxThisContext);
                                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53299:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        theIP = longAt(theSP);
                       ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53306:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((byteAt((theFP + FoxFrameFlags) + 2)) != 0) {
                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53308:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        theContext = longAt(theFP + FoxThisContext);
                                            ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53316:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                valuePointer = (((usqInt)(((theIP - (longAt(theFP + FoxMethod))) - BaseHeaderSize) + 2) << 3) | 1);
                                                            ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53339:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                theIP = ((sqInt)(pointerForOop(longAt(theFP + FoxCallerSavedIP))));
                                                      ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53340:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                theFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                             ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53353:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((((longAt(calleeFP + FoxCallerContext)) & (tagMask())) == 0)
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53354:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 && (oopisLessThan(longAt(calleeFP + FoxCallerContext), GIV(newSpaceLimit)))) {
                     ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2673:49: note: expanded from macro 'oopisLessThan'
#define oopisLessThan(anOop,otherOop) ((usqInt)(anOop) < (usqInt)(otherOop))
                                                ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53361:107: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((theContext + BaseHeaderSize) + (((sqInt)((usqInt)(SenderIndex) << (shiftForWord())))), longAt(calleeFP + FoxCallerContext));
                                                                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53524:19: warning: explicitly assigning value of variable of type 'struct VirtualMachine *' to itself [-Wself-assign]
        interpreterProxy = interpreterProxy;
        ~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53547:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                        ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53551:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                return longAt(theFP + FoxCallerContext);
                              ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53554:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((byteAt((callerFP + FoxFrameFlags) + 2)) != 0) {
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53556:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                return longAt(callerFP + FoxThisContext);
                              ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53917:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        GIV(method) = longAt(GIV(framePointer) + FoxMethod);
                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53965:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        callerFP1 = pointerForOop(longAt(theFP + FoxSavedFP));
                                         ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53969:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                callerCtx = longAt(theFP + FoxCallerContext);
                                   ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53973:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((byteAt((callerFP1 + FoxFrameFlags) + 2)) != 0) {
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53975:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                callerCtx = longAt(callerFP1 + FoxThisContext);
                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53984:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                theIP = longAt((thePage->headSP));
                               ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53998:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                theIP = oopForPointer(pointerForOop(longAt(frameAbove + FoxCallerSavedIP)));
                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54019:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valuePointer = (((usqInt)(((theIP - (longAt(theFP + FoxMethod))) - BaseHeaderSize) + 2) << 3) | 1);
                                                    ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54037:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                        ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54042:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                callerIP = oopForPointer(pointerForOop(longAt(theFP + FoxCallerSavedIP)));
                                                              ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54045:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(callerSP, callerIP);
                          ^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54070:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((longAt(aFramePtr + FoxSavedFP)) == 0) {
                    ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54244:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                oop = longAt(((longAt(GIV(stackPointer))) + BaseHeaderSize) + (((sqInt)((usqInt)((localPrimIndex - 264)) << (shiftForWord())))));
                                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54245:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54254:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(trueObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54260:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp2 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(falseObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54266:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp3 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54271:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)(localPrimIndex - 261) << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54385:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        callerFP = pointerForOop(longAt(spouseFP + FoxSavedFP));
                                                        ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54389:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                return longAt(spouseFP + FoxCallerContext);
                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54392:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if ((byteAt((callerFP + FoxFrameFlags) + 2)) != 0) {
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54394:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                return longAt(callerFP + FoxThisContext);
                                              ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54411:63: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? ((offset - (ReceiverIndex + 1)) < ((frameNumArgs = byteAt((spouseFP + FoxFrameFlags) + 1)))
                                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54412:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs - (offset - (ReceiverIndex + 1))) * BytesPerWord))
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54413:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                : longAt(((spouseFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - (offset - (ReceiverIndex + 1))) * BytesPerWord)))
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54588:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) {
                                                 ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54678:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (((byteAt((theFP + FoxFrameFlags) + 2)) != 0)
                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54679:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 && (homeContext == (longAt(theFP + FoxThisContext)))) {
                                            ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54683:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                         || ((byteAt((theFP + FoxFrameFlags) + 3)) != 0))) {
                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54684:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        theMethod1 = longAt(theFP + FoxMethod);
                                            ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54694:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if ((byteAt((theFP + FoxFrameFlags) + 2)) != 0) {
                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54696:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        return longAt(theFP + FoxThisContext);
                                                      ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54702:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                theFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                             ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54704:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        senderContext1 = longAt(theFPAbove + FoxCallerContext);
                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54857:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                aFrame = pointerForOop(longAt(aFrame + FoxSavedFP));
                                              ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54937:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                oop = longAt(ptr);
                             ^~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54940:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput(ptr, followForwarded(oop));
                                  ^~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54943:144: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        for (ptr = ((theFP + FoxCallerSavedIP) + BytesPerWord), toDoLimit2 = (theFP + ((FoxCallerSavedIP + BytesPerWord) + (((sqInt)((usqInt)((byteAt((theFP + FoxFrameFlags) + 1))) << (shiftForWord())))))); ptr <= toDoLimit2; ptr += BytesPerWord) {
                                                                                                                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54944:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                oop = longAt(ptr);
                             ^~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54957:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput(ptr, oop);
                                  ^~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54960:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((byteAt((theFP + FoxFrameFlags) + 3)) != 0) {
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54965:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((byteAt((theFP + FoxFrameFlags) + 2)) != 0) {
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55071:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                oop = longAt(theFP + FoxReceiver);
                                             ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55074:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(theFP + FoxReceiver, followForwarded(oop));
                                                  ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55076:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (((byteAt((theFP + FoxFrameFlags) + 2)) != 0)
                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55077:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                 && (((longAt(longAt(theFP + FoxThisContext))) & ((classIndexMask()) - (isForwardedObjectClassIndexPun()))) == 0)) {
                                                     ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55078:63: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(theFP + FoxThisContext, followForwarded(longAt(theFP + FoxThisContext)));
                                                                                                 ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55078:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(theFP + FoxThisContext, followForwarded(longAt(theFP + FoxThisContext)));
                                                  ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55080:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                oop = longAt(theFP + FoxMethod);
                                             ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55097:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(theFP + FoxMethod, (oop = newOop));
                                                  ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55100:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                numArgs = byteAt((theFP + FoxFrameFlags) + 1);
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55102:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                oop = longAt(theFP + offset);
                                             ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55105:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(theFP + offset, followForwarded(oop));
                                                  ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55107:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                                                        ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55112:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        oop = longAt(theFP + FoxCallerContext);
                                     ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55126:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                longAtput(theFP + FoxCallerContext, aValue);
                                          ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55198:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return longAt(theFP + FoxCallerContext);
                      ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55205:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return longAt(theFP + FoxThisContext);
                      ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55215:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return (byteAt((theFP + FoxFrameFlags) + 2)) != 0;
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55225:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return (byteAt((theFP + FoxFrameFlags) + 3)) != 0;
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55235:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return longAt(theFP + FoxMethod);
                      ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55242:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return longAt(theFP + FoxMethod);
                      ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55252:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return byteAt((theFP + FoxFrameFlags) + 1);
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55271:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return longAt(theFP + FoxReceiver);
                      ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55288:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        numArgs = byteAt((theFP + FoxFrameFlags) + 1);
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55551:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55563:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord), rcvr);
                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55565:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((((longAt(GIV(framePointer) + FoxReceiver)) & (tagMask())) == 0)
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55566:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
         && (((((usqInt) (longAt(longAt(GIV(framePointer) + FoxReceiver)))) >> (formatShift())) & (formatMask())) <= 5 /* lastPointerFormat */)) {
                                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55567:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                followForwardedObjectFieldstoDepth(longAt(GIV(framePointer) + FoxReceiver), 0);
                                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55589:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(theFP + FoxReceiver);
                      ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55636:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 && ((((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) < overflowLimitAddress)
                                                        ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55637:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 && (!((longAt(callerFP + FoxSavedFP)) == 0)))) {
                               ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55646:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        callerFP1 = pointerForOop(longAt(theFP + FoxSavedFP));
                                         ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55650:10: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAt(theFP + FoxCallerContext);
                       ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55654:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((byteAt((callerFP1 + FoxFrameFlags) + 2)) != 0) {
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55656:10: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAt(callerFP1 + FoxThisContext);
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55809:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return longAt(theFP + FoxMethod);
                      ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55882:25: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'void *' [-Wint-conversion]
                theIP = oopForPointer(instrPtr);
                                      ^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:153:43: note: passing argument to parameter 'ptr' here
  static inline sqInt oopForPointer(void *ptr)                  { return (sqInt)ptr; }
                                          ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55894:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) {
                                                         ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55905:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ? longAt((thePage->headSP))
                                 ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55906:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : oopForPointer(pointerForOop(longAt(theFPAbove + FoxCallerSavedIP))));
                                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55909:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                (((usqInt)(((theIP - (longAt(spouseFP + FoxMethod))) - BaseHeaderSize) + 2) << 3) | 1));
                                             ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55953:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return (longAt(theFP + FoxSavedFP)) == 0;
                       ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55993:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                theFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                             ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:56181:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (((pointerForOop(longAt(maybeFrame + FoxSavedFP))) == shouldBeFrameCallerField)
                                           ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:56182:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 && ((byteAt((maybeFrame + FoxFrameFlags) + 2)) != 0)) {
                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:56184:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        maybeFrameCtxt = longAt(maybeFrame + FoxThisContext);
                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:56198:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                longAtput(maybeFrame + FoxThisContext, maybeFrameCtxt);
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:56260:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (((pointerForOop(longAt(theFrame + FoxSavedFP))) == shouldBeFrameCallerField)
                                           ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:56261:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 && ((byteAt((theFrame + FoxFrameFlags) + 2)) != 0)) {
                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:56264:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if ((longAt(theFrame + FoxThisContext)) == aOnceMarriedContext) {
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57310:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(pointer, maybeClosure);
                          ^~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57325:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(pointer, rcvr);
                          ^~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57328:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((pointer -= BytesPerWord), longAt((aContext + BaseHeaderSize) + (((sqInt)((usqInt)((ReceiverIndex + i)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57334:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((pointer -= BytesPerWord), followObjFieldofObject(SenderIndex, aContext));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57335:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((pointer -= BytesPerWord), 0);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57338:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((pointer -= BytesPerWord), theMethod);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57339:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((pointer -= BytesPerWord), (VMBIGENDIAN
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57348:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((pointer -= BytesPerWord), aContext);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57349:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((pointer -= BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57356:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((pointer -= BytesPerWord), longAt((aContext + BaseHeaderSize) + (((sqInt)((usqInt)((ReceiverIndex + i)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57361:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((pointer -= BytesPerWord), theIP);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57598:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        oop = longAt(theSP);
                                                     ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57601:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(theSP, remapObj(oop));
                                                          ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57605:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if ((byteAt((theFP + FoxFrameFlags) + 2)) != 0) {
                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57606:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        if (shouldRemapObj(longAt(theFP + FoxThisContext))) {
                                                                  ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57607:57: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(theFP + FoxThisContext, remapObj(longAt(theFP + FoxThisContext)));
                                                                                                  ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57607:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(theFP + FoxThisContext, remapObj(longAt(theFP + FoxThisContext)));
                                                          ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57614:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (shouldRemapObj(longAt(theFP + FoxMethod))) {
                                                          ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57617:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                theIP = (longAt(theIPPtr)) - (longAt(theFP + FoxMethod));
                                                                ^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57617:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                theIP = (longAt(theIPPtr)) - (longAt(theFP + FoxMethod));
                                                                                     ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57619:51: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(theFP + FoxMethod, remapObj(longAt(theFP + FoxMethod)));
                                                                                     ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57619:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(theFP + FoxMethod, remapObj(longAt(theFP + FoxMethod)));
                                                  ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57621:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(theIPPtr, theIP + (longAt(theFP + FoxMethod)));
                                                                                    ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57621:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(theIPPtr, theIP + (longAt(theFP + FoxMethod)));
                                                          ^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57624:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                                                        ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57632:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                oop = longAt(theSP);
                                             ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57635:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(theSP, remapObj(oop));
                                                  ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57693:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                context = longAt(theFP + FoxCallerContext);
                                 ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57739:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        oop = longAt(theSP);
                                     ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57752:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                longAtput(theSP, oop);
                                          ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57759:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((byteAt((theFP + FoxFrameFlags) + 2)) != 0) {
                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57761:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        markAndTrace(longAt(theFP + FoxThisContext));
                                            ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57763:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                markAndTrace(longAt(theFP + FoxMethod));
                                    ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57764:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                                        ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57772:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                oop = longAt(theSP);
                             ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57785:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput(theSP, oop);
                                  ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57851:104: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((anOop == ((((usqInt)((((usqInt) ((theFP + FoxReceiver) - theSP)) >> (shiftForWord())) + (byteAt((theFP + FoxFrameFlags) + 1))) << 3) | 1)))
                                                                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57859:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (anOop == (longAt(theFP + FoxMethod))) {
                                     ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57862:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(theFP + FoxSavedFP)) == 0) {
                            ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57863:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if (anOop == (longAt(theFP + FoxCallerContext))) {
                                             ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57868:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if (((byteAt(((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxFrameFlags) + 2)) != 0)
                                                            ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57868:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if (((byteAt(((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxFrameFlags) + 2)) != 0)
                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57869:48: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                         && (anOop == (longAt((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxThisContext)))) {
                                                                    ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57869:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                         && (anOop == (longAt((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxThisContext)))) {
                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57877:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (anOop == (longAt(theSP))) {
                                     ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57885:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (anOop == (longAt(theSP))) {
                                     ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57919:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        aMethodObj = longAt(((GIV(stackPage)->headFP)) + FoxMethod);
                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57930:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57963:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        methodObj = longAt(theFP + FoxMethod);
                           ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57968:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        numArgs = byteAt((theFP + FoxFrameFlags) + 1);
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57969:88: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        numStack = (((usqInt) ((theFP + FoxReceiver) - theSP)) >> (shiftForWord())) + (byteAt((theFP + FoxFrameFlags) + 1));
                                                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57970:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((byteAt((theFP + FoxFrameFlags) + 3)) != 0) {
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57971:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                closureOrNil = longAt(theFP + (frameStackedReceiverOffset(theFP)));
                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57988:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        value = pointerForOop(longAt(theFP + FoxSavedFP));
                                     ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57997:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valuePointer4 = longAt(theFP + FoxMethod);
                               ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58004:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valuePointer5 = longAt(theFP + FoxReceiver);
                               ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58010:116: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((theContext + BaseHeaderSize) + (((sqInt)((usqInt)((ReceiverIndex + i)) << (shiftForWord())))), longAt((theFP + FoxCallerSavedIP) + (((numArgs - i) + 1) * BytesPerWord)));
                                                                                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58019:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput(theFP + FoxThisContext, theContext);
                  ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58021:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        byteAtput((theFP + FoxFrameFlags) + 2, 1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:159:39: note: passing argument to parameter 'oop' here
  static inline sqInt byteAtput(sqInt oop, int val)             { return byteAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58209:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (boolean
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58228:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((nItems - 1) * BytesPerWord)), floatObjectOf(aFloat));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58244:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)integer << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58273:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58289:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58382:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        numArgs = byteAt((theFP + FoxFrameFlags) + 1);
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58386:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(newSP, longAt(source));
                                        ^~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58386:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(newSP, longAt(source));
                          ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58401:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                        ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58404:48: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        callerIP = oopForPointer(pointerForOop(longAt(theFP + FoxCallerSavedIP)));
                                                      ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58405:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput(theFP + stackedReceiverOffset, callerIP);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58410:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput(newFP + FoxCallerContext, longAt(callerFP + FoxThisContext));
                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58410:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput(newFP + FoxCallerContext, longAt(callerFP + FoxThisContext));
                  ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58411:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput(newFP + FoxSavedFP, 0);
                  ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58415:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                offsetCallerFP = pointerForOop(longAt(fpInNewPage + FoxSavedFP));
                                                      ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58419:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(fpInNewPage + FoxSavedFP, oopForPointer(offsetCallerFP));
                          ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58420:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((byteAt((fpInNewPage + FoxFrameFlags) + 2)) != 0) {
                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58422:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        theContext = longAt(fpInNewPage + FoxThisContext);
                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58481:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return (offset < ((frameNumArgs = byteAt((theFP + FoxFrameFlags) + 1)))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58482:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs - offset) * BytesPerWord))
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58483:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : longAt(((theFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - offset) * BytesPerWord)));
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58498:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((byteAt((theFP + FoxFrameFlags) + 2)) != 0) {
                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58500:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if (((((usqInt) (longAt(longAt(theFP + FoxThisContext)))) >> (markedBitFullShift())) & 1) != 0) {
                                                       ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58504:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        } while(((theFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0);
                                               ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58591:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58623:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58648:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((nItems - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58779:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (enabled
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58786:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58792:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                                        ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58802:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (enabled
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58874:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), ((GIV(messageCount) << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59336:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                ctxt = longAt(theFP + FoxCallerContext);
                                              ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59502:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (!((longAt(theFP + FoxSavedFP)) == 0)) {
                      ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59503:52: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                printFrameAndCallersSPshort(pointerForOop(longAt(theFP + FoxSavedFP)), (assert(!(isBaseFrame(theFP))),
                                                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59504:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                (theFP + ((FoxCallerSavedIP + BytesPerWord) + (((sqInt)((usqInt)((byteAt((theFP + FoxFrameFlags) + 1))) << (shiftForWord())))))) + BytesPerWord), printShort);
                                                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59524:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        it = longAt(address);
                    ^~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59534:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        printNum(byteAt((theFP + FoxFrameFlags) + 1));
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59535:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        print(((byteAt((theFP + FoxFrameFlags) + 2)) != 0
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59538:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        print(((byteAt((theFP + FoxFrameFlags) + 3)) != 0
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59553:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        it = longAt(address);
                    ^~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59611:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        it = longAt(address);
                    ^~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59647:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        it = longAt(address);
                    ^~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59734:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                aFrame = pointerForOop(longAt(aFrame + FoxSavedFP));
                                                              ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59745:84: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        (frameAbove + ((FoxCallerSavedIP + BytesPerWord) + (((sqInt)((usqInt)((byteAt((frameAbove + FoxFrameFlags) + 1))) << (shiftForWord())))))) + BytesPerWord)
                                                                                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59783:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        theMethod = longAt(theFP + FoxMethod);
                           ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59785:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        numArgs = byteAt((theFP + FoxFrameFlags) + 1);
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59797:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        topThing = longAt(theSP);
                          ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61314:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        if (oop == (longAt(theSP))) {
                                                           ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61316:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                                printHexnp(theFP);
                                                           ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59828:19: note: passing argument to parameter 'n' here
printHexnp(usqInt n)
                  ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61318:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                                printHexnp(theSP);
                                                           ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59828:19: note: passing argument to parameter 'n' here
printHexnp(usqInt n)
                  ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61324:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if ((byteAt((theFP + FoxFrameFlags) + 2)) != 0) {
                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61325:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        if (oop == (longAt(theFP + FoxThisContext))) {
                                                           ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61327:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                                printHexnp(theFP);
                                                           ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59828:19: note: passing argument to parameter 'n' here
printHexnp(usqInt n)
                  ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61333:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (oop == (longAt(theFP + FoxMethod))) {
                                                   ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61335:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        printHexnp(theFP);
                                                   ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59828:19: note: passing argument to parameter 'n' here
printHexnp(usqInt n)
                  ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61340:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                                                        ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61348:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (oop == (longAt(theSP))) {
                                                   ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61350:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        printHexnp(theFP);
                                                   ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59828:19: note: passing argument to parameter 'n' here
printHexnp(usqInt n)
                  ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61352:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        printHexnp(theSP);
                                                   ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59828:19: note: passing argument to parameter 'n' here
printHexnp(usqInt n)
                  ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61432:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61445:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return longAt(theFP + (frameStackedReceiverOffset(theFP)));
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61457:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61468:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), (((usqInt)integerValue << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61482:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61792:33: warning: expression result unused [-Wunused-value]
                ((((usqInt) w1) >> 8) & 0xFF) | (((sqInt)((usqInt)((w1 & 0xFF)) << 8)));
                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62139:48: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (temporaryIndex < ((frameNumArgs = byteAt(((((char *) theFP)) + FoxFrameFlags) + 1)))) {
                                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62140:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput(((((char *) theFP)) + FoxCallerSavedIP) + ((frameNumArgs - temporaryIndex) * BytesPerWord), valueOop);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62143:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((((((char *) theFP)) + FoxReceiver) - BytesPerWord) + ((frameNumArgs - temporaryIndex) * BytesPerWord), valueOop);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62183:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62216:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if ((longAt(theFP + FoxSavedFP)) == 0) {
                                    ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62222:66: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                GIV(instructionPointer) = ((usqInt)(pointerForOop(longAt(GIV(framePointer) + FoxCallerSavedIP))));
                                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62225:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                GIV(framePointer) = pointerForOop(longAt(GIV(framePointer) + FoxSavedFP));
                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62264:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62467:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                oop = longAt(GIV(stackPointer) + (index * BytesPerWord));
                                                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62482:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                                longAtput(GIV(stackPointer) + (index * BytesPerWord), oop);
                                                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62551:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62588:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if (!((longAt(theFP + FoxSavedFP)) == 0)) {
                                      ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62592:62: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                GIV(instructionPointer) = ((usqInt)(pointerForOop(longAt(theFP + FoxCallerSavedIP))));
                                                                                         ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62595:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                GIV(framePointer) = pointerForOop(longAt(theFP + FoxSavedFP));
                                                                         ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62597:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                GIV(method) = longAt(GIV(framePointer) + FoxMethod);
                                                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62655:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62914:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), object3);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62919:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62923:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object1);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62927:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp2 = GIV(stackPointer) - BytesPerWord), object2);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62932:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object4);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62943:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62946:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62949:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp21 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62949:59: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp21 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62953:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp31 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62970:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp41 = GIV(stackPointer) - BytesPerWord), object5);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62973:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62976:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62980:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp7 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62992:64: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        shouldSkipStoreBytecode = reapAndResetErrorCodeToheader(GIV(framePointer), methodHeader);
                                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62025:37: note: passing argument to parameter 'theFP' here
reapAndResetErrorCodeToheader(sqInt theFP, sqInt methodHeader)
                                    ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63075:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63079:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63083:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), object2);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63087:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), object3);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63091:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object4);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63102:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63105:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63108:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp21 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63108:59: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp21 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63112:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp31 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63129:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp41 = GIV(stackPointer) - BytesPerWord), object5);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63132:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63135:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63139:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp7 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63151:64: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        shouldSkipStoreBytecode = reapAndResetErrorCodeToheader(GIV(framePointer), methodHeader);
                                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62025:37: note: passing argument to parameter 'theFP' here
reapAndResetErrorCodeToheader(sqInt theFP, sqInt methodHeader)
                                    ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63413:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (!((longAt(theFP + FoxSavedFP)) == 0)) {
                      ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63414:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                shortPrintFrameAndCallers(pointerForOop(longAt(theFP + FoxSavedFP)));
                                                               ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63477:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(theFP + FoxReceiver);
                      ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63482:61: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        printActivationNameForreceiverisBlockfirstTemporary(longAt(theFP + FoxMethod), rcvr, (byteAt((theFP + FoxFrameFlags) + 3)) != 0, (0 < ((frameNumArgs = byteAt((theFP + FoxFrameFlags) + 1)))
                                                                   ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63482:95: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        printActivationNameForreceiverisBlockfirstTemporary(longAt(theFP + FoxMethod), rcvr, (byteAt((theFP + FoxFrameFlags) + 3)) != 0, (0 < ((frameNumArgs = byteAt((theFP + FoxFrameFlags) + 1)))
                                                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63482:160: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        printActivationNameForreceiverisBlockfirstTemporary(longAt(theFP + FoxMethod), rcvr, (byteAt((theFP + FoxFrameFlags) + 3)) != 0, (0 < ((frameNumArgs = byteAt((theFP + FoxFrameFlags) + 1)))
                                                                                                                                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63483:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs) * BytesPerWord))
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63484:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : longAt(((theFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs) * BytesPerWord))));
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63501:51: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                shortPrintFrameAndNCallers(pointerForOop(longAt(theFP + FoxSavedFP)), n - 1);
                                                                ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63558:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                                ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63563:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        caller = longAt(theFP + FoxCallerContext);
                        ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63824:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63901:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63908:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), rcvr);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63919:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                rcvr1 = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63922:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63925:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp21 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63925:60: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp21 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63929:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63946:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object1);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63949:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63952:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp6 = GIV(stackPointer) - BytesPerWord), rcvr1);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63956:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp7 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63968:65: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                shouldSkipStoreBytecode = reapAndResetErrorCodeToheader(GIV(framePointer), methodHeader);
                                                                                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62025:37: note: passing argument to parameter 'theFP' here
reapAndResetErrorCodeToheader(sqInt theFP, sqInt methodHeader)
                                    ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:64386:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return floatValueOf(longAt(GIV(stackPointer) + (offset * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:64398:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (offset * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:64466:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (offset * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:64561:84: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return (((usqInt) ((theFP + FoxReceiver) - theSP)) >> (shiftForWord())) + (byteAt((theFP + FoxFrameFlags) + 1));
                                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:64578:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (offset * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:64643:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (offset * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:64651:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:64661:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return longAt(GIV(stackPointer) + (offset * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65000:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((longAt(theFP + FoxSavedFP)) == 0) {
                    ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65004:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(theFP + FoxCallerContext, anOop);
                          ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65008:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                        ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65012:10: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAt(theFP + FoxCallerContext);
                       ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65016:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((byteAt((callerFP + FoxFrameFlags) + 2)) != 0) {
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65018:10: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAt(callerFP + FoxThisContext);
                       ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65060:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput(theMovedFP + FoxCallerContext, anOop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65289:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65313:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((byteAt((GIV(framePointer) + FoxFrameFlags) + 2)) != 0) {
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65315:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                activeContext = longAt(GIV(framePointer) + FoxThisContext);
                                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65421:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        aMethodObj = longAt(GIV(framePointer) + FoxMethod);
                            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65433:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65554:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        theContext = longAt(theFP + FoxThisContext);
                            ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65557:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        tempIndex = byteAt((theFP + FoxFrameFlags) + 1);
                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65568:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if ((((longAt(pointer)) & (tagMask())) == 0)
                                      ^~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65569:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                         && (oopisLessThan(longAt(pointer), GIV(newSpaceLimit)))) {
                                                  ^~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2673:49: note: expanded from macro 'oopisLessThan'
#define oopisLessThan(anOop,otherOop) ((usqInt)(anOop) < (usqInt)(otherOop))
                                                ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65576:116: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((theContext + BaseHeaderSize) + (((sqInt)((usqInt)((ReceiverIndex + i)) << (shiftForWord())))), longAt(pointer));
                                                                                                                                 ^~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65588:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if ((((longAt(pointer)) & (tagMask())) == 0)
                                      ^~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65589:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                         && (oopisLessThan(longAt(pointer), GIV(newSpaceLimit)))) {
                                                  ^~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2673:49: note: expanded from macro 'oopisLessThan'
#define oopisLessThan(anOop,otherOop) ((usqInt)(anOop) < (usqInt)(otherOop))
                                                ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65596:124: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((theContext + BaseHeaderSize) + (((sqInt)((usqInt)((ReceiverIndex + tempIndex)) << (shiftForWord())))), longAt(pointer));
                                                                                                                                         ^~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65615:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return (anInstrPointer >= ((((longAt(fp + FoxMethod)) + (lastPointerOf(longAt(fp + FoxMethod)))) + BytesPerOop) - 1))
                                             ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65615:80: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return (anInstrPointer >= ((((longAt(fp + FoxMethod)) + (lastPointerOf(longAt(fp + FoxMethod)))) + BytesPerOop) - 1))
                                                                                      ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65616:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
         && (anInstrPointer < ((((longAt(fp + FoxMethod)) + (numBytesOfBytes(longAt(fp + FoxMethod)))) + BaseHeaderSize) - 1));
                                         ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65616:78: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
         && (anInstrPointer < ((((longAt(fp + FoxMethod)) + (numBytesOfBytes(longAt(fp + FoxMethod)))) + BaseHeaderSize) - 1));
                                                                                    ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65672:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        senderContextOrNil = longAt(theFP + FoxCallerContext);
                                    ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66043:17: warning: variable 'the2ndUnknownShort' is uninitialized when used here [-Wuninitialized]
        putShorttoFile(the2ndUnknownShort, f);
                       ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65990:29: note: initialize the variable 'the2ndUnknownShort' to silence this warning
    sqInt the2ndUnknownShort;
                            ^
                             = 0
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66123:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                valuePointer2 = (i < ((frameNumArgs = byteAt((spouseFP + FoxFrameFlags) + 1)))
                                                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66124:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs - i) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66125:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((spouseFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - i) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66177:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        anOop = longAt(GIV(stackPointer) + (PARAM_EXTERNALFUNCTION * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66199:19: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long') [-Wint-conversion]
        externalFunction = longAt((anOop1 + BaseHeaderSize) + (0U << (shiftForWord())));
                         ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66207:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        anOop2 = longAt(((longAt(GIV(stackPointer) + (PARAM_EXTERNALFUNCTION * BytesPerWord))) + BaseHeaderSize) + (1U << (shiftForWord())));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66215:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argumentsArrayOop = longAt(GIV(stackPointer) + (PARAM_ARGUMENTS * BytesPerWord));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66231:16: warning: expression which evaluates to zero treated as a null pointer constant of type 'void **' [-Wnon-literal-null-conversion]
                parameters = ((sqInt) null);
                             ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66239:13: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long') from 'void *' [-Wint-conversion]
                argHolder = alloca((argType->size));
                          ^ ~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66240:17: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long') [-Wint-conversion]
                parameters[i] = argHolder;
                              ^ ~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66255:45: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        marshallAndPushReturnValueFromofTypepoping(returnHolder, (cif->rtype), 3);
                                                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1497:76: note: passing argument to parameter 'returnHolder' here
static void NoDbgRegParms marshallAndPushReturnValueFromofTypepoping(sqInt returnHolder, ffi_type *ffiType, sqInt argumentsAndReceiverCount);
                                                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66312:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        anOop = longAt(GIV(stackPointer) + (PARAM_EXTERNALFUNCTION * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66334:19: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long') [-Wint-conversion]
        externalFunction = longAt((anOop1 + BaseHeaderSize) + (0U << (shiftForWord())));
                         ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66341:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        anOop2 = longAt(((longAt(GIV(stackPointer) + (PARAM_EXTERNALFUNCTION * BytesPerWord))) + BaseHeaderSize) + (1U << (shiftForWord())));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66348:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (PARAM_SEMAPHORE_INDEX * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66368:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        receiver = longAt(GIV(stackPointer) + (PARAM_RECEIVER * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66377:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argumentsArrayOop = longAt(GIV(stackPointer) + (PARAM_ARGUMENTS * BytesPerWord));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66391:16: warning: expression which evaluates to zero treated as a null pointer constant of type 'void **' [-Wnon-literal-null-conversion]
                parameters = ((sqInt) null);
                             ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66399:13: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long') from 'void *' [-Wint-conversion]
                argHolder = malloc((argType->size));
                          ^ ~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66400:17: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long') [-Wint-conversion]
                parameters[i] = argHolder;
                              ^ ~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66405:10: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long') from 'void *' [-Wint-conversion]
                                aPtr = parameters[i1];
                                     ^ ~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66408:11: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'void *' [-Wint-conversion]
                                        free(aPtr);
                                             ^~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/malloc/_malloc.h:42:18: note: passing argument to parameter here
void     free(void *);
                    ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66430:9: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqIntptr_t' (aka 'long') [-Wint-conversion]
        ptr[0] = (((sqIntptr_t)aPointer));
               ^ ~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66432:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((4 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66471:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        anOop = longAt(GIV(stackPointer) + (PARAM_TASK_ADDRESS * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66481:14: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long') [-Wint-conversion]
        taskAddress = longAt((anOop + BaseHeaderSize) + (0U << (shiftForWord())));
                    ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66484:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        receiver = longAt(GIV(stackPointer) + (PARAM_RECEIVER * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66501:45: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        marshallAndPushReturnValueFromofTypepoping(returnHolder, (((task->cif))->rtype), 2);
                                                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1497:76: note: passing argument to parameter 'returnHolder' here
static void NoDbgRegParms marshallAndPushReturnValueFromofTypepoping(sqInt returnHolder, ffi_type *ffiType, sqInt argumentsAndReceiverCount);
                                                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66507:23: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long') from 'void *' [-Wint-conversion]
                        anParameterAddress = parameters[i];
                                           ^ ~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66509:26: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'void *' [-Wint-conversion]
                                doFreeFromTask(task, anParameterAddress);
                                                     ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2585:47: note: expanded from macro 'doFreeFromTask'
#define doFreeFromTask(aTask,anAddress) (free(anAddress))
                                              ^~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/malloc/_malloc.h:42:18: note: passing argument to parameter here
void     free(void *);
                    ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66518:23: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'void *' [-Wint-conversion]
        doFreeFromTask(task, ((sqInt)task));
                             ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2585:47: note: expanded from macro 'doFreeFromTask'
#define doFreeFromTask(aTask,anAddress) (free(anAddress))
                                              ^~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/malloc/_malloc.h:42:18: note: passing argument to parameter here
void     free(void *);
                    ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66569:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                                ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66572:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                longAt(theFP + FoxCallerContext))
                                       ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66573:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : ((byteAt((callerFP + FoxFrameFlags) + 2)) != 0
                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66576:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAt(callerFP + FoxThisContext))
                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66585:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                return longAt(theFP + FoxMethod);
                              ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66588:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                return ((byteAt((theFP + FoxFrameFlags) + 3)) != 0
                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66590:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                (numArgs = byteAt((theFP + FoxFrameFlags) + 1)),
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66591:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                longAt(theFP + ((FoxCallerSavedIP + BytesPerWord) + (((sqInt)((usqInt)(numArgs) << (shiftForWord())))))))
                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66596:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                return longAt(theFP + FoxReceiver);
                              ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66601:66: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                return ((index - CtxtTempFrameStart) < ((frameNumArgs = byteAt((theFP + FoxFrameFlags) + 1)))
                                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66602:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs - (index - CtxtTempFrameStart)) * BytesPerWord))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66603:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : longAt(((theFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - (index - CtxtTempFrameStart)) * BytesPerWord)));
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66633:9: warning: incompatible integer to pointer conversion returning 'sqInt' (aka 'long') from a function with result type 'void *' [-Wint-conversion]
        return longAt((anOop1 + BaseHeaderSize) + (0U << (shiftForWord())));
               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66697:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp8 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66703:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp9 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), (((usqInt)integerVal1 << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66712:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66718:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop1);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66724:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp10 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), (((usqInt)integerVal2 << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66730:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp11 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), (((usqInt)integerVal3 << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66739:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp2 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop2);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66745:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp3 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop3);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66755:10: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqIntptr_t' (aka 'long') [-Wint-conversion]
                ptr[0] = (((sqIntptr_t)aPointer));
                       ^ ~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66757:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp4 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop4);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66766:25: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'const void *' [-Wint-conversion]
                memcpy(targetPointer, returnHolder, sizeToCopy);
                                      ^~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/secure/_string.h:63:33: note: expanded from macro 'memcpy'
                __builtin___memcpy_chk (dest, __VA_ARGS__, __darwin_obsz0 (dest))
                                              ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66768:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp5 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop5);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66775:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp6 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), floatObjectOf(f));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66782:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp7 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), floatObjectOf(f1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66854:12: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long') [-Wint-conversion]
                        address = longAt((oop1 + BaseHeaderSize) + (0U << (shiftForWord())));
                                ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66873:10: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'const void *' [-Wint-conversion]
                memcpy(argHolder, srcPtr, argTypeSize);
                       ^~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/secure/_string.h:63:62: note: expanded from macro 'memcpy'
                __builtin___memcpy_chk (dest, __VA_ARGS__, __darwin_obsz0 (dest))
                                                                           ^~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/secure/_common.h:38:55: note: expanded from macro '__darwin_obsz0'
#define __darwin_obsz0(object) __builtin_object_size (object, 0)
                                                      ^~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66873:10: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'void *' [-Wint-conversion]
                memcpy(argHolder, srcPtr, argTypeSize);
                       ^~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/secure/_string.h:63:27: note: expanded from macro 'memcpy'
                __builtin___memcpy_chk (dest, __VA_ARGS__, __darwin_obsz0 (dest))
                                        ^~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67502:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67520:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67544:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newCopy);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67568:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67591:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        copiedValues = longAt(GIV(stackPointer));
                                  ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67632:125: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((newClosure1 + BaseHeaderSize) + (((sqInt)((usqInt)(ClosureOuterContextIndex) << (shiftForWord())))), longAt(GIV(stackPointer) + (2 * BytesPerWord)));
                                                                                                                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67647:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), newClosure);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67694:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67702:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        aContext = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67821:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67924:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67938:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        value = ((index - 1) < ((frameNumArgs = byteAt((spouseFP + FoxFrameFlags) + 1)))
                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67939:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs - (index - 1)) * BytesPerWord))
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67940:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : longAt(((spouseFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - (index - 1)) * BytesPerWord)));
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67942:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67977:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        value = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67979:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67981:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        aContext = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68135:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68149:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((index - 1) < ((frameNumArgs = byteAt((spouseFP + FoxFrameFlags) + 1)))) {
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68150:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((spouseFP + FoxCallerSavedIP) + ((frameNumArgs - (index - 1)) * BytesPerWord), value);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68153:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(((spouseFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - (index - 1)) * BytesPerWord), value);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68156:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68183:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68267:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)sz << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68291:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        context = longAt(GIV(stackPointer));
                             ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68304:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)flags << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68320:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        flag = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68400:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argumentArray = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68402:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        methodArg = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                           ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68580:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68586:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top1 = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68592:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), primRcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68598:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68620:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object1);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68624:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp2 = GIV(stackPointer) - BytesPerWord), object2);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68628:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp3 = GIV(stackPointer) - BytesPerWord), object3);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68632:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object4);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68685:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argumentArray = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68687:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        primIdx = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68722:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                GIV(tempOop2) = longAt(GIV(stackPointer) + (4 * BytesPerWord));
                                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68724:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                rcvr = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68741:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), rcvr);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68753:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68806:2: warning: expression result unused [-Wunused-value]
        !GIV(primFailCode);
        ^    ~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68814:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        rcvr = longAt(GIV(stackPointer));
                                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68818:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), rcvr);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68822:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp4 = GIV(stackPointer) - BytesPerWord), (((usqInt)primIdx << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68825:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(tempOop));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68872:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        methodArgument = longAt(GIV(stackPointer));
                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68885:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68947:3: warning: expression result unused [-Wunused-value]
                !GIV(primFailCode);
                ^    ~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68961:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68964:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68967:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68967:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68971:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68988:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68991:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68994:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68998:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69010:64: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        shouldSkipStoreBytecode = reapAndResetErrorCodeToheader(GIV(framePointer), methodHeader1);
                                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62025:37: note: passing argument to parameter 'theFP' here
reapAndResetErrorCodeToheader(sqInt theFP, sqInt methodHeader)
                                    ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69070:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        methodArgument = longAt(GIV(stackPointer));
                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69072:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argumentArray = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69097:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69106:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord), rcvr);
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69113:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69176:3: warning: expression result unused [-Wunused-value]
                !GIV(primFailCode);
                ^    ~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69190:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr1 = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69193:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69196:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69196:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69200:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69217:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69220:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69223:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), rcvr1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69227:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp7 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69239:64: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        shouldSkipStoreBytecode = reapAndResetErrorCodeToheader(GIV(framePointer), methodHeader1);
                                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62025:37: note: passing argument to parameter 'theFP' here
reapAndResetErrorCodeToheader(sqInt theFP, sqInt methodHeader)
                                    ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69514:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69532:7: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long') from 'void *' [-Wint-conversion]
        addr = malloc(byteSize);
             ^ ~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69544:9: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqIntptr_t' (aka 'long') [-Wint-conversion]
        ptr[0] = (((sqIntptr_t)addr));
               ^ ~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69547:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69565:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop1 = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69586:7: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long') [-Wint-conversion]
        addr = longAt((oop + BaseHeaderSize) + (0U << (shiftForWord())));
             ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69593:18: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
         || (isInMemory(addr)))) {
                        ^~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40167:18: note: passing argument to parameter 'address' here
isInMemory(sqInt address)
                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69626:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69654:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        obj = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69672:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69688:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer1 = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69704:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69771:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69799:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        obj = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69817:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69833:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueOop = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69835:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer1 = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69851:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (4 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69915:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69944:85: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        handlerOrNilOrZero = findMethodWithPrimitiveFromContextUpToContext(199, longAt(GIV(stackPointer)), GIV(nilObj));
                                                                                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69950:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), handlerOrNilOrZero);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69979:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        stopContext = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69981:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        calleeContext = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70011:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(theFP + FoxSavedFP)) == 0) {
                            ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70012:83: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        handlerOrNilOrZero = findMethodWithPrimitiveFromContextUpToContext(198, longAt(theFP + FoxCallerContext), stopContext);
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70016:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        startFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                                       ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70020:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (((byteAt((theFP1 + FoxFrameFlags) + 2)) != 0)
                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70021:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                 && (stopContext == (longAt(theFP1 + FoxThisContext)))) {
                                                            ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70025:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (!((byteAt((theFP1 + FoxFrameFlags) + 3)) != 0)) {
                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70026:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        theMethod = longAt(theFP1 + FoxMethod);
                                                           ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70036:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                if ((byteAt((theFP1 + FoxFrameFlags) + 2)) != 0) {
                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70038:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        handlerOrNilOrZero = longAt(theFP1 + FoxThisContext);
                                                                                    ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70046:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                theFP1 = pointerForOop(longAt(theFP1 + FoxSavedFP));
                                                              ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70048:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        senderContext = longAt(theFPAbove + FoxCallerContext);
                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70075:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), handlerOrNilOrZero);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70094:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oldMethod = longAt(GIV(stackPointer));
                               ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70124:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        selector = longAt(GIV(stackPointer));
                              ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70173:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70181:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)integerVal1 << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70203:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70499:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70522:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70524:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70622:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70647:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        newValue = longAt(GIV(stackPointer));
                              ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70649:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70651:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70801:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70822:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70824:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70882:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70898:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70900:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70919:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70940:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70942:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70999:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71015:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71017:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71034:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71055:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71057:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71114:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71130:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71132:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71149:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71170:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71172:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71228:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71244:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71246:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71263:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71284:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71286:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71343:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71359:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71361:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71378:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71399:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71401:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71458:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71474:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71476:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71493:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71513:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71515:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71571:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71586:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71588:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71604:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71625:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71627:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71686:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71702:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71704:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71723:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71744:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71746:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71803:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71819:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71821:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71838:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71858:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71860:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71915:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71930:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71932:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71948:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71969:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71971:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72030:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72046:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72048:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72067:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72104:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        module = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72106:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        symbol = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72151:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                moduleHandle = ((void *) (ioLoadModuleOfLength(moduleNameString, moduleNameStringSize)));
                                                               ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:558:35: note: passing argument to parameter 'moduleNameIndex' here
void  *ioLoadModuleOfLength(sqInt moduleNameIndex, sqInt moduleNameLength);
                                  ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72187:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        address = ioLoadSymbolOfLengthFromModule(symbolString, symbolStringSize, moduleHandle);
                                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:559:45: note: passing argument to parameter 'functionNameIndex' here
void  *ioLoadSymbolOfLengthFromModule(sqInt functionNameIndex, sqInt functionNameLength, void *moduleHandle);
                                            ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72196:9: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqIntptr_t' (aka 'long') [-Wint-conversion]
        ptr[0] = (((sqIntptr_t)address));
               ^ ~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72199:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72220:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72222:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72278:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72293:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72295:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72311:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72332:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72334:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72393:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72409:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72411:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72430:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72451:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72453:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72510:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72526:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72528:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72545:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72565:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72567:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72622:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72637:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72639:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72655:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72724:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), result);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72742:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        sema = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72797:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        thang = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72799:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72802:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(falseObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72830:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (trueOrFalse
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72851:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(falseObj));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72861:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp3 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(trueObj));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72872:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp4 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(trueObj));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72878:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(falseObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72915:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        GIV(messageSelector) = longAt(GIV(stackPointer) + ((GIV(argumentCount) - 1) * BytesPerWord));
                                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72917:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        newReceiver = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72920:64: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (i * BytesPerWord), longAt(GIV(stackPointer) + ((i - 1) * BytesPerWord)));
                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72920:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (i * BytesPerWord), longAt(GIV(stackPointer) + ((i - 1) * BytesPerWord)));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72938:71: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput(GIV(stackPointer) + ((i - 1) * BytesPerWord), longAt(GIV(stackPointer) + (i * BytesPerWord)));
                                                                                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72938:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput(GIV(stackPointer) + ((i - 1) * BytesPerWord), longAt(GIV(stackPointer) + (i * BytesPerWord)));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72940:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord), GIV(messageSelector));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72993:3: warning: expression result unused [-Wunused-value]
                !GIV(primFailCode);
                ^    ~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73007:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73010:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73013:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73013:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73017:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73034:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73037:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73040:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73044:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73056:64: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        shouldSkipStoreBytecode = reapAndResetErrorCodeToheader(GIV(framePointer), methodHeader1);
                                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62025:37: note: passing argument to parameter 'theFP' here
reapAndResetErrorCodeToheader(sqInt theFP, sqInt methodHeader)
                                    ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73087:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        obj = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73095:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        boolean = longAt(GIV(stackPointer));
                             ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73130:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), wasPinned);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73169:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73206:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        msecsObj = longAt(GIV(stackPointer));
                              ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73208:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        sema = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73277:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        usecsObj = longAt(GIV(stackPointer));
                              ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73279:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        sema = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73365:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73367:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73416:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73436:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp3 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)(byteAt((rcvr + BaseHeaderSize) + index)) << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73449:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp4 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73462:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73478:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop1);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73525:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        newValue = longAt(GIV(stackPointer));
                              ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73527:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73529:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73583:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73675:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73694:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73708:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp3 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73727:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp4 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73758:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73760:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73762:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73830:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73847:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73849:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73851:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73880:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73901:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73903:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73905:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73964:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73980:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73982:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73984:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74003:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74024:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74026:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74028:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74087:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74103:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74105:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74107:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74126:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74147:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74149:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74151:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74209:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74225:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74227:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74229:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74248:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74270:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74272:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74274:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74334:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74351:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74353:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74355:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74375:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74397:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74399:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74401:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74461:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74478:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74480:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74482:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74502:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74523:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74525:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74527:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74585:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74601:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74603:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74605:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74623:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74644:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74646:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74648:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74709:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74725:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74727:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74729:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74750:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74771:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74773:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74775:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74836:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74852:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74854:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74856:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74877:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74898:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74900:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74902:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74959:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74975:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74977:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74979:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74997:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75019:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75021:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75023:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75093:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75110:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75112:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75114:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75144:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75170:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        ctxt = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75172:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75277:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75279:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75281:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75344:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75360:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75362:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75364:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75387:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75408:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75410:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75412:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75473:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75489:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75491:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75493:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75514:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75535:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75537:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75539:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75600:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75616:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75618:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75620:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75641:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75662:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75664:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75666:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75728:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75744:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75746:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75748:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75771:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75826:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        aContextOrNil = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75837:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        thisCtx = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75880:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if ((pointerForOop(longAt(theFP + FoxSavedFP))) != contextsFP) {
                                                  ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75882:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                numArgs = byteAt((theFP + FoxFrameFlags) + 1);
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75890:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) {
                                                                         ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75900:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                contextsIP = ((usqInt)(pointerForOop(longAt(frameAbove + FoxCallerSavedIP))));
                                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75902:91: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                newSP = (frameAbove + ((FoxCallerSavedIP + BytesPerWord) + (((sqInt)((usqInt)((byteAt((frameAbove + FoxFrameFlags) + 1))) << (shiftForWord())))))) + BytesPerWord;
                                                                                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75906:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(newSP, longAt(source));
                                                                ^~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75906:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(newSP, longAt(source));
                                                  ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75908:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                longAtput(newFP + FoxSavedFP, contextsFP);
                                          ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75908:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                longAtput(newFP + FoxSavedFP, contextsFP);
                                                              ^~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75909:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                longAtput(newFP + FoxCallerSavedIP, contextsIP);
                                          ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75933:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                currentCtx = longAt(theFP + FoxCallerContext);
                                    ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75974:48: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        while (((callerFP1 = pointerForOop(longAt(fp1 + FoxSavedFP)))) != 0) {
                                                                                  ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76015:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                while (((callerFP2 = pointerForOop(longAt(fp2 + FoxSavedFP)))) != 0) {
                                                                                          ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76027:79: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
(frameAbove + ((FoxCallerSavedIP + BytesPerWord) + (((sqInt)((usqInt)((byteAt((frameAbove + FoxFrameFlags) + 1))) << (shiftForWord())))))) + BytesPerWord)) - BytesPerWord;
                                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76028:51: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        longAtput(contextsSP, pointerForOop(longAt(frameAbove + FoxCallerSavedIP)));
                                                                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76028:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        longAtput(contextsSP, pointerForOop(longAt(frameAbove + FoxCallerSavedIP)));
                                                                  ^~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76028:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        longAtput(contextsSP, pointerForOop(longAt(frameAbove + FoxCallerSavedIP)));
                                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76045:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                currentCtx = longAt(theFP1 + FoxCallerContext);
                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76078:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(theFP + FoxCallerContext, aContextOrNil);
                          ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76240:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (offset * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76261:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76266:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76474:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result1);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76508:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76632:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) {
                                                                 ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76644:90: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        theSP = (theFPAbove + ((FoxCallerSavedIP + BytesPerWord) + (((sqInt)((usqInt)((byteAt((theFPAbove + FoxFrameFlags) + 1))) << (shiftForWord())))))) + BytesPerWord;
                                                                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76645:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if ((byteAt((theFP + FoxFrameFlags) + 2)) != 0) {
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76647:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                objOrFP = longAt(theFP + FoxThisContext);
                                                 ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76705:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76801:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76809:10: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'int *' [-Wint-conversion]
        longjmp(aJumpBuf, 1);
                ^~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/setjmp.h:88:28: note: passing argument to parameter here
extern void longjmp(jmp_buf, int) __dead2;
                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76825:9: warning: incompatible integer to pointer conversion returning 'sqInt' (aka 'long') from a function with result type 'void *' [-Wint-conversion]
        return longAt((anOop + BaseHeaderSize) + (0U << (shiftForWord())));
               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76984:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                flags = longAt(theFP + FoxFrameFlags);
                                               ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76986:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(theFP + FoxFrameFlags, flags - 2);
                                                  ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76988:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        } while(((theFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0);
                                                               ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:14662:1: warning: unused function 'pageListIsWellFormed' [-Wunused-function]
pageListIsWellFormed(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:30303:1: warning: unused function 'isImmediateFloat' [-Wunused-function]
isImmediateFloat(sqInt oop)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:30411:1: warning: unused function 'maxSlotsForAlloc' [-Wunused-function]
maxSlotsForAlloc(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:30423:1: warning: unused function 'numFreeLists' [-Wunused-function]
numFreeLists(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:30642:1: warning: unused function 'wordIndexableFormat' [-Wunused-function]
wordIndexableFormat(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:30703:1: warning: unused function 'allNewSpaceObjectsHaveZeroRTRefCount' [-Wunused-function]
allNewSpaceObjectsHaveZeroRTRefCount(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:30782:1: warning: unused function 'allWeakSurvivorsOnWeakList' [-Wunused-function]
allWeakSurvivorsOnWeakList(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:31183:1: warning: unused function 'firstCorpse' [-Wunused-function]
firstCorpse(sqInt headOfCorpseList)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:31433:1: warning: unused function 'noUnfiredEphemeronsAtEndOfRememberedSet' [-Wunused-function]
noUnfiredEphemeronsAtEndOfRememberedSet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:33302:1: warning: unused function 'allObjectsUnmarked' [-Wunused-function]
allObjectsUnmarked(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:33417:1: warning: unused function 'allOldMarkedWeakObjectsOnWeaklingStack' [-Wunused-function]
allOldMarkedWeakObjectsOnWeaklingStack(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:34270:1: warning: unused function 'allocationUnit' [-Wunused-function]
allocationUnit(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:34281:1: warning: unused function 'allStrongSlotsOfWeaklingAreMarked' [-Wunused-function]
allStrongSlotsOfWeaklingAreMarked(sqInt aWeakling)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:34307:1: warning: unused function 'allUnscannedEphemeronsAreActive' [-Wunused-function]
allUnscannedEphemeronsAreActive(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:34339:1: warning: unused function 'assertInnerValidFreeObject' [-Wunused-function]
assertInnerValidFreeObject(sqInt objOop)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:34912:1: warning: unused function 'bitsSetInFreeSpaceMaskForAllFreeLists' [-Wunused-function]
bitsSetInFreeSpaceMaskForAllFreeLists(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:34974:1: warning: unused function 'bridgeSize' [-Wunused-function]
bridgeSize(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:34981:1: warning: unused function 'byteFormatMask' [-Wunused-function]
byteFormatMask(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:36304:1: warning: unused function 'classIndexFieldWidth' [-Wunused-function]
classIndexFieldWidth(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:36441:1: warning: unused function 'classTableRootSlots' [-Wunused-function]
classTableRootSlots(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:37553:1: warning: unused function 'ephemeronFormat' [-Wunused-function]
ephemeronFormat(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:37560:1: warning: unused function 'existInstancesInNewSpaceOf' [-Wunused-function]
existInstancesInNewSpaceOf(sqInt classObj)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:37768:1: warning: unused function 'fetchPointerofFreeChunk' [-Wunused-function]
fetchPointerofFreeChunk(sqInt fieldIndex, sqInt objOop)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:38132:1: warning: unused function 'firstFixedFieldOfMaybeImmediate' [-Wunused-function]
firstFixedFieldOfMaybeImmediate(sqInt oop)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:38194:1: warning: unused function 'firstStringyFakeFormat' [-Wunused-function]
firstStringyFakeFormat(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:38447:1: warning: unused function 'formatOf' [-Wunused-function]
formatOf(sqInt objOop)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:38457:1: warning: unused function 'forwardedFormat' [-Wunused-function]
forwardedFormat(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:38468:1: warning: unused function 'forwardersIn' [-Wunused-function]
forwardersIn(sqInt anObject)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:38494:1: warning: unused function 'freeChunkNextIndex' [-Wunused-function]
freeChunkNextIndex(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:38504:1: warning: unused function 'freeChunkParentIndex' [-Wunused-function]
freeChunkParentIndex(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:38515:1: warning: unused function 'freeChunkPrevIndex' [-Wunused-function]
freeChunkPrevIndex(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:38733:1: warning: unused function 'goodContextSize' [-Wunused-function]
goodContextSize(sqInt oop)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:38830:1: warning: unused function 'hasSpurMemoryManagerAPI' [-Wunused-function]
hasSpurMemoryManagerAPI(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:38903:1: warning: unused function 'hiddenRootSlots' [-Wunused-function]
hiddenRootSlots(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:38910:1: warning: unused function 'hiddenRootsObject' [-Wunused-function]
hiddenRootsObject(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:39976:1: warning: unused function 'isContextHeader' [-Wunused-function]
isContextHeader(sqInt aHeader)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:39983:1: warning: unused function 'isContextNonImm' [-Wunused-function]
isContextNonImm(sqInt oop)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40001:1: warning: unused function 'isCopiedIntoSegment' [-Wunused-function]
isCopiedIntoSegment(sqInt anObjectInTheHeap)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40024:1: warning: unused function 'isEnumerableObjectNoAssert' [-Wunused-function]
isEnumerableObjectNoAssert(sqInt objOop)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40060:1: warning: unused function 'isEphemeron' [-Wunused-function]
isEphemeron(sqInt objOop)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40080:1: warning: unused function 'isForwardedClassTag' [-Wunused-function]
isForwardedClassTag(sqInt classIndex)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40105:1: warning: unused function 'isFreeObject' [-Wunused-function]
isFreeObject(sqInt objOop)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40112:1: warning: unused function 'isFreeOop' [-Wunused-function]
isFreeOop(sqInt oop)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40127:1: warning: unused function 'isInClassTable' [-Wunused-function]
isInClassTable(sqInt objOop)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40150:1: warning: unused function 'isInEden' [-Wunused-function]
isInEden(sqInt objOop)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40157:1: warning: unused function 'isInFutureSpace' [-Wunused-function]
isInFutureSpace(sqInt address)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40192:1: warning: unused function 'isInNewSpace' [-Wunused-function]
isInNewSpace(sqInt objOop)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40207:1: warning: unused function 'isInPastSpace' [-Wunused-function]
isInPastSpace(sqInt address)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40214:1: warning: unused function 'isLargeFreeObject' [-Wunused-function]
isLargeFreeObject(sqInt objOop)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40221:1: warning: unused function 'isMaybeFiredEphemeron' [-Wunused-function]
isMaybeFiredEphemeron(sqInt objOop)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40240:1: warning: unused function 'isObjEphemeron' [-Wunused-function]
isObjEphemeron(sqInt objOop)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40251:1: warning: unused function 'isObjImmutable' [-Wunused-function]
isObjImmutable(sqInt anOop)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40365:1: warning: unused function 'isRemembered' [-Wunused-function]
isRemembered(sqInt objOop)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40375:1: warning: unused function 'isSegmentBridge' [-Wunused-function]
isSegmentBridge(sqInt objOop)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40382:1: warning: unused function 'isSemaphoreOop' [-Wunused-function]
isSemaphoreOop(sqInt anOop)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40442:1: warning: unused function 'isValidObjStackAt' [-Wunused-function]
isValidObjStackAt(sqInt objStackRootIndex)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40589:1: warning: unused function 'isWeakNonImm' [-Wunused-function]
isWeakNonImm(sqInt objOop)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40727:1: warning: unused function 'knownClassAtIndex' [-Wunused-function]
knownClassAtIndex(sqInt classIndex)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40736:1: warning: unused function 'lastPointerFormat' [-Wunused-function]
lastPointerFormat(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40847:1: warning: unused function 'lengthOfMaybeImmediate' [-Wunused-function]
lengthOfMaybeImmediate(sqInt oop)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:43187:1: warning: unused function 'newSpaceIsEmpty' [-Wunused-function]
newSpaceIsEmpty(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:43404:1: warning: unused function 'noUnscannedEphemerons' [-Wunused-function]
noUnscannedEphemerons(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:47544:1: warning: unused function 'slidingCompactionInProgress' [-Wunused-function]
slidingCompactionInProgress(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:47612:1: warning: unused function 'startOfObject' [-Wunused-function]
startOfObject(sqInt objOop)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:48620:1: warning: unused function 'validClassTableHashes' [-Wunused-function]
validClassTableHashes(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:48701:1: warning: unused function 'validFreeTreeChunk' [-Wunused-function]
validFreeTreeChunk(sqInt chunk)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:48744:1: warning: unused function 'validObjStacks' [-Wunused-function]
validObjStacks(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:49541:1: warning: unused function 'isMobile' [-Wunused-function]
isMobile(sqInt obj)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:49552:1: warning: unused function 'isPostMobile' [-Wunused-function]
isPostMobile(sqInt obj)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:49818:1: warning: unused function 'savedFirstFieldsSpaceWasAllocated' [-Wunused-function]
savedFirstFieldsSpaceWasAllocated(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:50675:1: warning: unused function 'validRelocationPlanInPass' [-Wunused-function]
validRelocationPlanInPass(sqInt onePass)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:50740:1: warning: unused function 'segLimit' [-Wunused-function]
segLimit(SpurSegmentInfo * self_in_segLimit)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:50835:1: warning: unused function 'allBridgesMarked' [-Wunused-function]
allBridgesMarked(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:50885:1: warning: unused function 'bridgeAt' [-Wunused-function]
bridgeAt(sqInt segIndex)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:50900:1: warning: unused function 'bridgeFor' [-Wunused-function]
bridgeFor(SpurSegmentInfo *aSegment)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:51023:1: warning: unused function 'isInSegments' [-Wunused-function]
isInSegments(usqInt address)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:51044:1: warning: unused function 'isValidSegmentBridge' [-Wunused-function]
isValidSegmentBridge(sqInt objOop)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:51346:1: warning: unused function 'segmentOverlap' [-Wunused-function]
segmentOverlap(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:51812:1: warning: unused function 'allOnesAsCharStar' [-Wunused-function]
allOnesAsCharStar(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52829:1: warning: unused function 'checkStackPointerForMaybeMarriedContext' [-Wunused-function]
checkStackPointerForMaybeMarriedContext(sqInt aContext)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52971:1: warning: unused function 'contexthasValidInversePCMappingOfin' [-Wunused-function]
contexthasValidInversePCMappingOfin(sqInt aContext, sqInt theIP, char *theFP)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53074:1: warning: unused function 'cr' [-Wunused-function]
cr(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55196:1: warning: unused function 'frameCallerContext' [-Wunused-function]
frameCallerContext(char *theFP)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55203:1: warning: unused function 'frameContext' [-Wunused-function]
frameContext(char *theFP)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55213:1: warning: unused function 'frameHasContext' [-Wunused-function]
frameHasContext(char *theFP)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55223:1: warning: unused function 'frameIsBlockActivation' [-Wunused-function]
frameIsBlockActivation(char *theFP)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55233:1: warning: unused function 'frameMethodObject' [-Wunused-function]
frameMethodObject(char *theFP)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55240:1: warning: unused function 'frameMethod' [-Wunused-function]
frameMethod(char *theFP)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55250:1: warning: unused function 'frameNumArgs' [-Wunused-function]
frameNumArgs(char *theFP)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55269:1: warning: unused function 'frameReceiver' [-Wunused-function]
frameReceiver(char *theFP)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55361:1: warning: unused function 'getDesiredCogCodeSize' [-Wunused-function]
getDesiredCogCodeSize(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55786:1: warning: unused function 'ifCurrentStackPageHasValidHeadPointers' [-Wunused-function]
ifCurrentStackPageHasValidHeadPointers(StackPage *thePage)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55807:1: warning: unused function 'iframeMethod' [-Wunused-function]
iframeMethod(char *theFP)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:56057:1: warning: unused function 'isMarriedOrWidowedContext' [-Wunused-function]
isMarriedOrWidowedContext(sqInt aContext)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:56076:1: warning: unused function 'isMetaPrimitiveIndex' [-Wunused-function]
isMetaPrimitiveIndex(sqInt primIndex)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:56090:1: warning: unused function 'isPrimitiveFunctionPointerAnIndex' [-Wunused-function]
isPrimitiveFunctionPointerAnIndex(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58036:1: warning: unused function 'maybeLeakCheckExternalPrimCall' [-Wunused-function]
maybeLeakCheckExternalPrimCall(sqInt aMethodObj)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58172:1: warning: unused function 'methodHeaderIndicatesLargeFrame' [-Wunused-function]
methodHeaderIndicatesLargeFrame(sqInt methodHeader)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58491:1: warning: unused function 'noMarkedContextsOnPage' [-Wunused-function]
noMarkedContextsOnPage(StackPage *thePage)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58886:1: warning: unused function 'printActivationNameForSelectorstartClass' [-Wunused-function]
printActivationNameForSelectorstartClass(sqInt aSelector, sqInt startClass)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61443:1: warning: unused function 'pushedReceiverOrClosureOfFrame' [-Wunused-function]
pushedReceiverOrClosureOfFrame(char *theFP)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62820:1: warning: unused function 'saneFunctionPointerForFailureOfPrimIndex' [-Wunused-function]
saneFunctionPointerForFailureOfPrimIndex(sqInt primIndex)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63980:1: warning: unused function 'space' [-Wunused-function]
space(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:64420:1: warning: unused function 'stackLimitBytes' [-Wunused-function]
stackLimitBytes(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:64451:1: warning: unused function 'stackLimitOffset' [-Wunused-function]
stackLimitOffset(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:64514:1: warning: unused function 'stackPageHeadroom' [-Wunused-function]
stackPageHeadroom(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65613:1: warning: unused function 'validInstructionPointerinFrame' [-Wunused-function]
validInstructionPointerinFrame(usqInt anInstrPointer, char *fp)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65640:1: warning: unused function 'validStackPageBaseFrames' [-Wunused-function]
validStackPageBaseFrames(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1809:13: warning: unused variable 'byteCount' [-Wunused-variable]
_iss usqInt byteCount;
            ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1810:12: warning: unused variable 'cifs' [-Wunused-variable]
_iss sqInt cifs;
           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1811:12: warning: unused variable 'codeGeneratorToComputeAccessorDepth' [-Wunused-variable]
_iss sqInt codeGeneratorToComputeAccessorDepth;
           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1812:12: warning: unused variable 'functions' [-Wunused-variable]
_iss sqInt functions;
           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1813:12: warning: unused variable 'largeOpaqueMemoryManager' [-Wunused-variable]
_iss sqInt largeOpaqueMemoryManager;
           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1814:12: warning: unused variable 'memoryManager' [-Wunused-variable]
_iss sqInt memoryManager;
           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1815:12: warning: unused variable 'nextAddress' [-Wunused-variable]
_iss sqInt nextAddress;
           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1816:12: warning: unused variable 'preferredPinningSegment' [-Wunused-variable]
_iss sqInt preferredPinningSegment;
           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1817:12: warning: unused variable 'statCoalesces' [-Wunused-variable]
_iss sqInt statCoalesces;
           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1818:14: warning: unused variable 'statFGCDeltaUsecs' [-Wunused-variable]
_iss usqLong statFGCDeltaUsecs;
             ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1819:14: warning: unused variable 'statIncrGCUsecs' [-Wunused-variable]
_iss usqLong statIncrGCUsecs;
             ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1820:12: warning: unused variable 'testWorker' [-Wunused-variable]
_iss sqInt testWorker;
           ^
[ 27%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/sameThread/sameThread.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/ffi/src/sameThread/sameThread.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/src/sameThread/sameThread.c
[ 27%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbackPrimitives.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbackPrimitives.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/src/callbacks/callbackPrimitives.c
MetacelloNotification: Fetched -> VMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMaker-Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMakerCompatibilityForPharo6-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMakerTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMaker-MT-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMaker-Tools-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMaker-OriginalTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Fetched -> FileAttributesPlugin-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Loading -> Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
NewUndeclaredWarning: CCodeGenerator>>cLiteralForPrintfString: (PrintfFormatString is Undeclared)
[ 28%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbacks.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbacks.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/src/callbacks/callbacks.c
MetacelloNotification: Loaded -> VMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loaded -> VMMaker-Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMakerCompatibilityForPharo6-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
NewUndeclaredWarning: CCodeGenerator>>removeAssertions (Sensor is Undeclared)
NewUndeclaredWarning: OCAbstractScope>>childrenDo:after:suchThat: (children is Undeclared)
NewUndeclaredWarning: OCAbstractScope>>childrenDo:after:suchThat: (children is Undeclared)
NewUndeclaredWarning: OCAbstractScope>>childrenDo:suchThat: (children is Undeclared)
NewUndeclaredWarning: OCAbstractScope>>childrenDo:suchThat: (children is Undeclared)
NewUndeclaredWarning: DisplayText class>>example (Sensor is Undeclared)
NewUndeclaredWarning: DisplayText class>>example (Sensor is Undeclared)
NewUndeclaredWarning: DisplayText class>>text: (DefaultTextStyle is Undeclared)
MetacelloNotification: Loaded -> VMMakerCompatibilityForPharo6-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMakerTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
SystemNotification: TMethod>>methodIsEffectivelyComplete:in:(selector is shadowed)
NewUndeclaredWarning: VMMaker>>createCodeGenerator (MLVMCCodeGenerator is Undeclared)
NewUndeclaredWarning: VMMaker>>primitiveCopyFileNamed:to: (FileStream is Undeclared)
NewUndeclaredWarning: VMMaker>>primitiveCopyFileNamed:to: (FileStream is Undeclared)
NewUndeclaredWarning: ProcessorSimulator>>stackValues (VMMachineCodeDebuggerStackItem is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>arg0Register (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>arg1Register (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>baseRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>cResultRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>carg0Register (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>carg1Register (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>carg2Register (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>carg3Register (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>classRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>disassembler (LLVMRV64Disassembler is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>doublePrecisionFloatingPointRegister0 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>doublePrecisionFloatingPointRegister1 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>doublePrecisionFloatingPointRegister2 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f0 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f1 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f10 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f11 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f12 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f13 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f14 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f15 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f16 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f17 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f18 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f19 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f2 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f20 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f21 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f22 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f23 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f24 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f25 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f26 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f27 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f28 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f29 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f3 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f30 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f31 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f4 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f5 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f6 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f7 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f8 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f9 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>flagCarryRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>flagOverflowRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>flagSignRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>flagZeroRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>framePointerRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>instructionPointerRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>linkRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>mstatus (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>receiverRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s0 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s0: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s2 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s2: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s7 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s7: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s8 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s8: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s9 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s9: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>sendNumberOfArgumentsRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>stackPointerRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t0 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t0: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t1 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t1: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t2 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t2: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t3 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t3: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t4 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t4: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t5 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t5: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t6 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t6: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>temporaryRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x0 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x1 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x10 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x11 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x12 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x13 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x14 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x15 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x16 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x17 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x18 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x19 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x2 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x20 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x21 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x22 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x23 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x24 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x25 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x26 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x27 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x28 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x29 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x3 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x30 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x31 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x4 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x5 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x6 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x7 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x8 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x9 (UcRISCVRegisters is Undeclared)
[ 28%] Building C object CMakeFiles/PharoVMCore.dir/src/semaphores/pharoSemaphore.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/src/semaphores/pharoSemaphore.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/src/semaphores/pharoSemaphore.c
MetacelloNotification: Loaded -> Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> Slang-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loaded -> Slang-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> Melchor-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
NewUndeclaredWarning: VMPluginCodeGenerator>>sizeOfIntegralCType: (BytesPerWord is Undeclared)
MetacelloNotification: Loaded -> Melchor-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Starting atomic load
NewUndeclaredWarning: UcARMRegisters class>>eflags (UC_ARM_REG_EFLAGS is Undeclared)
MetacelloNotification: 	Loaded -> Unicorn-CompatibleUserName.1639392057 --- https://github.com/guillep/pharo-unicorn.git[master] --- cache
MetacelloNotification: Finished atomic load
MetacelloNotification: Starting atomic load
SystemNotification: LLVMDisassembler>>setOptions:(options is shadowed)
MetacelloNotification: 	Loaded -> LLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- cache
MetacelloNotification: Finished atomic load
MetacelloNotification: Loading -> VMMakerLoadingDependencies-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
NewUndeclaredWarning: TranscriptStream class>>redirectToStdOut: (FileStream is Undeclared)
NewUndeclaredWarning: TranscriptStream>>codePaneMenu:shifted: (SmalltalkEditor is Undeclared)
NewUndeclaredWarning: TranscriptStream>>codePaneMenu:shifted: (SmalltalkEditor is Undeclared)
NewUndeclaredWarning: TranscriptStream>>target (FileStream is Undeclared)
MetacelloNotification: Loaded -> VMMakerLoadingDependencies-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> Printf-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loaded -> Printf-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
NewUndeclaredWarning: VMFrameBuilder>>gtInspectorItemsIn: (GTObjectPrinter is Undeclared)
NewUndeclaredWarning: VMFrameBuilder>>gtInspectorItemsIn: (GTObjectPrinter is Undeclared)
NewUndeclaredWarning: VMBytecodeMethod>>encoderClass (EncoderForV3PlusClosures is Undeclared)
[ 29%] Building C object CMakeFiles/PharoVMCore.dir/src/threadSafeQueue/threadSafeQueue.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/src/threadSafeQueue/threadSafeQueue.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/src/threadSafeQueue/threadSafeQueue.c
1870 warnings generated.
[ 28%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqHeapMap.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqHeapMap.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqHeapMap.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqHeapMap.c:22:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqHeapMap.c:22:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqHeapMap.c:22:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqHeapMap.c:22:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
4 warnings generated.
[ 29%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqVirtualMachine.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqVirtualMachine.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:8:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:8:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:8:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:8:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:306:11: warning: incompatible function pointer types assigning to 'sqInt (*)(sqInt)' (aka 'long (*)(long)') from 'void (sqInt)' (aka 'void (long)') [-Wincompatible-function-pointer-types]
        VM->push = push;
                 ^ ~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:308:16: warning: incompatible function pointer types assigning to 'sqInt (*)(double)' (aka 'long (*)(double)') from 'void (double)' [-Wincompatible-function-pointer-types]
        VM->pushFloat = pushFloat;
                      ^ ~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:432:37: warning: incompatible function pointer types assigning to 'void *(*)(sqInt, sqInt, sqInt)' (aka 'void *(*)(long, long, long)') from 'void *(sqInt, sqInt, void *)' (aka 'void *(long, long, void *)') [-Wincompatible-function-pointer-types]
        VM->ioLoadSymbolOfLengthFromModule = ioLoadSymbolOfLengthFromModule;
                                           ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:459:26: warning: incompatible function pointer types assigning to 'void (*)(void)' from 'sqInt (void)' (aka 'long (void)') [-Wincompatible-function-pointer-types]
        VM->forceInterruptCheck = forceInterruptCheck;
                                ^ ~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:510:22: warning: incompatible function pointer types assigning to 'volatile unsigned long (*)(void)' from 'volatile unsigned long long (void)' [-Wincompatible-function-pointer-types]
        VM->utcMicroseconds = ioUTCMicroseconds;
                            ^ ~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:546:23: warning: incompatible function pointer types assigning to 'sqInt (*)(char *)' (aka 'long (*)(char *)') from 'sqInt (const char *)' (aka 'long (const char *)') [-Wincompatible-function-pointer-types]
        VM->stringForCString = stringForCString;
                             ^ ~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:557:37: warning: incompatible function pointer types assigning to 'sqInt (*)(vmccp)' (aka 'long (*)(struct _VMCallbackContext *)') from 'sqInt (void *)' (aka 'long (void *)') [-Wincompatible-function-pointer-types]
        VM->ptEnterInterpreterFromCallback = ptEnterInterpreterFromCallback;
                                           ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:558:34: warning: incompatible function pointer types assigning to 'sqInt (*)(vmccp)' (aka 'long (*)(struct _VMCallbackContext *)') from 'sqInt (void *)' (aka 'long (void *)') [-Wincompatible-function-pointer-types]
        VM->ptExitInterpreterToCallback = ptExitInterpreterToCallback;
                                        ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:562:27: warning: incompatible function pointer types assigning to 'sqInt (*)(int)' (aka 'long (*)(int)') from 'Semaphore *(int)' (aka 'struct __Semaphore *(int)') [-Wincompatible-function-pointer-types]
        VM->platformSemaphoreNew = platform_semaphore_new;
                                 ^ ~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:565:35: warning: incompatible function pointer types assigning to 'sqInt (*)(sqInt)' (aka 'long (*)(long)') from 'void (sqInt)' (aka 'void (long)') [-Wincompatible-function-pointer-types]
        VM->waitOnExternalSemaphoreIndex = waitOnExternalSemaphoreIndex;
                                         ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
14 warnings generated.
[ 29%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqNamedPrims.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqNamedPrims.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqNamedPrims.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqNamedPrims.c:14:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqNamedPrims.c:14:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqNamedPrims.c:14:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqNamedPrims.c:14:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
4 warnings generated.
[ 30%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqExternalSemaphores.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqExternalSemaphores.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqExternalSemaphores.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqExternalSemaphores.c:32:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqExternalSemaphores.c:32:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqExternalSemaphores.c:32:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqExternalSemaphores.c:32:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqExternalSemaphores.c:135:6: warning: unused variable 'v' [-Wunused-variable]
        int v;
            ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqExternalSemaphores.c:267:11: warning: unused variable 'xArray' [-Wunused-variable]
    sqInt xArray;
          ^
6 warnings generated.
[ 31%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqTicker.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqTicker.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqTicker.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqTicker.c:54:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqTicker.c:54:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqTicker.c:54:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqTicker.c:54:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
4 warnings generated.
[ 31%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/osx/aioOSX.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/osx/aioOSX.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/osx/aioOSX.c
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/osx/aioOSX.c:264:6: warning: unused variable 'n' [-Wunused-variable]
        int n;
            ^
1 warning generated.
[ 32%] Building C object CMakeFiles/PharoVMCore.dir/src/debugUnix.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/debugUnix.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/src/debugUnix.c
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/src/debugUnix.c:369:8: warning: unused variable 'pc' [-Wunused-variable]
        void *pc;
              ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/src/debugUnix.c:489:2: warning: 'getcontext' is deprecated: first deprecated in macOS 10.6 - No longer supported [-Wdeprecated-declarations]
        getcontext(&uap);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ucontext.h:38:6: note: 'getcontext' has been explicitly marked deprecated here
int  getcontext(ucontext_t *);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/src/debugUnix.c:77:12: warning: unused variable 'inFault' [-Wunused-variable]
static int inFault = 0;
           ^
3 warnings generated.
[ 32%] Building CXX object CMakeFiles/PharoVMCore.dir/src/utilsMac.mm.o
/Library/Developer/CommandLineTools/usr/bin/c++ -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/utilsMac.mm.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/src/utilsMac.mm
[ 33%] Building C object CMakeFiles/PharoVMCore.dir/src/fileDialogMac.m.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/fileDialogMac.m.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/src/fileDialogMac.m
NewUndeclaredWarning: VMSimpleStackBasedCogitAbstractTest>>openMachineDebuggerAt: (VMMachineCodeDebugger is Undeclared)
[ 33%] Building C object CMakeFiles/PharoVMCore.dir/src/parameters/parameters.m.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/parameters/parameters.m.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/src/parameters/parameters.m
[ 34%] Building C object CMakeFiles/PharoVMCore.dir/src/memoryUnix.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/memoryUnix.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/src/memoryUnix.c
[ 35%] Linking CXX shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_link_script CMakeFiles/PharoVMCore.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/c++  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -dynamiclib -Wl,-headerpad_max_install_names -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib -install_name @executable_path/Plugins/libPharoVMCore.dylib CMakeFiles/PharoVMCore.dir/src/debug.c.o CMakeFiles/PharoVMCore.dir/src/utils.c.o CMakeFiles/PharoVMCore.dir/src/errorCode.c.o CMakeFiles/PharoVMCore.dir/src/nullDisplay.c.o CMakeFiles/PharoVMCore.dir/src/externalPrimitives.c.o CMakeFiles/PharoVMCore.dir/src/client.c.o CMakeFiles/PharoVMCore.dir/src/pathUtilities.c.o CMakeFiles/PharoVMCore.dir/src/fileDialogCommon.c.o CMakeFiles/PharoVMCore.dir/src/stringUtilities.c.o CMakeFiles/PharoVMCore.dir/src/imageAccess.c.o CMakeFiles/PharoVMCore.dir/src/parameters/parameterVector.c.o CMakeFiles/PharoVMCore.dir/src/parameters/parameters.c.o CMakeFiles/PharoVMCore.dir/src/semaphores/platformSemaphore.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/heartbeat.c.o CMakeFiles/PharoVMCore.dir/ffi/src/functionDefinitionPrimitives.c.o CMakeFiles/PharoVMCore.dir/ffi/src/primitiveCalls.c.o CMakeFiles/PharoVMCore.dir/ffi/src/primitiveUtils.c.o CMakeFiles/PharoVMCore.dir/ffi/src/types.c.o CMakeFiles/PharoVMCore.dir/ffi/src/typesPrimitives.c.o CMakeFiles/PharoVMCore.dir/ffi/src/utils.c.o CMakeFiles/PharoVMCore.dir/ffi/src/sameThread/sameThread.c.o CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbackPrimitives.c.o CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbacks.c.o CMakeFiles/PharoVMCore.dir/src/semaphores/pharoSemaphore.c.o CMakeFiles/PharoVMCore.dir/src/threadSafeQueue/threadSafeQueue.c.o CMakeFiles/PharoVMCore.dir/ffi/src/pThreadedFFI.c.o CMakeFiles/PharoVMCore.dir/ffi/src/worker/worker.c.o CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerPrimitives.c.o CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerTask.c.o CMakeFiles/PharoVMCore.dir/generated/64/vm/src/gcc3x-interp.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqHeapMap.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqVirtualMachine.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqNamedPrims.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqExternalSemaphores.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqTicker.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/osx/aioOSX.c.o CMakeFiles/PharoVMCore.dir/src/debugUnix.c.o CMakeFiles/PharoVMCore.dir/src/utilsMac.mm.o CMakeFiles/PharoVMCore.dir/src/fileDialogMac.m.o CMakeFiles/PharoVMCore.dir/src/parameters/parameters.m.o CMakeFiles/PharoVMCore.dir/src/memoryUnix.c.o  -Wl,-rpath,@executable_path/Plugins /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/lib/libffi.tbd -framework AppKit -framework CoreGraphics 
[ 35%] Built target PharoVMCore
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/SqueakSSL.dir/build.make CMakeFiles/SqueakSSL.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/SqueakSSL.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/SqueakSSL.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/SqueakSSL.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/SqueakSSL.dir/depend.internal".
Scanning dependencies of target SqueakSSL
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/SqueakSSL.dir/build.make CMakeFiles/SqueakSSL.dir/build
[ 36%] Building C object CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DSqueakSSL_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "SqueakSSLPlugin VMMaker.oscog-eem.2480 uuid: bb3ffda7-8241-4dea-b886-d656e474b6c1 " __DATE__ ;
            ^
1 warning generated.
[ 37%] Building C object CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DSqueakSSL_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c:11:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c:11:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c:11:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c:11:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c:502:36: warning: cast to smaller integer type 'int' from 'sqSSL *' (aka 'struct sqSSL *') [-Wpointer-to-int-cast]
    logTrace("sqConnectSSL: %x\n", (int)ssl);
                                   ^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm/debug.h:34:83: note: expanded from macro 'logTrace'
#define logTrace(...)   logMessage(LOG_TRACE, __FILENAME__, __FUNCTION__, __LINE__, __VA_ARGS__)
                                                                                    ^~~~~~~~~~~
5 warnings generated.
MetacelloNotification: Loaded -> VMMakerTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-MT-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
[ 37%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libSqueakSSL.dylib
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_link_script CMakeFiles/SqueakSSL.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -dynamiclib -Wl,-headerpad_max_install_names -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libSqueakSSL.dylib -install_name @executable_path/Plugins/libSqueakSSL.dylib CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c.o CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c.o  -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib -framework CoreFoundation -framework Security /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/lib/libffi.tbd -framework AppKit -framework CoreGraphics 
[ 37%] Built target SqueakSSL
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/FilePlugin.dir/build.make CMakeFiles/FilePlugin.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/FilePlugin.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/FilePlugin.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/FilePlugin.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/FilePlugin.dir/depend.internal".
Scanning dependencies of target FilePlugin
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/FilePlugin.dir/build.make CMakeFiles/FilePlugin.dir/build
[ 38%] Building C object CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFilePlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c:32:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c:32:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c:32:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c:32:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c:846:1: warning: non-void function does not return a value in all control paths [-Wreturn-type]
}
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c:844:17: warning: unused typedef 'aioHandler' [-Wunused-local-typedef]
        typedef void (*aioHandler)(int fd, void *clientData, int flag);
                       ^
6 warnings generated.
[ 38%] Building C object CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFilePlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c:31:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c:31:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c:31:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c:31:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
4 warnings generated.
[ 39%] Building C object CMakeFiles/FilePlugin.dir/extracted/vm/src/unix/sqUnixCharConv.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFilePlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/FilePlugin.dir/extracted/vm/src/unix/sqUnixCharConv.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/unix/sqUnixCharConv.c
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/unix/sqUnixCharConv.c:108:9: warning: unused variable 'utf8' [-Wunused-variable]
  int   utf8= 0;
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/unix/sqUnixCharConv.c:133:87: warning: cast to smaller integer type 'CFStringEncoding' (aka 'unsigned int') from 'void *' [-Wvoid-pointer-to-int-cast]
  CFStringRef        cfs= CFStringCreateWithBytes(NULL, (unsigned char *)from, fromLen, (CFStringEncoding)fromCode, 0);
                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/unix/sqUnixCharConv.c:144:45: warning: cast to smaller integer type 'CFStringEncoding' (aka 'unsigned int') from 'void *' [-Wvoid-pointer-to-int-cast]
    CFIndex num= CFStringGetBytes(str, rng, (CFStringEncoding)toCode, '?', 0, (UInt8 *)to, toLen - term, &len);
                                            ^~~~~~~~~~~~~~~~~~~~~~~~
3 warnings generated.
[ 39%] Building C object CMakeFiles/FilePlugin.dir/src/fileUtils.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFilePlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/FilePlugin.dir/src/fileUtils.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/src/fileUtils.c
[ 40%] Building C object CMakeFiles/FilePlugin.dir/generated/64/plugins/src/FilePlugin/FilePlugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFilePlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/FilePlugin.dir/generated/64/plugins/src/FilePlugin/FilePlugin.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c
[ 29%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/pThreadedFFI.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/ffi/src/pThreadedFFI.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/src/pThreadedFFI.c
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:504:10: warning: incompatible integer to pointer conversion returning 'sqInt' (aka 'long') from a function with result type 'void *' [-Wint-conversion]
                return primitiveFailFor(PrimErrBadArgument);
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:780:11: warning: unused variable 'createDateOop' [-Wunused-variable]
    sqInt createDateOop;
          ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:790:11: warning: unused variable 'nameString' [-Wunused-variable]
    sqInt nameString;
          ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:795:11: warning: unused variable 'results' [-Wunused-variable]
    sqInt results;
          ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:786:11: warning: unused variable 'i' [-Wunused-variable]
    sqInt i;
          ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:785:11: warning: unused variable 'fileSizeOop' [-Wunused-variable]
    sqInt fileSizeOop;
          ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:788:11: warning: unused variable 'modDateOop' [-Wunused-variable]
    sqInt modDateOop;
          ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:797:11: warning: unused variable 'stringPtr' [-Wunused-variable]
    char *stringPtr;
          ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:1135:13: warning: unused variable 'file1' [-Wunused-variable]
    SQFile *file1;
            ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:1127:11: warning: unused variable 'array1' [-Wunused-variable]
    sqInt array1;
          ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:1133:12: warning: unused variable 'elementSize1' [-Wunused-variable]
    size_t elementSize1;
           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:1137:11: warning: unused variable 'objectPointer1' [-Wunused-variable]
    sqInt objectPointer1;
          ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:1129:11: warning: unused variable 'bytesRead1' [-Wunused-variable]
    sqInt bytesRead1;
          ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:1141:12: warning: unused variable 'startIndex1' [-Wunused-variable]
    size_t startIndex1;
           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:1131:12: warning: unused variable 'count1' [-Wunused-variable]
    size_t count1;
           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:1138:11: warning: unused variable 'retryCount' [-Wunused-variable]
    sqInt retryCount;
          ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:1629:21: warning: incompatible function pointer types assigning to 'sqInt (*)(sqInt)' (aka 'long (*)(long)') from 'sqInt (*)(int)' (aka 'long (*)(int)') [-Wincompatible-function-pointer-types]
                characterObjectOf = interpreterProxy->characterObjectOf;
                                  ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:1643:10: warning: incompatible function pointer types assigning to 'sqInt (*)(void)' (aka 'long (*)(void)') from 'void (*)(void)' [-Wincompatible-function-pointer-types]
                fullGC = interpreterProxy->fullGC;
                       ^ ~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "FilePlugin * VMMaker-tonel.1 uuid: c41fd806-c29e-0d00-a7b3-390700ce425e " __DATE__ ;
            ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:230:1: warning: unused function 'connectToFdwrite' [-Wunused-function]
connectToFdwrite(int fd, sqInt writeFlag)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:257:1: warning: unused function 'connectToFilewrite' [-Wunused-function]
connectToFilewrite(void *cfile, sqInt writeFlag)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:384:1: warning: unused function 'makeDirEntryNamesizecreateDatemodDateisDirfileSize' [-Wunused-function]
makeDirEntryNamesizecreateDatemodDateisDirfileSize(char *entryName, sqInt entryNameSize, sqInt createDate, sqInt modifiedDate, sqInt dirFlag, squeakFileOffsetType fileSize)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:1230:1: warning: unused function 'primitiveFileReadWithoutPinning' [-Wunused-function]
primitiveFileReadWithoutPinning(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:1285:1: warning: unused function 'primitiveFileReadWithPinning' [-Wunused-function]
primitiveFileReadWithPinning(void)
^
24 warnings generated.
[ 41%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libFilePlugin.dylib
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_link_script CMakeFiles/FilePlugin.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -dynamiclib -Wl,-headerpad_max_install_names -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libFilePlugin.dylib -install_name @executable_path/Plugins/libFilePlugin.dylib CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c.o CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c.o CMakeFiles/FilePlugin.dir/extracted/vm/src/unix/sqUnixCharConv.c.o CMakeFiles/FilePlugin.dir/src/fileUtils.c.o CMakeFiles/FilePlugin.dir/generated/64/plugins/src/FilePlugin/FilePlugin.c.o  -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib -framework CoreFoundation /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/lib/libffi.tbd -framework AppKit -framework CoreGraphics 
[ 42%] Built target FilePlugin
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/FileAttributesPlugin.dir/build.make CMakeFiles/FileAttributesPlugin.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/FileAttributesPlugin.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/FileAttributesPlugin.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/FileAttributesPlugin.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/FileAttributesPlugin.dir/depend.internal".
Scanning dependencies of target FileAttributesPlugin
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/FileAttributesPlugin.dir/build.make CMakeFiles/FileAttributesPlugin.dir/build
[ 43%] Building C object CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFileAttributesPlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:709:18: warning: unused variable 'mask' [-Wunused-variable]
    unsigned int mask;
                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "FileAttributesPlugin FileAttributesPlugin.oscog-akg.49 uuid: 00b4eed5-b2a8-454a-90b7-c3662d7c5423 " __DATE__ ;
            ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:183:1: warning: unused function 'addressObjectFor' [-Wunused-function]
addressObjectFor(void *aMachineAddress)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:313:1: warning: unused function 'badSessionId' [-Wunused-function]
badSessionId(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:354:1: warning: unused function 'faSuccess' [-Wunused-function]
faSuccess(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:384:1: warning: unused function 'objectFromStructsize' [-Wunused-function]
objectFromStructsize(void *aMachineAddress, sqInt structSize)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:403:1: warning: unused function 'pathOoptoBuffermaxLen' [-Wunused-function]
pathOoptoBuffermaxLen(sqInt pathNameOop, char *cPathName, sqInt maxLen)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:424:1: warning: unused function 'pointerFrom' [-Wunused-function]
pointerFrom(sqInt directoryPointerBytes)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:1093:1: warning: unused function 'readLinkintomaxLength' [-Wunused-function]
readLinkintomaxLength(char *cPathName, char *cLinkPtr, size_t maxLength)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:1171:1: warning: unused function 'sizeOfFaPath' [-Wunused-function]
sizeOfFaPath(void)
^
10 warnings generated.
[ 43%] Building C object CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFileAttributesPlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c:7:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c:7:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c:7:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c:7:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
4 warnings generated.
[ 44%] Building C object CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFileAttributesPlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c:10:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c:10:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c:10:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c:10:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c:468:6: warning: unused variable 'mode' [-Wunused-variable]
int             mode;
                ^
5 warnings generated.
[ 44%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libFileAttributesPlugin.dylib
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_link_script CMakeFiles/FileAttributesPlugin.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -dynamiclib -Wl,-headerpad_max_install_names -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libFileAttributesPlugin.dylib -install_name @executable_path/Plugins/libFileAttributesPlugin.dylib CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c.o CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c.o CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c.o  -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libFilePlugin.dylib build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/lib/libffi.tbd -framework AppKit -framework CoreGraphics 
[ 44%] Built target FileAttributesPlugin
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/SDL2-2.0.14.dir/build.make CMakeFiles/SDL2-2.0.14.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/SDL2-2.0.14.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/SDL2-2.0.14.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/SDL2-2.0.14.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/SDL2-2.0.14.dir/depend.internal".
Scanning dependencies of target SDL2-2.0.14
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/SDL2-2.0.14.dir/build.make CMakeFiles/SDL2-2.0.14.dir/build
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/SDL2-2.0.14-src/libSDL2-2.0.0.dylib /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/SDL2-2.0.14-src/libSDL2.dylib /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
[ 44%] Built target SDL2-2.0.14
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/libpng-1.6.37.dir/build.make CMakeFiles/libpng-1.6.37.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/libpng-1.6.37.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/libpng-1.6.37.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/libpng-1.6.37.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/libpng-1.6.37.dir/depend.internal".
Scanning dependencies of target libpng-1.6.37
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/libpng-1.6.37.dir/build.make CMakeFiles/libpng-1.6.37.dir/build
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/libpng-1.6.37-src/libpng.dylib /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/libpng-1.6.37-src/libpng16.16.dylib /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/libpng-1.6.37-src/libpng16.dylib /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
[ 44%] Built target libpng-1.6.37
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/cairo-1.16.0.dir/build.make CMakeFiles/cairo-1.16.0.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/cairo-1.16.0.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/cairo-1.16.0.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/cairo-1.16.0.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/cairo-1.16.0.dir/depend.internal".
Scanning dependencies of target cairo-1.16.0
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/cairo-1.16.0.dir/build.make CMakeFiles/cairo-1.16.0.dir/build
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/cairo-1.16.0-src/libcairo.2.dylib /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/cairo-1.16.0-src/libcairo.dylib /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
[ 44%] Built target cairo-1.16.0
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/pixman-0.40.0.dir/build.make CMakeFiles/pixman-0.40.0.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/pixman-0.40.0.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/pixman-0.40.0.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/pixman-0.40.0.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/pixman-0.40.0.dir/depend.internal".
Scanning dependencies of target pixman-0.40.0
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/pixman-0.40.0.dir/build.make CMakeFiles/pixman-0.40.0.dir/build
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/pixman-0.40.0-src/libpixman-1.0.40.0.dylib /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/pixman-0.40.0-src/libpixman-1.0.dylib /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/pixman-0.40.0-src/libpixman-1.dylib /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
[ 44%] Built target pixman-0.40.0
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/freetype-2.10.0.dir/build.make CMakeFiles/freetype-2.10.0.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/freetype-2.10.0.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/freetype-2.10.0.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/freetype-2.10.0.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/freetype-2.10.0.dir/depend.internal".
Scanning dependencies of target freetype-2.10.0
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/freetype-2.10.0.dir/build.make CMakeFiles/freetype-2.10.0.dir/build
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/freetype-2.10.0-src/libfreetype.6.dylib /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/freetype-2.10.0-src/libfreetype.dylib /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
[ 44%] Built target freetype-2.10.0
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/libssh2-1.9.0.dir/build.make CMakeFiles/libssh2-1.9.0.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/libssh2-1.9.0.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/libssh2-1.9.0.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/libssh2-1.9.0.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/libssh2-1.9.0.dir/depend.internal".
Scanning dependencies of target libssh2-1.9.0
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/libssh2-1.9.0.dir/build.make CMakeFiles/libssh2-1.9.0.dir/build
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/libssh2-1.9.0-src/libssh2.1.0.1.dylib /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/libssh2-1.9.0-src/libssh2.1.dylib /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/libssh2-1.9.0-src/libssh2.dylib /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
[ 44%] Built target libssh2-1.9.0
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/libgit2-1.0.1.dir/build.make CMakeFiles/libgit2-1.0.1.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/libgit2-1.0.1.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/libgit2-1.0.1.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/libgit2-1.0.1.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/libgit2-1.0.1.dir/depend.internal".
Scanning dependencies of target libgit2-1.0.1
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/libgit2-1.0.1.dir/build.make CMakeFiles/libgit2-1.0.1.dir/build
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/libgit2-1.0.1-src/libgit2.1.0.1.dylib /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/libgit2-1.0.1-src/libgit2.1.0.dylib /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/libgit2-1.0.1-src/libgit2.dylib /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
[ 44%] Built target libgit2-1.0.1
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/openssl-1.1.1k.dir/build.make CMakeFiles/openssl-1.1.1k.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/openssl-1.1.1k.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/openssl-1.1.1k.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/openssl-1.1.1k.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/openssl-1.1.1k.dir/depend.internal".
Scanning dependencies of target openssl-1.1.1k
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/openssl-1.1.1k.dir/build.make CMakeFiles/openssl-1.1.1k.dir/build
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/openssl-1.1.1k-src/libcrypto.1.1.dylib /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/openssl-1.1.1k-src/libcrypto.dylib /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/openssl-1.1.1k-src/libssl.1.1.dylib /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
NewUndeclaredWarning: VMMTTests>>testHeartbeatReleasesVMWhenNoProcessIsWilling (CAContinuation is Undeclared)
NewUndeclaredWarning: VMMTTests>>testTryOwningOwnedVMLeavesThreadInWaitingState (CAContinuation is Undeclared)
NewUndeclaredWarning: VMMockCogThreadManager>>ioWaitOnOSSemaphore: (CAContinuation is Undeclared)
MetacelloNotification: Loaded -> VMMaker-MT-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-Tools-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
NewUndeclaredWarning: SimulatorMorph>>callStackPanel (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorph>>commandPanel (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorph>>contextPanel (ObjectExplorerWrapper is Undeclared)
NewUndeclaredWarning: SimulatorMorph>>initializeWithVMSimulator:title:aTranscript: (SimulatorMorphicModel is Undeclared)
NewUndeclaredWarning: SimulatorMorph>>stackPanel (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorph>>transcriptPanel (PluggableTextMorph is Undeclared)
MetacelloNotification: Loaded -> VMMaker-Tools-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-OriginalTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
NewUndeclaredWarning: SpurImageTestResource class>>preenImage (Spur32BitPreen is Undeclared)
NewUndeclaredWarning: SpurPlanningCompactorTests class>>preenImage (Spur32BitPreen is Undeclared)
SystemNotification: FloatMathPluginTests>>makeTestData:using:seed:rounds:(seed is shadowed)
NewUndeclaredWarning: FloatMathPluginTests>>makeTestData:using:seed:rounds: (FileStream is Undeclared)
NewUndeclaredWarning: FloatMathPluginTests>>makeTestData:using:seed:rounds: (Sensor is Undeclared)
SystemNotification: FloatMathPluginTests>>verifyTestData:using:(seed is shadowed)
NewUndeclaredWarning: FloatMathPluginTests>>verifyTestData:using: (FileStream is Undeclared)
NewUndeclaredWarning: FloatMathPluginTests>>verifyTestData:using: (Sensor is Undeclared)
NewUndeclaredWarning: IncludedMethodsTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared)
NewUndeclaredWarning: IncludedMethodsTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2PluginTest>>testPluginPresent (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2PluginTest>>testPrimJPEGReadImage (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2PluginTest>>testPrimJPEGWriteImage (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2PluginTest>>testPrimJPEGWriteImage (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: MiscPrimitivePluginTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared)
NewUndeclaredWarning: MiscPrimitivePluginTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared)
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/openssl-1.1.1k-src/libssl.dylib /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
[ 44%] Built target openssl-1.1.1k
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/fontconfig-2.13.1.dir/build.make CMakeFiles/fontconfig-2.13.1.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/fontconfig-2.13.1.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/fontconfig-2.13.1.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/fontconfig-2.13.1.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/fontconfig-2.13.1.dir/depend.internal".
Scanning dependencies of target fontconfig-2.13.1
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/fontconfig-2.13.1.dir/build.make CMakeFiles/fontconfig-2.13.1.dir/build
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/fontconfig-2.13.1-src/libfontconfig.1.dylib /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/fontconfig-2.13.1-src/libfontconfig.dylib /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
[ 44%] Built target fontconfig-2.13.1
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/UnixOSProcessPlugin.dir/build.make CMakeFiles/UnixOSProcessPlugin.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/UnixOSProcessPlugin.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/UnixOSProcessPlugin.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/UnixOSProcessPlugin.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/UnixOSProcessPlugin.dir/depend.internal".
Scanning dependencies of target UnixOSProcessPlugin
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/UnixOSProcessPlugin.dir/build.make CMakeFiles/UnixOSProcessPlugin.dir/build
[ 44%] Building C object CMakeFiles/UnixOSProcessPlugin.dir/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DUnixOSProcessPlugin_EXPORTS -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/UnixOSProcessPlugin.dir/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:942:8: warning: comparison of array 'semaIndices' equal to a null pointer is always false [-Wtautological-pointer-compare]
        if (!(semaIndices == null)) {
              ^~~~~~~~~~~    ~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1053:6: warning: comparison of array 'semaIndices' equal to a null pointer is always false [-Wtautological-pointer-compare]
        if (semaIndices == null) {
            ^~~~~~~~~~~    ~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:3017:6: warning: comparison of array 'semaIndices' equal to a null pointer is always false [-Wtautological-pointer-compare]
        if (semaIndices == null) {
            ^~~~~~~~~~~    ~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4326:8: warning: comparison of array 'semaIndices' equal to a null pointer is always false [-Wtautological-pointer-compare]
        if (!(semaIndices == null)) {
              ^~~~~~~~~~~    ~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4462:36: warning: incompatible function pointer types assigning to 'void (*)(int, struct __siginfo *, void *)' from 'void (int)' [-Wincompatible-function-pointer-types]
        sigchldHandlerAction.sa_sigaction = reapChildProcess;
                                          ^ ~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4468:53: warning: comparison between pointer and integer ('int' and 'void *') [-Wpointer-integer-compare]
        if ((sigaction(SIGCHLD, &sigchldHandlerAction, 0)) == (sigErrorNumber())) {
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4511:74: warning: comparison between pointer and integer ('int' and 'void *') [-Wpointer-integer-compare]
        if ((sigaction(signalNumber, (&sigHandlerAction), (&oldHandlerAction))) == (sigErrorNumber())) {
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4561:8: warning: comparison of array 'semaIndices' equal to a null pointer is always false [-Wtautological-pointer-compare]
        if (!(semaIndices == null)) {
              ^~~~~~~~~~~    ~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4903:2: warning: expression result unused [-Wunused-value]
        (char *)strncpy(cString, stringPtr, len);
        ^       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "UnixOSProcessPlugin VMConstruction-Plugins-OSProcessPlugin.oscog-dtl.66 uuid: a8a2bf10-e7b3-4963-90b3-d69a2bee77bb " __DATE__ ;
            ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:365:1: warning: unused function 'argumentAtAsType' [-Wunused-function]
argumentAtAsType(sqInt classIdentifier)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:410:1: warning: unused function 'copyBytesFromtolength' [-Wunused-function]
copyBytesFromtolength(void *charArray1, void *charArray2, sqInt len)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:499:1: warning: unused function 'descriptorTableSize' [-Wunused-function]
descriptorTableSize(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:663:1: warning: unused function 'environmentAtSymbolAsType' [-Wunused-function]
environmentAtSymbolAsType(sqInt classIdentifier)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:688:1: warning: unused function 'fileDescriptorFrom' [-Wunused-function]
fileDescriptorFrom(sqInt aSQFileByteArray)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:718:1: warning: unused function 'fileRecordSize' [-Wunused-function]
fileRecordSize(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:732:1: warning: unused function 'fileValueOf' [-Wunused-function]
fileValueOf(sqInt anSQFileRecord)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1202:1: warning: unused function 'getThisSessionIdentifier' [-Wunused-function]
getThisSessionIdentifier(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1313:1: warning: unused function 'isSQFileObject' [-Wunused-function]
isSQFileObject(sqInt objectPointer)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1331:1: warning: unused function 'isSQSocketObject' [-Wunused-function]
isSQSocketObject(sqInt objectPointer)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1345:1: warning: unused function 'isValidFileSession' [-Wunused-function]
isValidFileSession(sqInt objectPointer)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1401:1: warning: unused function 'maskForThisThreadAndResend' [-Wunused-function]
maskForThisThreadAndResend(int sigNum)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1526:1: warning: unused function 'newSQFileByteArray' [-Wunused-function]
newSQFileByteArray(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1536:1: warning: unused function 'newSQSocketByteArray' [-Wunused-function]
newSQSocketByteArray(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1560:1: warning: unused function 'pointerFrom' [-Wunused-function]
pointerFrom(sqInt aByteArray)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4322:1: warning: unused function 'restoreDefaultSignalHandlers' [-Wunused-function]
restoreDefaultSignalHandlers(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4365:1: warning: unused function 'sendSignaltoPid' [-Wunused-function]
sendSignaltoPid(sqInt sig, sqInt pid)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4478:1: warning: unused function 'setSigIntDefaultHandler' [-Wunused-function]
setSigIntDefaultHandler(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4488:1: warning: unused function 'setSigIntIgnore' [-Wunused-function]
setSigIntIgnore(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4519:1: warning: unused function 'setSigPipeDefaultHandler' [-Wunused-function]
setSigPipeDefaultHandler(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4535:1: warning: unused function 'setSigPipeHandler' [-Wunused-function]
setSigPipeHandler(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4549:1: warning: unused function 'setSigPipeIgnore' [-Wunused-function]
setSigPipeIgnore(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4580:1: warning: unused function 'sigAbrtNumber' [-Wunused-function]
sigAbrtNumber(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4590:1: warning: unused function 'sigAlrmNumber' [-Wunused-function]
sigAlrmNumber(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4600:1: warning: unused function 'sigChldNumber' [-Wunused-function]
sigChldNumber(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4610:1: warning: unused function 'sigContNumber' [-Wunused-function]
sigContNumber(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4640:1: warning: unused function 'sigHoldNumber' [-Wunused-function]
sigHoldNumber(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4654:1: warning: unused function 'sigHupNumber' [-Wunused-function]
sigHupNumber(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4674:1: warning: unused function 'sigIntNumber' [-Wunused-function]
sigIntNumber(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4684:1: warning: unused function 'sigKillNumber' [-Wunused-function]
sigKillNumber(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4705:1: warning: unused function 'sigPipeNumber' [-Wunused-function]
sigPipeNumber(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4715:1: warning: unused function 'sigQuitNumber' [-Wunused-function]
sigQuitNumber(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4725:1: warning: unused function 'sigStopNumber' [-Wunused-function]
sigStopNumber(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4737:1: warning: unused function 'sigTermNumber' [-Wunused-function]
sigTermNumber(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4748:1: warning: unused function 'sigUsr1Number' [-Wunused-function]
sigUsr1Number(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4759:1: warning: unused function 'sigUsr2Number' [-Wunused-function]
sigUsr2Number(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4769:1: warning: unused function 'sizeOfInt' [-Wunused-function]
sizeOfInt(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4779:1: warning: unused function 'sizeOfPointer' [-Wunused-function]
sizeOfPointer(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4810:1: warning: unused function 'socketDescriptorFrom' [-Wunused-function]
socketDescriptorFrom(sqInt sqSocketOop)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4829:1: warning: unused function 'socketRecordSize' [-Wunused-function]
socketRecordSize(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4843:1: warning: unused function 'socketValueOf' [-Wunused-function]
socketValueOf(sqInt anSQSocketRecord)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4915:1: warning: unused function 'unixFileNumber' [-Wunused-function]
unixFileNumber(FILEHANDLETYPE fileHandle)
^
52 warnings generated.
[ 45%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libUnixOSProcessPlugin.dylib
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_link_script CMakeFiles/UnixOSProcessPlugin.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -dynamiclib -Wl,-headerpad_max_install_names -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libUnixOSProcessPlugin.dylib -install_name @executable_path/Plugins/libUnixOSProcessPlugin.dylib CMakeFiles/UnixOSProcessPlugin.dir/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c.o  -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libFilePlugin.dylib build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/lib/libffi.tbd -framework AppKit -framework CoreGraphics 
[ 45%] Built target UnixOSProcessPlugin
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/MiscPrimitivePlugin.dir/build.make CMakeFiles/MiscPrimitivePlugin.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/MiscPrimitivePlugin.dir/DependInfo.cmake --color=
NewUndeclaredWarning: CogARMCompilerTests>>processor (GdbARMAlien is Undeclared)
NewUndeclaredWarning: CogIA32CompilerTests>>processor (BochsIA32Alien is Undeclared)
NewUndeclaredWarning: CogMIPSELCompilerTests>>processor (MIPSELSimulator is Undeclared)
NewUndeclaredWarning: CogX64CompilerTests>>processor (BochsX64Alien is Undeclared)
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/MiscPrimitivePlugin.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/MiscPrimitivePlugin.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/MiscPrimitivePlugin.dir/depend.internal".
Scanning dependencies of target MiscPrimitivePlugin
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/MiscPrimitivePlugin.dir/build.make CMakeFiles/MiscPrimitivePlugin.dir/build
[ 46%] Building C object CMakeFiles/MiscPrimitivePlugin.dir/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DMiscPrimitivePlugin_EXPORTS -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/MiscPrimitivePlugin.dir/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "MiscPrimitivePlugin VMMaker.oscog-eem.2480 uuid: bb3ffda7-8241-4dea-b886-d656e474b6c1 " __DATE__ ;
            ^
1 warning generated.
[ 46%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libMiscPrimitivePlugin.dylib
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_link_script CMakeFiles/MiscPrimitivePlugin.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -dynamiclib -Wl,-headerpad_max_install_names -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libMiscPrimitivePlugin.dylib -install_name @executable_path/Plugins/libMiscPrimitivePlugin.dylib CMakeFiles/MiscPrimitivePlugin.dir/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c.o  -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/lib/libffi.tbd -framework AppKit -framework CoreGraphics 
[ 46%] Built target MiscPrimitivePlugin
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/FloatArrayPlugin.dir/build.make CMakeFiles/FloatArrayPlugin.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/FloatArrayPlugin.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/FloatArrayPlugin.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/FloatArrayPlugin.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/FloatArrayPlugin.dir/depend.internal".
Scanning dependencies of target FloatArrayPlugin
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/FloatArrayPlugin.dir/build.make CMakeFiles/FloatArrayPlugin.dir/build
[ 47%] Building C object CMakeFiles/FloatArrayPlugin.dir/generated/64/plugins/src/FloatArrayPlugin/FloatArrayPlugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFloatArrayPlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/FloatArrayPlugin.dir/generated/64/plugins/src/FloatArrayPlugin/FloatArrayPlugin.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/FloatArrayPlugin/FloatArrayPlugin.c
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/FloatArrayPlugin/FloatArrayPlugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "FloatArrayPlugin * VMMaker-tonel.1 uuid: c41fd806-c29e-0d00-a7b3-390700ce425e " __DATE__ ;
            ^
1 warning generated.
[ 47%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libFloatArrayPlugin.dylib
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_link_script CMakeFiles/FloatArrayPlugin.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -dynamiclib -Wl,-headerpad_max_install_names -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libFloatArrayPlugin.dylib -install_name @executable_path/Plugins/libFloatArrayPlugin.dylib CMakeFiles/FloatArrayPlugin.dir/generated/64/plugins/src/FloatArrayPlugin/FloatArrayPlugin.c.o  -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/lib/libffi.tbd -framework AppKit -framework CoreGraphics 
NewUndeclaredWarning: DetailedInstructionPrinter>>printInstructionsOn: (fullBlockRecursionSelector is Undeclared)
SystemNotification: CogStackPageSurrogate>>addressIsInPage:(address is shadowed)
MetacelloNotification: Loaded -> VMMaker-OriginalTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> FileAttributesPlugin-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
[ 47%] Built target FloatArrayPlugin
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/BitBltPlugin.dir/build.make CMakeFiles/BitBltPlugin.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/BitBltPlugin.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/BitBltPlugin.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/BitBltPlugin.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/BitBltPlugin.dir/depend.internal".
Scanning dependencies of target BitBltPlugin
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/BitBltPlugin.dir/build.make CMakeFiles/BitBltPlugin.dir/build
[ 47%] Building C object CMakeFiles/BitBltPlugin.dir/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DBitBltPlugin_EXPORTS -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/BitBltPlugin.dir/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1687:8: warning: unused variable 'endBits' [-Wunused-variable]
        sqInt endBits;
              ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1691:8: warning: unused variable 'startBits' [-Wunused-variable]
        sqInt startBits;
              ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1694:8: warning: unused variable 't' [-Wunused-variable]
        sqInt t;
              ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1686:8: warning: unused variable 'dxLowBits' [-Wunused-variable]
        sqInt dxLowBits;
              ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1693:8: warning: unused variable 'sxLowBits' [-Wunused-variable]
        sqInt sxLowBits;
              ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1690:8: warning: unused variable 'pixPerM11' [-Wunused-variable]
        sqInt pixPerM11;
              ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1685:8: warning: unused variable 'done' [-Wunused-variable]
        sqInt done;
              ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1689:8: warning: unused variable 'pixPerM1' [-Wunused-variable]
        sqInt pixPerM1;
              ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1688:15: warning: unused variable 'm1' [-Wunused-variable]
        unsigned int m1;
                     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1692:8: warning: unused variable 'startBits1' [-Wunused-variable]
        sqInt startBits1;
              ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4555:8: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        v = v;
                                        ~ ^ ~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4559:8: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        v = v;
                                        ~ ^ ~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:5028:8: warning: unused variable '_return_value' [-Wunused-variable]
        sqInt _return_value;
              ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6308:8: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        v = v;
                                        ~ ^ ~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6312:8: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        v = v;
                                        ~ ^ ~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:7944:12: warning: explicitly assigning value of variable of type 'unsigned int' to itself [-Wself-assign]
                                                        rgb = rgb;
                                                        ~~~ ^ ~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "BitBltSimulation VMMaker.oscog-eem.2493 uuid: d7437cc5-75c7-4a43-af6b-0f85bf0cebe6 " __DATE__ ;
            ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:411:1: warning: unused function 'affectedBottom' [-Wunused-function]
affectedBottom(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:418:1: warning: unused function 'affectedLeft' [-Wunused-function]
affectedLeft(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:425:1: warning: unused function 'affectedRight' [-Wunused-function]
affectedRight(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:432:1: warning: unused function 'affectedTop' [-Wunused-function]
affectedTop(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1133:1: warning: unused function 'checkSourceOverlap' [-Wunused-function]
checkSourceOverlap(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1271:1: warning: unused function 'copyBitsFastPathSpecialised' [-Wunused-function]
copyBitsFastPathSpecialised(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2494:1: warning: unused function 'default8To32Table' [-Wunused-function]
default8To32Table(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2538:1: warning: unused function 'deltaFromtonSteps' [-Wunused-function]
deltaFromtonSteps(sqInt x1, sqInt x2, sqInt n)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2563:1: warning: unused function 'destMaskAndPointerInit' [-Wunused-function]
destMaskAndPointerInit(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2610:1: warning: unused function 'dither32To16threshold' [-Wunused-function]
dither32To16threshold(unsigned int srcWord, sqInt ditherValue)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2626:1: warning: unused function 'drawLoopXY' [-Wunused-function]
drawLoopXY(sqInt xDelta, sqInt yDelta)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2771:1: warning: unused function 'expensiveDither32To16threshold' [-Wunused-function]
expensiveDither32To16threshold(unsigned int srcWord, sqInt ditherValue)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2819:1: warning: unused function 'fetchIntOrFloatofObject' [-Wunused-function]
fetchIntOrFloatofObject(sqInt fieldIndex, sqInt objectPointer)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2904:1: warning: unused function 'ignoreSourceOrHalftone' [-Wunused-function]
ignoreSourceOrHalftone(sqInt formPointer)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3066:1: warning: unused function 'loadBitBltDestForm' [-Wunused-function]
loadBitBltDestForm(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3551:1: warning: unused function 'loadBitBltSourceForm' [-Wunused-function]
loadBitBltSourceForm(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3641:1: warning: unused function 'loadColorMap' [-Wunused-function]
loadColorMap(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3755:1: warning: unused function 'loadColorMapShiftOrMaskFrom' [-Wunused-function]
loadColorMapShiftOrMaskFrom(sqInt mapOop)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3773:1: warning: unused function 'loadHalftoneForm' [-Wunused-function]
loadHalftoneForm(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3821:1: warning: unused function 'loadWarpBltFrom' [-Wunused-function]
loadWarpBltFrom(sqInt bbObj)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3986:1: warning: unused function 'mapPixelflags' [-Wunused-function]
mapPixelflags(sqInt sourcePixel, sqInt mapperFlags)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4016:1: warning: unused function 'mergewith' [-Wunused-function]
mergewith(unsigned int sourceWord, unsigned int destinationWord)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4490:1: warning: unused function 'partitionedRgbComponentAlphadestnBitsnPartitions' [-Wunused-function]
partitionedRgbComponentAlphadestnBitsnPartitions(unsigned int sourceWord, unsigned int destWord, sqInt nBits, sqInt nParts)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4637:1: warning: unused function 'performCopyLoop' [-Wunused-function]
performCopyLoop(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4790:1: warning: unused function 'pickSourcePixelsflagssrcMaskdestMasksrcShiftIncdstShiftInc' [-Wunused-function]
pickSourcePixelsflagssrcMaskdestMasksrcShiftIncdstShiftInc(sqInt nPixels, sqInt mapperFlags, sqInt srcMask, sqInt dstMask, sqInt srcShiftInc, sqInt dstShiftInc)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4892:1: warning: unused function 'pickWarpPixelAtXy' [-Wunused-function]
pickWarpPixelAtXy(sqInt xx, sqInt yy)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6406:1: warning: unused function 'rgbMap16To32' [-Wunused-function]
rgbMap16To32(sqInt sourcePixel)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6417:1: warning: unused function 'rgbMap32To32' [-Wunused-function]
rgbMap32To32(sqInt sourcePixel)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6427:1: warning: unused function 'rgbMapPixelflags' [-Wunused-function]
rgbMapPixelflags(sqInt sourcePixel, sqInt mapperFlags)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6764:1: warning: unused function 'showDisplayBits' [-Wunused-function]
showDisplayBits(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6780:1: warning: unused function 'sourceSkewAndPointerInit' [-Wunused-function]
sourceSkewAndPointerInit(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6842:1: warning: unused function 'sqAssert' [-Wunused-function]
sqAssert(sqInt aBool)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:7033:1: warning: unused function 'tryCopyingBitsQuickly' [-Wunused-function]
tryCopyingBitsQuickly(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:7160:1: warning: unused function 'warpBits' [-Wunused-function]
warpBits(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:7802:1: warning: unused function 'warpLoopSetup' [-Wunused-function]
warpLoopSetup(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:8027:1: warning: unused function 'warpPickSourcePixelsxDeltahyDeltahxDeltavyDeltavdstShiftIncflags' [-Wunused-function]
warpPickSourcePixelsxDeltahyDeltahxDeltavyDeltavdstShiftIncflags(sqInt nPixels, sqInt xDeltah, sqInt yDeltah, sqInt xDeltav, sqInt yDeltav, sqInt dstShiftInc, sqInt mapperFlags)
^
NewUndeclaredWarning: SmalltalkImage>>simulatePrimitive:args: (FileExistsException is Undeclared)
NewUndeclaredWarning: FakeStdinStream>>next (ActiveHand is Undeclared)
MetacelloNotification: Loaded -> FileAttributesPlugin-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: ...finished baseline
53 warnings generated.
[ 48%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libBitBltPlugin.dylib
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_link_script CMakeFiles/BitBltPlugin.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -dynamiclib -Wl,-headerpad_max_install_names -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libBitBltPlugin.dylib -install_name @executable_path/Plugins/libBitBltPlugin.dylib CMakeFiles/BitBltPlugin.dir/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c.o  -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/lib/libffi.tbd -framework AppKit -framework CoreGraphics 
[ 48%] Built target BitBltPlugin
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/LargeIntegers.dir/build.make CMakeFiles/LargeIntegers.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/LargeIntegers.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/LargeIntegers.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/LargeIntegers.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/LargeIntegers.dir/depend.internal".
Scanning dependencies of target LargeIntegers
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/LargeIntegers.dir/build.make CMakeFiles/LargeIntegers.dir/build
[ 49%] Building C object CMakeFiles/LargeIntegers.dir/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DLargeIntegers_EXPORTS -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/LargeIntegers.dir/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "LargeIntegersPlugin VMMaker.oscog-eem.2495 uuid: fcbf4c90-4c50-4ff3-8690-0edfded4f9c4 " __DATE__ ;
            ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:266:1: warning: unused function 'byteSizeOfCSI' [-Wunused-function]
byteSizeOfCSI(sqInt csi)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:332:1: warning: unused function 'cDigitAddlenwithleninto' [-Wunused-function]
cDigitAddlenwithleninto(unsigned int *pWordShort, sqInt shortLen, unsigned int *pWordLong, sqInt longLen, unsigned int *pWordRes)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:377:1: warning: unused function 'cDigitCopyFromtolen' [-Wunused-function]
cDigitCopyFromtolen(unsigned int *pFrom, unsigned int *pTo, sqInt len)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:389:1: warning: unused function 'cDigitDivlenremlenquolen' [-Wunused-function]
cDigitDivlenremlenquolen(unsigned int *pDiv, sqInt divLen, unsigned int *pRem, sqInt remLen, unsigned int *pQuo, sqInt quoLen)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:541:1: warning: unused function 'cDigitLshiftfromlentolen' [-Wunused-function]
cDigitLshiftfromlentolen(sqInt shiftCount, unsigned int *pFrom, sqInt lenFrom, unsigned int *pTo, sqInt lenTo)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:586:1: warning: unused function 'cDigitMontgomerylentimeslenmodulolenmInvModBinto' [-Wunused-function]
cDigitMontgomerylentimeslenmodulolenmInvModBinto(unsigned int *pFirst, sqInt firstLen, unsigned int *pSecond, sqInt secondLen, unsigned int *pThird, sqInt thirdLen, unsigned int mInv, unsigned int *pRes)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:659:1: warning: unused function 'cDigitMultiplylenwithlenintolen' [-Wunused-function]
cDigitMultiplylenwithlenintolen(unsigned int *pWordShort, sqInt shortLen, unsigned int *pWordLong, sqInt longLen, unsigned int *pWordRes, sqInt resLen)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:711:1: warning: unused function 'cDigitOfatput' [-Wunused-function]
cDigitOfatput(unsigned int *cPointer, sqInt zeroBasedDigitIndex, unsigned int aValue)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:724:1: warning: unused function 'cDigitOpshortlenlongleninto' [-Wunused-function]
cDigitOpshortlenlongleninto(sqInt opIndex, unsigned int *pWordShort, sqInt shortLen, unsigned int *pWordLong, sqInt longLen, unsigned int *pWordRes)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:768:1: warning: unused function 'cDigitReplacefromtowithstartingAt' [-Wunused-function]
cDigitReplacefromtowithstartingAt(unsigned int *pTo, sqInt start, sqInt stop, unsigned int *pFrom, sqInt repStart)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:781:1: warning: unused function 'cDigitRshiftfromlentolen' [-Wunused-function]
cDigitRshiftfromlentolen(sqInt shiftCount, unsigned int *pFrom, sqInt lenFrom, unsigned int *pTo, sqInt lenTo)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:825:1: warning: unused function 'cDigitSublenwithleninto' [-Wunused-function]
cDigitSublenwithleninto(unsigned int *pWordSmall, sqInt smallLen, unsigned int *pWordLarge, sqInt largeLen, unsigned int *pWordRes)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:994:1: warning: unused function 'digitAddLargewith' [-Wunused-function]
digitAddLargewith(sqInt firstInteger, sqInt secondInteger)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1254:1: warning: unused function 'digitCompareLargewith' [-Wunused-function]
digitCompareLargewith(sqInt firstInteger, sqInt secondInteger)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1278:1: warning: unused function 'digitDivLargewithnegative' [-Wunused-function]
digitDivLargewithnegative(sqInt firstInteger, sqInt secondInteger, sqInt neg)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1538:1: warning: unused function 'digitMontgomerytimesmodulomInvModB' [-Wunused-function]
digitMontgomerytimesmodulomInvModB(sqInt firstLarge, sqInt secondLarge, sqInt thirdLarge, unsigned int mInv)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1651:1: warning: unused function 'digitMultiplyLargewithnegative' [-Wunused-function]
digitMultiplyLargewithnegative(sqInt firstInteger, sqInt secondInteger, sqInt neg)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1754:1: warning: unused function 'digitOfCSIat' [-Wunused-function]
digitOfCSIat(sqInt csi, sqInt ix)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1766:1: warning: unused function 'digitOfLargeIntat' [-Wunused-function]
digitOfLargeIntat(sqInt aBytesOop, sqInt ix)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1786:1: warning: unused function 'digitSizeOfCSI' [-Wunused-function]
digitSizeOfCSI(sqInt csi)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1802:1: warning: unused function 'digitSizeOfLargeInt' [-Wunused-function]
digitSizeOfLargeInt(sqInt anOop)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1812:1: warning: unused function 'digitSubLargewith' [-Wunused-function]
digitSubLargewith(sqInt firstInteger, sqInt secondInteger)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:2100:1: warning: unused function 'highBitOfLargeInt' [-Wunused-function]
highBitOfLargeInt(sqInt anOop)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:2326:1: warning: unused function 'normalize' [-Wunused-function]
normalize(sqInt aLargeInteger)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:3797:1: warning: unused function 'sqAssert' [-Wunused-function]
sqAssert(sqInt aBool)
^
[ 30%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/worker/worker.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/ffi/src/worker/worker.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/src/worker/worker.c
26 warnings generated.
[ 49%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libLargeIntegers.dylib
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_link_script CMakeFiles/LargeIntegers.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -dynamiclib -Wl,-headerpad_max_install_names -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libLargeIntegers.dylib -install_name @executable_path/Plugins/libLargeIntegers.dylib CMakeFiles/LargeIntegers.dir/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c.o  -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/lib/libffi.tbd -framework AppKit -framework CoreGraphics 
[ 49%] Built target LargeIntegers
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/JPEGReaderPlugin.dir/build.make CMakeFiles/JPEGReaderPlugin.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/JPEGReaderPlugin.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/JPEGReaderPlugin.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/JPEGReaderPlugin.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/JPEGReaderPlugin.dir/depend.internal".
Scanning dependencies of target JPEGReaderPlugin
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/JPEGReaderPlugin.dir/build.make CMakeFiles/JPEGReaderPlugin.dir/build
[ 49%] Building C object CMakeFiles/JPEGReaderPlugin.dir/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReaderPlugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReaderPlugin.dir/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "JPEGReaderPlugin VMMaker.oscog-eem.2480 uuid: bb3ffda7-8241-4dea-b886-d656e474b6c1 " __DATE__ ;
            ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:250:1: warning: unused function 'colorConvertGrayscaleMCU' [-Wunused-function]
colorConvertGrayscaleMCU(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:300:1: warning: unused function 'colorConvertMCU' [-Wunused-function]
colorConvertMCU(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:442:1: warning: unused function 'decodeBlockIntocomponent' [-Wunused-function]
decodeBlockIntocomponent(int *anArray, int *aColorComponent)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:582:1: warning: unused function 'fillBuffer' [-Wunused-function]
fillBuffer(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:610:1: warning: unused function 'getBits' [-Wunused-function]
getBits(sqInt requestedBits)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:662:1: warning: unused function 'idctBlockIntqt' [-Wunused-function]
idctBlockIntqt(int *anArray, int *qt)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:940:1: warning: unused function 'nextSampleCb' [-Wunused-function]
nextSampleCb(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:976:1: warning: unused function 'nextSampleCr' [-Wunused-function]
nextSampleCr(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1012:1: warning: unused function 'nextSampleFromblocks' [-Wunused-function]
nextSampleFromblocks(int *aComponent, int **aBlockArray)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1048:1: warning: unused function 'nextSampleY' [-Wunused-function]
nextSampleY(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1733:1: warning: unused function 'scaleAndSignExtendinFieldWidth' [-Wunused-function]
scaleAndSignExtendinFieldWidth(sqInt aNumber, sqInt w)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1780:1: warning: unused function 'stInit' [-Wunused-function]
stInit(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1787:1: warning: unused function 'storeJPEGStreamOn' [-Wunused-function]
storeJPEGStreamOn(sqInt streamOop)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:111:14: warning: unused variable 'cbSampleStream' [-Wunused-variable]
static sqInt cbSampleStream;
             ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:114:14: warning: unused variable 'crSampleStream' [-Wunused-variable]
static sqInt crSampleStream;
             ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:181:14: warning: unused variable 'ySampleStream' [-Wunused-variable]
static sqInt ySampleStream;
             ^
17 warnings generated.
[ 50%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libJPEGReaderPlugin.dylib
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_link_script CMakeFiles/JPEGReaderPlugin.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -dynamiclib -Wl,-headerpad_max_install_names -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libJPEGReaderPlugin.dylib -install_name @executable_path/Plugins/libJPEGReaderPlugin.dylib CMakeFiles/JPEGReaderPlugin.dir/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c.o  -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/lib/libffi.tbd -framework AppKit -framework CoreGraphics 
[ 50%] Built target JPEGReaderPlugin
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/LocalePlugin.dir/build.make CMakeFiles/LocalePlugin.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/LocalePlugin.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/LocalePlugin.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/LocalePlugin.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/LocalePlugin.dir/depend.internal".
Scanning dependencies of target LocalePlugin
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/LocalePlugin.dir/build.make CMakeFiles/LocalePlugin.dir/build
[ 51%] Building C object CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DLocalePlugin_EXPORTS -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "LocalePlugin VMMaker.oscog-eem.2495 uuid: fcbf4c90-4c50-4ff3-8690-0edfded4f9c4 " __DATE__ ;
            ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c:388:1: warning: unused function 'sqAssert' [-Wunused-function]
sqAssert(sqInt aBool)
^
2 warnings generated.
[ 51%] Building C object CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DLocalePlugin_EXPORTS -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c:9:
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx/sqIOSLocale.h:11:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c:9:
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx/sqIOSLocale.h:11:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c:9:
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx/sqIOSLocale.h:11:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c:9:
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx/sqIOSLocale.h:11:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c:133:17: warning: incompatible integer to pointer conversion passing 'time_t' (aka 'long') to parameter of type 'time_t *' (aka 'long *') [-Wint-conversion]
        theTime = time((time_t)NULL);
                       ^~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/time.h:118:21: note: passing argument to parameter here
time_t time(time_t *);
                    ^
5 warnings generated.
[ 52%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libLocalePlugin.dylib
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_link_script CMakeFiles/LocalePlugin.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -dynamiclib -Wl,-headerpad_max_install_names -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libLocalePlugin.dylib -install_name @executable_path/Plugins/libLocalePlugin.dylib CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c.o CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c.o  -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib -framework CoreFoundation /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/lib/libffi.tbd -framework AppKit -framework CoreGraphics 
[ 52%] Built target LocalePlugin
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/SurfacePlugin.dir/build.make CMakeFiles/SurfacePlugin.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/SurfacePlugin.dir/DependInfo.cmake --color=
NewUndeclaredWarning: Cogit class>>genAndDis:options: (Compiler is Undeclared)
NewUndeclaredWarning: Cogit class>>initializeMiscConstants (UnicornProcessor is Undeclared)
NewUndeclaredWarning: Cogit>>initializeProcessor (MultiProcessor is Undeclared)
NewUndeclaredWarning: Cogit>>setClickStepBreakBlock (Debugger is Undeclared)
NewUndeclaredWarning: Cogit>>simulateCogCodeAt: (ProcessorSimulationTrap is Undeclared)
SystemNotification: RegisterAllocatingCogit>>resolveConflicts:with:to:(simStackPtr is shadowed)
NewUndeclaredWarning: StackToRegisterMappingCogit>>widthInDefaultFontOf: (NewParagraph is Undeclared)
[ 30%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerPrimitives.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerPrimitives.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/src/worker/workerPrimitives.c
[ 31%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerTask.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerTask.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/src/worker/workerTask.c
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/image && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-build
[ 14%] Performing install step for 'build_vmmaker_get_image'
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/image && echo

cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/image && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-install
[ 15%] Completed 'build_vmmaker_get_image'
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/build_vmmaker_get_image-complete
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-done
[ 15%] Built target build_vmmaker_get_image
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/PharoVMCore.dir/build.make CMakeFiles/PharoVMCore.dir/depend
[ 16%] Generating VM files for flavour: StackVM
build/vmmaker/vm/Contents/MacOS/Pharo --headless /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/image/VMMaker.image --no-default-preferences eval "PharoVMMaker generate: #'StackVM' outputDirectory: '/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM'"
Generating #StackVM in '/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM'...

warning, variable nsMethodCache doesn't exist or has already been removed
StackInterpreter>>checkImageVersionFrom: contains declaration for non-existent variable imageOffset
StackInterpreter>>reapAndResetErrorCodeTo:header: contains declaration for non-existent variable theSP
StackInterpreterPrimitives>>primitiveFFIAllocate contains declaration for non-existent variable ptr
StackInterpreter>>readImageFromFile:StartingAt: contains declaration for non-existent variable heapSize
StackInterpreter>>readImageFromFile:StartingAt: contains declaration for non-existent variable minimumMemory
StackInterpreter>>readImageFromFile:StartingAt: contains declaration for non-existent variable allocationReserve
StackInterpreterPrimitives>>doPrimitiveWorkerExtractReturnValue contains declaration for non-existent variable externalFunction
StackInterpreterPrimitives>>primitiveLoadSymbolFromModule contains declaration for non-existent variable ptr
StackInterpreterPrimitives>>primitiveFFIFree contains declaration for non-existent variable ptr

conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject:
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject:
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject:
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject:
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject:
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in primitiveFFIFree
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/SurfacePlugin.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/SurfacePlugin.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/SurfacePlugin.dir/depend.internal".
Scanning dependencies of target SurfacePlugin
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/SurfacePlugin.dir/build.make CMakeFiles/SurfacePlugin.dir/build
[ 52%] Building C object CMakeFiles/SurfacePlugin.dir/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DSurfacePlugin_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/SurfacePlugin.dir/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c:1:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c:1:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c:1:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c:1:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
4 warnings generated.
[ 53%] Building C object CMakeFiles/SurfacePlugin.dir/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DSurfacePlugin_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/SurfacePlugin.dir/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:492:19: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long') [-Wint-conversion]
        surfaceHandlePtr = fetchPointerofObject(0, surfaceHandle);
                         ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:493:29: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'sqIntptr_t' (aka 'long') [-Wint-conversion]
        result = ioRegisterSurface(surfaceHandlePtr, sqSurfaceDispatchPtr, surfaceIDPtr);
                                   ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:241:30: note: passing argument to parameter 'surfaceHandle' here
ioRegisterSurface(sqIntptr_t surfaceHandle, sqSurfaceDispatch *fn, int *surfaceIDPtr)
                             ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:493:47: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'sqSurfaceDispatch *' (aka 'struct sqSurfaceDispatch *') [-Wint-conversion]
        result = ioRegisterSurface(surfaceHandlePtr, sqSurfaceDispatchPtr, surfaceIDPtr);
                                                     ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:241:64: note: passing argument to parameter 'fn' here
ioRegisterSurface(sqIntptr_t surfaceHandle, sqSurfaceDispatch *fn, int *surfaceIDPtr)
                                                               ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "SurfacePlugin * VMMaker-tonel.1 uuid: c41fd806-c29e-0d00-a7b3-390700ce425e " __DATE__ ;
            ^
4 warnings generated.
[ 54%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libSurfacePlugin.dylib
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_link_script CMakeFiles/SurfacePlugin.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -dynamiclib -Wl,-headerpad_max_install_names -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libSurfacePlugin.dylib -install_name @executable_path/Plugins/libSurfacePlugin.dylib CMakeFiles/SurfacePlugin.dir/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c.o CMakeFiles/SurfacePlugin.dir/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c.o  -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/lib/libffi.tbd -framework AppKit -framework CoreGraphics 
[ 55%] Built target SurfacePlugin
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/UUIDPlugin.dir/build.make CMakeFiles/UUIDPlugin.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/UUIDPlugin.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/UUIDPlugin.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/UUIDPlugin.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/UUIDPlugin.dir/depend.internal".
Scanning dependencies of target UUIDPlugin
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/UUIDPlugin.dir/build.make CMakeFiles/UUIDPlugin.dir/build
[ 55%] Building C object CMakeFiles/UUIDPlugin.dir/plugins/UUIDPlugin/common/UUIDPlugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DUUIDPlugin_EXPORTS -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/UUIDPlugin.dir/plugins/UUIDPlugin/common/UUIDPlugin.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/plugins/UUIDPlugin/common/UUIDPlugin.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/plugins/UUIDPlugin/common/UUIDPlugin.c:2:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/plugins/UUIDPlugin/common/UUIDPlugin.c:2:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/plugins/UUIDPlugin/common/UUIDPlugin.c:2:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/plugins/UUIDPlugin/common/UUIDPlugin.c:2:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/plugins/UUIDPlugin/common/UUIDPlugin.c:108:11: warning: unused variable 'ok' [-Wunused-variable]
    sqInt ok;
          ^
5 warnings generated.
[ 56%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libUUIDPlugin.dylib
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_link_script CMakeFiles/UUIDPlugin.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -dynamiclib -Wl,-headerpad_max_install_names -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libUUIDPlugin.dylib -install_name @executable_path/Plugins/libUUIDPlugin.dylib CMakeFiles/UUIDPlugin.dir/plugins/UUIDPlugin/common/UUIDPlugin.c.o  -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/lib/libffi.tbd -framework AppKit -framework CoreGraphics 
[ 56%] Built target UUIDPlugin
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/DSAPrims.dir/build.make CMakeFiles/DSAPrims.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/DSAPrims.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/DSAPrims.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/DSAPrims.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/DSAPrims.dir/depend.internal".
Scanning dependencies of target DSAPrims
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/DSAPrims.dir/build.make CMakeFiles/DSAPrims.dir/build
[ 56%] Building C object CMakeFiles/DSAPrims.dir/extracted/plugins/DSAPrims/src/common/DSAPrims.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DDSAPrims_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/DSAPrims.dir/extracted/plugins/DSAPrims/src/common/DSAPrims.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "DSAPlugin CryptographyPlugins-eem.14 uuid: 54292ff0-b538-43ba-9195-26766c158ba9 " __DATE__ ;
            ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:106:1: warning: unused function 'addBackDivisorDigitShift' [-Wunused-function]
addBackDivisorDigitShift(sqInt digitShift)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:144:1: warning: unused function 'bigDivideLoop' [-Wunused-function]
bigDivideLoop(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:265:1: warning: unused function 'leftRotateby' [-Wunused-function]
leftRotateby(unsigned int anInteger, sqInt bits)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:675:1: warning: unused function 'subtractDivisorMultipliedByDigitdigitShift' [-Wunused-function]
subtractDivisorMultipliedByDigitdigitShift(sqInt digit, sqInt digitShift)
^
5 warnings generated.
[ 57%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libDSAPrims.dylib
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_link_script CMakeFiles/DSAPrims.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -dynamiclib -Wl,-headerpad_max_install_names -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libDSAPrims.dylib -install_name @executable_path/Plugins/libDSAPrims.dylib CMakeFiles/DSAPrims.dir/extracted/plugins/DSAPrims/src/common/DSAPrims.c.o  -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/lib/libffi.tbd -framework AppKit -framework CoreGraphics 
[ 57%] Built target DSAPrims
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/SocketPlugin.dir/build.make CMakeFiles/SocketPlugin.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/SocketPlugin.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/SocketPlugin.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/SocketPlugin.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/SocketPlugin.dir/depend.internal".
Scanning dependencies of target SocketPlugin
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/SocketPlugin.dir/build.make CMakeFiles/SocketPlugin.dir/build
[ 57%] Building C object CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DSocketPlugin_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:1499:8: warning: unused variable 'okToListen' [-Wunused-variable]
        sqInt okToListen;
              ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:2311:3: warning: pointer/integer type mismatch in conditional expression ('SocketPtr' (aka 'SQSocket *') and 'int') [-Wconditional-type-mismatch]
                ? ((SocketPtr) (firstIndexableField(socketOop)))
                ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "SocketPlugin VMMaker.oscog-eem.2495 uuid: fcbf4c90-4c50-4ff3-8690-0edfded4f9c4 " __DATE__ ;
            ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:245:1: warning: unused function 'netAddressToInt' [-Wunused-function]
netAddressToInt(unsigned char *ptrToByteArray)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:2296:1: warning: unused function 'socketRecordSize' [-Wunused-function]
socketRecordSize(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:2307:1: warning: unused function 'socketValueOf' [-Wunused-function]
socketValueOf(sqInt socketOop)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:2318:1: warning: unused function 'sqAssert' [-Wunused-function]
sqAssert(sqInt aBool)
^
7 warnings generated.
[ 58%] Building C object CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DSocketPlugin_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c
[ 58%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libSocketPlugin.dylib
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_link_script CMakeFiles/SocketPlugin.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -dynamiclib -Wl,-headerpad_max_install_names -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libSocketPlugin.dylib -install_name @executable_path/Plugins/libSocketPlugin.dylib CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c.o CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c.o  -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/lib/libffi.tbd -framework AppKit -framework CoreGraphics 
[ 58%] Built target SocketPlugin
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/B2DPlugin.dir/build.make CMakeFiles/B2DPlugin.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/B2DPlugin.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/B2DPlugin.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/B2DPlugin.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/B2DPlugin.dir/depend.internal".
Scanning dependencies of target B2DPlugin
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/B2DPlugin.dir/build.make CMakeFiles/B2DPlugin.dir/build
[ 58%] Building C object CMakeFiles/B2DPlugin.dir/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DB2DPlugin_EXPORTS -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/B2DPlugin.dir/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2474:11: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
        leftViaY = leftViaY;
        ~~~~~~~~ ^ ~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2497:12: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
        rightViaY = rightViaY;
        ~~~~~~~~~ ^ ~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3225:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        xp = xp;
                                        ~~ ^ ~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3241:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        yp = yp;
                                        ~~ ^ ~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3346:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        xp = xp;
                                        ~~ ^ ~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3362:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        yp = yp;
                                        ~~ ^ ~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3468:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        xp = xp;
                                        ~~ ^ ~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3484:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        yp = yp;
                                        ~~ ^ ~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3703:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        xp = xp;
                                        ~~ ^ ~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3719:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        yp = yp;
                                        ~~ ^ ~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13646:18: warning: expression result unused [-Wunused-value]
                ((signed)lastX >> 8);
                 ~~~~~~~~~~~~~ ^  ~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13676:18: warning: expression result unused [-Wunused-value]
        ((signed)lastX1 >> 8);
         ~~~~~~~~~~~~~~ ^  ~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "BalloonEnginePlugin VMMaker.oscog-eem.2480 uuid: bb3ffda7-8241-4dea-b886-d656e474b6c1 " __DATE__ ;
            ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:851:1: warning: unused function 'aaColorMaskGet' [-Wunused-function]
aaColorMaskGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:858:1: warning: unused function 'aaColorMaskPut' [-Wunused-function]
aaColorMaskPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:865:1: warning: unused function 'aaColorShiftGet' [-Wunused-function]
aaColorShiftGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:872:1: warning: unused function 'aaColorShiftPut' [-Wunused-function]
aaColorShiftPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:882:1: warning: unused function 'aaFirstPixelFromto' [-Wunused-function]
aaFirstPixelFromto(sqInt leftX, sqInt rightX)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:897:1: warning: unused function 'aaHalfPixelGet' [-Wunused-function]
aaHalfPixelGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:904:1: warning: unused function 'aaHalfPixelPut' [-Wunused-function]
aaHalfPixelPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:914:1: warning: unused function 'aaLastPixelFromto' [-Wunused-function]
aaLastPixelFromto(sqInt leftX, sqInt rightX)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:921:1: warning: unused function 'aaLevelGet' [-Wunused-function]
aaLevelGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:928:1: warning: unused function 'aaLevelPut' [-Wunused-function]
aaLevelPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:935:1: warning: unused function 'aaScanMaskGet' [-Wunused-function]
aaScanMaskGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:942:1: warning: unused function 'aaScanMaskPut' [-Wunused-function]
aaScanMaskPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:949:1: warning: unused function 'aaShiftGet' [-Wunused-function]
aaShiftGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:956:1: warning: unused function 'aaShiftPut' [-Wunused-function]
aaShiftPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:967:1: warning: unused function 'absoluteSquared8Dot24' [-Wunused-function]
absoluteSquared8Dot24(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1036:1: warning: unused function 'adjustAALevel' [-Wunused-function]
adjustAALevel(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1175:1: warning: unused function 'aetStartGet' [-Wunused-function]
aetStartGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1182:1: warning: unused function 'aetStartPut' [-Wunused-function]
aetStartPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1189:1: warning: unused function 'aetUsedGet' [-Wunused-function]
aetUsedGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1196:1: warning: unused function 'aetUsedPut' [-Wunused-function]
aetUsedPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1206:1: warning: unused function 'allocateAETEntry' [-Wunused-function]
allocateAETEntry(sqInt nSlots)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1220:1: warning: unused function 'allocateBezier' [-Wunused-function]
allocateBezier(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1240:1: warning: unused function 'allocateBezierStackEntry' [-Wunused-function]
allocateBezierStackEntry(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1254:1: warning: unused function 'allocateBitmapFillcolormap' [-Wunused-function]
allocateBitmapFillcolormap(sqInt cmSize, int *cmBits)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1321:1: warning: unused function 'allocateGradientFillrampWidthisRadial' [-Wunused-function]
allocateGradientFillrampWidthisRadial(int *ramp, sqInt rampWidth, sqInt isRadial)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1364:1: warning: unused function 'allocateLine' [-Wunused-function]
allocateLine(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1416:1: warning: unused function 'allocateStackEntry' [-Wunused-function]
allocateStackEntry(sqInt nSlots)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1430:1: warning: unused function 'allocateStackFillEntry' [-Wunused-function]
allocateStackFillEntry(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1443:1: warning: unused function 'allocateWideBezier' [-Wunused-function]
allocateWideBezier(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1463:1: warning: unused function 'allocateWideLine' [-Wunused-function]
allocateWideLine(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1483:1: warning: unused function 'areEdgeFillsValid' [-Wunused-function]
areEdgeFillsValid(sqInt edge)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1493:1: warning: unused function 'assureValuebetweenand' [-Wunused-function]
assureValuebetweenand(sqInt val1, sqInt val2, sqInt val3)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1516:1: warning: unused function 'bezierEndXOf' [-Wunused-function]
bezierEndXOf(sqInt bezier)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1523:1: warning: unused function 'bezierEndXOfput' [-Wunused-function]
bezierEndXOfput(sqInt bezier, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1530:1: warning: unused function 'bezierEndYOf' [-Wunused-function]
bezierEndYOf(sqInt bezier)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1537:1: warning: unused function 'bezierEndYOfput' [-Wunused-function]
bezierEndYOfput(sqInt bezier, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1544:1: warning: unused function 'bezierFinalXOf' [-Wunused-function]
bezierFinalXOf(sqInt bezier)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1551:1: warning: unused function 'bezierFinalXOfput' [-Wunused-function]
bezierFinalXOfput(sqInt bezier, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1558:1: warning: unused function 'bezierUpdateDataOf' [-Wunused-function]
bezierUpdateDataOf(sqInt bezier)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1565:1: warning: unused function 'bezierViaXOf' [-Wunused-function]
bezierViaXOf(sqInt bezier)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1572:1: warning: unused function 'bezierViaXOfput' [-Wunused-function]
bezierViaXOfput(sqInt bezier, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1579:1: warning: unused function 'bezierViaYOf' [-Wunused-function]
bezierViaYOf(sqInt bezier)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1586:1: warning: unused function 'bezierViaYOfput' [-Wunused-function]
bezierViaYOfput(sqInt bezier, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1593:1: warning: unused function 'bitmapCmSizeOf' [-Wunused-function]
bitmapCmSizeOf(sqInt bmFill)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1600:1: warning: unused function 'bitmapCmSizeOfput' [-Wunused-function]
bitmapCmSizeOfput(sqInt bmFill, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1607:1: warning: unused function 'bitmapDepthOf' [-Wunused-function]
bitmapDepthOf(sqInt bmFill)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1614:1: warning: unused function 'bitmapDepthOfput' [-Wunused-function]
bitmapDepthOfput(sqInt bmFill, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1621:1: warning: unused function 'bitmapHeightOf' [-Wunused-function]
bitmapHeightOf(sqInt bmFill)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1628:1: warning: unused function 'bitmapHeightOfput' [-Wunused-function]
bitmapHeightOfput(sqInt bmFill, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1635:1: warning: unused function 'bitmapRasterOf' [-Wunused-function]
bitmapRasterOf(sqInt bmFill)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1642:1: warning: unused function 'bitmapRasterOfput' [-Wunused-function]
bitmapRasterOfput(sqInt bmFill, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1649:1: warning: unused function 'bitmapSizeOf' [-Wunused-function]
bitmapSizeOf(sqInt bmFill)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1656:1: warning: unused function 'bitmapSizeOfput' [-Wunused-function]
bitmapSizeOfput(sqInt bmFill, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1663:1: warning: unused function 'bitmapTileFlagOf' [-Wunused-function]
bitmapTileFlagOf(sqInt bmFill)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1670:1: warning: unused function 'bitmapTileFlagOfput' [-Wunused-function]
bitmapTileFlagOfput(sqInt bmFill, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1677:1: warning: unused function 'bitmapValuebitsatXy' [-Wunused-function]
bitmapValuebitsatXy(sqInt bmFill, sqInt bits, sqInt xp, sqInt yp)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1740:1: warning: unused function 'bitmapWidthOf' [-Wunused-function]
bitmapWidthOf(sqInt bmFill)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1747:1: warning: unused function 'bitmapWidthOfput' [-Wunused-function]
bitmapWidthOfput(sqInt bmFill, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1754:1: warning: unused function 'bzEndX' [-Wunused-function]
bzEndX(sqInt index)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1765:1: warning: unused function 'bzEndXput' [-Wunused-function]
bzEndXput(sqInt index, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1776:1: warning: unused function 'bzEndY' [-Wunused-function]
bzEndY(sqInt index)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1787:1: warning: unused function 'bzEndYput' [-Wunused-function]
bzEndYput(sqInt index, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1798:1: warning: unused function 'bzStartX' [-Wunused-function]
bzStartX(sqInt index)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1809:1: warning: unused function 'bzStartXput' [-Wunused-function]
bzStartXput(sqInt index, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1820:1: warning: unused function 'bzStartY' [-Wunused-function]
bzStartY(sqInt index)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1831:1: warning: unused function 'bzStartYput' [-Wunused-function]
bzStartYput(sqInt index, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1842:1: warning: unused function 'bzViaX' [-Wunused-function]
bzViaX(sqInt index)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1853:1: warning: unused function 'bzViaXput' [-Wunused-function]
bzViaXput(sqInt index, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1864:1: warning: unused function 'bzViaY' [-Wunused-function]
bzViaY(sqInt index)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1875:1: warning: unused function 'bzViaYput' [-Wunused-function]
bzViaYput(sqInt index, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2030:1: warning: unused function 'checkedAddBezierToGET' [-Wunused-function]
checkedAddBezierToGET(sqInt bezier)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2058:1: warning: unused function 'checkedAddEdgeToGET' [-Wunused-function]
checkedAddEdgeToGET(sqInt edge)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2110:1: warning: unused function 'checkedAddLineToGET' [-Wunused-function]
checkedAddLineToGET(sqInt line)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2170:1: warning: unused function 'clampValuemax' [-Wunused-function]
clampValuemax(sqInt value, sqInt maxValue)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2218:1: warning: unused function 'clearSpanBufferGet' [-Wunused-function]
clearSpanBufferGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2225:1: warning: unused function 'clearSpanBufferPut' [-Wunused-function]
clearSpanBufferPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2232:1: warning: unused function 'clipMaxXGet' [-Wunused-function]
clipMaxXGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2239:1: warning: unused function 'clipMaxXPut' [-Wunused-function]
clipMaxXPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2246:1: warning: unused function 'clipMaxYGet' [-Wunused-function]
clipMaxYGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2253:1: warning: unused function 'clipMaxYPut' [-Wunused-function]
clipMaxYPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2260:1: warning: unused function 'clipMinXGet' [-Wunused-function]
clipMinXGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2267:1: warning: unused function 'clipMinXPut' [-Wunused-function]
clipMinXPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2274:1: warning: unused function 'clipMinYGet' [-Wunused-function]
clipMinYGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2281:1: warning: unused function 'clipMinYPut' [-Wunused-function]
clipMinYPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2288:1: warning: unused function 'colormapOf' [-Wunused-function]
colormapOf(sqInt bmFill)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2295:1: warning: unused function 'colorTransform' [-Wunused-function]
colorTransform(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2577:1: warning: unused function 'computeSqrt' [-Wunused-function]
computeSqrt(sqInt length2)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2672:1: warning: unused function 'currentYGet' [-Wunused-function]
currentYGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2679:1: warning: unused function 'currentYPut' [-Wunused-function]
currentYPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2686:1: warning: unused function 'currentZGet' [-Wunused-function]
currentZGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2693:1: warning: unused function 'currentZPut' [-Wunused-function]
currentZPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2700:1: warning: unused function 'destOffsetXGet' [-Wunused-function]
destOffsetXGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2707:1: warning: unused function 'destOffsetXPut' [-Wunused-function]
destOffsetXPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2714:1: warning: unused function 'destOffsetYGet' [-Wunused-function]
destOffsetYGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2721:1: warning: unused function 'destOffsetYPut' [-Wunused-function]
destOffsetYPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2766:1: warning: unused function 'drawWideEdgefrom' [-Wunused-function]
drawWideEdgefrom(sqInt edge, sqInt leftX)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2813:1: warning: unused function 'edgeFillsInvalidate' [-Wunused-function]
edgeFillsInvalidate(sqInt edge)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2824:1: warning: unused function 'edgeFillsValidate' [-Wunused-function]
edgeFillsValidate(sqInt edge)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2835:1: warning: unused function 'edgeLeftFillOf' [-Wunused-function]
edgeLeftFillOf(sqInt edge)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2842:1: warning: unused function 'edgeLeftFillOfput' [-Wunused-function]
edgeLeftFillOfput(sqInt edge, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2849:1: warning: unused function 'edgeNumLinesOf' [-Wunused-function]
edgeNumLinesOf(sqInt edge)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2856:1: warning: unused function 'edgeNumLinesOfput' [-Wunused-function]
edgeNumLinesOfput(sqInt edge, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2863:1: warning: unused function 'edgeRightFillOf' [-Wunused-function]
edgeRightFillOf(sqInt edge)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2870:1: warning: unused function 'edgeRightFillOfput' [-Wunused-function]
edgeRightFillOfput(sqInt edge, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2877:1: warning: unused function 'edgeTransform' [-Wunused-function]
edgeTransform(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2887:1: warning: unused function 'edgeTypeOf' [-Wunused-function]
edgeTypeOf(sqInt edge)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2894:1: warning: unused function 'edgeXValueOf' [-Wunused-function]
edgeXValueOf(sqInt edge)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2901:1: warning: unused function 'edgeXValueOfput' [-Wunused-function]
edgeXValueOfput(sqInt edge, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2908:1: warning: unused function 'edgeYValueOf' [-Wunused-function]
edgeYValueOf(sqInt edge)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2915:1: warning: unused function 'edgeYValueOfput' [-Wunused-function]
edgeYValueOfput(sqInt edge, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2922:1: warning: unused function 'edgeZValueOf' [-Wunused-function]
edgeZValueOf(sqInt edge)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2929:1: warning: unused function 'edgeZValueOfput' [-Wunused-function]
edgeZValueOfput(sqInt edge, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2953:1: warning: unused function 'estimatedLengthOfwith' [-Wunused-function]
estimatedLengthOfwith(sqInt deltaX, sqInt deltaY)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2983:1: warning: unused function 'fillAllFromto' [-Wunused-function]
fillAllFromto(sqInt leftX, sqInt rightX)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3086:1: warning: unused function 'fillBitmapSpan' [-Wunused-function]
fillBitmapSpan(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3866:1: warning: unused function 'fillColorSpanfromto' [-Wunused-function]
fillColorSpanfromto(sqInt pixelValue32, sqInt leftX, sqInt rightX)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3896:1: warning: unused function 'fillDirectionXOf' [-Wunused-function]
fillDirectionXOf(sqInt fill)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3903:1: warning: unused function 'fillDirectionXOfput' [-Wunused-function]
fillDirectionXOfput(sqInt fill, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3910:1: warning: unused function 'fillDirectionYOf' [-Wunused-function]
fillDirectionYOf(sqInt fill)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3917:1: warning: unused function 'fillDirectionYOfput' [-Wunused-function]
fillDirectionYOfput(sqInt fill, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3924:1: warning: unused function 'fillLinearGradient' [-Wunused-function]
fillLinearGradient(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4152:1: warning: unused function 'fillMaxXGet' [-Wunused-function]
fillMaxXGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4159:1: warning: unused function 'fillMaxXPut' [-Wunused-function]
fillMaxXPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4166:1: warning: unused function 'fillMaxYGet' [-Wunused-function]
fillMaxYGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4173:1: warning: unused function 'fillMaxYPut' [-Wunused-function]
fillMaxYPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4180:1: warning: unused function 'fillMinXGet' [-Wunused-function]
fillMinXGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4187:1: warning: unused function 'fillMinXPut' [-Wunused-function]
fillMinXPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4194:1: warning: unused function 'fillMinYGet' [-Wunused-function]
fillMinYGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4201:1: warning: unused function 'fillMinYPut' [-Wunused-function]
fillMinYPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4208:1: warning: unused function 'fillNormalXOf' [-Wunused-function]
fillNormalXOf(sqInt fill)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4215:1: warning: unused function 'fillNormalXOfput' [-Wunused-function]
fillNormalXOfput(sqInt fill, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4222:1: warning: unused function 'fillNormalYOf' [-Wunused-function]
fillNormalYOf(sqInt fill)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4229:1: warning: unused function 'fillNormalYOfput' [-Wunused-function]
fillNormalYOfput(sqInt fill, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4236:1: warning: unused function 'fillOffsetXGet' [-Wunused-function]
fillOffsetXGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4243:1: warning: unused function 'fillOffsetXPut' [-Wunused-function]
fillOffsetXPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4250:1: warning: unused function 'fillOffsetYGet' [-Wunused-function]
fillOffsetYGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4257:1: warning: unused function 'fillOffsetYPut' [-Wunused-function]
fillOffsetYPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4264:1: warning: unused function 'fillOriginXOf' [-Wunused-function]
fillOriginXOf(sqInt fill)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4271:1: warning: unused function 'fillOriginXOfput' [-Wunused-function]
fillOriginXOfput(sqInt fill, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4278:1: warning: unused function 'fillOriginYOf' [-Wunused-function]
fillOriginYOf(sqInt fill)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4285:1: warning: unused function 'fillOriginYOfput' [-Wunused-function]
fillOriginYOfput(sqInt fill, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4431:1: warning: unused function 'fillRadialDecreasingrampdeltaSTdsXdtXfromto' [-Wunused-function]
fillRadialDecreasingrampdeltaSTdsXdtXfromto(sqInt fill, sqInt ramp, sqInt deltaST, sqInt dsX, sqInt dtX, sqInt leftX, sqInt rightX)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4477:1: warning: unused function 'fillRadialGradient' [-Wunused-function]
fillRadialGradient(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4839:1: warning: unused function 'fillRadialIncreasingrampdeltaSTdsXdtXfromto' [-Wunused-function]
fillRadialIncreasingrampdeltaSTdsXdtXfromto(sqInt fill, sqInt ramp, sqInt deltaST, sqInt dsX, sqInt dtX, sqInt leftX, sqInt rightX)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5011:1: warning: unused function 'fillTypeOf' [-Wunused-function]
fillTypeOf(sqInt fill)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5018:1: warning: unused function 'findNextAETEdgeFrom' [-Wunused-function]
findNextAETEdgeFrom(sqInt leftEdge)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5446:1: warning: unused function 'finishedProcessing' [-Wunused-function]
finishedProcessing(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5453:1: warning: unused function 'firstPointListGet' [-Wunused-function]
firstPointListGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5460:1: warning: unused function 'firstPointListPut' [-Wunused-function]
firstPointListPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5467:1: warning: unused function 'freeStackFillEntry' [-Wunused-function]
freeStackFillEntry(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5509:1: warning: unused function 'getStartGet' [-Wunused-function]
getStartGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5516:1: warning: unused function 'getStartPut' [-Wunused-function]
getStartPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5523:1: warning: unused function 'getUsedGet' [-Wunused-function]
getUsedGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5530:1: warning: unused function 'getUsedPut' [-Wunused-function]
getUsedPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5537:1: warning: unused function 'gradientRampLengthOf' [-Wunused-function]
gradientRampLengthOf(sqInt fill)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5544:1: warning: unused function 'gradientRampLengthOfput' [-Wunused-function]
gradientRampLengthOfput(sqInt fill, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5551:1: warning: unused function 'gradientRampOf' [-Wunused-function]
gradientRampOf(sqInt fill)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5558:1: warning: unused function 'hasColorTransform' [-Wunused-function]
hasColorTransform(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5565:1: warning: unused function 'hasColorTransformGet' [-Wunused-function]
hasColorTransformGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5572:1: warning: unused function 'hasColorTransformPut' [-Wunused-function]
hasColorTransformPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5579:1: warning: unused function 'hasEdgeTransform' [-Wunused-function]
hasEdgeTransform(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5586:1: warning: unused function 'hasEdgeTransformGet' [-Wunused-function]
hasEdgeTransformGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5593:1: warning: unused function 'hasEdgeTransformPut' [-Wunused-function]
hasEdgeTransformPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5677:1: warning: unused function 'incrementPointby' [-Wunused-function]
incrementPointby(int *point, sqInt delta)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5686:1: warning: unused function 'incrementStatby' [-Wunused-function]
incrementStatby(sqInt statIndex, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5899:1: warning: unused function 'isBezier' [-Wunused-function]
isBezier(sqInt bezier)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5919:1: warning: unused function 'isFillColor' [-Wunused-function]
isFillColor(sqInt fill)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5938:1: warning: unused function 'isFill' [-Wunused-function]
isFill(sqInt fill)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5946:1: warning: unused function 'isLine' [-Wunused-function]
isLine(sqInt line)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5953:1: warning: unused function 'isObject' [-Wunused-function]
isObject(sqInt obj)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5961:1: warning: unused function 'isRealFill' [-Wunused-function]
isRealFill(sqInt fill)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5968:1: warning: unused function 'isStackEntry' [-Wunused-function]
isStackEntry(sqInt entry)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5976:1: warning: unused function 'isStackIndex' [-Wunused-function]
isStackIndex(sqInt index)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5984:1: warning: unused function 'isWideBezier' [-Wunused-function]
isWideBezier(sqInt bezier)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5992:1: warning: unused function 'isWideLine' [-Wunused-function]
isWideLine(sqInt line)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6000:1: warning: unused function 'isWide' [-Wunused-function]
isWide(sqInt object)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6007:1: warning: unused function 'lastExportedEdgeGet' [-Wunused-function]
lastExportedEdgeGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6014:1: warning: unused function 'lastExportedEdgePut' [-Wunused-function]
lastExportedEdgePut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6021:1: warning: unused function 'lastExportedFillGet' [-Wunused-function]
lastExportedFillGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6028:1: warning: unused function 'lastExportedFillPut' [-Wunused-function]
lastExportedFillPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6035:1: warning: unused function 'lastExportedLeftXGet' [-Wunused-function]
lastExportedLeftXGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6042:1: warning: unused function 'lastExportedLeftXPut' [-Wunused-function]
lastExportedLeftXPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6049:1: warning: unused function 'lastExportedRightXGet' [-Wunused-function]
lastExportedRightXGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6056:1: warning: unused function 'lastExportedRightXPut' [-Wunused-function]
lastExportedRightXPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6063:1: warning: unused function 'lineEndXOf' [-Wunused-function]
lineEndXOf(sqInt line)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6070:1: warning: unused function 'lineEndXOfput' [-Wunused-function]
lineEndXOfput(sqInt line, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6077:1: warning: unused function 'lineEndYOf' [-Wunused-function]
lineEndYOf(sqInt line)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6084:1: warning: unused function 'lineEndYOfput' [-Wunused-function]
lineEndYOfput(sqInt line, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6091:1: warning: unused function 'lineErrorAdjDownOf' [-Wunused-function]
lineErrorAdjDownOf(sqInt line)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6098:1: warning: unused function 'lineErrorAdjDownOfput' [-Wunused-function]
lineErrorAdjDownOfput(sqInt line, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6105:1: warning: unused function 'lineErrorAdjUpOf' [-Wunused-function]
lineErrorAdjUpOf(sqInt line)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6112:1: warning: unused function 'lineErrorAdjUpOfput' [-Wunused-function]
lineErrorAdjUpOfput(sqInt line, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6119:1: warning: unused function 'lineErrorOf' [-Wunused-function]
lineErrorOf(sqInt line)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6126:1: warning: unused function 'lineErrorOfput' [-Wunused-function]
lineErrorOfput(sqInt line, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6133:1: warning: unused function 'lineXDirectionOf' [-Wunused-function]
lineXDirectionOf(sqInt line)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6140:1: warning: unused function 'lineXDirectionOfput' [-Wunused-function]
lineXDirectionOfput(sqInt line, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6147:1: warning: unused function 'lineXIncrementOf' [-Wunused-function]
lineXIncrementOf(sqInt line)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6154:1: warning: unused function 'lineXIncrementOfput' [-Wunused-function]
lineXIncrementOfput(sqInt line, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6161:1: warning: unused function 'lineYDirectionOf' [-Wunused-function]
lineYDirectionOf(sqInt line)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6168:1: warning: unused function 'lineYDirectionOfput' [-Wunused-function]
lineYDirectionOfput(sqInt line, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6237:1: warning: unused function 'loadArrayPolygonnPointsfilllineWidthlineFill' [-Wunused-function]
loadArrayPolygonnPointsfilllineWidthlineFill(sqInt points, sqInt nPoints, sqInt fillIndex, sqInt lineWidth, sqInt lineFill)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6691:1: warning: unused function 'loadBitmapFillcolormaptilefromalongnormalxIndex' [-Wunused-function]
loadBitmapFillcolormaptilefromalongnormalxIndex(sqInt formOop, sqInt cmOop, sqInt tileFlag, int *point1, int *point2, int *point3, sqInt xIndex)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6834:1: warning: unused function 'loadColorTransformFrom' [-Wunused-function]
loadColorTransformFrom(sqInt transformOop)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6861:1: warning: unused function 'loadCompressedSegmentfromshortleftFillrightFilllineWidthlineColor' [-Wunused-function]
loadCompressedSegmentfromshortleftFillrightFilllineWidthlineColor(sqInt segmentIndex, sqInt points, sqInt pointsShort, sqInt leftFill, sqInt rightFill, sqInt lineWidth, sqInt lineFill)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:7868:1: warning: unused function 'loadLinefromtooffsetleftFillrightFill' [-Wunused-function]
loadLinefromtooffsetleftFillrightFill(sqInt line, int *point1, int *point2, sqInt yOffset, sqInt leftFill, sqInt rightFill)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8093:1: warning: unused function 'loadPointIntAtfrom' [-Wunused-function]
loadPointIntAtfrom(sqInt index, sqInt intArray)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8103:1: warning: unused function 'loadPointShortAtfrom' [-Wunused-function]
loadPointShortAtfrom(sqInt index, sqInt shortArray)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8147:1: warning: unused function 'loadPolygonnPointsfilllineWidthlineFillpointsShort' [-Wunused-function]
loadPolygonnPointsfilllineWidthlineFillpointsShort(int *points, sqInt nPoints, sqInt fillIndex, sqInt lineWidth, sqInt lineFill, sqInt isShort)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8316:1: warning: unused function 'loadRectanglelineFillleftFillrightFill' [-Wunused-function]
loadRectanglelineFillleftFillrightFill(sqInt lineWidth, sqInt lineFill, sqInt leftFill, sqInt rightFill)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8973:1: warning: unused function 'magicNumberGet' [-Wunused-function]
magicNumberGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8980:1: warning: unused function 'magicNumberPut' [-Wunused-function]
magicNumberPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8987:1: warning: unused function 'makeRectFromPoints' [-Wunused-function]
makeRectFromPoints(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8998:1: warning: unused function 'makeUnsignedFrom' [-Wunused-function]
makeUnsignedFrom(sqInt someIntegerValue)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9058:1: warning: unused function 'needsFlush' [-Wunused-function]
needsFlush(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9065:1: warning: unused function 'needsFlushGet' [-Wunused-function]
needsFlushGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9072:1: warning: unused function 'needsFlushPut' [-Wunused-function]
needsFlushPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9079:1: warning: unused function 'objectHeaderOf' [-Wunused-function]
objectHeaderOf(sqInt obj)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9090:1: warning: unused function 'objectIndexOf' [-Wunused-function]
objectIndexOf(sqInt obj)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9097:1: warning: unused function 'objectIndexOfput' [-Wunused-function]
objectIndexOfput(sqInt obj, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9104:1: warning: unused function 'objectLengthOf' [-Wunused-function]
objectLengthOf(sqInt obj)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9111:1: warning: unused function 'objectLengthOfput' [-Wunused-function]
objectLengthOfput(sqInt obj, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9118:1: warning: unused function 'objectTypeOf' [-Wunused-function]
objectTypeOf(sqInt obj)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9125:1: warning: unused function 'objectTypeOfput' [-Wunused-function]
objectTypeOfput(sqInt obj, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9132:1: warning: unused function 'objStartGet' [-Wunused-function]
objStartGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9139:1: warning: unused function 'objStartPut' [-Wunused-function]
objStartPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9146:1: warning: unused function 'objUsedGet' [-Wunused-function]
objUsedGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9153:1: warning: unused function 'objUsedPut' [-Wunused-function]
objUsedPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9160:1: warning: unused function 'objat' [-Wunused-function]
objat(sqInt object, sqInt index)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9167:1: warning: unused function 'objatput' [-Wunused-function]
objatput(sqInt object, sqInt index, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9178:1: warning: unused function 'offsetFromWidth' [-Wunused-function]
offsetFromWidth(sqInt lineWidth)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9185:1: warning: unused function 'point1Get' [-Wunused-function]
point1Get(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9192:1: warning: unused function 'point2Get' [-Wunused-function]
point2Get(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9199:1: warning: unused function 'point3Get' [-Wunused-function]
point3Get(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9206:1: warning: unused function 'point4Get' [-Wunused-function]
point4Get(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12282:1: warning: unused function 'quickRemoveInvalidFillsAt' [-Wunused-function]
quickRemoveInvalidFillsAt(sqInt leftX)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12428:1: warning: unused function 'repeatValuemax' [-Wunused-function]
repeatValuemax(sqInt delta, sqInt maxValue)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12495:1: warning: unused function 'returnWideBezierFill' [-Wunused-function]
returnWideBezierFill(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12502:1: warning: unused function 'returnWideBezierWidth' [-Wunused-function]
returnWideBezierWidth(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12512:1: warning: unused function 'returnWideLineFill' [-Wunused-function]
returnWideLineFill(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12522:1: warning: unused function 'returnWideLineWidth' [-Wunused-function]
returnWideLineWidth(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12668:1: warning: unused function 'shortRunLengthAtfrom' [-Wunused-function]
shortRunLengthAtfrom(sqInt i, sqInt runArray)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12680:1: warning: unused function 'shortRunValueAtfrom' [-Wunused-function]
shortRunValueAtfrom(sqInt i, sqInt runArray)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12748:1: warning: unused function 'sortGlobalEdgeTable' [-Wunused-function]
sortGlobalEdgeTable(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12756:1: warning: unused function 'spanEndAAGet' [-Wunused-function]
spanEndAAGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12763:1: warning: unused function 'spanEndAAPut' [-Wunused-function]
spanEndAAPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12770:1: warning: unused function 'spanEndGet' [-Wunused-function]
spanEndGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12777:1: warning: unused function 'spanEndPut' [-Wunused-function]
spanEndPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12784:1: warning: unused function 'spanSizeGet' [-Wunused-function]
spanSizeGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12791:1: warning: unused function 'spanSizePut' [-Wunused-function]
spanSizePut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12798:1: warning: unused function 'spanStartGet' [-Wunused-function]
spanStartGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12805:1: warning: unused function 'spanStartPut' [-Wunused-function]
spanStartPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12812:1: warning: unused function 'squaredLengthOfwith' [-Wunused-function]
squaredLengthOfwith(sqInt deltaX, sqInt deltaY)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12819:1: warning: unused function 'stackFillDepth' [-Wunused-function]
stackFillDepth(sqInt index)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12826:1: warning: unused function 'stackFillDepthput' [-Wunused-function]
stackFillDepthput(sqInt index, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12833:1: warning: unused function 'stackFillEntryLength' [-Wunused-function]
stackFillEntryLength(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12840:1: warning: unused function 'stackFillRightX' [-Wunused-function]
stackFillRightX(sqInt index)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12847:1: warning: unused function 'stackFillRightXput' [-Wunused-function]
stackFillRightXput(sqInt index, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12854:1: warning: unused function 'stackFillSize' [-Wunused-function]
stackFillSize(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12861:1: warning: unused function 'stackFillValue' [-Wunused-function]
stackFillValue(sqInt index)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12868:1: warning: unused function 'stackFillValueput' [-Wunused-function]
stackFillValueput(sqInt index, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12875:1: warning: unused function 'stateGet' [-Wunused-function]
stateGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12882:1: warning: unused function 'statePut' [-Wunused-function]
statePut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12894:1: warning: unused function 'stepToFirstBezier' [-Wunused-function]
stepToFirstBezier(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13033:1: warning: unused function 'stepToFirstLine' [-Wunused-function]
stepToFirstLine(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13140:1: warning: unused function 'stepToFirstWideBezier' [-Wunused-function]
stepToFirstWideBezier(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13244:1: warning: unused function 'stepToFirstWideLine' [-Wunused-function]
stepToFirstWideLine(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13388:1: warning: unused function 'stepToNextBezier' [-Wunused-function]
stepToNextBezier(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13434:1: warning: unused function 'stepToNextBezierForwardat' [-Wunused-function]
stepToNextBezierForwardat(int *updateData, sqInt yValue)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13515:1: warning: unused function 'stepToNextLine' [-Wunused-function]
stepToNextLine(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13686:1: warning: unused function 'stepToNextWideLine' [-Wunused-function]
stepToNextWideLine(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13814:1: warning: unused function 'stopBecauseOf' [-Wunused-function]
stopBecauseOf(sqInt stopReason)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13823:1: warning: unused function 'stopReasonGet' [-Wunused-function]
stopReasonGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13830:1: warning: unused function 'stopReasonPut' [-Wunused-function]
stopReasonPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13854:1: warning: unused function 'storeEngineStateInto' [-Wunused-function]
storeEngineStateInto(sqInt oop)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13930:1: warning: unused function 'storeStopStateIntoEdgefill' [-Wunused-function]
storeStopStateIntoEdgefill(sqInt edgeOop, sqInt fillOop)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14334:1: warning: unused function 'topFillDepth' [-Wunused-function]
topFillDepth(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14345:1: warning: unused function 'topFillDepthPut' [-Wunused-function]
topFillDepthPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14356:1: warning: unused function 'topFillRightX' [-Wunused-function]
topFillRightX(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14367:1: warning: unused function 'topFillRightXPut' [-Wunused-function]
topFillRightXPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14378:1: warning: unused function 'topFillValue' [-Wunused-function]
topFillValue(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14389:1: warning: unused function 'topFillValuePut' [-Wunused-function]
topFillValuePut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14468:1: warning: unused function 'transformPoints' [-Wunused-function]
transformPoints(sqInt n)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14597:1: warning: unused function 'transformPointXyinto' [-Wunused-function]
transformPointXyinto(double xValue, double yValue, int *dstPoint)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14619:1: warning: unused function 'transformPoint' [-Wunused-function]
transformPoint(int *point)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14658:1: warning: unused function 'transformPointinto' [-Wunused-function]
transformPointinto(sqInt srcPoint, sqInt dstPoint)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14872:1: warning: unused function 'wbSizeGet' [-Wunused-function]
wbSizeGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14879:1: warning: unused function 'wbSizePut' [-Wunused-function]
wbSizePut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14886:1: warning: unused function 'wbStackClear' [-Wunused-function]
wbStackClear(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14895:1: warning: unused function 'wbStackPop' [-Wunused-function]
wbStackPop(sqInt nItems)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14916:1: warning: unused function 'wbStackSize' [-Wunused-function]
wbStackSize(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14923:1: warning: unused function 'wbStackValue' [-Wunused-function]
wbStackValue(sqInt index)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14930:1: warning: unused function 'wbStackValueput' [-Wunused-function]
wbStackValueput(sqInt index, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14937:1: warning: unused function 'wbTopGet' [-Wunused-function]
wbTopGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14944:1: warning: unused function 'wbTopPut' [-Wunused-function]
wbTopPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14951:1: warning: unused function 'wideBezierEntryOf' [-Wunused-function]
wideBezierEntryOf(sqInt line)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14959:1: warning: unused function 'wideBezierEntryOfput' [-Wunused-function]
wideBezierEntryOfput(sqInt line, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14967:1: warning: unused function 'wideBezierExitOf' [-Wunused-function]
wideBezierExitOf(sqInt line)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14975:1: warning: unused function 'wideBezierExitOfput' [-Wunused-function]
wideBezierExitOfput(sqInt line, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14983:1: warning: unused function 'wideBezierExtentOf' [-Wunused-function]
wideBezierExtentOf(sqInt bezier)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14991:1: warning: unused function 'wideBezierExtentOfput' [-Wunused-function]
wideBezierExtentOfput(sqInt bezier, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15007:1: warning: unused function 'wideBezierFillOfput' [-Wunused-function]
wideBezierFillOfput(sqInt bezier, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15015:1: warning: unused function 'wideBezierUpdateDataOf' [-Wunused-function]
wideBezierUpdateDataOf(sqInt bezier)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15030:1: warning: unused function 'wideBezierWidthOfput' [-Wunused-function]
wideBezierWidthOfput(sqInt line, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15038:1: warning: unused function 'wideLineEntryOf' [-Wunused-function]
wideLineEntryOf(sqInt line)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15046:1: warning: unused function 'wideLineEntryOfput' [-Wunused-function]
wideLineEntryOfput(sqInt line, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15054:1: warning: unused function 'wideLineExitOf' [-Wunused-function]
wideLineExitOf(sqInt line)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15062:1: warning: unused function 'wideLineExitOfput' [-Wunused-function]
wideLineExitOfput(sqInt line, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15070:1: warning: unused function 'wideLineExtentOf' [-Wunused-function]
wideLineExtentOf(sqInt line)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15078:1: warning: unused function 'wideLineExtentOfput' [-Wunused-function]
wideLineExtentOfput(sqInt line, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15094:1: warning: unused function 'wideLineFillOfput' [-Wunused-function]
wideLineFillOfput(sqInt line, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15110:1: warning: unused function 'wideLineWidthOfput' [-Wunused-function]
wideLineWidthOfput(sqInt line, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15118:1: warning: unused function 'workBufferPut' [-Wunused-function]
workBufferPut(sqInt wbOop)
^
325 warnings generated.
[ 59%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libB2DPlugin.dylib
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_link_script CMakeFiles/B2DPlugin.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -dynamiclib -Wl,-headerpad_max_install_names -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libB2DPlugin.dylib -install_name @executable_path/Plugins/libB2DPlugin.dylib CMakeFiles/B2DPlugin.dir/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c.o  -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/lib/libffi.tbd -framework AppKit -framework CoreGraphics 
[ 59%] Built target B2DPlugin
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/JPEGReadWriter2Plugin.dir/build.make CMakeFiles/JPEGReadWriter2Plugin.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/JPEGReadWriter2Plugin.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/JPEGReadWriter2Plugin.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/JPEGReadWriter2Plugin.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/JPEGReadWriter2Plugin.dir/depend.internal".
Scanning dependencies of target JPEGReadWriter2Plugin
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/JPEGReadWriter2Plugin.dir/build.make CMakeFiles/JPEGReadWriter2Plugin.dir/build
[ 60%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c
[ 60%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "JPEGReadWriter2Plugin VMMaker.oscog-eem.2493 uuid: d7437cc5-75c7-4a43-af6b-0f85bf0cebe6 " __DATE__ ;
            ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c:537:1: warning: unused function 'sqAssert' [-Wunused-function]
sqAssert(sqInt aBool)
^
2 warnings generated.
[ 61%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c
[ 62%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c
[ 62%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c
[ 63%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c
[ 63%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c
[ 64%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c
[ 65%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c
[ 65%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c
[ 66%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c
[ 66%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c
[ 67%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c
[ 68%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c
[ 68%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c
[ 69%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c
[ 69%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c
[ 70%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c
[ 70%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c
[ 71%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c
[ 72%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c
[ 72%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c
[ 73%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c
[ 73%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c
[ 74%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c
[ 75%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:454:13: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  { 0, ((-1)<<1) + 1, ((-1)<<2) + 1, ((-1)<<3) + 1, ((-1)<<4) + 1,
        ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:454:28: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  { 0, ((-1)<<1) + 1, ((-1)<<2) + 1, ((-1)<<3) + 1, ((-1)<<4) + 1,
                       ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:454:43: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  { 0, ((-1)<<1) + 1, ((-1)<<2) + 1, ((-1)<<3) + 1, ((-1)<<4) + 1,
                                      ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:454:58: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  { 0, ((-1)<<1) + 1, ((-1)<<2) + 1, ((-1)<<3) + 1, ((-1)<<4) + 1,
                                                     ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:455:10: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<5) + 1, ((-1)<<6) + 1, ((-1)<<7) + 1, ((-1)<<8) + 1,
     ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:455:25: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<5) + 1, ((-1)<<6) + 1, ((-1)<<7) + 1, ((-1)<<8) + 1,
                    ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:455:40: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<5) + 1, ((-1)<<6) + 1, ((-1)<<7) + 1, ((-1)<<8) + 1,
                                   ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:455:55: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<5) + 1, ((-1)<<6) + 1, ((-1)<<7) + 1, ((-1)<<8) + 1,
                                                  ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:456:10: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<9) + 1, ((-1)<<10) + 1, ((-1)<<11) + 1, ((-1)<<12) + 1,
     ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:456:25: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<9) + 1, ((-1)<<10) + 1, ((-1)<<11) + 1, ((-1)<<12) + 1,
                    ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:456:41: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<9) + 1, ((-1)<<10) + 1, ((-1)<<11) + 1, ((-1)<<12) + 1,
                                    ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:456:57: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<9) + 1, ((-1)<<10) + 1, ((-1)<<11) + 1, ((-1)<<12) + 1,
                                                    ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:457:10: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<13) + 1, ((-1)<<14) + 1, ((-1)<<15) + 1 };
     ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:457:26: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<13) + 1, ((-1)<<14) + 1, ((-1)<<15) + 1 };
                     ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:457:42: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<13) + 1, ((-1)<<14) + 1, ((-1)<<15) + 1 };
                                     ~~~~^
15 warnings generated.
[ 75%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c
[ 76%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c
[ 76%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c
[ 77%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c
[ 78%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c
[ 78%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:214:13: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  { 0, ((-1)<<1) + 1, ((-1)<<2) + 1, ((-1)<<3) + 1, ((-1)<<4) + 1,
        ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:214:28: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  { 0, ((-1)<<1) + 1, ((-1)<<2) + 1, ((-1)<<3) + 1, ((-1)<<4) + 1,
                       ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:214:43: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  { 0, ((-1)<<1) + 1, ((-1)<<2) + 1, ((-1)<<3) + 1, ((-1)<<4) + 1,
                                      ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:214:58: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  { 0, ((-1)<<1) + 1, ((-1)<<2) + 1, ((-1)<<3) + 1, ((-1)<<4) + 1,
                                                     ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:215:10: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<5) + 1, ((-1)<<6) + 1, ((-1)<<7) + 1, ((-1)<<8) + 1,
     ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:215:25: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<5) + 1, ((-1)<<6) + 1, ((-1)<<7) + 1, ((-1)<<8) + 1,
                    ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:215:40: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<5) + 1, ((-1)<<6) + 1, ((-1)<<7) + 1, ((-1)<<8) + 1,
                                   ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:215:55: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<5) + 1, ((-1)<<6) + 1, ((-1)<<7) + 1, ((-1)<<8) + 1,
                                                  ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:216:10: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<9) + 1, ((-1)<<10) + 1, ((-1)<<11) + 1, ((-1)<<12) + 1,
     ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:216:25: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<9) + 1, ((-1)<<10) + 1, ((-1)<<11) + 1, ((-1)<<12) + 1,
                    ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:216:41: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<9) + 1, ((-1)<<10) + 1, ((-1)<<11) + 1, ((-1)<<12) + 1,
                                    ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:216:57: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<9) + 1, ((-1)<<10) + 1, ((-1)<<11) + 1, ((-1)<<12) + 1,
                                                    ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:217:10: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<13) + 1, ((-1)<<14) + 1, ((-1)<<15) + 1 };
     ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:217:26: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<13) + 1, ((-1)<<14) + 1, ((-1)<<15) + 1 };
                     ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:217:42: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<13) + 1, ((-1)<<14) + 1, ((-1)<<15) + 1 };
                                     ~~~~^
15 warnings generated.
[ 79%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c
[ 79%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c
[ 80%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c
[ 80%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c
[ 81%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c
[ 82%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c
[ 82%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c
[ 83%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c
[ 83%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c
[ 84%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c
NewUndeclaredWarning: ADPCMCodecPlugin class>>monticelloDescription (ADPCMCodec is Undeclared)
NewUndeclaredWarning: ADPCMCodecPlugin class>>translatedPrimitives (ADPCMCodec is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>fileOpenName:size:write: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>fileOpenName:size:write: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>fileOpenNewName:size: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>fileOpenNewName:size: (FileExistsException is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileDeleteName:Size: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileDeleteName:Size: (FileDirectory is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (FileDirectory is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (FileDirectory is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (FileDirectory is Undeclared)
[ 85%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c
[ 85%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c
[ 86%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c:41:14: warning: unused variable 'src' [-Wunused-variable]
  my_src_ptr src = (my_src_ptr) cinfo->src;
             ^
1 warning generated.
[ 86%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c
[ 87%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c
[ 88%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c
NewUndeclaredWarning: IA32ABIPlugin>>primCalloc (Alien is Undeclared)
NewUndeclaredWarning: IA32ABIPlugin>>primMalloc (Alien is Undeclared)
NewUndeclaredWarning: InterpreterPlugin class>>allCodeOlderThan: (TimeStamp is Undeclared)
NewUndeclaredWarning: InterpreterPlugin class>>buildCodeGenerator (VMMakerConfiguration is Undeclared)
NewUndeclaredWarning: InterpreterPlugin class>>buildCodeGeneratorForVMClass: (VMMakerConfiguration is Undeclared)
[ 31%] Building C object CMakeFiles/PharoVMCore.dir/generated/64/vm/src/cogit.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/generated/64/vm/src/cogit.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c
[ 88%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c
[ 89%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c
[ 89%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c
[ 90%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libJPEGReadWriter2Plugin.dylib
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_link_script CMakeFiles/JPEGReadWriter2Plugin.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -dynamiclib -Wl,-headerpad_max_install_names -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libJPEGReadWriter2Plugin.dylib -install_name @executable_path/Plugins/libJPEGReadWriter2Plugin.dylib CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c.o  -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/lib/libffi.tbd -framework AppKit -framework CoreGraphics 
[ 90%] Built target JPEGReadWriter2Plugin
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/Pharo.dir/build.make CMakeFiles/Pharo.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/Pharo.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/Pharo.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/Pharo.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/Pharo.dir/depend.internal".
Scanning dependencies of target Pharo
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/Pharo.dir/build.make CMakeFiles/Pharo.dir/build
[ 91%] Building C object CMakeFiles/Pharo.dir/src/unixMain.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -o CMakeFiles/Pharo.dir/src/unixMain.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/src/unixMain.c
[ 91%] Linking C executable build/vm/Debug/Pharo.app/Contents/MacOS/Pharo
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_link_script CMakeFiles/Pharo.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/Pharo.dir/src/unixMain.c.o -o build/vm/Debug/Pharo.app/Contents/MacOS/Pharo  build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/lib/libffi.tbd -framework AppKit -framework CoreGraphics 
Copying OS X content build/vm/Debug/Pharo.app/Contents/Resources/Pharo.icns
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/resources/mac/Pharo.icns build/vm/Debug/Pharo.app/Contents/Resources/Pharo.icns
Copying OS X content build/vm/Debug/Pharo.app/Contents/Resources/PharoChanges.icns
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/resources/mac/PharoChanges.icns build/vm/Debug/Pharo.app/Contents/Resources/PharoChanges.icns
Copying OS X content build/vm/Debug/Pharo.app/Contents/Resources/PharoImage.icns
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/resources/mac/PharoImage.icns build/vm/Debug/Pharo.app/Contents/Resources/PharoImage.icns
Copying OS X content build/vm/Debug/Pharo.app/Contents/Resources/PharoSources.icns
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/resources/mac/PharoSources.icns build/vm/Debug/Pharo.app/Contents/Resources/PharoSources.icns
[ 91%] Built target Pharo
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/build_vmmaker_get_vm.dir/build.make CMakeFiles/build_vmmaker_get_vm.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/build_vmmaker_get_vm.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/build_vmmaker_get_vm.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/build_vmmaker_get_vm.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/build_vmmaker_get_vm.dir/depend.internal".
Scanning dependencies of target build_vmmaker_get_vm
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/build_vmmaker_get_vm.dir/build.make CMakeFiles/build_vmmaker_get_vm.dir/build
[ 92%] Performing update step for 'build_vmmaker_get_vm'
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/vm && echo

[ 92%] No patch step for 'build_vmmaker_get_vm'
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E echo_append
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-patch
[ 93%] Performing configure step for 'build_vmmaker_get_vm'
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/vm && echo

cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/vm && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-configure
[ 93%] Performing build step for 'build_vmmaker_get_vm'
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/vm && echo

cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/vm && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-build
[ 94%] Performing install step for 'build_vmmaker_get_vm'
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/vm && echo

cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/vm && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-install
[ 94%] Completed 'build_vmmaker_get_vm'
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E make_directory /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/build_vmmaker_get_vm-complete
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-done
[ 95%] Built target build_vmmaker_get_vm
/Library/Developer/CommandLineTools/usr/bin/make  -f build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/build.make build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/ffiTestLibrary /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/ffiTestLibrary/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/depend.internal".
Scanning dependencies of target TestLibrary
/Library/Developer/CommandLineTools/usr/bin/make  -f build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/build.make build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/build
[ 95%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/basic_types.c.o
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/ffiTestLibrary && /Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/includes -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/TestLibrary.dir/src/basic_types.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/src/basic_types.c
NewUndeclaredWarning: JPEGReadWriter2Plugin>>compressStructSize (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>decompressStructSize (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>errorMgr2StructSize (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primImageHeight: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primImageNumComponents: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primImageWidth: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGPluginIsPresent (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGReadHeader:fromByteArray:size:errorMgrReadHeader: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGReadImagefromByteArrayonFormdoDitheringerrorMgrReadScanlines:_:_:_:_:_:_:_:_: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGWriteImageonByteArrayformqualityprogressiveJPEGerrorMgrWriteScanlines:_:_:_:_:_:_:_:_:_:_:_: (JPEGReadWriter2 is Undeclared)
[ 96%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/callback_types.c.o
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/ffiTestLibrary && /Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/includes -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/TestLibrary.dir/src/callback_types.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/src/callback_types.c
[ 96%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/callbacks.c.o
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/ffiTestLibrary && /Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/includes -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/TestLibrary.dir/src/callbacks.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/src/callbacks.c
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/src/callbacks.c:47:1: warning: non-void function does not return a value [-Wreturn-type]
}
^
1 warning generated.
[ 97%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/callout.c.o
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/ffiTestLibrary && /Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/includes -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/TestLibrary.dir/src/callout.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/src/callout.c
[ 97%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/registerCallback.c.o
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/ffiTestLibrary && /Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/includes -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/TestLibrary.dir/src/registerCallback.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/src/registerCallback.c
[ 98%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/structures.c.o
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/ffiTestLibrary && /Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/includes -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/TestLibrary.dir/src/structures.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/src/structures.c
[100%] Linking C shared library ../vm/Debug/Pharo.app/Contents/MacOS/Plugins/libTestLibrary.dylib
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/ffiTestLibrary && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_link_script CMakeFiles/TestLibrary.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -dynamiclib -Wl,-headerpad_max_install_names -o ../vm/Debug/Pharo.app/Contents/MacOS/Plugins/libTestLibrary.dylib -install_name @executable_path/Plugins/libTestLibrary.dylib CMakeFiles/TestLibrary.dir/src/basic_types.c.o CMakeFiles/TestLibrary.dir/src/callback_types.c.o CMakeFiles/TestLibrary.dir/src/callbacks.c.o CMakeFiles/TestLibrary.dir/src/callout.c.o CMakeFiles/TestLibrary.dir/src/registerCallback.c.o CMakeFiles/TestLibrary.dir/src/structures.c.o  -Wl,-rpath,@executable_path/Plugins 
[100%] Built target TestLibrary
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_progress_start /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles 0
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/Makefile2 preinstall
make[1]: Nothing to be done for `preinstall'.
Install the project...
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -P cmake_install.cmake
-- Install configuration: ""
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/./
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//Pharo.app
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//Pharo.app/Contents
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libB2DPlugin.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libgit2.1.0.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libLocalePlugin.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libLargeIntegers.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libDSAPrims.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libfreetype.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libfontconfig.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libFloatArrayPlugin.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libssh2.1.0.1.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libSqueakSSL.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libcairo.2.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libSurfacePlugin.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libSocketPlugin.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libSDL2-2.0.0.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libFileAttributesPlugin.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libBitBltPlugin.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libpng16.16.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libssl.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libJPEGReadWriter2Plugin.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libTestLibrary.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libssl.1.1.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libpixman-1.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libcairo.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libFilePlugin.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libMiscPrimitivePlugin.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libssh2.1.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libpixman-1.0.40.0.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libUnixOSProcessPlugin.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libfreetype.6.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libpng.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libgit2.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libgit2.1.0.1.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libSDL2.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libssh2.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libUUIDPlugin.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libcrypto.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libfontconfig.1.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libJPEGReaderPlugin.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libpng16.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libpixman-1.0.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libcrypto.1.1.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Pharo
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//Pharo.app/Contents/Resources
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//Pharo.app/Contents/Resources/PharoSources.icns
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//Pharo.app/Contents/Resources/Pharo.icns
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//Pharo.app/Contents/Resources/PharoImage.icns
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//Pharo.app/Contents/Resources/PharoChanges.icns
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//Pharo.app/Contents/Info.plist
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/sqGnu.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/sqConfig.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/sqPlatformSpecific.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/config.h
-- Up-to-date: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/pharoClient.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/errorCode.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/debug.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/pathUtilities.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/win
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/win/resources.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/interpreter.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/exportDefinition.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/threads
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/threads/vmthread.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/macros.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/sqNamedPrims.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/jit
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/jit/jit.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/stringUtilities.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/threadSafeQueue
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/threadSafeQueue/threadSafeQueue.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/imageAccess.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/parameters
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/parameters/parameterVector.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/parameters/parameters.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/sigjmp_support.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/semaphores
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/semaphores/pSemaphore.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/semaphores/platformSemaphore.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/semaphores/pharoSemaphore.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/fileDialog.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/pharo.h
-- Up-to-date: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/dispdbg.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/sqAtomicOps.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/sqAssert.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/sqVirtualMachine.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/sqaio.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/sqCogStackAlignment.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/sq.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/sqMemoryFence.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/sqMemoryAccess.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/cmake/Linux.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/cmake/FindSDL2.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/cmake/importLibFFI.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/cmake/FindFFI.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/cmake/Windows.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/cmake/importCairo.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/cmake/Darwin.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/cmake/OpenBSD.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/cmake/DownloadProject.CMakeLists.cmake.in
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/cmake/FindPThreadW32.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/cmake/versionExtraction.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/cmake/vmmaker.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/cmake/importFreetype2.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/cmake/DownloadProject.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/cmake/FindLibGit2.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/cmake/packaging.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/cmake/FindCairo.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/cmake/importLibGit2.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/cmake/importSDL2.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/LocalePlugin
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include/osx
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include/osx/sqIOSLocale.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include/common/LocalePlugin.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/osx
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/win
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/win/sqWin32Locale.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/unix
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/unix/sqUnixLocale.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/osx
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/osx/dummyFFI.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/unix
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/unix/ffi-test.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/unix/ffi-test-sq.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/unix/ppc-global.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/common/sqFFI.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/osx
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/osx/dummyFFI.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/win
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/win/sqWin32FFI.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix/ppc-sysv.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix/any-libffi.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix/x86-sysv.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix/ppc-darwin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/SqueakFFIPrims.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/ARM32FFIPlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/sqFFIPlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/IA32FFIPlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/sqManualSurface.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/sqFFITestFuncs.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/X64Win64FFIPlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/ARM64FFIPlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SurfacePlugin
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/include
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/include/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/include/common/SurfacePlugin.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/src/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/win
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/win/dirent.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/win/faSupport.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/unix
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/unix/faSupport.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/common/faConstants.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/common/faCommon.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/win
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/win/faSupport.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/unix
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakSSL
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include/unix
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include/unix/openssl_overlay.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include/common/SqueakSSL.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/osx
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/win
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/win/sqWin32SSL.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/unix
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReaderPlugin
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReaderPlugin/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReaderPlugin/src/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/MiscPrimitivePlugin
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/MiscPrimitivePlugin/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/MiscPrimitivePlugin/src/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/B2DPlugin
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/B2DPlugin/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/B2DPlugin/src/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/DSAPrims
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/DSAPrims/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/DSAPrims/src/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/DSAPrims/src/common/DSAPrims.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/include
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessppc.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessppcPostLogicDouble.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessARM32.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dax64business.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusiness.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessPostLogic.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessARM64.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessppcPostLogicInteger.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/ia32abi.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/AlienSUnitTestProcedures.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dax64win64business.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessppcPostLogicFloat.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessARM.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/x64win64stub.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/x64sysvabicc.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/arm64abicc.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/IA32ABI.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/xabicc.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/AlienSUnitTestProcedures.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/ia32abicc.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/ppc32abicc.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/arm32abicc.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/x64win64abicc.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/UnixOSProcessPlugin
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/UnixOSProcessPlugin/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/UnixOSProcessPlugin/src/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FilePlugin
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FilePlugin/include
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FilePlugin/include/win
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FilePlugin/include/win/sqWin32File.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FilePlugin/include/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FilePlugin/include/common/FilePlugin.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FilePlugin/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/osx
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/osx/sqUnixFile.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/win
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/win/sqWin32FilePrims.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/unix
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SocketPlugin
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SocketPlugin/include
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SocketPlugin/include/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SocketPlugin/include/common/SocketPlugin.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SocketPlugin/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SocketPlugin/src/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltArm.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltDispatch.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltArmSimd.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltInternal.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltGeneric.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltArmLinux.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltGeneric.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltArmSimd.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltArmOther.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltArm.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltDispatch.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jpeglib.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/README
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemsys.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jconfig.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmorecfg.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdct.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jversion.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/ReadMe.txt
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jinclude.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/README.6b2
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jpegint.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/LargeIntegers
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/LargeIntegers/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/LargeIntegers/src/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/include
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/include/osx
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/include/osx/sqGnu.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/include/osx/sqConfig.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/include/osx/sqPlatformSpecific.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/include/win
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/include/win/sqGnu.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/include/win/sqWin32HandleTable.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/include/win/sqWin32Alloc.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/include/win/sqWin32.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/include/win/sqConfig.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/include/win/sqPlatformSpecific.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/include/unix
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/include/unix/sqGnu.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/include/unix/sqConfig.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/include/unix/sqPlatformSpecific.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/include/unix/sqUnixCharConv.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/include/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/include/common/dispdbg.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/include/common/sqAtomicOps.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/include/common/sqAssert.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/include/common/sqVirtualMachine.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/include/common/sqaio.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/include/common/sqCogStackAlignment.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/include/common/sq.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/include/common/sqMemoryFence.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/include/common/sqMemoryAccess.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/src/osx
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/src/osx/aioOSX.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/src/win
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/src/win/sqWin32SpurAlloc.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/src/win/sqWin32Directory.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/src/win/aioWin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/src/unix
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/src/unix/sqUnixCharConv.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/src/unix/aio.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/src/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/src/common/sqNamedPrims.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/src/common/sqHeapMap.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/src/common/sqVirtualMachine.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/src/common/sqExternalSemaphores.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/src/common/sqTicker.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/src/common/heartbeat.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/include
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/include/pharovm
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/include/pharovm/pharoClient.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/include/pharovm/errorCode.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/include/pharovm/debug.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/include/pharovm/pathUtilities.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/include/pharovm/win
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/include/pharovm/win/resources.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/include/pharovm/interpreter.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/include/pharovm/config.h.in
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/include/pharovm/exportDefinition.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/include/pharovm/threads
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/include/pharovm/threads/vmthread.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/include/pharovm/macros.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/include/pharovm/sqNamedPrims.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/include/pharovm/jit
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/include/pharovm/jit/jit.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/include/pharovm/stringUtilities.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/include/pharovm/threadSafeQueue
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/include/pharovm/threadSafeQueue/threadSafeQueue.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/include/pharovm/imageAccess.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/include/pharovm/parameters
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/include/pharovm/parameters/parameterVector.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/include/pharovm/parameters/parameters.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/include/pharovm/sigjmp_support.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/include/pharovm/semaphores
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/include/pharovm/semaphores/pSemaphore.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/include/pharovm/semaphores/platformSemaphore.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/include/pharovm/semaphores/pharoSemaphore.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/include/pharovm/fileDialog.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/include/pharovm/pharo.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/packaging
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/packaging/linux
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/packaging/linux/bin
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/packaging/linux/bin/launch.sh.in
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/packaging/linux/launch.sh.in
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/plugins
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/plugins/UUIDPlugin
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/plugins/UUIDPlugin/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/plugins/UUIDPlugin/common/UUIDPlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/resources
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/resources/img.image
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/resources/mac
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/resources/mac/PharoSources.icns
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/resources/mac/Pharo.icns
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/resources/mac/PharoImage.icns
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/resources/mac/PharoChanges.icns
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/resources/mac/Info.plist.in
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/resources/windows
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/resources/windows/PharoDLL.rc.in
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/resources/windows/dialogs.rc
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/resources/windows/PharoConsole.exe.manifest.in
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/resources/windows/Pharo.rc.in
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/resources/windows/Pharo.ico
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/resources/windows/Pharo.exe.manifest.in
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/resources/windows/PharoConsole.rc.in
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/scripts
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/scripts/installCygwin.ps1
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/scripts/runTests.sh
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/scripts/installVMMaker.st
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/scripts/runScriptInCygwinBash.ps1
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/nullDisplay.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/externalPrimitives.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/fileDialogUnix.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/fileUtilsWin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/fileDialogMac.m
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/imageAccess.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/stringUtilities.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/win32Main.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/win
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/win/winDebugMenu.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/win/winDebug.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/win/winDebugWindow.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/macAlias.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/fileDialogWin32.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/unixMain.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/utils
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/utils/setjmp-Windows-wrapper-ARM64.S
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/utils/setjmp-Windows-wrapper-X86.S
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/utils/setjmp-Windows-wrapper-X64.S
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/fileDialogCommon.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/client.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/pathUtilities.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/debug.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/errorCode.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/memoryUnix.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/utils.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/threadSafeQueue
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/threadSafeQueue/threadSafeQueue.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/parameters
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/parameters/parameters.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/parameters/parameters.m
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/parameters/parameterVector.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/fileUtils.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/debugUnix.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/semaphores
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/semaphores/pharoSemaphore.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/semaphores/platformSemaphore.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/utilsMac.mm
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffiTestLibrary
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffiTestLibrary/CMakeLists.txt
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffiTestLibrary/includes
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffiTestLibrary/includes/callbacks.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffiTestLibrary/includes/testLibrary.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffiTestLibrary/includes/structures.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffiTestLibrary/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffiTestLibrary/src/basic_types.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffiTestLibrary/src/structures.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffiTestLibrary/src/callback_types.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffiTestLibrary/src/callout.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffiTestLibrary/src/registerCallback.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffiTestLibrary/src/callbacks.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffi
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffi/include
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffi/include/callbacks.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffi/include/pThreadedFFIUtils.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffi/include/worker.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffi/include/workerTask.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffi/include/pThreadedFFI.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffi/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffi/src/typesPrimitives.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffi/src/functionDefinitionPrimitives.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffi/src/callbacks
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffi/src/callbacks/callbackPrimitives.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffi/src/callbacks/callbacks.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffi/src/primitiveUtils.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffi/src/pThreadedFFI.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffi/src/sameThread
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffi/src/sameThread/sameThread.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffi/src/utils.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffi/src/types.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffi/src/worker
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffi/src/worker/worker.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffi/src/worker/workerTask.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffi/src/worker/workerPrimitives.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffi/src/primitiveCalls.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/version.info
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/CMakeLists.txt
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/macros.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/plugins.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/plugins.macros.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated/
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//32
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//32/plugins
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//32/plugins/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//32/plugins/src/SurfacePlugin
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//32/plugins/src/SurfacePlugin/SurfacePlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//32/plugins/src/FilePlugin
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//32/plugins/src/FilePlugin/FilePlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//32/plugins/src/FloatArrayPlugin
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//32/plugins/src/FloatArrayPlugin/FloatArrayPlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//32/vm
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//32/vm/include
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//32/vm/include/vmCallback.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//32/vm/include/interp.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//32/vm/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//32/vm/src/gcc3x-interp.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//32/vm/src/interp.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//32/examplePlugins.ext
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//64
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//64/plugins
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//64/plugins/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//64/plugins/src/SurfacePlugin
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//64/plugins/src/SurfacePlugin/SurfacePlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//64/plugins/src/FilePlugin
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//64/plugins/src/FilePlugin/FilePlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//64/plugins/src/FloatArrayPlugin
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//64/plugins/src/FloatArrayPlugin/FloatArrayPlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//64/vm
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//64/vm/include
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//64/vm/include/vmCallback.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//64/vm/include/interp.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//64/vm/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//64/vm/src/gcc3x-interp.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//64/vm/src/interp.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//64/examplePlugins.ext
-- Up-to-date: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/vmCallback.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/interp.h
Run CPack packaging tool...
/opt/homebrew/Cellar/cmake/3.19.4/bin/cpack --config ./CPackConfig.cmake
CPack: Create package using ZIP
CPack: Install projects
CPack: - Run preinstall target for: PharoVM
NewUndeclaredWarning: TestOSAPlugin>>primOpenDefaultConfiguration:subtype: (ComponentInstance is Undeclared)
NewUndeclaredWarning: SoundGenerationPlugin class>>monticelloDescription (AbstractSound is Undeclared)
NewUndeclaredWarning: SoundGenerationPlugin class>>translatedPrimitives (AbstractSound is Undeclared)
In file included from /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:19:
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:2671:10: warning: expression result unused [-Wunused-value]
                        error("Case not found and no otherwise clause");
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:3127:26: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign]
                                                latestContinuation = latestContinuation;
                                                ~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:3243:8: warning: expression result unused [-Wunused-value]
        error("what??");
              ^~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:4266:62: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long long') to parameter of type 'void *' [-Wint-conversion]
                                 || (((cogMethod->methodObject)) == (((usqInt)(methodFor((cogMethod->methodObject))))))))) {
                                                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:773:36: note: passing argument to parameter 'address' here
extern CogMethod * methodFor(void *address);
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:4392:2: warning: implicitly declaring library function 'bzero' with type 'void (void *, unsigned long long)' [-Wimplicit-function-declaration]
        bzero(abstractOpcodes, opcodeSize + fixupSize);
        ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:4392:2: note: include the header <strings.h> or explicitly provide a declaration for 'bzero'
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:4585:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'unsigned long long' [-Wint-conversion]
        address = positive64BitIntegerFor(mcpc);
                                          ^~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include/cointerp.h:93:46: note: passing argument to parameter 'integerValue' here
extern sqInt positive64BitIntegerFor(usqLong integerValue);
                                             ^
In file included from /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:19:
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:4626:85: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                (targetMethod1->methodObject = classForInlineCacheTag(inlineCacheTagAt(backEnd, mcpc)));
                                                                                                                ^~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:2548:72: note: passing argument to parameter 'callSiteReturnAddress' here
inlineCacheTagAt(AbstractInstruction * self_in_inlineCacheTagAt, sqInt callSiteReturnAddress)
                                                                       ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:4823:26: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign]
                                                latestContinuation = latestContinuation;
                                                ~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:5033:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:5108:4: warning: expression result unused [-Wunused-value]
                ((AbstractInstruction *) backEnd);
                 ^                       ~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:5124:4: warning: expression result unused [-Wunused-value]
                ((AbstractInstruction *) backEnd);
                 ^                       ~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:5140:4: warning: expression result unused [-Wunused-value]
                ((AbstractInstruction *) backEnd);
                 ^                       ~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:5156:4: warning: expression result unused [-Wunused-value]
                ((AbstractInstruction *) backEnd);
                 ^                       ~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:5172:3: warning: expression result unused [-Wunused-value]
        ((AbstractInstruction *) backEnd);
         ^                       ~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:5398:9: warning: expression result unused [-Wunused-value]
                error("cannot differentiate checked and unchecked entry-points with current cog method alignment");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:5532:3: warning: expression result unused [-Wunused-value]
        ((AbstractInstruction *) backEnd);
         ^                       ~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:5581:3: warning: expression result unused [-Wunused-value]
        ((AbstractInstruction *) backEnd);
         ^                       ~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:5908:23: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign]
                        latestContinuation = latestContinuation;
                        ~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:5928:8: warning: expression result unused [-Wunused-value]
        error("what??");
              ^~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:6120:10: warning: expression result unused [-Wunused-value]
                        error("too much code for stack check offset");
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:6749:16: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long long') from 'CogMethod *' [-Wint-conversion]
        cPICPrototype = cPIC;
                      ^ ~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:7679:8: warning: expression result unused [-Wunused-value]
        error("could not find selector in method when unlinking send site");
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:7854:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:7856:8: warning: expression result unused [-Wunused-value]
        error("invalid opcode for inverse");
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:8225:14: warning: expression result unused [-Wunused-value]
                                                        error("attempt to become two cogged methods");
                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:8228:14: warning: expression result unused [-Wunused-value]
                                                        error("attempt to become cogged method into different method");
                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:8517:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:8520:9: warning: expression result unused [-Wunused-value]
                error("youngReferrers list overflowed");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:8867:140: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), inlineCacheValueForSelectorinat((targetMethod1->selector), enumeratingCogMethod, mcpc), unlinkedRoutine);
                                                                                                                                                                       ^~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:7788:78: note: passing argument to parameter 'mcpc' here
inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc)
                                                                             ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:9164:26: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign]
                                                latestContinuation = latestContinuation;
                                                ~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:9560:11: warning: expression result unused [-Wunused-value]
                                error("attempt to generate run-time routine containing young object reference.  Cannot initialize Cogit run-time.");
                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:9682:3: warning: expression result unused [-Wunused-value]
        ((AbstractInstruction *) backEnd);
         ^                       ~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:9737:126: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), indexForSelectorinat((targetMethod->selector), enumeratingCogMethod, mcpc), unlinkedRoutine);
                                                                                                                                           ^~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:7657:66: note: passing argument to parameter 'mcpc' here
indexForSelectorinat(sqInt selector, CogMethod *cogMethod, sqInt mcpc)
                                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:9979:8: warning: expression result unused [-Wunused-value]
        error("couldn't locate end of clean block");
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:10201:140: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), inlineCacheValueForSelectorinat((targetMethod1->selector), enumeratingCogMethod, mcpc), unlinkedRoutine);
                                                                                                                                                                       ^~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:7788:78: note: passing argument to parameter 'mcpc' here
inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc)
                                                                             ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:10253:141: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), inlineCacheValueForSelectorinat((targetMethod1->selector), enumeratingCogMethod, mcpc), unlinkedRoutine);
                                                                                                                                                                               ^~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:7788:78: note: passing argument to parameter 'mcpc' here
inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc)
                                                                             ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:10303:140: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), inlineCacheValueForSelectorinat((targetMethod1->selector), enumeratingCogMethod, mcpc), unlinkedRoutine);
                                                                                                                                                                       ^~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:7788:78: note: passing argument to parameter 'mcpc' here
inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc)
                                                                             ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:10351:139: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), inlineCacheValueForSelectorinat((targetMethod1->selector), enumeratingCogMethod, mcpc), unlinkedRoutine);
                                                                                                                                                               ^~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:7788:78: note: passing argument to parameter 'mcpc' here
inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc)
                                                                             ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:10399:140: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), inlineCacheValueForSelectorinat((targetMethod1->selector), enumeratingCogMethod, mcpc), unlinkedRoutine);
                                                                                                                                                                       ^~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:7788:78: note: passing argument to parameter 'mcpc' here
inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc)
                                                                             ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:10872:9: warning: expression result unused [-Wunused-value]
                error("no room on youngReferrers list");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:17244:88: warning: incompatible pointer to integer conversion passing 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        return genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(reg, scratch, instruction, 0);
                                                                                              ^~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:927:125: note: passing argument to parameter 'fwdJumpTarget' here
static sqInt NoDbgRegParms genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero);
                                                                                                                            ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:17286:12: warning: incompatible integer to pointer conversion assigning to 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') from 'sqInt' (aka 'long long') [-Wint-conversion]
                finished = nonFwdJumpTargetOrZero;
                         ^ ~~~~~~~~~~~~~~~~~~~~~~
NewUndeclaredWarning: StackInterpreter class>>patchInterpGCCPPC: (FileStream is Undeclared)
NewUndeclaredWarning: StackInterpreter class>>primitiveAccessorDepthTable (VMMakerConfiguration is Undeclared)
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:17495:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:17678:10: warning: expression result unused [-Wunused-value]
                        error("Case not found and no otherwise clause");
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:17698:10: warning: expression result unused [-Wunused-value]
                        error("Case not found and no otherwise clause");
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:18299:86: warning: incompatible pointer to integer conversion passing 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(Arg0Reg, TempReg, comp, 0);
                                                                                                   ^~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:17254:98: note: passing argument to parameter 'fwdJumpTarget' here
genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
                                                                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:18325:86: warning: incompatible pointer to integer conversion passing 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(Arg0Reg, TempReg, comp, 0);
                                                                                                   ^~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:17254:98: note: passing argument to parameter 'fwdJumpTarget' here
genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
                                                                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:22847:10: warning: expression result unused [-Wunused-value]
                        error("Case not found and no otherwise clause");
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:22933:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:23519:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:25682:33: warning: expression result unused [-Wunused-value]
                        (self_in_dispatchConcretize->machineCodeSize);
                         ~~~~~~~~~~~~~~~~~~~~~~~~~~  ^~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:25815:33: warning: expression result unused [-Wunused-value]
                        (self_in_dispatchConcretize->machineCodeSize);
                         ~~~~~~~~~~~~~~~~~~~~~~~~~~  ^~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:25949:33: warning: expression result unused [-Wunused-value]
                        (self_in_dispatchConcretize->machineCodeSize);
                         ~~~~~~~~~~~~~~~~~~~~~~~~~~  ^~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:26047:33: warning: expression result unused [-Wunused-value]
                        (self_in_dispatchConcretize->machineCodeSize);
                         ~~~~~~~~~~~~~~~~~~~~~~~~~~  ^~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:27190:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:27313:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:27375:9: warning: expression result unused [-Wunused-value]
                error("couldn't find unused register in genDivR:R:Quo:Rem:");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:28012:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:28362:9: warning: expression result unused [-Wunused-value]
                error("linking callsite to invalid address");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:28431:9: warning: expression result unused [-Wunused-value]
                error("linking callsite to invalid address");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:28567:10: warning: expression result unused [-Wunused-value]
                        error("Case not found and no otherwise clause");
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:28599:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:28608:9: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long long') to parameter of type 'void *' [-Wint-conversion]
        memset(startAddr, 204 /* stop */, (endAddr - startAddr) + 1);
               ^~~~~~~~~
/usr/x86_64-w64-mingw32/sys-root/mingw/include/string.h:53:31: note: passing argument to parameter '_Dst' here
  void * __cdecl memset(void *_Dst,int _Val,size_t _Size);
                              ^
In file included from /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogit.c:19:
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:28647:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:28886:13: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long long') to parameter of type 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') [-Wint-conversion]
                jmpTarget(arrivingJmp, genoperandoperand(Label, (labelCounter += 1), bytecodePC));
                          ^~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:28095:33: note: passing argument to parameter 'self_in_jmpTarget' here
jmpTarget(AbstractInstruction * self_in_jmpTarget, AbstractInstruction *anAbstractInstruction)
                                ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:28857:3: warning: expression result unused [-Wunused-value]
        ((AbstractInstruction *) backEnd);
         ^                       ~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:28868:3: warning: expression result unused [-Wunused-value]
        ((AbstractInstruction *) backEnd);
         ^                       ~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:29092:13: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long long') to parameter of type 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') [-Wint-conversion]
                jmpTarget(arrivingJmp, genoperandoperand(Label, (labelCounter += 1), bytecodePC));
                          ^~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:28095:33: note: passing argument to parameter 'self_in_jmpTarget' here
jmpTarget(AbstractInstruction * self_in_jmpTarget, AbstractInstruction *anAbstractInstruction)
                                ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:29102:13: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long long') to parameter of type 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') [-Wint-conversion]
                jmpTarget(arrivingJmp1, genoperandoperand(Label, (labelCounter += 1), bytecodePC));
                          ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:28095:33: note: passing argument to parameter 'self_in_jmpTarget' here
jmpTarget(AbstractInstruction * self_in_jmpTarget, AbstractInstruction *anAbstractInstruction)
                                ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:29030:3: warning: expression result unused [-Wunused-value]
        ((AbstractInstruction *) backEnd);
         ^                       ~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:29041:3: warning: expression result unused [-Wunused-value]
        ((AbstractInstruction *) backEnd);
         ^                       ~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:29172:9: warning: expression result unused [-Wunused-value]
                error("shouldBeImplemented");
                      ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:29182:4: warning: expression result unused [-Wunused-value]
                ((AbstractInstruction *) backEnd);
                 ^                       ~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:29188:4: warning: expression result unused [-Wunused-value]
                ((AbstractInstruction *) backEnd);
                 ^                       ~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:29194:4: warning: expression result unused [-Wunused-value]
                ((AbstractInstruction *) backEnd);
                 ^                       ~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:29200:4: warning: expression result unused [-Wunused-value]
                ((AbstractInstruction *) backEnd);
                 ^                       ~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:29206:3: warning: expression result unused [-Wunused-value]
        ((AbstractInstruction *) backEnd);
         ^                       ~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:29321:39: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if (!(isWithinMwOffsetRange(backEnd, methodCacheAddress()))) {
                                             ^~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:28077:82: note: passing argument to parameter 'anAddress' here
isWithinMwOffsetRange(AbstractInstruction * self_in_isWithinMwOffsetRange, sqInt anAddress)
                                                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:29479:49: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long long') to parameter of type 'void (*)(void)' [-Wint-conversion]
                return compileMachineCodeInterpreterPrimitive(mcprimFunctionForPrimitiveIndex(primitiveIndex));
                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:29135:47: note: passing argument to parameter 'primitiveRoutine' here
compileMachineCodeInterpreterPrimitive(void (*primitiveRoutine)(void))
                                              ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:29482:24: warning: comparison of distinct pointer types ('void (*)(void)' and 'sqInt (*)(void)' (aka 'long long (*)(void)')) [-Wcompare-distinct-pointer-types]
         || (primitiveRoutine == primitiveFail)) {
             ~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:30101:39: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if (!(isWithinMwOffsetRange(backEnd, methodCacheAddress()))) {
                                             ^~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:28077:82: note: passing argument to parameter 'anAddress' here
isWithinMwOffsetRange(AbstractInstruction * self_in_isWithinMwOffsetRange, sqInt anAddress)
                                                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:30859:26: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign]
                                                latestContinuation = latestContinuation;
                                                ~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:32290:9: warning: expression result unused [-Wunused-value]
                error("Cog JIT internal error. Too many abstract opcodes.  Num opcodes heuristic is too optimistic.");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:33777:47: warning: incompatible pointer to integer conversion passing 'sqInt (sqInt, sqInt, sqInt, sqInt)' (aka 'long long (long long, long long, long long, long long)') to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                generateSuperSendTrampolineTonamednumArgsin(ceSendabovetonumArgs, "ceDirectedSuperSend", numArgs, directedSuperSendTrampolines);
                                                            ^~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:1264:78: note: passing argument to parameter 'function' here
static sqInt NoDbgRegParms generateSuperSendTrampolineTonamednumArgsin(sqInt function, sqInt name, sqInt numArgs, sqInt *table);
                                                                             ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:33777:69: warning: incompatible pointer to integer conversion passing 'char [20]' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                generateSuperSendTrampolineTonamednumArgsin(ceSendabovetonumArgs, "ceDirectedSuperSend", numArgs, directedSuperSendTrampolines);
                                                                                  ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:1264:94: note: passing argument to parameter 'name' here
static sqInt NoDbgRegParms generateSuperSendTrampolineTonamednumArgsin(sqInt function, sqInt name, sqInt numArgs, sqInt *table);
                                                                                             ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:33778:47: warning: incompatible pointer to integer conversion passing 'void (sqInt, sqInt, sqInt, sqInt)' (aka 'void (long long, long long, long long, long long)') to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                generateSuperSendTrampolineTonamednumArgsin(ceSendaboveClassBindingtonumArgs, "ceDirectedSuperBindingSend", numArgs, directedSuperBindingSendTrampolines);
                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:1264:78: note: passing argument to parameter 'function' here
static sqInt NoDbgRegParms generateSuperSendTrampolineTonamednumArgsin(sqInt function, sqInt name, sqInt numArgs, sqInt *table);
                                                                             ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:33778:81: warning: incompatible pointer to integer conversion passing 'char [27]' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                generateSuperSendTrampolineTonamednumArgsin(ceSendaboveClassBindingtonumArgs, "ceDirectedSuperBindingSend", numArgs, directedSuperBindingSendTrampolines);
                                                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:1264:94: note: passing argument to parameter 'name' here
static sqInt NoDbgRegParms generateSuperSendTrampolineTonamednumArgsin(sqInt function, sqInt name, sqInt numArgs, sqInt *table);
                                                                                             ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:33797:102: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long long') to parameter of type 'char *' [-Wint-conversion]
        trampoline = genSendTrampolineFornumArgscalledargargargarg(function, numArgs, trampolineNamenumArgs(name, numArgs), ClassReg, TempReg, ReceiverResultReg, (numArgs <= (NumSendTrampolines - 2)
                                                                                                            ^~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:10033:29: note: passing argument to parameter 'routinePrefix' here
trampolineNamenumArgs(char *routinePrefix, sqInt numArgs)
                            ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:33797:61: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long long') to parameter of type 'void *' [-Wint-conversion]
        trampoline = genSendTrampolineFornumArgscalledargargargarg(function, numArgs, trampolineNamenumArgs(name, numArgs), ClassReg, TempReg, ReceiverResultReg, (numArgs <= (NumSendTrampolines - 2)
                                                                   ^~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:1297:80: note: passing argument to parameter 'aRoutine' here
static sqInt NoDbgRegParms genSendTrampolineFornumArgscalledargargargarg(void *aRoutine, sqInt numArgs, char *aString, sqInt regOrConst0, sqInt regOrConst1, sqInt regOrConst2, sqInt regOrConst3);
                                                                               ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:34020:85: warning: incompatible pointer to integer conversion passing 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(argReg, TempReg, label, 0);
                                                                                                  ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:17254:98: note: passing argument to parameter 'fwdJumpTarget' here
genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
                                                                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:34024:23: warning: incompatible pointer to integer conversion passing 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : argReg), TempReg, label, fixup);
                                    ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:17254:98: note: passing argument to parameter 'fwdJumpTarget' here
genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
                                                                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:34024:30: warning: incompatible pointer to integer conversion passing 'BytecodeFixup *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : argReg), TempReg, label, fixup);
                                           ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:17254:119: note: passing argument to parameter 'nonFwdJumpTargetOrZero' here
genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
                                                                                                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:34097:85: warning: incompatible pointer to integer conversion passing 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(argReg, TempReg, label, 0);
                                                                                                  ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:17254:98: note: passing argument to parameter 'fwdJumpTarget' here
genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
                                                                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:34101:92: warning: incompatible pointer to integer conversion passing 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(rcvrRegOrNone, TempReg, label, 0);
                                                                                                         ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:17254:98: note: passing argument to parameter 'fwdJumpTarget' here
genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
                                                                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:35124:10: warning: expression result unused [-Wunused-value]
                        error("Case not found and no otherwise clause");
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:35254:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:35123:3: warning: variable 'result' is used uninitialized whenever switch default is taken [-Wsometimes-uninitialized]
                default:
                ^~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:35126:22: note: uninitialized use occurs here
                if (isIntegerValue(result)) {
                                   ^~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:35092:17: note: initialize the variable 'result' to silence this warning
    sqInt result;
                ^
                 = 0
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:35517:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:35516:2: warning: variable 'result' is used uninitialized whenever switch default is taken [-Wsometimes-uninitialized]
        default:
        ^~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:35520:34: note: uninitialized use occurs here
        return ssPushAnnotatedConstant((result
                                        ^~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:35491:15: note: initialize the variable 'result' to silence this warning
    int result;
              ^
               = 0
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:36326:45: warning: incompatible integer to pointer conversion assigning to 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') from 'unsigned char' [-Wint-conversion]
                (self_in_reinitialize->targetInstruction) = ((self_in_reinitialize->simStackPtr) = 0);
                                                          ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:36550:22: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign]
                latestContinuation = latestContinuation;
                ~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:2164:1: warning: unused function 'availableFloatRegisterOrNoneFor' [-Wunused-function]
availableFloatRegisterOrNoneFor(AbstractInstruction * self_in_availableFloatRegisterOrNoneFor, sqInt liveRegsMask)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:2198:1: warning: unused function 'cloneLiteralFrom' [-Wunused-function]
cloneLiteralFrom(AbstractInstruction * self_in_cloneLiteralFrom, AbstractInstruction *existingLiteral)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:2287:1: warning: unused function 'initializeSharableLiteral' [-Wunused-function]
initializeSharableLiteral(AbstractInstruction * self_in_initializeSharableLiteral, sqInt literal)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:2306:1: warning: unused function 'initializeUniqueLiteral' [-Wunused-function]
initializeUniqueLiteral(AbstractInstruction * self_in_initializeUniqueLiteral, sqInt literal)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:2329:1: warning: unused function 'isLiteral' [-Wunused-function]
isLiteral(AbstractInstruction * self_in_isLiteral)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:2385:1: warning: unused function 'rewriteConditionalJumpLongAttarget' [-Wunused-function]
rewriteConditionalJumpLongAttarget(AbstractInstruction * self_in_rewriteConditionalJumpLongAttarget, sqInt callSiteReturnAddress, sqInt callTargetAddress)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:2398:1: warning: unused function 'wantsNearAddressFor' [-Wunused-function]
wantsNearAddressFor(AbstractInstruction * self_in_wantsNearAddressFor, sqInt anObject)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:2425:1: warning: unused function 'computeSizeOfArithCqR' [-Wunused-function]
computeSizeOfArithCqR(AbstractInstruction * self_in_computeSizeOfArithCqR)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:2440:1: warning: unused function 'computeSizeOfArithCwR' [-Wunused-function]
computeSizeOfArithCwR(AbstractInstruction * self_in_computeSizeOfArithCwR)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:2485:1: warning: unused function 'concretizeMoveCwR' [-Wunused-function]
concretizeMoveCwR(AbstractInstruction * self_in_concretizeMoveCwR)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:2604:1: warning: unused function 'loadLiteralByteSize' [-Wunused-function]
loadLiteralByteSize(AbstractInstruction * self_in_loadLiteralByteSize)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:2879:1: warning: unused function 'allMethodsHaveCorrectHeader' [-Wunused-function]
allMethodsHaveCorrectHeader(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:5955:1: warning: unused function 'expectedClosedPICPrototype' [-Wunused-function]
expectedClosedPICPrototype(CogMethod *cPIC)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:6232:1: warning: unused function 'firstMappedPCFor' [-Wunused-function]
firstMappedPCFor(CogMethod *cogMethod)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:8977:1: warning: unused function 'maybeFreeCogMethodDoesntLookKosher' [-Wunused-function]
maybeFreeCogMethodDoesntLookKosher(CogMethod *cogMethod)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:9289:1: warning: unused function 'noAssertMethodClassAssociationOf' [-Wunused-function]
noAssertMethodClassAssociationOf(sqInt methodPointer)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:9301:1: warning: unused function 'noCogMethodsMaximallyMarked' [-Wunused-function]
noCogMethodsMaximallyMarked(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:9461:1: warning: unused function 'picAbortDiscriminatorValue' [-Wunused-function]
picAbortDiscriminatorValue(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:9570:1: warning: unused function 'registerMaskFor' [-Wunused-function]
registerMaskFor(sqInt reg)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:9577:1: warning: unused function 'registerMaskForand' [-Wunused-function]
registerMaskForand(sqInt reg1, sqInt reg2)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:10818:1: warning: unused function 'counters' [-Wunused-function]
counters(CogMethod * self_in_counters)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:11086:1: warning: unused function 'kosherYoungReferrers' [-Wunused-function]
kosherYoungReferrers(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:11573:1: warning: unused function 'voidYoungReferrersPostTenureAll' [-Wunused-function]
voidYoungReferrersPostTenureAll(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:16927:1: warning: unused function 'checkValidDerivedObjectReference' [-Wunused-function]
checkValidDerivedObjectReference(sqInt bodyAddress)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:16942:1: warning: unused function 'couldBeDerivedObject' [-Wunused-function]
couldBeDerivedObject(sqInt bodyAddress)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:17084:1: warning: unused function 'genCreateClosureAtnumArgsnumCopiedcontextNumArgslargeinBlock' [-Wunused-function]
genCreateClosureAtnumArgsnumCopiedcontextNumArgslargeinBlock(sqInt bcpc, sqInt numArgs, sqInt numCopied, sqInt ctxtNumArgs, sqInt isLargeCtxt, sqInt isInBlock)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:22512:1: warning: unused function 'getActiveContextAllocatesInMachineCode' [-Wunused-function]
getActiveContextAllocatesInMachineCode(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:22523:1: warning: unused function 'inlineCacheTagIsYoung' [-Wunused-function]
inlineCacheTagIsYoung(sqInt cacheTag)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:22940:1: warning: unused function 'isMergeFixup' [-Wunused-function]
isMergeFixup(BytecodeFixup * self_in_isMergeFixup)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:22999:1: warning: unused function 'callFullTargetFromReturnAddress' [-Wunused-function]
callFullTargetFromReturnAddress(AbstractInstruction * self_in_callFullTargetFromReturnAddress, sqInt callSiteReturnAddress)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:23027:1: warning: unused function 'cFloatResultToRd' [-Wunused-function]
cFloatResultToRd(AbstractInstruction * self_in_cFloatResultToRd, sqInt reg)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:23038:1: warning: unused function 'cFloatResultToRs' [-Wunused-function]
cFloatResultToRs(AbstractInstruction * self_in_cFloatResultToRs, sqInt reg)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:23598:1: warning: unused function 'concretizeFill32' [-Wunused-function]
concretizeFill32(AbstractInstruction * self_in_concretizeFill32)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:27320:1: warning: unused function 'fullCallsAreRelative' [-Wunused-function]
fullCallsAreRelative(AbstractInstruction * self_in_fullCallsAreRelative)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:27456:1: warning: unused function 'generateLowLevelTryLock' [-Wunused-function]
generateLowLevelTryLock(AbstractInstruction * self_in_generateLowLevelTryLock, sqInt vmOwnerLockAddress)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:27486:1: warning: unused function 'generateLowLevelUnlock' [-Wunused-function]
generateLowLevelUnlock(AbstractInstruction * self_in_generateLowLevelUnlock, sqInt vmOwnerLockAddress)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:27576:1: warning: unused function 'genMemCopytoconstantSize' [-Wunused-function]
genMemCopytoconstantSize(AbstractInstruction * self_in_genMemCopytoconstantSize, sqInt originalSourceReg, sqInt originalDestReg, sqInt size)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:27635:1: warning: unused function 'genMemCopytosize' [-Wunused-function]
genMemCopytosize(AbstractInstruction * self_in_genMemCopytosize, sqInt originalSourceReg, sqInt originalDestReg, sqInt originalSize)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:27941:1: warning: unused function 'genSubstituteReturnAddress' [-Wunused-function]
genSubstituteReturnAddress(AbstractInstruction * self_in_genSubstituteReturnAddress, sqInt retpc)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:27952:1: warning: unused function 'genSwapRRScratch' [-Wunused-function]
genSwapRRScratch(AbstractInstruction * self_in_genSwapRRScratch, sqInt regA, sqInt regB, sqInt regTmp)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:28193:1: warning: unused function 'literalBeforeInlineCacheTagAt' [-Wunused-function]
literalBeforeInlineCacheTagAt(AbstractInstruction * self_in_literalBeforeInlineCacheTagAt, sqInt callSiteReturnAddress)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:28205:1: warning: unused function 'loadPICLiteralByteSize' [-Wunused-function]
loadPICLiteralByteSize(AbstractInstruction * self_in_loadPICLiteralByteSize)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:28212:1: warning: unused function 'machineCodeAt' [-Wunused-function]
machineCodeAt(AbstractInstruction * self_in_machineCodeAt, sqInt anOffset)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:28225:1: warning: unused function 'machineCodeBytes' [-Wunused-function]
machineCodeBytes(AbstractInstruction * self_in_machineCodeBytes)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:28268:1: warning: unused function 'numLowLevelLockOpcodes' [-Wunused-function]
numLowLevelLockOpcodes(AbstractInstruction * self_in_numLowLevelLockOpcodes)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:28324:1: warning: unused function 'relocateMethodReferenceBeforeAddressby' [-Wunused-function]
relocateMethodReferenceBeforeAddressby(AbstractInstruction * self_in_relocateMethodReferenceBeforeAddressby, sqInt pc, sqInt delta)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:28660:1: warning: unused function 'zoneCallsAreRelative' [-Wunused-function]
zoneCallsAreRelative(AbstractInstruction * self_in_zoneCallsAreRelative)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:30959:1: warning: unused function 'numSpecialSelectors' [-Wunused-function]
numSpecialSelectors(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:31926:1: warning: unused function 'v4LongForwardBranchDistance' [-Wunused-function]
v4LongForwardBranchDistance(BytecodeDescriptor *descriptor, sqInt pc, sqInt nExts, sqInt aMethodObj)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:36299:1: warning: unused function 'receiverIsInReceiverResultReg' [-Wunused-function]
receiverIsInReceiverResultReg(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:37006:1: warning: unused function 'tempsValidAndVolatileEntriesSpilled' [-Wunused-function]
tempsValidAndVolatileEntriesSpilled(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/cogitX64WIN64.c:37107:1: warning: unused function 'violatesEnsureSpilledSpillAssert' [-Wunused-function]
violatesEnsureSpilledSpillAssert(void)
^
NewUndeclaredWarning: CogVMSimulator>>codeGeneratorToComputeAccessorDepth (VMMakerConfiguration is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>ensureMultiThreadingOverridesAreUpToDate (Parser is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>ioMousePoint (Sensor is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>ioRelinquishProcessorForMicroseconds: (Sensor is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>logOfBytesVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>logOfBytesWrite:toFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>logOfSendsVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>logOfSendsWrite:toFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorph (SimulatorImageMorph is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorph (SimulatorEventTransformer is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorph (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorph (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorphNoTranscript (SimulatorImageMorph is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorphNoTranscript (SimulatorEventTransformer is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorphNoTranscript (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>setBreakBlockFromString: (Compiler is Undeclared)
SystemNotification: CogVMSimulator>>testBreakCount:printSends:printFrames:printBytecodes:(breakCount is shadowed)
NewUndeclaredWarning: StackMTInterpreterSimulator>>ioMousePoint (Sensor is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>ioRelinquishProcessorForMicroseconds: (Sensor is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>logOfBytesVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>logOfBytesWrite:toFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>logOfSendsVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>logOfSendsWrite:toFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (SimulatorImageMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (SimulatorEventTransformer is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorphNoTranscript (SimulatorImageMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorphNoTranscript (SimulatorEventTransformer is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorphNoTranscript (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsSimulatorMorph (SimulatorMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsSimulatorMorph (SimulatorMorph is Undeclared)
SystemNotification: StackMTInterpreterSimulator>>runAtEachStep:breakCount:(breakCount is shadowed)
NewUndeclaredWarning: StackMTInterpreterSimulator>>setClickStepBreakBlock (Debugger is Undeclared)
SystemNotification: StackMTInterpreterSimulator>>testBreakCount:printSends:printFrames:printBytecodes:(breakCount is shadowed)
NewUndeclaredWarning: StackInterpreterSimulator>>codeGeneratorToComputeAccessorDepth (VMMakerConfiguration is Undeclared)
NewUndeclaredWarning: StackInterpreterSimulator>>ioMousePoint (Sensor is Undeclared)
NewUndeclaredWarning: StackInterpreterSimulator>>ioRelinquishProcessorForMicroseconds: (Sensor is Undeclared)
NewUndeclaredWarning: StackInterpreterSimulator>>logOfBytesVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackInterpreterSimulator>>logOfBytesWrite:toFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackInterpreterSimulator>>logOfSendsVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackInterpreterSimulator>>logOfSendsWrite:toFileNamed:fromStart: (FileStream is Undeclared)

Local variable name 'receiver' in doPrimitiveWorkerCallout may mask method when inlining

Local variable name 'stack' in pathTo:using:followWeak: may mask method when inlining

Local variable name 'stack' in pruneStack:stackp: may mask method when inlining

Local variable name 'receiver' in doPrimitiveWorkerExtractReturnValue may mask method when inlining

compactionStartUsecs localised to fullGC

gcMarkEndUsecs localised to fullGC

extA localised to interpret

extB localised to interpret

lkupClassTag localised to interpret

numExtB localised to interpret

the2ndUnknownShort localised to writeImageFileIOSystemNotification: StackInterpreterSimulator>>runAtEachStep:breakCount:(breakCount is shadowed)
NewUndeclaredWarning: StackInterpreterSimulator>>setClickStepBreakBlock (Debugger is Undeclared)
SystemNotification: StackInterpreterSimulator>>testBreakCount:printSends:printFrames:printBytecodes:(breakCount is shadowed)
NewUndeclaredWarning: VMStructType class>>checkGenerateSurrogate:bytesPerWord: (BytesPerWord is Undeclared)
NewUndeclaredWarning: VMStructType class>>checkGenerateSurrogate:bytesPerWord: (BytesPerWord is Undeclared)
NewUndeclaredWarning: VMStructType class>>checkGenerateSurrogate:bytesPerWord: (BytesPerWord is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFBitBltLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFFormLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFEdgeDataTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFFillDataTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFWrongState is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadSpanBufferFrom: (GEFClassMismatch is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferIsInteger is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferIsPointers is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferBadMagic is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferWrongSize is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferStartWrong is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveAddActiveEdgeEntry (GEFEdgeDataTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveAddActiveEdgeEntry (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveAddActiveEdgeEntry (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveChangedActiveEdgeEntry (GEFEdgeDataTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveCopyBuffer (GEFClassMismatch is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveCopyBuffer (GEFSizeMismatch is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveDisplaySpanBuffer (GEFBitBltLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveGetFailureReason (GEFEngineIsInteger is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveGetFailureReason (GEFEngineIsWords is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveGetFailureReason (GEFEngineTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveInitializeProcessing (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFFillDataTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveNextFillEntry (GEFFormLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveNextFillEntry (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveNextFillEntry (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveNextGlobalEdgeEntry (GEFWrongEdge is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalEdge (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalEdge (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalEdge (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalFill (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveSetColorTransform (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFAlreadyFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFEngineIsInteger is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFEngineIsWords is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFEngineTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom:requiredState: (GEFWrongState is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom:requiredState:or: (GEFWrongState is Undeclared)

26 June 2022 11:15:58.838224 pm
warning, signature of InterpreterProxy>>characterTable does not match reference implementation.
warning, signature of InterpreterProxy>>fullGC does not match reference implementation.
warning, signature of InterpreterProxy>>pop:thenPush: does not match reference implementation.
warning, signature of InterpreterProxy>>positive32BitValueOf: does not match reference implementation.
warning, signature of InterpreterProxy>>pushRemappableOop: does not match reference implementation.
external plugin FilePlugin generated as FilePlugin
warning, signature of InterpreterProxy>>pop:thenPush: does not match reference implementation.
warning, signature of InterpreterProxy>>pushBool: does not match reference implementation.
external plugin FloatArrayPlugin generated as FloatArrayPlugin
warning, signature of InterpreterProxy>>pop:thenPush: does not match reference implementation.
external plugin SurfacePlugin generated as SurfacePlugin
26 June 2022 11:15:59.216343 pm
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezier (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezier (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezier (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBitmapFill (GEFBadPoint is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBitmapFill (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBitmapFill (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFEntityCheckFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddGradientFill (GEFBadPoint is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddGradientFill (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddGradientFill (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFBadPoint is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFBadPoint is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFBadPoint is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFEntityLoadFailed is Undeclared)

warning, variable nsMethodCache doesn't exist or has already been removed
StackInterpreter>>checkImageVersionFrom: contains declaration for non-existent variable imageOffset
StackInterpreter>>reapAndResetErrorCodeTo:header: contains declaration for non-existent variable theSP
StackInterpreterPrimitives>>primitiveFFIAllocate contains declaration for non-existent variable ptr
StackInterpreter>>readImageFromFile:StartingAt: contains declaration for non-existent variable heapSize
StackInterpreter>>readImageFromFile:StartingAt: contains declaration for non-existent variable minimumMemory
StackInterpreter>>readImageFromFile:StartingAt: contains declaration for non-existent variable allocationReserve
StackInterpreterPrimitives>>doPrimitiveWorkerExtractReturnValue contains declaration for non-existent variable externalFunction
StackInterpreterPrimitives>>primitiveLoadSymbolFromModule contains declaration for non-existent variable ptr
StackInterpreterPrimitives>>primitiveFFIFree contains declaration for non-existent variable ptr

conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in primitiveFFIFree
153 warnings generated.
[ 32%] Building C object CMakeFiles/PharoVMCore.dir/generated/64/vm/src/gcc3x-cointerp.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/generated/64/vm/src/gcc3x-cointerp.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:48:9: warning: unknown pragma ignored [-Wunknown-pragmas]
#pragma auto_inline(off)
        ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65:9: warning: unknown pragma ignored [-Wunknown-pragmas]
#pragma auto_inline(on)
        ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2991:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
        localSP = pointerForOop(GIV(stackPointer));
                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2992:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
        localFP = pointerForOop(GIV(framePointer));
                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3012:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize));
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3026:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 8 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3040:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 16 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3054:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 24 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3068:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 32 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3082:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 40 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3096:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 48 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3110:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 56 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3124:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 64 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3138:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 72 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3152:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 80 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3166:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 88 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3180:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 96 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3194:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 104 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3208:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 112 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3222:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 120 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3237:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = (0 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3238:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3239:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3254:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = (1 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3255:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 1 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3256:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 1 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3271:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = (2 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3272:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 2 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3273:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 2 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3288:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = (3 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3289:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 3 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3290:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 3 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3305:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = (4 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3306:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 4 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3307:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 4 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3322:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = (5 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3323:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 5 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3324:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 5 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3339:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = (6 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3340:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 6 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3341:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 6 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3356:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = (7 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3357:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 7 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3358:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 7 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3373:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = (8 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3374:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 8 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3375:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 8 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3390:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = (9 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3391:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 9 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3392:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 9 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3407:77: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = (10 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3408:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 10 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3409:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 10 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3424:77: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = (11 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3425:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 11 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3426:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 11 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3440:77: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = (12 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3441:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 12 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3442:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 12 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3456:77: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = (13 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3457:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 13 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3458:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 13 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3472:77: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = (14 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3473:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 14 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3474:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 14 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3488:77: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = (15 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3489:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 15 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:3490:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 15 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:4710:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                rcvr = longAt(localFP + FoxIFReceiver);
                                              ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:4766:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (0 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:4767:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:4770:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:4786:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (1 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:4787:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 1 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:4790:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 1 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:4806:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (2 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:4807:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 2 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:4810:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 2 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:4826:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (3 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:4827:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 3 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:4830:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 3 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:4846:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (4 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:4847:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 4 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:4850:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 4 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:4866:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (5 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:4867:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 5 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:4870:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 5 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:4886:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (6 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:4887:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 6 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:4890:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 6 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:4906:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (7 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:4907:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 7 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:4910:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 7 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:4926:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = longAt(localFP + FoxIFReceiver);
                                                ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5019:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                localReturnValue = longAt(localFP + FoxIFReceiver);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5059:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (!((byteAt((localFP + FoxIFrameFlags) + 3)) != 0)) {
                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5079:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                closure = longAt(localFP + (frameStackedReceiverOffset(localFP)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5096:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                if (((((usqInt)(longAt(localFP + FoxMethod)))) < (startOfMemory())
                                                                       ^~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5097:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        ? ((longAt(localFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                                   ^~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5098:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        : (byteAt((localFP + FoxIFrameFlags) + 2)) != 0)) {
                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5100:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        ourContext = longAt(localFP + FoxThisContext);
                                                                            ^~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5128:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        if (((((usqInt)(longAt(localFP + FoxMethod)))) < (startOfMemory())
                                                               ^~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5129:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                ? ((longAt(localFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                           ^~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5130:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                : (byteAt((localFP + FoxIFrameFlags) + 2)) != 0)) {
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5132:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                ourContext1 = longAt(localFP + FoxThisContext);
                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5149:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        if (((((usqInt)(longAt(localFP + FoxMethod)))) < (startOfMemory())
                                                               ^~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5150:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                ? ((longAt(localFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                           ^~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5151:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                : (byteAt((localFP + FoxIFrameFlags) + 2)) != 0)) {
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5153:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                ourContext2 = longAt(localFP + FoxThisContext);
                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5177:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        if ((longAt(theFP + FoxSavedFP)) == 0) {
                                                    ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5183:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                callerContextOrNil = longAt((thePage1->baseAddress));
                                                                            ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5190:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                frameToReturnTo = pointerForOop(longAt(theFP + FoxSavedFP));
                                                                                       ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5213:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                if (((((usqInt)(longAt(localFP + FoxMethod)))) < (startOfMemory())
                                                                       ^~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5214:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        ? ((longAt(localFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                                   ^~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5215:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        : (byteAt((localFP + FoxIFrameFlags) + 2)) != 0)) {
                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5217:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        ourContext3 = longAt(localFP + FoxThisContext);
                                                                             ^~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5244:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        callerContextOrNil2 = longAt((thePage3->baseAddress));
                                                                     ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5269:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        callerContextOrNil1 = longAt((thePage2->baseAddress));
                                                                                     ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5310:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                localFP = pointerForOop(longAt(localFP + FoxSavedFP));
                                                                               ^~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5312:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        localIP = pointerForOop(longAt(callerFP + FoxCallerSavedIP));
                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5326:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtPointerput(localSP, localIP);
                                                                          ^~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:142:57: note: passing argument to parameter 'val' here
  static inline sqInt longAtPointerput(char *ptr, sqInt val)    { return *(sqInt *)ptr= val; }
                                                        ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5337:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        localIP = pointerForOop(longAt(localFP + FoxIFSavedIP));
                                                                       ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5341:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                aMethodObj = longAt(localFP + FoxMethod);
                                                    ^~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5432:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                callersFPOrNull = pointerForOop(longAt(localFP + FoxSavedFP));
                                                                       ^~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5440:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        callerContextOrNil = longAt((thePage1->baseAddress));
                                                                    ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5472:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) {
                                                                                                 ^~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5501:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        contextToReturnFrom = longAt(((GIV(stackPage)->baseAddress)) - BytesPerWord);
                                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5504:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        longAtput((sp = GIV(stackPointer) - BytesPerWord), contextToReturnFrom);
                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5507:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), localReturnValue);
                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5510:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5540:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        longAtPointerput(localSP, localIP);
                                                                                  ^~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:142:57: note: passing argument to parameter 'val' here
  static inline sqInt longAtPointerput(char *ptr, sqInt val)    { return *(sqInt *)ptr= val; }
                                                        ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5551:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                localIP = pointerForOop(longAt(localFP + FoxIFSavedIP));
                                                                               ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5555:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        aMethodObj = longAt(localFP + FoxMethod);
                                                            ^~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5571:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                localIP = pointerForOop(longAt(localFP + FoxCallerSavedIP));
                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5572:79: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                localSP = localFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(localFP + FoxMethod)))) < (startOfMemory())
                                                                                                          ^~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5574:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        : byteAt((localFP + FoxIFrameFlags) + 1))));
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5585:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtPointerput(localSP, localIP);
                                                                          ^~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:142:57: note: passing argument to parameter 'val' here
  static inline sqInt longAtPointerput(char *ptr, sqInt val)    { return *(sqInt *)ptr= val; }
                                                        ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5596:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        localIP = pointerForOop(longAt(localFP + FoxIFSavedIP));
                                                                       ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5599:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                aMethodObj1 = longAt(localFP + FoxMethod);
                                                     ^~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5643:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                       ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5644:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                   ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5645:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5647:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ourContext = longAt(theFP + FoxThisContext);
                                                            ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5680:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        object1 = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + (((sqInt)((usqInt)(variableIndex) << (shiftForWord())))));
                                                                  ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5686:56: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        object = (variableIndex < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5687:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - variableIndex) * BytesPerWord))
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5688:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - variableIndex) * BytesPerWord)));
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5735:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        objOop = longAt(localFP + FoxIFReceiver);
                                                        ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5778:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        if (variableIndex < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5779:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - variableIndex) * BytesPerWord), value);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5782:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - variableIndex) * BytesPerWord), value);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5864:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        objOop = longAt(localFP + FoxIFReceiver);
                                                        ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5907:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        if (variableIndex < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5908:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - variableIndex) * BytesPerWord), value);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:5911:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - variableIndex) * BytesPerWord), value);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:6195:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                                localSP = pointerForOop(GIV(stackPointer));
                                                                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:6196:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                                localFP = pointerForOop(GIV(framePointer));
                                                                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:6269:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                 && (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()))))) {
                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:6284:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:6289:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                                localSP = pointerForOop(GIV(stackPointer));
                                                                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:6290:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                                localFP = pointerForOop(GIV(framePointer));
                                                                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:6301:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput(localFP + FoxIFSavedIP, ((sqInt)localIP));
                                                          ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:6312:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                                localSP = pointerForOop(GIV(stackPointer));
                                                                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:6313:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                                localFP = pointerForOop(GIV(framePointer));
                                                                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:6326:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtPointerput((localSP -= BytesPerOop), localIP);
                                                                                           ^~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:142:57: note: passing argument to parameter 'val' here
  static inline sqInt longAtPointerput(char *ptr, sqInt val)    { return *(sqInt *)ptr= val; }
                                                        ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:6328:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtPointerput((localSP -= BytesPerOop), localFP);
                                                                                           ^~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:142:57: note: passing argument to parameter 'val' here
  static inline sqInt longAtPointerput(char *ptr, sqInt val)    { return *(sqInt *)ptr= val; }
                                                        ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:6367:65: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                                shouldSkipStoreBytecode = reapAndResetErrorCodeToheader(localFP, methodHeader2);
                                                                                                                        ^~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:1644:76: note: passing argument to parameter 'theFP' here
static sqInt NoDbgRegParms NeverInline reapAndResetErrorCodeToheader(sqInt theFP, sqInt methodHeader);
                                                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:6387:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                                        localSP = pointerForOop(GIV(stackPointer));
                                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:6388:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                                        localFP = pointerForOop(GIV(framePointer));
                                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:6450:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        obj = longAt(localFP + FoxIFReceiver);
                                                     ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:6481:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                                                localSP = pointerForOop(GIV(stackPointer));
                                                                                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:6482:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                                                localFP = pointerForOop(GIV(framePointer));
                                                                                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:6498:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        callerFP = pointerForOop(longAt(spouseFP + FoxSavedFP));
                                                                                        ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:6507:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                                callerContextOrNil = longAt((thePage->baseAddress));
                                                                                            ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:6515:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        if (((((usqInt)(longAt(callerFP + FoxMethod)))) < (startOfMemory())
                                                                               ^~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:6516:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                                ? ((longAt(callerFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                                           ^~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:6517:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                                : (byteAt((callerFP + FoxIFrameFlags) + 2)) != 0)) {
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:6519:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                                object3 = longAt(callerFP + FoxThisContext);
                                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:6631:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                obj1 = longAt(localFP + FoxIFReceiver);
                                              ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:6726:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:6727:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:6924:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                       ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:6925:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                   ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:6926:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:6928:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ourContext = longAt(theFP + FoxThisContext);
                                                            ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:7066:61: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                tempVector = (tempVectorIndex < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:7067:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - tempVectorIndex) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:7068:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - tempVectorIndex) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:7090:61: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                tempVector = (tempVectorIndex < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:7091:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - tempVectorIndex) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:7092:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - tempVectorIndex) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:7127:61: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                tempVector = (tempVectorIndex < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:7128:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - tempVectorIndex) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:7129:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - tempVectorIndex) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:7180:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                       ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:7181:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                   ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:7182:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:7184:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        context = longAt(theFP + FoxThisContext);
                                                         ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:7500:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:7501:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:7506:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                backwardJumpCountByte = byteAt(localFP + ((VMBIGENDIAN
                                                               ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:7529:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                byteAtput(localFP + ((VMBIGENDIAN
                                          ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:159:39: note: passing argument to parameter 'oop' here
  static inline sqInt byteAtput(sqInt oop, int val)             { return byteAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:7743:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 + arg1));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:7749:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:7750:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:7887:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 - arg1));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:7893:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:7894:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:8964:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 * arg1));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:8970:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:8971:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:9123:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 / arg1));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:9129:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:9130:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:9269:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                integerArgument = longAt(GIV(stackPointer));
                                                             ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:9277:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:9315:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), shifted);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:9322:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                localSP = pointerForOop(GIV(stackPointer));
                                                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:9323:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                localFP = pointerForOop(GIV(framePointer));
                                                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:9391:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                localSP = pointerForOop(GIV(stackPointer));
                                                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:9392:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                localFP = pointerForOop(GIV(framePointer));
                                                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:9435:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                localSP = pointerForOop(GIV(stackPointer));
                                                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:9436:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                localFP = pointerForOop(GIV(framePointer));
                                                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:9766:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:9767:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:9819:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:9820:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:10132:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        if (((((usqInt)(longAt(localFP + FoxMethod)))) < (startOfMemory())
                                                               ^~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:10133:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                ? ((longAt(localFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                           ^~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:10134:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                : (byteAt((localFP + FoxIFrameFlags) + 2)) != 0)) {
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:10136:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                theThingToPush = longAt(localFP + FoxThisContext);
                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:10186:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                localReturnValue = longAt(localFP + FoxIFReceiver);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:10339:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 + arg1));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:10345:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:10346:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:10483:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 - arg1));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:10489:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:10490:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:11559:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 * arg1));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:11565:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:11566:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:11718:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 / arg1));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:11724:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:11725:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:11864:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                integerArgument = longAt(GIV(stackPointer));
                                                             ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:11872:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:11910:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), shifted);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:11917:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                localSP = pointerForOop(GIV(stackPointer));
                                                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:11918:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                localFP = pointerForOop(GIV(framePointer));
                                                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:11986:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                localSP = pointerForOop(GIV(stackPointer));
                                                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:11987:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                localFP = pointerForOop(GIV(framePointer));
                                                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:12030:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                localSP = pointerForOop(GIV(stackPointer));
                                                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:12031:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                localFP = pointerForOop(GIV(framePointer));
                                                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:12268:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:12269:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:12321:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:12322:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:12535:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                rcvr = longAt(localFP + FoxIFReceiver);
                                              ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:12636:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                obj = longAt(localFP + FoxIFReceiver);
                                             ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:12667:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                                        localSP = pointerForOop(GIV(stackPointer));
                                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:12668:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                                        localFP = pointerForOop(GIV(framePointer));
                                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:12684:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                callerFP = pointerForOop(longAt(spouseFP + FoxSavedFP));
                                                                                ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:12693:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        callerContextOrNil = longAt((thePage->baseAddress));
                                                                                    ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:12701:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                if (((((usqInt)(longAt(callerFP + FoxMethod)))) < (startOfMemory())
                                                                       ^~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:12702:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        ? ((longAt(callerFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                                   ^~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:12703:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        : (byteAt((callerFP + FoxIFrameFlags) + 2)) != 0)) {
                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:12705:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        object = longAt(callerFP + FoxThisContext);
                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:12787:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = (index < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:12788:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - index) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:12789:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - index) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:12964:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                top = longAt(localSP);
                                             ^~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:13062:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:13063:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:13068:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                backwardJumpCountByte = byteAt(localFP + ((VMBIGENDIAN
                                                               ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:13091:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                byteAtput(localFP + ((VMBIGENDIAN
                                          ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:159:39: note: passing argument to parameter 'oop' here
  static inline sqInt byteAtput(sqInt oop, int val)             { return byteAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:13201:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                obj = longAt(localFP + FoxIFReceiver);
                                             ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:13296:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:13297:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:13421:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (index < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:13422:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - index) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:13425:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - index) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:13450:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                obj = longAt(localFP + FoxIFReceiver);
                                             ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:13545:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:13546:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:13667:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (index < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:13668:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - index) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:13671:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - index) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:13765:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                               ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:13766:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                           ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:13767:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:13769:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                context = longAt(theFP + FoxThisContext);
                                                                 ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:13833:124: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput((newClosure + BaseHeaderSize) + (((sqInt)((usqInt)(FullClosureReceiverIndex) << (shiftForWord())))), longAt(localFP + FoxIFReceiver));
                                                                                                                                                              ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:13883:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                       ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:13884:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                   ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:13885:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:13887:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        context = longAt(theFP + FoxThisContext);
                                                         ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:12948:3: warning: unused label 'directedSuperclassSend' [-Wunused-label]
                directedSuperclassSend:
                ^~~~~~~~~~~~~~~~~~~~~~~
MetacelloNotification: Loaded -> VMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loaded -> VMMaker-Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMakerCompatibilityForPharo6-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
NewUndeclaredWarning: OCAbstractScope>>childrenDo:after:suchThat: (children is Undeclared)
NewUndeclaredWarning: OCAbstractScope>>childrenDo:after:suchThat: (children is Undeclared)
NewUndeclaredWarning: OCAbstractScope>>childrenDo:suchThat: (children is Undeclared)
NewUndeclaredWarning: OCAbstractScope>>childrenDo:suchThat: (children is Undeclared)
NewUndeclaredWarning: DisplayText class>>example (Sensor is Undeclared)
NewUndeclaredWarning: DisplayText class>>example (Sensor is Undeclared)
NewUndeclaredWarning: DisplayText class>>text: (DefaultTextStyle is Undeclared)
MetacelloNotification: Loaded -> VMMakerCompatibilityForPharo6-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMakerTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14258:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (((cogMethod->cmNumArgs)) * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14260:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14272:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14275:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), rcvr);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14281:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14281:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14285:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp7 = GIV(stackPointer) - BytesPerWord), ((sqInt)cogMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14288:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14291:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp9 = GIV(stackPointer) - BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14296:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14302:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                reapAndResetErrorCodeToheader(GIV(framePointer), methodHeader);
                                                  ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:1644:76: note: passing argument to parameter 'theFP' here
static sqInt NoDbgRegParms NeverInline reapAndResetErrorCodeToheader(sqInt theFP, sqInt methodHeader);
                                                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14308:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp3 = GIV(stackPointer) - BytesPerWord), object1);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14311:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp4 = GIV(stackPointer) - BytesPerWord), rcvr);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14359:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14363:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14367:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14370:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14370:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14374:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14388:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14394:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14397:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), 0);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14400:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp7 = GIV(stackPointer) - BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14404:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14416:64: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        shouldSkipStoreBytecode = reapAndResetErrorCodeToheader(GIV(framePointer), methodHeader);
                                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:1644:76: note: passing argument to parameter 'theFP' here
static sqInt NoDbgRegParms NeverInline reapAndResetErrorCodeToheader(sqInt theFP, sqInt methodHeader);
                                                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14590:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        methodField = longAt(lifp + FoxMethod);
                             ^~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14601:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                theIP = longAt(lifp + FoxIFSavedIP);
                                               ^~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14617:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        methodField1 = longAt(lifp + FoxMethod);
                                              ^~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14634:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if ((longAt(lifp + FoxSavedFP)) == 0) {
                    ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14649:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        cogMethod = ((CogBlockMethod *) ((longAt(GIV(framePointer) + FoxMethod)) & MFMethodMask));
                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14691:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                theIP = ((usqInt)(longAt((aStackPage->headSP))));
                                         ^~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14698:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                                      ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14700:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        methodField = longAt(theFP + FoxMethod);
                                             ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14717:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        methodObj = longAt(theFP + FoxMethod);
                                           ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14722:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                theIP = longAt(theFP + FoxIFSavedIP);
                                               ^~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14728:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                theIP = ((usqInt)(longAt(theFP + FoxCallerSavedIP)));
                                         ^~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14729:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                                        ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14785:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if (((byteAt((GIV(framePointer) + FoxIFrameFlags) + 3)) != 0)
                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14786:109: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                 && (!(isVanillaBlockClosure((cls = frameStackedReceivernumArgs(GIV(framePointer), ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())
                                                                                                                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14788:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        : byteAt((GIV(framePointer) + FoxIFrameFlags) + 1)))))))) {
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14808:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if ((longAt(GIV(framePointer) + FoxSavedFP)) == 0) {
                            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14809:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput(GIV(framePointer) + FoxCallerSavedIP, ceBaseFrameReturnPC());
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14812:54: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        if (!((((usqInt)(longAt((pointerForOop(longAt(GIV(framePointer) + FoxSavedFP))) + FoxMethod)))) < (startOfMemory()))) {
                                                                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14812:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        if (!((((usqInt)(longAt((pointerForOop(longAt(GIV(framePointer) + FoxSavedFP))) + FoxMethod)))) < (startOfMemory()))) {
                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14814:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                theFP = pointerForOop(longAt(GIV(framePointer) + FoxSavedFP));
                                                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14816:71: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                longAtput(theFP + FoxIFSavedIP, ((sqInt)(pointerForOop(longAt(GIV(framePointer) + FoxCallerSavedIP)))));
                                                                                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14816:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                longAtput(theFP + FoxIFSavedIP, ((sqInt)(pointerForOop(longAt(GIV(framePointer) + FoxCallerSavedIP)))));
                                          ^~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14817:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                longAtput(GIV(framePointer) + FoxCallerSavedIP, ceReturnToInterpreterPC());
                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14820:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if ((byteAt((GIV(framePointer) + FoxIFrameFlags) + 3)) != 0) {
                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14821:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        closure = longAt(GIV(framePointer) + (frameStackedReceiverOffset(GIV(framePointer))));
                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14842:68: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput(GIV(framePointer) + FoxMethod, methodField + (((byteAt((GIV(framePointer) + FoxIFrameFlags) + 2)) != 0
                                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14842:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput(GIV(framePointer) + FoxMethod, methodField + (((byteAt((GIV(framePointer) + FoxIFrameFlags) + 2)) != 0
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14846:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((p + FoxMFReceiver) - FoxIFReceiver, longAt(p));
                                                                              ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14846:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((p + FoxMFReceiver) - FoxIFReceiver, longAt(p));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14853:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                cogMethod1 = ((CogBlockMethod *) ((longAt(GIV(framePointer) + FoxMethod)) & MFMethodMask));
                                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14864:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), pc);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14867:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14896:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        wasInMachineCode = (((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory());
                                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14909:7: warning: implicitly declaring library function 'setjmp' with type 'int (_JBTYPE *)' (aka 'int (struct _SETJMP_FLOAT128 *)') [-Wimplicit-function-declaration]
        if ((setjmp(GIV(jmpBuf)[GIV(jmpDepth)])) == 0) {
             ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14909:7: note: include the header <setjmp.h> or explicitly provide a declaration for 'setjmp'
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14941:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14991:64: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (3 * BytesPerWord), longAt(GIV(stackPointer)));
                                                                             ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14991:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (3 * BytesPerWord), longAt(GIV(stackPointer)));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14993:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                object = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14994:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14997:64: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (1 * BytesPerWord), longAt(GIV(stackPointer) + (3 * BytesPerWord)));
                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14997:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (1 * BytesPerWord), longAt(GIV(stackPointer) + (3 * BytesPerWord)));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14998:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (2 * BytesPerWord), rcvr);
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14999:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (3 * BytesPerWord), (((sqInt)cogMethod)) + entryOffset);
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15004:64: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (2 * BytesPerWord), longAt(GIV(stackPointer)));
                                                                             ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15004:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (2 * BytesPerWord), longAt(GIV(stackPointer)));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15006:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                object1 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15007:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object1);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15009:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (1 * BytesPerWord), rcvr);
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15010:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (2 * BytesPerWord), (((sqInt)cogMethod)) + entryOffset);
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15015:63: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput(GIV(stackPointer) + (1 * BytesPerWord), longAt(GIV(stackPointer)));
                                                                     ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15015:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput(GIV(stackPointer) + (1 * BytesPerWord), longAt(GIV(stackPointer)));
                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15016:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput(GIV(stackPointer) + (0 * BytesPerWord), (((sqInt)cogMethod)) + entryOffset);
                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15018:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15042:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                result = longAt(GIV(stackPointer));
                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15045:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), result);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15103:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        contextToReturnTo = longAt((GIV(stackPage)->baseAddress));
                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15132:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) {
                                                                 ^~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15162:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        contextToReturnFrom = longAt(((GIV(stackPage)->baseAddress)) - BytesPerWord);
                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15165:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), contextToReturnFrom);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15168:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), returnValue);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15171:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15189:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())) {
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15191:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), returnValue);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15195:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        GIV(instructionPointer) = longAt(GIV(stackPointer));
                                             ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15197:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15200:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        aMethodObj = longAt(GIV(framePointer) + FoxMethod);
                            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15233:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15237:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), immutableObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15240:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), valueToAssign);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15243:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), (((usqInt)(index + 1) << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15246:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15269:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        resultOop = longAt(GIV(stackPointer));
                               ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15271:64: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt(GIV(framePointer) + FoxThisContext));
                                                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15271:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt(GIV(framePointer) + FoxThisContext));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15274:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), resultOop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15278:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15280:158: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        return ceSendAborttonumArgs(longAt((GIV(specialObjectsOop) + BaseHeaderSize) + (((sqInt)((usqInt)(SelectorCannotReturn) << (shiftForWord()))))), longAt(GIV(framePointer) + FoxThisContext), 1);
                                                                                                                                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15342:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                top = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15347:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15371:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                top = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15376:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15449:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15480:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                top = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15491:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15612:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        closure = longAt(GIV(framePointer) + (frameStackedReceiverOffset(GIV(framePointer))));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15632:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        if (((((usqInt)(longAt(theFP1 + FoxMethod)))) < (startOfMemory())
                                               ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15633:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                ? ((longAt(theFP1 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                           ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15634:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                : (byteAt((theFP1 + FoxIFrameFlags) + 2)) != 0)) {
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15636:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                ourContext = longAt(theFP1 + FoxThisContext);
                                                    ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15642:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) - BytesPerWord), ourContext);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15645:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), returnValue);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15648:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15667:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if (((((usqInt)(longAt(theFP2 + FoxMethod)))) < (startOfMemory())
                                       ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15668:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        ? ((longAt(theFP2 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                   ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15669:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        : (byteAt((theFP2 + FoxIFrameFlags) + 2)) != 0)) {
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15671:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        ourContext = longAt(theFP2 + FoxThisContext);
                                            ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15677:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp3 = GIV(stackPointer) - BytesPerWord), ourContext);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15680:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp11 = GIV(stackPointer) - BytesPerWord), returnValue);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15683:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp21 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15691:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if (((((usqInt)(longAt(theFP6 + FoxMethod)))) < (startOfMemory())
                                       ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15692:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        ? ((longAt(theFP6 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                   ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15693:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        : (byteAt((theFP6 + FoxIFrameFlags) + 2)) != 0)) {
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15695:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        ourContext1 = longAt(theFP6 + FoxThisContext);
                                             ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15701:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp5 = GIV(stackPointer) - BytesPerWord), ourContext1);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15704:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp13 = GIV(stackPointer) - BytesPerWord), returnValue);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15707:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp23 = GIV(stackPointer) - BytesPerWord), unwindContextOrNilOrZero);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15710:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp31 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15721:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if ((longAt(theFP + FoxSavedFP)) == 0) {
                            ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15727:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        callerContextOrNil = longAt((thePage1->baseAddress));
                                                    ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15734:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        frameToReturnTo = pointerForOop(longAt(theFP + FoxSavedFP));
                                                               ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15758:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        if (((((usqInt)(longAt(theFP3 + FoxMethod)))) < (startOfMemory())
                                               ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15759:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                ? ((longAt(theFP3 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                           ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15760:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                : (byteAt((theFP3 + FoxIFrameFlags) + 2)) != 0)) {
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15762:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                ourContext = longAt(theFP3 + FoxThisContext);
                                                    ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15768:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), ourContext);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15771:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp12 = GIV(stackPointer) - BytesPerWord), returnValue);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15774:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp22 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15790:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                callerContextOrNil2 = longAt((thePage3->baseAddress));
                                             ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15811:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                callerContextOrNil1 = longAt((thePage2->baseAddress));
                                                             ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15846:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                top = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15853:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        GIV(framePointer) = pointerForOop(longAt(GIV(framePointer) + FoxSavedFP));
                                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15855:60: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                GIV(instructionPointer) = ((usqInt)(pointerForOop(longAt(callerFP + FoxCallerSavedIP))));
                                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15868:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        reapAndResetErrorCodeToheader(GIV(framePointer), (cogMethod->methodHeader));
                                          ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:1644:76: note: passing argument to parameter 'theFP' here
static sqInt NoDbgRegParms NeverInline reapAndResetErrorCodeToheader(sqInt theFP, sqInt methodHeader);
                                                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15897:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        aMethodObj = longAt(GIV(framePointer) + FoxMethod);
                            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15908:51: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        assertValidExecutionPointersimbarline(longAt(GIV(framePointer) + FoxIFSavedIP), GIV(framePointer), GIV(stackPointer), 1, __LINE__);
                                                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15909:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:15911:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), anOop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16008:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16053:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + ((numArgs + 1) * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16125:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16168:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        cogMethod = ((CogBlockMethod *) ((longAt(GIV(framePointer) + FoxMethod)) & MFMethodMask));
                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16169:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if ((((longAt(GIV(framePointer) + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0)
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16185:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16194:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                oop = longAt(p);
                             ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16195:55: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((p - BytesPerWord) - BytesPerWord, longAt(p));
                                                                    ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16195:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((p - BytesPerWord) - BytesPerWord, longAt(p));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16199:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), aNonBooleanObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16202:84: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                ? ((1 + (((cogMethod->cmNumArgs)) << ((BytesPerWord * 8) - 8))) + ((((longAt(GIV(framePointer) + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                                                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16204:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        : 0))) + ((((longAt(GIV(framePointer) + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16207:61: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : ((1 + (((cogMethod->cmNumArgs)) << 8)) + ((((longAt(GIV(framePointer) + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16209:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        : 0))) + ((((longAt(GIV(framePointer) + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16201:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput(GIV(framePointer) + FoxIFrameFlags, (VMBIGENDIAN
                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16212:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput(GIV(framePointer) + FoxIFSavedIP, 0);
                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16213:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput(GIV(framePointer) + FoxMethod, methodObj);
                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16237:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16241:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), anObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16244:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16392:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                linkSendAtintooffsetreceiver(longAt(GIV(stackPointer)), mframeHomeMethod(GIV(framePointer)), cogMethod, noCheckEntryOffset(), rcvr);
                                                                        ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16421:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        linkSendAtintooffsetreceiver(longAt(GIV(stackPointer)), mframeHomeMethod(GIV(framePointer)), cogMethod, noCheckEntryOffset(), rcvr);
                                                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16424:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                top = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16431:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        top1 = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16500:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())) {
                                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16505:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        methodPointer = longAt(GIV(framePointer) + FoxMethod);
                                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16607:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                linkSendAtintooffsetreceiver(longAt(GIV(stackPointer)), mframeHomeMethod(GIV(framePointer)), cogMethod, (superNormalBar == 0
                                                                        ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16638:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        linkSendAtintooffsetreceiver(longAt(GIV(stackPointer)), mframeHomeMethod(GIV(framePointer)), cogMethod, (superNormalBar == 0
                                                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16652:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                top = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16659:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        top1 = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16684:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16688:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        cogMethod = ((CogBlockMethod *) ((longAt(GIV(framePointer) + FoxMethod)) & MFMethodMask));
                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16712:134: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        printActivationNameForreceiverisBlockfirstTemporary(((mframeHomeMethod(GIV(framePointer)))->methodObject), ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())
                                                                                                                                                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16714:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAt(GIV(framePointer) + FoxMFReceiver))
                                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16716:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAt(GIV(framePointer) + FoxIFReceiver))), 1, null);
                                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16733:42: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        cogMethod = ((CogMethod *) ((longAt(GIV(stackPointer))) - (traceLinkedSendOffset())));
                                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16966:42: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                frameRcvrOffset = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                     ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16970:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        oop = longAt(theSP);
                                                     ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16978:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                       ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16980:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0)
                                                         ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16982:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                (byteAt((theFP + FoxIFrameFlags) + 2)) != 0))) {
                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:16983:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        oop = longAt(theFP + FoxThisContext);
                                                     ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17007:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                                                      ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17009:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        methodField = longAt(theFP + FoxMethod);
                                                             ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17018:39: warning: incompatible pointer to integer conversion passing 'CogMethod *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        if ((heapMapAtWord(pointerForOop(cogMethod))) == 0) {
                                                                         ^~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17024:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        oop = longAt(theFP + FoxMethod);
                                                     ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17031:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                                                        ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17037:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                oop = longAt(theSP);
                                             ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17108:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17120:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                top = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17178:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                              ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17180:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                cogMethod = ((CogBlockMethod *) ((longAt(theFP + FoxMethod)) & MFMethodMask));
                                                         ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17194:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        ? longAt(theFP + FoxIFSavedIP)
                 ^~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17195:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        : theIP)) - (longAt(theFP + FoxMethod))) - BaseHeaderSize) + 2) << 3) | 1);
                            ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17249:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()))
                                       ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17252:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                               ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17253:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                           ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17254:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17256:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                theContext = longAt(theFP + FoxThisContext);
                                                    ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17265:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                theFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                             ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17406:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())) {
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17410:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        aMethodObj = longAt(GIV(framePointer) + FoxMethod);
                            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17422:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17449:51: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        assertValidExecutionPointersimbarline(longAt(GIV(stackPointer)), GIV(framePointer), GIV(stackPointer), 0, __LINE__);
                                                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17457:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17460:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17485:51: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        assertValidExecutionPointersimbarline(longAt(GIV(stackPointer)), GIV(framePointer), GIV(stackPointer), 0, __LINE__);
                                                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17493:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17496:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17523:51: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        assertValidExecutionPointersimbarline(longAt(GIV(stackPointer)), GIV(framePointer), GIV(stackPointer), 0, __LINE__);
                                                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17526:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17532:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), cacheTag);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17551:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17554:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), cacheTag);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17607:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput(GIV(framePointer) + FoxIFSavedIP, ((sqInt)GIV(instructionPointer)));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17856:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())) {
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17858:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                methodField = longAt(GIV(framePointer) + FoxMethod);
                                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17970:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                                                      ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17971:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        oop = longAt(theFP + FoxMFReceiver);
                                                     ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17974:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput(theFP + FoxMFReceiver, followForwarded(oop));
                                                          ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17979:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        oop = longAt(theFP + FoxIFReceiver);
                                                     ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17982:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput(theFP + FoxIFReceiver, followForwarded(oop));
                                                          ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17984:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        oop = longAt(theFP + FoxMethod);
                                                     ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18001:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput(theFP + FoxIFSavedIP, (longAt(theFP + FoxIFSavedIP)) + offset);
                                                                                        ^~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18001:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput(theFP + FoxIFSavedIP, (longAt(theFP + FoxIFSavedIP)) + offset);
                                                          ^~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18002:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput(theFP + FoxMethod, (oop = newOop));
                                                          ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18005:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if ((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                        ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18007:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0)
                                                         ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18009:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)))
                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18010:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                 && (((longAt(longAt(theFP + FoxThisContext))) & ((classIndexMask()) - (isForwardedObjectClassIndexPun()))) == 0)) {
                                                     ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18011:63: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput(theFP + FoxThisContext, followForwarded(longAt(theFP + FoxThisContext)));
                                                                                                 ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18011:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput(theFP + FoxThisContext, followForwarded(longAt(theFP + FoxThisContext)));
                                                  ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18014:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                numArgs = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                             ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18016:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : byteAt((theFP + FoxIFrameFlags) + 1));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18018:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                oop = longAt(theFP + offset);
                                             ^~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18021:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput(theFP + offset, followForwarded(oop));
                                                  ^~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18023:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                                                        ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18029:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                oop = longAt(theSP);
                                             ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18031:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput(theSP, followForwarded(oop));
                                                  ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18095:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        callerContextOrNil = longAt((thePage->baseAddress));
                                    ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18106:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18107:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                           ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18108:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18118:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18119:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                           ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18120:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18127:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18129:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : longAt(theFP + FoxMethod));
                         ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18139:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18141:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : byteAt((theFP + FoxIFrameFlags) + 1));
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18155:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18156:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                ? longAt(theFP + FoxMFReceiver)
                         ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18157:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : longAt(theFP + FoxIFReceiver));
                         ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18256:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
         && (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())))
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18286:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput(GIV(stackPointer) + (rcvrStackIndex * BytesPerWord), rcvr);
                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18288:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if (isPointers(((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())
                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18289:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                ? longAt(GIV(framePointer) + FoxMFReceiver)
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18290:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : longAt(GIV(framePointer) + FoxIFReceiver)))) {
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18291:61: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                followForwardedObjectFieldstoDepth(((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())
                                                                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18292:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        ? longAt(GIV(framePointer) + FoxMFReceiver)
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18293:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        : longAt(GIV(framePointer) + FoxIFReceiver)), 0);
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18322:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18371:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18380:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18395:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        return (byteAt((theFP + FoxIFrameFlags) + 3)) != 0;
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18402:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        return longAt(theFP + FoxIFReceiver);
                      ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18409:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        return longAt(theFP + FoxIFSavedIP);
                      ^~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18469:25: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long long') to parameter of type 'void *' [-Wint-conversion]
                theIP = oopForPointer(instrPtr);
                                      ^~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:153:43: note: passing argument to parameter 'ptr' here
  static inline sqInt oopForPointer(void *ptr)                  { return (sqInt)ptr; }
                                          ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18481:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) {
                                                         ^~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18492:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        ? longAt((thePage->headSP))
                                 ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18493:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        : oopForPointer(pointerForOop(longAt(theFPAbove + FoxCallerSavedIP))));
                                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18497:54: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                ? mustMapMachineCodePCcontext((value >> 3), longAt(spouseFP + FoxThisContext))
                                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18602:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                         && (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()))))) {
                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18614:4: warning: expression result unused [-Wunused-value]
                        !GIV(primFailCode);
                        ^    ~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18645:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        return (((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory());
                                 ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18779:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((pointer = (page->baseAddress)), followObjFieldofObject(SenderIndex, aContext));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18780:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((pointer -= BytesPerWord), aContext);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18797:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((pointer -= BytesPerWord), maybeClosure);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18820:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((pointer -= BytesPerWord), rcvr);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18823:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((pointer -= BytesPerWord), longAt((aContext + BaseHeaderSize) + (((sqInt)((usqInt)((ReceiverIndex + i)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18825:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((pointer -= BytesPerWord), ceBaseFrameReturnPC());
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18826:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((pointer -= BytesPerWord), 0);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18883:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((pointer -= BytesPerWord), (theMethod + MFMethodFlagHasContextFlag) + MFMethodFlagIsBlockFlag);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18890:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((pointer -= BytesPerWord), theMethod + MFMethodFlagHasContextFlag);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18892:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((pointer -= BytesPerWord), aContext);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18895:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((pointer -= BytesPerWord), theMethod);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18896:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((pointer -= BytesPerWord), aContext);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18897:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((pointer -= BytesPerWord), (VMBIGENDIAN
                          ^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18904:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((pointer -= BytesPerWord), 0);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18911:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((pointer -= BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18918:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((pointer -= BytesPerWord), longAt((aContext + BaseHeaderSize) + (((sqInt)((usqInt)((ReceiverIndex + i)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18923:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((pointer -= BytesPerWord), theIP);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19006:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                theIPPtr = (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()))
                                                               ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19007:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                 || ((longAt(theFP + FoxIFSavedIP)) == 0)
                                             ^~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19020:42: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                frameRcvrOffset = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                     ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19024:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        oop = longAt(theSP);
                                                     ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19027:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput(theSP, remapObj(oop));
                                                          ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19031:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                       ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19032:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                   ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19033:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19034:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        if (shouldRemapObj(longAt(theFP + FoxThisContext))) {
                                                                  ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19035:57: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput(theFP + FoxThisContext, remapObj(longAt(theFP + FoxThisContext)));
                                                                                                  ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19035:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput(theFP + FoxThisContext, remapObj(longAt(theFP + FoxThisContext)));
                                                          ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19042:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (!((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()))) {
                                                        ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19043:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        if (shouldRemapObj(longAt(theFP + FoxMethod))) {
                                                                  ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19045:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        theIP = longAt(theIPPtr);
                                                                       ^~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19049:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                                theIP = longAt(theIPPtr);
                                                                               ^~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19054:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        theIP -= longAt(theFP + FoxMethod);
                                                                        ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19056:52: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput(theFP + FoxMethod, remapObj(longAt(theFP + FoxMethod)));
                                                                                             ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19056:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput(theFP + FoxMethod, remapObj(longAt(theFP + FoxMethod)));
                                                          ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19058:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        longAtput(theIPPtr, theIP + (longAt(theFP + FoxMethod)));
                                                                                            ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19058:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        longAtput(theIPPtr, theIP + (longAt(theFP + FoxMethod)));
                                                                  ^~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19062:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                                                        ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19068:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                oop = longAt(theSP);
                                             ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19071:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput(theSP, remapObj(oop));
                                                  ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19199:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                frameRcvrOffset = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                     ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19203:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        oop = longAt(theSP);
                                     ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19216:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                longAtput(theSP, oop);
                                          ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19223:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                       ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19224:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                   ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19225:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19227:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        markAndTrace(longAt(theFP + FoxThisContext));
                                            ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19229:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                                      ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19231:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        aCogMethod = ((CogBlockMethod *) ((longAt(theFP + FoxMethod)) & MFMethodMask));
                                                                  ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19241:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        markAndTrace(longAt(theFP + FoxMethod));
                                            ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19243:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                                        ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19251:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                oop = longAt(theSP);
                             ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19264:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput(theSP, oop);
                                  ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19322:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                                      ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19325:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                                        ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19387:10: warning: incompatible pointer to integer conversion returning 'sqInt (sqInt)' (aka 'long long (long long)') from a function with result type 'sqInt' (aka 'long long') [-Wint-conversion]
                return mcprimHashMultiply;
                       ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19485:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        return ((CogBlockMethod *) ((longAt(theFP + FoxMethod)) & MFMethodMask));
                                            ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19495:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        methodField = longAt(GIV(framePointer) + FoxMethod);
                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19518:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        methodField = longAt(theFP + FoxMethod);
                             ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19534:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        return ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0;
                        ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19541:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        return longAt(theFP + FoxMFReceiver);
                      ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19766:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                        ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19770:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        theSP = theFP + (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                            ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19773:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                               ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19774:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                           ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19775:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19777:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                theContext = longAt(theFP + FoxThisContext);
                                    ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19782:53: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((newSP = (newPage->baseAddress)), longAt(callerFP + FoxThisContext));
                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19782:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((newSP = (newPage->baseAddress)), longAt(callerFP + FoxThisContext));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19783:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((newSP -= BytesPerWord), theContext);
                  ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19785:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        numArgs = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                     ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19787:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : byteAt((theFP + FoxIFrameFlags) + 1));
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19791:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput(newSP, longAt(source));
                                        ^~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19791:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput(newSP, longAt(source));
                          ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19805:48: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        callerIP = oopForPointer(pointerForOop(longAt(theFP + FoxCallerSavedIP)));
                                                      ^~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19809:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput(callerFP + FoxIFSavedIP, callerIP);
                          ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19812:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput(theFP + stackedReceiverOffset, callerIP);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19817:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput(newFP + FoxCallerSavedIP, ceBaseFrameReturnPC());
                  ^~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19818:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput(newFP + FoxSavedFP, 0);
                  ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19821:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                offsetCallerFP = pointerForOop(longAt(fpInNewPage + FoxSavedFP));
                                                      ^~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19825:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput(fpInNewPage + FoxSavedFP, oopForPointer(offsetCallerFP));
                          ^~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19826:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if (((((usqInt)(longAt(fpInNewPage + FoxMethod)))) < (startOfMemory())
                                       ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19827:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        ? ((longAt(fpInNewPage + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                   ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19828:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        : (byteAt((fpInNewPage + FoxIFrameFlags) + 2)) != 0)) {
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19829:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        theContext = longAt(fpInNewPage + FoxThisContext);
                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20362:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                              ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20364:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                it = (longAt(address)) & 7;
                             ^~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20368:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                it = longAt(address);
                            ^~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20372:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        print(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                 ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20381:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        printNum(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                    ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20383:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : byteAt((theFP + FoxIFrameFlags) + 1)));
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20384:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        print((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20385:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                           ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20386:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20389:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        print((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20390:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                           ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20391:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0)
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20409:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        it = longAt(address);
                    ^~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20416:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()))
                               ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20417:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
         && (((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0)) {
                      ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20419:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                methodField = longAt(theFP + FoxMethod);
                                     ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20433:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        obj = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                 ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20435:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : longAt(theFP + FoxMethod));
                         ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20447:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        it = longAt(address);
                    ^~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20485:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        it = longAt(address);
                    ^~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20542:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                              ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20544:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                cogMethod = ((CogBlockMethod *) ((longAt(theFP + FoxMethod)) & MFMethodMask));
                                                         ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20546:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                methodField = longAt(theFP + FoxMethod);
                                     ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20561:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                theMethod = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                               ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20563:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        : longAt(theFP + FoxMethod));
                                 ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20566:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                numArgs = byteAt((theFP + FoxIFrameFlags) + 1);
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20580:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                               ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20581:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                           ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20582:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0)) {
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20583:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                rcvrOrClosure = longAt(theFP + (frameStackedReceiverOffset(theFP)));
                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20594:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if ((longAt(theFP + FoxSavedFP)) == 0) {
                    ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20595:98: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                printFrameOopat("(caller ctxt", (theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                                                               ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20597:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        : byteAt((theFP + FoxIFrameFlags) + 1))))) + (2 * BytesPerWord));
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20598:97: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                printFrameOopat("(saved ctxt", (theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                                                              ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20600:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        : byteAt((theFP + FoxIFrameFlags) + 1))))) + (1 * BytesPerWord));
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20606:79: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        printFrameThingatextraString("caller ip", theFP + FoxCallerSavedIP, ((longAt(theFP + FoxCallerSavedIP)) == (ceReturnToInterpreterPC())
                                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20611:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                              ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20615:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if (!((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()))) {
                                ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20618:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                              ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20622:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                printFrameThingatextra("saved ip", theFP + FoxIFSavedIP, ((longAt(theFP + FoxIFSavedIP)) == 0
                                                                                  ^~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20624:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        : (((longAt(theFP + FoxIFSavedIP)) - theMethod) + 2) - BaseHeaderSize));
                                    ^~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20628:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        topThing = longAt(theSP);
                          ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20636:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                printFrameOopat((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                    ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20637:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                                                   ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20638:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0)
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20643:64: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                printFrameThingatextra("frame ip", theSP, ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                             ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20654:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                printFrameOopat((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                    ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20655:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                                                   ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:20656:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0)
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21048:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())) {
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21052:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        cogMethod = ((CogBlockMethod *) ((longAt(GIV(framePointer) + FoxMethod)) & MFMethodMask));
                                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21059:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                top = longAt(GIV(stackPointer));
                                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21065:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                retValue = longAt(GIV(framePointer) + FoxMFReceiver);
                                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21070:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        retValue = longAt(GIV(framePointer) + FoxMFReceiver);
                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21073:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21076:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), retValue);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21081:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        aMethodObj = longAt(GIV(framePointer) + FoxMethod);
                            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21094:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                GIV(instructionPointer) = ((usqInt)(longAt(GIV(framePointer) + FoxIFSavedIP)));
                                                           ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21121:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())) {
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21124:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21127:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), returnValue);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21132:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), returnValue);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21135:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        aMethodObj = longAt(GIV(framePointer) + FoxMethod);
                            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21149:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21306:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), object3);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21311:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21315:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object1);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21319:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp2 = GIV(stackPointer) - BytesPerWord), object2);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21324:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object4);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21364:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21370:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21374:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp7 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21377:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21377:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21384:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp10 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21398:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21404:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object5);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21407:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp31 = GIV(stackPointer) - BytesPerWord), 0);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21414:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp41 = GIV(stackPointer) - BytesPerWord), object11);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21417:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21422:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp9 = GIV(stackPointer) - BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21426:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21438:64: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        shouldSkipStoreBytecode = reapAndResetErrorCodeToheader(GIV(framePointer), methodHeader);
                                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:1644:76: note: passing argument to parameter 'theFP' here
static sqInt NoDbgRegParms NeverInline reapAndResetErrorCodeToheader(sqInt theFP, sqInt methodHeader);
                                                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21445:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()))) {
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21548:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21552:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21556:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), object2);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21560:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), object3);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21564:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object4);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21604:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21610:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21614:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp7 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21617:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21617:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21624:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp10 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21638:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21644:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object5);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21647:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp31 = GIV(stackPointer) - BytesPerWord), 0);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21654:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp41 = GIV(stackPointer) - BytesPerWord), object11);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21657:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21662:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp9 = GIV(stackPointer) - BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21666:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21678:64: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        shouldSkipStoreBytecode = reapAndResetErrorCodeToheader(GIV(framePointer), methodHeader);
                                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:1644:76: note: passing argument to parameter 'theFP' here
static sqInt NoDbgRegParms NeverInline reapAndResetErrorCodeToheader(sqInt theFP, sqInt methodHeader);
                                                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21685:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()))) {
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21743:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21744:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                ? longAt(theFP + FoxMFReceiver)
                         ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21745:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : longAt(theFP + FoxIFReceiver));
                         ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21746:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        mthd = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21748:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : longAt(theFP + FoxMethod));
                         ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21753:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        printChar(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                     ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21758:85: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        printActivationNameForreceiverisBlockfirstTemporary(mthd, rcvr, ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                                           ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21759:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                           ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21760:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0), ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21760:70: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0), ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                                   ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21762:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs) * BytesPerWord))
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21763:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                : longAt(((theFP + FoxMFReceiver) - BytesPerWord) + ((frameNumArgs) * BytesPerWord)))
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21765:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        (0 < ((frameNumArgs1 = byteAt((theFP + FoxIFrameFlags) + 1)))
                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21766:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs1) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:21767:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : longAt(((theFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs1) * BytesPerWord))))));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22024:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
         && (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()))))) {
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22323:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22339:127: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22356:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                               ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22357:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                           ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22358:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22360:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                activeContext = longAt(theFP + FoxThisContext);
                                       ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22464:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()))) {
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22466:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                aMethodObj = longAt(GIV(framePointer) + FoxMethod);
                                    ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22479:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22483:127: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22507:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                                                      ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22509:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        theMethodField = longAt(theFP + FoxMethod);
                                                                ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22517:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        theIP = ((usqInt)(longAt(theIPPtr)));
                                                                 ^~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22521:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput(theIPPtr, theIP + ((theMethod->objectHeader)));
                                                          ^~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22523:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput(theFP + FoxMethod, theMethodField + ((theMethod->objectHeader)));
                                                  ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22525:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                                                        ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22550:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        theContext = longAt(theFP + FoxThisContext);
                            ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22553:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                              ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22559:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                tempIndex = byteAt((theFP + FoxIFrameFlags) + 1);
                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22572:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        if ((((longAt(argsPointer)) & (tagMask())) == 0)
                                      ^~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22573:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                         && (oopisLessThan(longAt(argsPointer), GIV(newSpaceLimit)))) {
                                                  ^~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2936:49: note: expanded from macro 'oopisLessThan'
#define oopisLessThan(anOop,otherOop) ((usqInt)(anOop) < (usqInt)(otherOop))
                                                ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22580:116: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((theContext + BaseHeaderSize) + (((sqInt)((usqInt)((ReceiverIndex + i)) << (shiftForWord())))), longAt(argsPointer));
                                                                                                                                 ^~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22591:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        if ((((longAt(pointer)) & (tagMask())) == 0)
                                      ^~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22592:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                         && (oopisLessThan(longAt(pointer), GIV(newSpaceLimit)))) {
                                                  ^~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2936:49: note: expanded from macro 'oopisLessThan'
#define oopisLessThan(anOop,otherOop) ((usqInt)(anOop) < (usqInt)(otherOop))
                                                ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22599:124: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((theContext + BaseHeaderSize) + (((sqInt)((usqInt)((ReceiverIndex + tempIndex)) << (shiftForWord())))), longAt(pointer));
                                                                                                                                         ^~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22623:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                return (((usqInt)(longAt(fp + FoxMethod)))) < (startOfMemory());
                                         ^~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22626:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if ((((usqInt)(longAt(fp + FoxMethod)))) < (startOfMemory())) {
                                      ^~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22630:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                theInstrPointer = longAt(fp + FoxIFSavedIP);
                                         ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22660:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        senderContextOrNil = longAt((aPage->baseAddress));
                                    ^~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22661:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        savedThisContext = longAt(((aPage->baseAddress)) - BytesPerWord);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23107:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                withDetails = longAt(GIV(stackPointer));
                                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23121:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), constituents);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23148:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        context = longAt(GIV(stackPointer));
                             ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23156:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                                              ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23181:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)flags << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23210:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                criticalSection = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23211:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                activeProc = longAt(GIV(stackPointer));
                                        ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23216:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                criticalSection = longAt(GIV(stackPointer));
                                             ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23243:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(falseObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23249:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(trueObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23254:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(falseObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23281:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        criticalSection = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23335:68: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if ((GIV(methodCache)[probe + MethodCacheMethod]) == (longAt(GIV(stackPointer)))) {
                                                                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23340:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        flushExternalPrimitiveOf(longAt(GIV(stackPointer)));
                                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23341:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        unlinkSendsToandFreeIf(longAt(GIV(stackPointer)), 0);
                                          ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23357:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        selector = longAt(GIV(stackPointer));
                              ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23395:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        sema = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23410:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23445:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        methodReceiver = longAt(GIV(stackPointer));
                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23481:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), data);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23512:63: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if (methodWithHeaderShouldBeCogged(methodHeaderOf(longAt(GIV(stackPointer))))) {
                                                                     ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23514:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                alreadyCogged = (((longAt(GIV(stackPointer))) & (tagMask())) == 0)
                                              ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23515:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                 && ((((((usqInt) (longAt(longAt(GIV(stackPointer))))) >> (formatShift())) & (formatMask())) >= (firstCompiledMethodFormat()))
                                                     ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23516:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                 && (isCogMethodReference(longAt(((longAt(GIV(stackPointer))) + BaseHeaderSize) + (((sqInt)((usqInt)(HeaderIndex) << (shiftForWord()))))))));
                                                              ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23519:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        cogMethod = cogselector(longAt(GIV(stackPointer)), GIV(nilObj));
                                                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23523:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                cogMethod = cogselector(longAt(GIV(stackPointer)), GIV(nilObj));
                                                                   ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23542:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                 && ((((longAt(GIV(stackPointer))) & (tagMask())) == 0)
                                   ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23543:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                 && ((((((usqInt) (longAt(longAt(GIV(stackPointer))))) >> (formatShift())) & (formatMask())) >= (firstCompiledMethodFormat()))
                                                     ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23544:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                 && (isCogMethodReference(longAt(((longAt(GIV(stackPointer))) + BaseHeaderSize) + (((sqInt)((usqInt)(HeaderIndex) << (shiftForWord())))))))))) {
                                                              ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23546:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        methodHeader = longAt(((longAt(GIV(stackPointer))) + BaseHeaderSize) + (((sqInt)((usqInt)(HeaderIndex) << (shiftForWord())))));
                                                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23565:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)flags << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23579:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23599:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23618:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        thisReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23636:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23655:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        newValue = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23656:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23662:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        thisReceiver = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23724:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), newValue);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23745:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        sema = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23764:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23800:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        proc = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23859:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if (synchronousSignal(longAt(GIV(stackPointer)))) {
                                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23880:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if ((longAt(GIV(framePointer) + FoxMethod)) == GIV(newMethod)) {
                    ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23900:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if ((longAt(GIV(framePointer) + FoxMethod)) == GIV(newMethod)) {
                    ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23932:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        process = longAt(GIV(stackPointer));
                             ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:23935:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24101:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), myList);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24157:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        aContextOrNil = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24167:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        thisCtx = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24211:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        if ((pointerForOop(longAt(theFP + FoxSavedFP))) != contextsFP) {
                                                  ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24213:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                numArgs = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                             ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24215:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : byteAt((theFP + FoxIFrameFlags) + 1));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24223:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) {
                                                                         ^~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24233:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                contextsIP = ((usqInt)(pointerForOop(longAt(frameAbove + FoxCallerSavedIP))));
                                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24241:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput(newSP, longAt(source));
                                                                ^~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24241:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput(newSP, longAt(source));
                                                  ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24243:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                longAtput(newFP + FoxSavedFP, contextsFP);
                                          ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24243:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                longAtput(newFP + FoxSavedFP, contextsFP);
                                                              ^~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24244:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (((((usqInt)(longAt(newFP + FoxMethod)))) < (startOfMemory()))
                                                       ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24248:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput(contextsFP + FoxIFSavedIP, contextsIP);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24251:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                longAtput(newFP + FoxCallerSavedIP, contextsIP);
                                          ^~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24279:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                callerContextOrNil = longAt((thePage1->baseAddress));
                                            ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24324:48: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        while (((callerFP1 = pointerForOop(longAt(fp1 + FoxSavedFP)))) != 0) {
                                                                                  ^~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24365:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                while (((callerFP2 = pointerForOop(longAt(fp2 + FoxSavedFP)))) != 0) {
                                                                                          ^~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24378:51: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        longAtput(contextsSP, pointerForOop(longAt(frameAbove + FoxCallerSavedIP)));
                                                                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24378:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        longAtput(contextsSP, pointerForOop(longAt(frameAbove + FoxCallerSavedIP)));
                                                                  ^~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24378:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        longAtput(contextsSP, pointerForOop(longAt(frameAbove + FoxCallerSavedIP)));
                                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24399:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                callerContextOrNil1 = longAt((thePage2->baseAddress));
                                                                             ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24438:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                                         ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24440:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        : byteAt((theFP + FoxIFrameFlags) + 1))))) + (2 * BytesPerWord), aContextOrNil);
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24438:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24479:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24544:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                methodObj = longAt(GIV(stackPointer));
                                       ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24547:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                methodObj = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24549:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24553:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24586:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                               ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24587:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                           ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24588:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24590:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                activeContext = longAt(theFP + FoxThisContext);
                                       ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24601:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24604:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24615:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24770:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                top = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24798:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        top1 = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24864:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                methodField = longAt(theFP + FoxMethod);
                                                     ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24867:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput(theFP + FoxMethod, methodField - 4);
                                                          ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24871:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        flags = longAt(theFP + FoxIFrameFlags);
                                                       ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24873:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput(theFP + FoxIFrameFlags, flags - 2);
                                                          ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:24876:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        } while(((theFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0);
                                                               ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:25389:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerResult << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:25421:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:25422:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:25456:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:25484:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:25485:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:25529:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        result = allInstancesOf(longAt(GIV(stackPointer)));
                                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:25534:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                result = allInstancesOf(longAt(GIV(stackPointer)));
                                                   ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:25541:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:25570:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:25586:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:25606:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:25607:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:25630:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:25631:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:25656:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                        ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:25660:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:25668:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        ec = becomewithtwoWaycopyHash(longAt(GIV(stackPointer) + (2 * BytesPerWord)), longAt(GIV(stackPointer) + (1 * BytesPerWord)), 0, copyHashFlag);
                                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:25668:91: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        ec = becomewithtwoWaycopyHash(longAt(GIV(stackPointer) + (2 * BytesPerWord)), longAt(GIV(stackPointer) + (1 * BytesPerWord)), 0, copyHashFlag);
                                                                                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:25690:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:25691:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:25711:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        characterCode = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:25724:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), characterObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:25739:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:25742:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), floatObjectOf(((double) ((rcvr >> 3)) )));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:25770:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:25771:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:25898:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:25928:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:25929:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:25930:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        value = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:26089:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:26140:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                cursorObj = longAt(GIV(stackPointer));
                                       ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:26144:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                cursorObj = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:26145:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                maskObj = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:26368:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:26440:48: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        hashOrError = (((hash = (long32At((longAt(GIV(stackPointer))) + 4)) & (identityHashHalfWordMask()))) != 0
                                                      ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:26442:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : (objCouldBeClassObj(longAt(GIV(stackPointer)))
                                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:26443:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                ? (((err = enterIntoClassTable(longAt(GIV(stackPointer))))) != 0
                                                                          ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:26445:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                : (long32At((longAt(GIV(stackPointer))) + 4)) & (identityHashHalfWordMask()))
                                                                        ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:26449:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)hashOrError << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:26485:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop1 = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:26547:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop2 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:26611:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:26628:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerArg = positive64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:26629:48: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerRcvr = positive64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:26636:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:26669:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop1 = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:26731:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop2 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:26795:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:26812:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerArg = positive64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:26813:48: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerRcvr = positive64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:26820:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:26838:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerArgument = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:26846:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:26884:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), shifted);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:26906:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:26921:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:26959:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:26987:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerArgument = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:26988:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:26995:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27124:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop1);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27142:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerArg = positive64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27143:48: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerRcvr = positive64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27150:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27178:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), ((GIV(totalFreeOldSpace) << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27185:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(nilObj)) {
                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27201:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27206:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27210:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27225:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerVal1 << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27294:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27306:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop1 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27343:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        instance = longAt(GIV(stackPointer));
                              ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27361:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27398:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                s = longAt(GIV(stackPointer));
                               ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27466:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), s);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27511:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        runInNOut = (longAt(GIV(stackPointer) + (0 * BytesPerWord))) == GIV(trueObj);
                            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27594:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27643:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27693:128: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27700:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27703:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp8 = GIV(stackPointer) - BytesPerWord), object2);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27714:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27719:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object11);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27722:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp31 = GIV(stackPointer) - BytesPerWord), blockClosure);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27742:131: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27749:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27752:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput((sp9 = GIV(stackPointer) - BytesPerWord), object3);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27763:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput((sp12 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27768:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput((sp22 = GIV(stackPointer) - BytesPerWord), object12);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27771:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput((sp32 = GIV(stackPointer) - BytesPerWord), blockClosure);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27791:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27795:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27798:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27798:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27802:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), closureMethod);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27805:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27811:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27814:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), 0);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27823:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp7 = GIV(stackPointer) - BytesPerWord), object1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27827:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + ClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27906:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27956:128: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27963:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27966:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp8 = GIV(stackPointer) - BytesPerWord), object2);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27977:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27982:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object11);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:27985:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp31 = GIV(stackPointer) - BytesPerWord), blockClosure);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28005:131: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28012:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28015:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput((sp9 = GIV(stackPointer) - BytesPerWord), object3);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28026:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput((sp12 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28031:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput((sp22 = GIV(stackPointer) - BytesPerWord), object12);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28034:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput((sp32 = GIV(stackPointer) - BytesPerWord), blockClosure);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28054:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28058:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28061:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28061:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28065:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), closureMethod);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28068:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28074:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28077:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), 0);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28086:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp7 = GIV(stackPointer) - BytesPerWord), object1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28090:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + ClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28169:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        argumentArray = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28191:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28224:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28229:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((argumentArray + BaseHeaderSize) + (((sqInt)((usqInt)((index - 1)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28251:128: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28258:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28261:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp8 = GIV(stackPointer) - BytesPerWord), object2);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28272:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28277:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object11);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28280:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp31 = GIV(stackPointer) - BytesPerWord), blockClosure);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28300:131: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28307:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28310:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput((sp9 = GIV(stackPointer) - BytesPerWord), object3);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28321:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput((sp12 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28326:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput((sp22 = GIV(stackPointer) - BytesPerWord), object12);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28329:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput((sp32 = GIV(stackPointer) - BytesPerWord), blockClosure);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28349:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28353:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28356:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28356:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28360:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), closureMethod);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28363:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28369:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28372:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), 0);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28381:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp7 = GIV(stackPointer) - BytesPerWord), object1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28385:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp10 = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + ClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28434:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28458:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28492:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        arg1 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28493:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        arg2 = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28506:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(trueObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28572:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(falseObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28579:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(falseObj));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28585:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(trueObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28623:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                order = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28631:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        string1 = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28634:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        string2 = longAt(GIV(stackPointer) + ((GIV(argumentCount) - 1) * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28681:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)result << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28701:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        fillValue = positive64BitValueOf(longAt(GIV(stackPointer)));
                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28702:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28792:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if (((onOffBar = longAt(GIV(stackPointer) + (1 * BytesPerWord)))) == GIV(trueObj)) {
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28807:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if (((bufferSize = longAt(GIV(stackPointer)))) == GIV(nilObj)) {
                                      ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28822:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), (((usqInt)numSamples << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28853:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28854:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28952:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if (((((longAt(GIV(stackPointer)))) & 7) == 1)) {
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28953:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                crashInThisThread = ((longAt(GIV(stackPointer))) >> 3);
                                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28957:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28961:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:28997:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29027:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        quotient = doPrimitiveDivby(longAt(GIV(stackPointer) + (1 * BytesPerWord)), longAt(GIV(stackPointer)));
                                           ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29027:89: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        quotient = doPrimitiveDivby(longAt(GIV(stackPointer) + (1 * BytesPerWord)), longAt(GIV(stackPointer)));
                                                                                               ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29032:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)quotient << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29057:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29073:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer1 = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29094:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)(integerReceiver / integerArgument) << 3) | 1));
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29132:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29133:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29153:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29176:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29177:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29207:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29222:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerArgument = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29223:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29226:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver == integerArgument
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29235:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (result
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29254:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29255:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29258:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr == integerArg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29285:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29307:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29399:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                rcvr = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29405:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29409:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp7 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29412:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29412:59: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                        ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29419:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29433:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29439:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), object);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29442:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), 0);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29449:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object1);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29452:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29457:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp9 = GIV(stackPointer) - BytesPerWord), rcvr);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29461:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29473:65: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                shouldSkipStoreBytecode = reapAndResetErrorCodeToheader(GIV(framePointer), methodHeader);
                                                                                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:1644:76: note: passing argument to parameter 'theFP' here
static sqInt NoDbgRegParms NeverInline reapAndResetErrorCodeToheader(sqInt theFP, sqInt methodHeader);
                                                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29530:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), mourner);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29558:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29559:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29638:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr + arg));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29662:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29663:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29691:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), result);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29715:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oopToStore = longAt(GIV(stackPointer));
                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29722:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29723:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29748:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), oopToStore);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29759:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), oopToStore);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29793:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29794:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29881:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr / arg));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29910:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29911:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:29991:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (aBool
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:30022:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:30023:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:30103:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (aBool
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:30134:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:30135:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:30215:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (aBool
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:30246:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:30247:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:30327:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (aBool
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:30358:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:30359:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:30439:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (aBool
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:30469:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:30470:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:30549:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr * arg));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:30578:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:30579:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:30659:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (!aBool
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:30689:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:30690:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:30769:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr - arg));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:30967:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                        ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:30971:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                        ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:30983:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        vScale = floatValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:30984:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        hScale = floatValueOf(longAt(GIV(stackPointer) + (2 * BytesPerWord)));
                                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:30985:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31090:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31142:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31178:128: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31185:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31188:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp9 = GIV(stackPointer) - BytesPerWord), object2);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31199:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31204:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object11);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31207:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp31 = GIV(stackPointer) - BytesPerWord), blockClosure);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31236:131: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31243:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31246:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput((sp10 = GIV(stackPointer) - BytesPerWord), object3);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31257:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput((sp12 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31262:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput((sp22 = GIV(stackPointer) - BytesPerWord), object12);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31265:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput((sp32 = GIV(stackPointer) - BytesPerWord), blockClosure);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31285:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31289:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31292:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31292:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31296:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), closureMethod);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31299:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31305:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31308:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp7 = GIV(stackPointer) - BytesPerWord), 0);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31317:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp8 = GIV(stackPointer) - BytesPerWord), object1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31321:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + FullClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31340:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31414:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31450:128: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31457:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31460:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp9 = GIV(stackPointer) - BytesPerWord), object2);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31471:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31476:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object11);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31479:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp31 = GIV(stackPointer) - BytesPerWord), blockClosure);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31508:131: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31515:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31518:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput((sp10 = GIV(stackPointer) - BytesPerWord), object3);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31529:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput((sp12 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31534:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput((sp22 = GIV(stackPointer) - BytesPerWord), object12);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31537:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput((sp32 = GIV(stackPointer) - BytesPerWord), blockClosure);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31557:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31561:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31564:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31564:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31568:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), closureMethod);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31571:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31577:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31580:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp7 = GIV(stackPointer) - BytesPerWord), 0);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31589:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp8 = GIV(stackPointer) - BytesPerWord), object1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31593:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + FullClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31612:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31686:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        argumentArray = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31708:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31730:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31735:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((argumentArray + BaseHeaderSize) + (((sqInt)((usqInt)((index - 1)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31754:128: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31761:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31764:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp9 = GIV(stackPointer) - BytesPerWord), object2);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31775:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31780:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object11);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31783:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp31 = GIV(stackPointer) - BytesPerWord), blockClosure);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31812:131: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31819:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31822:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput((sp10 = GIV(stackPointer) - BytesPerWord), object3);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31833:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput((sp12 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31838:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput((sp22 = GIV(stackPointer) - BytesPerWord), object12);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31841:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput((sp32 = GIV(stackPointer) - BytesPerWord), blockClosure);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31861:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31865:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31868:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31868:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31872:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), closureMethod);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31875:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31881:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31884:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp7 = GIV(stackPointer) - BytesPerWord), 0);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31893:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp8 = GIV(stackPointer) - BytesPerWord), object1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31897:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp13 = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + FullClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31916:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31957:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:31980:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), s);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32007:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        key = cStringOrNullFor(longAt(GIV(stackPointer)));
                                          ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32030:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32044:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32048:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (trueOrFalse
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32087:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), stringOop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32105:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32247:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), labelOop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32320:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32333:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerArgument = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32334:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32337:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver >= integerArgument
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32361:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32362:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32365:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr >= integerArg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32380:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerArgument = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32381:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32384:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver > integerArgument
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32408:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32409:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32412:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr > integerArg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32427:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        ammount = longAt(GIV(stackPointer));
                             ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32440:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)segSize << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32458:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        value = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32483:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)((value * HashMultiplyConstant) & 0xFFFFFFF) << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32501:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
         && ((longAt(GIV(stackPointer))) == GIV(trueObj));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32507:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32531:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32548:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        otherObject = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32549:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        thisObject = longAt(GIV(stackPointer));
                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32560:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (thisObject == otherObject
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32577:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        thisReceiver = longAt(GIV(stackPointer));
                                  ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32603:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32627:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32664:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                s = longAt(GIV(stackPointer));
                               ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32695:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), s);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32716:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32739:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), ((value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32753:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32825:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index1 = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32826:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr1 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32855:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp4 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32871:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp5 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32885:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp7 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32901:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp6 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32922:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), longAt((rcvr1 + BaseHeaderSize) + (((sqInt)((usqInt)(index1) << (shiftForWord()))))));
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32933:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp3 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), longAt((rcvr1 + BaseHeaderSize) + (((sqInt)((usqInt)((index1 + numFixed)) << (shiftForWord()))))));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32971:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueOop = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32972:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:32973:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33018:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33036:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33051:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33069:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp3 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33105:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                longAtput((sp4 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33131:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp5 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33168:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33184:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33241:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                top1 = longAt(GIV(stackPointer));
                                  ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33248:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33252:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33255:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(messageSelector));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33258:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), runArgs);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33261:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), runReceiver);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33289:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (VMBIGENDIAN
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33307:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        obj = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33316:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (trueOrFalse
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33342:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33355:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerArgument = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33356:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33359:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver <= integerArgument
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33383:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33384:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33387:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr <= integerArg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33402:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerArgument = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33403:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33406:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver < integerArgument
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33430:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33431:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33434:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr < integerArg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33466:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33493:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33506:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), nameOop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33535:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33562:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33575:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), nameOop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33610:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        outPointerArray = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33613:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        segmentWordArray = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33627:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), result);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33654:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33671:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33689:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33732:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33733:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33784:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), pt);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33797:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33826:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33841:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)MillisecondClockMask << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33853:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        mod = doPrimitiveModby(longAt(GIV(stackPointer) + (1 * BytesPerWord)), longAt(GIV(stackPointer)));
                                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33853:84: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        mod = doPrimitiveModby(longAt(GIV(stackPointer) + (1 * BytesPerWord)), longAt(GIV(stackPointer)));
                                                                                          ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33858:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)mod << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33889:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33890:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33915:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33933:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33949:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer1 = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:33982:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerResult << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34005:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34006:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34027:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34043:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        obj = instantiateClassisPinned(longAt(GIV(stackPointer)), 0);
                                                  ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34046:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                reasonCode = (isFixedSizePointerFormat(instSpecOfClass(longAt(GIV(stackPointer))))
                                                                                  ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34053:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), obj);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34083:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        header = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34084:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        bytecodeCount = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34092:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        class = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34202:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), theMethod);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34215:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        obj = instantiateClassisPinned(longAt(GIV(stackPointer)), 1);
                                                  ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34218:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                reasonCode = (isFixedSizePointerFormat(instSpecOfClass(longAt(GIV(stackPointer))))
                                                                                  ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34225:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), obj);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34252:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop1 = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34320:57: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        obj = instantiateClassindexableSizeisPinned(longAt(GIV(stackPointer) + (1 * BytesPerWord)), size, 0);
                                                           ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34323:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                classFormat = ((longAt(((longAt(GIV(stackPointer) + (1 * BytesPerWord))) + BaseHeaderSize) + (((sqInt)((usqInt)(InstanceSpecificationIndex) << (shiftForWord())))))) >> 3);
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34336:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), obj);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34360:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34421:57: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        obj = instantiateClassindexableSizeisPinned(longAt(GIV(stackPointer) + (1 * BytesPerWord)), size, 1);
                                                           ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34424:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                classFormat = ((longAt(((longAt(GIV(stackPointer) + (1 * BytesPerWord))) + BaseHeaderSize) + (((sqInt)((usqInt)(InstanceSpecificationIndex) << (shiftForWord())))))) >> 3);
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34437:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), obj);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34460:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        object = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34543:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), subsequentObject);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34566:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        instance = accessibleObjectAfter(longAt(GIV(stackPointer)));
                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34569:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)0 << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34575:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), instance);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34590:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerArgument = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34591:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34594:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver != integerArgument
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34603:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (result
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34622:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34623:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34626:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr != integerArg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34648:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        otherObject = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34649:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        thisObject = longAt(GIV(stackPointer));
                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34678:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (thisObject != otherObject
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34738:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if (!(((longAt(GIV(stackPointer))) == GIV(trueObj))
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34739:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                 || ((longAt(GIV(stackPointer))) == GIV(falseObj)))) {
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34744:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        goal = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34745:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        stack = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34746:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        followWeak = (longAt(GIV(stackPointer))) == GIV(trueObj);
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34987:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        path = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:34989:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), path);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35022:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35023:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        lookupClass = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35055:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        selector = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35056:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        argumentArray = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35079:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35082:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35086:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((argumentArray + BaseHeaderSize) + (((sqInt)((usqInt)((index - 1)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35133:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                top = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35148:62: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((GIV(stackPointer) + offset) + delta, longAt(GIV(stackPointer) + offset));
                                                                       ~~~~^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35148:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((GIV(stackPointer) + offset) + delta, longAt(GIV(stackPointer) + offset));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35181:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        actualReceiver = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35182:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        selector = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35183:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        argumentArray = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35206:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35209:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), actualReceiver);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35213:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((argumentArray + BaseHeaderSize) + (((sqInt)((usqInt)((index - 1)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35248:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                top = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35261:62: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((GIV(stackPointer) + offset) + delta, longAt(GIV(stackPointer) + offset));
                                                                       ~~~~^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35261:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((GIV(stackPointer) + offset) + delta, longAt(GIV(stackPointer) + offset));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35288:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(profileMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35313:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(profileProcess));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35348:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35380:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                ? ((longAt(GIV(stackPointer))) >> 3)
                               ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35400:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35416:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer1 = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35452:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerResult << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35483:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35484:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35502:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35519:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35564:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35565:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35582:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35608:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)depth << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35637:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35709:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35729:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35753:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                        ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35757:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                        ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35770:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35786:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer1 = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35802:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer2 = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35822:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((5 - 1) * BytesPerWord)), (okay
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35839:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35869:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35883:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                        ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35893:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35904:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (wasImmutable
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35923:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:35959:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        stringOop = longAt(GIV(stackPointer));
                               ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36025:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                hasHash = (((longAt(GIV(stackPointer))) & (tagMask())) == 0)
                                        ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36026:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                 && ((long32At((longAt(GIV(stackPointer))) + 4)) & (identityHashHalfWordMask()));
                                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36028:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (hasHash
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36036:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36040:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36061:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + ((GIV(argumentCount) - 1) * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36077:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36114:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)oldHash << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36132:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        labelOop = longAt(GIV(stackPointer));
                              ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36194:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36210:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer1 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36248:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36254:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36270:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36290:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        value = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36291:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36301:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36329:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36351:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36367:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer1 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36383:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer2 = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36399:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer3 = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                               
Local variable name 'receiver' in doPrimitiveWorkerCallout may mask method when inlining

Local variable name 'stack' in pathTo:using:followWeak: may mask method when inlining

Local variable name 'stack' in pruneStack:stackp: may mask method when inlining

Local variable name 'receiver' in doPrimitiveWorkerExtractReturnValue may mask method when inlining

compactionStartUsecs localised to fullGC

gcMarkEndUsecs localised to fullGC

extA localised to interpret

extB localised to interpret

lkupClassTag localised to interpret

numExtB localised to interpret

the2ndUnknownShort localised to writeImageFileIO  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36434:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        bytes = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36469:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36492:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36551:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)(totalLength - fixedFields) << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36563:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        byteSize = ((longAt(GIV(stackPointer))) & (tagMask())
                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36565:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : bytesInObject(longAt(GIV(stackPointer))));
                                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36568:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36602:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if (!(((((longAt(GIV(stackPointer)))) & 7) == 1))) {
                                     ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36608:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                nElements = ((longAt(GIV(stackPointer))) >> 3);
                                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36609:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                classFormat = ((longAt(((longAt(GIV(stackPointer) + (1 * BytesPerWord))) + BaseHeaderSize) + (((sqInt)((usqInt)(InstanceSpecificationIndex) << (shiftForWord())))))) >> 3);
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36658:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36663:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        classFormat1 = ((longAt(((longAt(GIV(stackPointer) + (0 * BytesPerWord))) + BaseHeaderSize) + (((sqInt)((usqInt)(InstanceSpecificationIndex) << (shiftForWord())))))) >> 3);
                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36683:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), ((byteSize << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36707:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36722:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36762:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr + arg));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36779:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36818:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36833:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36879:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr / arg));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36904:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36919:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36959:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (rcvr == arg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36977:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        aValue = floatObjectOf(exp(smallFloatValueOf(longAt(GIV(stackPointer)))));
                                                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36993:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
((((usqInt)(longAt(GIV(stackPointer))))) <= 15
                       ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:36995:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : ((exp = ((usqInt) (((usqInt)(longAt(GIV(stackPointer)))))) >> (((numTagBits()) + (smallFloatMantissaBits())) + 1)),
                                                          ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37014:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37054:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37069:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37109:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (rcvr >= arg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37136:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37151:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37191:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (rcvr > arg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37218:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37233:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37273:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (rcvr <= arg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37300:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37315:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37355:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (rcvr < arg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37377:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37416:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37431:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37471:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr * arg));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37496:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37511:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37551:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (!(rcvr == arg)
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37570:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37601:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37648:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37663:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37703:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr - arg));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37721:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37731:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37753:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), result);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37769:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37804:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        class = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37814:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), instance);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37833:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37847:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(specialObjectsOop));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37863:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37918:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        outPointerArray = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37919:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        segmentWordArray = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37922:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        arrayOfRoots = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37938:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                outPointerArray = longAt(GIV(stackPointer));
                                             ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37939:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                segmentWordArray = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37940:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                arrayOfRoots = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37979:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:37980:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:38114:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:38145:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:38146:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:38147:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        value = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:38314:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:38354:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        array = longAt(GIV(stackPointer) + (4 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:38355:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        start = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:38356:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        stop = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:38357:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        repl = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:38358:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        replStart = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                           ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:38423:12: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign]
                arrayFmt = arrayFmt;
                ~~~~~~~~ ^ ~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:38470:11: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign]
                replFmt = replFmt;
                ~~~~~~~ ^ ~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:38624:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerResult << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:38656:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:38657:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:38691:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:38721:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                criticalSection = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:38722:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                activeProc = longAt(GIV(stackPointer));
                                        ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:38727:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                criticalSection = longAt(GIV(stackPointer));
                                             ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:38754:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(falseObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:38760:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(trueObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:38765:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:38783:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:38803:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (okay
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:38823:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:38839:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:38842:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(result));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:38858:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:38911:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        moduleName = longAt(GIV(stackPointer));
                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:39067:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:39092:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                resultArray = longAt(GIV(stackPointer));
                                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:39127:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), resultArray);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:39154:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                resultArray = longAt(GIV(stackPointer));
                                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:39188:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), resultArray);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:39209:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), s);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:39238:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (running
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:39249:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        sampleBuffer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:39259:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)numSamples << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:39276:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        sema = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:44603:15: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign]
                                        treeNode = treeNode;
                                        ~~~~~~~~ ^ ~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:49642:13: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign]
                        treeNode = treeNode;
                        ~~~~~~~~ ^ ~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:51474:5: warning: expression result unused [-Wunused-value]
                                -classIndex2;
                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:51539:26: warning: expression result unused [-Wunused-value]
                8 /* allocationUnit */ / BytesPerOop;
                ~                      ^ ~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:52836:13: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long long') from 'void *' [-Wint-conversion]
        allocation = calloc(sizeof(void *), unscannedEphemeronsQueueInitialSize);
                   ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:53051:7: warning: incompatible integer to pointer conversion passing 'usqInt' (aka 'unsigned long long') to parameter of type 'void *' [-Wint-conversion]
        free((GIV(unscannedEphemerons).start));
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/x86_64-w64-mingw32/sys-root/mingw/include/stdlib.h:530:27: note: passing argument to parameter '_Memory' here
  void __cdecl free(void *_Memory);
                          ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:57008:25: warning: incompatible integer to pointer conversion passing 'usqInt' (aka 'unsigned long long') to parameter of type 'void *' [-Wint-conversion]
                reallocated = realloc((GIV(unscannedEphemerons).start), desiredSize);
                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/x86_64-w64-mingw32/sys-root/mingw/include/stdlib.h:532:31: note: passing argument to parameter '_Memory' here
  void *__cdecl realloc(void *_Memory,size_t _NewSize);
                              ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:57008:15: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long long') from 'void *' [-Wint-conversion]
                reallocated = realloc((GIV(unscannedEphemerons).start), desiredSize);
                            ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:57445:41: warning: expression result unused [-Wunused-value]
                asserta((checkInterpreterIntegrity()) == 0);
                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqAssert.h:30:25: note: expanded from macro 'asserta'
# define asserta(expr) (expr)
                        ^~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:57466:41: warning: expression result unused [-Wunused-value]
                asserta((checkInterpreterIntegrity()) == 0);
                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqAssert.h:30:25: note: expanded from macro 'asserta'
# define asserta(expr) (expr)
                        ^~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:58477:14: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign]
                        treeNode1 = treeNode1;
                        ~~~~~~~~~ ^ ~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:60970:108: warning: passing 'usqInt *' (aka 'unsigned long long *') to parameter of type 'sqInt *' (aka 'long long *') converts between pointers to integer types with different sign [-Wpointer-sign]
        segAddress = sqAllocateMemorySegmentOfSizeAboveAllocatedSizeInto(ammount, firstGapOfSizeAtLeast(ammount), (&allocatedSize));
                                                                                                                  ^~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:60:98: note: passing argument to parameter 'asp' here
extern void *sqAllocateMemorySegmentOfSizeAboveAllocatedSizeInto(sqInt sz, void *minAddr, sqInt *asp);
                                                                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:61431:13: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign]
                        treeNode = treeNode;
                        ~~~~~~~~ ^ ~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:61982:77: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        assertValidExecutionPointersimbarline(lip, lifp, lisp, !((((usqInt)(longAt(lifp + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                   ^~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:62492:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                 && ((((((sqInt)(pointerForOop(longAt(maybeFP + FoxSavedFP))))) & (tagMask())) == 0)
                                                      ^~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:62494:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                (oopForPointer(pointerForOop(longAt(maybeFP + FoxSavedFP)))) + (smallIntegerTag()))) == (longAt((aContext + BaseHeaderSize) + (((sqInt)((usqInt)(InstructionPointerIndex) << (shiftForWord())))))))
                                                    ^~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:62495:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                 && (((((usqInt)(longAt(maybeFP + FoxMethod)))) < (startOfMemory())
                                        ^~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:62496:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        ? ((longAt(maybeFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                   ^~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:62497:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        : (byteAt((maybeFP + FoxIFrameFlags) + 2)) != 0)))))) {
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:62504:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        maybeFrameCtxt = longAt(maybeFP + FoxThisContext);
                                ^~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:62577:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                frameRcvrOffset = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                     ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:62581:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        oop = longAt(theSP);
                                     ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:62587:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                       ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:62588:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                   ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:62589:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:62591:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        ok = ok && (checkOkayFields(longAt(theFP + FoxThisContext)));
                                                           ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:62593:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                ok = ok && (checkOkayFields(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                               ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:62595:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        : longAt(theFP + FoxMethod))));
                                 ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:62596:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                                        ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:62604:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                oop = longAt(theSP);
                             ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:62746:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                          ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:62748:95: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        : (((usqInt) ((theFP + FoxIFReceiver) - GIV(stackPointer))) >> (shiftForWord())) + (byteAt((theFP + FoxIFrameFlags) + 1)));
                                                                                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:62761:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        theSP = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                   ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:62774:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                aFrame = pointerForOop(longAt(aFrame + FoxSavedFP));
                                              ^~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:62787:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:62789:82: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : (((usqInt) ((theFP + FoxIFReceiver) - theSP)) >> (shiftForWord())) + (byteAt((theFP + FoxIFrameFlags) + 1)));
                                                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63045:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), message);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63101:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63137:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                               ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63138:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                           ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63139:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63141:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                activeContext = longAt(theFP + FoxThisContext);
                                       ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63179:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        theIP = longAt(theSP);
                       ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63186:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                       ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63187:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                   ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63188:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63190:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        theContext = longAt(theFP + FoxThisContext);
                                            ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63220:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                theIP = ((sqInt)(pointerForOop(longAt(theFP + FoxCallerSavedIP))));
                                                      ^~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63221:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                theFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                             ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63233:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        callerContextOrNil = longAt((thePage->baseAddress));
                                    ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63414:19: warning: explicitly assigning value of variable of type 'struct VirtualMachine *' to itself [-Wself-assign]
        interpreterProxy = interpreterProxy;
        ~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63429:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                        ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63438:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                callerContextOrNil = longAt((thePage->baseAddress));
                                            ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63445:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if (((((usqInt)(longAt(callerFP + FoxMethod)))) < (startOfMemory())
                               ^~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63446:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                ? ((longAt(callerFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                           ^~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63447:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : (byteAt((callerFP + FoxIFrameFlags) + 2)) != 0)) {
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63449:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                return longAt(callerFP + FoxThisContext);
                              ^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63859:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        callerFP1 = pointerForOop(longAt(theFP + FoxSavedFP));
                                         ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63868:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                callerContextOrNil = longAt((thePage1->baseAddress));
                                            ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63876:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if (((((usqInt)(longAt(callerFP1 + FoxMethod)))) < (startOfMemory())
                               ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63877:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                ? ((longAt(callerFP1 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                           ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63878:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : (byteAt((callerFP1 + FoxIFrameFlags) + 2)) != 0)) {
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63880:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                callerCtx = longAt(callerFP1 + FoxThisContext);
                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63889:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                theIP = longAt((thePage->headSP));
                               ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63903:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                theIP = oopForPointer(pointerForOop(longAt(frameAbove + FoxCallerSavedIP)));
                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63941:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                        ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63946:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                callerIP = oopForPointer(pointerForOop(longAt(theFP + FoxCallerSavedIP)));
                                                              ^~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63949:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput(callerSP, callerIP);
                          ^~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:63973:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if ((longAt(aFramePtr + FoxSavedFP)) == 0) {
                    ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64120:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                oop = longAt(((longAt(GIV(stackPointer))) + BaseHeaderSize) + (((sqInt)((usqInt)((localPrimIndex - 264)) << (shiftForWord())))));
                                          ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64121:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64130:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(trueObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64136:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp2 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(falseObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64142:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp3 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64147:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)(localPrimIndex - 261) << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64264:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        callerFP = pointerForOop(longAt(spouseFP + FoxSavedFP));
                                                        ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64273:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                callerContextOrNil = longAt((thePage->baseAddress));
                                                            ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64280:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        if (((((usqInt)(longAt(callerFP + FoxMethod)))) < (startOfMemory())
                                               ^~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64281:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                ? ((longAt(callerFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                           ^~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64282:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                : (byteAt((callerFP + FoxIFrameFlags) + 2)) != 0)) {
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64284:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                return longAt(callerFP + FoxThisContext);
                                              ^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64301:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                ? ((((usqInt)(longAt(spouseFP + FoxMethod)))) < (startOfMemory())
                                     ^~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64303:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs - (offset - (ReceiverIndex + 1))) * BytesPerWord))
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64304:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                : longAt(((spouseFP + FoxMFReceiver) - BytesPerWord) + ((frameNumArgs - (offset - (ReceiverIndex + 1))) * BytesPerWord)))
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64305:66: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                : ((offset - (ReceiverIndex + 1)) < ((frameNumArgs1 = byteAt((spouseFP + FoxIFrameFlags) + 1)))
                                                                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64306:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs1 - (offset - (ReceiverIndex + 1))) * BytesPerWord))
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64307:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                : longAt(((spouseFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs1 - (offset - (ReceiverIndex + 1))) * BytesPerWord))))
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64482:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) {
                                                 ^~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64574:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if ((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                        ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64575:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                   ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64576:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0))
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64577:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                 && (homeContext == (longAt(theFP + FoxThisContext)))) {
                                            ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64581:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                         || (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64582:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                                           ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64583:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0)))) {
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64584:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        theMethod1 = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                        ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64586:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                : longAt(theFP + FoxMethod));
                                         ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64596:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                       ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64597:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                   ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64598:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64600:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        return longAt(theFP + FoxThisContext);
                                                      ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64606:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                theFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                             ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64613:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        callerContextOrNil = longAt((thePage->baseAddress));
                                    ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64702:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        theSP = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                   ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64715:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                aFrame = pointerForOop(longAt(aFrame + FoxSavedFP));
                                              ^~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64770:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if ((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                        ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64771:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                   ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64772:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0))
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64773:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                 && (homeContext == (longAt(theFP + FoxThisContext)))) {
                                            ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64777:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if (!(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                         ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64778:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                                           ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64779:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0))) {
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64780:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        theMethod1 = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                        ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64782:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                : longAt(theFP + FoxMethod));
                                         ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64792:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                       ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64793:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                   ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64794:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64796:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ctxtOrNilOrZero = longAt(theFP + FoxThisContext);
                                                                 ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64804:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                theFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                             ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64811:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        callerContextOrNil = longAt((thePage->baseAddress));
                                    ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64857:53: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        for (ptr = theSP, toDoLimit1 = (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                           ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64860:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                oop = longAt(ptr);
                             ^~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64863:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput(ptr, followForwarded(oop));
                                  ^~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64866:134: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        for (ptr = ((theFP + FoxCallerSavedIP) + BytesPerWord), toDoLimit2 = (theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                                                                                            ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64868:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        : byteAt((theFP + FoxIFrameFlags) + 1))))); ptr <= toDoLimit2; ptr += BytesPerWord) {
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64869:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                oop = longAt(ptr);
                             ^~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64882:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput(ptr, oop);
                                  ^~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64885:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                               ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64886:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                           ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64887:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0)) {
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64892:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                               ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64893:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                           ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64894:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64933:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        return longAt(theFP + FoxThisContext);
                      ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64977:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        numArgs = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                     ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64979:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : byteAt((theFP + FoxIFrameFlags) + 1));
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:64993:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        return longAt(theFP + ((FoxCallerSavedIP + BytesPerWord) + (((sqInt)((usqInt)(numArgs) << (shiftForWord()))))));
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65231:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65243:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord), rcvr);
                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65245:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if (isPointers(((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())
                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65246:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                ? longAt(GIV(framePointer) + FoxMFReceiver)
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65247:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : longAt(GIV(framePointer) + FoxIFReceiver)))) {
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65248:61: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                followForwardedObjectFieldstoDepth(((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())
                                                                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65249:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        ? longAt(GIV(framePointer) + FoxMFReceiver)
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65250:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        : longAt(GIV(framePointer) + FoxIFReceiver)), 0);
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65271:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65272:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                ? longAt(theFP + FoxMFReceiver)
                         ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65273:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : longAt(theFP + FoxIFReceiver));
                         ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65313:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                source = ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())
                                            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65339:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                 && ((((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) < overflowLimitAddress)
                                                        ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65340:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                 && (!((longAt(callerFP + FoxSavedFP)) == 0)))) {
                               ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65349:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        callerFP1 = pointerForOop(longAt(theFP + FoxSavedFP));
                                         ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65358:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                callerContextOrNil = longAt((thePage->baseAddress));
                                            ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65365:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if (((((usqInt)(longAt(callerFP1 + FoxMethod)))) < (startOfMemory())
                               ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65366:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                ? ((longAt(callerFP1 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                           ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65367:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : (byteAt((callerFP1 + FoxIFrameFlags) + 2)) != 0)) {
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65369:10: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAt(callerFP1 + FoxThisContext);
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65521:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        return longAt(theFP + FoxMethod);
                      ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65578:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        return (longAt(theFP + FoxSavedFP)) == 0;
                       ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65618:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                theFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                             ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65844:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if (((pointerForOop(longAt(maybeFrame + FoxSavedFP))) == shouldBeFrameCallerField)
                                           ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65845:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                 && (((((usqInt)(longAt(maybeFrame + FoxMethod)))) < (startOfMemory())
                                        ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65846:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        ? ((longAt(maybeFrame + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                   ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65847:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        : (byteAt((maybeFrame + FoxIFrameFlags) + 2)) != 0))) {
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65849:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        maybeFrameCtxt = longAt(maybeFrame + FoxThisContext);
                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65863:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                longAtput(maybeFrame + FoxThisContext, maybeFrameCtxt);
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65924:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if (((pointerForOop(longAt(theFrame + FoxSavedFP))) == shouldBeFrameCallerField)
                                           ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65925:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                 && (((((usqInt)(longAt(theFrame + FoxMethod)))) < (startOfMemory())
                                        ^~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65926:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        ? ((longAt(theFrame + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                   ^~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65927:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        : (byteAt((theFrame + FoxIFrameFlags) + 2)) != 0))) {
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65930:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        if ((longAt(theFrame + FoxThisContext)) == aOnceMarriedContext) {
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67307:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                callerContextOrNil = longAt((thePage2->baseAddress));
                                            ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67386:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if ((anOop == ((((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                     ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67388:81: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        : (((usqInt) ((theFP + FoxIFReceiver) - theSP)) >> (shiftForWord())) + (byteAt((theFP + FoxIFrameFlags) + 1)))) << 3) | 1)))
                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67396:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if (anOop == (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                 ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67398:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        : longAt(theFP + FoxMethod)))) {
                                 ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67401:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if ((longAt(theFP + FoxSavedFP)) == 0) {
                            ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67407:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        if ((((((usqInt)(longAt((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxMethod)))) < (startOfMemory())
                                                                      ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67407:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        if ((((((usqInt)(longAt((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxMethod)))) < (startOfMemory())
                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67408:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                ? ((longAt((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67408:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                ? ((longAt((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67409:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                : (byteAt(((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxIFrameFlags) + 2)) != 0))
                                                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67409:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                : (byteAt(((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxIFrameFlags) + 2)) != 0))
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67410:48: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                         && (anOop == (longAt((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxThisContext)))) {
                                                                    ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67410:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                         && (anOop == (longAt((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxThisContext)))) {
                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67415:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvrOffset = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                        ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67419:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if (anOop == (longAt(theSP))) {
                                     ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67427:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if (anOop == (longAt(theSP))) {
                                     ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67461:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        aMethodObj = longAt(((GIV(stackPage)->headFP)) + FoxMethod);
                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67473:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67506:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        methodFieldOrObj = longAt(theFP + FoxMethod);
                                  ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67508:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput(theFP + FoxMethod, methodFieldOrObj + MFMethodFlagHasContextFlag);
                          ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67513:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                closureOrNil = longAt(theFP + ((FoxCallerSavedIP + BytesPerWord) + (numArgs << (shiftForWord()))));
                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67523:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        closureOrNil = longAt(theFP + ((FoxCallerSavedIP + BytesPerWord) + (numArgs << (shiftForWord()))));
                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67529:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                rcvr = longAt(theFP + FoxMFReceiver);
                              ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67534:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                byteAtput((theFP + FoxIFrameFlags) + 2, 1);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:159:39: note: passing argument to parameter 'oop' here
  static inline sqInt byteAtput(sqInt oop, int val)             { return byteAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67536:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                numArgs = byteAt((theFP + FoxIFrameFlags) + 1);
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67540:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if ((byteAt((theFP + FoxIFrameFlags) + 3)) != 0) {
                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67541:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        closureOrNil = longAt(theFP + ((FoxCallerSavedIP + BytesPerWord) + (numArgs << (shiftForWord()))));
                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67547:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                rcvr = longAt(theFP + FoxIFReceiver);
                              ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67552:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput(theFP + FoxThisContext, theContext);
                  ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67559:54: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valuePointer2 = (oopForPointer(pointerForOop(longAt(theFP + FoxSavedFP)))) + (smallIntegerTag());
                                                            ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67572:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                                      ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67574:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs - (i - 1)) * BytesPerWord))
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67575:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                : longAt(((theFP + FoxMFReceiver) - BytesPerWord) + ((frameNumArgs - (i - 1)) * BytesPerWord)));
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67579:55: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        valuePointer = ((i - 1) < ((frameNumArgs2 = byteAt((theFP + FoxIFrameFlags) + 1)))
                                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67580:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs2 - (i - 1)) * BytesPerWord))
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67581:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                : longAt(((theFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs2 - (i - 1)) * BytesPerWord)));
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67776:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (boolean
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67795:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((nItems - 1) * BytesPerWord)), floatObjectOf(aFloat));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67811:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)integer << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67840:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67856:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67982:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67984:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs - offset) * BytesPerWord))
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67985:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                : longAt(((theFP + FoxMFReceiver) - BytesPerWord) + ((frameNumArgs - offset) * BytesPerWord)))
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67986:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : (offset < ((frameNumArgs1 = byteAt((theFP + FoxIFrameFlags) + 1)))
                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67987:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs1 - offset) * BytesPerWord))
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67988:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                : longAt(((theFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs1 - offset) * BytesPerWord))));
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:68003:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                       ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:68004:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                   ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:68005:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:68007:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        if (((((usqInt) (longAt(longAt(theFP + FoxThisContext)))) >> (markedBitFullShift())) & 1) != 0) {
                                                       ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:68011:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        } while(((theFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0);
                                               ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:68098:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:68125:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:68150:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((nItems - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:68210:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (enabled
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:68217:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:68223:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                                        ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:68233:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (enabled
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:68780:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                callerContextOrNil = longAt((thePage1->baseAddress));
                                                            ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:68925:15: warning: incompatible pointer to integer conversion passing 'CogMethod *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                        printHexnp(cogMethodOf(meth));
                                   ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:1611:32: note: passing argument to parameter 'n' here
extern sqInt printHexnp(usqInt n);
                               ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:68937:15: warning: incompatible pointer to integer conversion passing 'CogMethod *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                        printHexnp(cogMethodOf(meth));
                                   ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:1611:32: note: passing argument to parameter 'n' here
extern sqInt printHexnp(usqInt n);
                               ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:68993:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if (!((longAt(theFP + FoxSavedFP)) == 0)) {
                      ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:68994:52: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                printFrameAndCallersSPshort(pointerForOop(longAt(theFP + FoxSavedFP)), (assert(!(isBaseFrame(theFP))),
                                                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:68995:66: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                (theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                               ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:68997:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        : byteAt((theFP + FoxIFrameFlags) + 1))))) + BytesPerWord), printShort);
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:69017:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        it = longAt(address);
                    ^~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:69043:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        it = longAt(address);
                    ^~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:69102:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        it = longAt(address);
                    ^~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:69138:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        it = longAt(address);
                    ^~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:69224:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                aFrame = pointerForOop(longAt(aFrame + FoxSavedFP));
                                                              ^~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:69235:74: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        (frameAbove + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(frameAbove + FoxMethod)))) < (startOfMemory())
                                                                                                            ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:69237:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        : byteAt((frameAbove + FoxIFrameFlags) + 1))))) + BytesPerWord)
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:69245:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                theSP = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                           ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:70670:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                while (theSP <= (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                    ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:70673:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        if (oop == (longAt(theSP))) {
                                                           ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:70675:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                                printHexnp(theFP);
                                                           ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:69271:19: note: passing argument to parameter 'n' here
printHexnp(usqInt n)
                  ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:70677:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                                printHexnp(theSP);
                                                           ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:69271:19: note: passing argument to parameter 'n' here
printHexnp(usqInt n)
                  ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:70683:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                       ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:70684:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                   ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:70685:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:70686:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        if (oop == (longAt(theFP + FoxThisContext))) {
                                                           ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:70688:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                                printHexnp(theFP);
                                                           ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:69271:19: note: passing argument to parameter 'n' here
printHexnp(usqInt n)
                  ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:70694:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (oop == (longAt(theFP + FoxMethod))) {
                                                   ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:70696:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        printHexnp(theFP);
                                                   ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:69271:19: note: passing argument to parameter 'n' here
printHexnp(usqInt n)
                  ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:70701:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                                                        ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:70709:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (oop == (longAt(theSP))) {
                                                   ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:70711:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        printHexnp(theFP);
                                                   ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:69271:19: note: passing argument to parameter 'n' here
printHexnp(usqInt n)
                  ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:70713:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        printHexnp(theSP);
                                                   ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:69271:19: note: passing argument to parameter 'n' here
printHexnp(usqInt n)
                  ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:70793:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:70806:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        return longAt(theFP + (frameStackedReceiverOffset(theFP)));
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:70818:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:70829:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), (((usqInt)integerValue << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:70843:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:71153:33: warning: expression result unused [-Wunused-value]
                ((((usqInt) w1) >> 8) & 0xFF) | (((sqInt)((usqInt)((w1 & 0xFF)) << 8)));
                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:71224:30: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
        cogCodeBase = pointerForOop(allocateJITMemory(GIV(cogCodeSize), ((header.oldBaseAddr)) - GIV(cogCodeSize)));
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:71225:61: warning: ordered comparison between pointer and integer ('char *' and 'sqInt' (aka 'long long'))
        desiredPositionOfHeap = (((cogCodeBase + GIV(cogCodeSize)) < ((header.oldBaseAddr))) ? ((header.oldBaseAddr)) : (cogCodeBase + GIV(cogCodeSize)));
                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:71225:87: warning: pointer/integer type mismatch in conditional expression ('sqInt' (aka 'long long') and 'char *') [-Wconditional-type-mismatch]
        desiredPositionOfHeap = (((cogCodeBase + GIV(cogCodeSize)) < ((header.oldBaseAddr))) ? ((header.oldBaseAddr)) : (cogCodeBase + GIV(cogCodeSize)));
                                                                                             ^ ~~~~~~~~~~~~~~~~~~~~~~   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:71225:24: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long long') from 'char *' [-Wint-conversion]
        desiredPositionOfHeap = (((cogCodeBase + GIV(cogCodeSize)) < ((header.oldBaseAddr))) ? ((header.oldBaseAddr)) : (cogCodeBase + GIV(cogCodeSize)));
                              ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:71381:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        initializeCodeZoneFromupTo(cogCodeBase, cogCodeBase + GIV(cogCodeSize));
                                   ^~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include/cogit.h:56:46: note: passing argument to parameter 'startAddress' here
extern void initializeCodeZoneFromupTo(sqInt startAddress, sqInt endAddress);
                                             ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:71381:42: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        initializeCodeZoneFromupTo(cogCodeBase, cogCodeBase + GIV(cogCodeSize));
                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include/cogit.h:56:66: note: passing argument to parameter 'endAddress' here
extern void initializeCodeZoneFromupTo(sqInt startAddress, sqInt endAddress);
                                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:71510:67: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long long') to parameter of type 'char *' [-Wint-conversion]
                        longAtput((temporaryIndex < ((frameNumArgs = ((mframeCogMethod(theFP))->cmNumArgs)))
                                                                                       ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19483:23: note: passing argument to parameter 'theFP' here
mframeCogMethod(char *theFP)
                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:71559:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:71592:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        if ((longAt(theFP + FoxSavedFP)) == 0) {
                                    ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:71598:66: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                GIV(instructionPointer) = ((usqInt)(pointerForOop(longAt(GIV(framePointer) + FoxCallerSavedIP))));
                                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:71601:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                GIV(framePointer) = pointerForOop(longAt(GIV(framePointer) + FoxSavedFP));
                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:71640:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:71815:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                oop = longAt(GIV(stackPointer) + (index * BytesPerWord));
                                                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:71830:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                                longAtput(GIV(stackPointer) + (index * BytesPerWord), oop);
                                                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:71907:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:71944:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        if (!((longAt(theFP + FoxSavedFP)) == 0)) {
                                      ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:71948:62: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                GIV(instructionPointer) = ((usqInt)(pointerForOop(longAt(theFP + FoxCallerSavedIP))));
                                                                                         ^~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:71951:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                GIV(framePointer) = pointerForOop(longAt(theFP + FoxSavedFP));
                                                                         ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:71953:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                aMethodObj = ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())
                                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:71955:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : longAt(GIV(framePointer) + FoxMethod));
                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:71971:130: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:72017:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:72362:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                                              ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:72403:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if (!((longAt(theFP + FoxSavedFP)) == 0)) {
                      ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:72404:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                shortPrintFrameAndCallers(pointerForOop(longAt(theFP + FoxSavedFP)));
                                                               ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:72451:51: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                shortPrintFrameAndNCallers(pointerForOop(longAt(theFP + FoxSavedFP)), n - 1);
                                                                ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:72510:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                                ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:72519:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        callerContextOrNil = longAt((thePage->baseAddress));
                                    ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:72704:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:72781:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:72788:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), rcvr);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:72800:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                rcvr1 = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:72806:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:72810:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp7 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:72813:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:72813:59: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                        ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:72820:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp10 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:72834:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:72840:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object2);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:72843:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), 0);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:72850:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object1);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:72853:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:72858:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp9 = GIV(stackPointer) - BytesPerWord), rcvr1);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:72862:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:72874:65: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                shouldSkipStoreBytecode = reapAndResetErrorCodeToheader(GIV(framePointer), methodHeader);
                                                                                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:71394:37: note: passing argument to parameter 'theFP' here
reapAndResetErrorCodeToheader(sqInt theFP, sqInt methodHeader)
                                    ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:73287:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        return floatValueOf(longAt(GIV(stackPointer) + (offset * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:73299:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (offset * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:73336:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (offset * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:73417:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:73419:82: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : (((usqInt) ((theFP + FoxIFReceiver) - theSP)) >> (shiftForWord())) + (byteAt((theFP + FoxIFrameFlags) + 1)));
                                                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:73436:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (offset * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:73501:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (offset * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:73509:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        return longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:73519:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        return longAt(GIV(stackPointer) + (offset * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:73854:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if ((longAt(theFP + FoxSavedFP)) == 0) {
                    ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:73861:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                                         ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:73863:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        : byteAt((theFP + FoxIFrameFlags) + 1))))) + (2 * BytesPerWord), anOop);
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:73861:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:73867:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                        ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:73876:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                callerContextOrNil = longAt((thePage1->baseAddress));
                                            ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:73883:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if (((((usqInt)(longAt(callerFP + FoxMethod)))) < (startOfMemory())
                               ^~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:73884:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                ? ((longAt(callerFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                           ^~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:73885:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : (byteAt((callerFP + FoxIFrameFlags) + 2)) != 0)) {
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:73887:10: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAt(callerFP + FoxThisContext);
                       ^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:73932:80: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((theMovedFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theMovedFP + FoxMethod)))) < (startOfMemory())
                                                                                      ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:73934:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        : byteAt((theMovedFP + FoxIFrameFlags) + 1))))) + (2 * BytesPerWord), anOop);
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:73932:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((theMovedFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theMovedFP + FoxMethod)))) < (startOfMemory())
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74193:88: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        return validInstructionPointerinMethodframePointer(anInstrPointer, ((((usqInt)(longAt(fp + FoxMethod)))) < (startOfMemory())
                                                                                              ^~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74195:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : longAt(fp + FoxMethod)), fp);
                         ^~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74393:17: warning: variable 'the2ndUnknownShort' is uninitialized when used here [-Wuninitialized]
        putShorttoFile(the2ndUnknownShort, f);
                       ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74338:29: note: initialize the variable 'the2ndUnknownShort' to silence this warning
    sqInt the2ndUnknownShort;
                            ^
                             = 0
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74474:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                valuePointer2 = ((((usqInt)(longAt(spouseFP + FoxMethod)))) < (startOfMemory())
                                                                   ^~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74476:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs - i) * BytesPerWord))
                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74477:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        : longAt(((spouseFP + FoxMFReceiver) - BytesPerWord) + ((frameNumArgs - i) * BytesPerWord)))
                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74478:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : (i < ((frameNumArgs1 = byteAt((spouseFP + FoxIFrameFlags) + 1)))
                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74479:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs1 - i) * BytesPerWord))
                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74480:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        : longAt(((spouseFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs1 - i) * BytesPerWord))));
                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74532:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        anOop = longAt(GIV(stackPointer) + (PARAM_EXTERNALFUNCTION * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74554:19: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long long') [-Wint-conversion]
        externalFunction = longAt((anOop1 + BaseHeaderSize) + (0U << (shiftForWord())));
                         ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74562:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        anOop2 = longAt(((longAt(GIV(stackPointer) + (PARAM_EXTERNALFUNCTION * BytesPerWord))) + BaseHeaderSize) + (1U << (shiftForWord())));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74570:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        argumentsArrayOop = longAt(GIV(stackPointer) + (PARAM_ARGUMENTS * BytesPerWord));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74586:16: warning: expression which evaluates to zero treated as a null pointer constant of type 'void **' [-Wnon-literal-null-conversion]
                parameters = ((sqInt) null);
                             ^~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74594:13: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long long') from 'void *' [-Wint-conversion]
                argHolder = alloca((argType->size));
                          ^ ~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74595:17: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long long') [-Wint-conversion]
                parameters[i] = argHolder;
                              ^ ~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74610:45: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        marshallAndPushReturnValueFromofTypepoping(returnHolder, (cif->rtype), 3);
                                                   ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:1725:76: note: passing argument to parameter 'returnHolder' here
static void NoDbgRegParms marshallAndPushReturnValueFromofTypepoping(sqInt returnHolder, ffi_type *ffiType, sqInt argumentsAndReceiverCount);
                                                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74667:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        anOop = longAt(GIV(stackPointer) + (PARAM_EXTERNALFUNCTION * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74689:19: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long long') [-Wint-conversion]
        externalFunction = longAt((anOop1 + BaseHeaderSize) + (0U << (shiftForWord())));
                         ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74696:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        anOop2 = longAt(((longAt(GIV(stackPointer) + (PARAM_EXTERNALFUNCTION * BytesPerWord))) + BaseHeaderSize) + (1U << (shiftForWord())));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74703:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (PARAM_SEMAPHORE_INDEX * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74723:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        receiver = longAt(GIV(stackPointer) + (PARAM_RECEIVER * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74732:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        argumentsArrayOop = longAt(GIV(stackPointer) + (PARAM_ARGUMENTS * BytesPerWord));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74746:16: warning: expression which evaluates to zero treated as a null pointer constant of type 'void **' [-Wnon-literal-null-conversion]
                parameters = ((sqInt) null);
                             ^~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74754:13: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long long') from 'void *' [-Wint-conversion]
                argHolder = malloc((argType->size));
                          ^ ~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74755:17: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long long') [-Wint-conversion]
                parameters[i] = argHolder;
                              ^ ~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74760:10: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long long') from 'void *' [-Wint-conversion]
                                aPtr = parameters[i1];
                                     ^ ~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74763:11: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long long') to parameter of type 'void *' [-Wint-conversion]
                                        free(aPtr);
                                             ^~~~
/usr/x86_64-w64-mingw32/sys-root/mingw/include/stdlib.h:530:27: note: passing argument to parameter '_Memory' here
  void __cdecl free(void *_Memory);
                          ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74785:9: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqIntptr_t' (aka 'long long') [-Wint-conversion]
        ptr[0] = (((sqIntptr_t)aPointer));
               ^ ~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74787:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((4 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74826:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        anOop = longAt(GIV(stackPointer) + (PARAM_TASK_ADDRESS * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74836:14: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long long') [-Wint-conversion]
        taskAddress = longAt((anOop + BaseHeaderSize) + (0U << (shiftForWord())));
                    ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74839:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        receiver = longAt(GIV(stackPointer) + (PARAM_RECEIVER * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74856:45: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        marshallAndPushReturnValueFromofTypepoping(returnHolder, (((task->cif))->rtype), 2);
                                                   ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:1725:76: note: passing argument to parameter 'returnHolder' here
static void NoDbgRegParms marshallAndPushReturnValueFromofTypepoping(sqInt returnHolder, ffi_type *ffiType, sqInt argumentsAndReceiverCount);
                                                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74862:23: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long long') from 'void *' [-Wint-conversion]
                        anParameterAddress = parameters[i];
                                           ^ ~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74864:26: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long long') to parameter of type 'void *' [-Wint-conversion]
                                doFreeFromTask(task, anParameterAddress);
                                                     ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2848:47: note: expanded from macro 'doFreeFromTask'
#define doFreeFromTask(aTask,anAddress) (free(anAddress))
                                              ^~~~~~~~~
/usr/x86_64-w64-mingw32/sys-root/mingw/include/stdlib.h:530:27: note: passing argument to parameter '_Memory' here
  void __cdecl free(void *_Memory);
                          ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74873:23: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long long') to parameter of type 'void *' [-Wint-conversion]
        doFreeFromTask(task, ((sqInt)task));
                             ^~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2848:47: note: expanded from macro 'doFreeFromTask'
#define doFreeFromTask(aTask,anAddress) (free(anAddress))
                                              ^~~~~~~~~
/usr/x86_64-w64-mingw32/sys-root/mingw/include/stdlib.h:530:27: note: passing argument to parameter '_Memory' here
  void __cdecl free(void *_Memory);
                          ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74927:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                                ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74934:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                (callerContextOrNil = longAt((thePage->baseAddress))),
                                                             ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74939:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        : (((((usqInt)(longAt(callerFP + FoxMethod)))) < (startOfMemory())
                                              ^~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74940:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? ((longAt(callerFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                   ^~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74941:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : (byteAt((callerFP + FoxIFrameFlags) + 2)) != 0)
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74944:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAt(callerFP + FoxThisContext))
                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74952:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                          ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74954:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        : longAt(theFP + FoxMethod));
                                 ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74957:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                return (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                           ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74958:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                                   ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74959:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0)
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74961:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                (numArgs = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                              ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74963:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                : byteAt((theFP + FoxIFrameFlags) + 1))),
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74964:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                longAt(theFP + ((FoxCallerSavedIP + BytesPerWord) + (((sqInt)((usqInt)(numArgs) << (shiftForWord())))))))
                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74968:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                          ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74969:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        ? longAt(theFP + FoxMFReceiver)
                                 ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74970:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        : longAt(theFP + FoxIFReceiver));
                                 ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74974:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                          ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74976:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs - (index - CtxtTempFrameStart)) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74977:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : longAt(((theFP + FoxMFReceiver) - BytesPerWord) + ((frameNumArgs - (index - CtxtTempFrameStart)) * BytesPerWord)))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74978:63: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        : ((index - CtxtTempFrameStart) < ((frameNumArgs1 = byteAt((theFP + FoxIFrameFlags) + 1)))
                                                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74979:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs1 - (index - CtxtTempFrameStart)) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74980:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : longAt(((theFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs1 - (index - CtxtTempFrameStart)) * BytesPerWord))));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:75010:9: warning: incompatible integer to pointer conversion returning 'sqInt' (aka 'long long') from a function with result type 'void *' [-Wint-conversion]
        return longAt((anOop1 + BaseHeaderSize) + (0U << (shiftForWord())));
               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:75074:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp8 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:75080:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp9 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), (((usqInt)integerVal1 << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:75089:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:75095:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop1);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:75101:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp10 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), (((usqInt)integerVal2 << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:75107:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp11 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), (((usqInt)integerVal3 << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:75116:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp2 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop2);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:75122:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp3 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop3);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:75132:10: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqIntptr_t' (aka 'long long') [-Wint-conversion]
                ptr[0] = (((sqIntptr_t)aPointer));
                       ^ ~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:75134:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp4 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop4);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:75143:25: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long long') to parameter of type 'const void *' [-Wint-conversion]
                memcpy(targetPointer, returnHolder, sizeToCopy);
                                      ^~~~~~~~~~~~
/usr/x86_64-w64-mingw32/sys-root/mingw/include/string.h:50:76: note: passing argument to parameter '_Src' here
  void * __cdecl memcpy(void * __restrict__ _Dst,const void * __restrict__ _Src,size_t _Size) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
                                                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:75145:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp5 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop5);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:75152:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp6 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), floatObjectOf(f));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:75159:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp7 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), floatObjectOf(f1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:75231:12: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long long') [-Wint-conversion]
                        address = longAt((oop1 + BaseHeaderSize) + (0U << (shiftForWord())));
                                ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:75250:10: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long long') to parameter of type 'void *' [-Wint-conversion]
                memcpy(argHolder, srcPtr, argTypeSize);
                       ^~~~~~~~~
/usr/x86_64-w64-mingw32/sys-root/mingw/include/string.h:50:45: note: passing argument to parameter '_Dst' here
  void * __cdecl memcpy(void * __restrict__ _Dst,const void * __restrict__ _Src,size_t _Size) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
                                            ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:75873:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:75891:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:75915:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newCopy);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:75963:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:75971:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        aContext = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76090:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76193:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76206:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        value = ((((usqInt)(longAt(spouseFP + FoxMethod)))) < (startOfMemory())
                                   ^~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76208:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs - (index - 1)) * BytesPerWord))
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76209:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                : longAt(((spouseFP + FoxMFReceiver) - BytesPerWord) + ((frameNumArgs - (index - 1)) * BytesPerWord)))
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76210:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : ((index - 1) < ((frameNumArgs1 = byteAt((spouseFP + FoxIFrameFlags) + 1)))
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76211:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs1 - (index - 1)) * BytesPerWord))
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76212:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                : longAt(((spouseFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs1 - (index - 1)) * BytesPerWord))));
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76214:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76250:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        value = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76252:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76254:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        aContext = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76408:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76421:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if ((((usqInt)(longAt(spouseFP + FoxMethod)))) < (startOfMemory())) {
                              ^~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76422:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput(((index - 1) < ((frameNumArgs = ((mframeCogMethod(spouseFP))->cmNumArgs)))
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76427:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if ((index - 1) < ((frameNumArgs1 = byteAt((spouseFP + FoxIFrameFlags) + 1)))) {
                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76428:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((spouseFP + FoxCallerSavedIP) + ((frameNumArgs1 - (index - 1)) * BytesPerWord), value);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76431:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput(((spouseFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs1 - (index - 1)) * BytesPerWord), value);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76435:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76462:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76546:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)sz << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76562:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        flag = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76643:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        argumentArray = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76645:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        methodArg = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                           ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76830:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76836:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        top1 = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76842:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), primRcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76848:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76870:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object1);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76874:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp2 = GIV(stackPointer) - BytesPerWord), object2);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76878:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp3 = GIV(stackPointer) - BytesPerWord), object3);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76882:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object4);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76935:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        argumentArray = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76937:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        primIdx = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76972:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                GIV(tempOop2) = longAt(GIV(stackPointer) + (4 * BytesPerWord));
                                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76974:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                rcvr = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:76991:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), rcvr);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77003:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77048:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
         && (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()))))) {
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77068:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        rcvr = longAt(GIV(stackPointer));
                                          ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77072:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), rcvr);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77076:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp4 = GIV(stackPointer) - BytesPerWord), (((usqInt)primIdx << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77079:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(tempOop));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77060:2: warning: expression result unused [-Wunused-value]
        !GIV(primFailCode);
        ^    ~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77106:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        methodArgument = longAt(GIV(stackPointer));
                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77119:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77176:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        methodArgument = longAt(GIV(stackPointer));
                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77178:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        argumentArray = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77210:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77219:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord), rcvr);
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77226:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77513:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77531:7: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long long') from 'void *' [-Wint-conversion]
        addr = malloc(byteSize);
             ^ ~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77543:9: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqIntptr_t' (aka 'long long') [-Wint-conversion]
        ptr[0] = (((sqIntptr_t)addr));
               ^ ~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77546:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77564:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop1 = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77585:7: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long long') [-Wint-conversion]
        addr = longAt((oop + BaseHeaderSize) + (0U << (shiftForWord())));
             ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77592:18: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
         || (isInMemory(addr)))) {
                        ^~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:50299:18: note: passing argument to parameter 'address' here
isInMemory(sqInt address)
                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77625:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77653:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        obj = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77671:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77687:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer1 = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77703:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77770:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77798:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        obj = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77816:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77832:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueOop = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77834:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer1 = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77850:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (4 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77914:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77943:85: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        handlerOrNilOrZero = findMethodWithPrimitiveFromContextUpToContext(199, longAt(GIV(stackPointer)), GIV(nilObj));
                                                                                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77949:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), handlerOrNilOrZero);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77980:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        stopContext = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:77982:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        calleeContext = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78012:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if ((longAt(theFP + FoxSavedFP)) == 0) {
                            ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78017:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        startFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                                       ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78021:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if ((((((usqInt)(longAt(theFP1 + FoxMethod)))) < (startOfMemory())
                                                        ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78022:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? ((longAt(theFP1 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                   ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78023:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : (byteAt((theFP1 + FoxIFrameFlags) + 2)) != 0))
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78024:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                 && (stopContext == (longAt(theFP1 + FoxThisContext)))) {
                                                            ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78028:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (!(((((usqInt)(longAt(theFP1 + FoxMethod)))) < (startOfMemory())
                                                         ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78029:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                ? ((longAt(theFP1 + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                                                           ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78030:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                : (byteAt((theFP1 + FoxIFrameFlags) + 3)) != 0))) {
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78031:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        theMethod = ((((usqInt)(longAt(theFP1 + FoxMethod)))) < (startOfMemory())
                                                                       ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78033:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                : longAt(theFP1 + FoxMethod));
                                                         ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78043:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                if (((((usqInt)(longAt(theFP1 + FoxMethod)))) < (startOfMemory())
                                                                       ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78044:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        ? ((longAt(theFP1 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                                   ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78045:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        : (byteAt((theFP1 + FoxIFrameFlags) + 2)) != 0)) {
                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78047:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        handlerOrNilOrZero = longAt(theFP1 + FoxThisContext);
                                                                                    ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78055:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                theFP1 = pointerForOop(longAt(theFP1 + FoxSavedFP));
                                                              ^~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78062:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        callerContextOrNil = longAt((thePage->baseAddress));
                                                    ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78093:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), handlerOrNilOrZero);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78129:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78137:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)integerVal1 << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78159:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78440:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78463:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78465:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78563:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78588:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        newValue = longAt(GIV(stackPointer));
                              ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78590:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78592:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78742:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78763:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78765:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78823:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78839:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78841:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78860:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78881:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78883:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78940:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78956:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78958:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78975:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78996:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:78998:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79055:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79071:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79073:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79090:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79111:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79113:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79169:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79185:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79187:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79204:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79225:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79227:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79284:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79300:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79302:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79319:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79340:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79342:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79399:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79415:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79417:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79434:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79454:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79456:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79512:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79527:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79529:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79545:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79566:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79568:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79627:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79643:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79645:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79664:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79685:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79687:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79744:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79760:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79762:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79779:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79799:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79801:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79856:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79871:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79873:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79889:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79910:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79912:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79971:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79987:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:79989:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80008:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80045:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        module = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80047:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        symbol = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80092:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                moduleHandle = ((void *) (ioLoadModuleOfLength(moduleNameString, moduleNameStringSize)));
                                                               ^~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:558:35: note: passing argument to parameter 'moduleNameIndex' here
void  *ioLoadModuleOfLength(sqInt moduleNameIndex, sqInt moduleNameLength);
                                  ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80128:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        address = ioLoadSymbolOfLengthFromModule(symbolString, symbolStringSize, moduleHandle);
                                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:559:45: note: passing argument to parameter 'functionNameIndex' here
void  *ioLoadSymbolOfLengthFromModule(sqInt functionNameIndex, sqInt functionNameLength, void *moduleHandle);
                                            ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80137:9: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqIntptr_t' (aka 'long long') [-Wint-conversion]
        ptr[0] = (((sqIntptr_t)address));
               ^ ~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80140:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80161:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80163:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80219:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80234:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80236:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80252:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80273:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80275:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80334:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80350:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80352:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80371:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80392:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80394:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80451:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80467:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80469:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80486:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80506:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80508:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80563:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80578:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80580:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80596:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80665:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), result);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80698:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        thang = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80700:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80703:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(falseObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80731:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (trueOrFalse
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80752:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(falseObj));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80769:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp3 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(trueObj));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80780:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp4 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(trueObj));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80786:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(falseObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80802:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        GIV(messageSelector) = longAt(GIV(stackPointer) + ((GIV(argumentCount) - 1) * BytesPerWord));
                                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80804:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        newReceiver = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80807:64: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (i * BytesPerWord), longAt(GIV(stackPointer) + ((i - 1) * BytesPerWord)));
                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80807:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (i * BytesPerWord), longAt(GIV(stackPointer) + ((i - 1) * BytesPerWord)));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80830:71: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput(GIV(stackPointer) + ((i - 1) * BytesPerWord), longAt(GIV(stackPointer) + (i * BytesPerWord)));
                                                                                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80830:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput(GIV(stackPointer) + ((i - 1) * BytesPerWord), longAt(GIV(stackPointer) + (i * BytesPerWord)));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80832:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord), GIV(messageSelector));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80863:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        obj = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80871:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        boolean = longAt(GIV(stackPointer));
                             ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80906:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), wasPinned);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80945:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80982:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        msecsObj = longAt(GIV(stackPointer));
                              ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:80984:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        sema = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81053:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        usecsObj = longAt(GIV(stackPointer));
                              ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81055:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        sema = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81141:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81143:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81192:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81212:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp3 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)(byteAt((rcvr + BaseHeaderSize) + index)) << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81225:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp4 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81238:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81254:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop1);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81301:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        newValue = longAt(GIV(stackPointer));
                              ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81303:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81305:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81359:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81451:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81470:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81484:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp3 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81503:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp4 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81534:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81536:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81538:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81606:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81623:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81625:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81627:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81656:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81677:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81679:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81681:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81740:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81756:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81758:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81760:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81779:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81800:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81802:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81804:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81863:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81879:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81881:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81883:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81902:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81923:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81925:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81927:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:81985:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82001:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82003:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82005:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82024:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82046:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82048:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82050:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82110:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82127:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82129:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82131:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82151:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82173:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82175:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82177:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82237:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82254:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82256:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82258:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82278:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82299:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82301:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82303:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82361:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82377:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82379:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82381:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82399:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82420:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82422:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82424:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82485:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82501:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82503:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82505:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82526:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82547:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82549:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82551:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82612:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82628:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82630:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82632:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82653:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82674:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82676:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82678:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82735:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82751:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82753:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82755:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82773:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82795:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82797:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82799:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82869:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82886:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82888:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82890:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82920:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82945:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        ctxt = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:82947:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83053:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83055:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83057:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83120:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83136:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83138:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83140:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83163:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83184:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83186:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83188:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83249:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83265:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83267:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83269:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83290:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83311:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83313:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83315:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83376:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83392:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83394:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83396:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83417:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83438:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83440:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83442:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83504:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83520:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83522:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83524:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83547:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83689:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (offset * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83710:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83715:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83924:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result1);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:83944:42: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtPointerput(((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())
                                            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:84065:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) {
                                                                 ^~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:84076:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                               ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:84077:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                           ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:84078:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:84080:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                objOrFP = longAt(theFP + FoxThisContext);
                                                 ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:84084:72: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        (theFPAbove + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFPAbove + FoxMethod)))) < (startOfMemory())
                                                                                            ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:84086:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        : byteAt((theFPAbove + FoxIFrameFlags) + 1))))) + BytesPerWord));
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:84144:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:84244:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:84268:9: warning: incompatible integer to pointer conversion returning 'sqInt' (aka 'long long') from a function with result type 'void *' [-Wint-conversion]
        return longAt((anOop + BaseHeaderSize) + (0U << (shiftForWord())));
               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:13979:1: warning: unused function 'cmHomeMethod' [-Wunused-function]
cmHomeMethod(CogBlockMethod * self_in_cmHomeMethod)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14142:1: warning: unused function 'pageListIsWellFormed' [-Wunused-function]
pageListIsWellFormed(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:14565:1: warning: unused function 'asCogHomeMethod' [-Wunused-function]
asCogHomeMethod(CogBlockMethod *aCogMethod)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:17214:1: warning: unused function 'deferStackLimitSmashAroundwith' [-Wunused-function]
deferStackLimitSmashAroundwith(void (*functionSymbol)(sqInt), sqInt arg)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18104:1: warning: unused function 'frameHasContext' [-Wunused-function]
frameHasContext(char *theFP)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18116:1: warning: unused function 'frameIsBlockActivation' [-Wunused-function]
frameIsBlockActivation(char *theFP)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18125:1: warning: unused function 'frameMethodObject' [-Wunused-function]
frameMethodObject(char *theFP)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18137:1: warning: unused function 'frameNumArgs' [-Wunused-function]
frameNumArgs(char *theFP)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18153:1: warning: unused function 'frameReceiver' [-Wunused-function]
frameReceiver(char *theFP)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18393:1: warning: unused function 'iframeIsBlockActivation' [-Wunused-function]
iframeIsBlockActivation(char *theFP)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18400:1: warning: unused function 'iframeReceiver' [-Wunused-function]
iframeReceiver(char *theFP)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18407:1: warning: unused function 'iframeSavedIP' [-Wunused-function]
iframeSavedIP(char *theFP)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:18643:1: warning: unused function 'isMachineCodeFrame' [-Wunused-function]
isMachineCodeFrame(char *theFP)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19532:1: warning: unused function 'mframeIsBlockActivation' [-Wunused-function]
mframeIsBlockActivation(char *theFP)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19539:1: warning: unused function 'mframeReceiver' [-Wunused-function]
mframeReceiver(char *theFP)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:19954:1: warning: unused function 'newMethodInLookupCacheAtand' [-Wunused-function]
newMethodInLookupCacheAtand(sqInt selector, sqInt classTag)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22083:1: warning: unused function 'stackLimitOffset' [-Wunused-function]
stackLimitOffset(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:22096:1: warning: unused function 'stackPageHeadroom' [-Wunused-function]
stackPageHeadroom(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:39675:1: warning: unused function 'headerWhileForwardingOf' [-Wunused-function]
headerWhileForwardingOf(sqInt aCompiledMethodObjOop)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:40491:1: warning: unused function 'isImmediateFloat' [-Wunused-function]
isImmediateFloat(sqInt oop)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:40599:1: warning: unused function 'maxSlotsForAlloc' [-Wunused-function]
maxSlotsForAlloc(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:40611:1: warning: unused function 'numFreeLists' [-Wunused-function]
numFreeLists(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:40830:1: warning: unused function 'wordIndexableFormat' [-Wunused-function]
wordIndexableFormat(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:40891:1: warning: unused function 'allNewSpaceObjectsHaveZeroRTRefCount' [-Wunused-function]
allNewSpaceObjectsHaveZeroRTRefCount(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:40970:1: warning: unused function 'allWeakSurvivorsOnWeakList' [-Wunused-function]
allWeakSurvivorsOnWeakList(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:41373:1: warning: unused function 'firstCorpse' [-Wunused-function]
firstCorpse(sqInt headOfCorpseList)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:41624:1: warning: unused function 'noUnfiredEphemeronsAtEndOfRememberedSet' [-Wunused-function]
noUnfiredEphemeronsAtEndOfRememberedSet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:43502:1: warning: unused function 'allObjectsUnmarked' [-Wunused-function]
allObjectsUnmarked(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:43617:1: warning: unused function 'allOldMarkedWeakObjectsOnWeaklingStack' [-Wunused-function]
allOldMarkedWeakObjectsOnWeaklingStack(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:44470:1: warning: unused function 'allocationUnit' [-Wunused-function]
allocationUnit(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:44481:1: warning: unused function 'allStrongSlotsOfWeaklingAreMarked' [-Wunused-function]
allStrongSlotsOfWeaklingAreMarked(sqInt aWeakling)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:44507:1: warning: unused function 'allUnscannedEphemeronsAreActive' [-Wunused-function]
allUnscannedEphemeronsAreActive(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:44539:1: warning: unused function 'assertInnerValidFreeObject' [-Wunused-function]
assertInnerValidFreeObject(sqInt objOop)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:45129:1: warning: unused function 'bitsSetInFreeSpaceMaskForAllFreeLists' [-Wunused-function]
bitsSetInFreeSpaceMaskForAllFreeLists(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:45191:1: warning: unused function 'bridgeSize' [-Wunused-function]
bridgeSize(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:45198:1: warning: unused function 'byteFormatMask' [-Wunused-function]
byteFormatMask(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:46532:1: warning: unused function 'classIndexFieldWidth' [-Wunused-function]
classIndexFieldWidth(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:46669:1: warning: unused function 'classTableRootSlots' [-Wunused-function]
classTableRootSlots(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:47722:1: warning: unused function 'ephemeronFormat' [-Wunused-function]
ephemeronFormat(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:47729:1: warning: unused function 'existInstancesInNewSpaceOf' [-Wunused-function]
existInstancesInNewSpaceOf(sqInt classObj)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:47937:1: warning: unused function 'fetchPointerofFreeChunk' [-Wunused-function]
fetchPointerofFreeChunk(sqInt fieldIndex, sqInt objOop)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:48301:1: warning: unused function 'firstFixedFieldOfMaybeImmediate' [-Wunused-function]
firstFixedFieldOfMaybeImmediate(sqInt oop)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:48605:1: warning: unused function 'formatOf' [-Wunused-function]
formatOf(sqInt objOop)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:48615:1: warning: unused function 'forwardedFormat' [-Wunused-function]
forwardedFormat(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:48626:1: warning: unused function 'forwardersIn' [-Wunused-function]
forwardersIn(sqInt anObject)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:48652:1: warning: unused function 'freeChunkNextIndex' [-Wunused-function]
freeChunkNextIndex(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:48662:1: warning: unused function 'freeChunkParentIndex' [-Wunused-function]
freeChunkParentIndex(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:48673:1: warning: unused function 'freeChunkPrevIndex' [-Wunused-function]
freeChunkPrevIndex(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:48861:1: warning: unused function 'goodContextSize' [-Wunused-function]
goodContextSize(sqInt oop)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:48959:1: warning: unused function 'hasSpurMemoryManagerAPI' [-Wunused-function]
hasSpurMemoryManagerAPI(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:49032:1: warning: unused function 'hiddenRootSlots' [-Wunused-function]
hiddenRootSlots(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:49039:1: warning: unused function 'hiddenRootsObject' [-Wunused-function]
hiddenRootsObject(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:50098:1: warning: unused function 'isCompiledMethodHeader' [-Wunused-function]
isCompiledMethodHeader(sqInt objHeader)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:50115:1: warning: unused function 'isContextHeader' [-Wunused-function]
isContextHeader(sqInt aHeader)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:50133:1: warning: unused function 'isCopiedIntoSegment' [-Wunused-function]
isCopiedIntoSegment(sqInt anObjectInTheHeap)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:50156:1: warning: unused function 'isEnumerableObjectNoAssert' [-Wunused-function]
isEnumerableObjectNoAssert(sqInt objOop)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:50192:1: warning: unused function 'isEphemeron' [-Wunused-function]
isEphemeron(sqInt objOop)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:50212:1: warning: unused function 'isForwardedClassTag' [-Wunused-function]
isForwardedClassTag(sqInt classIndex)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:50237:1: warning: unused function 'isFreeObject' [-Wunused-function]
isFreeObject(sqInt objOop)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:50244:1: warning: unused function 'isFreeOop' [-Wunused-function]
isFreeOop(sqInt oop)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:50259:1: warning: unused function 'isInClassTable' [-Wunused-function]
isInClassTable(sqInt objOop)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:50282:1: warning: unused function 'isInEden' [-Wunused-function]
isInEden(sqInt objOop)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:50289:1: warning: unused function 'isInFutureSpace' [-Wunused-function]
isInFutureSpace(sqInt address)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:50324:1: warning: unused function 'isInNewSpace' [-Wunused-function]
isInNewSpace(sqInt objOop)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:50339:1: warning: unused function 'isInPastSpace' [-Wunused-function]
isInPastSpace(sqInt address)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:50346:1: warning: unused function 'isLargeFreeObject' [-Wunused-function]
isLargeFreeObject(sqInt objOop)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:50353:1: warning: unused function 'isMaybeFiredEphemeron' [-Wunused-function]
isMaybeFiredEphemeron(sqInt objOop)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:50372:1: warning: unused function 'isObjEphemeron' [-Wunused-function]
isObjEphemeron(sqInt objOop)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:50383:1: warning: unused function 'isObjImmutable' [-Wunused-function]
isObjImmutable(sqInt anOop)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:50486:1: warning: unused function 'isRemembered' [-Wunused-function]
isRemembered(sqInt objOop)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:50496:1: warning: unused function 'isSegmentBridge' [-Wunused-function]
isSegmentBridge(sqInt objOop)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:50503:1: warning: unused function 'isSemaphoreOop' [-Wunused-function]
isSemaphoreOop(sqInt anOop)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:50563:1: warning: unused function 'isValidObjStackAt' [-Wunused-function]
isValidObjStackAt(sqInt objStackRootIndex)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:50710:1: warning: unused function 'isWeakNonImm' [-Wunused-function]
isWeakNonImm(sqInt objOop)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:50848:1: warning: unused function 'knownClassAtIndex' [-Wunused-function]
knownClassAtIndex(sqInt classIndex)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:50857:1: warning: unused function 'lastPointerFormat' [-Wunused-function]
lastPointerFormat(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:50986:1: warning: unused function 'lengthOfMaybeImmediate' [-Wunused-function]
lengthOfMaybeImmediate(sqInt oop)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:53328:1: warning: unused function 'newSpaceIsEmpty' [-Wunused-function]
newSpaceIsEmpty(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:53563:1: warning: unused function 'noUnscannedEphemerons' [-Wunused-function]
noUnscannedEphemerons(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:57712:1: warning: unused function 'slidingCompactionInProgress' [-Wunused-function]
slidingCompactionInProgress(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:57780:1: warning: unused function 'startOfObject' [-Wunused-function]
startOfObject(sqInt objOop)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:58788:1: warning: unused function 'validClassTableHashes' [-Wunused-function]
validClassTableHashes(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:58869:1: warning: unused function 'validFreeTreeChunk' [-Wunused-function]
validFreeTreeChunk(sqInt chunk)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:58912:1: warning: unused function 'validObjStacks' [-Wunused-function]
validObjStacks(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:59709:1: warning: unused function 'isMobile' [-Wunused-function]
isMobile(sqInt obj)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:59720:1: warning: unused function 'isPostMobile' [-Wunused-function]
isPostMobile(sqInt obj)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:59987:1: warning: unused function 'savedFirstFieldsSpaceWasAllocated' [-Wunused-function]
savedFirstFieldsSpaceWasAllocated(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:60884:1: warning: unused function 'validRelocationPlanInPass' [-Wunused-function]
validRelocationPlanInPass(sqInt onePass)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:60949:1: warning: unused function 'segLimit' [-Wunused-function]
segLimit(SpurSegmentInfo * self_in_segLimit)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:61044:1: warning: unused function 'allBridgesMarked' [-Wunused-function]
allBridgesMarked(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:61094:1: warning: unused function 'bridgeAt' [-Wunused-function]
bridgeAt(sqInt segIndex)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:61109:1: warning: unused function 'bridgeFor' [-Wunused-function]
bridgeFor(SpurSegmentInfo *aSegment)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:61232:1: warning: unused function 'isInSegments' [-Wunused-function]
isInSegments(usqInt address)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:61253:1: warning: unused function 'isValidSegmentBridge' [-Wunused-function]
isValidSegmentBridge(sqInt objOop)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:61555:1: warning: unused function 'segmentOverlap' [-Wunused-function]
segmentOverlap(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:61909:1: warning: unused function 'allOnesAsCharStar' [-Wunused-function]
allOnesAsCharStar(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:61992:1: warning: unused function 'assertValidStackLimits' [-Wunused-function]
assertValidStackLimits(sqInt ln)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:62688:1: warning: unused function 'checkStackPointerForMaybeMarriedContext' [-Wunused-function]
checkStackPointerForMaybeMarriedContext(sqInt aContext)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:62843:1: warning: unused function 'contexthasValidInversePCMappingOfin' [-Wunused-function]
contexthasValidInversePCMappingOfin(sqInt aContext, sqInt theIP, char *theFP)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:62945:1: warning: unused function 'cr' [-Wunused-function]
cr(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65498:1: warning: unused function 'ifCurrentStackPageHasValidHeadPointers' [-Wunused-function]
ifCurrentStackPageHasValidHeadPointers(StackPage *thePage)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65519:1: warning: unused function 'iframeMethod' [-Wunused-function]
iframeMethod(char *theFP)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65576:1: warning: unused function 'isBaseFrame' [-Wunused-function]
isBaseFrame(char *theFP)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65682:1: warning: unused function 'isMarriedOrWidowedContext' [-Wunused-function]
isMarriedOrWidowedContext(sqInt aContext)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65701:1: warning: unused function 'isMetaPrimitiveIndex' [-Wunused-function]
isMetaPrimitiveIndex(sqInt primIndex)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65714:1: warning: unused function 'isNullExternalPrimitiveCall' [-Wunused-function]
isNullExternalPrimitiveCall(sqInt aMethodObj)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:65739:1: warning: unused function 'isPrimitiveFunctionPointerAnIndex' [-Wunused-function]
isPrimitiveFunctionPointerAnIndex(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67605:1: warning: unused function 'maybeLeakCheckExternalPrimCall' [-Wunused-function]
maybeLeakCheckExternalPrimCall(sqInt aMethodObj)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:67996:1: warning: unused function 'noMarkedContextsOnPage' [-Wunused-function]
noMarkedContextsOnPage(StackPage *thePage)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:70804:1: warning: unused function 'pushedReceiverOrClosureOfFrame' [-Wunused-function]
pushedReceiverOrClosureOfFrame(char *theFP)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:72146:1: warning: unused function 'saneFunctionPointerForFailureOfPrimIndex' [-Wunused-function]
saneFunctionPointerForFailureOfPrimIndex(sqInt primIndex)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:72887:1: warning: unused function 'space' [-Wunused-function]
space(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:73321:1: warning: unused function 'stackLimitBytes' [-Wunused-function]
stackLimitBytes(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74177:1: warning: unused function 'validBCPCinMethod' [-Wunused-function]
validBCPCinMethod(sqInt thePC, usqInt aMethod)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74191:1: warning: unused function 'validInstructionPointerinFrame' [-Wunused-function]
validInstructionPointerinFrame(usqInt anInstrPointer, char *fp)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/src/gcc3x-cointerp.c:74204:1: warning: unused function 'validStackPageBaseFrames' [-Wunused-function]
validStackPageBaseFrames(void)
^

26 June 2022 11:16:08.829534 pm
warning, signature of InterpreterProxy>>characterTable does not match reference implementation.
warning, signature of InterpreterProxy>>fullGC does not match reference implementation.
NewUndeclaredWarning: ProcessorSimulator>>stackValues (VMMachineCodeDebuggerStackItem is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>arg0Register (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>arg1Register (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>baseRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>cResultRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>carg0Register (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>carg1Register (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>carg2Register (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>carg3Register (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>classRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>disassembler (LLVMRV64Disassembler is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>doublePrecisionFloatingPointRegister0 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>doublePrecisionFloatingPointRegister1 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>doublePrecisionFloatingPointRegister2 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f0 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f1 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f10 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f11 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f12 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f13 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f14 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f15 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f16 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f17 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f18 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f19 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f2 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f20 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f21 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f22 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f23 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f24 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f25 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f26 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f27 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f28 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f29 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f3 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f30 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f31 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f4 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f5 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f6 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f7 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f8 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f9 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>flagCarryRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>flagOverflowRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>flagSignRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>flagZeroRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>framePointerRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>instructionPointerRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>linkRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>mstatus (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>receiverRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s0 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s0: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s2 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s2: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s7 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s7: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s8 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s8: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s9 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s9: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>sendNumberOfArgumentsRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>stackPointerRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t0 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t0: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t1 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t1: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t2 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t2: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t3 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t3: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t4 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t4: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t5 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t5: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t6 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t6: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>temporaryRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x0 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x1 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x10 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x11 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x12 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x13 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x14 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x15 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x16 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x17 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x18 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x19 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x2 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x20 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x21 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x22 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x23 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x24 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x25 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x26 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x27 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x28 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x29 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x3 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x30 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x31 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x4 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x5 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x6 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x7 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x8 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x9 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: VMFrameBuilder>>gtInspectorItemsIn: (GTObjectPrinter is Undeclared)
NewUndeclaredWarning: VMFrameBuilder>>gtInspectorItemsIn: (GTObjectPrinter is Undeclared)
NewUndeclaredWarning: VMBytecodeMethod>>encoderClass (EncoderForV3PlusClosures is Undeclared)
warning, signature of InterpreterProxy>>pop:thenPush: does not match reference implementation.
warning, signature of InterpreterProxy>>positive32BitValueOf: does not match reference implementation.
warning, signature of InterpreterProxy>>pushRemappableOop: does not match reference implementation.
external plugin FilePlugin generated as FilePlugin
warning, signature of InterpreterProxy>>pop:thenPush: does not match reference implementation.
warning, signature of InterpreterProxy>>pushBool: does not match reference implementation.
external plugin FloatArrayPlugin generated as FloatArrayPlugin
warning, signature of InterpreterProxy>>pop:thenPush: does not match reference implementation.
external plugin SurfacePlugin generated as SurfacePlugin
26 June 2022 11:16:09.234809 pm
PharoVMMaker
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/PharoVMCore.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/PharoVMCore.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/PharoVMCore.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/PharoVMCore.dir/depend.internal".
NewUndeclaredWarning: VMSimpleStackBasedCogitAbstractTest>>openMachineDebuggerAt: (VMMachineCodeDebugger is Undeclared)
Scanning dependencies of target PharoVMCore
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/PharoVMCore.dir/build.make CMakeFiles/PharoVMCore.dir/build
[ 16%] Building C object CMakeFiles/PharoVMCore.dir/src/debug.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/src/debug.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/src/debug.c
[ 17%] Building C object CMakeFiles/PharoVMCore.dir/src/utils.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/src/utils.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/src/utils.c
/builds/workspace/pharo-vm_pharo-9/repository/src/utils.c:224:8: warning: unused variable 'tmpBasedir' [-Wunused-variable]
        char* tmpBasedir = (char*)alloca(bufferSize);
              ^
/builds/workspace/pharo-vm_pharo-9/repository/src/utils.c:496:17: warning: unused function 'max' [-Wunused-function]
static long int max(long int x, long int y) { return (x > y) ? x : y; }
                ^
2 warnings generated.
[ 17%] Building C object CMakeFiles/PharoVMCore.dir/src/errorCode.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/src/errorCode.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/src/errorCode.c
[ 18%] Building C object CMakeFiles/PharoVMCore.dir/src/nullDisplay.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/src/nullDisplay.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/src/nullDisplay.c
/builds/workspace/pharo-vm_pharo-9/repository/src/nullDisplay.c:208:1: warning: unused function 'dropInit' [-Wunused-function]
dropInit (void)
^
/builds/workspace/pharo-vm_pharo-9/repository/src/nullDisplay.c:215:1: warning: unused function 'dropShutdown' [-Wunused-function]
dropShutdown (void)
^
2 warnings generated.
[ 18%] Building C object CMakeFiles/PharoVMCore.dir/src/externalPrimitives.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/src/externalPrimitives.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/src/externalPrimitives.c
[ 19%] Building C object CMakeFiles/PharoVMCore.dir/src/client.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/src/client.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/src/client.c
[ 20%] Building C object CMakeFiles/PharoVMCore.dir/src/pathUtilities.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/src/pathUtilities.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/src/pathUtilities.c
[ 20%] Building C object CMakeFiles/PharoVMCore.dir/src/fileDialogCommon.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/src/fileDialogCommon.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/src/fileDialogCommon.c
[ 21%] Building C object CMakeFiles/PharoVMCore.dir/src/stringUtilities.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/src/stringUtilities.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/src/stringUtilities.c
[ 21%] Building C object CMakeFiles/PharoVMCore.dir/src/imageAccess.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/src/imageAccess.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/src/imageAccess.c
[ 22%] Building C object CMakeFiles/PharoVMCore.dir/src/parameters/parameterVector.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/src/parameters/parameterVector.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/src/parameters/parameterVector.c
[ 22%] Building C object CMakeFiles/PharoVMCore.dir/src/parameters/parameters.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/src/parameters/parameters.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/src/parameters/parameters.c
[ 23%] Building C object CMakeFiles/PharoVMCore.dir/src/semaphores/platformSemaphore.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/src/semaphores/platformSemaphore.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/src/semaphores/platformSemaphore.c
MetacelloNotification: Loaded -> VMMakerTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-MT-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
NewUndeclaredWarning: VMMTTests>>testHeartbeatReleasesVMWhenNoProcessIsWilling (CAContinuation is Undeclared)
NewUndeclaredWarning: VMMTTests>>testTryOwningOwnedVMLeavesThreadInWaitingState (CAContinuation is Undeclared)
NewUndeclaredWarning: VMMockCogThreadManager>>ioWaitOnOSSemaphore: (CAContinuation is Undeclared)
MetacelloNotification: Loaded -> VMMaker-MT-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-Tools-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
NewUndeclaredWarning: SimulatorMorph>>callStackPanel (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorph>>commandPanel (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorph>>contextPanel (ObjectExplorerWrapper is Undeclared)
NewUndeclaredWarning: SimulatorMorph>>initializeWithVMSimulator:title:aTranscript: (SimulatorMorphicModel is Undeclared)
NewUndeclaredWarning: SimulatorMorph>>stackPanel (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorph>>transcriptPanel (PluggableTextMorph is Undeclared)
[ 23%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/heartbeat.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/heartbeat.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/heartbeat.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/heartbeat.c:19:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/heartbeat.c:19:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/heartbeat.c:19:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/heartbeat.c:19:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
4 warnings generated.
[ 24%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/functionDefinitionPrimitives.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/functionDefinitionPrimitives.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/ffi/src/functionDefinitionPrimitives.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/ffi/src/functionDefinitionPrimitives.c:1:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/ffi/src/functionDefinitionPrimitives.c:1:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/ffi/src/functionDefinitionPrimitives.c:1:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/ffi/src/functionDefinitionPrimitives.c:1:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
4 warnings generated.
[ 24%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/primitiveCalls.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/primitiveCalls.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/ffi/src/primitiveCalls.c
[ 25%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/primitiveUtils.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/primitiveUtils.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/ffi/src/primitiveUtils.c
MetacelloNotification: Loaded -> VMMaker-Tools-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-OriginalTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
NewUndeclaredWarning: SpurImageTestResource class>>preenImage (Spur32BitPreen is Undeclared)
NewUndeclaredWarning: SpurPlanningCompactorTests class>>preenImage (Spur32BitPreen is Undeclared)
SystemNotification: FloatMathPluginTests>>makeTestData:using:seed:rounds:(seed is shadowed)
NewUndeclaredWarning: FloatMathPluginTests>>makeTestData:using:seed:rounds: (FileStream is Undeclared)
NewUndeclaredWarning: FloatMathPluginTests>>makeTestData:using:seed:rounds: (Sensor is Undeclared)
[ 26%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/types.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/types.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/ffi/src/types.c
/builds/workspace/pharo-vm_pharo-9/repository/ffi/src/types.c:108:3: warning: variable 'address' is used uninitialized whenever switch default is taken [-Wsometimes-uninitialized]
                default:
                ^~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/ffi/src/types.c:112:19: note: uninitialized use occurs here
        setHandler(aOop, address);
                         ^~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/ffi/src/types.c:4:15: note: initialize the variable 'address' to silence this warning
        void* address;
                     ^
                      = NULL
1 warning generated.
[ 26%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/typesPrimitives.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/typesPrimitives.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/ffi/src/typesPrimitives.c
SystemNotification: FloatMathPluginTests>>verifyTestData:using:(seed is shadowed)
NewUndeclaredWarning: FloatMathPluginTests>>verifyTestData:using: (FileStream is Undeclared)
NewUndeclaredWarning: FloatMathPluginTests>>verifyTestData:using: (Sensor is Undeclared)
NewUndeclaredWarning: IncludedMethodsTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared)
NewUndeclaredWarning: IncludedMethodsTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2PluginTest>>testPluginPresent (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2PluginTest>>testPrimJPEGReadImage (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2PluginTest>>testPrimJPEGWriteImage (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2PluginTest>>testPrimJPEGWriteImage (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: MiscPrimitivePluginTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared)
NewUndeclaredWarning: MiscPrimitivePluginTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared)
NewUndeclaredWarning: CogARMCompilerTests>>processor (GdbARMAlien is Undeclared)
NewUndeclaredWarning: CogIA32CompilerTests>>processor (BochsIA32Alien is Undeclared)
NewUndeclaredWarning: CogMIPSELCompilerTests>>processor (MIPSELSimulator is Undeclared)
NewUndeclaredWarning: CogX64CompilerTests>>processor (BochsX64Alien is Undeclared)
[ 27%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/utils.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/utils.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/ffi/src/utils.c
[ 27%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/sameThread/sameThread.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/sameThread/sameThread.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/ffi/src/sameThread/sameThread.c
/builds/workspace/pharo-vm_pharo-9/repository/ffi/src/sameThread/sameThread.c:34:8: warning: unused variable 'flags' [-Wunused-variable]
        sqInt flags;
              ^
1 warning generated.
[ 28%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbackPrimitives.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbackPrimitives.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/ffi/src/callbacks/callbackPrimitives.c
/builds/workspace/pharo-vm_pharo-9/repository/ffi/src/callbacks/callbackPrimitives.c:102:11: warning: unused variable 'handler' [-Wunused-variable]
    void *handler;
          ^
1 warning generated.
[ 28%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbacks.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbacks.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/ffi/src/callbacks/callbacks.c
[ 29%] Building C object CMakeFiles/PharoVMCore.dir/src/semaphores/pharoSemaphore.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/src/semaphores/pharoSemaphore.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/src/semaphores/pharoSemaphore.c
MetacelloNotification: Loaded -> VMMaker-OriginalTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> FileAttributesPlugin-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loaded -> FileAttributesPlugin-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: ...finished baseline
[ 29%] Building C object CMakeFiles/PharoVMCore.dir/src/threadSafeQueue/threadSafeQueue.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/src/threadSafeQueue/threadSafeQueue.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/src/threadSafeQueue/threadSafeQueue.c
[ 30%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/pThreadedFFI.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/pThreadedFFI.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/ffi/src/pThreadedFFI.c
[ 30%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/worker/worker.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/worker/worker.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/ffi/src/worker/worker.c
[ 31%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerPrimitives.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerPrimitives.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/ffi/src/worker/workerPrimitives.c
[ 32%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerTask.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerTask.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/ffi/src/worker/workerTask.c
[ 32%] Building C object CMakeFiles/PharoVMCore.dir/generated/64/vm/src/gcc3x-interp.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/generated/64/vm/src/gcc3x-interp.c.o   -c /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:44:9: warning: unknown pragma ignored [-Wunknown-pragmas]
#pragma auto_inline(off)
        ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61:9: warning: unknown pragma ignored [-Wunknown-pragmas]
#pragma auto_inline(on)
        ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2724:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
        localSP = pointerForOop(GIV(stackPointer));
                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2725:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
        localFP = pointerForOop(GIV(framePointer));
                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2745:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize));
                                                         ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2759:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize) + 8 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2773:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize) + 16 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2787:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize) + 24 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2801:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize) + 32 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2815:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize) + 40 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2829:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize) + 48 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2843:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize) + 56 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2857:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize) + 64 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2871:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize) + 72 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2885:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize) + 80 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2899:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize) + 88 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2913:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize) + 96 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2927:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize) + 104 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2941:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize) + 112 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2955:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize) + 120 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2970:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (0 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2971:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2972:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2987:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (1 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2988:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 1 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2989:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 1 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3004:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (2 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3005:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 2 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3006:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 2 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3021:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (3 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3022:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 3 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3023:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 3 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3038:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (4 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3039:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 4 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3040:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 4 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3055:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (5 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3056:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 5 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3057:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 5 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3072:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (6 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3073:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 6 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3074:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 6 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3089:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (7 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3090:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 7 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3091:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 7 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3106:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (8 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3107:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 8 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3108:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 8 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3123:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (9 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3124:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 9 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3125:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 9 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3140:77: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (10 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3141:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 10 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3142:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 10 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3157:77: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (11 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3158:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 11 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3159:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 11 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3173:77: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (12 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3174:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 12 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3175:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 12 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3189:77: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (13 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3190:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 13 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3191:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 13 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3205:77: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (14 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3206:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 14 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3207:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 14 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3221:77: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (15 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3222:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 15 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3223:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 15 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4443:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                rcvr = longAt(localFP + FoxReceiver);
                                              ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4503:42: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (offset < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))) {
                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4504:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - offset) * BytesPerWord), valueOop);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4507:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - offset) * BytesPerWord), valueOop);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4527:42: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (offset < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))) {
                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4528:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - offset) * BytesPerWord), valueOop);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4531:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - offset) * BytesPerWord), valueOop);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4551:42: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (offset < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))) {
                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4552:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - offset) * BytesPerWord), valueOop);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4555:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - offset) * BytesPerWord), valueOop);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4575:42: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (offset < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))) {
                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4576:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - offset) * BytesPerWord), valueOop);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4579:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - offset) * BytesPerWord), valueOop);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4599:42: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (offset < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))) {
                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4600:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - offset) * BytesPerWord), valueOop);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4603:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - offset) * BytesPerWord), valueOop);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4623:42: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (offset < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))) {
                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4624:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - offset) * BytesPerWord), valueOop);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4627:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - offset) * BytesPerWord), valueOop);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4647:42: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (offset < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))) {
                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4648:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - offset) * BytesPerWord), valueOop);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4651:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - offset) * BytesPerWord), valueOop);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4671:42: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (offset < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))) {
                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4672:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - offset) * BytesPerWord), valueOop);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4675:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - offset) * BytesPerWord), valueOop);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4691:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(localFP + FoxReceiver);
                                                ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4784:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                localReturnValue = longAt(localFP + FoxReceiver);
                                                          ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4827:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (!((byteAt((localFP + FoxFrameFlags) + 3)) != 0)) {
                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4846:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                closure = longAt(localFP + (frameStackedReceiverOffset(localFP)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4863:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                if ((byteAt((localFP + FoxFrameFlags) + 2)) != 0) {
                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4865:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        ourContext = longAt(localFP + FoxThisContext);
                                                                            ^~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4898:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        if (((byteAt((theFP1 + FoxFrameFlags) + 2)) != 0)
                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4899:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                         && (home == (longAt(theFP1 + FoxThisContext)))) {
                                                             ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4903:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        if (!((byteAt((theFP1 + FoxFrameFlags) + 3)) != 0)) {
                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4904:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                theMethod1 = longAt(theFP1 + FoxMethod);
                                                                    ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4914:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        if ((byteAt((theFP1 + FoxFrameFlags) + 2)) != 0) {
                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4916:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                                ctxtOrNilOrZero = longAt(theFP1 + FoxThisContext);
                                                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4924:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        theFP1 = pointerForOop(longAt(theFP1 + FoxSavedFP));
                                                                      ^~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4926:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                senderContext = longAt(theFPAbove + FoxCallerContext);
                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4961:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        if ((byteAt((localFP + FoxFrameFlags) + 2)) != 0) {
                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4963:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                ourContext1 = longAt(localFP + FoxThisContext);
                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4981:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        if ((byteAt((localFP + FoxFrameFlags) + 2)) != 0) {
                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4983:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                ourContext2 = longAt(localFP + FoxThisContext);
                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5008:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        if ((longAt(theFP + FoxSavedFP)) == 0) {
                                                    ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5009:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                contextToReturnTo = longAt(theFP + FoxCallerContext);
                                                                           ^~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5012:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                frameToReturnTo = pointerForOop(longAt(theFP + FoxSavedFP));
                                                                                       ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5061:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                if ((byteAt((localFP + FoxFrameFlags) + 2)) != 0) {
                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5063:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        ourContext3 = longAt(localFP + FoxThisContext);
                                                                             ^~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5085:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        currentCtx = longAt(((GIV(stackPage)->baseFP)) + FoxCallerContext);
                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5100:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        currentCtx = longAt(((thePage->baseFP)) + FoxCallerContext);
                                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5137:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                localFP = pointerForOop(longAt(localFP + FoxSavedFP));
                                                                               ^~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5139:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        localIP = pointerForOop(longAt(callerFP + FoxCallerSavedIP));
                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5144:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                GIV(method) = longAt(localFP + FoxMethod);
                                                     ^~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5225:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                callersFPOrNull = pointerForOop(longAt(localFP + FoxSavedFP));
                                                                       ^~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5229:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        contextToReturnTo = longAt(localFP + FoxCallerContext);
                                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5258:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) {
                                                                                                 ^~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5277:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        if ((byteAt((localFP + FoxFrameFlags) + 2)) != 0) {
                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5279:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                                ourContext = longAt(localFP + FoxThisContext);
                                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5311:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        GIV(method) = longAt(localFP + FoxMethod);
                                                             ^~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5329:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                localIP = pointerForOop(longAt(localFP + FoxCallerSavedIP));
                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5330:89: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                localSP = localFP + ((FoxCallerSavedIP + BytesPerWord) + (((sqInt)((usqInt)((byteAt((localFP + FoxFrameFlags) + 1))) << (shiftForWord())))));
                                                                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5333:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                GIV(method) = longAt(localFP + FoxMethod);
                                                     ^~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5371:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if ((byteAt((localFP + FoxFrameFlags) + 2)) != 0) {
                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5373:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ourContext = longAt(localFP + FoxThisContext);
                                                            ^~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5406:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize) + (((sqInt)((usqInt)(variableIndex) << (shiftForWord())))));
                                                                 ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5412:57: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        object1 = (variableIndex < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5413:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - variableIndex) * BytesPerWord))
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5414:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - variableIndex) * BytesPerWord)));
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5461:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        objOop = longAt(localFP + FoxReceiver);
                                                        ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5504:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        if (variableIndex < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))) {
                                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5505:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - variableIndex) * BytesPerWord), value);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5508:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - variableIndex) * BytesPerWord), value);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5590:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        objOop = longAt(localFP + FoxReceiver);
                                                        ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5633:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        if (variableIndex < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))) {
                                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5634:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - variableIndex) * BytesPerWord), value);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5637:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - variableIndex) * BytesPerWord), value);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5819:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5820:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5904:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                                localSP = pointerForOop(GIV(stackPointer));
                                                                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5905:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                                localFP = pointerForOop(GIV(framePointer));
                                                                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5922:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtPointerput((localSP -= BytesPerOop), localIP);
                                                                                   ^~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:142:57: note: passing argument to parameter 'val' here
  static inline sqInt longAtPointerput(char *ptr, sqInt val)    { return *(sqInt *)ptr= val; }
                                                        ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5924:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtPointerput((localSP -= BytesPerOop), localFP);
                                                                                   ^~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:142:57: note: passing argument to parameter 'val' here
  static inline sqInt longAtPointerput(char *ptr, sqInt val)    { return *(sqInt *)ptr= val; }
                                                        ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5961:64: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        shouldSkipStoreBytecode = reapAndResetErrorCodeToheader(localFP, methodHeader);
                                                                                                                ^~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1400:76: note: passing argument to parameter 'theFP' here
static sqInt NoDbgRegParms NeverInline reapAndResetErrorCodeToheader(sqInt theFP, sqInt methodHeader);
                                                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5978:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                                localSP = pointerForOop(GIV(stackPointer));
                                                                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5979:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                                localFP = pointerForOop(GIV(framePointer));
                                                                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6036:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        obj = longAt(localFP + FoxReceiver);
                                                     ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6069:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        callerFP = pointerForOop(longAt(spouseFP + FoxSavedFP));
                                                                                        ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6073:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                                object3 = longAt(spouseFP + FoxCallerContext);
                                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6077:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        if ((byteAt((callerFP + FoxFrameFlags) + 2)) != 0) {
                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6079:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                                object3 = longAt(callerFP + FoxThisContext);
                                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6191:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                obj1 = longAt(localFP + FoxReceiver);
                                              ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6275:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6276:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6474:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if ((byteAt((localFP + FoxFrameFlags) + 2)) != 0) {
                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6476:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ourContext = longAt(localFP + FoxThisContext);
                                                            ^~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6606:61: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                tempVector = (tempVectorIndex < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6607:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - tempVectorIndex) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6608:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - tempVectorIndex) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6631:61: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                tempVector = (tempVectorIndex < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6632:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - tempVectorIndex) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6633:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - tempVectorIndex) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6668:61: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                tempVector = (tempVectorIndex < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6669:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - tempVectorIndex) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6670:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - tempVectorIndex) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6718:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if ((byteAt((localFP + FoxFrameFlags) + 2)) != 0) {
                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6720:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        context = longAt(localFP + FoxThisContext);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:7023:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:7024:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:7235:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 + arg1));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:7240:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:7241:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:7377:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 - arg1));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:7382:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:7383:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8452:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 * arg1));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8457:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8458:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8609:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 / arg1));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8614:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8615:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8753:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                integerArgument = longAt(GIV(stackPointer));
                                                             ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8761:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8799:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), shifted);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8805:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                localSP = pointerForOop(GIV(stackPointer));
                                                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8806:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                localFP = pointerForOop(GIV(framePointer));
                                                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8872:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                localSP = pointerForOop(GIV(stackPointer));
                                                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8873:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                localFP = pointerForOop(GIV(framePointer));
                                                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8914:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                localSP = pointerForOop(GIV(stackPointer));
                                                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8915:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                localFP = pointerForOop(GIV(framePointer));
                                                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:9827:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:9828:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:9878:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:9879:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:10191:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        if ((byteAt((localFP + FoxFrameFlags) + 2)) != 0) {
                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:10193:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                theThingToPush = longAt(localFP + FoxThisContext);
                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:10243:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                localReturnValue = longAt(localFP + FoxReceiver);
                                                          ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:10395:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 + arg1));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:10400:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:10401:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:10537:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 - arg1));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:10542:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:10543:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:11611:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 * arg1));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:11616:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:11617:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:11768:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 / arg1));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:11773:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:11774:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:11912:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                integerArgument = longAt(GIV(stackPointer));
                                                             ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:11920:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:11958:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), shifted);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:11964:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                localSP = pointerForOop(GIV(stackPointer));
                                                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:11965:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                localFP = pointerForOop(GIV(framePointer));
                                                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:12031:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                localSP = pointerForOop(GIV(stackPointer));
                                                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:12032:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                localFP = pointerForOop(GIV(framePointer));
                                                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:12073:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                localSP = pointerForOop(GIV(stackPointer));
                                                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:12074:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                localFP = pointerForOop(GIV(framePointer));
                                                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:12921:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:12922:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:12972:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:12973:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13186:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                rcvr = longAt(localFP + FoxReceiver);
                                              ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13283:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                obj = longAt(localFP + FoxReceiver);
                                             ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13316:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                callerFP = pointerForOop(longAt(spouseFP + FoxSavedFP));
                                                                                ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13320:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        object = longAt(spouseFP + FoxCallerContext);
                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13324:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                if ((byteAt((callerFP + FoxFrameFlags) + 2)) != 0) {
                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13326:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        object = longAt(callerFP + FoxThisContext);
                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13409:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (index < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13410:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - index) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13411:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - index) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13585:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                top = longAt(localSP);
                                             ^~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13676:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13677:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13784:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                obj = longAt(localFP + FoxReceiver);
                                             ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13868:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13869:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13995:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (index < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))) {
                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13996:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - index) * BytesPerWord), valueOop);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13999:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - index) * BytesPerWord), valueOop);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:14023:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                obj = longAt(localFP + FoxReceiver);
                                             ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:14107:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:14108:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:14232:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (index < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))) {
                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:14233:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - index) * BytesPerWord), valueOop);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:14236:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - index) * BytesPerWord), valueOop);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:14313:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        if ((byteAt((localFP + FoxFrameFlags) + 2)) != 0) {
                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:14315:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                context = longAt(localFP + FoxThisContext);
                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:14371:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        valuePointer = longAt(localFP + FoxReceiver);
                                                              ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:14421:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if ((byteAt((localFP + FoxFrameFlags) + 2)) != 0) {
                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:14423:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        context = longAt(localFP + FoxThisContext);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13569:3: warning: unused label 'directedSuperclassSend' [-Wunused-label]
                directedSuperclassSend:
                ^~~~~~~~~~~~~~~~~~~~~~~
cd /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/image && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-build
[ 12%] Performing install step for 'build_vmmaker_get_image'
cd /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/image && echo

cd /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/image && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-install
[ 13%] Completed 'build_vmmaker_get_image'
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/build_vmmaker_get_image-complete
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-done
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build-StackVM'
[ 13%] Built target build_vmmaker_get_image
make -f CMakeFiles/PharoVMCore.dir/build.make CMakeFiles/PharoVMCore.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build-StackVM'
[ 13%] Generating VM files for flavour: StackVM
build/vmmaker/vm/pharo --headless /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/image/VMMaker.image --no-default-preferences eval "PharoVMMaker generate: #'StackVM' outputDirectory: '/builds/workspace/pharo-vm_pharo-9/build-StackVM'"
Generating #StackVM in '/builds/workspace/pharo-vm_pharo-9/build-StackVM'...
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15321:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerResult << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15353:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15354:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15388:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15417:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15418:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15466:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        result = allInstancesOf(longAt(GIV(stackPointer)));
                                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15471:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                result = allInstancesOf(longAt(GIV(stackPointer)));
                                                   ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15478:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15507:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15523:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15543:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15544:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15567:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15568:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15593:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                        ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15597:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15605:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        ec = becomewithtwoWaycopyHash(longAt(GIV(stackPointer) + (2 * BytesPerWord)), longAt(GIV(stackPointer) + (1 * BytesPerWord)), 0, copyHashFlag);
                                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15605:91: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        ec = becomewithtwoWaycopyHash(longAt(GIV(stackPointer) + (2 * BytesPerWord)), longAt(GIV(stackPointer) + (1 * BytesPerWord)), 0, copyHashFlag);
                                                                                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15627:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15628:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15648:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        characterCode = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15661:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), characterObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15676:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15679:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), floatObjectOf(((double) ((rcvr >> 3)) )));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15707:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15708:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15835:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15865:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15866:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15867:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        value = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16026:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16077:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                cursorObj = longAt(GIV(stackPointer));
                                       ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16081:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                cursorObj = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16082:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                maskObj = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16305:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16377:48: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        hashOrError = (((hash = (long32At((longAt(GIV(stackPointer))) + 4)) & (identityHashHalfWordMask()))) != 0
                                                      ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16379:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : (objCouldBeClassObj(longAt(GIV(stackPointer)))
                                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16380:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                ? (((err = enterIntoClassTable(longAt(GIV(stackPointer))))) != 0
                                                                          ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16382:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                : (long32At((longAt(GIV(stackPointer))) + 4)) & (identityHashHalfWordMask()))
                                                                        ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16386:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)hashOrError << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16422:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop1 = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16484:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop2 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16548:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16565:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArg = positive64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16566:48: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerRcvr = positive64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16573:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16606:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop1 = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16668:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop2 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16732:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16749:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArg = positive64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16750:48: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerRcvr = positive64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16757:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16775:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArgument = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16783:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16821:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), shifted);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16843:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16858:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16896:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16924:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArgument = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16925:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16932:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17061:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop1);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17079:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArg = positive64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17080:48: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerRcvr = positive64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17087:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17115:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), ((GIV(totalFreeOldSpace) << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17122:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(nilObj)) {
                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17138:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17143:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17147:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17162:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerVal1 << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17232:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17244:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop1 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17285:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        instance = longAt(GIV(stackPointer));
                              ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17303:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17340:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                s = longAt(GIV(stackPointer));
                               ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17408:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), s);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17453:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        runInNOut = (longAt(GIV(stackPointer) + (0 * BytesPerWord))) == GIV(trueObj);
                            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17536:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17565:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17603:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17606:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17606:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17610:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), closureMethod);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17616:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17619:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17628:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), object1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17632:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + ClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17687:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17725:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17728:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17728:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17732:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), closureMethod);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17738:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17741:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17750:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), object1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17754:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + ClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17809:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argumentArray = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17831:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17864:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17869:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((argumentArray + BaseHeaderSize) + (((sqInt)((usqInt)((index - 1)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17879:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17882:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17882:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17886:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), closureMethod);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17892:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17895:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17904:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), object1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17908:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp7 = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + ClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17953:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17977:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18011:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg1 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18012:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg2 = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18025:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(trueObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18091:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(falseObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18098:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(falseObj));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18104:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(trueObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18142:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                order = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18150:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        string1 = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18153:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        string2 = longAt(GIV(stackPointer) + ((GIV(argumentCount) - 1) * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18200:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)result << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18220:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        fillValue = positive64BitValueOf(longAt(GIV(stackPointer)));
                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18221:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18311:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (((onOffBar = longAt(GIV(stackPointer) + (1 * BytesPerWord)))) == GIV(trueObj)) {
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18326:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (((bufferSize = longAt(GIV(stackPointer)))) == GIV(nilObj)) {
                                      ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18341:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), (((usqInt)numSamples << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18372:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18373:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18471:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (((((longAt(GIV(stackPointer)))) & 7) == 1)) {
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18472:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                crashInThisThread = ((longAt(GIV(stackPointer))) >> 3);
                                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18476:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18480:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18516:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18546:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        quotient = doPrimitiveDivby(longAt(GIV(stackPointer) + (1 * BytesPerWord)), longAt(GIV(stackPointer)));
                                           ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18546:89: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        quotient = doPrimitiveDivby(longAt(GIV(stackPointer) + (1 * BytesPerWord)), longAt(GIV(stackPointer)));
                                                                                               ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18551:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)quotient << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18576:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18592:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer1 = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18613:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)(integerReceiver / integerArgument) << 3) | 1));
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18651:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18652:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18672:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18695:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18696:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18726:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18757:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                criticalSection = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18758:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                activeProc = longAt(GIV(stackPointer));
                                        ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18763:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                criticalSection = longAt(GIV(stackPointer));
                                             ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18790:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(falseObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18796:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(trueObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18801:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(falseObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18817:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArgument = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18818:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18821:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver == integerArgument
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18830:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (result
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18849:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18850:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18853:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr == integerArg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18874:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        criticalSection = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18915:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18937:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19021:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                rcvr = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19024:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19027:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19027:59: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                        ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19031:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19048:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19051:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19054:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp6 = GIV(stackPointer) - BytesPerWord), rcvr);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19058:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19070:65: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                shouldSkipStoreBytecode = reapAndResetErrorCodeToheader(GIV(framePointer), methodHeader);
                                                                                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1400:76: note: passing argument to parameter 'theFP' here
static sqInt NoDbgRegParms NeverInline reapAndResetErrorCodeToheader(sqInt theFP, sqInt methodHeader);
                                                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19126:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), mourner);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19154:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19155:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19234:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr + arg));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19258:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19259:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19287:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), result);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19311:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopToStore = longAt(GIV(stackPointer));
                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19318:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19319:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19344:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), oopToStore);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19355:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), oopToStore);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19389:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19390:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19477:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr / arg));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19506:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19507:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19587:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (aBool
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19618:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19619:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19699:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (aBool
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19730:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19731:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19811:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (aBool
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19842:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19843:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19923:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (aBool
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19954:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19955:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20035:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (aBool
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20065:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20066:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20145:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr * arg));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20174:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20175:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20255:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (!aBool
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20285:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20286:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20365:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr - arg));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20571:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                        ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20575:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                        ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20587:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        vScale = floatValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20588:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        hScale = floatValueOf(longAt(GIV(stackPointer) + (2 * BytesPerWord)));
                                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20589:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20694:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20726:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20751:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20754:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20754:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20758:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), closureMethod);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20764:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20767:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20776:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp7 = GIV(stackPointer) - BytesPerWord), object1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20780:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + FullClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20792:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20842:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20867:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20870:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20870:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20874:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), closureMethod);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20880:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20883:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20892:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp7 = GIV(stackPointer) - BytesPerWord), object1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20896:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + FullClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20908:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20958:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argumentArray = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20980:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21002:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21007:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((argumentArray + BaseHeaderSize) + (((sqInt)((usqInt)((index - 1)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21015:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21018:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21018:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21022:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), closureMethod);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21028:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21031:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21040:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp7 = GIV(stackPointer) - BytesPerWord), object1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21044:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp8 = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + FullClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21056:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21093:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21116:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), s);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21143:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        key = cStringOrNullFor(longAt(GIV(stackPointer)));
                                          ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21166:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21180:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21184:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (trueOrFalse
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21223:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), stringOop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21241:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21383:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), labelOop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21456:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21469:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArgument = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21470:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21473:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver >= integerArgument
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21497:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21498:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21501:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr >= integerArg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21516:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArgument = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21517:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21520:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver > integerArgument
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21544:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21545:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21548:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr > integerArg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21563:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        ammount = longAt(GIV(stackPointer));
                             ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21576:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)segSize << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21594:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        value = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21619:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)((value * HashMultiplyConstant) & 0xFFFFFFF) << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21637:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
         && ((longAt(GIV(stackPointer))) == GIV(trueObj));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21643:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21667:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21684:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        otherObject = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21685:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        thisObject = longAt(GIV(stackPointer));
                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21696:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (thisObject == otherObject
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21713:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        thisReceiver = longAt(GIV(stackPointer));
                                  ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21739:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21763:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21800:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                s = longAt(GIV(stackPointer));
                               ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21831:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), s);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21852:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21875:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), ((value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21889:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21961:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index1 = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21962:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr1 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21991:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp4 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22007:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp5 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22021:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp7 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22037:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp6 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22058:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), longAt((rcvr1 + BaseHeaderSize) + (((sqInt)((usqInt)(index1) << (shiftForWord()))))));
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22069:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp3 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), longAt((rcvr1 + BaseHeaderSize) + (((sqInt)((usqInt)((index1 + numFixed)) << (shiftForWord()))))));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22107:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueOop = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22108:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22109:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22154:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22172:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22187:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22205:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp3 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22241:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                longAtput((sp4 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22267:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp5 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22304:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22320:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22398:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                top1 = longAt(GIV(stackPointer));
                                  ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22405:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22409:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22412:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(messageSelector));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22415:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), runArgs);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22418:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), runReceiver);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22474:3: warning: expression result unused [-Wunused-value]
                !GIV(primFailCode);
                ^    ~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22488:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22491:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22494:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp21 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22494:59: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp21 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22498:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp31 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22515:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22518:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22521:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22525:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp7 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22537:64: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        shouldSkipStoreBytecode = reapAndResetErrorCodeToheader(GIV(framePointer), methodHeader1);
                                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1400:76: note: passing argument to parameter 'theFP' here
static sqInt NoDbgRegParms NeverInline reapAndResetErrorCodeToheader(sqInt theFP, sqInt methodHeader);
                                                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22562:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (VMBIGENDIAN
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22580:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        obj = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22589:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (trueOrFalse
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22615:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22628:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArgument = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22629:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22632:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver <= integerArgument
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22656:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22657:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22660:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr <= integerArg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22675:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArgument = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22676:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22679:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver < integerArgument
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22703:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22704:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22707:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr < integerArg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22739:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22766:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22779:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), nameOop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22808:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22835:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22848:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), nameOop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22883:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        outPointerArray = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22886:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        segmentWordArray = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22900:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), result);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22927:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22944:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22962:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23005:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23006:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23057:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), pt);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23070:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23099:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23114:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)MillisecondClockMask << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23126:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        mod = doPrimitiveModby(longAt(GIV(stackPointer) + (1 * BytesPerWord)), longAt(GIV(stackPointer)));
                                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23126:84: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        mod = doPrimitiveModby(longAt(GIV(stackPointer) + (1 * BytesPerWord)), longAt(GIV(stackPointer)));
                                                                                          ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23131:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)mod << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23162:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23163:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23188:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23206:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23222:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer1 = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23255:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerResult << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23278:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23279:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23300:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23316:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        obj = instantiateClassisPinned(longAt(GIV(stackPointer)), 0);
                                                  ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23319:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                reasonCode = (isFixedSizePointerFormat(instSpecOfClass(longAt(GIV(stackPointer))))
                                                                                  ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23326:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), obj);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23356:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        header = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23357:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        bytecodeCount = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23365:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        class = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23475:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), theMethod);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23488:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        obj = instantiateClassisPinned(longAt(GIV(stackPointer)), 1);
                                                  ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23491:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                reasonCode = (isFixedSizePointerFormat(instSpecOfClass(longAt(GIV(stackPointer))))
                                                                                  ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23498:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), obj);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23525:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop1 = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23593:57: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        obj = instantiateClassindexableSizeisPinned(longAt(GIV(stackPointer) + (1 * BytesPerWord)), size, 0);
                                                           ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23596:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                classFormat = ((longAt(((longAt(GIV(stackPointer) + (1 * BytesPerWord))) + BaseHeaderSize) + (((sqInt)((usqInt)(InstanceSpecificationIndex) << (shiftForWord())))))) >> 3);
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23609:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), obj);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23633:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23694:57: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        obj = instantiateClassindexableSizeisPinned(longAt(GIV(stackPointer) + (1 * BytesPerWord)), size, 1);
                                                           ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23697:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                classFormat = ((longAt(((longAt(GIV(stackPointer) + (1 * BytesPerWord))) + BaseHeaderSize) + (((sqInt)((usqInt)(InstanceSpecificationIndex) << (shiftForWord())))))) >> 3);
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23710:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), obj);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23733:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        object = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23816:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), subsequentObject);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23839:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        instance = accessibleObjectAfter(longAt(GIV(stackPointer)));
                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23842:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)0 << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23848:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), instance);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23863:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArgument = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23864:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23867:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver != integerArgument
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23876:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (result
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23895:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23896:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23899:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr != integerArg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23921:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        otherObject = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23922:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        thisObject = longAt(GIV(stackPointer));
                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23951:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (thisObject != otherObject
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23970:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23990:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        thisReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23998:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), longAt((thisReceiver + BaseHeaderSize) + (((sqInt)((usqInt)((index - 1)) << (shiftForWord()))))));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24015:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        newValue = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24016:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24025:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        thisReceiver = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24060:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), newValue);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24117:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (!(((longAt(GIV(stackPointer))) == GIV(trueObj))
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24118:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 || ((longAt(GIV(stackPointer))) == GIV(falseObj)))) {
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24123:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        goal = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24124:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        stack = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24125:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        followWeak = (longAt(GIV(stackPointer))) == GIV(trueObj);
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24367:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        path = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24369:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), path);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24422:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24423:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        lookupClass = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24455:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        selector = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24456:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argumentArray = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24479:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24482:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24486:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((argumentArray + BaseHeaderSize) + (((sqInt)((usqInt)((index - 1)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24523:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                top = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24538:62: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((GIV(stackPointer) + offset) + delta, longAt(GIV(stackPointer) + offset));
                                                                       ~~~~^~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24538:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((GIV(stackPointer) + offset) + delta, longAt(GIV(stackPointer) + offset));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24585:3: warning: expression result unused [-Wunused-value]
                !GIV(primFailCode);
                ^    ~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24599:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr1 = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24602:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24605:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp21 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24605:59: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp21 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24609:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24626:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24629:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24632:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), rcvr1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24636:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp7 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24648:64: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        shouldSkipStoreBytecode = reapAndResetErrorCodeToheader(GIV(framePointer), methodHeader1);
                                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1400:76: note: passing argument to parameter 'theFP' here
static sqInt NoDbgRegParms NeverInline reapAndResetErrorCodeToheader(sqInt theFP, sqInt methodHeader);
                                                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24707:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        actualReceiver = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24708:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        selector = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24709:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argumentArray = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24732:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24735:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), actualReceiver);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24739:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((argumentArray + BaseHeaderSize) + (((sqInt)((usqInt)((index - 1)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24766:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                top = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24779:62: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((GIV(stackPointer) + offset) + delta, longAt(GIV(stackPointer) + offset));
                                                                       ~~~~^~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24779:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((GIV(stackPointer) + offset) + delta, longAt(GIV(stackPointer) + offset));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24826:3: warning: expression result unused [-Wunused-value]
                !GIV(primFailCode);
                ^    ~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24840:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24843:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24846:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp21 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24846:59: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp21 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24850:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24867:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24870:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24873:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24877:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp7 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24889:64: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        shouldSkipStoreBytecode = reapAndResetErrorCodeToheader(GIV(framePointer), methodHeader1);
                                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1400:76: note: passing argument to parameter 'theFP' here
static sqInt NoDbgRegParms NeverInline reapAndResetErrorCodeToheader(sqInt theFP, sqInt methodHeader);
                                                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24922:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(profileMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24947:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(profileProcess));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24968:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        sema = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25011:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25043:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? ((longAt(GIV(stackPointer))) >> 3)
                               ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25063:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25079:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer1 = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25115:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerResult << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25146:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25147:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25165:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25182:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25227:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25228:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25245:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25267:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        proc = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25299:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)depth << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25328:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25400:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25420:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25444:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                        ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25448:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                        ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25461:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25477:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer1 = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25493:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer2 = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25513:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((5 - 1) * BytesPerWord)), (okay
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25530:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25560:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25574:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                        ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25584:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25595:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (wasImmutable
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25614:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25650:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        stringOop = longAt(GIV(stackPointer));
                               ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25716:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                hasHash = (((longAt(GIV(stackPointer))) & (tagMask())) == 0)
                                        ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25717:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 && ((long32At((longAt(GIV(stackPointer))) + 4)) & (identityHashHalfWordMask()));
                                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25719:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (hasHash
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25727:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25731:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25752:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + ((GIV(argumentCount) - 1) * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25768:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25805:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)oldHash << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25823:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        labelOop = longAt(GIV(stackPointer));
                              ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25885:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25901:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer1 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25939:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25945:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25961:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25981:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        value = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25982:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25992:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26020:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26042:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26058:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer1 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26074:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer2 = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26090:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer3 = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26121:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        synchronousSignal(longAt(GIV(stackPointer)));
                                     ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26136:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        bytes = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26171:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26194:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26253:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)(totalLength - fixedFields) << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26265:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        byteSize = ((longAt(GIV(stackPointer))) & (tagMask())
                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26267:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : bytesInObject(longAt(GIV(stackPointer))));
                                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26270:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26304:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (!(((((longAt(GIV(stackPointer)))) & 7) == 1))) {
                                     ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26310:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                nElements = ((longAt(GIV(stackPointer))) >> 3);
                                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26311:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                classFormat = ((longAt(((longAt(GIV(stackPointer) + (1 * BytesPerWord))) + BaseHeaderSize) + (((sqInt)((usqInt)(InstanceSpecificationIndex) << (shiftForWord())))))) >> 3);
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26360:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26365:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        classFormat1 = ((longAt(((longAt(GIV(stackPointer) + (0 * BytesPerWord))) + BaseHeaderSize) + (((sqInt)((usqInt)(InstanceSpecificationIndex) << (shiftForWord())))))) >> 3);
                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26385:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), ((byteSize << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26409:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26424:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26464:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr + arg));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26481:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26520:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26535:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26581:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr / arg));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26606:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26621:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26661:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (rcvr == arg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26679:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        aValue = floatObjectOf(exp(smallFloatValueOf(longAt(GIV(stackPointer)))));
                                                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26695:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
((((usqInt)(longAt(GIV(stackPointer))))) <= 15
                       ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26697:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : ((exp = ((usqInt) (((usqInt)(longAt(GIV(stackPointer)))))) >> (((numTagBits()) + (smallFloatMantissaBits())) + 1)),
                                                          ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26716:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26756:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26771:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26811:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (rcvr >= arg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26838:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26853:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26893:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (rcvr > arg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26920:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26935:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26975:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (rcvr <= arg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27002:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27017:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27057:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (rcvr < arg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27079:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27118:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27133:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27173:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr * arg));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27198:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27213:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27253:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (!(rcvr == arg)
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27272:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27303:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27350:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27365:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27405:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr - arg));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27423:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27433:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27455:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), result);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27471:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27527:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        class = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27537:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), instance);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27556:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27570:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(specialObjectsOop));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27586:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27641:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        outPointerArray = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27642:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        segmentWordArray = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27645:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arrayOfRoots = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27661:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                outPointerArray = longAt(GIV(stackPointer));
                                             ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27662:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                segmentWordArray = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27663:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                arrayOfRoots = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27702:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27703:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27837:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27868:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27869:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27870:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        value = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28037:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28077:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        array = longAt(GIV(stackPointer) + (4 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28078:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        start = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28079:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        stop = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28080:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        repl = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28081:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        replStart = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                           ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28146:12: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                arrayFmt = arrayFmt;
                ~~~~~~~~ ^ ~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28193:11: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                replFmt = replFmt;
                ~~~~~~~ ^ ~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28347:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerResult << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28379:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28380:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28414:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28441:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        process = longAt(GIV(stackPointer));
                             ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28444:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28605:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), myList);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28635:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                criticalSection = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28636:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                activeProc = longAt(GIV(stackPointer));
                                        ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28641:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                criticalSection = longAt(GIV(stackPointer));
                                             ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28668:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(falseObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28674:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(trueObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28679:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28697:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28717:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (okay
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28737:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28753:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28756:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(result));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28772:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28826:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        moduleName = longAt(GIV(stackPointer));
                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28985:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:29010:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                resultArray = longAt(GIV(stackPointer));
                                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:29045:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), resultArray);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:29072:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                resultArray = longAt(GIV(stackPointer));
                                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:29106:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), resultArray);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:29127:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), s);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:29156:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (running
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:29167:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        sampleBuffer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:29177:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)numSamples << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:29193:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        sema = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:34403:15: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        treeNode = treeNode;
                                        ~~~~~~~~ ^ ~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:39513:13: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                        treeNode = treeNode;
                        ~~~~~~~~ ^ ~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:41327:5: warning: expression result unused [-Wunused-value]
                                -classIndex2;
                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:41392:26: warning: expression result unused [-Wunused-value]
                8 /* allocationUnit */ / BytesPerOop;
                ~                      ^ ~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:42696:13: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long') from 'void *' [-Wint-conversion]
        allocation = calloc(sizeof(void *), unscannedEphemeronsQueueInitialSize);
                   ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:42909:7: warning: incompatible integer to pointer conversion passing 'usqInt' (aka 'unsigned long') to parameter of type 'void *' [-Wint-conversion]
        free((GIV(unscannedEphemerons).start));
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/malloc/_malloc.h:42:18: note: passing argument to parameter here
void     free(void *);
                    ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:46819:25: warning: incompatible integer to pointer conversion passing 'usqInt' (aka 'unsigned long') to parameter of type 'void *' [-Wint-conversion]
                reallocated = realloc((GIV(unscannedEphemerons).start), desiredSize);
                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/malloc/_malloc.h:43:21: note: passing argument to parameter '__ptr' here
void    *realloc(void *__ptr, size_t __size) __result_use_check __alloc_size(2);
                       ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:46819:15: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long') from 'void *' [-Wint-conversion]
                reallocated = realloc((GIV(unscannedEphemerons).start), desiredSize);
                            ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:47256:41: warning: expression result unused [-Wunused-value]
                asserta((checkInterpreterIntegrity()) == 0);
                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqAssert.h:30:25: note: expanded from macro 'asserta'
# define asserta(expr) (expr)
                        ^~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:47277:41: warning: expression result unused [-Wunused-value]
                asserta((checkInterpreterIntegrity()) == 0);
                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqAssert.h:30:25: note: expanded from macro 'asserta'
# define asserta(expr) (expr)
                        ^~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:48309:14: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                        treeNode1 = treeNode1;
                        ~~~~~~~~~ ^ ~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:50761:108: warning: passing 'usqInt *' (aka 'unsigned long *') to parameter of type 'sqInt *' (aka 'long *') converts between pointers to integer types with different sign [-Wpointer-sign]
        segAddress = sqAllocateMemorySegmentOfSizeAboveAllocatedSizeInto(ammount, firstGapOfSizeAtLeast(ammount), (&allocatedSize));
                                                                                                                  ^~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:60:98: note: passing argument to parameter 'asp' here
extern void *sqAllocateMemorySegmentOfSizeAboveAllocatedSizeInto(sqInt sz, void *minAddr, sqInt *asp);
                                                                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:51222:13: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                        treeNode = treeNode;
                        ~~~~~~~~ ^ ~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52458:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 && ((((((sqInt)(pointerForOop(longAt(maybeFP + FoxSavedFP))))) & (tagMask())) == 0)
                                                      ^~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52460:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                (oopForPointer(pointerForOop(longAt(maybeFP + FoxSavedFP)))) + (smallIntegerTag()))) == (longAt((aContext + BaseHeaderSize) + (((sqInt)((usqInt)(InstructionPointerIndex) << (shiftForWord())))))))
                                                    ^~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52461:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 && ((byteAt((maybeFP + FoxFrameFlags) + 2)) != 0))))) {
                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52468:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        maybeFrameCtxt = longAt(maybeFP + FoxThisContext);
                                ^~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52630:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        oop = longAt(theSP);
                                     ^~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52636:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((byteAt((theFP + FoxFrameFlags) + 2)) != 0) {
                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52638:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ok = ok && (checkOkayFields(longAt(theFP + FoxThisContext)));
                                                           ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52640:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ok = ok && (checkOkayFields(longAt(theFP + FoxMethod)));
                                                   ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52641:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                                        ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52649:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                oop = longAt(theSP);
                             ^~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52761:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        oop = longAt(theSP);
                                                     ^~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52769:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if ((byteAt((theFP + FoxFrameFlags) + 2)) != 0) {
                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52770:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        oop = longAt(theFP + FoxThisContext);
                                                     ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52795:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                oop = longAt(theFP + FoxMethod);
                                             ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52801:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                                                        ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52807:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                oop = longAt(theSP);
                                             ^~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52880:97: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                return (((usqInt) ((theFP + FoxReceiver) - GIV(stackPointer))) >> (shiftForWord())) + (byteAt((theFP + FoxFrameFlags) + 1));
                                                                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52904:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                aFrame = pointerForOop(longAt(aFrame + FoxSavedFP));
                                              ^~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52917:84: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return (((usqInt) ((theFP + FoxReceiver) - theSP)) >> (shiftForWord())) + (byteAt((theFP + FoxFrameFlags) + 1));
                                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52980:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        encodedip = (((usqInt)(((theIP - (longAt(theFP + FoxMethod))) - BaseHeaderSize) + 2) << 3) | 1);
                                                 ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53174:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), message);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53230:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53262:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((byteAt((GIV(framePointer) + FoxFrameFlags) + 2)) != 0) {
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53264:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                activeContext = longAt(GIV(framePointer) + FoxThisContext);
                                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53299:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        theIP = longAt(theSP);
                       ^~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53306:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((byteAt((theFP + FoxFrameFlags) + 2)) != 0) {
                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53308:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        theContext = longAt(theFP + FoxThisContext);
                                            ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53316:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                valuePointer = (((usqInt)(((theIP - (longAt(theFP + FoxMethod))) - BaseHeaderSize) + 2) << 3) | 1);
                                                            ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53339:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                theIP = ((sqInt)(pointerForOop(longAt(theFP + FoxCallerSavedIP))));
                                                      ^~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53340:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                theFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                             ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53353:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((((longAt(calleeFP + FoxCallerContext)) & (tagMask())) == 0)
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53354:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 && (oopisLessThan(longAt(calleeFP + FoxCallerContext), GIV(newSpaceLimit)))) {
                     ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2673:49: note: expanded from macro 'oopisLessThan'
#define oopisLessThan(anOop,otherOop) ((usqInt)(anOop) < (usqInt)(otherOop))
                                                ^~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53361:107: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((theContext + BaseHeaderSize) + (((sqInt)((usqInt)(SenderIndex) << (shiftForWord())))), longAt(calleeFP + FoxCallerContext));
                                                                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53524:19: warning: explicitly assigning value of variable of type 'struct VirtualMachine *' to itself [-Wself-assign]
        interpreterProxy = interpreterProxy;
        ~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53547:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                        ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53551:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                return longAt(theFP + FoxCallerContext);
                              ^~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53554:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((byteAt((callerFP + FoxFrameFlags) + 2)) != 0) {
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53556:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                return longAt(callerFP + FoxThisContext);
                              ^~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53917:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        GIV(method) = longAt(GIV(framePointer) + FoxMethod);
                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53965:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        callerFP1 = pointerForOop(longAt(theFP + FoxSavedFP));
                                         ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53969:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                callerCtx = longAt(theFP + FoxCallerContext);
                                   ^~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53973:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((byteAt((callerFP1 + FoxFrameFlags) + 2)) != 0) {
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53975:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                callerCtx = longAt(callerFP1 + FoxThisContext);
                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53984:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                theIP = longAt((thePage->headSP));
                               ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53998:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                theIP = oopForPointer(pointerForOop(longAt(frameAbove + FoxCallerSavedIP)));
                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54019:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valuePointer = (((usqInt)(((theIP - (longAt(theFP + FoxMethod))) - BaseHeaderSize) + 2) << 3) | 1);
                                                    ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54037:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                        ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54042:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                callerIP = oopForPointer(pointerForOop(longAt(theFP + FoxCallerSavedIP)));
                                                              ^~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54045:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(callerSP, callerIP);
                          ^~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54070:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((longAt(aFramePtr + FoxSavedFP)) == 0) {
                    ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54244:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                oop = longAt(((longAt(GIV(stackPointer))) + BaseHeaderSize) + (((sqInt)((usqInt)((localPrimIndex - 264)) << (shiftForWord())))));
                                          ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54245:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54254:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(trueObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54260:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp2 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(falseObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54266:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp3 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54271:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)(localPrimIndex - 261) << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54385:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        callerFP = pointerForOop(longAt(spouseFP + FoxSavedFP));
                                                        ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54389:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                return longAt(spouseFP + FoxCallerContext);
                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54392:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if ((byteAt((callerFP + FoxFrameFlags) + 2)) != 0) {
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54394:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                return longAt(callerFP + FoxThisContext);
                                              ^~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54411:63: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? ((offset - (ReceiverIndex + 1)) < ((frameNumArgs = byteAt((spouseFP + FoxFrameFlags) + 1)))
                                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54412:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs - (offset - (ReceiverIndex + 1))) * BytesPerWord))
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54413:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                : longAt(((spouseFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - (offset - (ReceiverIndex + 1))) * BytesPerWord)))
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54588:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) {
                                                 ^~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54678:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (((byteAt((theFP + FoxFrameFlags) + 2)) != 0)
                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54679:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 && (homeContext == (longAt(theFP + FoxThisContext)))) {
                                            ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54683:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                         || ((byteAt((theFP + FoxFrameFlags) + 3)) != 0))) {
                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54684:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        theMethod1 = longAt(theFP + FoxMethod);
                                            ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54694:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if ((byteAt((theFP + FoxFrameFlags) + 2)) != 0) {
                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54696:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        return longAt(theFP + FoxThisContext);
                                                      ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54702:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                theFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                             ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54704:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        senderContext1 = longAt(theFPAbove + FoxCallerContext);
                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54857:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                aFrame = pointerForOop(longAt(aFrame + FoxSavedFP));
                                              ^~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54937:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                oop = longAt(ptr);
                             ^~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54940:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput(ptr, followForwarded(oop));
                                  ^~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54943:144: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        for (ptr = ((theFP + FoxCallerSavedIP) + BytesPerWord), toDoLimit2 = (theFP + ((FoxCallerSavedIP + BytesPerWord) + (((sqInt)((usqInt)((byteAt((theFP + FoxFrameFlags) + 1))) << (shiftForWord())))))); ptr <= toDoLimit2; ptr += BytesPerWord) {
                                                                                                                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54944:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                oop = longAt(ptr);
                             ^~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54957:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput(ptr, oop);
                                  ^~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54960:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((byteAt((theFP + FoxFrameFlags) + 3)) != 0) {
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54965:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((byteAt((theFP + FoxFrameFlags) + 2)) != 0) {
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55071:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                oop = longAt(theFP + FoxReceiver);
                                             ^~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55074:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(theFP + FoxReceiver, followForwarded(oop));
                                                  ^~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55076:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (((byteAt((theFP + FoxFrameFlags) + 2)) != 0)
                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55077:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                 && (((longAt(longAt(theFP + FoxThisContext))) & ((classIndexMask()) - (isForwardedObjectClassIndexPun()))) == 0)) {
                                                     ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55078:63: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(theFP + FoxThisContext, followForwarded(longAt(theFP + FoxThisContext)));
                                                                                                 ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55078:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(theFP + FoxThisContext, followForwarded(longAt(theFP + FoxThisContext)));
                                                  ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55080:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                oop = longAt(theFP + FoxMethod);
                                             ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55097:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(theFP + FoxMethod, (oop = newOop));
                                                  ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55100:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                numArgs = byteAt((theFP + FoxFrameFlags) + 1);
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55102:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                oop = longAt(theFP + offset);
                                             ^~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55105:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(theFP + offset, followForwarded(oop));
                                                  ^~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55107:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                                                        ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55112:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        oop = longAt(theFP + FoxCallerContext);
                                     ^~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55126:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                longAtput(theFP + FoxCallerContext, aValue);
                                          ^~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55198:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return longAt(theFP + FoxCallerContext);
                      ^~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55205:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return longAt(theFP + FoxThisContext);
                      ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55215:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return (byteAt((theFP + FoxFrameFlags) + 2)) != 0;
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55225:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return (byteAt((theFP + FoxFrameFlags) + 3)) != 0;
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55235:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return longAt(theFP + FoxMethod);
                      ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55242:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return longAt(theFP + FoxMethod);
                      ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55252:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return byteAt((theFP + FoxFrameFlags) + 1);
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55271:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return longAt(theFP + FoxReceiver);
                      ^~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55288:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        numArgs = byteAt((theFP + FoxFrameFlags) + 1);
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55551:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55563:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord), rcvr);
                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55565:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((((longAt(GIV(framePointer) + FoxReceiver)) & (tagMask())) == 0)
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55566:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
         && (((((usqInt) (longAt(longAt(GIV(framePointer) + FoxReceiver)))) >> (formatShift())) & (formatMask())) <= 5 /* lastPointerFormat */)) {
                                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55567:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                followForwardedObjectFieldstoDepth(longAt(GIV(framePointer) + FoxReceiver), 0);
                                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55589:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(theFP + FoxReceiver);
                      ^~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55636:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 && ((((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) < overflowLimitAddress)
                                                        ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55637:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 && (!((longAt(callerFP + FoxSavedFP)) == 0)))) {
                               ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55646:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        callerFP1 = pointerForOop(longAt(theFP + FoxSavedFP));
                                         ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55650:10: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAt(theFP + FoxCallerContext);
                       ^~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55654:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((byteAt((callerFP1 + FoxFrameFlags) + 2)) != 0) {
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55656:10: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAt(callerFP1 + FoxThisContext);
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55809:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return longAt(theFP + FoxMethod);
                      ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55882:25: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'void *' [-Wint-conversion]
                theIP = oopForPointer(instrPtr);
                                      ^~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:153:43: note: passing argument to parameter 'ptr' here
  static inline sqInt oopForPointer(void *ptr)                  { return (sqInt)ptr; }
                                          ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55894:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) {
                                                         ^~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55905:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ? longAt((thePage->headSP))
                                 ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55906:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : oopForPointer(pointerForOop(longAt(theFPAbove + FoxCallerSavedIP))));
                                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55909:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                (((usqInt)(((theIP - (longAt(spouseFP + FoxMethod))) - BaseHeaderSize) + 2) << 3) | 1));
                                             ^~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55953:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return (longAt(theFP + FoxSavedFP)) == 0;
                       ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55993:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                theFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                             ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:56181:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (((pointerForOop(longAt(maybeFrame + FoxSavedFP))) == shouldBeFrameCallerField)
                                           ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:56182:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 && ((byteAt((maybeFrame + FoxFrameFlags) + 2)) != 0)) {
                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:56184:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        maybeFrameCtxt = longAt(maybeFrame + FoxThisContext);
                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:56198:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                longAtput(maybeFrame + FoxThisContext, maybeFrameCtxt);
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:56260:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (((pointerForOop(longAt(theFrame + FoxSavedFP))) == shouldBeFrameCallerField)
                                           ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:56261:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 && ((byteAt((theFrame + FoxFrameFlags) + 2)) != 0)) {
                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:56264:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if ((longAt(theFrame + FoxThisContext)) == aOnceMarriedContext) {
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57310:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(pointer, maybeClosure);
                          ^~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57325:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(pointer, rcvr);
                          ^~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57328:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((pointer -= BytesPerWord), longAt((aContext + BaseHeaderSize) + (((sqInt)((usqInt)((ReceiverIndex + i)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57334:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((pointer -= BytesPerWord), followObjFieldofObject(SenderIndex, aContext));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57335:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((pointer -= BytesPerWord), 0);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57338:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((pointer -= BytesPerWord), theMethod);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57339:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((pointer -= BytesPerWord), (VMBIGENDIAN
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57348:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((pointer -= BytesPerWord), aContext);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57349:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((pointer -= BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57356:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((pointer -= BytesPerWord), longAt((aContext + BaseHeaderSize) + (((sqInt)((usqInt)((ReceiverIndex + i)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57361:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((pointer -= BytesPerWord), theIP);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57598:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        oop = longAt(theSP);
                                                     ^~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57601:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(theSP, remapObj(oop));
                                                          ^~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57605:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if ((byteAt((theFP + FoxFrameFlags) + 2)) != 0) {
                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57606:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        if (shouldRemapObj(longAt(theFP + FoxThisContext))) {
                                                                  ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57607:57: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(theFP + FoxThisContext, remapObj(longAt(theFP + FoxThisContext)));
                                                                                                  ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57607:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(theFP + FoxThisContext, remapObj(longAt(theFP + FoxThisContext)));
                                                          ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57614:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (shouldRemapObj(longAt(theFP + FoxMethod))) {
                                                          ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57617:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                theIP = (longAt(theIPPtr)) - (longAt(theFP + FoxMethod));
                                                                ^~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57617:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                theIP = (longAt(theIPPtr)) - (longAt(theFP + FoxMethod));
                                                                                     ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57619:51: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(theFP + FoxMethod, remapObj(longAt(theFP + FoxMethod)));
                                                                                     ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57619:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(theFP + FoxMethod, remapObj(longAt(theFP + FoxMethod)));
                                                  ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57621:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(theIPPtr, theIP + (longAt(theFP + FoxMethod)));
                                                                                    ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57621:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(theIPPtr, theIP + (longAt(theFP + FoxMethod)));
                                                          ^~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57624:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                                                        ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57632:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                oop = longAt(theSP);
                                             ^~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57635:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(theSP, remapObj(oop));
                                                  ^~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57693:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                context = longAt(theFP + FoxCallerContext);
                                 ^~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57739:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        oop = longAt(theSP);
                                     ^~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57752:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                longAtput(theSP, oop);
                                          ^~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57759:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((byteAt((theFP + FoxFrameFlags) + 2)) != 0) {
                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57761:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        markAndTrace(longAt(theFP + FoxThisContext));
                                            ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57763:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                markAndTrace(longAt(theFP + FoxMethod));
                                    ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57764:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                                        ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57772:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                oop = longAt(theSP);
                             ^~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57785:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput(theSP, oop);
                                  ^~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57851:104: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((anOop == ((((usqInt)((((usqInt) ((theFP + FoxReceiver) - theSP)) >> (shiftForWord())) + (byteAt((theFP + FoxFrameFlags) + 1))) << 3) | 1)))
                                                                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57859:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (anOop == (longAt(theFP + FoxMethod))) {
                                     ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57862:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(theFP + FoxSavedFP)) == 0) {
                            ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57863:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if (anOop == (longAt(theFP + FoxCallerContext))) {
                                             ^~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57868:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if (((byteAt(((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxFrameFlags) + 2)) != 0)
                                                            ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57868:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if (((byteAt(((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxFrameFlags) + 2)) != 0)
                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57869:48: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                         && (anOop == (longAt((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxThisContext)))) {
                                                                    ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57869:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                         && (anOop == (longAt((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxThisContext)))) {
                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57877:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (anOop == (longAt(theSP))) {
                                     ^~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57885:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (anOop == (longAt(theSP))) {
                                     ^~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57919:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        aMethodObj = longAt(((GIV(stackPage)->headFP)) + FoxMethod);
                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57930:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57963:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        methodObj = longAt(theFP + FoxMethod);
                           ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57968:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        numArgs = byteAt((theFP + FoxFrameFlags) + 1);
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57969:88: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        numStack = (((usqInt) ((theFP + FoxReceiver) - theSP)) >> (shiftForWord())) + (byteAt((theFP + FoxFrameFlags) + 1));
                                                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57970:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((byteAt((theFP + FoxFrameFlags) + 3)) != 0) {
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57971:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                closureOrNil = longAt(theFP + (frameStackedReceiverOffset(theFP)));
                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57988:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        value = pointerForOop(longAt(theFP + FoxSavedFP));
                                     ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57997:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valuePointer4 = longAt(theFP + FoxMethod);
                               ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58004:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valuePointer5 = longAt(theFP + FoxReceiver);
                               ^~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58010:116: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((theContext + BaseHeaderSize) + (((sqInt)((usqInt)((ReceiverIndex + i)) << (shiftForWord())))), longAt((theFP + FoxCallerSavedIP) + (((numArgs - i) + 1) * BytesPerWord)));
                                                                                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58019:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput(theFP + FoxThisContext, theContext);
                  ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58021:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        byteAtput((theFP + FoxFrameFlags) + 2, 1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:159:39: note: passing argument to parameter 'oop' here
  static inline sqInt byteAtput(sqInt oop, int val)             { return byteAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58209:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (boolean
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58228:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((nItems - 1) * BytesPerWord)), floatObjectOf(aFloat));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58244:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)integer << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58273:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58289:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58382:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        numArgs = byteAt((theFP + FoxFrameFlags) + 1);
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58386:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(newSP, longAt(source));
                                        ^~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58386:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(newSP, longAt(source));
                          ^~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58401:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                        ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58404:48: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        callerIP = oopForPointer(pointerForOop(longAt(theFP + FoxCallerSavedIP)));
                                                      ^~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58405:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput(theFP + stackedReceiverOffset, callerIP);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58410:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput(newFP + FoxCallerContext, longAt(callerFP + FoxThisContext));
                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58410:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput(newFP + FoxCallerContext, longAt(callerFP + FoxThisContext));
                  ^~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58411:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput(newFP + FoxSavedFP, 0);
                  ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58415:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                offsetCallerFP = pointerForOop(longAt(fpInNewPage + FoxSavedFP));
                                                      ^~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58419:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(fpInNewPage + FoxSavedFP, oopForPointer(offsetCallerFP));
                          ^~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58420:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((byteAt((fpInNewPage + FoxFrameFlags) + 2)) != 0) {
                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58422:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        theContext = longAt(fpInNewPage + FoxThisContext);
                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58481:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return (offset < ((frameNumArgs = byteAt((theFP + FoxFrameFlags) + 1)))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58482:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs - offset) * BytesPerWord))
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58483:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : longAt(((theFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - offset) * BytesPerWord)));
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58498:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((byteAt((theFP + FoxFrameFlags) + 2)) != 0) {
                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58500:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if (((((usqInt) (longAt(longAt(theFP + FoxThisContext)))) >> (markedBitFullShift())) & 1) != 0) {
                                                       ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58504:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        } while(((theFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0);
                                               ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58591:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58623:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58648:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((nItems - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58779:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (enabled
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58786:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58792:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                                        ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58802:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (enabled
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58874:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), ((GIV(messageCount) << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59336:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                ctxt = longAt(theFP + FoxCallerContext);
                                              ^~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59502:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (!((longAt(theFP + FoxSavedFP)) == 0)) {
                      ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59503:52: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                printFrameAndCallersSPshort(pointerForOop(longAt(theFP + FoxSavedFP)), (assert(!(isBaseFrame(theFP))),
                                                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59504:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                (theFP + ((FoxCallerSavedIP + BytesPerWord) + (((sqInt)((usqInt)((byteAt((theFP + FoxFrameFlags) + 1))) << (shiftForWord())))))) + BytesPerWord), printShort);
                                                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59524:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        it = longAt(address);
                    ^~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59534:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        printNum(byteAt((theFP + FoxFrameFlags) + 1));
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59535:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        print(((byteAt((theFP + FoxFrameFlags) + 2)) != 0
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59538:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        print(((byteAt((theFP + FoxFrameFlags) + 3)) != 0
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59553:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        it = longAt(address);
                    ^~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59611:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        it = longAt(address);
                    ^~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59647:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        it = longAt(address);
                    ^~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59734:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                aFrame = pointerForOop(longAt(aFrame + FoxSavedFP));
                                                              ^~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59745:84: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        (frameAbove + ((FoxCallerSavedIP + BytesPerWord) + (((sqInt)((usqInt)((byteAt((frameAbove + FoxFrameFlags) + 1))) << (shiftForWord())))))) + BytesPerWord)
                                                                                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59783:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        theMethod = longAt(theFP + FoxMethod);
                           ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59785:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        numArgs = byteAt((theFP + FoxFrameFlags) + 1);
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59797:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        topThing = longAt(theSP);
                          ^~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61314:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        if (oop == (longAt(theSP))) {
                                                           ^~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61316:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                                printHexnp(theFP);
                                                           ^~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59828:19: note: passing argument to parameter 'n' here
printHexnp(usqInt n)
                  ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61318:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                                printHexnp(theSP);
                                                           ^~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59828:19: note: passing argument to parameter 'n' here
printHexnp(usqInt n)
                  ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61324:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if ((byteAt((theFP + FoxFrameFlags) + 2)) != 0) {
                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61325:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        if (oop == (longAt(theFP + FoxThisContext))) {
                                                           ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61327:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                                printHexnp(theFP);
                                                           ^~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59828:19: note: passing argument to parameter 'n' here
printHexnp(usqInt n)
                  ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61333:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (oop == (longAt(theFP + FoxMethod))) {
                                                   ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61335:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        printHexnp(theFP);
                                                   ^~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59828:19: note: passing argument to parameter 'n' here
printHexnp(usqInt n)
                  ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61340:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                                                        ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61348:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (oop == (longAt(theSP))) {
                                                   ^~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61350:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        printHexnp(theFP);
                                                   ^~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59828:19: note: passing argument to parameter 'n' here
printHexnp(usqInt n)
                  ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61352:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        printHexnp(theSP);
                                                   ^~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59828:19: note: passing argument to parameter 'n' here
printHexnp(usqInt n)
                  ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61432:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61445:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return longAt(theFP + (frameStackedReceiverOffset(theFP)));
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61457:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61468:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), (((usqInt)integerValue << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61482:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61792:33: warning: expression result unused [-Wunused-value]
                ((((usqInt) w1) >> 8) & 0xFF) | (((sqInt)((usqInt)((w1 & 0xFF)) << 8)));
                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62139:48: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (temporaryIndex < ((frameNumArgs = byteAt(((((char *) theFP)) + FoxFrameFlags) + 1)))) {
                                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62140:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput(((((char *) theFP)) + FoxCallerSavedIP) + ((frameNumArgs - temporaryIndex) * BytesPerWord), valueOop);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62143:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((((((char *) theFP)) + FoxReceiver) - BytesPerWord) + ((frameNumArgs - temporaryIndex) * BytesPerWord), valueOop);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62183:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62216:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if ((longAt(theFP + FoxSavedFP)) == 0) {
                                    ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62222:66: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                GIV(instructionPointer) = ((usqInt)(pointerForOop(longAt(GIV(framePointer) + FoxCallerSavedIP))));
                                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62225:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                GIV(framePointer) = pointerForOop(longAt(GIV(framePointer) + FoxSavedFP));
                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62264:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62467:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                oop = longAt(GIV(stackPointer) + (index * BytesPerWord));
                                                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62482:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                                longAtput(GIV(stackPointer) + (index * BytesPerWord), oop);
                                                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62551:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62588:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if (!((longAt(theFP + FoxSavedFP)) == 0)) {
                                      ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62592:62: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                GIV(instructionPointer) = ((usqInt)(pointerForOop(longAt(theFP + FoxCallerSavedIP))));
                                                                                         ^~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62595:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                GIV(framePointer) = pointerForOop(longAt(theFP + FoxSavedFP));
                                                                         ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62597:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                GIV(method) = longAt(GIV(framePointer) + FoxMethod);
                                                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62655:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62914:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), object3);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62919:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62923:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object1);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62927:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp2 = GIV(stackPointer) - BytesPerWord), object2);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62932:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object4);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62943:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62946:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62949:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp21 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62949:59: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp21 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62953:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp31 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62970:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp41 = GIV(stackPointer) - BytesPerWord), object5);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62973:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62976:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62980:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp7 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62992:64: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        shouldSkipStoreBytecode = reapAndResetErrorCodeToheader(GIV(framePointer), methodHeader);
                                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62025:37: note: passing argument to parameter 'theFP' here
reapAndResetErrorCodeToheader(sqInt theFP, sqInt methodHeader)
                                    ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63075:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63079:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63083:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), object2);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63087:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), object3);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63091:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object4);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63102:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63105:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63108:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp21 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63108:59: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp21 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63112:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp31 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63129:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp41 = GIV(stackPointer) - BytesPerWord), object5);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63132:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63135:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63139:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp7 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63151:64: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        shouldSkipStoreBytecode = reapAndResetErrorCodeToheader(GIV(framePointer), methodHeader);
                                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62025:37: note: passing argument to parameter 'theFP' here
reapAndResetErrorCodeToheader(sqInt theFP, sqInt methodHeader)
                                    ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63413:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (!((longAt(theFP + FoxSavedFP)) == 0)) {
                      ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63414:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                shortPrintFrameAndCallers(pointerForOop(longAt(theFP + FoxSavedFP)));
                                                               ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63477:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(theFP + FoxReceiver);
                      ^~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63482:61: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        printActivationNameForreceiverisBlockfirstTemporary(longAt(theFP + FoxMethod), rcvr, (byteAt((theFP + FoxFrameFlags) + 3)) != 0, (0 < ((frameNumArgs = byteAt((theFP + FoxFrameFlags) + 1)))
                                                                   ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63482:95: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        printActivationNameForreceiverisBlockfirstTemporary(longAt(theFP + FoxMethod), rcvr, (byteAt((theFP + FoxFrameFlags) + 3)) != 0, (0 < ((frameNumArgs = byteAt((theFP + FoxFrameFlags) + 1)))
                                                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63482:160: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        printActivationNameForreceiverisBlockfirstTemporary(longAt(theFP + FoxMethod), rcvr, (byteAt((theFP + FoxFrameFlags) + 3)) != 0, (0 < ((frameNumArgs = byteAt((theFP + FoxFrameFlags) + 1)))
                                                                                                                                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63483:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs) * BytesPerWord))
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63484:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : longAt(((theFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs) * BytesPerWord))));
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63501:51: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                shortPrintFrameAndNCallers(pointerForOop(longAt(theFP + FoxSavedFP)), n - 1);
                                                                ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63558:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                                ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63563:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        caller = longAt(theFP + FoxCallerContext);
                        ^~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63824:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63901:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63908:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), rcvr);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63919:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                rcvr1 = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63922:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63925:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp21 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63925:60: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp21 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63929:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63946:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object1);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63949:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63952:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp6 = GIV(stackPointer) - BytesPerWord), rcvr1);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63956:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp7 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63968:65: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                shouldSkipStoreBytecode = reapAndResetErrorCodeToheader(GIV(framePointer), methodHeader);
                                                                                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62025:37: note: passing argument to parameter 'theFP' here
reapAndResetErrorCodeToheader(sqInt theFP, sqInt methodHeader)
                                    ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:64386:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return floatValueOf(longAt(GIV(stackPointer) + (offset * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:64398:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (offset * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:64466:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (offset * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:64561:84: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return (((usqInt) ((theFP + FoxReceiver) - theSP)) >> (shiftForWord())) + (byteAt((theFP + FoxFrameFlags) + 1));
                                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:64578:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (offset * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:64643:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (offset * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:64651:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:64661:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return longAt(GIV(stackPointer) + (offset * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65000:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((longAt(theFP + FoxSavedFP)) == 0) {
                    ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65004:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(theFP + FoxCallerContext, anOop);
                          ^~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65008:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                        ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65012:10: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAt(theFP + FoxCallerContext);
                       ^~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65016:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((byteAt((callerFP + FoxFrameFlags) + 2)) != 0) {
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65018:10: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAt(callerFP + FoxThisContext);
                       ^~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65060:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput(theMovedFP + FoxCallerContext, anOop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65289:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65313:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((byteAt((GIV(framePointer) + FoxFrameFlags) + 2)) != 0) {
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65315:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                activeContext = longAt(GIV(framePointer) + FoxThisContext);
                                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65421:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        aMethodObj = longAt(GIV(framePointer) + FoxMethod);
                            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65433:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65554:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        theContext = longAt(theFP + FoxThisContext);
                            ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65557:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        tempIndex = byteAt((theFP + FoxFrameFlags) + 1);
                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65568:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if ((((longAt(pointer)) & (tagMask())) == 0)
                                      ^~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65569:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                         && (oopisLessThan(longAt(pointer), GIV(newSpaceLimit)))) {
                                                  ^~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2673:49: note: expanded from macro 'oopisLessThan'
#define oopisLessThan(anOop,otherOop) ((usqInt)(anOop) < (usqInt)(otherOop))
                                                ^~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65576:116: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((theContext + BaseHeaderSize) + (((sqInt)((usqInt)((ReceiverIndex + i)) << (shiftForWord())))), longAt(pointer));
                                                                                                                                 ^~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65588:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if ((((longAt(pointer)) & (tagMask())) == 0)
                                      ^~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65589:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                         && (oopisLessThan(longAt(pointer), GIV(newSpaceLimit)))) {
                                                  ^~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2673:49: note: expanded from macro 'oopisLessThan'
#define oopisLessThan(anOop,otherOop) ((usqInt)(anOop) < (usqInt)(otherOop))
                                                ^~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65596:124: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((theContext + BaseHeaderSize) + (((sqInt)((usqInt)((ReceiverIndex + tempIndex)) << (shiftForWord())))), longAt(pointer));
                                                                                                                                         ^~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65615:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return (anInstrPointer >= ((((longAt(fp + FoxMethod)) + (lastPointerOf(longAt(fp + FoxMethod)))) + BytesPerOop) - 1))
                                             ^~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65615:80: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return (anInstrPointer >= ((((longAt(fp + FoxMethod)) + (lastPointerOf(longAt(fp + FoxMethod)))) + BytesPerOop) - 1))
                                                                                      ^~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65616:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
         && (anInstrPointer < ((((longAt(fp + FoxMethod)) + (numBytesOfBytes(longAt(fp + FoxMethod)))) + BaseHeaderSize) - 1));
                                         ^~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65616:78: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
         && (anInstrPointer < ((((longAt(fp + FoxMethod)) + (numBytesOfBytes(longAt(fp + FoxMethod)))) + BaseHeaderSize) - 1));
                                                                                    ^~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65672:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        senderContextOrNil = longAt(theFP + FoxCallerContext);
                                    ^~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66043:17: warning: variable 'the2ndUnknownShort' is uninitialized when used here [-Wuninitialized]
        putShorttoFile(the2ndUnknownShort, f);
                       ^~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65990:29: note: initialize the variable 'the2ndUnknownShort' to silence this warning
    sqInt the2ndUnknownShort;
                            ^
                             = 0
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66123:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                valuePointer2 = (i < ((frameNumArgs = byteAt((spouseFP + FoxFrameFlags) + 1)))
                                                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66124:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs - i) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66125:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((spouseFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - i) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66177:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        anOop = longAt(GIV(stackPointer) + (PARAM_EXTERNALFUNCTION * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66199:19: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long') [-Wint-conversion]
        externalFunction = longAt((anOop1 + BaseHeaderSize) + (0U << (shiftForWord())));
                         ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66207:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        anOop2 = longAt(((longAt(GIV(stackPointer) + (PARAM_EXTERNALFUNCTION * BytesPerWord))) + BaseHeaderSize) + (1U << (shiftForWord())));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66215:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argumentsArrayOop = longAt(GIV(stackPointer) + (PARAM_ARGUMENTS * BytesPerWord));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66231:16: warning: expression which evaluates to zero treated as a null pointer constant of type 'void **' [-Wnon-literal-null-conversion]
                parameters = ((sqInt) null);
                             ^~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66239:13: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long') from 'void *' [-Wint-conversion]
                argHolder = alloca((argType->size));
                          ^ ~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66240:17: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long') [-Wint-conversion]
                parameters[i] = argHolder;
                              ^ ~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66255:45: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        marshallAndPushReturnValueFromofTypepoping(returnHolder, (cif->rtype), 3);
                                                   ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1497:76: note: passing argument to parameter 'returnHolder' here
static void NoDbgRegParms marshallAndPushReturnValueFromofTypepoping(sqInt returnHolder, ffi_type *ffiType, sqInt argumentsAndReceiverCount);
                                                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66312:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        anOop = longAt(GIV(stackPointer) + (PARAM_EXTERNALFUNCTION * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66334:19: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long') [-Wint-conversion]
        externalFunction = longAt((anOop1 + BaseHeaderSize) + (0U << (shiftForWord())));
                         ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66341:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        anOop2 = longAt(((longAt(GIV(stackPointer) + (PARAM_EXTERNALFUNCTION * BytesPerWord))) + BaseHeaderSize) + (1U << (shiftForWord())));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66348:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (PARAM_SEMAPHORE_INDEX * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66368:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        receiver = longAt(GIV(stackPointer) + (PARAM_RECEIVER * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66377:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argumentsArrayOop = longAt(GIV(stackPointer) + (PARAM_ARGUMENTS * BytesPerWord));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66391:16: warning: expression which evaluates to zero treated as a null pointer constant of type 'void **' [-Wnon-literal-null-conversion]
                parameters = ((sqInt) null);
                             ^~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66399:13: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long') from 'void *' [-Wint-conversion]
                argHolder = malloc((argType->size));
                          ^ ~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66400:17: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long') [-Wint-conversion]
                parameters[i] = argHolder;
                              ^ ~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66405:10: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long') from 'void *' [-Wint-conversion]
                                aPtr = parameters[i1];
                                     ^ ~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66408:11: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'void *' [-Wint-conversion]
                                        free(aPtr);
                                             ^~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/malloc/_malloc.h:42:18: note: passing argument to parameter here
void     free(void *);
                    ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66430:9: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqIntptr_t' (aka 'long') [-Wint-conversion]
        ptr[0] = (((sqIntptr_t)aPointer));
               ^ ~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66432:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((4 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66471:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        anOop = longAt(GIV(stackPointer) + (PARAM_TASK_ADDRESS * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66481:14: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long') [-Wint-conversion]
        taskAddress = longAt((anOop + BaseHeaderSize) + (0U << (shiftForWord())));
                    ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66484:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        receiver = longAt(GIV(stackPointer) + (PARAM_RECEIVER * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66501:45: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        marshallAndPushReturnValueFromofTypepoping(returnHolder, (((task->cif))->rtype), 2);
                                                   ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1497:76: note: passing argument to parameter 'returnHolder' here
static void NoDbgRegParms marshallAndPushReturnValueFromofTypepoping(sqInt returnHolder, ffi_type *ffiType, sqInt argumentsAndReceiverCount);
                                                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66507:23: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long') from 'void *' [-Wint-conversion]
                        anParameterAddress = parameters[i];
                                           ^ ~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66509:26: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'void *' [-Wint-conversion]
                                doFreeFromTask(task, anParameterAddress);
                                                     ^~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2585:47: note: expanded from macro 'doFreeFromTask'
#define doFreeFromTask(aTask,anAddress) (free(anAddress))
                                              ^~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/malloc/_malloc.h:42:18: note: passing argument to parameter here
void     free(void *);
                    ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66518:23: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'void *' [-Wint-conversion]
        doFreeFromTask(task, ((sqInt)task));
                             ^~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2585:47: note: expanded from macro 'doFreeFromTask'
#define doFreeFromTask(aTask,anAddress) (free(anAddress))
                                              ^~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/malloc/_malloc.h:42:18: note: passing argument to parameter here
void     free(void *);
                    ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66569:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                                ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66572:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                longAt(theFP + FoxCallerContext))
                                       ^~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66573:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : ((byteAt((callerFP + FoxFrameFlags) + 2)) != 0
                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66576:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAt(callerFP + FoxThisContext))
                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66585:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                return longAt(theFP + FoxMethod);
                              ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66588:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                return ((byteAt((theFP + FoxFrameFlags) + 3)) != 0
                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66590:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                (numArgs = byteAt((theFP + FoxFrameFlags) + 1)),
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66591:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                longAt(theFP + ((FoxCallerSavedIP + BytesPerWord) + (((sqInt)((usqInt)(numArgs) << (shiftForWord())))))))
                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66596:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                return longAt(theFP + FoxReceiver);
                              ^~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66601:66: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                return ((index - CtxtTempFrameStart) < ((frameNumArgs = byteAt((theFP + FoxFrameFlags) + 1)))
                                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66602:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs - (index - CtxtTempFrameStart)) * BytesPerWord))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66603:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : longAt(((theFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - (index - CtxtTempFrameStart)) * BytesPerWord)));
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66633:9: warning: incompatible integer to pointer conversion returning 'sqInt' (aka 'long') from a function with result type 'void *' [-Wint-conversion]
        return longAt((anOop1 + BaseHeaderSize) + (0U << (shiftForWord())));
               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66697:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp8 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66703:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp9 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), (((usqInt)integerVal1 << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66712:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66718:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop1);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66724:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp10 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), (((usqInt)integerVal2 << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66730:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp11 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), (((usqInt)integerVal3 << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66739:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp2 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop2);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66745:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp3 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop3);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66755:10: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqIntptr_t' (aka 'long') [-Wint-conversion]
                ptr[0] = (((sqIntptr_t)aPointer));
                       ^ ~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66757:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp4 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop4);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66766:25: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'const void *' [-Wint-conversion]
                memcpy(targetPointer, returnHolder, sizeToCopy);
                                      ^~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/secure/_string.h:63:33: note: expanded from macro 'memcpy'
                __builtin___memcpy_chk (dest, __VA_ARGS__, __darwin_obsz0 (dest))
                                              ^~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66768:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp5 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop5);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66775:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp6 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), floatObjectOf(f));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66782:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp7 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), floatObjectOf(f1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66854:12: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long') [-Wint-conversion]
                        address = longAt((oop1 + BaseHeaderSize) + (0U << (shiftForWord())));
                                ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66873:10: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'const void *' [-Wint-conversion]
                memcpy(argHolder, srcPtr, argTypeSize);
                       ^~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/secure/_string.h:63:62: note: expanded from macro 'memcpy'
                __builtin___memcpy_chk (dest, __VA_ARGS__, __darwin_obsz0 (dest))
                                                                           ^~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/secure/_common.h:38:55: note: expanded from macro '__darwin_obsz0'
#define __darwin_obsz0(object) __builtin_object_size (object, 0)
                                                      ^~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66873:10: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'void *' [-Wint-conversion]
                memcpy(argHolder, srcPtr, argTypeSize);
                       ^~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/secure/_string.h:63:27: note: expanded from macro 'memcpy'
                __builtin___memcpy_chk (dest, __VA_ARGS__, __darwin_obsz0 (dest))
                                        ^~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67502:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67520:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67544:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newCopy);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67568:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67591:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        copiedValues = longAt(GIV(stackPointer));
                                  ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67632:125: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((newClosure1 + BaseHeaderSize) + (((sqInt)((usqInt)(ClosureOuterContextIndex) << (shiftForWord())))), longAt(GIV(stackPointer) + (2 * BytesPerWord)));
                                                                                                                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67647:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), newClosure);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67694:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67702:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        aContext = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67821:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67924:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67938:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        value = ((index - 1) < ((frameNumArgs = byteAt((spouseFP + FoxFrameFlags) + 1)))
                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67939:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs - (index - 1)) * BytesPerWord))
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67940:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : longAt(((spouseFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - (index - 1)) * BytesPerWord)));
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67942:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67977:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        value = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164
warning, variable nsMethodCache doesn't exist or has already been removed:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67979:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67981:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        aContext = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68135:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68149:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((index - 1) < ((frameNumArgs = byteAt((spouseFP + FoxFrameFlags) + 1)))) {
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68150:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((spouseFP + FoxCallerSavedIP) + ((frameNumArgs - (index - 1)) * BytesPerWord), value);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68153:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(((spouseFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - (index - 1)) * BytesPerWord), value);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68156:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68183:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68267:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)sz << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68291:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        context = longAt(GIV(stackPointer));
                             ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68304:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)flags << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68320:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        flag = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68400:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argumentArray = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68402:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        methodArg = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                           ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68580:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68586:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top1 = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68592:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), primRcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68598:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68620:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object1);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68624:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp2 = GIV(stackPointer) - BytesPerWord), object2);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68628:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp3 = GIV(stackPointer) - BytesPerWord), object3);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68632:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object4);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68685:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argumentArray = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68687:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        primIdx = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68722:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                GIV(tempOop2) = longAt(GIV(stackPointer) + (4 * BytesPerWord));
                                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68724:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                rcvr = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68741:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), rcvr);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68753:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68806:2: warning: expression result unused [-Wunused-value]
        !GIV(primFailCode);
        ^    ~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68814:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        rcvr = longAt(GIV(stackPointer));
                                          ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68818:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), rcvr);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68822:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp4 = GIV(stackPointer) - BytesPerWord), (((usqInt)primIdx << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68825:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(tempOop));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68872:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        methodArgument = longAt(GIV(stackPointer));
                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68885:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68947:3: warning: expression result unused [-Wunused-value]
                !GIV(primFailCode);
                ^    ~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68961:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68964:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68967:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68967:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68971:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68988:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68991:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68994:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68998:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69010:64: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        shouldSkipStoreBytecode = reapAndResetErrorCodeToheader(GIV(framePointer), methodHeader1);
                                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62025:37: note: passing argument to parameter 'theFP' here
reapAndResetErrorCodeToheader(sqInt theFP, sqInt methodHeader)
                                    ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69070:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        methodArgument = longAt(GIV(stackPointer));
                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69072:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argumentArray = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69097:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69106:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord), rcvr);
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69113:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69176:3: warning: expression result unused [-Wunused-value]
                !GIV(primFailCode);
                ^    ~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69190:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr1 = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69193:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69196:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69196:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69200:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69217:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69220:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69223:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), rcvr1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69227:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp7 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69239:64: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        shouldSkipStoreBytecode = reapAndResetErrorCodeToheader(GIV(framePointer), methodHeader1);
                                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62025:37: note: passing argument to parameter 'theFP' here
reapAndResetErrorCodeToheader(sqInt theFP, sqInt methodHeader)
                                    ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69514:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69532:7: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long') from 'void *' [-Wint-conversion]
        addr = malloc(byteSize);
             ^ ~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69544:9: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqIntptr_t' (aka 'long') [-Wint-conversion]
        ptr[0] = (((sqIntptr_t)addr));
               ^ ~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69547:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69565:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop1 = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69586:7: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long') [-Wint-conversion]
        addr = longAt((oop + BaseHeaderSize) + (0U << (shiftForWord())));
             ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69593:18: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
         || (isInMemory(addr)))) {
                        ^~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40167:18: note: passing argument to parameter 'address' here
isInMemory(sqInt address)
                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69626:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69654:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        obj = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69672:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69688:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer1 = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69704:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69771:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69799:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        obj = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69817:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69833:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueOop = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69835:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer1 = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69851:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (4 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69915:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69944:85: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        handlerOrNilOrZero = findMethodWithPrimitiveFromContextUpToContext(199, longAt(GIV(stackPointer)), GIV(nilObj));
                                                                                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69950:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), handlerOrNilOrZero);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69979:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        stopContext = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69981:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        calleeContext = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70011:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(theFP + FoxSavedFP)) == 0) {
                            ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70012:83: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        handlerOrNilOrZero = findMethodWithPrimitiveFromContextUpToContext(198, longAt(theFP + FoxCallerContext), stopContext);
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70016:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        startFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                                       ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70020:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (((byteAt((theFP1 + FoxFrameFlags) + 2)) != 0)
                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70021:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                 && (stopContext == (longAt(theFP1 + FoxThisContext)))) {
                                                            ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70025:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (!((byteAt((theFP1 + FoxFrameFlags) + 3)) != 0)) {
                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70026:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        theMethod = longAt(theFP1 + FoxMethod);
                                                           ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70036:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                if ((byteAt((theFP1 + FoxFrameFlags) + 2)) != 0) {
                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70038:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        handlerOrNilOrZero = longAt(theFP1 + FoxThisContext);
                                                                                    ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70046:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                theFP1 = pointerForOop(longAt(theFP1 + FoxSavedFP));
                                                              ^~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70048:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        senderContext = longAt(theFPAbove + FoxCallerContext);
                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70075:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), handlerOrNilOrZero);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70094:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oldMethod = longAt(GIV(stackPointer));
                               ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70124:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        selector = longAt(GIV(stackPointer));
                              ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70173:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70181:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)integerVal1 << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70203:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70499:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70522:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70524:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70622:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70647:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        newValue = longAt(GIV(stackPointer));
                              ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70649:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70651:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70801:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70822:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70824:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70882:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70898:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70900:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70919:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70940:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70942:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70999:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71015:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71017:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71034:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71055:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71057:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71114:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71130:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71132:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71149:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71170:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71172:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71228:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71244:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71246:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71263:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71284:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71286:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71343:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71359:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71361:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71378:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71399:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71401:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71458:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71474:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71476:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71493:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71513:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71515:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71571:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71586:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71588:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71604:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71625:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71627:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71686:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71702:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71704:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71723:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71744:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71746:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71803:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71819:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71821:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71838:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71858:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71860:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71915:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71930:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71932:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71948:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71969:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71971:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72030:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72046:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72048:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72067:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72104:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        module = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72106:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        symbol = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72151:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                moduleHandle = ((void *) (ioLoadModuleOfLength(moduleNameString, moduleNameStringSize)));
                                                               ^~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:558:35: note: passing argument to parameter 'moduleNameIndex' here
void  *ioLoadModuleOfLength(sqInt moduleNameIndex, sqInt moduleNameLength);
                                  ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72187:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        address = ioLoadSymbolOfLengthFromModule(symbolString, symbolStringSize, moduleHandle);
                                                 ^~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:559:45: note: passing argument to parameter 'functionNameIndex' here
void  *ioLoadSymbolOfLengthFromModule(sqInt functionNameIndex, sqInt functionNameLength, void *moduleHandle);
                                            ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72196:9: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqIntptr_t' (aka 'long') [-Wint-conversion]
        ptr[0] = (((sqIntptr_t)address));
               ^ ~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72199:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72220:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72222:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72278:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72293:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72295:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72311:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72332:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72334:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72393:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72409:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72411:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72430:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72451:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72453:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72510:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72526:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72528:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72545:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72565:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72567:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72622:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72637:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72639:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72655:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72724:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), result);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72742:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        sema = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72797:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        thang = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72799:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72802:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(falseObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72830:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (trueOrFalse
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72851:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(falseObj));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72861:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp3 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(trueObj));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72872:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp4 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(trueObj));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72878:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(falseObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72915:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        GIV(messageSelector) = longAt(GIV(stackPointer) + ((GIV(argumentCount) - 1) * BytesPerWord));
                                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72917:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        newReceiver = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72920:64: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (i * BytesPerWord), longAt(GIV(stackPointer) + ((i - 1) * BytesPerWord)));
                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72920:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (i * BytesPerWord), longAt(GIV(stackPointer) + ((i - 1) * BytesPerWord)));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72938:71: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput(GIV(stackPointer) + ((i - 1) * BytesPerWord), longAt(GIV(stackPointer) + (i * BytesPerWord)));
                                                                                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72938:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput(GIV(stackPointer) + ((i - 1) * BytesPerWord), longAt(GIV(stackPointer) + (i * BytesPerWord)));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72940:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord), GIV(messageSelector));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72993:3: warning: expression result unused [-Wunused-value]
                !GIV(primFailCode);
                ^    ~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73007:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73010:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73013:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73013:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73017:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73034:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73037:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73040:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73044:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73056:64: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        shouldSkipStoreBytecode = reapAndResetErrorCodeToheader(GIV(framePointer), methodHeader1);
                                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62025:37: note: passing argument to parameter 'theFP' here
reapAndResetErrorCodeToheader(sqInt theFP, sqInt methodHeader)
                                    ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73087:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        obj = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73095:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        boolean = longAt(GIV(stackPointer));
                             ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73130:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), wasPinned);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73169:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73206:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        msecsObj = longAt(GIV(stackPointer));
                              ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73208:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        sema = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73277:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        usecsObj = longAt(GIV(stackPointer));
                              ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73279:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        sema = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73365:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73367:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73416:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73436:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp3 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)(byteAt((rcvr + BaseHeaderSize) + index)) << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73449:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp4 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73462:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73478:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop1);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73525:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        newValue = longAt(GIV(stackPointer));
                              ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73527:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73529:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73583:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73675:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73694:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73708:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp3 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73727:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp4 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73758:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73760:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73762:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73830:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73847:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73849:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73851:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73880:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73901:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73903:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73905:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73964:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73980:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73982:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73984:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74003:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74024:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74026:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74028:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74087:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74103:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74105:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74107:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74126:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74147:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74149:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74151:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74209:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74225:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74227:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74229:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74248:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74270:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74272:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74274:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74334:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74351:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74353:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74355:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74375:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74397:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74399:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74401:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74461:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74478:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74480:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74482:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74502:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74523:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74525:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74527:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74585:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74601:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74603:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74605:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74623:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74644:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74646:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74648:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74709:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74725:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74727:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74729:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74750:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74771:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74773:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74775:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74836:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74852:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74854:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74856:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74877:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74898:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74900:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74902:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74959:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74975:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74977:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74979:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74997:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75019:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75021:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75023:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75093:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75110:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75112:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75114:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75144:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75170:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        ctxt = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75172:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75277:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75279:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75281:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75344:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75360:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75362:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75364:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75387:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75408:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75410:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75412:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75473:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75489:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75491:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75493:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75514:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75535:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75537:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75539:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75600:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75616:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75618:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75620:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75641:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75662:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75664:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75666:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75728:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75744:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75746:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75748:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75771:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75826:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        aContextOrNil = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75837:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        thisCtx = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75880:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if ((pointerForOop(longAt(theFP + FoxSavedFP))) != contextsFP) {
                                                  ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75882:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                numArgs = byteAt((theFP + FoxFrameFlags) + 1);
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75890:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) {
                                                                         ^~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75900:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                contextsIP = ((usqInt)(pointerForOop(longAt(frameAbove + FoxCallerSavedIP))));
                                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75902:91: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                newSP = (frameAbove + ((FoxCallerSavedIP + BytesPerWord) + (((sqInt)((usqInt)((byteAt((frameAbove + FoxFrameFlags) + 1))) << (shiftForWord())))))) + BytesPerWord;
                                                                                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75906:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(newSP, longAt(source));
                                                                ^~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75906:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(newSP, longAt(source));
                                                  ^~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75908:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                longAtput(newFP + FoxSavedFP, contextsFP);
                                          ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75908:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                longAtput(newFP + FoxSavedFP, contextsFP);
                                                              ^~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75909:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                longAtput(newFP + FoxCallerSavedIP, contextsIP);
                                          ^~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75933:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                currentCtx = longAt(theFP + FoxCallerContext);
                                    ^~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75974:48: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        while (((callerFP1 = pointerForOop(longAt(fp1 + FoxSavedFP)))) != 0) {
                                                                                  ^~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76015:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                while (((callerFP2 = pointerForOop(longAt(fp2 + FoxSavedFP)))) != 0) {
                                                                                          ^~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76027:79: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
(frameAbove + ((FoxCallerSavedIP + BytesPerWord) + (((sqInt)((usqInt)((byteAt((frameAbove + FoxFrameFlags) + 1))) << (shiftForWord())))))) + BytesPerWord)) - BytesPerWord;
                                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76028:51: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        longAtput(contextsSP, pointerForOop(longAt(frameAbove + FoxCallerSavedIP)));
                                                                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76028:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        longAtput(contextsSP, pointerForOop(longAt(frameAbove + FoxCallerSavedIP)));
                                                                  ^~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76028:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        longAtput(contextsSP, pointerForOop(longAt(frameAbove + FoxCallerSavedIP)));
                                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76045:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                currentCtx = longAt(theFP1 + FoxCallerContext);
                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76078:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(theFP + FoxCallerContext, aContextOrNil);
                          ^~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76240:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (offset * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76261:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76266:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76474:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result1);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76508:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76632:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) {
                                                                 ^~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76644:90: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        theSP = (theFPAbove + ((FoxCallerSavedIP + BytesPerWord) + (((sqInt)((usqInt)((byteAt((theFPAbove + FoxFrameFlags) + 1))) << (shiftForWord())))))) + BytesPerWord;
                                                                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76645:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if ((byteAt((theFP + FoxFrameFlags) + 2)) != 0) {
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76647:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                objOrFP = longAt(theFP + FoxThisContext);
                                                 ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76705:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76801:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76809:10: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'int *' [-Wint-conversion]
        longjmp(aJumpBuf, 1);
                ^~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/setjmp.h:88:28: note: passing argument to parameter here
extern void longjmp(jmp_buf, int) __dead2;
                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76825:9: warning: incompatible integer to pointer conversion returning 'sqInt' (aka 'long') from a function with result type 'void *' [-Wint-conversion]
        return longAt((anOop + BaseHeaderSize) + (0U << (shiftForWord())));
               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76984:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                flags = longAt(theFP + FoxFrameFlags);
                                               ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76986:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(theFP + FoxFrameFlags, flags - 2);
                                                  ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76988:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        } while(((theFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0);
                                                               ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:14662:1: warning: unused function 'pageListIsWellFormed' [-Wunused-function]
pageListIsWellFormed(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:30303:1: warning: unused function 'isImmediateFloat' [-Wunused-function]
isImmediateFloat(sqInt oop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:30411:1: warning: unused function 'maxSlotsForAlloc' [-Wunused-function]
maxSlotsForAlloc(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:30423:1: warning: unused function 'numFreeLists' [-Wunused-function]
numFreeLists(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:30642:1: warning: unused function 'wordIndexableFormat' [-Wunused-function]
wordIndexableFormat(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:30703:1: warning: unused function 'allNewSpaceObjectsHaveZeroRTRefCount' [-Wunused-function]
allNewSpaceObjectsHaveZeroRTRefCount(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:30782:1: warning: unused function 'allWeakSurvivorsOnWeakList' [-Wunused-function]
allWeakSurvivorsOnWeakList(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:31183:1: warning: unused function 'firstCorpse' [-Wunused-function]
firstCorpse(sqInt headOfCorpseList)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:31433:1: warning: unused function 'noUnfiredEphemeronsAtEndOfRememberedSet' [-Wunused-function]
noUnfiredEphemeronsAtEndOfRememberedSet(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:33302:1: warning: unused function 'allObjectsUnmarked' [-Wunused-function]
allObjectsUnmarked(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:33417:1: warning: unused function 'allOldMarkedWeakObjectsOnWeaklingStack' [-Wunused-function]
allOldMarkedWeakObjectsOnWeaklingStack(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:34270:1: warning: unused function 'allocationUnit' [-Wunused-function]
allocationUnit(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:34281:1: warning: unused function 'allStrongSlotsOfWeaklingAreMarked' [-Wunused-function]
allStrongSlotsOfWeaklingAreMarked(sqInt aWeakling)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:34307:1: warning: unused function 'allUnscannedEphemeronsAreActive' [-Wunused-function]
allUnscannedEphemeronsAreActive(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:34339:1: warning: unused function 'assertInnerValidFreeObject' [-Wunused-function]
assertInnerValidFreeObject(sqInt objOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:34912:1: warning: unused function 'bitsSetInFreeSpaceMaskForAllFreeLists' [-Wunused-function]
bitsSetInFreeSpaceMaskForAllFreeLists(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:34974:1: warning: unused function 'bridgeSize' [-Wunused-function]
bridgeSize(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:34981:1: warning: unused function 'byteFormatMask' [-Wunused-function]
byteFormatMask(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:36304:1: warning: unused function 'classIndexFieldWidth' [-Wunused-function]
classIndexFieldWidth(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:36441:1: warning: unused function 'classTableRootSlots' [-Wunused-function]
classTableRootSlots(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:37553:1: warning: unused function 'ephemeronFormat' [-Wunused-function]
ephemeronFormat(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:37560:1: warning: unused function 'existInstancesInNewSpaceOf' [-Wunused-function]
existInstancesInNewSpaceOf(sqInt classObj)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:37768:1: warning: unused function 'fetchPointerofFreeChunk' [-Wunused-function]
fetchPointerofFreeChunk(sqInt fieldIndex, sqInt objOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:38132:1: warning: unused function 'firstFixedFieldOfMaybeImmediate' [-Wunused-function]
firstFixedFieldOfMaybeImmediate(sqInt oop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:38194:1: warning: unused function 'firstStringyFakeFormat' [-Wunused-function]
firstStringyFakeFormat(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:38447:1: warning: unused function 'formatOf' [-Wunused-function]
formatOf(sqInt objOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:38457:1: warning: unused function 'forwardedFormat' [-Wunused-function]
forwardedFormat(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:38468:1: warning: unused function 'forwardersIn' [-Wunused-function]
forwardersIn(sqInt anObject)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:38494:1: warning: unused function 'freeChunkNextIndex' [-Wunused-function]
freeChunkNextIndex(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:38504:1: warning: unused function 'freeChunkParentIndex' [-Wunused-function]
freeChunkParentIndex(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:38515:1: warning: unused function 'freeChunkPrevIndex' [-Wunused-function]
freeChunkPrevIndex(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:38733:1: warning: unused function 'goodContextSize' [-Wunused-function]
goodContextSize(sqInt oop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:38830:1: warning: unused function 'hasSpurMemoryManagerAPI' [-Wunused-function]
hasSpurMemoryManagerAPI(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:38903:1: warning: unused function 'hiddenRootSlots' [-Wunused-function]
hiddenRootSlots(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:38910:1: warning: unused function 'hiddenRootsObject' [-Wunused-function]
hiddenRootsObject(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:39976:1: warning: unused function 'isContextHeader' [-Wunused-function]
isContextHeader(sqInt aHeader)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:39983:1: warning: unused function 'isContextNonImm' [-Wunused-function]
isContextNonImm(sqInt oop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40001:1: warning: unused function 'isCopiedIntoSegment' [-Wunused-function]
isCopiedIntoSegment(sqInt anObjectInTheHeap)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40024:1: warning: unused function 'isEnumerableObjectNoAssert' [-Wunused-function]
isEnumerableObjectNoAssert(sqInt objOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40060:1: warning: unused function 'isEphemeron' [-Wunused-function]
isEphemeron(sqInt objOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40080:1: warning: unused function 'isForwardedClassTag' [-Wunused-function]
isForwardedClassTag(sqInt classIndex)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40105:1: warning: unused function 'isFreeObject' [-Wunused-function]
isFreeObject(sqInt objOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40112:1: warning: unused function 'isFreeOop' [-Wunused-function]
isFreeOop(sqInt oop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40127:1: warning: unused function 'isInClassTable' [-Wunused-function]
isInClassTable(sqInt objOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40150:1: warning: unused function 'isInEden' [-Wunused-function]
isInEden(sqInt objOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40157:1: warning: unused function 'isInFutureSpace' [-Wunused-function]
isInFutureSpace(sqInt address)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40192:1: warning: unused function 'isInNewSpace' [-Wunused-function]
isInNewSpace(sqInt objOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40207:1: warning: unused function 'isInPastSpace' [-Wunused-function]
isInPastSpace(sqInt address)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40214:1: warning: unused function 'isLargeFreeObject' [-Wunused-function]
isLargeFreeObject(sqInt objOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40221:1: warning: unused function 'isMaybeFiredEphemeron' [-Wunused-function]
isMaybeFiredEphemeron(sqInt objOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40240:1: warning: unused function 'isObjEphemeron' [-Wunused-function]
isObjEphemeron(sqInt objOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40251:1: warning: unused function 'isObjImmutable' [-Wunused-function]
isObjImmutable(sqInt anOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40365:1: warning: unused function 'isRemembered' [-Wunused-function]
isRemembered(sqInt objOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40375:1: warning: unused function 'isSegmentBridge' [-Wunused-function]
isSegmentBridge(sqInt objOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40382:1: warning: unused function 'isSemaphoreOop' [-Wunused-function]
isSemaphoreOop(sqInt anOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40442:1: warning: unused function 'isValidObjStackAt' [-Wunused-function]
isValidObjStackAt(sqInt objStackRootIndex)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40589:1: warning: unused function 'isWeakNonImm' [-Wunused-function]
isWeakNonImm(sqInt objOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40727:1: warning: unused function 'knownClassAtIndex' [-Wunused-function]
knownClassAtIndex(sqInt classIndex)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40736:1: warning: unused function 'lastPointerFormat' [-Wunused-function]
lastPointerFormat(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40847:1: warning: unused function 'lengthOfMaybeImmediate' [-Wunused-function]
lengthOfMaybeImmediate(sqInt oop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:43187:1: warning: unused function 'newSpaceIsEmpty' [-Wunused-function]
newSpaceIsEmpty(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:43404:1: warning: unused function 'noUnscannedEphemerons' [-Wunused-function]
noUnscannedEphemerons(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:47544:1: warning: unused function 'slidingCompactionInProgress' [-Wunused-function]
slidingCompactionInProgress(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:47612:1: warning: unused function 'startOfObject' [-Wunused-function]
startOfObject(sqInt objOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:48620:1: warning: unused function 'validClassTableHashes' [-Wunused-function]
validClassTableHashes(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:48701:1: warning: unused function 'validFreeTreeChunk' [-Wunused-function]
validFreeTreeChunk(sqInt chunk)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:48744:1: warning: unused function 'validObjStacks' [-Wunused-function]
validObjStacks(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:49541:1: warning: unused function 'isMobile' [-Wunused-function]
isMobile(sqInt obj)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:49552:1: warning: unused function 'isPostMobile' [-Wunused-function]
isPostMobile(sqInt obj)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:49818:1: warning: unused function 'savedFirstFieldsSpaceWasAllocated' [-Wunused-function]
savedFirstFieldsSpaceWasAllocated(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:50675:1: warning: unused function 'validRelocationPlanInPass' [-Wunused-function]
validRelocationPlanInPass(sqInt onePass)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:50740:1: warning: unused function 'segLimit' [-Wunused-function]
segLimit(SpurSegmentInfo * self_in_segLimit)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:50835:1: warning: unused function 'allBridgesMarked' [-Wunused-function]
allBridgesMarked(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:50885:1: warning: unused function 'bridgeAt' [-Wunused-function]
bridgeAt(sqInt segIndex)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:50900:1: warning: unused function 'bridgeFor' [-Wunused-function]
bridgeFor(SpurSegmentInfo *aSegment)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:51023:1: warning: unused function 'isInSegments' [-Wunused-function]
isInSegments(usqInt address)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:51044:1: warning: unused function 'isValidSegmentBridge' [-Wunused-function]
isValidSegmentBridge(sqInt objOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:51346:1: warning: unused function 'segmentOverlap' [-Wunused-function]
segmentOverlap(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:51812:1: warning: unused function 'allOnesAsCharStar' [-Wunused-function]
allOnesAsCharStar(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52829:1: warning: unused function 'checkStackPointerForMaybeMarriedContext' [-Wunused-function]
checkStackPointerForMaybeMarriedContext(sqInt aContext)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52971:1: warning: unused function 'contexthasValidInversePCMappingOfin' [-Wunused-function]
contexthasValidInversePCMappingOfin(sqInt aContext, sqInt theIP, char *theFP)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53074:1: warning: unused function 'cr' [-Wunused-function]
cr(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55196:1: warning: unused function 'frameCallerContext' [-Wunused-function]
frameCallerContext(char *theFP)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55203:1: warning: unused function 'frameContext' [-Wunused-function]
frameContext(char *theFP)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55213:1: warning: unused function 'frameHasContext' [-Wunused-function]
frameHasContext(char *theFP)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55223:1: warning: unused function 'frameIsBlockActivation' [-Wunused-function]
frameIsBlockActivation(char *theFP)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55233:1: warning: unused function 'frameMethodObject' [-Wunused-function]
frameMethodObject(char *theFP)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55240:1: warning: unused function 'frameMethod' [-Wunused-function]
frameMethod(char *theFP)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55250:1: warning: unused function 'frameNumArgs' [-Wunused-function]
frameNumArgs(char *theFP)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55269:1: warning: unused function 'frameReceiver' [-Wunused-function]
frameReceiver(char *theFP)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55361:1: warning: unused function 'getDesiredCogCodeSize' [-Wunused-function]
getDesiredCogCodeSize(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55786:1: warning: unused function 'ifCurrentStackPageHasValidHeadPointers' [-Wunused-function]
ifCurrentStackPageHasValidHeadPointers(StackPage *thePage)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55807:1: warning: unused function 'iframeMethod' [-Wunused-function]
iframeMethod(char *theFP)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:56057:1: warning: unused function 'isMarriedOrWidowedContext' [-Wunused-function]
isMarriedOrWidowedContext(sqInt aContext)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:56076:1: warning: unused function 'isMetaPrimitiveIndex' [-Wunused-function]
isMetaPrimitiveIndex(sqInt primIndex)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:56090:1: warning: unused function 'isPrimitiveFunctionPointerAnIndex' [-Wunused-function]
isPrimitiveFunctionPointerAnIndex(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58036:1: warning: unused function 'maybeLeakCheckExternalPrimCall' [-Wunused-function]
maybeLeakCheckExternalPrimCall(sqInt aMethodObj)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58172:1: warning: unused function 'methodHeaderIndicatesLargeFrame' [-Wunused-function]
methodHeaderIndicatesLargeFrame(sqInt methodHeader)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58491:1: warning: unused function 'noMarkedContextsOnPage' [-Wunused-function]
noMarkedContextsOnPage(StackPage *thePage)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58886:1: warning: unused function 'printActivationNameForSelectorstartClass' [-Wunused-function]
printActivationNameForSelectorstartClass(sqInt aSelector, sqInt startClass)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61443:1: warning: unused function 'pushedReceiverOrClosureOfFrame' [-Wunused-function]
pushedReceiverOrClosureOfFrame(char *theFP)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62820:1: warning: unused function 'saneFunctionPointerForFailureOfPrimIndex' [-Wunused-function]
saneFunctionPointerForFailureOfPrimIndex(sqInt primIndex)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63980:1: warning: unused function 'space' [-Wunused-function]
space(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:64420:1: warning: unused function 'stackLimitBytes' [-Wunused-function]
stackLimitBytes(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:64451:1: warning: unused function 'stackLimitOffset' [-Wunused-function]
stackLimitOffset(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:64514:1: warning: unused function 'stackPageHeadroom' [-Wunused-function]
stackPageHeadroom(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65613:1: warning: unused function 'validInstructionPointerinFrame' [-Wunused-function]
validInstructionPointerinFrame(usqInt anInstrPointer, char *fp)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65640:1: warning: unused function 'validStackPageBaseFrames' [-Wunused-function]
validStackPageBaseFrames(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1809:13: warning: unused variable 'byteCount' [-Wunused-variable]
_iss usqInt byteCount;
            ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1810:12: warning: unused variable 'cifs' [-Wunused-variable]
_iss sqInt cifs;
           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1811:12: warning: unused variable 'codeGeneratorToComputeAccessorDepth' [-Wunused-variable]
_iss sqInt codeGeneratorToComputeAccessorDepth;
           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1812:12: warning: unused variable 'functions' [-Wunused-variable]
_iss sqInt functions;
           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1813:12: warning: unused variable 'largeOpaqueMemoryManager' [-Wunused-variable]
_iss sqInt largeOpaqueMemoryManager;
           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1814:12: warning: unused variable 'memoryManager' [-Wunused-variable]
_iss sqInt memoryManager;
           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1815:12: warning: unused variable 'nextAddress' [-Wunused-variable]
_iss sqInt nextAddress;
           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1816:12: warning: unused variable 'preferredPinningSegment' [-Wunused-variable]
_iss sqInt preferredPinningSegment;
           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1817:12: warning: unused variable 'statCoalesces' [-Wunused-variable]
_iss sqInt statCoalesces;
           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1818:14: warning: unused variable 'statFGCDeltaUsecs' [-Wunused-variable]
_iss usqLong statFGCDeltaUsecs;
             ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1819:14: warning: unused variable 'statIncrGCUsecs' [-Wunused-variable]
_iss usqLong statIncrGCUsecs;
             ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1820:12: warning: unused variable 'testWorker' [-Wunused-variable]
_iss sqInt testWorker;
           ^

StackInterpreter>>checkImageVersionFrom: contains declaration for non-existent variable imageOffset
StackInterpreter>>reapAndResetErrorCodeTo:header: contains declaration for non-existent variable theSP
StackInterpreterPrimitives>>primitiveFFIAllocate contains declaration for non-existent variable ptr
StackInterpreter>>readImageFromFile:StartingAt: contains declaration for non-existent variable heapSize
StackInterpreter>>readImageFromFile:StartingAt: contains declaration for non-existent variable minimumMemory
StackInterpreter>>readImageFromFile:StartingAt: contains declaration for non-existent variable allocationReserve
StackInterpreterPrimitives>>doPrimitiveWorkerExtractReturnValue contains declaration for non-existent variable externalFunction
StackInterpreterPrimitives>>primitiveLoadSymbolFromModule contains declaration for non-existent variable ptr
StackInterpreterPrimitives>>primitiveFFIFree contains declaration for non-existent variable ptr

conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject:
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject:
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject:
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject:
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject:
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in primitiveFFIFree
Local variable name 'receiver' in doPrimitiveWorkerCallout may mask method when inlining

Local variable name 'stack' in pathTo:using:followWeak: may mask method when inlining

Local variable name 'stack' in pruneStack:stackp: may mask method when inlining

Local variable name 'receiver' in doPrimitiveWorkerExtractReturnValue may mask method when inlining

compactionStartUsecs localised to fullGC

gcMarkEndUsecs localised to fullGC

extA localised to interpret

extB localised to interpret

lkupClassTag localised to interpret

numExtB localised to interpret

the2ndUnknownShort localised to writeImageFileIO
26 June 2022 11:16:26.566625 pm
warning, signature of InterpreterProxy>>characterTable does not match reference implementation.
warning, signature of InterpreterProxy>>fullGC does not match reference implementation.
warning, signature of InterpreterProxy>>pop:thenPush: does not match reference implementation.
warning, signature of InterpreterProxy>>positive32BitValueOf: does not match reference implementation.
warning, signature of InterpreterProxy>>pushRemappableOop: does not match reference implementation.
external plugin FilePlugin generated as FilePlugin
warning, signature of InterpreterProxy>>pop:thenPush: does not match reference implementation.
warning, signature of InterpreterProxy>>pushBool: does not match reference implementation.
external plugin FloatArrayPlugin generated as FloatArrayPlugin
warning, signature of InterpreterProxy>>pop:thenPush: does not match reference implementation.
external plugin SurfacePlugin generated as SurfacePlugin
26 June 2022 11:16:27.131965 pm

warning, variable nsMethodCache doesn't exist or has already been removed
StackInterpreter>>checkImageVersionFrom: contains declaration for non-existent variable imageOffset
StackInterpreter>>reapAndResetErrorCodeTo:header: contains declaration for non-existent variable theSP
StackInterpreterPrimitives>>primitiveFFIAllocate contains declaration for non-existent variable ptr
StackInterpreter>>readImageFromFile:StartingAt: contains declaration for non-existent variable heapSize
StackInterpreter>>readImageFromFile:StartingAt: contains declaration for non-existent variable minimumMemory
StackInterpreter>>readImageFromFile:StartingAt: contains declaration for non-existent variable allocationReserve
StackInterpreterPrimitives>>doPrimitiveWorkerExtractReturnValue contains declaration for non-existent variable externalFunction
StackInterpreterPrimitives>>primitiveLoadSymbolFromModule contains declaration for non-existent variable ptr
StackInterpreterPrimitives>>primitiveFFIFree contains declaration for non-existent variable ptr

conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in primitiveFFIFree
Local variable name 'receiver' in doPrimitiveWorkerCallout may mask method when inlining

Local variable name 'stack' in pathTo:using:followWeak: may mask method when inlining

Local variable name 'stack' in pruneStack:stackp: may mask method when inlining

Local variable name 'receiver' in doPrimitiveWorkerExtractReturnValue may mask method when inlining

compactionStartUsecs localised to fullGC

gcMarkEndUsecs localised to fullGC

extA localised to interpret

extB localised to interpret

lkupClassTag localised to interpret

numExtB localised to interpret

the2ndUnknownShort localised to writeImageFileIO2478 warnings generated.
[ 33%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqHeapMap.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqHeapMap.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqHeapMap.c
[ 33%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqVirtualMachine.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqVirtualMachine.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:306:11: warning: incompatible pointer types assigning to 'sqInt (*)(sqInt)' (aka 'long long (*)(long long)') from 'void (sqInt)' (aka 'void (long long)') [-Wincompatible-pointer-types]
        VM->push = push;
                 ^ ~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:308:16: warning: incompatible pointer types assigning to 'sqInt (*)(double)' (aka 'long long (*)(double)') from 'void (double)' [-Wincompatible-pointer-types]
        VM->pushFloat = pushFloat;
                      ^ ~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:432:37: warning: incompatible pointer types assigning to 'void *(*)(sqInt, sqInt, sqInt)' (aka 'void *(*)(long long, long long, long long)') from 'void *(sqInt, sqInt, void *)' (aka 'void *(long long, long long, void *)') [-Wincompatible-pointer-types]
        VM->ioLoadSymbolOfLengthFromModule = ioLoadSymbolOfLengthFromModule;
                                           ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:459:26: warning: incompatible pointer types assigning to 'void (*)(void)' from 'sqInt (void)' (aka 'long long (void)') [-Wincompatible-pointer-types]
        VM->forceInterruptCheck = forceInterruptCheck;
                                ^ ~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:546:23: warning: incompatible pointer types assigning to 'sqInt (*)(char *)' (aka 'long long (*)(char *)') from 'sqInt (const char *)' (aka 'long long (const char *)') [-Wincompatible-pointer-types]
        VM->stringForCString = stringForCString;
                             ^ ~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:557:37: warning: incompatible pointer types assigning to 'sqInt (*)(vmccp)' (aka 'long long (*)(struct _VMCallbackContext *)') from 'sqInt (void *)' (aka 'long long (void *)') [-Wincompatible-pointer-types]
        VM->ptEnterInterpreterFromCallback = ptEnterInterpreterFromCallback;
                                           ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:558:34: warning: incompatible pointer types assigning to 'sqInt (*)(vmccp)' (aka 'long long (*)(struct _VMCallbackContext *)') from 'sqInt (void *)' (aka 'long long (void *)') [-Wincompatible-pointer-types]
        VM->ptExitInterpreterToCallback = ptExitInterpreterToCallback;
                                        ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:562:27: warning: incompatible pointer types assigning to 'sqInt (*)(int)' (aka 'long long (*)(int)') from 'Semaphore *(int)' (aka 'struct __Semaphore *(int)') [-Wincompatible-pointer-types]
        VM->platformSemaphoreNew = platform_semaphore_new;
                                 ^ ~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:565:35: warning: incompatible pointer types assigning to 'sqInt (*)(sqInt)' (aka 'long long (*)(long long)') from 'void (sqInt)' (aka 'void (long long)') [-Wincompatible-pointer-types]
        VM->waitOnExternalSemaphoreIndex = waitOnExternalSemaphoreIndex;
                                         ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
9 warnings generated.
[ 34%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqNamedPrims.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqNamedPrims.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqNamedPrims.c

26 June 2022 11:16:39.212301 pm
1870 warnings generated.
[ 33%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqHeapMap.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqHeapMap.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqHeapMap.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqHeapMap.c:22:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqHeapMap.c:22:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqHeapMap.c:22:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqHeapMap.c:22:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
4 warnings generated.
[ 33%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqVirtualMachine.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqVirtualMachine.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:8:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:8:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:8:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:8:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:306:11: warning: incompatible pointer types assigning to 'sqInt (*)(sqInt)' (aka 'long (*)(long)') from 'void (sqInt)' (aka 'void (long)') [-Wincompatible-pointer-types]
        VM->push = push;
                 ^ ~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:308:16: warning: incompatible pointer types assigning to 'sqInt (*)(double)' (aka 'long (*)(double)') from 'void (double)' [-Wincompatible-pointer-types]
        VM->pushFloat = pushFloat;
                      ^ ~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:432:37: warning: incompatible pointer types assigning to 'void *(*)(sqInt, sqInt, sqInt)' (aka 'void *(*)(long, long, long)') from 'void *(sqInt, sqInt, void *)' (aka 'void *(long, long, void *)') [-Wincompatible-pointer-types]
        VM->ioLoadSymbolOfLengthFromModule = ioLoadSymbolOfLengthFromModule;
                                           ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:459:26: warning: incompatible pointer types assigning to 'void (*)(void)' from 'sqInt (void)' (aka 'long (void)') [-Wincompatible-pointer-types]
        VM->forceInterruptCheck = forceInterruptCheck;
                                ^ ~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:510:22: warning: incompatible pointer types assigning to 'volatile unsigned long (*)(void)' from 'volatile unsigned long long (void)' [-Wincompatible-pointer-types]
        VM->utcMicroseconds = ioUTCMicroseconds;
                            ^ ~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:546:23: warning: incompatible pointer types assigning to 'sqInt (*)(char *)' (aka 'long (*)(char *)') from 'sqInt (const char *)' (aka 'long (const char *)') [-Wincompatible-pointer-types]
        VM->stringForCString = stringForCString;
                             ^ ~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:557:37: warning: incompatible pointer types assigning to 'sqInt (*)(vmccp)' (aka 'long (*)(struct _VMCallbackContext *)') from 'sqInt (void *)' (aka 'long (void *)') [-Wincompatible-pointer-types]
        VM->ptEnterInterpreterFromCallback = ptEnterInterpreterFromCallback;
                                           ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:558:34: warning: incompatible pointer types assigning to 'sqInt (*)(vmccp)' (aka 'long (*)(struct _VMCallbackContext *)') from 'sqInt (void *)' (aka 'long (void *)') [-Wincompatible-pointer-types]
        VM->ptExitInterpreterToCallback = ptExitInterpreterToCallback;
                                        ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:562:27: warning: incompatible pointer types assigning to 'sqInt (*)(int)' (aka 'long (*)(int)') from 'Semaphore *(int)' (aka 'struct __Semaphore *(int)') [-Wincompatible-pointer-types]
        VM->platformSemaphoreNew = platform_semaphore_new;
                                 ^ ~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:565:35: warning: incompatible pointer types assigning to 'sqInt (*)(sqInt)' (aka 'long (*)(long)') from 'void (sqInt)' (aka 'void (long)') [-Wincompatible-pointer-types]
        VM->waitOnExternalSemaphoreIndex = waitOnExternalSemaphoreIndex;
                                         ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
14 warnings generated.
[ 34%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqNamedPrims.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqNamedPrims.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqNamedPrims.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqNamedPrims.c:14:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqNamedPrims.c:14:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqNamedPrims.c:14:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqNamedPrims.c:14:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
4 warnings generated.
[ 34%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqExternalSemaphores.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqExternalSemaphores.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqExternalSemaphores.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqExternalSemaphores.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqExternalSemaphores.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqExternalSemaphores.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqExternalSemaphores.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqExternalSemaphores.c:135:6: warning: unused variable 'v' [-Wunused-variable]
        int v;
            ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqExternalSemaphores.c:267:11: warning: unused variable 'xArray' [-Wunused-variable]
    sqInt xArray;
          ^
6 warnings generated.
[ 35%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqTicker.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqTicker.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqTicker.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqTicker.c:54:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqTicker.c:54:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqTicker.c:54:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqTicker.c:54:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
4 warnings generated.
[ 35%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/osx/aioOSX.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/osx/aioOSX.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/osx/aioOSX.c
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/osx/aioOSX.c:264:6: warning: unused variable 'n' [-Wunused-variable]
        int n;
            ^
1 warning generated.
[ 36%] Building C object CMakeFiles/PharoVMCore.dir/src/debugUnix.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/src/debugUnix.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/src/debugUnix.c
/builds/workspace/pharo-vm_pharo-9/repository/src/debugUnix.c:369:8: warning: unused variable 'pc' [-Wunused-variable]
        void *pc;
              ^
/builds/workspace/pharo-vm_pharo-9/repository/src/debugUnix.c:489:2: warning: 'getcontext' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations]
        getcontext(&uap);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/ucontext.h:37:6: note: 'getcontext' has been explicitly marked deprecated here
int  getcontext(ucontext_t *) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_5, __MAC_10_6, __IPHONE_2_0, __IPHONE_2_0) __WATCHOS_PROHIBITED __TVOS_PROHIBITED;
     ^
/builds/workspace/pharo-vm_pharo-9/repository/src/debugUnix.c:77:12: warning: unused variable 'inFault' [-Wunused-variable]
static int inFault = 0;
           ^
3 warnings generated.
[ 37%] Building CXX object CMakeFiles/PharoVMCore.dir/src/utilsMac.mm.o
/Library/Developer/CommandLineTools/usr/bin/c++  -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/src/utilsMac.mm.o -c /builds/workspace/pharo-vm_pharo-9/repository/src/utilsMac.mm
[ 37%] Building C object CMakeFiles/PharoVMCore.dir/src/fileDialogMac.m.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/src/fileDialogMac.m.o   -c /builds/workspace/pharo-vm_pharo-9/repository/src/fileDialogMac.m
[ 38%] Building C object CMakeFiles/PharoVMCore.dir/src/parameters/parameters.m.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/src/parameters/parameters.m.o   -c /builds/workspace/pharo-vm_pharo-9/repository/src/parameters/parameters.m
[ 38%] Building C object CMakeFiles/PharoVMCore.dir/src/memoryUnix.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/src/memoryUnix.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/src/memoryUnix.c
[ 39%] Linking CXX shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/PharoVMCore.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/c++  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -dynamiclib -Wl,-headerpad_max_install_names  -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib -install_name @executable_path/Plugins/libPharoVMCore.dylib CMakeFiles/PharoVMCore.dir/src/debug.c.o CMakeFiles/PharoVMCore.dir/src/utils.c.o CMakeFiles/PharoVMCore.dir/src/errorCode.c.o CMakeFiles/PharoVMCore.dir/src/nullDisplay.c.o CMakeFiles/PharoVMCore.dir/src/externalPrimitives.c.o CMakeFiles/PharoVMCore.dir/src/client.c.o CMakeFiles/PharoVMCore.dir/src/pathUtilities.c.o CMakeFiles/PharoVMCore.dir/src/fileDialogCommon.c.o CMakeFiles/PharoVMCore.dir/src/stringUtilities.c.o CMakeFiles/PharoVMCore.dir/src/imageAccess.c.o CMakeFiles/PharoVMCore.dir/src/parameters/parameterVector.c.o CMakeFiles/PharoVMCore.dir/src/parameters/parameters.c.o CMakeFiles/PharoVMCore.dir/src/semaphores/platformSemaphore.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/heartbeat.c.o CMakeFiles/PharoVMCore.dir/ffi/src/functionDefinitionPrimitives.c.o CMakeFiles/PharoVMCore.dir/ffi/src/primitiveCalls.c.o CMakeFiles/PharoVMCore.dir/ffi/src/primitiveUtils.c.o CMakeFiles/PharoVMCore.dir/ffi/src/types.c.o CMakeFiles/PharoVMCore.dir/ffi/src/typesPrimitives.c.o CMakeFiles/PharoVMCore.dir/ffi/src/utils.c.o CMakeFiles/PharoVMCore.dir/ffi/src/sameThread/sameThread.c.o CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbackPrimitives.c.o CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbacks.c.o CMakeFiles/PharoVMCore.dir/src/semaphores/pharoSemaphore.c.o CMakeFiles/PharoVMCore.dir/src/threadSafeQueue/threadSafeQueue.c.o CMakeFiles/PharoVMCore.dir/ffi/src/pThreadedFFI.c.o CMakeFiles/PharoVMCore.dir/ffi/src/worker/worker.c.o CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerPrimitives.c.o CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerTask.c.o CMakeFiles/PharoVMCore.dir/generated/64/vm/src/gcc3x-interp.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqHeapMap.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqVirtualMachine.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqNamedPrims.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqExternalSemaphores.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqTicker.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/osx/aioOSX.c.o CMakeFiles/PharoVMCore.dir/src/debugUnix.c.o CMakeFiles/PharoVMCore.dir/src/utilsMac.mm.o CMakeFiles/PharoVMCore.dir/src/fileDialogMac.m.o CMakeFiles/PharoVMCore.dir/src/parameters/parameters.m.o CMakeFiles/PharoVMCore.dir/src/memoryUnix.c.o -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libffi.dylib -framework AppKit -framework CoreGraphics 
[ 39%] Built target PharoVMCore
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/SqueakSSL.dir/build.make CMakeFiles/SqueakSSL.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/SqueakSSL.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/SqueakSSL.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/SqueakSSL.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/SqueakSSL.dir/depend.internal".
Scanning dependencies of target SqueakSSL
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/SqueakSSL.dir/build.make CMakeFiles/SqueakSSL.dir/build
[ 40%] Building C object CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DSqueakSSL_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "SqueakSSLPlugin VMMaker.oscog-eem.2480 uuid: bb3ffda7-8241-4dea-b886-d656e474b6c1 " __DATE__ ;
            ^
1 warning generated.
[ 40%] Building C object CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DSqueakSSL_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c:11:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c:11:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c:11:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c:11:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
4 warnings generated.
[ 41%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libSqueakSSL.dylib
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/SqueakSSL.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -dynamiclib -Wl,-headerpad_max_install_names  -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libSqueakSSL.dylib -install_name @executable_path/Plugins/libSqueakSSL.dylib CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c.o CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c.o -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib -framework CoreFoundation -framework Security build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libffi.dylib -framework AppKit -framework CoreGraphics 
[ 41%] Built target SqueakSSL
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/MiscPrimitivePlugin.dir/build.make CMakeFiles/MiscPrimitivePlugin.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/MiscPrimitivePlugin.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/MiscPrimitivePlugin.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/MiscPrimitivePlugin.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/MiscPrimitivePlugin.dir/depend.internal".
Scanning dependencies of target MiscPrimitivePlugin
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/MiscPrimitivePlugin.dir/build.make CMakeFiles/MiscPrimitivePlugin.dir/build
[ 41%] Building C object CMakeFiles/MiscPrimitivePlugin.dir/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DMiscPrimitivePlugin_EXPORTS -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/MiscPrimitivePlugin.dir/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "MiscPrimitivePlugin VMMaker.oscog-eem.2480 uuid: bb3ffda7-8241-4dea-b886-d656e474b6c1 " __DATE__ ;
            ^
warning, signature of InterpreterProxy>>characterTable does not match reference implementation.
warning, signature of InterpreterProxy>>fullGC does not match reference implementation.
warning, signature of InterpreterProxy>>pop:thenPush: does not match reference implementation.
warning, signature of InterpreterProxy>>positive32BitValueOf: does not match reference implementation.
warning, signature of InterpreterProxy>>pushRemappableOop: does not match reference implementation.
external plugin FilePlugin generated as FilePlugin1 warning generated.
[ 42%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libMiscPrimitivePlugin.dylib
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/MiscPrimitivePlugin.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -dynamiclib -Wl,-headerpad_max_install_names  -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libMiscPrimitivePlugin.dylib -install_name @executable_path/Plugins/libMiscPrimitivePlugin.dylib CMakeFiles/MiscPrimitivePlugin.dir/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libffi.dylib -framework AppKit -framework CoreGraphics 
[ 42%] Built target MiscPrimitivePlugin
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/FloatArrayPlugin.dir/build.make CMakeFiles/FloatArrayPlugin.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/FloatArrayPlugin.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/FloatArrayPlugin.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/FloatArrayPlugin.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/FloatArrayPlugin.dir/depend.internal".
Scanning dependencies of target FloatArrayPlugin
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/FloatArrayPlugin.dir/build.make CMakeFiles/FloatArrayPlugin.dir/build
[ 43%] Building C object CMakeFiles/FloatArrayPlugin.dir/generated/64/plugins/src/FloatArrayPlugin/FloatArrayPlugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFloatArrayPlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/FloatArrayPlugin.dir/generated/64/plugins/src/FloatArrayPlugin/FloatArrayPlugin.c.o   -c /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/FloatArrayPlugin/FloatArrayPlugin.c
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/FloatArrayPlugin/FloatArrayPlugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "FloatArrayPlugin * VMMaker-tonel.1 uuid: 9ba6cb08-c29e-0d00-a784-311c015a4f3a " __DATE__ ;
            ^

warning, signature of InterpreterProxy>>pop:thenPush: does not match reference implementation.
warning, signature of InterpreterProxy>>pushBool: does not match reference implementation.
external plugin FloatArrayPlugin generated as FloatArrayPlugin
warning, signature of InterpreterProxy>>pop:thenPush: does not match reference implementation.
external plugin SurfacePlugin generated as SurfacePlugin
26 June 2022 11:16:39.810385 pm
PharoVMMaker
cd /builds/workspace/pharo-vm_pharo-9/build-StackVM && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/build-StackVM /builds/workspace/pharo-vm_pharo-9/build-StackVM /builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/PharoVMCore.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/PharoVMCore.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/PharoVMCore.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/PharoVMCore.dir/depend.internal".
1 warning generated.
[ 43%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libFloatArrayPlugin.dylib
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/FloatArrayPlugin.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -dynamiclib -Wl,-headerpad_max_install_names  -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libFloatArrayPlugin.dylib -install_name @executable_path/Plugins/libFloatArrayPlugin.dylib CMakeFiles/FloatArrayPlugin.dir/generated/64/plugins/src/FloatArrayPlugin/FloatArrayPlugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libffi.dylib -framework AppKit -framework CoreGraphics 
[ 43%] Built target FloatArrayPlugin
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/BitBltPlugin.dir/build.make CMakeFiles/BitBltPlugin.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/BitBltPlugin.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/BitBltPlugin.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/BitBltPlugin.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/BitBltPlugin.dir/depend.internal".
Scanning dependencies of target BitBltPlugin
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/BitBltPlugin.dir/build.make CMakeFiles/BitBltPlugin.dir/build
[ 43%] Building C object CMakeFiles/BitBltPlugin.dir/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DBitBltPlugin_EXPORTS -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/BitBltPlugin.dir/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1686:8: warning: unused variable 'dxLowBits' [-Wunused-variable]
        sqInt dxLowBits;
              ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1690:8: warning: unused variable 'pixPerM11' [-Wunused-variable]
        sqInt pixPerM11;
              ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1685:8: warning: unused variable 'done' [-Wunused-variable]
        sqInt done;
              ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1694:8: warning: unused variable 't' [-Wunused-variable]
        sqInt t;
              ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1691:8: warning: unused variable 'startBits' [-Wunused-variable]
        sqInt startBits;
              ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1688:15: warning: unused variable 'm1' [-Wunused-variable]
        unsigned int m1;
                     ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1687:8: warning: unused variable 'endBits' [-Wunused-variable]
        sqInt endBits;
              ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1692:8: warning: unused variable 'startBits1' [-Wunused-variable]
        sqInt startBits1;
              ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1689:8: warning: unused variable 'pixPerM1' [-Wunused-variable]
        sqInt pixPerM1;
              ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1693:8: warning: unused variable 'sxLowBits' [-Wunused-variable]
        sqInt sxLowBits;
              ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4555:8: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        v = v;
                                        ~ ^ ~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4559:8: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        v = v;
                                        ~ ^ ~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:5028:8: warning: unused variable '_return_value' [-Wunused-variable]
        sqInt _return_value;
              ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6308:8: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        v = v;
                                        ~ ^ ~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6312:8: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        v = v;
                                        ~ ^ ~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:7944:12: warning: explicitly assigning value of variable of type 'unsigned int' to itself [-Wself-assign]
                                                        rgb = rgb;
                                                        ~~~ ^ ~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "BitBltSimulation VMMaker.oscog-eem.2493 uuid: d7437cc5-75c7-4a43-af6b-0f85bf0cebe6 " __DATE__ ;
            ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:411:1: warning: unused function 'affectedBottom' [-Wunused-function]
affectedBottom(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:418:1: warning: unused function 'affectedLeft' [-Wunused-function]
affectedLeft(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:425:1: warning: unused function 'affectedRight' [-Wunused-function]
affectedRight(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:432:1: warning: unused function 'affectedTop' [-Wunused-function]
affectedTop(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1133:1: warning: unused function 'checkSourceOverlap' [-Wunused-function]
checkSourceOverlap(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1271:1: warning: unused function 'copyBitsFastPathSpecialised' [-Wunused-function]
copyBitsFastPathSpecialised(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2494:1: warning: unused function 'default8To32Table' [-Wunused-function]
default8To32Table(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2538:1: warning: unused function 'deltaFromtonSteps' [-Wunused-function]
deltaFromtonSteps(sqInt x1, sqInt x2, sqInt n)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2563:1: warning: unused function 'destMaskAndPointerInit' [-Wunused-function]
destMaskAndPointerInit(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2610:1: warning: unused function 'dither32To16threshold' [-Wunused-function]
dither32To16threshold(unsigned int srcWord, sqInt ditherValue)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2626:1: warning: unused function 'drawLoopXY' [-Wunused-function]
drawLoopXY(sqInt xDelta, sqInt yDelta)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2771:1: warning: unused function 'expensiveDither32To16threshold' [-Wunused-function]
expensiveDither32To16threshold(unsigned int srcWord, sqInt ditherValue)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2819:1: warning: unused function 'fetchIntOrFloatofObject' [-Wunused-function]
fetchIntOrFloatofObject(sqInt fieldIndex, sqInt objectPointer)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2904:1: warning: unused function 'ignoreSourceOrHalftone' [-Wunused-function]
ignoreSourceOrHalftone(sqInt formPointer)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3066:1: warning: unused function 'loadBitBltDestForm' [-Wunused-function]
loadBitBltDestForm(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3551:1: warning: unused function 'loadBitBltSourceForm' [-Wunused-function]
loadBitBltSourceForm(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3641:1: warning: unused function 'loadColorMap' [-Wunused-function]
loadColorMap(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3755:1: warning: unused function 'loadColorMapShiftOrMaskFrom' [-Wunused-function]
loadColorMapShiftOrMaskFrom(sqInt mapOop)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3773:1: warning: unused function 'loadHalftoneForm' [-Wunused-function]
loadHalftoneForm(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3821:1: warning: unused function 'loadWarpBltFrom' [-Wunused-function]
loadWarpBltFrom(sqInt bbObj)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3986:1: warning: unused function 'mapPixelflags' [-Wunused-function]
mapPixelflags(sqInt sourcePixel, sqInt mapperFlags)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4016:1: warning: unused function 'mergewith' [-Wunused-function]
mergewith(unsigned int sourceWord, unsigned int destinationWord)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4490:1: warning: unused function 'partitionedRgbComponentAlphadestnBitsnPartitions' [-Wunused-function]
partitionedRgbComponentAlphadestnBitsnPartitions(unsigned int sourceWord, unsigned int destWord, sqInt nBits, sqInt nParts)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4637:1: warning: unused function 'performCopyLoop' [-Wunused-function]
performCopyLoop(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4790:1: warning: unused function 'pickSourcePixelsflagssrcMaskdestMasksrcShiftIncdstShiftInc' [-Wunused-function]
pickSourcePixelsflagssrcMaskdestMasksrcShiftIncdstShiftInc(sqInt nPixels, sqInt mapperFlags, sqInt srcMask, sqInt dstMask, sqInt srcShiftInc, sqInt dstShiftInc)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4892:1: warning: unused function 'pickWarpPixelAtXy' [-Wunused-function]
pickWarpPixelAtXy(sqInt xx, sqInt yy)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6406:1: warning: unused function 'rgbMap16To32' [-Wunused-function]
rgbMap16To32(sqInt sourcePixel)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6417:1: warning: unused function 'rgbMap32To32' [-Wunused-function]
rgbMap32To32(sqInt sourcePixel)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6427:1: warning: unused function 'rgbMapPixelflags' [-Wunused-function]
rgbMapPixelflags(sqInt sourcePixel, sqInt mapperFlags)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6764:1: warning: unused function 'showDisplayBits' [-Wunused-function]
showDisplayBits(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6780:1: warning: unused function 'sourceSkewAndPointerInit' [-Wunused-function]
sourceSkewAndPointerInit(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6842:1: warning: unused function 'sqAssert' [-Wunused-function]
sqAssert(sqInt aBool)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:7033:1: warning: unused function 'tryCopyingBitsQuickly' [-Wunused-function]
tryCopyingBitsQuickly(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:7160:1: warning: unused function 'warpBits' [-Wunused-function]
warpBits(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:7802:1: warning: unused function 'warpLoopSetup' [-Wunused-function]
warpLoopSetup(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:8027:1: warning: unused function 'warpPickSourcePixelsxDeltahyDeltahxDeltavyDeltavdstShiftIncflags' [-Wunused-function]
warpPickSourcePixelsxDeltahyDeltahxDeltavyDeltavdstShiftIncflags(sqInt nPixels, sqInt xDeltah, sqInt yDeltah, sqInt xDeltav, sqInt yDeltav, sqInt dstShiftInc, sqInt mapperFlags)
^
Scanning dependencies of target PharoVMCore
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build-StackVM'
make -f CMakeFiles/PharoVMCore.dir/build.make CMakeFiles/PharoVMCore.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build-StackVM'
[ 14%] Building C object CMakeFiles/PharoVMCore.dir/src/debug.c.o
/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/src/debug.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/src/debug.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/src/debug.c:1:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 14%] Building C object CMakeFiles/PharoVMCore.dir/src/utils.c.o
/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/src/utils.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/src/utils.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/src/utils.c:1:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/src/utils.c: At top level:
/builds/workspace/pharo-vm_pharo-9/repository/src/utils.c:496:17: warning: ‘max’ defined but not used [-Wunused-function]
 static long int max(long int x, long int y) { return (x > y) ? x : y; }
                 ^
[ 15%] Building C object CMakeFiles/PharoVMCore.dir/src/errorCode.c.o
/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/src/errorCode.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/src/errorCode.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/errorCode.h:6,
                 from /builds/workspace/pharo-vm_pharo-9/repository/src/errorCode.c:1:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 15%] Building C object CMakeFiles/PharoVMCore.dir/src/nullDisplay.c.o
/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/src/nullDisplay.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/src/nullDisplay.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/src/nullDisplay.c:1:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/src/nullDisplay.c: At top level:
/builds/workspace/pharo-vm_pharo-9/repository/src/nullDisplay.c:208:1: warning: ‘dropInit’ defined but not used [-Wunused-function]
 dropInit (void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/src/nullDisplay.c:215:1: warning: ‘dropShutdown’ defined but not used [-Wunused-function]
 dropShutdown (void)
 ^
[ 16%] Building C object CMakeFiles/PharoVMCore.dir/src/externalPrimitives.c.o
/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/src/externalPrimitives.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/src/externalPrimitives.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/src/externalPrimitives.c:33:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 16%] Building C object CMakeFiles/PharoVMCore.dir/src/client.c.o
/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/src/client.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/src/client.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/src/client.c:1:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/src/client.c: In function ‘loadPharoImage’:
/builds/workspace/pharo-vm_pharo-9/repository/src/client.c:206:12: warning: variable ‘imageSize’ set but not used [-Wunused-but-set-variable]
     size_t imageSize = 0;
            ^
[ 17%] Building C object CMakeFiles/PharoVMCore.dir/src/pathUtilities.c.o
/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/src/pathUtilities.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/src/pathUtilities.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/errorCode.h:6,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pathUtilities.h:8,
                 from /builds/workspace/pharo-vm_pharo-9/repository/src/pathUtilities.c:1:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 34%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqExternalSemaphores.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqExternalSemaphores.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqExternalSemaphores.c
[ 18%] Building C object CMakeFiles/PharoVMCore.dir/src/fileDialogCommon.c.o
/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/src/fileDialogCommon.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/src/fileDialogCommon.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/errorCode.h:6,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/fileDialog.h:4,
                 from /builds/workspace/pharo-vm_pharo-9/repository/src/fileDialogCommon.c:1:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 18%] Building C object CMakeFiles/PharoVMCore.dir/src/stringUtilities.c.o
/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/src/stringUtilities.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/src/stringUtilities.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/errorCode.h:6,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/stringUtilities.h:6,
                 from /builds/workspace/pharo-vm_pharo-9/repository/src/stringUtilities.c:1:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 19%] Building C object CMakeFiles/PharoVMCore.dir/src/imageAccess.c.o
/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/src/imageAccess.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/src/imageAccess.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/src/imageAccess.c:1:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
53 warnings generated.
[ 44%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libBitBltPlugin.dylib
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/BitBltPlugin.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -dynamiclib -Wl,-headerpad_max_install_names  -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libBitBltPlugin.dylib -install_name @executable_path/Plugins/libBitBltPlugin.dylib CMakeFiles/BitBltPlugin.dir/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libffi.dylib -framework AppKit -framework CoreGraphics 
CPack: - Install project: PharoVM []
CPack: -   Install component: bin
CPack: -   Install component: c-src
CPack: -   Install component: include
CPack: Create package
CPack: - package: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/packages/PharoVM-9.0.15-4a14a4a7-Darwin-arm64-bin.zip generated.
CPack: - checksum file: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/packages/PharoVM-9.0.15-4a14a4a7-Darwin-arm64-bin.zip.sha1 generated.
CPack: - package: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/packages/PharoVM-9.0.15-4a14a4a7-Darwin-arm64-c-src.zip generated.
CPack: - checksum file: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/packages/PharoVM-9.0.15-4a14a4a7-Darwin-arm64-c-src.zip.sha1 generated.
CPack: - package: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/packages/PharoVM-9.0.15-4a14a4a7-Darwin-arm64-include.zip generated.
CPack: - checksum file: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/packages/PharoVM-9.0.15-4a14a4a7-Darwin-arm64-include.zip.sha1 generated.
CPack: Create package using TGZ
CPack: Install projects
CPack: - Run preinstall target for: PharoVM
[ 19%] Building C object CMakeFiles/PharoVMCore.dir/src/parameters/parameterVector.c.o
/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/src/parameters/parameterVector.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/src/parameters/parameterVector.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/errorCode.h:6,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/parameters/parameterVector.h:10,
                 from /builds/workspace/pharo-vm_pharo-9/repository/src/parameters/parameterVector.c:1:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 20%] Building C object CMakeFiles/PharoVMCore.dir/src/parameters/parameters.c.o
/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/src/parameters/parameters.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/src/parameters/parameters.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/src/parameters/parameters.c:1:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 44%] Built target BitBltPlugin
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/LargeIntegers.dir/build.make CMakeFiles/LargeIntegers.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/LargeIntegers.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/LargeIntegers.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/LargeIntegers.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/LargeIntegers.dir/depend.internal".
Scanning dependencies of target LargeIntegers
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/LargeIntegers.dir/build.make CMakeFiles/LargeIntegers.dir/build
[ 45%] Building C object CMakeFiles/LargeIntegers.dir/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DLargeIntegers_EXPORTS -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/LargeIntegers.dir/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "LargeIntegersPlugin VMMaker.oscog-eem.2495 uuid: fcbf4c90-4c50-4ff3-8690-0edfded4f9c4 " __DATE__ ;
            ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:266:1: warning: unused function 'byteSizeOfCSI' [-Wunused-function]
byteSizeOfCSI(sqInt csi)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:332:1: warning: unused function 'cDigitAddlenwithleninto' [-Wunused-function]
cDigitAddlenwithleninto(unsigned int *pWordShort, sqInt shortLen, unsigned int *pWordLong, sqInt longLen, unsigned int *pWordRes)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:377:1: warning: unused function 'cDigitCopyFromtolen' [-Wunused-function]
cDigitCopyFromtolen(unsigned int *pFrom, unsigned int *pTo, sqInt len)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:389:1: warning: unused function 'cDigitDivlenremlenquolen' [-Wunused-function]
cDigitDivlenremlenquolen(unsigned int *pDiv, sqInt divLen, unsigned int *pRem, sqInt remLen, unsigned int *pQuo, sqInt quoLen)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:541:1: warning: unused function 'cDigitLshiftfromlentolen' [-Wunused-function]
cDigitLshiftfromlentolen(sqInt shiftCount, unsigned int *pFrom, sqInt lenFrom, unsigned int *pTo, sqInt lenTo)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:586:1: warning: unused function 'cDigitMontgomerylentimeslenmodulolenmInvModBinto' [-Wunused-function]
cDigitMontgomerylentimeslenmodulolenmInvModBinto(unsigned int *pFirst, sqInt firstLen, unsigned int *pSecond, sqInt secondLen, unsigned int *pThird, sqInt thirdLen, unsigned int mInv, unsigned int *pRes)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:659:1: warning: unused function 'cDigitMultiplylenwithlenintolen' [-Wunused-function]
cDigitMultiplylenwithlenintolen(unsigned int *pWordShort, sqInt shortLen, unsigned int *pWordLong, sqInt longLen, unsigned int *pWordRes, sqInt resLen)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:711:1: warning: unused function 'cDigitOfatput' [-Wunused-function]
cDigitOfatput(unsigned int *cPointer, sqInt zeroBasedDigitIndex, unsigned int aValue)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:724:1: warning: unused function 'cDigitOpshortlenlongleninto' [-Wunused-function]
cDigitOpshortlenlongleninto(sqInt opIndex, unsigned int *pWordShort, sqInt shortLen, unsigned int *pWordLong, sqInt longLen, unsigned int *pWordRes)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:768:1: warning: unused function 'cDigitReplacefromtowithstartingAt' [-Wunused-function]
cDigitReplacefromtowithstartingAt(unsigned int *pTo, sqInt start, sqInt stop, unsigned int *pFrom, sqInt repStart)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:781:1: warning: unused function 'cDigitRshiftfromlentolen' [-Wunused-function]
cDigitRshiftfromlentolen(sqInt shiftCount, unsigned int *pFrom, sqInt lenFrom, unsigned int *pTo, sqInt lenTo)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:825:1: warning: unused function 'cDigitSublenwithleninto' [-Wunused-function]
cDigitSublenwithleninto(unsigned int *pWordSmall, sqInt smallLen, unsigned int *pWordLarge, sqInt largeLen, unsigned int *pWordRes)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:994:1: warning: unused function 'digitAddLargewith' [-Wunused-function]
digitAddLargewith(sqInt firstInteger, sqInt secondInteger)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1254:1: warning: unused function 'digitCompareLargewith' [-Wunused-function]
digitCompareLargewith(sqInt firstInteger, sqInt secondInteger)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1278:1: warning: unused function 'digitDivLargewithnegative' [-Wunused-function]
digitDivLargewithnegative(sqInt firstInteger, sqInt secondInteger, sqInt neg)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1538:1: warning: unused function 'digitMontgomerytimesmodulomInvModB' [-Wunused-function]
digitMontgomerytimesmodulomInvModB(sqInt firstLarge, sqInt secondLarge, sqInt thirdLarge, unsigned int mInv)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1651:1: warning: unused function 'digitMultiplyLargewithnegative' [-Wunused-function]
digitMultiplyLargewithnegative(sqInt firstInteger, sqInt secondInteger, sqInt neg)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1754:1: warning: unused function 'digitOfCSIat' [-Wunused-function]
digitOfCSIat(sqInt csi, sqInt ix)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1766:1: warning: unused function 'digitOfLargeIntat' [-Wunused-function]
digitOfLargeIntat(sqInt aBytesOop, sqInt ix)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1786:1: warning: unused function 'digitSizeOfCSI' [-Wunused-function]
digitSizeOfCSI(sqInt csi)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1802:1: warning: unused function 'digitSizeOfLargeInt' [-Wunused-function]
digitSizeOfLargeInt(sqInt anOop)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1812:1: warning: unused function 'digitSubLargewith' [-Wunused-function]
digitSubLargewith(sqInt firstInteger, sqInt secondInteger)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:2100:1: warning: unused function 'highBitOfLargeInt' [-Wunused-function]
highBitOfLargeInt(sqInt anOop)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:2326:1: warning: unused function 'normalize' [-Wunused-function]
normalize(sqInt aLargeInteger)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:3797:1: warning: unused function 'sqAssert' [-Wunused-function]
sqAssert(sqInt aBool)
^
[ 20%] Building C object CMakeFiles/PharoVMCore.dir/src/semaphores/platformSemaphore.c.o
/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/src/semaphores/platformSemaphore.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/src/semaphores/platformSemaphore.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/src/semaphores/platformSemaphore.c:1:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 21%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/heartbeat.c.o
/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/heartbeat.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/heartbeat.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/heartbeat.c:19:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 21%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/functionDefinitionPrimitives.c.o
/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/functionDefinitionPrimitives.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/ffi/src/functionDefinitionPrimitives.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/src/functionDefinitionPrimitives.c:1:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
26 warnings generated.
[ 45%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libLargeIntegers.dylib
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/LargeIntegers.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -dynamiclib -Wl,-headerpad_max_install_names  -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libLargeIntegers.dylib -install_name @executable_path/Plugins/libLargeIntegers.dylib CMakeFiles/LargeIntegers.dir/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c.o -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libffi.dylib -framework AppKit -framework CoreGraphics 
[ 22%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/primitiveCalls.c.o
/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/primitiveCalls.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/ffi/src/primitiveCalls.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/src/primitiveCalls.c:1:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/ffi/src/primitiveCalls.c: In function ‘primitiveReleaseParametersForCall’:
/builds/workspace/pharo-vm_pharo-9/repository/ffi/src/primitiveCalls.c:102:8: warning: variable ‘aReturnAddress’ set but not used [-Wunused-but-set-variable]
  sqInt aReturnAddress;
        ^
[ 23%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/primitiveUtils.c.o
/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/primitiveUtils.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/ffi/src/primitiveUtils.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/src/primitiveUtils.c:1:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 23%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/types.c.o
/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/types.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/ffi/src/types.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/src/types.c:1:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 45%] Built target LargeIntegers
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/JPEGReaderPlugin.dir/build.make CMakeFiles/JPEGReaderPlugin.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/JPEGReaderPlugin.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/JPEGReaderPlugin.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/JPEGReaderPlugin.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/JPEGReaderPlugin.dir/depend.internal".
Scanning dependencies of target JPEGReaderPlugin
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/JPEGReaderPlugin.dir/build.make CMakeFiles/JPEGReaderPlugin.dir/build
[ 46%] Building C object CMakeFiles/JPEGReaderPlugin.dir/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReaderPlugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReaderPlugin.dir/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "JPEGReaderPlugin VMMaker.oscog-eem.2480 uuid: bb3ffda7-8241-4dea-b886-d656e474b6c1 " __DATE__ ;
            ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:250:1: warning: unused function 'colorConvertGrayscaleMCU' [-Wunused-function]
colorConvertGrayscaleMCU(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:300:1: warning: unused function 'colorConvertMCU' [-Wunused-function]
colorConvertMCU(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:442:1: warning: unused function 'decodeBlockIntocomponent' [-Wunused-function]
decodeBlockIntocomponent(int *anArray, int *aColorComponent)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:582:1: warning: unused function 'fillBuffer' [-Wunused-function]
fillBuffer(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:610:1: warning: unused function 'getBits' [-Wunused-function]
getBits(sqInt requestedBits)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:662:1: warning: unused function 'idctBlockIntqt' [-Wunused-function]
idctBlockIntqt(int *anArray, int *qt)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:940:1: warning: unused function 'nextSampleCb' [-Wunused-function]
nextSampleCb(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:976:1: warning: unused function 'nextSampleCr' [-Wunused-function]
nextSampleCr(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1012:1: warning: unused function 'nextSampleFromblocks' [-Wunused-function]
nextSampleFromblocks(int *aComponent, int **aBlockArray)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1048:1: warning: unused function 'nextSampleY' [-Wunused-function]
nextSampleY(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1733:1: warning: unused function 'scaleAndSignExtendinFieldWidth' [-Wunused-function]
scaleAndSignExtendinFieldWidth(sqInt aNumber, sqInt w)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1780:1: warning: unused function 'stInit' [-Wunused-function]
stInit(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1787:1: warning: unused function 'storeJPEGStreamOn' [-Wunused-function]
storeJPEGStreamOn(sqInt streamOop)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:111:14: warning: unused variable 'cbSampleStream' [-Wunused-variable]
static sqInt cbSampleStream;
             ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:114:14: warning: unused variable 'crSampleStream' [-Wunused-variable]
static sqInt crSampleStream;
             ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:181:14: warning: unused variable 'ySampleStream' [-Wunused-variable]
static sqInt ySampleStream;
             ^
17 warnings generated.
[ 46%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libJPEGReaderPlugin.dylib
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/JPEGReaderPlugin.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -dynamiclib -Wl,-headerpad_max_install_names  -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libJPEGReaderPlugin.dylib -install_name @executable_path/Plugins/libJPEGReaderPlugin.dylib CMakeFiles/JPEGReaderPlugin.dir/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libffi.dylib -framework AppKit -framework CoreGraphics 
/builds/workspace/pharo-vm_pharo-9/repository/ffi/src/types.c: In function ‘fillBasicType’:
/builds/workspace/pharo-vm_pharo-9/repository/ffi/src/types.c:112:2: warning: ‘address’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  setHandler(aOop, address);
  ^
[ 24%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/typesPrimitives.c.o
/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/typesPrimitives.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/ffi/src/typesPrimitives.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/src/typesPrimitives.c:1:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 24%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/utils.c.o
/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/utils.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/ffi/src/utils.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/src/utils.c:1:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 25%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/sameThread/sameThread.c.o
/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/sameThread/sameThread.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/ffi/src/sameThread/sameThread.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/src/sameThread/sameThread.c:3:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 46%] Built target JPEGReaderPlugin
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/DSAPrims.dir/build.make CMakeFiles/DSAPrims.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/DSAPrims.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/DSAPrims.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/DSAPrims.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/DSAPrims.dir/depend.internal".
Scanning dependencies of target DSAPrims
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/DSAPrims.dir/build.make CMakeFiles/DSAPrims.dir/build
[ 46%] Building C object CMakeFiles/DSAPrims.dir/extracted/plugins/DSAPrims/src/common/DSAPrims.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DDSAPrims_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/DSAPrims.dir/extracted/plugins/DSAPrims/src/common/DSAPrims.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "DSAPlugin CryptographyPlugins-eem.14 uuid: 54292ff0-b538-43ba-9195-26766c158ba9 " __DATE__ ;
            ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:106:1: warning: unused function 'addBackDivisorDigitShift' [-Wunused-function]
addBackDivisorDigitShift(sqInt digitShift)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:144:1: warning: unused function 'bigDivideLoop' [-Wunused-function]
bigDivideLoop(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:265:1: warning: unused function 'leftRotateby' [-Wunused-function]
leftRotateby(unsigned int anInteger, sqInt bits)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:675:1: warning: unused function 'subtractDivisorMultipliedByDigitdigitShift' [-Wunused-function]
subtractDivisorMultipliedByDigitdigitShift(sqInt digit, sqInt digitShift)
^
5 warnings generated.
[ 47%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libDSAPrims.dylib
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/DSAPrims.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -dynamiclib -Wl,-headerpad_max_install_names  -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libDSAPrims.dylib -install_name @executable_path/Plugins/libDSAPrims.dylib CMakeFiles/DSAPrims.dir/extracted/plugins/DSAPrims/src/common/DSAPrims.c.o -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libffi.dylib -framework AppKit -framework CoreGraphics 
[ 47%] Built target DSAPrims
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/SocketPlugin.dir/build.make CMakeFiles/SocketPlugin.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/SocketPlugin.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/SocketPlugin.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/SocketPlugin.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/SocketPlugin.dir/depend.internal".
/builds/workspace/pharo-vm_pharo-9/repository/ffi/src/sameThread/sameThread.c: In function ‘sameThreadCallbackEnter’:
/builds/workspace/pharo-vm_pharo-9/repository/ffi/src/sameThread/sameThread.c:34:8: warning: unused variable ‘flags’ [-Wunused-variable]
  sqInt flags;
        ^
[ 25%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbackPrimitives.c.o
/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbackPrimitives.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/ffi/src/callbacks/callbackPrimitives.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/callbacks.h:6,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/src/callbacks/callbackPrimitives.c:1:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/ffi/src/callbacks/callbackPrimitives.c: In function ‘primitiveRegisterCallback’:
/builds/workspace/pharo-vm_pharo-9/repository/ffi/src/callbacks/callbackPrimitives.c:102:11: warning: unused variable ‘handler’ [-Wunused-variable]
     void *handler;
           ^
[ 26%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbacks.c.o
/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbacks.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/ffi/src/callbacks/callbacks.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/callbacks.h:6,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/src/callbacks/callbacks.c:1:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 26%] Building C object CMakeFiles/PharoVMCore.dir/src/semaphores/pharoSemaphore.c.o
/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/src/semaphores/pharoSemaphore.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/src/semaphores/pharoSemaphore.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/src/semaphores/pharoSemaphore.c:1:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 27%] Building C object CMakeFiles/PharoVMCore.dir/src/threadSafeQueue/threadSafeQueue.c.o
/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/src/threadSafeQueue/threadSafeQueue.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/src/threadSafeQueue/threadSafeQueue.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/semaphores/platformSemaphore.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/repository/src/threadSafeQueue/threadSafeQueue.c:2:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 28%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/pThreadedFFI.c.o
/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/pThreadedFFI.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/ffi/src/pThreadedFFI.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/src/pThreadedFFI.c:1:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 28%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/worker/worker.c.o
/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/worker/worker.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/ffi/src/worker/worker.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/src/worker/worker.c:1:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 29%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerPrimitives.c.o
/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerPrimitives.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/ffi/src/worker/workerPrimitives.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/src/worker/workerPrimitives.c:1:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqExternalSemaphores.c:78:9: warning: 'max' macro redefined [-Wmacro-redefined]
#define max(a,b) (a > b ? a : b)
        ^
/usr/x86_64-w64-mingw32/sys-root/mingw/include/minwindef.h:173:9: note: previous definition is here
#define max(a, b) (((a) > (b)) ? (a) : (b))
        ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqExternalSemaphores.c:79:9: warning: 'min' macro redefined [-Wmacro-redefined]
#define min(a,b) (a < b ? a : b)
        ^
/usr/x86_64-w64-mingw32/sys-root/mingw/include/minwindef.h:177:9: note: previous definition is here
#define min(a, b) (((a) < (b)) ? (a) : (b))
        ^
2 warnings generated.
[ 35%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqTicker.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqTicker.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqTicker.c
Scanning dependencies of target SocketPlugin
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/SocketPlugin.dir/build.make CMakeFiles/SocketPlugin.dir/build
[ 47%] Building C object CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DSocketPlugin_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:1499:8: warning: unused variable 'okToListen' [-Wunused-variable]
        sqInt okToListen;
              ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:2311:3: warning: pointer/integer type mismatch in conditional expression ('SocketPtr' (aka 'SQSocket *') and 'int') [-Wconditional-type-mismatch]
                ? ((SocketPtr) (firstIndexableField(socketOop)))
                ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "SocketPlugin VMMaker.oscog-eem.2495 uuid: fcbf4c90-4c50-4ff3-8690-0edfded4f9c4 " __DATE__ ;
            ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:245:1: warning: unused function 'netAddressToInt' [-Wunused-function]
netAddressToInt(unsigned char *ptrToByteArray)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:2296:1: warning: unused function 'socketRecordSize' [-Wunused-function]
socketRecordSize(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:2307:1: warning: unused function 'socketValueOf' [-Wunused-function]
socketValueOf(sqInt socketOop)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:2318:1: warning: unused function 'sqAssert' [-Wunused-function]
sqAssert(sqInt aBool)
^
7 warnings generated.
[ 48%] Building C object CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DSocketPlugin_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c
[ 48%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libSocketPlugin.dylib
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/SocketPlugin.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -dynamiclib -Wl,-headerpad_max_install_names  -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libSocketPlugin.dylib -install_name @executable_path/Plugins/libSocketPlugin.dylib CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c.o CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c.o -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libffi.dylib -framework AppKit -framework CoreGraphics 
[ 48%] Built target SocketPlugin
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/FilePlugin.dir/build.make CMakeFiles/FilePlugin.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/FilePlugin.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/FilePlugin.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/FilePlugin.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/FilePlugin.dir/depend.internal".
Scanning dependencies of target FilePlugin
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/FilePlugin.dir/build.make CMakeFiles/FilePlugin.dir/build
[ 48%] Building C object CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFilePlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
[ 29%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerTask.c.o
/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerTask.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/ffi/src/worker/workerTask.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/callbacks.h:6,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/workerTask.h:6,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/src/worker/workerTask.c:1:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 30%] Building C object CMakeFiles/PharoVMCore.dir/generated/64/vm/src/gcc3x-interp.c.o
/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/generated/64/vm/src/gcc3x-interp.c.o   -c /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: At top level:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:44:0: warning: ignoring #pragma auto_inline  [-Wunknown-pragmas]
 #pragma auto_inline(off)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61:0: warning: ignoring #pragma auto_inline  [-Wunknown-pragmas]
 #pragma auto_inline(on)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘interpret’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2724:30: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
  localSP = pointerForOop(GIV(stackPointer));
                              ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2725:30: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
  localFP = pointerForOop(GIV(framePointer));
                              ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:38:0:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/dispdbg.h:88:38: warning: statement with no effect [-Wunused-value]
 # define bytecodeDispatchDebugHook() 0
                                      ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2731:3: note: in expansion of macro ‘bytecodeDispatchDebugHook’
   bytecodeDispatchDebugHook();
   ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2733:3: note: in expansion of macro ‘VM_LABEL’
   VM_LABEL(bytecodeDispatch);
   ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2741:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(pushReceiverVariableBytecode);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2745:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize));
                              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2755:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(pushReceiverVariableBytecode1);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2759:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize) + 8 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2769:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(pushReceiverVariableBytecode2);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2773:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize) + 16 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2783:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(pushReceiverVariableBytecode3);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2787:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize) + 24 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2797:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(pushReceiverVariableBytecode4);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2801:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize) + 32 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2811:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(pushReceiverVariableBytecode5);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2815:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize) + 40 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2825:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(pushReceiverVariableBytecode6);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2829:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize) + 48 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2839:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(pushReceiverVariableBytecode7);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2843:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize) + 56 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2853:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(pushReceiverVariableBytecode8);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2857:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize) + 64 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2867:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(pushReceiverVariableBytecode9);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2871:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize) + 72 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2881:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(pushReceiverVariableBytecode10);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2885:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize) + 80 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2895:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(pushReceiverVariableBytecode11);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2899:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize) + 88 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2909:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(pushReceiverVariableBytecode12);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2913:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize) + 96 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2923:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(pushReceiverVariableBytecode13);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2927:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize) + 104 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2937:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(pushReceiverVariableBytecode14);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2941:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize) + 112 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2951:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(pushReceiverVariableBytecode15);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2955:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize) + 120 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2966:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(pushTemporaryVariableBytecode);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2970:76: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     object = (0 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2971:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs) * BytesPerWord))
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2972:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs) * BytesPerWord)));
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2983:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(pushTemporaryVariableBytecode1);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2987:76: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     object = (1 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2988:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 1 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2989:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 1 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3000:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(pushTemporaryVariableBytecode2);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3004:76: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     object = (2 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3005:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 2 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3006:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 2 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3017:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(pushTemporaryVariableBytecode3);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3021:76: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     object = (3 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3022:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 3 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3023:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 3 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3034:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(pushTemporaryVariableBytecode4);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3038:76: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     object = (4 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3039:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 4 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3040:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 4 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3051:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(pushTemporaryVariableBytecode5);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3055:76: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     object = (5 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3056:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 5 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3057:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 5 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3068:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(pushTemporaryVariableBytecode6);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3072:76: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     object = (6 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3073:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 6 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3074:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 6 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3085:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(pushTemporaryVariableBytecode7);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3089:76: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     object = (7 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3090:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 7 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3091:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 7 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3102:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(pushTemporaryVariableBytecode8);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3106:76: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     object = (8 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3107:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 8 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3108:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 8 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3119:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(pushTemporaryVariableBytecode9);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3123:76: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     object = (9 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3124:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 9 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3125:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 9 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3136:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(pushTemporaryVariableBytecode10);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3140:77: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     object = (10 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3141:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 10 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3142:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 10 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3153:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(pushTemporaryVariableBytecode11);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3157:77: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     object = (11 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3158:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 11 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3159:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 11 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3169:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(pushTemporaryVariableBytecode12);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3173:77: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     object = (12 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3174:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 12 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3175:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 12 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3185:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(pushTemporaryVariableBytecode13);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3189:77: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     object = (13 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3190:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 13 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3191:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 13 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3201:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(pushTemporaryVariableBytecode14);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3205:77: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     object = (14 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3206:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 14 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3207:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 14 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3217:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(pushTemporaryVariableBytecode15);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3221:77: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     object = (15 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3222:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 15 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3223:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 15 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3233:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(pushLiteralConstantBytecode);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3249:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(pushLiteralConstantBytecode1);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3265:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(pushLiteralConstantBytecode2);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3281:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(pushLiteralConstantBytecode3);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3297:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(pushLiteralConstantBytecode4);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3313:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(pushLiteralConstantBytecode5);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3329:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(pushLiteralConstantBytecode6);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3345:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(pushLiteralConstantBytecode7);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3361:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(pushLiteralConstantBytecode8);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3377:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(pushLiteralConstantBytecode9);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3393:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(pushLiteralConstantBytecode10);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3409:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(pushLiteralConstantBytecode11);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3425:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(pushLiteralConstantBytecode12);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3441:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(pushLiteralConstantBytecode13);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3457:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(pushLiteralConstantBytecode14);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3473:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(pushLiteralConstantBytecode15);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3489:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(pushLiteralConstantBytecode16);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3505:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(pushLiteralConstantBytecode17);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3521:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(pushLiteralConstantBytecode18);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3537:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(pushLiteralConstantBytecode19);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3553:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(pushLiteralConstantBytecode20);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3569:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(pushLiteralConstantBytecode21);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3585:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(pushLiteralConstantBytecode22);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3601:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(pushLiteralConstantBytecode23);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3617:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(pushLiteralConstantBytecode24);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3633:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(pushLiteralConstantBytecode25);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3649:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(pushLiteralConstantBytecode26);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3665:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(pushLiteralConstantBytecode27);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3681:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(pushLiteralConstantBytecode28);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3697:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(pushLiteralConstantBytecode29);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3713:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(pushLiteralConstantBytecode30);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3729:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(pushLiteralConstantBytecode31);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3746:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(pushLiteralVariableBytecode);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3768:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(pushLiteralVariableBytecode1);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3790:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(pushLiteralVariableBytecode2);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3812:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(pushLiteralVariableBytecode3);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3834:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(pushLiteralVariableBytecode4);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3856:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(pushLiteralVariableBytecode5);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3878:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(pushLiteralVariableBytecode6);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3900:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(pushLiteralVariableBytecode7);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3922:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(pushLiteralVariableBytecode8);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3944:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(pushLiteralVariableBytecode9);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3966:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(pushLiteralVariableBytecode10);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3988:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(pushLiteralVariableBytecode11);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4010:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(pushLiteralVariableBytecode12);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4032:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(pushLiteralVariableBytecode13);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4054:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(pushLiteralVariableBytecode14);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4076:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(pushLiteralVariableBytecode15);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4097:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(pushLiteralVariableBytecode16);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4118:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(pushLiteralVariableBytecode17);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4139:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(pushLiteralVariableBytecode18);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4160:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(pushLiteralVariableBytecode19);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4181:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(pushLiteralVariableBytecode20);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4202:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(pushLiteralVariableBytecode21);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4223:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(pushLiteralVariableBytecode22);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4244:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(pushLiteralVariableBytecode23);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4265:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(pushLiteralVariableBytecode24);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4286:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(pushLiteralVariableBytecode25);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4307:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(pushLiteralVariableBytecode26);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4328:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(pushLiteralVariableBytecode27);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4349:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(pushLiteralVariableBytecode28);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4370:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(pushLiteralVariableBytecode29);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4391:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(pushLiteralVariableBytecode30);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4412:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(pushLiteralVariableBytecode31);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4441:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(storeAndPopReceiverVariableBytecode);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4443:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     rcvr = longAt(localFP + FoxReceiver);
                   ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4497:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(storeAndPopTemporaryVariableBytecode);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4503:42: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     if (offset < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))) {
                                          ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4504:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
      longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - offset) * BytesPerWord), valueOop);
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4507:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
      longAtput(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - offset) * BytesPerWord), valueOop);
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4521:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(storeAndPopTemporaryVariableBytecode1);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4527:42: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     if (offset < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))) {
                                          ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4528:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
      longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - offset) * BytesPerWord), valueOop);
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4531:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
      longAtput(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - offset) * BytesPerWord), valueOop);
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4545:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(storeAndPopTemporaryVariableBytecode2);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4551:42: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     if (offset < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))) {
                                          ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4552:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
      longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - offset) * BytesPerWord), valueOop);
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4555:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
      longAtput(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - offset) * BytesPerWord), valueOop);
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4569:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(storeAndPopTemporaryVariableBytecode3);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4575:42: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     if (offset < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))) {
                                          ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4576:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
      longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - offset) * BytesPerWord), valueOop);
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4579:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
      longAtput(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - offset) * BytesPerWord), valueOop);
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4593:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(storeAndPopTemporaryVariableBytecode4);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4599:42: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     if (offset < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))) {
                                          ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4600:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
      longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - offset) * BytesPerWord), valueOop);
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4603:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
      longAtput(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - offset) * BytesPerWord), valueOop);
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4617:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(storeAndPopTemporaryVariableBytecode5);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4623:42: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     if (offset < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))) {
                                          ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4624:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
      longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - offset) * BytesPerWord), valueOop);
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4627:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
      longAtput(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - offset) * BytesPerWord), valueOop);
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4641:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(storeAndPopTemporaryVariableBytecode6);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4647:42: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     if (offset < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))) {
                                          ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4648:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
      longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - offset) * BytesPerWord), valueOop);
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4651:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
      longAtput(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - offset) * BytesPerWord), valueOop);
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4665:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(storeAndPopTemporaryVariableBytecode7);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4671:42: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     if (offset < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))) {
                                          ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4672:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
      longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - offset) * BytesPerWord), valueOop);
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4675:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
      longAtput(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - offset) * BytesPerWord), valueOop);
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4687:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(pushReceiverBytecode);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4691:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     object = longAt(localFP + FoxReceiver);
                     ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4701:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(pushConstantTrueBytecode);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4715:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(pushConstantFalseBytecode);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4729:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(pushConstantNilBytecode);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4740:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(pushConstantMinusOneBytecode);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4751:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(pushConstantZeroBytecode);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4762:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(pushConstantOneBytecode);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4772:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(pushConstantTwoBytecode);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4782:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(returnReceiver);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4784:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     localReturnValue = longAt(localFP + FoxReceiver);
                               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4825:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(commonReturn);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4827:19: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     if (!((byteAt((localFP + FoxFrameFlags) + 3)) != 0)) {
                   ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4846:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     closure = longAt(localFP + (frameStackedReceiverOffset(localFP)));
                      ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4863:19: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
       if ((byteAt((localFP + FoxFrameFlags) + 2)) != 0) {
                   ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4865:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
        ourContext = longAt(localFP + FoxThisContext);
                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4898:19: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
      if (((byteAt((theFP1 + FoxFrameFlags) + 2)) != 0)
                   ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4899:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
       && (home == (longAt(theFP1 + FoxThisContext)))) {
                           ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4903:20: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
      if (!((byteAt((theFP1 + FoxFrameFlags) + 3)) != 0)) {
                    ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4904:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
       theMethod1 = longAt(theFP1 + FoxMethod);
                           ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4914:20: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
        if ((byteAt((theFP1 + FoxFrameFlags) + 2)) != 0) {
                    ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4916:34: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
         ctxtOrNilOrZero = longAt(theFP1 + FoxThisContext);
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4924:36: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      theFP1 = pointerForOop(longAt(theFP1 + FoxSavedFP));
                                    ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4926:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     senderContext = longAt(theFPAbove + FoxCallerContext);
                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4961:18: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
      if ((byteAt((localFP + FoxFrameFlags) + 2)) != 0) {
                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4963:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
       ourContext1 = longAt(localFP + FoxThisContext);
                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4981:18: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
      if ((byteAt((localFP + FoxFrameFlags) + 2)) != 0) {
                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4983:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
       ourContext2 = longAt(localFP + FoxThisContext);
                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5008:18: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      if ((longAt(theFP + FoxSavedFP)) == 0) {
                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5009:34: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
       contextToReturnTo = longAt(theFP + FoxCallerContext);
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5012:46: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
       frameToReturnTo = pointerForOop(longAt(theFP + FoxSavedFP));
                                              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5061:19: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
       if ((byteAt((localFP + FoxFrameFlags) + 2)) != 0) {
                   ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5063:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
        ourContext3 = longAt(localFP + FoxThisContext);
                             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5085:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      currentCtx = longAt(((GIV(stackPage)->baseFP)) + FoxCallerContext);
                          ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5100:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
        currentCtx = longAt(((thePage->baseFP)) + FoxCallerContext);
                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5137:38: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
       localFP = pointerForOop(longAt(localFP + FoxSavedFP));
                                      ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5139:37: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      localIP = pointerForOop(longAt(callerFP + FoxCallerSavedIP));
                                     ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5144:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     GIV(method) = longAt(localFP + FoxMethod);
                          ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5163:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(returnTrue);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5173:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(returnFalse);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5183:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(returnNil);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5193:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(returnTopFromMethod);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5202:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(returnTopFromBlock);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5224:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(commonCallerReturn);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5225:44: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     callersFPOrNull = pointerForOop(longAt(localFP + FoxSavedFP));
                                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5229:33: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      contextToReturnTo = longAt(localFP + FoxCallerContext);
                                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5258:49: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
        while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) {
                                                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5277:20: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
        if ((byteAt((localFP + FoxFrameFlags) + 2)) != 0) {
                    ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5279:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
         ourContext = longAt(localFP + FoxThisContext);
                             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5311:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      GIV(method) = longAt(localFP + FoxMethod);
                           ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5329:36: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     localIP = pointerForOop(longAt(localFP + FoxCallerSavedIP));
                                    ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5330:89: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     localSP = localFP + ((FoxCallerSavedIP + BytesPerWord) + (((sqInt)((usqInt)((byteAt((localFP + FoxFrameFlags) + 1))) << (shiftForWord())))));
                                                                                         ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5333:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     GIV(method) = longAt(localFP + FoxMethod);
                          ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5352:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(unknownBytecode);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5361:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(respondToUnknownBytecode);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5371:17: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     if ((byteAt((localFP + FoxFrameFlags) + 2)) != 0) {
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5373:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      ourContext = longAt(localFP + FoxThisContext);
                          ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5398:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(extendedPushBytecode);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5406:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize) + (((sqInt)((usqInt)(variableIndex) << (shiftForWord())))));
                               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5412:57: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
      object1 = (variableIndex < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                         ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5413:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
       ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - variableIndex) * BytesPerWord))
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5414:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
       : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - variableIndex) * BytesPerWord)));
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5453:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(extendedStoreBytecode);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5461:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      objOop = longAt(localFP + FoxReceiver);
                      ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5504:50: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
      if (variableIndex < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))) {
                                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5505:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
       longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - variableIndex) * BytesPerWord), value);
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5508:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
       longAtput(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - variableIndex) * BytesPerWord), value);
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5580:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(extendedStoreAndPopBytecode);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5590:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      objOop = longAt(localFP + FoxReceiver);
                      ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5633:50: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
      if (variableIndex < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))) {
                                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5634:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
       longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - variableIndex) * BytesPerWord), value);
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5637:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
       longAtput(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - variableIndex) * BytesPerWord), value);
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5703:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(singleExtendedSendBytecode);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5719:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(normalSend);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5748:6: note: in expansion of macro ‘VM_LABEL’
      VM_LABEL(commonSendOrdinary);
      ^
In file included from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:38:0:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/dispdbg.h:37:49: warning: statement with no effect [-Wunused-value]
 # define sendBreakpointreceiver(sel, len, rcvr) 0
                                                 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5753:6: note: in expansion of macro ‘sendBreakpointreceiver’
      sendBreakpointreceiver(firstFixedFieldOfMaybeImmediate(GIV(messageSelector)), lengthOfMaybeImmediate(GIV(messageSelector)), longAtPointer(localSP + (GIV(argumentCount) * BytesPerOop)));
      ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5819:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
      localSP = pointerForOop(GIV(stackPointer));
                                  ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5820:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
      localFP = pointerForOop(GIV(framePointer));
                                  ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5904:35: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
       localSP = pointerForOop(GIV(stackPointer));
                                   ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5905:35: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
       localFP = pointerForOop(GIV(framePointer));
                                   ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5922:49: warning: passing argument 2 of ‘longAtPointerput’ makes integer from pointer without a cast [-Wint-conversion]
      longAtPointerput((localSP -= BytesPerOop), localIP);
                                                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:142:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtPointerput(char *ptr, sqInt val) { return *(sqInt *)ptr= val; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5924:49: warning: passing argument 2 of ‘longAtPointerput’ makes integer from pointer without a cast [-Wint-conversion]
      longAtPointerput((localSP -= BytesPerOop), localFP);
                                                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:142:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtPointerput(char *ptr, sqInt val) { return *(sqInt *)ptr= val; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5961:64: warning: passing argument 1 of ‘reapAndResetErrorCodeToheader’ makes integer from pointer without a cast [-Wint-conversion]
        shouldSkipStoreBytecode = reapAndResetErrorCodeToheader(localFP, methodHeader);
                                                                ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1400:40: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
 static sqInt NoDbgRegParms NeverInline reapAndResetErrorCodeToheader(sqInt theFP, sqInt methodHeader);
                                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5978:35: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
       localSP = pointerForOop(GIV(stackPointer));
                                   ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5979:35: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
       localFP = pointerForOop(GIV(framePointer));
                                   ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6012:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(doubleExtendedDoAnythingBytecode);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6036:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      obj = longAt(localFP + FoxReceiver);
                   ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6069:40: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
        callerFP = pointerForOop(longAt(spouseFP + FoxSavedFP));
                                        ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6073:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
         object3 = longAt(spouseFP + FoxCallerContext);
                          ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6077:20: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
        if ((byteAt((callerFP + FoxFrameFlags) + 2)) != 0) {
                    ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6079:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
         object3 = longAt(callerFP + FoxThisContext);
                          ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6191:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     obj1 = longAt(localFP + FoxReceiver);
                   ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6275:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
      localSP = pointerForOop(GIV(stackPointer));
                                  ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6276:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
      localFP = pointerForOop(GIV(framePointer));
                                  ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6329:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(singleExtendedSuperBytecode);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6355:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(superclassSend);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6432:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(secondExtendedSendBytecode);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6446:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(popStackBytecode);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6459:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(duplicateTopBytecode);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6472:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(pushActiveContextBytecode);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6474:17: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     if ((byteAt((localFP + FoxFrameFlags) + 2)) != 0) {
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6476:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      ourContext = longAt(localFP + FoxThisContext);
                          ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6499:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(pushNewArrayBytecode);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6567:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(callPrimitiveBytecode);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6598:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(pushRemoteTempLongBytecode);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6606:61: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     tempVector = (tempVectorIndex < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6607:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - tempVectorIndex) * BytesPerWord))
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6608:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - tempVectorIndex) * BytesPerWord)));
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6623:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(storeRemoteTempLongBytecode);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6631:61: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     tempVector = (tempVectorIndex < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6632:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - tempVectorIndex) * BytesPerWord))
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6633:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - tempVectorIndex) * BytesPerWord)));
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6660:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(storeAndPopRemoteTempLongBytecode);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6668:61: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     tempVector = (tempVectorIndex < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6669:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - tempVectorIndex) * BytesPerWord))
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6670:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - tempVectorIndex) * BytesPerWord)));
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6708:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(pushClosureCopyCopiedValuesBytecode);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6718:17: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     if ((byteAt((localFP + FoxFrameFlags) + 2)) != 0) {
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6720:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      context = longAt(localFP + FoxThisContext);
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6797:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(shortUnconditionalJump);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6817:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(shortUnconditionalJump1);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6837:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(shortUnconditionalJump2);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6857:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(shortUnconditionalJump3);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6877:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(shortUnconditionalJump4);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6897:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(shortUnconditionalJump5);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6917:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(shortUnconditionalJump6);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6937:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(shortUnconditionalJump7);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6964:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(shortConditionalJumpFalse);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:7009:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(longUnconditionalJump);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:7023:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
      localSP = pointerForOop(GIV(stackPointer));
                                  ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:7024:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
      localFP = pointerForOop(GIV(framePointer));
                                  ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:7039:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(longJumpIfTrue);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:7081:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(longJumpIfFalse);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:7137:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(bytecodePrimAdd);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:7235:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
       longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 + arg1));
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:7240:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
      localSP = pointerForOop(GIV(stackPointer));
                                  ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:7241:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
      localFP = pointerForOop(GIV(framePointer));
                                  ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:7279:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(bytecodePrimSubtract);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:7377:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
       longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 - arg1));
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:7382:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
      localSP = pointerForOop(GIV(stackPointer));
                                  ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:7383:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
      localFP = pointerForOop(GIV(framePointer));
                                  ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:7420:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(bytecodePrimLessThan);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:7539:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(booleanCheatTrue);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:7614:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(bytecodePrimGreaterThan);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:7733:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(booleanCheatFalse);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:7806:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(bytecodePrimLessOrEqual);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:7941:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(bytecodePrimGreaterOrEqual);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8076:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(bytecodePrimEqual);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8208:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(bytecodePrimNotEqual);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8343:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(bytecodePrimMultiply);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8452:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
       longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 * arg1));
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8457:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
      localSP = pointerForOop(GIV(stackPointer));
                                  ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8458:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
      localFP = pointerForOop(GIV(framePointer));
                                  ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8496:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(bytecodePrimDivide);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8609:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
       longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 / arg1));
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8614:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
      localSP = pointerForOop(GIV(stackPointer));
                                  ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8615:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
      localFP = pointerForOop(GIV(framePointer));
                                  ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8636:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(bytecodePrimMod);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8669:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(bytecodePrimMakePoint);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8745:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(bytecodePrimBitShift);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8753:34: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     integerArgument = longAt(GIV(stackPointer));
                                  ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8761:34: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                  ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8799:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
      longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), shifted);
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8805:33: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
     localSP = pointerForOop(GIV(stackPointer));
                                 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8806:33: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
     localFP = pointerForOop(GIV(framePointer));
                                 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8826:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(bytecodePrimDiv);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8852:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(bytecodePrimBitAnd);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8872:33: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
     localSP = pointerForOop(GIV(stackPointer));
                                 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8873:33: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
     localFP = pointerForOop(GIV(framePointer));
                                 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8894:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(bytecodePrimBitOr);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8914:33: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
     localSP = pointerForOop(GIV(stackPointer));
                                 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8915:33: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
     localFP = pointerForOop(GIV(framePointer));
                                 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8959:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(bytecodePrimAt);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:9233:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(bytecodePrimAtPut);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:9560:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(bytecodePrimSize);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:9547:11: warning: variable ‘classOop1’ set but not used [-Wunused-but-set-variable]
     sqInt classOop1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:9546:11: warning: variable ‘classOop’ set but not used [-Wunused-but-set-variable]
     sqInt classOop;
           ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:9681:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(bytecodePrimNext);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:9695:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(bytecodePrimNextPut);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:9709:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(bytecodePrimAtEnd);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:9723:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(bytecodePrimIdentical);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:9751:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(bytecodePrimClass);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:9772:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(bytecodePrimNotIdentical);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:9801:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(bytecodePrimValue);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:9827:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
      localSP = pointerForOop(GIV(stackPointer));
                                  ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:9828:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
      localFP = pointerForOop(GIV(framePointer));
                                  ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:9796:11: warning: variable ‘classOop’ set but not used [-Wunused-but-set-variable]
     sqInt classOop;
           ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:9852:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(bytecodePrimValueWithArg);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:9878:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
      localSP = pointerForOop(GIV(stackPointer));
                                  ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:9879:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
      localFP = pointerForOop(GIV(framePointer));
                                  ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:9847:11: warning: variable ‘classOop’ set but not used [-Wunused-but-set-variable]
     sqInt classOop;
           ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:9900:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(bytecodePrimDo);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:9914:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(bytecodePrimNew);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:9928:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(bytecodePrimNewWithArg);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:9944:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(bytecodePrimPointX);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:9989:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(bytecodePrimPointY);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:10063:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(sendLiteralSelector0ArgsBytecode);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:10114:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(sendLiteralSelector1ArgBytecode);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:10165:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(sendLiteralSelector2ArgsBytecode);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:10186:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(extPushPseudoVariable);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:10191:18: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
      if ((byteAt((localFP + FoxFrameFlags) + 2)) != 0) {
                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:10193:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
       theThingToPush = longAt(localFP + FoxThisContext);
                               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:10234:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(unknownBytecode1);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:10241:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(returnReceiver1);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:10243:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     localReturnValue = longAt(localFP + FoxReceiver);
                               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:10250:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(returnNilFromBlock);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:10259:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(returnTopFromBlock1);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:10268:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(extNopBytecode);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:10297:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(bytecodePrimAdd1);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:10395:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
       longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 + arg1));
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:10400:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
      localSP = pointerForOop(GIV(stackPointer));
                                  ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:10401:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
      localFP = pointerForOop(GIV(framePointer));
                                  ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:10439:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(bytecodePrimSubtract1);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:10537:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
       longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 - arg1));
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:10542:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
      localSP = pointerForOop(GIV(stackPointer));
                                  ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:10543:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
      localFP = pointerForOop(GIV(framePointer));
                                  ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:10580:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(bytecodePrimLessThanSistaV1);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:10699:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(booleanCheatTrueSistaV1);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:10773:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(bytecodePrimGreaterThanSistaV1);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:10892:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(booleanCheatFalseSistaV1);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:10965:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(bytecodePrimLessOrEqualSistaV1);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:11100:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(bytecodePrimGreaterOrEqualSistaV1);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:11235:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(bytecodePrimEqualSistaV1);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:11367:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(bytecodePrimNotEqualSistaV1);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:11502:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(bytecodePrimMultiply1);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:11611:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
       longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 * arg1));
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:11616:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
      localSP = pointerForOop(GIV(stackPointer));
                                  ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:11617:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
      localFP = pointerForOop(GIV(framePointer));
                                  ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:11655:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(bytecodePrimDivide1);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:11768:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
       longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 / arg1));
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:11773:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
      localSP = pointerForOop(GIV(stackPointer));
                                  ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:11774:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
      localFP = pointerForOop(GIV(framePointer));
                                  ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:11795:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(bytecodePrimMod1);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:11828:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(bytecodePrimMakePoint1);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:11904:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(bytecodePrimBitShift1);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:11912:34: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     integerArgument = longAt(GIV(stackPointer));
                                  ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:11920:34: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                  ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:11958:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
      longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), shifted);
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:11964:33: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
     localSP = pointerForOop(GIV(stackPointer));
                                 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:11965:33: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
     localFP = pointerForOop(GIV(framePointer));
                                 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:11985:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(bytecodePrimDiv1);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:12011:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(bytecodePrimBitAnd1);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:12031:33: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
     localSP = pointerForOop(GIV(stackPointer));
                                 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:12032:33: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
     localFP = pointerForOop(GIV(framePointer));
                                 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:12053:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(bytecodePrimBitOr1);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:12073:33: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
     localSP = pointerForOop(GIV(stackPointer));
                                 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:12074:33: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
     localFP = pointerForOop(GIV(framePointer));
                                 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:12118:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(bytecodePrimAt1);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:12392:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(bytecodePrimAtPut1);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:12719:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(bytecodePrimSize1);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:12706:11: warning: variable ‘classOop1’ set but not used [-Wunused-but-set-variable]
     sqInt classOop1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:12705:11: warning: variable ‘classOop’ set but not used [-Wunused-but-set-variable]
     sqInt classOop;
           ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:12840:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(bytecodePrimIdenticalSistaV1);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:12866:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(bytecodePrimNotIdenticalSistaV1);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:12895:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(bytecodePrimValue1);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:12921:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
      localSP = pointerForOop(GIV(stackPointer));
                                  ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:12922:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
      localFP = pointerForOop(GIV(framePointer));
                                  ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:12890:11: warning: variable ‘classOop’ set but not used [-Wunused-but-set-variable]
     sqInt classOop;
           ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:12946:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(bytecodePrimValueWithArg1);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:12972:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
      localSP = pointerForOop(GIV(stackPointer));
                                  ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:12973:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
      localFP = pointerForOop(GIV(framePointer));
                                  ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:12941:11: warning: variable ‘classOop’ set but not used [-Wunused-but-set-variable]
     sqInt classOop;
           ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:12996:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(bytecodePrimPointX1);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13041:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(bytecodePrimPointY1);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13091:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(shortConditionalJumpTrue);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13137:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(shortConditionalJumpFalse1);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13184:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(storeAndPopReceiverVariableBytecode1);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13186:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     rcvr = longAt(localFP + FoxReceiver);
                   ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13235:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(unconditionnalTrapBytecode);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13244:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(extABytecode);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13255:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(extBBytecode);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13277:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(extPushReceiverVariableBytecode);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13283:18: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     obj = longAt(localFP + FoxReceiver);
                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13316:39: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
       callerFP = pointerForOop(longAt(spouseFP + FoxSavedFP));
                                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13320:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
        object = longAt(spouseFP + FoxCallerContext);
                        ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13324:19: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
       if ((byteAt((callerFP + FoxFrameFlags) + 2)) != 0) {
                   ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13326:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
        object = longAt(callerFP + FoxThisContext);
                        ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13361:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(extPushLiteralVariableBytecode);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13384:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(extPushLiteralBytecode);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13403:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(longPushTemporaryVariableBytecode);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13409:47: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     object = (index < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13410:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - index) * BytesPerWord))
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13411:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - index) * BytesPerWord)));
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13427:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(pushNewArrayBytecode1);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13495:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(extPushIntegerBytecode);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13511:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(extPushCharacterBytecode);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13528:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(extSendBytecode);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13549:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(extSendSuperBytecode);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13583:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(directedSuperclassSend);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13585:18: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     top = longAt(localSP);
                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13644:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(callMappedInlinedPrimitive);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13656:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(extUnconditionalJump);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13676:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
      localSP = pointerForOop(GIV(stackPointer));
                                  ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13677:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
      localFP = pointerForOop(GIV(framePointer));
                                  ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13690:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(extJumpIfTrue);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13731:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(extJumpIfFalse);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13777:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(extStoreAndPopReceiverVariableBytecode);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13784:18: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     obj = longAt(localFP + FoxReceiver);
                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13868:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
      localSP = pointerForOop(GIV(stackPointer));
                                  ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13869:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
      localFP = pointerForOop(GIV(framePointer));
                                  ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13923:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(extStoreAndPopLiteralVariableBytecode);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13988:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(longStoreAndPopTemporaryVariableBytecode);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13995:41: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     if (index < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))) {
                                         ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13996:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
      longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - index) * BytesPerWord), valueOop);
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13999:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
      longAtput(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - index) * BytesPerWord), valueOop);
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:14017:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(extStoreReceiverVariableBytecode);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:14023:18: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     obj = longAt(localFP + FoxReceiver);
                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:14107:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
      localSP = pointerForOop(GIV(stackPointer));
                                  ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:14108:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
      localFP = pointerForOop(GIV(framePointer));
                                  ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:14162:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(extStoreLiteralVariableBytecode);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:14225:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(longStoreTemporaryVariableBytecode);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:14232:41: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     if (index < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))) {
                                         ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:14233:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
      longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - index) * BytesPerWord), valueOop);
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:14236:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
      longAtput(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - index) * BytesPerWord), valueOop);
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:14245:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(callPrimitiveBytecode1);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:14290:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(extPushFullClosureBytecode);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:14313:18: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
      if ((byteAt((localFP + FoxFrameFlags) + 2)) != 0) {
                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:14315:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
       context = longAt(localFP + FoxThisContext);
                        ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:14371:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      valuePointer = longAt(localFP + FoxReceiver);
                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix/sqConfig.h:5:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:16,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm/config.h:75:24: warning: statement with no effect [-Wunused-value]
 #define VM_LABEL(foo)  0
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:14413:5: note: in expansion of macro ‘VM_LABEL’
     VM_LABEL(extPushClosureBytecode);
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:14421:17: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     if ((byteAt((localFP + FoxFrameFlags) + 2)) != 0) {
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:14423:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      context = longAt(localFP + FoxThisContext);
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13569:3: warning: label ‘directedSuperclassSend’ defined but not used [-Wunused-label]
   directedSuperclassSend:
   ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘cStringOrNullFor’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:14794:11: warning: variable ‘classOop’ set but not used [-Wunused-but-set-variable]
     sqInt classOop;
           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveAdd’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15321:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerResult << 3) | 1));
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveAddLargeIntegers’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15353:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                      ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15354:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15388:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveAdoptInstance’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15417:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  arg = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15418:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveAllInstances’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15466:37: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  result = allInstancesOf(longAt(GIV(stackPointer)));
                                     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15471:38: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   result = allInstancesOf(longAt(GIV(stackPointer)));
                                      ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15478:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveAllObjects’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15507:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveArctan’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15523:33: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveArrayBecome’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15543:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  arg = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15544:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveArrayBecomeOneWay’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15567:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  arg = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15568:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveArrayBecomeOneWayCopyHash’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15593:18: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                  ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15597:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                   ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15605:43: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  ec = becomewithtwoWaycopyHash(longAt(GIV(stackPointer) + (2 * BytesPerWord)), longAt(GIV(stackPointer) + (1 * BytesPerWord)), 0, copyHashFlag);
                                           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15605:91: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  ec = becomewithtwoWaycopyHash(longAt(GIV(stackPointer) + (2 * BytesPerWord)), longAt(GIV(stackPointer) + (1 * BytesPerWord)), 0, copyHashFlag);
                                                                                           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveArrayBecomeOneWayNoCopyHash’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15627:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  arg = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c:846:1: warning: control may reach end of non-void function [-Wreturn-type]
}
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c:844:17: warning: unused typedef 'aioHandler' [-Wunused-local-typedef]
        typedef void (*aioHandler)(int fd, void *clientData, int flag);
                       ^
6 warnings generated.
[ 49%] Building C object CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFilePlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c:31:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c:31:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c:31:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c:31:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
4 warnings generated.
[ 49%] Building C object CMakeFiles/FilePlugin.dir/extracted/vm/src/unix/sqUnixCharConv.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFilePlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/FilePlugin.dir/extracted/vm/src/unix/sqUnixCharConv.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/unix/sqUnixCharConv.c
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15628:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveAsCharacter’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15648:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  characterCode = longAt(GIV(stackPointer));
                             ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15661:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), characterObject);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveAsFloat’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15676:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15679:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), floatObjectOf(((double) ((rcvr >> 3)) )));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveAt’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15707:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15708:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15835:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveAtPut’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15865:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15866:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15867:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  value = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16026:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveBeCursor’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16077:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   cursorObj = longAt(GIV(stackPointer));
                          ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16081:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   cursorObj = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                          ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16082:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   maskObj = longAt(GIV(stackPointer));
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveBeDisplay’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16305:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16299:9: warning: variable ‘changed’ set but not used [-Wunused-but-set-variable]
     int changed;
         ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveBehaviorHash’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16377:48: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  hashOrError = (((hash = (long32At((longAt(GIV(stackPointer))) + 4)) & (identityHashHalfWordMask()))) != 0
                                                ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16379:36: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   : (objCouldBeClassObj(longAt(GIV(stackPointer)))
                                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16380:47: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     ? (((err = enterIntoClassTable(longAt(GIV(stackPointer))))) != 0
                                               ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16382:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
       : (long32At((longAt(GIV(stackPointer))) + 4)) & (identityHashHalfWordMask()))
                               ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16386:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)hashOrError << 3) | 1));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveBitAnd’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16422:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oop1 = longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16484:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oop2 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16548:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveBitAndLargeIntegers’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16565:47: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerArg = positive64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                               ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16566:48: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerRcvr = positive64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16573:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveBitOr’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16606:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oop1 = longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16668:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oop2 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16732:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveBitOrLargeIntegers’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16749:47: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerArg = positive64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                               ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16750:48: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerRcvr = positive64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16757:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveBitShift’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16775:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerArgument = longAt(GIV(stackPointer));
                               ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16783:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                               ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16821:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), shifted);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveBitShiftLargeIntegers’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16843:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16858:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16896:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveBitXor’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16924:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerArgument = longAt(GIV(stackPointer));
                               ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16925:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                               ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16932:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17061:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop1);
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveBitXorLargeIntegers’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17079:47: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerArg = positive64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                               ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17080:48: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerRcvr = positive64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17087:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveBytesLeft’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17115:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), ((GIV(totalFreeOldSpace) << 3) | 1));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17122:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   if ((longAt(GIV(stackPointer))) == GIV(nilObj)) {
                   ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17138:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17143:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                   ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17147:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                   ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17162:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp2 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerVal1 << 3) | 1));
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17101:11: warning: variable ‘aBool’ set but not used [-Wunused-but-set-variable]
     sqInt aBool;
           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveChangeClass’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17232:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                   ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17244:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oop1 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveClass’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17285:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  instance = longAt(GIV(stackPointer));
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17303:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveClipboardText’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17340:18: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   s = longAt(GIV(stackPointer));
                  ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17408:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), s);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveClockLogAddresses’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17453:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  runInNOut = (longAt(GIV(stackPointer) + (0 * BytesPerWord))) == GIV(trueObj);
                          ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17536:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop1);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17431:11: warning: variable ‘oop’ set but not used [-Wunused-but-set-variable]
     sqInt oop;
           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveClosureValue’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17565:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                            ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17603:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17606:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17606:58: warning: passing argument 2 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                          ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17610:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp3 = GIV(stackPointer) - BytesPerWord), closureMethod);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17616:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17619:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17628:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp6 = GIV(stackPointer) - BytesPerWord), object1);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17632:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + ClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveClosureValueNoContextSwitch’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17687:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                            ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17725:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17728:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17728:58: warning: passing argument 2 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                          ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17732:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp3 = GIV(stackPointer) - BytesPerWord), closureMethod);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17738:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17741:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17750:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp6 = GIV(stackPointer) - BytesPerWord), object1);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17754:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + ClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveClosureValueWithArgs’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17809:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  argumentArray = longAt(GIV(stackPointer));
                             ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17831:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                            ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17864:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  top = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17869:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((argumentArray + BaseHeaderSize) + (((sqInt)((usqInt)((index - 1)) << (shiftForWord()))))));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17879:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17882:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17882:58: warning: passing argument 2 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                          ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17886:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp3 = GIV(stackPointer) - BytesPerWord), closureMethod);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17892:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17895:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17904:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp6 = GIV(stackPointer) - BytesPerWord), object1);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17908:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp7 = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + ClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17807:11: warning: variable ‘top’ set but not used [-Wunused-but-set-variable]
     sqInt top;
           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveCoarseLocalMicrosecondClock’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17953:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveCoarseUTCMicrosecondClock’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17977:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveCompareBytes’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18011:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  arg1 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18012:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  arg2 = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18025:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(trueObj));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18091:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(falseObj));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18098:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp2 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(falseObj));
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18104:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp3 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(trueObj));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveCompareWith’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18142:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   order = longAt(GIV(stackPointer));
                      ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18150:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  string1 = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18153:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  string2 = longAt(GIV(stackPointer) + ((GIV(argumentCount) - 1) * BytesPerWord));
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18200:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)result << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveConstantFill’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18220:46: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  fillValue = positive64BitValueOf(longAt(GIV(stackPointer)));
                                              ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18221:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveControlVMProfiling’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18311:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  if (((onOffBar = longAt(GIV(stackPointer) + (1 * BytesPerWord)))) == GIV(trueObj)) {
                              ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18326:32: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  if (((bufferSize = longAt(GIV(stackPointer)))) == GIV(nilObj)) {
                                ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18341:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), (((usqInt)numSamples << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveCopyObject’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18372:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  arg = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18373:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveCrashVM’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18471:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  if (((((longAt(GIV(stackPointer)))) & 7) == 1)) {
                     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18472:36: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   crashInThisThread = ((longAt(GIV(stackPointer))) >> 3);
                                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18476:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                   ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18480:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                   ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveDisablePowerManager’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18516:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveDiv’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18546:41: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  quotient = doPrimitiveDivby(longAt(GIV(stackPointer) + (1 * BytesPerWord)), longAt(GIV(stackPointer)));
                                         ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18546:89: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  quotient = doPrimitiveDivby(longAt(GIV(stackPointer) + (1 * BytesPerWord)), longAt(GIV(stackPointer)));
                                                                                         ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18551:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)quotient << 3) | 1));
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveDivide’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18576:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18592:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerPointer1 = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                               ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18613:15: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
     longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)(integerReceiver / integerArgument) << 3) | 1));
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveDivideLargeIntegers’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18651:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                      ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18652:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18672:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveDivLargeIntegers’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18695:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                      ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18696:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18726:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveEnterCriticalSection’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18757:32: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   criticalSection = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18758:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   activeProc = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18763:32: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   criticalSection = longAt(GIV(stackPointer));
                                ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18790:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(falseObj));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18796:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(trueObj));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18801:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(falseObj));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveEqual’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18817:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerArgument = longAt(GIV(stackPointer));
                               ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18818:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                               ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18821:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver == integerArgument
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18830:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (result
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveEqualLargeIntegers’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18849:45: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                             ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18850:46: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                              ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18853:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr == integerArg
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveExitCriticalSection’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18874:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  criticalSection = longAt(GIV(stackPointer));
                               ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveExp’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18915:33: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveExponent’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18937:33: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveFailForFFIExceptionat’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19021:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   rcvr = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19024:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19027:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19027:59: warning: passing argument 2 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19031:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19048:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19051:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19054:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp6 = GIV(stackPointer) - BytesPerWord), rcvr);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19058:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19070:65: warning: passing argument 1 of ‘reapAndResetErrorCodeToheader’ makes integer from pointer without a cast [-Wint-conversion]
     shouldSkipStoreBytecode = reapAndResetErrorCodeToheader(GIV(framePointer), methodHeader);
                                                                 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1400:40: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
 static sqInt NoDbgRegParms NeverInline reapAndResetErrorCodeToheader(sqInt theFP, sqInt methodHeader);
                                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveFetchNextMourner’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19126:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), mourner);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveFloatAdd’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19154:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19155:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  argOop = longAt(GIV(stackPointer));
                      ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19234:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr + arg));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveFloatAt’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19258:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19259:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19287:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), result);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveFloatAtPut’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19311:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oopToStore = longAt(GIV(stackPointer));
                          ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19318:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19319:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19344:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), oopToStore);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19355:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), oopToStore);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveFloatDivide’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19389:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19390:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  argOop = longAt(GIV(stackPointer));
                      ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19477:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr / arg));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveFloatEqual’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19506:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19507:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  argOop = longAt(GIV(stackPointer));
                      ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19587:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (aBool
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveFloatGreaterOrEqual’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19618:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19619:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  argOop = longAt(GIV(stackPointer));
                      ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19699:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (aBool
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveFloatGreaterThan’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19730:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19731:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  argOop = longAt(GIV(stackPointer));
                      ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19811:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (aBool
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveFloatLessOrEqual’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19842:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19843:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  argOop = longAt(GIV(stackPointer));
                      ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19923:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (aBool
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveFloatLessThan’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19954:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19955:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  argOop = longAt(GIV(stackPointer));
                      ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20035:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (aBool
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveFloatMultiply’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20065:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20066:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  argOop = longAt(GIV(stackPointer));
                      ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20145:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr * arg));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveFloatNotEqual’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20174:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20175:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  argOop = longAt(GIV(stackPointer));
                      ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20255:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (!aBool
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveFloatSubtract’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20285:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20286:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  argOop = longAt(GIV(stackPointer));
                      ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20365:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr - arg));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveFlushExternalPrimitives’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20422:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20421:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveFormPrint’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20571:18: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                  ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20575:18: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                  ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20587:35: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  vScale = floatValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                   ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20588:35: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  hScale = floatValueOf(longAt(GIV(stackPointer) + (2 * BytesPerWord)));
                                   ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20589:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveFractionalPart’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20694:33: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveFullClosureValue’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20726:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                            ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20751:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20754:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20754:58: warning: passing argument 2 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                          ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20758:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp4 = GIV(stackPointer) - BytesPerWord), closureMethod);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20764:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp5 = GIV(stackPointer) - BytesPerWord), object);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20767:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20776:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp7 = GIV(stackPointer) - BytesPerWord), object1);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20780:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + FullClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20792:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveFullClosureValueNoContextSwitch’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20842:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                            ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20867:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20870:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20870:58: warning: passing argument 2 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                          ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20874:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp4 = GIV(stackPointer) - BytesPerWord), closureMethod);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20880:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp5 = GIV(stackPointer) - BytesPerWord), object);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20883:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20892:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp7 = GIV(stackPointer) - BytesPerWord), object1);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20896:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + FullClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20908:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveFullClosureValueWithArgs’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20958:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  argumentArray = longAt(GIV(stackPointer));
                             ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20980:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                            ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21002:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  top = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21007:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((argumentArray + BaseHeaderSize) + (((sqInt)((usqInt)((index - 1)) << (shiftForWord()))))));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21015:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21018:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21018:58: warning: passing argument 2 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                          ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21022:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp4 = GIV(stackPointer) - BytesPerWord), closureMethod);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21028:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp5 = GIV(stackPointer) - BytesPerWord), object);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21031:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21040:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp7 = GIV(stackPointer) - BytesPerWord), object1);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21044:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp8 = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + FullClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21056:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20956:11: warning: variable ‘top’ set but not used [-Wunused-but-set-variable]
     sqInt top;
           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveGetAttribute’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21093:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21116:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), s);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveGetenv’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21143:36: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  key = cStringOrNullFor(longAt(GIV(stackPointer)));
                                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21166:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveGetImmutability’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21180:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21184:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (trueOrFalse
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveGetLogDirectory’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21223:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), stringOop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveGetNextEvent’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21241:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  arg = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveGetWindowLabel’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21383:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), labelOop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveGetWindowSize’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21456:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveGreaterOrEqual’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21469:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerArgument = longAt(GIV(stackPointer));
                               ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21470:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                               ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21473:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver >= integerArgument
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveGreaterOrEqualLargeIntegers’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21497:45: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                             ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21498:46: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                              ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21501:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr >= integerArg
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveGreaterThan’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21516:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerArgument = longAt(GIV(stackPointer));
                               ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21517:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                               ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21520:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver > integerArgument
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveGreaterThanLargeIntegers’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21544:45: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                             ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21545:46: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                              ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21548:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr > integerArg
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveGrowMemoryByAtLeast’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21563:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  ammount = longAt(GIV(stackPointer));
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21576:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)segSize << 3) | 1));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveHashMultiply’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21594:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  value = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21619:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)((value * HashMultiplyConstant) & 0xFFFFFFF) << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveHeartbeatFrequency’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21637:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   && ((longAt(GIV(stackPointer))) == GIV(trueObj));
                   ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21643:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveHighResClock’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21667:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveIdentical’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21684:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  otherObject = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21685:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  thisObject = longAt(GIV(stackPointer));
                          ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21696:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (thisObject == otherObject
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveIdentityHash’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21713:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  thisReceiver = longAt(GIV(stackPointer));
                            ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21739:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveImageFormatVersion’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21763:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveImageName’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21800:18: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   s = longAt(GIV(stackPointer));
                  ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21831:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), s);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveImmediateAsInteger’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21852:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21875:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), ((value << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveInputSemaphore’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21889:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  arg = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveIntegerAt’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21961:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index1 = longAt(GIV(stackPointer));
                      ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21962:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr1 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21991:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp4 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22007:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp5 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22021:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp7 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22037:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp6 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22058:15: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
     longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), longAt((rcvr1 + BaseHeaderSize) + (((sqInt)((usqInt)(index1) << (shiftForWord()))))));
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22069:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp3 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), longAt((rcvr1 + BaseHeaderSize) + (((sqInt)((usqInt)((index1 + numFixed)) << (shiftForWord()))))));
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveIntegerAtPut’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22107:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valueOop = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22108:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22109:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22154:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22172:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22187:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22205:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp3 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22241:15: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
     longAtput((sp4 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22267:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp5 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveInterruptChecksPerMSec’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22304:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveInterruptSemaphore’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22320:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  arg = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveInvokeObjectAsMethod’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22398:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   top1 = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22405:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  top = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22409:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22412:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(messageSelector));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22415:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), runArgs);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22418:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp3 = GIV(stackPointer) - BytesPerWord), runReceiver);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22474:3: warning: statement with no effect [-Wunused-value]
   !GIV(primFailCode);
   ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22488:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22491:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22494:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp21 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22494:59: warning: passing argument 2 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp21 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22498:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp31 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22515:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22518:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22521:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp6 = GIV(stackPointer) - BytesPerWord), rcvr);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22525:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp7 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22537:64: warning: passing argument 1 of ‘reapAndResetErrorCodeToheader’ makes integer from pointer without a cast [-Wint-conversion]
    shouldSkipStoreBytecode = reapAndResetErrorCodeToheader(GIV(framePointer), methodHeader1);
                                                                ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1400:40: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
 static sqInt NoDbgRegParms NeverInline reapAndResetErrorCodeToheader(sqInt theFP, sqInt methodHeader);
                                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveIsBigEnder’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22562:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (VMBIGENDIAN
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveIsPinned’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22580:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  obj = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22589:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (trueOrFalse
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveIsWindowObscured’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22615:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveLessOrEqual’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22628:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerArgument = longAt(GIV(stackPointer));
                               ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22629:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                               ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22632:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver <= integerArgument
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveLessOrEqualLargeIntegers’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22656:45: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                             ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22657:46: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                              ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22660:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr <= integerArg
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveLessThan’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22675:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerArgument = longAt(GIV(stackPointer));
                               ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22676:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                               ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22679:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver < integerArgument
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveLessThanLargeIntegers’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22703:45: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                             ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22704:46: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                              ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22707:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr < integerArg
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveListBuiltinModule’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22739:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22766:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22779:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), nameOop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveListExternalModule’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22808:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22835:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22848:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), nameOop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveLoadImageSegment’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22883:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  outPointerArray = longAt(GIV(stackPointer));
                               ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22886:32: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  segmentWordArray = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22900:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), result);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveLocalMicrosecondClock’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22927:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveLogN’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22944:33: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveLowSpaceSemaphore’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22962:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  arg = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveMakePoint’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23005:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23006:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  arg = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23057:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), pt);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveMaxIdentityHash’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23070:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveMillisecondClock’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23099:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveMillisecondClockMask’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23114:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)MillisecondClockMask << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveMod’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23126:36: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  mod = doPrimitiveModby(longAt(GIV(stackPointer) + (1 * BytesPerWord)), longAt(GIV(stackPointer)));
                                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23126:84: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  mod = doPrimitiveModby(longAt(GIV(stackPointer) + (1 * BytesPerWord)), longAt(GIV(stackPointer)));
                                                                                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23131:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)mod << 3) | 1));
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveModLargeIntegers’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23162:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                      ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23163:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23188:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveMultiply’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23206:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23222:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerPointer1 = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                               ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23255:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerResult << 3) | 1));
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveMultiplyLargeIntegers’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23278:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                      ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23279:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23300:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveNew’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23316:44: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  obj = instantiateClassisPinned(longAt(GIV(stackPointer)), 0);
                                            ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23319:69: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   reasonCode = (isFixedSizePointerFormat(instSpecOfClass(longAt(GIV(stackPointer))))
                                                                     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23326:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), obj);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveNewMethod’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23356:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  header = longAt(GIV(stackPointer));
                      ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23357:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  bytecodeCount = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                             ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23365:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  class = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23475:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), theMethod);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveNewPinned’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23488:44: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  obj = instantiateClassisPinned(longAt(GIV(stackPointer)), 1);
                                            ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23491:69: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   reasonCode = (isFixedSizePointerFormat(instSpecOfClass(longAt(GIV(stackPointer))))
                                                                     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23498:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), obj);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveNewWithArg’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23525:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oop1 = longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23593:57: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  obj = instantiateClassindexableSizeisPinned(longAt(GIV(stackPointer) + (1 * BytesPerWord)), size, 0);
                                                         ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23596:39: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   classFormat = ((longAt(((longAt(GIV(stackPointer) + (1 * BytesPerWord))) + BaseHeaderSize) + (((sqInt)((usqInt)(InstanceSpecificationIndex) << (shiftForWord())))))) >> 3);
                                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23609:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), obj);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveNewWithArgPinned’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23633:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23694:57: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  obj = instantiateClassindexableSizeisPinned(longAt(GIV(stackPointer) + (1 * BytesPerWord)), size, 1);
                                                         ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23697:39: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   classFormat = ((longAt(((longAt(GIV(stackPointer) + (1 * BytesPerWord))) + BaseHeaderSize) + (((sqInt)((usqInt)(InstanceSpecificationIndex) << (shiftForWord())))))) >> 3);
                                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23710:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), obj);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveNextInstance’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23733:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  object = longAt(GIV(stackPointer));
                      ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23816:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), subsequentObject);
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveNextObject’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23839:46: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  instance = accessibleObjectAfter(longAt(GIV(stackPointer)));
                                              ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23842:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)0 << 3) | 1));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23848:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), instance);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveNotEqual’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23863:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerArgument = longAt(GIV(stackPointer));
                               ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23864:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                               ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23867:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver != integerArgument
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23876:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (result
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveNotEqualLargeIntegers’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23895:45: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                             ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23896:46: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                              ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23899:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr != integerArg
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveNotIdentical’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23921:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  otherObject = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23922:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  thisObject = longAt(GIV(stackPointer));
                          ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23951:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (thisObject != otherObject
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveObjectAt’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23970:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23990:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  thisReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                            ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23998:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), longAt((thisReceiver + BaseHeaderSize) + (((sqInt)((usqInt)((index - 1)) << (shiftForWord()))))));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveObjectAtPut’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24015:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  newValue = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24016:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24025:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  thisReceiver = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                            ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24060:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), newValue);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitivePathToUsing’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24117:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  if (!(((longAt(GIV(stackPointer))) == GIV(trueObj))
                     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24118:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    || ((longAt(GIV(stackPointer))) == GIV(falseObj)))) {
                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24123:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  goal = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24124:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  stack = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24125:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  followWeak = (longAt(GIV(stackPointer))) == GIV(trueObj);
                           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24367:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  path = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24369:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), path);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24079:12: warning: variable ‘freeStartAtStart’ set but not used [-Wunused-but-set-variable]
     usqInt freeStartAtStart;
            ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitivePerformInSuperclass’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24422:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24423:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  lookupClass = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24455:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  selector = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24456:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  argumentArray = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                             ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24479:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24482:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), rcvr);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24486:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((argumentArray + BaseHeaderSize) + (((sqInt)((usqInt)((index - 1)) << (shiftForWord()))))));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:38:0:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/dispdbg.h:37:49: warning: statement with no effect [-Wunused-value]
 # define sendBreakpointreceiver(sel, len, rcvr) 0
                                                 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24493:2: note: in expansion of macro ‘sendBreakpointreceiver’
  sendBreakpointreceiver(firstFixedFieldOfMaybeImmediate(selector1), lengthOfMaybeImmediate(selector1), rcvr);
  ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24523:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   top = longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24538:62: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((GIV(stackPointer) + offset) + delta, longAt(GIV(stackPointer) + offset));
                                                              ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24538:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((GIV(stackPointer) + offset) + delta, longAt(GIV(stackPointer) + offset));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24585:3: warning: statement with no effect [-Wunused-value]
   !GIV(primFailCode);
   ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24599:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr1 = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24602:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24605:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp21 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24605:59: warning: passing argument 2 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp21 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24609:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24626:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24629:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24632:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp6 = GIV(stackPointer) - BytesPerWord), rcvr1);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24636:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp7 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24648:64: warning: passing argument 1 of ‘reapAndResetErrorCodeToheader’ makes integer from pointer without a cast [-Wint-conversion]
    shouldSkipStoreBytecode = reapAndResetErrorCodeToheader(GIV(framePointer), methodHeader1);
                                                                ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1400:40: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
 static sqInt NoDbgRegParms NeverInline reapAndResetErrorCodeToheader(sqInt theFP, sqInt methodHeader);
                                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24403:11: warning: variable ‘selector1’ set but not used [-Wunused-but-set-variable]
     sqInt selector1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitivePerformWithArgs’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24707:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  actualReceiver = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24708:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  selector = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24709:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  argumentArray = longAt(GIV(stackPointer));
                             ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24732:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24735:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), actualReceiver);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24739:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((argumentArray + BaseHeaderSize) + (((sqInt)((usqInt)((index - 1)) << (shiftForWord()))))));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:38:0:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/dispdbg.h:37:49: warning: statement with no effect [-Wunused-value]
 # define sendBreakpointreceiver(sel, len, rcvr) 0
                                                 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24746:2: note: in expansion of macro ‘sendBreakpointreceiver’
  sendBreakpointreceiver(firstFixedFieldOfMaybeImmediate(selector1), lengthOfMaybeImmediate(selector1), actualReceiver);
  ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24766:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   top = longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24779:62: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((GIV(stackPointer) + offset) + delta, longAt(GIV(stackPointer) + offset));
                                                              ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24779:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((GIV(stackPointer) + offset) + delta, longAt(GIV(stackPointer) + offset));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24826:3: warning: statement with no effect [-Wunused-value]
   !GIV(primFailCode);
   ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24840:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24843:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24846:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp21 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24846:59: warning: passing argument 2 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp21 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24850:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24867:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24870:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24873:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp6 = GIV(stackPointer) - BytesPerWord), rcvr);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24877:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp7 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24889:64: warning: passing argument 1 of ‘reapAndResetErrorCodeToheader’ makes integer from pointer without a cast [-Wint-conversion]
    shouldSkipStoreBytecode = reapAndResetErrorCodeToheader(GIV(framePointer), methodHeader1);
                                                                ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1400:40: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
 static sqInt NoDbgRegParms NeverInline reapAndResetErrorCodeToheader(sqInt theFP, sqInt methodHeader);
                                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24688:11: warning: variable ‘selector1’ set but not used [-Wunused-but-set-variable]
     sqInt selector1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveProfilePrimitive’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24922:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(profileMethod));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveProfileSample’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24947:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(profileProcess));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveProfileSemaphore’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24968:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  sema = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveProfileStart’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25011:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveQuit’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25043:18: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   ? ((longAt(GIV(stackPointer))) >> 3)
                  ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveQuo’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25063:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25079:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerPointer1 = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                               ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25115:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerResult << 3) | 1));
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveQuoLargeIntegers’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25146:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                      ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25147:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25165:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveRelinquishProcessor’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25182:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveRemLargeIntegers’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25227:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                      ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25228:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25245:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveResume’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25267:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  proc = longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveScreenDepth’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25299:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)depth << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveScreenScaleFactor’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25328:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveScreenSize’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25400:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveSecondsClock’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25420:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveSetDisplayMode’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25444:18: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                  ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25448:18: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                  ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25461:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25477:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerPointer1 = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                               ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25493:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerPointer2 = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                               ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25513:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((5 - 1) * BytesPerWord)), (okay
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveSetFullScreen’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25530:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  argOop = longAt(GIV(stackPointer));
                      ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveSetImmutability’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25560:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25574:18: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                  ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25584:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                   ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25595:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (wasImmutable
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveSetInterruptKey’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25614:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveSetLogDirectory’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25650:25: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  stringOop = longAt(GIV(stackPointer));
                         ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveSetOrHasIdentityHash’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25716:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   hasHash = (((longAt(GIV(stackPointer))) & (tagMask())) == 0)
                           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25717:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    && ((long32At((longAt(GIV(stackPointer))) + 4)) & (identityHashHalfWordMask()));
                              ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25719:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (hasHash
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25727:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                   ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25731:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                   ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25752:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + ((GIV(argumentCount) - 1) * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25768:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                   ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25805:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)oldHash << 3) | 1));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveSetWindowLabel’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25823:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  labelOop = longAt(GIV(stackPointer));
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveSetWindowSize’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25885:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25901:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerPointer1 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                               ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveShortAt’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25939:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25945:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25961:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveShortAtPut’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25981:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  value = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25982:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25992:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26020:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveShowDisplayRect’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26042:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26058:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerPointer1 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                               ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26074:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerPointer2 = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                               ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26090:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerPointer3 = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                               ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveSignal’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26121:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  synchronousSignal(longAt(GIV(stackPointer)));
                               ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveSignalAtBytesLeft’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26136:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  bytes = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveSine’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26171:33: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveSize’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26194:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26253:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)(totalLength - fixedFields) << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveSizeInBytes’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26265:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  byteSize = ((longAt(GIV(stackPointer))) & (tagMask())
                          ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26267:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   : bytesInObject(longAt(GIV(stackPointer))));
                              ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26270:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveSizeInBytesOfInstance’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26304:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   if (!(((((longAt(GIV(stackPointer)))) & 7) == 1))) {
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26310:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   nElements = ((longAt(GIV(stackPointer))) >> 3);
                            ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26311:39: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   classFormat = ((longAt(((longAt(GIV(stackPointer) + (1 * BytesPerWord))) + BaseHeaderSize) + (((sqInt)((usqInt)(InstanceSpecificationIndex) << (shiftForWord())))))) >> 3);
                                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26360:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26365:39: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  classFormat1 = ((longAt(((longAt(GIV(stackPointer) + (0 * BytesPerWord))) + BaseHeaderSize) + (((sqInt)((usqInt)(InstanceSpecificationIndex) << (shiftForWord())))))) >> 3);
                                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26385:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp1 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), ((byteSize << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveSmallFloatAdd’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26409:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                   ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26424:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  floatOrIntOop = longAt(GIV(stackPointer));
                             ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26464:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr + arg));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveSmallFloatArctan’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26481:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveSmallFloatDivide’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26520:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                   ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26535:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  floatOrIntOop = longAt(GIV(stackPointer));
                             ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26581:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr / arg));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveSmallFloatEqual’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26606:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                   ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26621:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  floatOrIntOop = longAt(GIV(stackPointer));
                             ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26661:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (rcvr == arg
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveSmallFloatExp’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26679:58: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  aValue = floatObjectOf(exp(smallFloatValueOf(longAt(GIV(stackPointer)))));
                                                          ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveSmallFloatExponent’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26695:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
 ((((usqInt)(longAt(GIV(stackPointer))))) <= 15
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26697:45: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   : ((exp = ((usqInt) (((usqInt)(longAt(GIV(stackPointer)))))) >> (((numTagBits()) + (smallFloatMantissaBits())) + 1)),
                                             ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveSmallFloatFractionalPart’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26716:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveSmallFloatGreaterOrEqual’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26756:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                   ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26771:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  floatOrIntOop = longAt(GIV(stackPointer));
                             ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26811:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (rcvr >= arg
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveSmallFloatGreaterThan’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26838:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                   ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26853:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  floatOrIntOop = longAt(GIV(stackPointer));
                             ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26893:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (rcvr > arg
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveSmallFloatLessOrEqual’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26920:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                   ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26935:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  floatOrIntOop = longAt(GIV(stackPointer));
                             ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26975:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (rcvr <= arg
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveSmallFloatLessThan’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27002:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                   ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27017:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  floatOrIntOop = longAt(GIV(stackPointer));
                             ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27057:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (rcvr < arg
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveSmallFloatLogN’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27079:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveSmallFloatMultiply’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27118:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                   ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27133:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  floatOrIntOop = longAt(GIV(stackPointer));
                             ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27173:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr * arg));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveSmallFloatNotEqual’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27198:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                   ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27213:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  floatOrIntOop = longAt(GIV(stackPointer));
                             ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27253:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (!(rcvr == arg)
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveSmallFloatSine’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27272:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveSmallFloatSquareRoot’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27303:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveSmallFloatSubtract’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27350:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                   ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27365:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  floatOrIntOop = longAt(GIV(stackPointer));
                             ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27405:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr - arg));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveSmallFloatTimesTwoPower’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27423:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  arg = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27433:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27455:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), result);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveSmallFloatTruncated’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27471:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveSomeInstance’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27527:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  class = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27537:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), instance);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveSomeObject’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27556:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveSpecialObjectsOop’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27570:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(specialObjectsOop));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveSquareRoot’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27586:33: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveStoreImageSegment’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27641:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  outPointerArray = longAt(GIV(stackPointer));
                               ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27642:32: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  segmentWordArray = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27645:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  arrayOfRoots = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                            ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27661:32: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   outPointerArray = longAt(GIV(stackPointer));
                                ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27662:33: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   segmentWordArray = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27663:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   arrayOfRoots = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                             ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveStringAt’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27702:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27703:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27837:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveStringAtPut’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27868:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27869:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27870:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  value = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28037:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveStringReplace’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28077:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  array = longAt(GIV(stackPointer) + (4 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28078:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  start = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28079:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  stop = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28080:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  repl = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28081:25: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  replStart = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                         ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveSubtract’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28347:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerResult << 3) | 1));
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveSubtractLargeIntegers’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28379:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                      ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28380:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28414:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveSuspend’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28441:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  process = longAt(GIV(stackPointer));
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28444:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(nilObj));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28605:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), myList);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveTestAndSetOwnershipOfCriticalSection’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28635:32: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   criticalSection = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28636:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   activeProc = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28641:32: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   criticalSection = longAt(GIV(stackPointer));
                                ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28668:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(falseObj));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28674:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(trueObj));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28679:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(nilObj));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveTestDisplayDepth’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28697:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28717:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (okay
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveTimesTwoPower’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28737:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  arg = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28753:33: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = floatValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28756:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(result));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveTruncated’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28772:33: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveUnloadModule’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28826:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  moduleName = longAt(GIV(stackPointer));
                          ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28817:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28816:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveUTCMicrosecondClock’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28985:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveUtcAndTimezoneOffset’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:29010:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   resultArray = longAt(GIV(stackPointer));
                            ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:29045:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), resultArray);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveUtcWithOffset’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:29072:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   resultArray = longAt(GIV(stackPointer));
                            ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:29106:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), resultArray);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveVMPath’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:29127:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), s);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveVMProfileSamplesInto’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:29156:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (running
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:29167:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  sampleBuffer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                            ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:29177:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)numSamples << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:29148:11: warning: variable ‘v’ set but not used [-Wunused-but-set-variable]
     sqInt v;
           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveWait’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:29193:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  sema = longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘initializeStacknumSlotspageSize’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:29599:11: warning: variable ‘theIndex’ set but not used [-Wunused-but-set-variable]
     sqInt theIndex;
           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:29598:17: warning: variable ‘structStackPageSize’ set but not used [-Wunused-but-set-variable]
     usqIntptr_t structStackPageSize;
                 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘allNewSpaceObjectsHaveZeroRTRefCount’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:30716:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘allWeakSurvivorsOnWeakList’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:30791:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘processEphemerons’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:31504:11: warning: variable ‘oldList’ set but not used [-Wunused-but-set-variable]
     sqInt oldList;
           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:31503:11: warning: variable ‘oldCorpse’ set but not used [-Wunused-but-set-variable]
     sqInt oldCorpse;
           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘allInstancesOf’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32710:11: warning: variable ‘prevPrevObj2’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj2;
           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32709:11: warning: variable ‘prevPrevObj11’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj11;
           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32708:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32707:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘allObjects’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:33138:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:33137:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘allObjectsUnmarked’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:33320:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:33319:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘allOldMarkedWeakObjectsOnWeaklingStack’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:33423:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘checkHeapFreeSpaceIntegrity’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:35093:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:35092:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘checkHeapIntegrityclassIndicesShouldBeValid’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:35392:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:35391:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘clearLeakMapAndMapAccessibleFreeSpace’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:36488:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘clearLeakMapAndMapAccessibleObjects’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:36543:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:36542:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘countMarkedAndUnmarkdObjects’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:37025:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:37024:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘existInstancesInNewSpaceOf’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:37574:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘findStringBeginningWith’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:37833:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:37832:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘findString’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:37980:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:37979:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘initialInstanceOf’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:39112:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:39111:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘initializeObjectMemory’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:39321:11: warning: variable ‘freeChunk’ set but not used [-Wunused-but-set-variable]
     sqInt freeChunk;
           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘loadImageSegmentFromoutPointers’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:41327:5: warning: statement with no effect [-Wunused-value]
     -classIndex2;
     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:41392:3: warning: statement with no effect [-Wunused-value]
   8 /* allocationUnit */ / BytesPerOop;
   ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘longPrintInstancesWithClassIndex’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:41476:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:41475:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘longPrintReferencesTo’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:41595:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:41594:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘markObjects’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:42696:13: warning: assignment makes integer from pointer without a cast [-Wint-conversion]
  allocation = calloc(sizeof(void *), unscannedEphemeronsQueueInitialSize);
             ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:42909:7: warning: passing argument 1 of ‘free’ makes pointer from integer without a cast [-Wint-conversion]
  free((GIV(unscannedEphemerons).start));
       ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:19:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/usr/include/stdlib.h:483:13: note: expected ‘void *’ but argument is of type ‘usqInt {aka long unsigned int}’
 extern void free (void *__ptr) __THROW;
             ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/unix/sqUnixCharConv.c:108:9: warning: unused variable 'utf8' [-Wunused-variable]
  int   utf8= 0;
        ^
1 warning generated.
[ 50%] Building C object CMakeFiles/FilePlugin.dir/src/fileUtils.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFilePlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/FilePlugin.dir/src/fileUtils.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/src/fileUtils.c
[ 50%] Building C object CMakeFiles/FilePlugin.dir/generated/64/plugins/src/FilePlugin/FilePlugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFilePlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/FilePlugin.dir/generated/64/plugins/src/FilePlugin/FilePlugin.c.o   -c /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:504:10: warning: incompatible integer to pointer conversion returning 'sqInt' (aka 'long') from a function with result type 'void *' [-Wint-conversion]
                return primitiveFailFor(PrimErrBadArgument);
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:788:11: warning: unused variable 'modDateOop' [-Wunused-variable]
    sqInt modDateOop;
          ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:785:11: warning: unused variable 'fileSizeOop' [-Wunused-variable]
    sqInt fileSizeOop;
          ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:795:11: warning: unused variable 'results' [-Wunused-variable]
    sqInt results;
          ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:786:11: warning: unused variable 'i' [-Wunused-variable]
    sqInt i;
          ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:780:11: warning: unused variable 'createDateOop' [-Wunused-variable]
    sqInt createDateOop;
          ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:797:11: warning: unused variable 'stringPtr' [-Wunused-variable]
    char *stringPtr;
          ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:790:11: warning: unused variable 'nameString' [-Wunused-variable]
    sqInt nameString;
          ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:1131:12: warning: unused variable 'count1' [-Wunused-variable]
    size_t count1;
           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:1127:11: warning: unused variable 'array1' [-Wunused-variable]
    sqInt array1;
          ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:1133:12: warning: unused variable 'elementSize1' [-Wunused-variable]
    size_t elementSize1;
           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:1137:11: warning: unused variable 'objectPointer1' [-Wunused-variable]
    sqInt objectPointer1;
          ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:1141:12: warning: unused variable 'startIndex1' [-Wunused-variable]
    size_t startIndex1;
           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:1129:11: warning: unused variable 'bytesRead1' [-Wunused-variable]
    sqInt bytesRead1;
          ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:1138:11: warning: unused variable 'retryCount' [-Wunused-variable]
    sqInt retryCount;
          ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:1135:13: warning: unused variable 'file1' [-Wunused-variable]
    SQFile *file1;
            ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:1629:21: warning: incompatible function pointer types assigning to 'sqInt (*)(sqInt)' (aka 'long (*)(long)') from 'sqInt (*)(int)' (aka 'long (*)(int)') [-Wincompatible-function-pointer-types]
                characterObjectOf = interpreterProxy->characterObjectOf;
                                  ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:1643:10: warning: incompatible function pointer types assigning to 'sqInt (*)(void)' (aka 'long (*)(void)') from 'void (*)(void)' [-Wincompatible-function-pointer-types]
                fullGC = interpreterProxy->fullGC;
                       ^ ~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "FilePlugin * VMMaker-tonel.1 uuid: 9ba6cb08-c29e-0d00-a784-311c015a4f3a " __DATE__ ;
            ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:230:1: warning: unused function 'connectToFdwrite' [-Wunused-function]
connectToFdwrite(int fd, sqInt writeFlag)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:257:1: warning: unused function 'connectToFilewrite' [-Wunused-function]
connectToFilewrite(void *cfile, sqInt writeFlag)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:384:1: warning: unused function 'makeDirEntryNamesizecreateDatemodDateisDirfileSize' [-Wunused-function]
makeDirEntryNamesizecreateDatemodDateisDirfileSize(char *entryName, sqInt entryNameSize, sqInt createDate, sqInt modifiedDate, sqInt dirFlag, squeakFileOffsetType fileSize)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:1230:1: warning: unused function 'primitiveFileReadWithoutPinning' [-Wunused-function]
primitiveFileReadWithoutPinning(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:1285:1: warning: unused function 'primitiveFileReadWithPinning' [-Wunused-function]
primitiveFileReadWithPinning(void)
^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘objectBefore’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:43724:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:43723:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘objectsReachableFromRoots’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:43882:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:43881:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘printActivationsOf’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:44686:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:44685:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘printContextReferencesTo’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:44841:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:44840:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘printForwarders’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:45058:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:45057:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘printFreeChunks’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:45176:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:45175:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘printInstancesWithClassIndex’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:45531:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:45530:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘printMethodImplementorsOf’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:45704:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:45703:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘printMethodReferencesTo’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:45837:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:45836:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘printObjectsWithHash’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:46027:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:46026:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘printOopsExcept’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:46245:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:46244:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘printOopsSuchThat’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:46415:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:46414:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘printReferencesTo’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:46543:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:46542:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘pushOnUnscannedEphemeronsStack’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:46819:25: warning: passing argument 1 of ‘realloc’ makes pointer from integer without a cast [-Wint-conversion]
   reallocated = realloc((GIV(unscannedEphemerons).start), desiredSize);
                         ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:19:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/usr/include/stdlib.h:480:14: note: expected ‘void *’ but argument is of type ‘usqInt {aka long unsigned int}’
 extern void *realloc (void *__ptr, size_t __size)
              ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:46819:15: warning: assignment makes integer from pointer without a cast [-Wint-conversion]
   reallocated = realloc((GIV(unscannedEphemerons).start), desiredSize);
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:38:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘runLeakCheckerFor’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:47256:41: warning: value computed is not used [-Wunused-value]
   asserta((checkInterpreterIntegrity()) == 0);
                                         ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqAssert.h:30:25: note: in definition of macro ‘asserta’
 # define asserta(expr) (expr)
                         ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘runLeakCheckerForexcludeUnmarkedObjsclassIndicesShouldBeValid’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:47277:41: warning: value computed is not used [-Wunused-value]
   asserta((checkInterpreterIntegrity()) == 0);
                                         ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqAssert.h:30:25: note: in definition of macro ‘asserta’
 # define asserta(expr) (expr)
                         ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘setHeapBasememoryLimitendOfMemory’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:47409:11: warning: variable ‘oldStart’ set but not used [-Wunused-but-set-variable]
     sqInt oldStart;
           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:47406:11: warning: variable ‘actualEdenBytes’ set but not used [-Wunused-but-set-variable]
     sqInt actualEdenBytes;
           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘validClassTableHashes’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:48625:11: warning: variable ‘ignored’ set but not used [-Wunused-but-set-variable]
     sqInt ignored;
           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘compact’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:48816:11: warning: variable ‘prevPrevObj3’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj3;
           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:48815:11: warning: variable ‘prevPrevObj2’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj2;
           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:48814:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:48813:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘copyAndUnmarkMobileObjects’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:49196:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘copyAndUnmark’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:49407:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘planCompactSavingForwarders’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:49585:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘reinitializeScanFrom’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:49717:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘scanForFirstFreeAndFirstMobileObjectFrom’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:49839:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘unmarkObjectsFromFirstFreeObject’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:49916:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘updatePointers’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:50071:11: warning: variable ‘prevPrevObj3’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj3;
           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:50070:11: warning: variable ‘prevPrevObj2’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj2;
           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:50069:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:50068:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘validRelocationPlanInPass’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:50683:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘addSegmentOfSize’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:50761:108: warning: pointer targets in passing argument 3 of ‘sqAllocateMemorySegmentOfSizeAboveAllocatedSizeInto’ differ in signedness [-Wpointer-sign]
  segAddress = sqAllocateMemorySegmentOfSizeAboveAllocatedSizeInto(ammount, firstGapOfSizeAtLeast(ammount), (&allocatedSize));
                                                                                                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:60:14: note: expected ‘sqInt * {aka long int *}’ but argument is of type ‘usqInt * {aka long unsigned int *}’
 extern void *sqAllocateMemorySegmentOfSizeAboveAllocatedSizeInto(sqInt sz, void *minAddr, sqInt *asp);
              ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘checkAllAccessibleObjectsOkay’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52078:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52077:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘checkIsStillMarriedContextcurrentFP’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52458:41: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    && ((((((sqInt)(pointerForOop(longAt(maybeFP + FoxSavedFP))))) & (tagMask())) == 0)
                                         ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52460:39: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   (oopForPointer(pointerForOop(longAt(maybeFP + FoxSavedFP)))) + (smallIntegerTag()))) == (longAt((aContext + BaseHeaderSize) + (((sqInt)((usqInt)(InstructionPointerIndex) << (shiftForWord())))))))
                                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52461:16: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
    && ((byteAt((maybeFP + FoxFrameFlags) + 2)) != 0))))) {
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52468:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  maybeFrameCtxt = longAt(maybeFP + FoxThisContext);
                          ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘checkOkayStackPage’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52630:17: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    oop = longAt(theSP);
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52636:15: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
   if ((byteAt((theFP + FoxFrameFlags) + 2)) != 0) {
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52638:39: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    ok = ok && (checkOkayFields(longAt(theFP + FoxThisContext)));
                                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52640:38: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   ok = ok && (checkOkayFields(longAt(theFP + FoxMethod)));
                                      ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52641:43: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                           ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52649:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   oop = longAt(theSP);
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘checkStackIntegrity’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52761:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      oop = longAt(theSP);
                   ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52769:17: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     if ((byteAt((theFP + FoxFrameFlags) + 2)) != 0) {
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52770:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      oop = longAt(theFP + FoxThisContext);
                   ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52795:18: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     oop = longAt(theFP + FoxMethod);
                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52801:45: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52807:18: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     oop = longAt(theSP);
                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘checkStackPointerIndexForFrame’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52880:97: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
   return (((usqInt) ((theFP + FoxReceiver) - GIV(stackPointer))) >> (shiftForWord())) + (byteAt((theFP + FoxFrameFlags) + 1));
                                                                                                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52904:33: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   aFrame = pointerForOop(longAt(aFrame + FoxSavedFP));
                                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52917:84: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
  return (((usqInt) ((theFP + FoxReceiver) - theSP)) >> (shiftForWord())) + (byteAt((theFP + FoxFrameFlags) + 1));
                                                                                    ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘contexthasValidInversePCMappingOfin’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52980:43: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  encodedip = (((usqInt)(((theIP - (longAt(theFP + FoxMethod))) - BaseHeaderSize) + 2) << 3) | 1);
                                           ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:38:0:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘createActualMessageTo’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/dispdbg.h:38:48: warning: statement with no effect [-Wunused-value]
 # define mnuBreakpointreceiver(sel, len, rcvr) 0
                                                ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53103:2: note: in expansion of macro ‘mnuBreakpointreceiver’
  mnuBreakpointreceiver(firstFixedFieldOfMaybeImmediate(GIV(messageSelector)), lengthOfMaybeImmediate(GIV(messageSelector)), null);
  ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53174:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), message);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘disownVM’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53230:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  top = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘divorceAllFrames’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53262:14: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
  if ((byteAt((GIV(framePointer) + FoxFrameFlags) + 2)) != 0) {
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53264:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   activeContext = longAt(GIV(framePointer) + FoxThisContext);
                              ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘divorceFramesIn’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53299:17: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  theIP = longAt(theSP);
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53306:15: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
   if ((byteAt((theFP + FoxFrameFlags) + 2)) != 0) {
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53308:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    theContext = longAt(theFP + FoxThisContext);
                        ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53316:47: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   valuePointer = (((usqInt)(((theIP - (longAt(theFP + FoxMethod))) - BaseHeaderSize) + 2) << 3) | 1);
                                               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53339:41: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   theIP = ((sqInt)(pointerForOop(longAt(theFP + FoxCallerSavedIP))));
                                         ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53340:32: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   theFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53353:17: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   if ((((longAt(calleeFP + FoxCallerContext)) & (tagMask())) == 0)
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53354:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    && (oopisLessThan(longAt(calleeFP + FoxCallerContext), GIV(newSpaceLimit)))) {
                             ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2673:49: note: in definition of macro ‘oopisLessThan’
 #define oopisLessThan(anOop,otherOop) ((usqInt)(anOop) < (usqInt)(otherOop))
                                                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53361:107: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((theContext + BaseHeaderSize) + (((sqInt)((usqInt)(SenderIndex) << (shiftForWord())))), longAt(calleeFP + FoxCallerContext));
                                                                                                           ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘ensureCallerContext’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53547:34: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53551:17: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   return longAt(theFP + FoxCallerContext);
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53554:14: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
  if ((byteAt((callerFP + FoxFrameFlags) + 2)) != 0) {
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53556:17: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   return longAt(callerFP + FoxThisContext);
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘ensureImageFormatIsUpToDate’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53606:11: warning: variable ‘prevPrevObj2’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj2;
           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53605:11: warning: variable ‘prevPrevObj11’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj11;
           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53604:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53603:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘enterSmalltalkExecutiveImplementation’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53917:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  GIV(method) = longAt(GIV(framePointer) + FoxMethod);
                           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘externalDivorceFrameandContext’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53965:35: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  callerFP1 = pointerForOop(longAt(theFP + FoxSavedFP));
                                   ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53969:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   callerCtx = longAt(theFP + FoxCallerContext);
                      ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53973:14: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
  if ((byteAt((callerFP1 + FoxFrameFlags) + 2)) != 0) {
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53975:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   callerCtx = longAt(callerFP1 + FoxThisContext);
                      ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53984:18: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   theIP = longAt((thePage->headSP));
                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53998:46: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   theIP = oopForPointer(pointerForOop(longAt(frameAbove + FoxCallerSavedIP)));
                                              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54019:46: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valuePointer = (((usqInt)(((theIP - (longAt(theFP + FoxMethod))) - BaseHeaderSize) + 2) << 3) | 1);
                                              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54037:34: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54042:49: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   callerIP = oopForPointer(pointerForOop(longAt(theFP + FoxCallerSavedIP)));
                                                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54045:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput(callerSP, callerIP);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘externalEnsureIsBaseFrame’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54070:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  if ((longAt(aFramePtr + FoxSavedFP)) == 0) {
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘externalQuickPrimitiveResponse’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54244:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   oop = longAt(((longAt(GIV(stackPointer))) + BaseHeaderSize) + (((sqInt)((usqInt)((localPrimIndex - 264)) << (shiftForWord())))));
                             ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54245:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54254:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(trueObj));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54260:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp2 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(falseObj));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54266:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp3 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(nilObj));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54271:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp4 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)(localPrimIndex - 261) << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘fetchPointerofMarriedContext’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54385:36: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    callerFP = pointerForOop(longAt(spouseFP + FoxSavedFP));
                                    ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54389:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     return longAt(spouseFP + FoxCallerContext);
                   ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54392:16: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
    if ((byteAt((callerFP + FoxFrameFlags) + 2)) != 0) {
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54394:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     return longAt(callerFP + FoxThisContext);
                   ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54411:63: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
   ? ((offset - (ReceiverIndex + 1)) < ((frameNumArgs = byteAt((spouseFP + FoxFrameFlags) + 1)))
                                                               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54412:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs - (offset - (ReceiverIndex + 1))) * BytesPerWord))
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54413:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     : longAt(((spouseFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - (offset - (ReceiverIndex + 1))) * BytesPerWord)))
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘findFrameAboveinPage’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54588:43: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) {
                                           ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘findMethodWithPrimitiveFromContextUpToContext’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54678:16: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
   if (((byteAt((theFP + FoxFrameFlags) + 2)) != 0)
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54679:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    && (homeContext == (longAt(theFP + FoxThisContext)))) {
                               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54683:17: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     || ((byteAt((theFP + FoxFrameFlags) + 3)) != 0))) {
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54684:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    theMethod1 = longAt(theFP + FoxMethod);
                        ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54694:17: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     if ((byteAt((theFP + FoxFrameFlags) + 2)) != 0) {
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54696:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      return longAt(theFP + FoxThisContext);
                    ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54702:32: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   theFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54704:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  senderContext1 = longAt(theFPAbove + FoxCallerContext);
                          ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘findSPOfon’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54857:33: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   aFrame = pointerForOop(longAt(aFrame + FoxSavedFP));
                                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘followForwardedFrameContentsstackPointer’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54937:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   oop = longAt(ptr);
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54940:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput(ptr, followForwarded(oop));
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54943:144: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
  for (ptr = ((theFP + FoxCallerSavedIP) + BytesPerWord), toDoLimit2 = (theFP + ((FoxCallerSavedIP + BytesPerWord) + (((sqInt)((usqInt)((byteAt((theFP + FoxFrameFlags) + 1))) << (shiftForWord())))))); ptr <= toDoLimit2; ptr += BytesPerWord) {
                                                                                                                                                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54944:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   oop = longAt(ptr);
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54957:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput(ptr, oop);
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54960:14: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
  if ((byteAt((theFP + FoxFrameFlags) + 3)) != 0) {
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54965:14: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
  if ((byteAt((theFP + FoxFrameFlags) + 2)) != 0) {
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘followForwardingPointersInStackZone’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55071:18: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     oop = longAt(theFP + FoxReceiver);
                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55074:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
      longAtput(theFP + FoxReceiver, followForwarded(oop));
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55076:18: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     if (((byteAt((theFP + FoxFrameFlags) + 2)) != 0)
                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55077:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      && (((longAt(longAt(theFP + FoxThisContext))) & ((classIndexMask()) - (isForwardedObjectClassIndexPun()))) == 0)) {
                          ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55078:63: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      longAtput(theFP + FoxThisContext, followForwarded(longAt(theFP + FoxThisContext)));
                                                               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55078:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
      longAtput(theFP + FoxThisContext, followForwarded(longAt(theFP + FoxThisContext)));
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55080:18: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     oop = longAt(theFP + FoxMethod);
                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55097:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
      longAtput(theFP + FoxMethod, (oop = newOop));
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55100:22: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     numArgs = byteAt((theFP + FoxFrameFlags) + 1);
                      ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55102:18: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     oop = longAt(theFP + offset);
                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55105:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
      longAtput(theFP + offset, followForwarded(oop));
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55107:45: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55112:17: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    oop = longAt(theFP + FoxCallerContext);
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55126:15: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
     longAtput(theFP + FoxCallerContext, aValue);
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘frameCallerContext’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55198:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  return longAt(theFP + FoxCallerContext);
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘frameContext’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55205:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  return longAt(theFP + FoxThisContext);
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘frameHasContext’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55215:17: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
  return (byteAt((theFP + FoxFrameFlags) + 2)) != 0;
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘frameIsBlockActivation’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55225:17: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
  return (byteAt((theFP + FoxFrameFlags) + 3)) != 0;
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘frameMethodObject’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55235:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  return longAt(theFP + FoxMethod);
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘frameMethod’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55242:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  return longAt(theFP + FoxMethod);
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘frameNumArgs’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55252:16: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
  return byteAt((theFP + FoxFrameFlags) + 1);
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘frameReceiver’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55271:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  return longAt(theFP + FoxReceiver);
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘frameStackedReceiverOffset’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55288:19: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
  numArgs = byteAt((theFP + FoxFrameFlags) + 1);
                   ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘handleForwardedSendFaultForTag’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55551:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55563:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord), rcvr);
                ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55565:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  if ((((longAt(GIV(framePointer) + FoxReceiver)) & (tagMask())) == 0)
                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55566:38: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   && (((((usqInt) (longAt(longAt(GIV(framePointer) + FoxReceiver)))) >> (formatShift())) & (formatMask())) <= 5 /* lastPointerFormat */)) {
                                      ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55567:49: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   followForwardedObjectFieldstoDepth(longAt(GIV(framePointer) + FoxReceiver), 0);
                                                 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘handleSpecialSelectorSendFaultForfpsp’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55589:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(theFP + FoxReceiver);
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘handleStackOverflow’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55636:43: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    && ((((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) < overflowLimitAddress)
                                           ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55637:18: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    && (!((longAt(callerFP + FoxSavedFP)) == 0)))) {
                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55646:35: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  callerFP1 = pointerForOop(longAt(theFP + FoxSavedFP));
                                   ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55650:10: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   longAt(theFP + FoxCallerContext);
          ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55654:14: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
  if ((byteAt((callerFP1 + FoxFrameFlags) + 2)) != 0) {
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55656:10: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   longAt(callerFP1 + FoxThisContext);
          ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘iframeMethod’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55809:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  return longAt(theFP + FoxMethod);
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘instructionPointerForFramecurrentFPcurrentIP’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55882:25: warning: passing argument 1 of ‘oopForPointer’ makes pointer from integer without a cast [-Wint-conversion]
   theIP = oopForPointer(instrPtr);
                         ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:153:23: note: expected ‘void *’ but argument is of type ‘sqInt {aka long int}’
   static inline sqInt oopForPointer(void *ptr)   { return (sqInt)ptr; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55894:44: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) {
                                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55905:13: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    ? longAt((thePage->headSP))
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55906:41: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    : oopForPointer(pointerForOop(longAt(theFPAbove + FoxCallerSavedIP))));
                                         ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55909:32: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   (((usqInt)(((theIP - (longAt(spouseFP + FoxMethod))) - BaseHeaderSize) + 2) << 3) | 1));
                                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘isBaseFrame’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55953:17: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  return (longAt(theFP + FoxSavedFP)) == 0;
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘isFrameonPage’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55993:32: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   theFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘isWidowedContextDuringGC’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:56181:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   if (((pointerForOop(longAt(maybeFrame + FoxSavedFP))) == shouldBeFrameCallerField)
                              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:56182:16: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
    && ((byteAt((maybeFrame + FoxFrameFlags) + 2)) != 0)) {
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:56184:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    maybeFrameCtxt = longAt(maybeFrame + FoxThisContext);
                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:56198:15: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
     longAtput(maybeFrame + FoxThisContext, maybeFrameCtxt);
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘isWidowedContext’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:56260:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   if (((pointerForOop(longAt(theFrame + FoxSavedFP))) == shouldBeFrameCallerField)
                              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:56261:16: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
    && ((byteAt((theFrame + FoxFrameFlags) + 2)) != 0)) {
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:56264:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    if ((longAt(theFrame + FoxThisContext)) == aOnceMarriedContext) {
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:38:0:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘lookupMethodInClass’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/dispdbg.h:37:49: warning: statement with no effect [-Wunused-value]
 # define sendBreakpointreceiver(sel, len, rcvr) 0
                                                 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:56857:4: note: in expansion of macro ‘sendBreakpointreceiver’
    sendBreakpointreceiver(firstFixedFieldOfMaybeImmediate(selector), lengthOfMaybeImmediate(selector), null);
    ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/dispdbg.h:37:49: warning: statement with no effect [-Wunused-value]
 # define sendBreakpointreceiver(sel, len, rcvr) 0
                                                 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:56970:2: note: in expansion of macro ‘sendBreakpointreceiver’
  sendBreakpointreceiver(GIV(messageSelector) + BaseHeaderSize, lengthOfformat(GIV(messageSelector), (((usqInt) (longAt(GIV(messageSelector)))) >> (formatShift())) & (formatMask())), null);
  ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:56829:11: warning: variable ‘selector’ set but not used [-Wunused-but-set-variable]
     sqInt selector;
           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘makeBaseFrameFor’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57310:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput(pointer, maybeClosure);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57325:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput(pointer, rcvr);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57328:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((pointer -= BytesPerWord), longAt((aContext + BaseHeaderSize) + (((sqInt)((usqInt)((ReceiverIndex + i)) << (shiftForWord()))))));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57334:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((pointer -= BytesPerWord), followObjFieldofObject(SenderIndex, aContext));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57335:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((pointer -= BytesPerWord), 0);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57338:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((pointer -= BytesPerWord), theMethod);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57339:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((pointer -= BytesPerWord), (VMBIGENDIAN
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57348:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((pointer -= BytesPerWord), aContext);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57349:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((pointer -= BytesPerWord), rcvr);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57356:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((pointer -= BytesPerWord), longAt((aContext + BaseHeaderSize) + (((sqInt)((usqInt)((ReceiverIndex + i)) << (shiftForWord()))))));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57361:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((pointer -= BytesPerWord), theIP);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘mapStackPages’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57598:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      oop = longAt(theSP);
                   ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57601:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
       longAtput(theSP, remapObj(oop));
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57605:17: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     if ((byteAt((theFP + FoxFrameFlags) + 2)) != 0) {
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57606:32: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      if (shouldRemapObj(longAt(theFP + FoxThisContext))) {
                                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57607:57: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
       longAtput(theFP + FoxThisContext, remapObj(longAt(theFP + FoxThisContext)));
                                                         ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57607:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
       longAtput(theFP + FoxThisContext, remapObj(longAt(theFP + FoxThisContext)));
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57614:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     if (shouldRemapObj(longAt(theFP + FoxMethod))) {
                               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57617:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
       theIP = (longAt(theIPPtr)) - (longAt(theFP + FoxMethod));
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57617:44: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
       theIP = (longAt(theIPPtr)) - (longAt(theFP + FoxMethod));
                                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57619:51: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      longAtput(theFP + FoxMethod, remapObj(longAt(theFP + FoxMethod)));
                                                   ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57619:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
      longAtput(theFP + FoxMethod, remapObj(longAt(theFP + FoxMethod)));
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57621:43: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
       longAtput(theIPPtr, theIP + (longAt(theFP + FoxMethod)));
                                           ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57621:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
       longAtput(theIPPtr, theIP + (longAt(theFP + FoxMethod)));
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57624:45: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57632:18: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     oop = longAt(theSP);
                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57635:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
      longAtput(theSP, remapObj(oop));
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘markAndTraceStackPages’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57693:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   context = longAt(theFP + FoxCallerContext);
                    ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘markAndTraceStackPage’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57739:17: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    oop = longAt(theSP);
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57752:15: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
     longAtput(theSP, oop);
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57759:15: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
   if ((byteAt((theFP + FoxFrameFlags) + 2)) != 0) {
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57761:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    markAndTrace(longAt(theFP + FoxThisContext));
                        ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57763:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   markAndTrace(longAt(theFP + FoxMethod));
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57764:43: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                           ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57772:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   oop = longAt(theSP);
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57785:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput(theSP, oop);
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘marriedContextpointsTostackDeltaForCurrentFrame’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57851:104: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
   if ((anOop == ((((usqInt)((((usqInt) ((theFP + FoxReceiver) - theSP)) >> (shiftForWord())) + (byteAt((theFP + FoxFrameFlags) + 1))) << 3) | 1)))
                                                                                                        ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57859:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   if (anOop == (longAt(theFP + FoxMethod))) {
                        ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57862:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   if ((longAt(theFP + FoxSavedFP)) == 0) {
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57863:25: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    if (anOop == (longAt(theFP + FoxCallerContext))) {
                         ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57868:40: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    if (((byteAt(((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxFrameFlags) + 2)) != 0)
                                        ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57868:17: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
    if (((byteAt(((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxFrameFlags) + 2)) != 0)
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57869:48: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     && (anOop == (longAt((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxThisContext)))) {
                                                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57869:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     && (anOop == (longAt((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxThisContext)))) {
                          ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57877:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   if (anOop == (longAt(theSP))) {
                        ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57885:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   if (anOop == (longAt(theSP))) {
                        ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘marryContextInNewStackPageAndInitializeInterpreterRegisters’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57919:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  aMethodObj = longAt(((GIV(stackPage)->headFP)) + FoxMethod);
                      ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57930:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  top = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘marryFrameSP’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57963:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  methodObj = longAt(theFP + FoxMethod);
                     ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57968:19: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
  numArgs = byteAt((theFP + FoxFrameFlags) + 1);
                   ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57969:88: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
  numStack = (((usqInt) ((theFP + FoxReceiver) - theSP)) >> (shiftForWord())) + (byteAt((theFP + FoxFrameFlags) + 1));
                                                                                        ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57970:14: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
  if ((byteAt((theFP + FoxFrameFlags) + 3)) != 0) {
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57971:25: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   closureOrNil = longAt(theFP + (frameStackedReceiverOffset(theFP)));
                         ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57988:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  value = pointerForOop(longAt(theFP + FoxSavedFP));
                               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57997:25: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valuePointer4 = longAt(theFP + FoxMethod);
                         ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58004:25: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valuePointer5 = longAt(theFP + FoxReceiver);
                         ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58010:116: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((theContext + BaseHeaderSize) + (((sqInt)((usqInt)((ReceiverIndex + i)) << (shiftForWord())))), longAt((theFP + FoxCallerSavedIP) + (((numArgs - i) + 1) * BytesPerWord)));
                                                                                                                    ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58019:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput(theFP + FoxThisContext, theContext);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58021:12: warning: passing argument 1 of ‘byteAtput’ makes integer from pointer without a cast [-Wint-conversion]
  byteAtput((theFP + FoxFrameFlags) + 2, 1);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:159:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAtput(sqInt oop, int val)  { return byteAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘methodReturnBool’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58209:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (boolean
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘methodReturnFloat’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58228:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((nItems - 1) * BytesPerWord)), floatObjectOf(aFloat));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘methodReturnInteger’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58244:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)integer << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘methodReturnString’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58273:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘methodReturnValue’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58289:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘moveFramesInthroughtoPage’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58382:19: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
  numArgs = byteAt((theFP + FoxFrameFlags) + 1);
                   ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58386:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput(newSP, longAt(source));
                           ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58386:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput(newSP, longAt(source));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58401:34: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58404:48: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  callerIP = oopForPointer(pointerForOop(longAt(theFP + FoxCallerSavedIP)));
                                                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58405:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput(theFP + stackedReceiverOffset, callerIP);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58410:45: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput(newFP + FoxCallerContext, longAt(callerFP + FoxThisContext));
                                             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58410:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput(newFP + FoxCallerContext, longAt(callerFP + FoxThisContext));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58411:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput(newFP + FoxSavedFP, 0);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58415:41: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   offsetCallerFP = pointerForOop(longAt(fpInNewPage + FoxSavedFP));
                                         ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58419:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput(fpInNewPage + FoxSavedFP, oopForPointer(offsetCallerFP));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58420:15: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
   if ((byteAt((fpInNewPage + FoxFrameFlags) + 2)) != 0) {
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58422:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    theContext = longAt(fpInNewPage + FoxThisContext);
                        ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘noInlineTemporaryin’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58481:43: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
  return (offset < ((frameNumArgs = byteAt((theFP + FoxFrameFlags) + 1)))
                                           ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58482:12: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs - offset) * BytesPerWord))
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58483:12: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   : longAt(((theFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - offset) * BytesPerWord)));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘noMarkedContextsOnPage’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58498:15: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
   if ((byteAt((theFP + FoxFrameFlags) + 2)) != 0) {
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58500:35: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    if (((((usqInt) (longAt(longAt(theFP + FoxThisContext)))) >> (markedBitFullShift())) & 1) != 0) {
                                   ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58504:41: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  } while(((theFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0);
                                         ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘ownVM’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58591:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘popStack’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58623:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  top = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘popthenPush’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58648:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((nItems - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveEventProcessingControl’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58779:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (enabled
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58786:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                   ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58792:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58802:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (enabled
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveStopProfiling’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58874:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), ((GIV(messageCount) << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘printAllStacks’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59076:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59075:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘printCallStackOfcurrentFP’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59336:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     ctxt = longAt(theFP + FoxCallerContext);
                   ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘printFrameAndCallersSPshort’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59502:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  if (!((longAt(theFP + FoxSavedFP)) == 0)) {
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59503:52: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   printFrameAndCallersSPshort(pointerForOop(longAt(theFP + FoxSavedFP)), (assert(!(isBaseFrame(theFP))),
                                                    ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59504:76: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
   (theFP + ((FoxCallerSavedIP + BytesPerWord) + (((sqInt)((usqInt)((byteAt((theFP + FoxFrameFlags) + 1))) << (shiftForWord())))))) + BytesPerWord), printShort);
                                                                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘printFrameFlagsForFP’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59524:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  it = longAt(address);
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59534:18: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
  printNum(byteAt((theFP + FoxFrameFlags) + 1));
                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59535:17: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
  print(((byteAt((theFP + FoxFrameFlags) + 2)) != 0
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59538:17: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
  print(((byteAt((theFP + FoxFrameFlags) + 3)) != 0
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘printFrameOopat’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59553:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  it = longAt(address);
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘printFrameThingandFrameat’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59611:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  it = longAt(address);
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘printFrameThingat’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59647:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  it = longAt(address);
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘printFrame’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59734:35: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     aFrame = pointerForOop(longAt(aFrame + FoxSavedFP));
                                   ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59745:84: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
      (frameAbove + ((FoxCallerSavedIP + BytesPerWord) + (((sqInt)((usqInt)((byteAt((frameAbove + FoxFrameFlags) + 1))) << (shiftForWord())))))) + BytesPerWord)
                                                                                    ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘printFrameWithSP’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59783:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  theMethod = longAt(theFP + FoxMethod);
                     ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59785:19: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
  numArgs = byteAt((theFP + FoxFrameFlags) + 1);
                   ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59797:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  topThing = longAt(theSP);
                    ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘printLikelyImplementorsOfSelector’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59885:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59884:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘printStackReferencesTo’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61314:25: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      if (oop == (longAt(theSP))) {
                         ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61316:18: warning: passing argument 1 of ‘printHexnp’ makes integer from pointer without a cast [-Wint-conversion]
       printHexnp(theFP);
                  ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59828:1: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
 printHexnp(usqInt n)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61318:18: warning: passing argument 1 of ‘printHexnp’ makes integer from pointer without a cast [-Wint-conversion]
       printHexnp(theSP);
                  ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59828:1: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
 printHexnp(usqInt n)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61324:17: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     if ((byteAt((theFP + FoxFrameFlags) + 2)) != 0) {
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61325:25: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      if (oop == (longAt(theFP + FoxThisContext))) {
                         ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61327:18: warning: passing argument 1 of ‘printHexnp’ makes integer from pointer without a cast [-Wint-conversion]
       printHexnp(theFP);
                  ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59828:1: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
 printHexnp(usqInt n)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61333:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     if (oop == (longAt(theFP + FoxMethod))) {
                        ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61335:17: warning: passing argument 1 of ‘printHexnp’ makes integer from pointer without a cast [-Wint-conversion]
      printHexnp(theFP);
                 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59828:1: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
 printHexnp(usqInt n)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61340:45: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61348:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     if (oop == (longAt(theSP))) {
                        ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61350:17: warning: passing argument 1 of ‘printHexnp’ makes integer from pointer without a cast [-Wint-conversion]
      printHexnp(theFP);
                 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59828:1: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
 printHexnp(usqInt n)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61352:17: warning: passing argument 1 of ‘printHexnp’ makes integer from pointer without a cast [-Wint-conversion]
      printHexnp(theSP);
                 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59828:1: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
 printHexnp(usqInt n)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘pushBool’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61432:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘pushedReceiverOrClosureOfFrame’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61445:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  return longAt(theFP + (frameStackedReceiverOffset(theFP)));
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘pushFloat’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61457:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘pushInteger’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61468:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), (((usqInt)integerValue << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘push’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61482:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘readImageFromFileStartingAt’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:313:30: warning: statement with no effect [-Wunused-value]
 #  define SQ_SWAP_8_BYTES(x) __builtin_bswap64(x)
                              ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61777:3: note: in expansion of macro ‘SQ_SWAP_8_BYTES’
   SQ_SWAP_8_BYTES(w);
   ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61792:3: warning: statement with no effect [-Wunused-value]
   ((((usqInt) w1) >> 8) & 0xFF) | (((sqInt)((usqInt)((w1 & 0xFF)) << 8)));
   ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘reapAndResetErrorCodeToheader’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62139:48: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
   if (temporaryIndex < ((frameNumArgs = byteAt(((((char *) theFP)) + FoxFrameFlags) + 1)))) {
                                                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62140:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput(((((char *) theFP)) + FoxCallerSavedIP) + ((frameNumArgs - temporaryIndex) * BytesPerWord), valueOop);
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62143:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((((((char *) theFP)) + FoxReceiver) - BytesPerWord) + ((frameNumArgs - temporaryIndex) * BytesPerWord), valueOop);
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘reestablishContextPriorToCallback’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62183:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62216:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    if ((longAt(theFP + FoxSavedFP)) == 0) {
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62222:66: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     GIV(instructionPointer) = ((usqInt)(pointerForOop(longAt(GIV(framePointer) + FoxCallerSavedIP))));
                                                                  ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62225:50: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     GIV(framePointer) = pointerForOop(longAt(GIV(framePointer) + FoxSavedFP));
                                                  ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62264:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  top = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘retryPrimitiveOnFailure’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62467:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
       oop = longAt(GIV(stackPointer) + (index * BytesPerWord));
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62482:23: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
         longAtput(GIV(stackPointer) + (index * BytesPerWord), oop);
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘returnAsThroughCallbackContext’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62551:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62588:18: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    if (!((longAt(theFP + FoxSavedFP)) == 0)) {
                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62592:62: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     GIV(instructionPointer) = ((usqInt)(pointerForOop(longAt(theFP + FoxCallerSavedIP))));
                                                              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62595:46: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     GIV(framePointer) = pointerForOop(longAt(theFP + FoxSavedFP));
                                              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62597:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     GIV(method) = longAt(GIV(framePointer) + FoxMethod);
                              ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62655:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  top = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘saneFunctionPointerForFailureOfPrimIndex’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62823:11: warning: variable ‘theClass’ set but not used [-Wunused-but-set-variable]
     sqInt theClass;
           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘sendInvokeCallbackContext’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62914:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp3 = GIV(stackPointer) - BytesPerWord), object3);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62919:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62923:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object1);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62927:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp2 = GIV(stackPointer) - BytesPerWord), object2);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62932:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object4);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62943:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62946:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62949:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp21 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62949:59: warning: passing argument 2 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp21 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62953:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp31 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62970:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp41 = GIV(stackPointer) - BytesPerWord), object5);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62973:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62976:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp6 = GIV(stackPointer) - BytesPerWord), rcvr);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62980:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp7 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62992:64: warning: passing argument 1 of ‘reapAndResetErrorCodeToheader’ makes integer from pointer without a cast [-Wint-conversion]
    shouldSkipStoreBytecode = reapAndResetErrorCodeToheader(GIV(framePointer), methodHeader);
                                                                ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62025:1: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
 reapAndResetErrorCodeToheader(sqInt theFP, sqInt methodHeader)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘sendInvokeCallbackStackRegistersJmpbuf’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63075:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63079:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object1);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63083:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), object2);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63087:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp3 = GIV(stackPointer) - BytesPerWord), object3);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63091:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object4);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63102:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63105:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63108:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp21 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63108:59: warning: passing argument 2 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp21 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63112:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp31 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63129:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp41 = GIV(stackPointer) - BytesPerWord), object5);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63132:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63135:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp6 = GIV(stackPointer) - BytesPerWord), rcvr);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63139:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp7 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63151:64: warning: passing argument 1 of ‘reapAndResetErrorCodeToheader’ makes integer from pointer without a cast [-Wint-conversion]
    shouldSkipStoreBytecode = reapAndResetErrorCodeToheader(GIV(framePointer), methodHeader);
                                                                ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62025:1: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
 reapAndResetErrorCodeToheader(sqInt theFP, sqInt methodHeader)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘shortPrintFrameAndCallers’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63413:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  if (!((longAt(theFP + FoxSavedFP)) == 0)) {
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63414:50: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   shortPrintFrameAndCallers(pointerForOop(longAt(theFP + FoxSavedFP)));
                                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘shortPrintFrame’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63477:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(theFP + FoxReceiver);
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63482:61: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  printActivationNameForreceiverisBlockfirstTemporary(longAt(theFP + FoxMethod), rcvr, (byteAt((theFP + FoxFrameFlags) + 3)) != 0, (0 < ((frameNumArgs = byteAt((theFP + FoxFrameFlags) + 1)))
                                                             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63482:95: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
  printActivationNameForreceiverisBlockfirstTemporary(longAt(theFP + FoxMethod), rcvr, (byteAt((theFP + FoxFrameFlags) + 3)) != 0, (0 < ((frameNumArgs = byteAt((theFP + FoxFrameFlags) + 1)))
                                                                                               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63482:160: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
  printActivationNameForreceiverisBlockfirstTemporary(longAt(theFP + FoxMethod), rcvr, (byteAt((theFP + FoxFrameFlags) + 3)) != 0, (0 < ((frameNumArgs = byteAt((theFP + FoxFrameFlags) + 1)))
                                                                                                                                                                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63483:12: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs) * BytesPerWord))
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63484:12: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   : longAt(((theFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs) * BytesPerWord))));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘shortPrintFrameAndNCallers’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63501:51: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   shortPrintFrameAndNCallers(pointerForOop(longAt(theFP + FoxSavedFP)), n - 1);
                                                   ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘shortReversePrintFrameAndCallers’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63558:35: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                   ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63563:18: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  caller = longAt(theFP + FoxCallerContext);
                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘snapshot’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63824:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63901:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63908:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) - BytesPerWord), rcvr);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63919:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   rcvr1 = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                      ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63922:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63925:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp21 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63925:60: warning: passing argument 2 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp21 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                            ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63929:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63946:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object1);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63949:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63952:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp6 = GIV(stackPointer) - BytesPerWord), rcvr1);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63956:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp7 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63968:65: warning: passing argument 1 of ‘reapAndResetErrorCodeToheader’ makes integer from pointer without a cast [-Wint-conversion]
     shouldSkipStoreBytecode = reapAndResetErrorCodeToheader(GIV(framePointer), methodHeader);
                                                                 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62025:1: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
 reapAndResetErrorCodeToheader(sqInt theFP, sqInt methodHeader)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘stackFloatValue’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:64386:33: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  return floatValueOf(longAt(GIV(stackPointer) + (offset * BytesPerWord)));
                                 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘stackIntegerValue’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:64398:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (offset * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘stackObjectValue’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:64466:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer) + (offset * BytesPerWord));
                   ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘stackPointerIndexForFrame’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:64561:84: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
  return (((usqInt) ((theFP + FoxReceiver) - theSP)) >> (shiftForWord())) + (byteAt((theFP + FoxFrameFlags) + 1));
                                                                                    ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘stackPositiveMachineIntegerValue’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:64578:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (offset * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘stackSignedMachineIntegerValue’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:64643:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (offset * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘stackTop’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:64651:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  return longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘stackValue’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:64661:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  return longAt(GIV(stackPointer) + (offset * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘storeSenderOfFramewithValue’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65000:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  if ((longAt(theFP + FoxSavedFP)) == 0) {
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65004:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput(theFP + FoxCallerContext, anOop);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65008:34: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65012:10: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   longAt(theFP + FoxCallerContext);
          ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65016:14: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
  if ((byteAt((callerFP + FoxFrameFlags) + 2)) != 0) {
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65018:10: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   longAt(callerFP + FoxThisContext);
          ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65060:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput(theMovedFP + FoxCallerContext, anOop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘transferTo’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65289:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65313:14: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
  if ((byteAt((GIV(framePointer) + FoxFrameFlags) + 2)) != 0) {
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65315:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   activeContext = longAt(GIV(framePointer) + FoxThisContext);
                              ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65421:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  aMethodObj = longAt(GIV(framePointer) + FoxMethod);
                          ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65433:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  top = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘updateStateOfSpouseContextForFrameWithSP’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65554:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  theContext = longAt(theFP + FoxThisContext);
                      ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65557:21: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
  tempIndex = byteAt((theFP + FoxFrameFlags) + 1);
                     ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65568:18: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    if ((((longAt(pointer)) & (tagMask())) == 0)
                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65569:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     && (oopisLessThan(longAt(pointer), GIV(newSpaceLimit)))) {
                              ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2673:49: note: in definition of macro ‘oopisLessThan’
 #define oopisLessThan(anOop,otherOop) ((usqInt)(anOop) < (usqInt)(otherOop))
                                                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65576:116: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((theContext + BaseHeaderSize) + (((sqInt)((usqInt)((ReceiverIndex + i)) << (shiftForWord())))), longAt(pointer));
                                                                                                                    ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65588:18: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    if ((((longAt(pointer)) & (tagMask())) == 0)
                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65589:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     && (oopisLessThan(longAt(pointer), GIV(newSpaceLimit)))) {
                              ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2673:49: note: in definition of macro ‘oopisLessThan’
 #define oopisLessThan(anOop,otherOop) ((usqInt)(anOop) < (usqInt)(otherOop))
                                                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65596:124: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((theContext + BaseHeaderSize) + (((sqInt)((usqInt)((ReceiverIndex + tempIndex)) << (shiftForWord())))), longAt(pointer));
                                                                                                                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘validInstructionPointerinFrame’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65615:39: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  return (anInstrPointer >= ((((longAt(fp + FoxMethod)) + (lastPointerOf(longAt(fp + FoxMethod)))) + BytesPerOop) - 1))
                                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65615:80: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  return (anInstrPointer >= ((((longAt(fp + FoxMethod)) + (lastPointerOf(longAt(fp + FoxMethod)))) + BytesPerOop) - 1))
                                                                                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65616:35: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   && (anInstrPointer < ((((longAt(fp + FoxMethod)) + (numBytesOfBytes(longAt(fp + FoxMethod)))) + BaseHeaderSize) - 1));
                                   ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65616:78: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   && (anInstrPointer < ((((longAt(fp + FoxMethod)) + (numBytesOfBytes(longAt(fp + FoxMethod)))) + BaseHeaderSize) - 1));
                                                                              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘validStackPageBaseFrame’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65672:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  senderContextOrNil = longAt(theFP + FoxCallerContext);
                              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘voidVMStateForSnapshotFlushingExternalPrimitivesIf’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65728:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65727:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘cloneContext’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66123:50: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     valuePointer2 = (i < ((frameNumArgs = byteAt((spouseFP + FoxFrameFlags) + 1)))
                                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66124:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs - i) * BytesPerWord))
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66125:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((spouseFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - i) * BytesPerWord)));
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘doPrimitiveSameThreadCallout’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66177:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  anOop = longAt(GIV(stackPointer) + (PARAM_EXTERNALFUNCTION * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66199:19: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
  externalFunction = longAt((anOop1 + BaseHeaderSize) + (0U << (shiftForWord())));
                   ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66207:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  anOop2 = longAt(((longAt(GIV(stackPointer) + (PARAM_EXTERNALFUNCTION * BytesPerWord))) + BaseHeaderSize) + (1U << (shiftForWord())));
                               ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66215:33: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  argumentsArrayOop = longAt(GIV(stackPointer) + (PARAM_ARGUMENTS * BytesPerWord));
                                 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66239:13: warning: assignment makes integer from pointer without a cast [-Wint-conversion]
   argHolder = alloca((argType->size));
             ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66240:17: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
   parameters[i] = argHolder;
                 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66255:45: warning: passing argument 1 of ‘marshallAndPushReturnValueFromofTypepoping’ makes integer from pointer without a cast [-Wint-conversion]
  marshallAndPushReturnValueFromofTypepoping(returnHolder, (cif->rtype), 3);
                                             ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1497:27: note: expected ‘sqInt {aka long int}’ but argument is of type ‘void *’
 static void NoDbgRegParms marshallAndPushReturnValueFromofTypepoping(sqInt returnHolder, ffi_type *ffiType, sqInt argumentsAndReceiverCount);
                           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘doPrimitiveWorkerCallout’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66312:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  anOop = longAt(GIV(stackPointer) + (PARAM_EXTERNALFUNCTION * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66334:19: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
  externalFunction = longAt((anOop1 + BaseHeaderSize) + (0U << (shiftForWord())));
                   ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66341:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  anOop2 = longAt(((longAt(GIV(stackPointer) + (PARAM_EXTERNALFUNCTION * BytesPerWord))) + BaseHeaderSize) + (1U << (shiftForWord())));
                               ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66348:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (PARAM_SEMAPHORE_INDEX * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66368:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  receiver = longAt(GIV(stackPointer) + (PARAM_RECEIVER * BytesPerWord));
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66377:33: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  argumentsArrayOop = longAt(GIV(stackPointer) + (PARAM_ARGUMENTS * BytesPerWord));
                                 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66399:13: warning: assignment makes integer from pointer without a cast [-Wint-conversion]
   argHolder = malloc((argType->size));
             ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66400:17: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
   parameters[i] = argHolder;
                 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66405:10: warning: assignment makes integer from pointer without a cast [-Wint-conversion]
     aPtr = parameters[i1];
          ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66408:11: warning: passing argument 1 of ‘free’ makes pointer from integer without a cast [-Wint-conversion]
      free(aPtr);
           ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:19:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/usr/include/stdlib.h:483:13: note: expected ‘void *’ but argument is of type ‘sqInt {aka long int}’
 extern void free (void *__ptr) __THROW;
             ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66430:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
  ptr[0] = (((sqIntptr_t)aPointer));
         ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66432:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((4 - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘doPrimitiveWorkerExtractReturnValue’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66471:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  anOop = longAt(GIV(stackPointer) + (PARAM_TASK_ADDRESS * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66481:14: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
  taskAddress = longAt((anOop + BaseHeaderSize) + (0U << (shiftForWord())));
              ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66484:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  receiver = longAt(GIV(stackPointer) + (PARAM_RECEIVER * BytesPerWord));
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66501:45: warning: passing argument 1 of ‘marshallAndPushReturnValueFromofTypepoping’ makes integer from pointer without a cast [-Wint-conversion]
  marshallAndPushReturnValueFromofTypepoping(returnHolder, (((task->cif))->rtype), 2);
                                             ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1497:27: note: expected ‘sqInt {aka long int}’ but argument is of type ‘void *’
 static void NoDbgRegParms marshallAndPushReturnValueFromofTypepoping(sqInt returnHolder, ffi_type *ffiType, sqInt argumentsAndReceiverCount);
                           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66507:23: warning: assignment makes integer from pointer without a cast [-Wint-conversion]
    anParameterAddress = parameters[i];
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66509:26: warning: passing argument 1 of ‘free’ makes pointer from integer without a cast [-Wint-conversion]
     doFreeFromTask(task, anParameterAddress);
                          ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2585:47: note: in definition of macro ‘doFreeFromTask’
 #define doFreeFromTask(aTask,anAddress) (free(anAddress))
                                               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:19:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/usr/include/stdlib.h:483:13: note: expected ‘void *’ but argument is of type ‘sqInt {aka long int}’
 extern void free (void *__ptr) __THROW;
             ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66518:23: warning: passing argument 1 of ‘free’ makes pointer from integer without a cast [-Wint-conversion]
  doFreeFromTask(task, ((sqInt)task));
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2585:47: note: in definition of macro ‘doFreeFromTask’
 #define doFreeFromTask(aTask,anAddress) (free(anAddress))
                                               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:19:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/usr/include/stdlib.h:483:13: note: expected ‘void *’ but argument is of type ‘long int’
 extern void free (void *__ptr) __THROW;
             ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66464:13: warning: variable ‘worker’ set but not used [-Wunused-but-set-variable]
     Worker *worker;
             ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘fieldofFrame’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66569:35: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                   ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66572:12: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     longAt(theFP + FoxCallerContext))
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66573:15: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
    : ((byteAt((callerFP + FoxFrameFlags) + 2)) != 0
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66576:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
       longAt(callerFP + FoxThisContext))
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66585:17: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   return longAt(theFP + FoxMethod);
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66588:19: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
   return ((byteAt((theFP + FoxFrameFlags) + 3)) != 0
                   ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66590:23: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     (numArgs = byteAt((theFP + FoxFrameFlags) + 1)),
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66591:12: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     longAt(theFP + ((FoxCallerSavedIP + BytesPerWord) + (((sqInt)((usqInt)(numArgs) << (shiftForWord())))))))
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66596:17: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   return longAt(theFP + FoxReceiver);
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66601:66: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
   return ((index - CtxtTempFrameStart) < ((frameNumArgs = byteAt((theFP + FoxFrameFlags) + 1)))
                                                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66602:13: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs - (index - CtxtTempFrameStart)) * BytesPerWord))
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66603:13: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    : longAt(((theFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - (index - CtxtTempFrameStart)) * BytesPerWord)));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘getHandler’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66633:9: warning: return makes pointer from integer without a cast [-Wint-conversion]
  return longAt((anOop1 + BaseHeaderSize) + (0U << (shiftForWord())));
         ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘marshallAndPushReturnValueFromofTypepoping’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66697:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp8 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66703:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp9 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), (((usqInt)integerVal1 << 3) | 1));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66712:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66718:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop1);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66724:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp10 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), (((usqInt)integerVal2 << 3) | 1));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66730:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp11 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), (((usqInt)integerVal3 << 3) | 1));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66739:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp2 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop2);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66745:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp3 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop3);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66755:10: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
   ptr[0] = (((sqIntptr_t)aPointer));
          ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66757:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp4 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop4);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66766:25: warning: passing argument 2 of ‘memcpy’ makes pointer from integer without a cast [-Wint-conversion]
   memcpy(targetPointer, returnHolder, sizeToCopy);
                         ^
In file included from /usr/include/features.h:367:0,
                 from /usr/include/stdint.h:25,
                 from /usr/lib/gcc/x86_64-linux-gnu/5/include/stdint.h:9,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26:
/usr/include/x86_64-linux-gnu/bits/string3.h:50:1: note: expected ‘const void * restrict’ but argument is of type ‘sqInt {aka long int}’
 __NTH (memcpy (void *__restrict __dest, const void *__restrict __src,
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66768:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp5 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop5);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66775:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp6 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), floatObjectOf(f));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66782:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp7 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), floatObjectOf(f1));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘marshallArgumentFromatIndexintoofTypewithSize’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66854:12: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
    address = longAt((oop1 + BaseHeaderSize) + (0U << (shiftForWord())));
            ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66873:10: warning: passing argument 1 of ‘memcpy’ makes pointer from integer without a cast [-Wint-conversion]
   memcpy(argHolder, srcPtr, argTypeSize);
          ^
In file included from /usr/include/features.h:367:0,
                 from /usr/include/stdint.h:25,
                 from /usr/lib/gcc/x86_64-linux-gnu/5/include/stdint.h:9,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26:
/usr/include/x86_64-linux-gnu/bits/string3.h:50:1: note: expected ‘void * restrict’ but argument is of type ‘sqInt {aka long int}’
 __NTH (memcpy (void *__restrict __dest, const void *__restrict __src,
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveAllVMParameters’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67502:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveClone’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67520:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67544:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newCopy);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveClosureCopyWithCopiedValues’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67568:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67591:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  copiedValues = longAt(GIV(stackPointer));
                            ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67632:125: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((newClosure1 + BaseHeaderSize) + (((sqInt)((usqInt)(ClosureOuterContextIndex) << (shiftForWord())))), longAt(GIV(stackPointer) + (2 * BytesPerWord)));
                                                                                                                             ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67647:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), newClosure);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveContextAt’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67694:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67702:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  aContext = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67821:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67924:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67938:49: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
  value = ((index - 1) < ((frameNumArgs = byteAt((spouseFP + FoxFrameFlags) + 1)))
                                                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67939:12: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs - (index - 1)) * BytesPerWord))
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67940:12: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   : longAt(((spouseFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - (index - 1)) * BytesPerWord)));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67942:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveContextAtPut’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67977:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  value = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67979:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67981:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  aContext = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68135:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68149:44: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
  if ((index - 1) < ((frameNumArgs = byteAt((spouseFP + FoxFrameFlags) + 1)))) {
                                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68150:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((spouseFP + FoxCallerSavedIP) + ((frameNumArgs - (index - 1)) * BytesPerWord), value);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68153:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput(((spouseFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - (index - 1)) * BytesPerWord), value);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68156:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveContextSize’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68183:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68267:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)sz << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveContextXray’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68291:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  context = longAt(GIV(stackPointer));
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68304:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)flags << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveDeferDisplayUpdates’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68320:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  flag = longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveDoNamedPrimitiveWithArgs’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68400:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  argumentArray = longAt(GIV(stackPointer));
                             ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68402:25: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  methodArg = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                         ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68580:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  top = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
24 warnings generated.
[ 51%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libFilePlugin.dylib
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/FilePlugin.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -dynamiclib -Wl,-headerpad_max_install_names  -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libFilePlugin.dylib -install_name @executable_path/Plugins/libFilePlugin.dylib CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c.o CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c.o CMakeFiles/FilePlugin.dir/extracted/vm/src/unix/sqUnixCharConv.c.o CMakeFiles/FilePlugin.dir/src/fileUtils.c.o CMakeFiles/FilePlugin.dir/generated/64/plugins/src/FilePlugin/FilePlugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib -framework CoreFoundation build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libffi.dylib -framework AppKit -framework CoreGraphics 
[ 52%] Built target FilePlugin
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/LocalePlugin.dir/build.make CMakeFiles/LocalePlugin.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/LocalePlugin.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/LocalePlugin.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/LocalePlugin.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/LocalePlugin.dir/depend.internal".
Scanning dependencies of target LocalePlugin
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/LocalePlugin.dir/build.make CMakeFiles/LocalePlugin.dir/build
[ 53%] Building C object CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DLocalePlugin_EXPORTS -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "LocalePlugin VMMaker.oscog-eem.2495 uuid: fcbf4c90-4c50-4ff3-8690-0edfded4f9c4 " __DATE__ ;
            ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c:388:1: warning: unused function 'sqAssert' [-Wunused-function]
sqAssert(sqInt aBool)
^
2 warnings generated.
[ 53%] Building C object CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DLocalePlugin_EXPORTS -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c:9:
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx/sqIOSLocale.h:11:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c:9:
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx/sqIOSLocale.h:11:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c:9:
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx/sqIOSLocale.h:11:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c:9:
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx/sqIOSLocale.h:11:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c:133:17: warning: incompatible integer to pointer conversion passing 'time_t' (aka 'long') to parameter of type 'time_t *' (aka 'long *') [-Wint-conversion]
        theTime = time((time_t)NULL);
                       ^~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/time.h:118:21: note: passing argument to parameter here
time_t time(time_t *);
                    ^
5 warnings generated.
[ 54%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libLocalePlugin.dylib
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/LocalePlugin.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -dynamiclib -Wl,-headerpad_max_install_names  -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libLocalePlugin.dylib -install_name @executable_path/Plugins/libLocalePlugin.dylib CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c.o CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c.o -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib -framework CoreFoundation build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libffi.dylib -framework AppKit -framework CoreGraphics 
[ 54%] Built target LocalePlugin
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/SurfacePlugin.dir/build.make CMakeFiles/SurfacePlugin.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/SurfacePlugin.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/SurfacePlugin.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/SurfacePlugin.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/SurfacePlugin.dir/depend.internal".
Scanning dependencies of target SurfacePlugin
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/SurfacePlugin.dir/build.make CMakeFiles/SurfacePlugin.dir/build
[ 54%] Building C object CMakeFiles/SurfacePlugin.dir/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DSurfacePlugin_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/SurfacePlugin.dir/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c:1:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c:1:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c:1:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c:1:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68586:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  top1 = longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68592:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp5 = GIV(stackPointer) - BytesPerWord), primRcvr);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68598:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68620:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object1);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68624:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp2 = GIV(stackPointer) - BytesPerWord), object2);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68628:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp3 = GIV(stackPointer) - BytesPerWord), object3);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68632:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object4);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68389:11: warning: variable ‘val’ set but not used [-Wunused-but-set-variable]
     sqInt val;
           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68354:11: warning: variable ‘classOop’ set but not used [-Wunused-but-set-variable]
     sqInt classOop;
           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveDoPrimitiveWithArgs’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68685:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  argumentArray = longAt(GIV(stackPointer));
                             ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68687:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  primIdx = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68722:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   GIV(tempOop2) = longAt(GIV(stackPointer) + (4 * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68724:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   rcvr = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68741:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), rcvr);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68753:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68806:2: warning: statement with no effect [-Wunused-value]
  !GIV(primFailCode);
  ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68814:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    rcvr = longAt(GIV(stackPointer));
                      ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68818:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp2 = GIV(stackPointer) - BytesPerWord), rcvr);
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68822:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp4 = GIV(stackPointer) - BytesPerWord), (((usqInt)primIdx << 3) | 1));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68825:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(tempOop));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveExecuteMethod’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68872:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  methodArgument = longAt(GIV(stackPointer));
                              ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68885:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  top = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68947:3: warning: statement with no effect [-Wunused-value]
   !GIV(primFailCode);
   ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68961:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68964:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68967:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68967:58: warning: passing argument 2 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                          ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68971:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68988:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68991:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68994:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp6 = GIV(stackPointer) - BytesPerWord), rcvr);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68998:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69010:64: warning: passing argument 1 of ‘reapAndResetErrorCodeToheader’ makes integer from pointer without a cast [-Wint-conversion]
    shouldSkipStoreBytecode = reapAndResetErrorCodeToheader(GIV(framePointer), methodHeader1);
                                                                ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62025:1: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
 reapAndResetErrorCodeToheader(sqInt theFP, sqInt methodHeader)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveExecuteMethodArgsArray’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69070:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  methodArgument = longAt(GIV(stackPointer));
                              ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69072:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  argumentArray = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                             ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69097:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69106:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord), rcvr);
                 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69113:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69176:3: warning: statement with no effect [-Wunused-value]
   !GIV(primFailCode);
   ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69190:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr1 = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69193:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69196:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69196:58: warning: passing argument 2 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                          ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69200:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69217:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object1);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69220:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69223:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp6 = GIV(stackPointer) - BytesPerWord), rcvr1);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69227:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp7 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69239:64: warning: passing argument 1 of ‘reapAndResetErrorCodeToheader’ makes integer from pointer without a cast [-Wint-conversion]
    shouldSkipStoreBytecode = reapAndResetErrorCodeToheader(GIV(framePointer), methodHeader1);
                                                                ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62025:1: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
 reapAndResetErrorCodeToheader(sqInt theFP, sqInt methodHeader)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveExternalCall’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69298:11: warning: variable ‘val’ set but not used [-Wunused-but-set-variable]
     sqInt val;
           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveFFIAllocate’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69514:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69532:7: warning: assignment makes integer from pointer without a cast [-Wint-conversion]
  addr = malloc(byteSize);
       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69544:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
  ptr[0] = (((sqIntptr_t)addr));
         ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69547:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveFFIFree’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69565:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oop1 = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69586:7: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
  addr = longAt((oop + BaseHeaderSize) + (0U << (shiftForWord())));
       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69593:18: warning: passing argument 1 of ‘isInMemory’ makes integer from pointer without a cast [-Wint-conversion]
   || (isInMemory(addr)))) {
                  ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40167:1: note: expected ‘sqInt {aka long int}’ but argument is of type ‘void *’
 isInMemory(sqInt address)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69626:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveFFIIntegerAt’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69654:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  obj = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                   ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69672:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69688:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerPointer1 = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                               ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69704:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                   ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69771:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveFFIIntegerAtPut’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69799:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  obj = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                   ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69817:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69833:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valueOop = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69835:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerPointer1 = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                               ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69851:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer) + (4 * BytesPerWord));
                   ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69915:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveFindHandlerContext’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69944:85: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  handlerOrNilOrZero = findMethodWithPrimitiveFromContextUpToContext(199, longAt(GIV(stackPointer)), GIV(nilObj));
                                                                                     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69950:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), handlerOrNilOrZero);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveFindNextUnwindContext’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69979:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  stopContext = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69981:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  calleeContext = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                             ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70011:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   if ((longAt(theFP + FoxSavedFP)) == 0) {
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70012:83: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    handlerOrNilOrZero = findMethodWithPrimitiveFromContextUpToContext(198, longAt(theFP + FoxCallerContext), stopContext);
                                                                                   ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70016:35: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    startFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                   ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70020:18: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     if (((byteAt((theFP1 + FoxFrameFlags) + 2)) != 0)
                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70021:33: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      && (stopContext == (longAt(theFP1 + FoxThisContext)))) {
                                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70025:19: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     if (!((byteAt((theFP1 + FoxFrameFlags) + 3)) != 0)) {
                   ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70026:25: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      theMethod = longAt(theFP1 + FoxMethod);
                         ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70036:19: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
       if ((byteAt((theFP1 + FoxFrameFlags) + 2)) != 0) {
                   ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70038:36: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
        handlerOrNilOrZero = longAt(theFP1 + FoxThisContext);
                                    ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70046:35: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     theFP1 = pointerForOop(longAt(theFP1 + FoxSavedFP));
                                   ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70048:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    senderContext = longAt(theFPAbove + FoxCallerContext);
                           ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70075:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), handlerOrNilOrZero);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveFlushCacheByMethod’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70094:25: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oldMethod = longAt(GIV(stackPointer));
                         ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveFlushCacheBySelector’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70124:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  selector = longAt(GIV(stackPointer));
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveFullGC’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70173:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70181:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp1 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)integerVal1 << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveGetCurrentWorkingDirectory’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70203:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveIncrementalGC’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70499:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveInstVarAt’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70522:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70524:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70622:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveInstVarAtPut’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70647:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  newValue = longAt(GIV(stackPointer));
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70649:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70651:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70801:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveLoadBoolean8FromBytes’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70822:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70824:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70882:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveLoadBoolean8FromExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70898:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70900:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70919:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveLoadChar16FromBytes’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70940:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70942:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70999:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveLoadChar16FromExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71015:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71017:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71034:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveLoadChar32FromBytes’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71055:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71057:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71114:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveLoadChar32FromExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71130:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71132:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71149:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveLoadChar8FromBytes’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71170:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71172:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71228:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveLoadChar8FromExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71244:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71246:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71263:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveLoadFloat32FromBytes’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71284:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71286:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71343:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveLoadFloat32FromExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71359:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71361:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71378:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveLoadFloat64FromBytes’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71399:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71401:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71458:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveLoadFloat64FromExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71474:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71476:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71493:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveLoadInt16FromBytes’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71513:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71515:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71571:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveLoadInt16FromExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71586:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71588:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71604:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveLoadInt32FromBytes’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71625:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71627:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71686:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveLoadInt32FromExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71702:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71704:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71723:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveLoadInt64FromBytes’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71744:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71746:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71803:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveLoadInt64FromExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71819:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71821:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71838:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveLoadInt8FromBytes’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71858:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71860:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71915:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveLoadInt8FromExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71930:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71932:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71948:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveLoadPointerFromBytes’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71969:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71971:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72030:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), object);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveLoadPointerFromExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72046:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72048:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72067:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), object);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveLoadSymbolFromModule’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72104:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  module = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                      ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72106:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  symbol = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72151:50: warning: passing argument 1 of ‘ioLoadModuleOfLength’ makes integer from pointer without a cast [-Wint-conversion]
   moduleHandle = ((void *) (ioLoadModuleOfLength(moduleNameString, moduleNameStringSize)));
                                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:558:8: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
 void  *ioLoadModuleOfLength(sqInt moduleNameIndex, sqInt moduleNameLength);
        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72187:43: warning: passing argument 1 of ‘ioLoadSymbolOfLengthFromModule’ makes integer from pointer without a cast [-Wint-conversion]
  address = ioLoadSymbolOfLengthFromModule(symbolString, symbolStringSize, moduleHandle);
                                           ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:559:8: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
 void  *ioLoadSymbolOfLengthFromModule(sqInt functionNameIndex, sqInt functionNameLength, void *moduleHandle);
        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72196:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
  ptr[0] = (((sqIntptr_t)address));
         ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72199:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveLoadUInt16FromBytes’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72220:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72222:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72278:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveLoadUInt16FromExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72293:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72295:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72311:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveLoadUInt32FromBytes’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72332:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72334:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72393:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveLoadUInt32FromExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72409:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72411:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72430:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveLoadUInt64FromBytes’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72451:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72453:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72510:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveLoadUInt64FromExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72526:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72528:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72545:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveLoadUInt8FromBytes’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72565:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72567:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72622:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveLoadUInt8FromExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72637:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72639:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72655:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveLongRunningPrimitive’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72724:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), result);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveLongRunningPrimitiveSemaphore’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72742:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  sema = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveObjectPointsTo’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72797:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  thang = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72799:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72802:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(falseObj));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72830:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
      longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (trueOrFalse
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72851:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp2 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(falseObj));
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72861:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp3 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(trueObj));
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72872:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp4 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(trueObj));
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72878:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp5 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(falseObj));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitivePerform’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72915:36: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  GIV(messageSelector) = longAt(GIV(stackPointer) + ((GIV(argumentCount) - 1) * BytesPerWord));
                                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72917:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  newReceiver = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72920:64: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput(GIV(stackPointer) + (i * BytesPerWord), longAt(GIV(stackPointer) + ((i - 1) * BytesPerWord)));
                                                                ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72920:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput(GIV(stackPointer) + (i * BytesPerWord), longAt(GIV(stackPointer) + ((i - 1) * BytesPerWord)));
                 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:38:0:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/dispdbg.h:37:49: warning: statement with no effect [-Wunused-value]
 # define sendBreakpointreceiver(sel, len, rcvr) 0
                                                 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72928:2: note: in expansion of macro ‘sendBreakpointreceiver’
  sendBreakpointreceiver(firstFixedFieldOfMaybeImmediate(GIV(messageSelector)), lengthOfMaybeImmediate(GIV(messageSelector)), newReceiver);
  ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72938:71: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput(GIV(stackPointer) + ((i - 1) * BytesPerWord), longAt(GIV(stackPointer) + (i * BytesPerWord)));
                                                                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72938:18: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput(GIV(stackPointer) + ((i - 1) * BytesPerWord), longAt(GIV(stackPointer) + (i * BytesPerWord)));
                  ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72940:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord), GIV(messageSelector));
                 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72993:3: warning: statement with no effect [-Wunused-value]
   !GIV(primFailCode);
   ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73007:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73010:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73013:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73013:58: warning: passing argument 2 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                          ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73017:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73034:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73037:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73040:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp6 = GIV(stackPointer) - BytesPerWord), rcvr);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73044:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73056:64: warning: passing argument 1 of ‘reapAndResetErrorCodeToheader’ makes integer from pointer without a cast [-Wint-conversion]
    shouldSkipStoreBytecode = reapAndResetErrorCodeToheader(GIV(framePointer), methodHeader1);
                                                                ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62025:1: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
 reapAndResetErrorCodeToheader(sqInt theFP, sqInt methodHeader)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitivePin’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73087:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  obj = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                   ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73095:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  boolean = longAt(GIV(stackPointer));
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73130:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), wasPinned);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveSetGCSemaphore’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73169:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveSignalAtMilliseconds’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73206:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  msecsObj = longAt(GIV(stackPointer));
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73208:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  sema = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveSignalAtUTCMicroseconds’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73277:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  usecsObj = longAt(GIV(stackPointer));
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73279:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  sema = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveSlotAt’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73365:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73367:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73416:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73436:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp3 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)(byteAt((rcvr + BaseHeaderSize) + index)) << 3) | 1));
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73449:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp4 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73462:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73478:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop1);
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveSlotAtPut’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73525:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  newValue = longAt(GIV(stackPointer));
                        ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73527:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73529:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73583:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73675:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73694:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73708:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp3 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73727:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp4 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveStoreBoolean8IntoBytes’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73758:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73760:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73762:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73830:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveStoreBoolean8IntoExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73847:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73849:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73851:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73880:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveStoreChar16IntoBytes’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73901:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73903:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73905:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73964:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveStoreChar16IntoExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73980:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73982:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73984:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74003:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveStoreChar32IntoBytes’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74024:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74026:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74028:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74087:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveStoreChar32IntoExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74103:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74105:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74107:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74126:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveStoreChar8IntoBytes’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74147:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74149:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74151:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74209:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveStoreChar8IntoExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74225:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74227:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74229:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74248:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveStoreFloat32IntoBytes’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74270:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74272:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74274:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74334:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveStoreFloat32IntoExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74351:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74353:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74355:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74375:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveStoreFloat64IntoBytes’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74397:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74399:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74401:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74461:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveStoreFloat64IntoExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74478:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74480:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74482:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74502:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveStoreInt16IntoBytes’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74523:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74525:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74527:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74585:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveStoreInt16IntoExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74601:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74603:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74605:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74623:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveStoreInt32IntoBytes’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74644:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74646:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74648:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74709:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveStoreInt32IntoExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74725:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74727:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74729:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74750:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveStoreInt64IntoBytes’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74771:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74773:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74775:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74836:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveStoreInt64IntoExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74852:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74854:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
4 warnings generated.
[ 55%] Building C object CMakeFiles/SurfacePlugin.dir/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DSurfacePlugin_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/SurfacePlugin.dir/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c.o   -c /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:492:19: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long') [-Wint-conversion]
        surfaceHandlePtr = fetchPointerofObject(0, surfaceHandle);
                         ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:493:29: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'sqIntptr_t' (aka 'long') [-Wint-conversion]
        result = ioRegisterSurface(surfaceHandlePtr, sqSurfaceDispatchPtr, surfaceIDPtr);
                                   ^~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:241:30: note: passing argument to parameter 'surfaceHandle' here
ioRegisterSurface(sqIntptr_t surfaceHandle, sqSurfaceDispatch *fn, int *surfaceIDPtr)
                             ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:493:47: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'sqSurfaceDispatch *' (aka 'struct sqSurfaceDispatch *') [-Wint-conversion]
        result = ioRegisterSurface(surfaceHandlePtr, sqSurfaceDispatchPtr, surfaceIDPtr);
                                                     ^~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:241:64: note: passing argument to parameter 'fn' here
ioRegisterSurface(sqIntptr_t surfaceHandle, sqSurfaceDispatch *fn, int *surfaceIDPtr)
                                                               ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "SurfacePlugin * VMMaker-tonel.1 uuid: 9ba6cb08-c29e-0d00-a784-311c015a4f3a " __DATE__ ;
            ^
4 warnings generated.
[ 55%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libSurfacePlugin.dylib
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/SurfacePlugin.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -dynamiclib -Wl,-headerpad_max_install_names  -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libSurfacePlugin.dylib -install_name @executable_path/Plugins/libSurfacePlugin.dylib CMakeFiles/SurfacePlugin.dir/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c.o CMakeFiles/SurfacePlugin.dir/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libffi.dylib -framework AppKit -framework CoreGraphics 
[ 56%] Built target SurfacePlugin
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/UnixOSProcessPlugin.dir/build.make CMakeFiles/UnixOSProcessPlugin.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/UnixOSProcessPlugin.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/UnixOSProcessPlugin.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/UnixOSProcessPlugin.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/UnixOSProcessPlugin.dir/depend.internal".
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74856:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74877:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveStoreInt8IntoBytes’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74898:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74900:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74902:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74959:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveStoreInt8IntoExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74975:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74977:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74979:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74997:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveStorePointerIntoBytes’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75019:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75021:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75023:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75093:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveStorePointerIntoExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75110:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75112:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75114:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75144:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveStoreStackp’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75170:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  ctxt = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75172:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveStoreUInt16IntoBytes’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75277:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75279:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75281:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75344:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveStoreUInt16IntoExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75360:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75362:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75364:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75387:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveStoreUInt32IntoBytes’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75408:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75410:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75412:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75473:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveStoreUInt32IntoExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75489:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75491:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75493:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75514:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveStoreUInt64IntoBytes’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75535:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75537:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75539:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75600:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveStoreUInt64IntoExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75616:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75618:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75620:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75641:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveStoreUInt8IntoBytes’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75662:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75664:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75666:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75728:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveStoreUInt8IntoExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75744:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75746:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75748:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75771:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveTerminateTo’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75826:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  aContextOrNil = longAt(GIV(stackPointer));
                             ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75837:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  thisCtx = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75880:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    if ((pointerForOop(longAt(theFP + FoxSavedFP))) != contextsFP) {
                              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75882:22: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     numArgs = byteAt((theFP + FoxFrameFlags) + 1);
                      ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75890:46: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) {
                                              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75900:49: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     contextsIP = ((usqInt)(pointerForOop(longAt(frameAbove + FoxCallerSavedIP))));
                                                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75902:91: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     newSP = (frameAbove + ((FoxCallerSavedIP + BytesPerWord) + (((sqInt)((usqInt)((byteAt((frameAbove + FoxFrameFlags) + 1))) << (shiftForWord())))))) + BytesPerWord;
                                                                                           ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75906:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      longAtput(newSP, longAt(source));
                              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75906:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
      longAtput(newSP, longAt(source));
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75908:15: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
     longAtput(newFP + FoxSavedFP, contextsFP);
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75908:35: warning: passing argument 2 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
     longAtput(newFP + FoxSavedFP, contextsFP);
                                   ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75909:15: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
     longAtput(newFP + FoxCallerSavedIP, contextsIP);
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75933:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   currentCtx = longAt(theFP + FoxCallerContext);
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75974:48: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      while (((callerFP1 = pointerForOop(longAt(fp1 + FoxSavedFP)))) != 0) {
                                                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76015:49: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
       while (((callerFP2 = pointerForOop(longAt(fp2 + FoxSavedFP)))) != 0) {
                                                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76027:79: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
 (frameAbove + ((FoxCallerSavedIP + BytesPerWord) + (((sqInt)((usqInt)((byteAt((frameAbove + FoxFrameFlags) + 1))) << (shiftForWord())))))) + BytesPerWord)) - BytesPerWord;
                                                                               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76028:51: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
        longAtput(contextsSP, pointerForOop(longAt(frameAbove + FoxCallerSavedIP)));
                                                   ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76028:18: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
        longAtput(contextsSP, pointerForOop(longAt(frameAbove + FoxCallerSavedIP)));
                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76028:30: warning: passing argument 2 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
        longAtput(contextsSP, pointerForOop(longAt(frameAbove + FoxCallerSavedIP)));
                              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76045:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
       currentCtx = longAt(theFP1 + FoxCallerContext);
                           ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76078:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput(theFP + FoxCallerContext, aContextOrNil);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveVMParameter’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76240:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (offset * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76261:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76266:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  argOop = longAt(GIV(stackPointer));
                      ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76474:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result1);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘primitiveVoidVMState’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76508:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘pruneStackstackp’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76632:45: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) {
                                             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76644:90: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
    theSP = (theFPAbove + ((FoxCallerSavedIP + BytesPerWord) + (((sqInt)((usqInt)((byteAt((theFPAbove + FoxFrameFlags) + 1))) << (shiftForWord())))))) + BytesPerWord;
                                                                                          ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76645:16: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
    if ((byteAt((theFP + FoxFrameFlags) + 2)) != 0) {
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76647:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     objOrFP = longAt(theFP + FoxThisContext);
                      ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76580:11: warning: variable ‘oop1’ set but not used [-Wunused-but-set-variable]
     sqInt oop1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘ptEnterInterpreterFromCallback’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76705:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘ptExitInterpreterToCallback’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76801:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  top = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76809:10: warning: passing argument 1 of ‘longjmp’ makes pointer from integer without a cast [-Wint-conversion]
  longjmp(aJumpBuf, 1);
          ^
In file included from /usr/include/features.h:367:0,
                 from /usr/include/stdint.h:25,
                 from /usr/lib/gcc/x86_64-linux-gnu/5/include/stdint.h:9,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26:
/usr/include/x86_64-linux-gnu/bits/setjmp2.h:25:13: note: expected ‘struct __jmp_buf_tag *’ but argument is of type ‘sqInt {aka long int}’
 extern void __REDIRECT_NTHNL (longjmp,
             ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘readAddress’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76825:9: warning: return makes pointer from integer without a cast [-Wint-conversion]
  return longAt((anOop + BaseHeaderSize) + (0U << (shiftForWord())));
         ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘unmarkAfterPathTo’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76848:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76847:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘unmarkAllFrames’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76984:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     flags = longAt(theFP + FoxFrameFlags);
                    ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76986:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
      longAtput(theFP + FoxFrameFlags, flags - 2);
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76988:43: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    } while(((theFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0);
                                           ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: At top level:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:14662:1: warning: ‘pageListIsWellFormed’ defined but not used [-Wunused-function]
 pageListIsWellFormed(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:30303:1: warning: ‘isImmediateFloat’ defined but not used [-Wunused-function]
 isImmediateFloat(sqInt oop)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:30411:1: warning: ‘maxSlotsForAlloc’ defined but not used [-Wunused-function]
 maxSlotsForAlloc(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:30423:1: warning: ‘numFreeLists’ defined but not used [-Wunused-function]
 numFreeLists(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:30642:1: warning: ‘wordIndexableFormat’ defined but not used [-Wunused-function]
 wordIndexableFormat(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:30703:1: warning: ‘allNewSpaceObjectsHaveZeroRTRefCount’ defined but not used [-Wunused-function]
 allNewSpaceObjectsHaveZeroRTRefCount(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:30782:1: warning: ‘allWeakSurvivorsOnWeakList’ defined but not used [-Wunused-function]
 allWeakSurvivorsOnWeakList(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:31183:1: warning: ‘firstCorpse’ defined but not used [-Wunused-function]
 firstCorpse(sqInt headOfCorpseList)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:31433:1: warning: ‘noUnfiredEphemeronsAtEndOfRememberedSet’ defined but not used [-Wunused-function]
 noUnfiredEphemeronsAtEndOfRememberedSet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:33302:1: warning: ‘allObjectsUnmarked’ defined but not used [-Wunused-function]
 allObjectsUnmarked(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:33417:1: warning: ‘allOldMarkedWeakObjectsOnWeaklingStack’ defined but not used [-Wunused-function]
 allOldMarkedWeakObjectsOnWeaklingStack(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:34270:1: warning: ‘allocationUnit’ defined but not used [-Wunused-function]
 allocationUnit(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:34281:1: warning: ‘allStrongSlotsOfWeaklingAreMarked’ defined but not used [-Wunused-function]
 allStrongSlotsOfWeaklingAreMarked(sqInt aWeakling)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:34307:1: warning: ‘allUnscannedEphemeronsAreActive’ defined but not used [-Wunused-function]
 allUnscannedEphemeronsAreActive(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:34339:1: warning: ‘assertInnerValidFreeObject’ defined but not used [-Wunused-function]
 assertInnerValidFreeObject(sqInt objOop)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:34912:1: warning: ‘bitsSetInFreeSpaceMaskForAllFreeLists’ defined but not used [-Wunused-function]
 bitsSetInFreeSpaceMaskForAllFreeLists(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:34974:1: warning: ‘bridgeSize’ defined but not used [-Wunused-function]
 bridgeSize(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:34981:1: warning: ‘byteFormatMask’ defined but not used [-Wunused-function]
 byteFormatMask(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:36304:1: warning: ‘classIndexFieldWidth’ defined but not used [-Wunused-function]
 classIndexFieldWidth(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:36441:1: warning: ‘classTableRootSlots’ defined but not used [-Wunused-function]
 classTableRootSlots(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:37553:1: warning: ‘ephemeronFormat’ defined but not used [-Wunused-function]
 ephemeronFormat(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:37560:1: warning: ‘existInstancesInNewSpaceOf’ defined but not used [-Wunused-function]
 existInstancesInNewSpaceOf(sqInt classObj)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:37768:1: warning: ‘fetchPointerofFreeChunk’ defined but not used [-Wunused-function]
 fetchPointerofFreeChunk(sqInt fieldIndex, sqInt objOop)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:38132:1: warning: ‘firstFixedFieldOfMaybeImmediate’ defined but not used [-Wunused-function]
 firstFixedFieldOfMaybeImmediate(sqInt oop)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:38194:1: warning: ‘firstStringyFakeFormat’ defined but not used [-Wunused-function]
 firstStringyFakeFormat(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:38447:1: warning: ‘formatOf’ defined but not used [-Wunused-function]
 formatOf(sqInt objOop)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:38457:1: warning: ‘forwardedFormat’ defined but not used [-Wunused-function]
 forwardedFormat(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:38468:1: warning: ‘forwardersIn’ defined but not used [-Wunused-function]
 forwardersIn(sqInt anObject)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:38494:1: warning: ‘freeChunkNextIndex’ defined but not used [-Wunused-function]
 freeChunkNextIndex(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:38504:1: warning: ‘freeChunkParentIndex’ defined but not used [-Wunused-function]
 freeChunkParentIndex(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:38515:1: warning: ‘freeChunkPrevIndex’ defined but not used [-Wunused-function]
 freeChunkPrevIndex(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:38733:1: warning: ‘goodContextSize’ defined but not used [-Wunused-function]
 goodContextSize(sqInt oop)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:38830:1: warning: ‘hasSpurMemoryManagerAPI’ defined but not used [-Wunused-function]
 hasSpurMemoryManagerAPI(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:38903:1: warning: ‘hiddenRootSlots’ defined but not used [-Wunused-function]
 hiddenRootSlots(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:38910:1: warning: ‘hiddenRootsObject’ defined but not used [-Wunused-function]
 hiddenRootsObject(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:39976:1: warning: ‘isContextHeader’ defined but not used [-Wunused-function]
 isContextHeader(sqInt aHeader)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:39983:1: warning: ‘isContextNonImm’ defined but not used [-Wunused-function]
 isContextNonImm(sqInt oop)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40001:1: warning: ‘isCopiedIntoSegment’ defined but not used [-Wunused-function]
 isCopiedIntoSegment(sqInt anObjectInTheHeap)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40024:1: warning: ‘isEnumerableObjectNoAssert’ defined but not used [-Wunused-function]
 isEnumerableObjectNoAssert(sqInt objOop)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40060:1: warning: ‘isEphemeron’ defined but not used [-Wunused-function]
 isEphemeron(sqInt objOop)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40080:1: warning: ‘isForwardedClassTag’ defined but not used [-Wunused-function]
 isForwardedClassTag(sqInt classIndex)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40105:1: warning: ‘isFreeObject’ defined but not used [-Wunused-function]
 isFreeObject(sqInt objOop)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40112:1: warning: ‘isFreeOop’ defined but not used [-Wunused-function]
 isFreeOop(sqInt oop)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40127:1: warning: ‘isInClassTable’ defined but not used [-Wunused-function]
 isInClassTable(sqInt objOop)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40150:1: warning: ‘isInEden’ defined but not used [-Wunused-function]
 isInEden(sqInt objOop)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40157:1: warning: ‘isInFutureSpace’ defined but not used [-Wunused-function]
 isInFutureSpace(sqInt address)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40192:1: warning: ‘isInNewSpace’ defined but not used [-Wunused-function]
 isInNewSpace(sqInt objOop)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40207:1: warning: ‘isInPastSpace’ defined but not used [-Wunused-function]
 isInPastSpace(sqInt address)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40214:1: warning: ‘isLargeFreeObject’ defined but not used [-Wunused-function]
 isLargeFreeObject(sqInt objOop)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40221:1: warning: ‘isMaybeFiredEphemeron’ defined but not used [-Wunused-function]
 isMaybeFiredEphemeron(sqInt objOop)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40240:1: warning: ‘isObjEphemeron’ defined but not used [-Wunused-function]
 isObjEphemeron(sqInt objOop)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40251:1: warning: ‘isObjImmutable’ defined but not used [-Wunused-function]
 isObjImmutable(sqInt anOop)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40365:1: warning: ‘isRemembered’ defined but not used [-Wunused-function]
 isRemembered(sqInt objOop)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40375:1: warning: ‘isSegmentBridge’ defined but not used [-Wunused-function]
 isSegmentBridge(sqInt objOop)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40382:1: warning: ‘isSemaphoreOop’ defined but not used [-Wunused-function]
 isSemaphoreOop(sqInt anOop)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40442:1: warning: ‘isValidObjStackAt’ defined but not used [-Wunused-function]
 isValidObjStackAt(sqInt objStackRootIndex)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40589:1: warning: ‘isWeakNonImm’ defined but not used [-Wunused-function]
 isWeakNonImm(sqInt objOop)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40727:1: warning: ‘knownClassAtIndex’ defined but not used [-Wunused-function]
 knownClassAtIndex(sqInt classIndex)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40736:1: warning: ‘lastPointerFormat’ defined but not used [-Wunused-function]
 lastPointerFormat(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40847:1: warning: ‘lengthOfMaybeImmediate’ defined but not used [-Wunused-function]
 lengthOfMaybeImmediate(sqInt oop)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:43187:1: warning: ‘newSpaceIsEmpty’ defined but not used [-Wunused-function]
 newSpaceIsEmpty(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:43404:1: warning: ‘noUnscannedEphemerons’ defined but not used [-Wunused-function]
 noUnscannedEphemerons(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:47544:1: warning: ‘slidingCompactionInProgress’ defined but not used [-Wunused-function]
 slidingCompactionInProgress(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:47612:1: warning: ‘startOfObject’ defined but not used [-Wunused-function]
 startOfObject(sqInt objOop)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:48620:1: warning: ‘validClassTableHashes’ defined but not used [-Wunused-function]
 validClassTableHashes(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:48701:1: warning: ‘validFreeTreeChunk’ defined but not used [-Wunused-function]
 validFreeTreeChunk(sqInt chunk)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:48744:1: warning: ‘validObjStacks’ defined but not used [-Wunused-function]
 validObjStacks(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:49541:1: warning: ‘isMobile’ defined but not used [-Wunused-function]
 isMobile(sqInt obj)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:49552:1: warning: ‘isPostMobile’ defined but not used [-Wunused-function]
 isPostMobile(sqInt obj)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:49818:1: warning: ‘savedFirstFieldsSpaceWasAllocated’ defined but not used [-Wunused-function]
 savedFirstFieldsSpaceWasAllocated(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:50675:1: warning: ‘validRelocationPlanInPass’ defined but not used [-Wunused-function]
 validRelocationPlanInPass(sqInt onePass)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:50740:1: warning: ‘segLimit’ defined but not used [-Wunused-function]
 segLimit(SpurSegmentInfo * self_in_segLimit)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:50835:1: warning: ‘allBridgesMarked’ defined but not used [-Wunused-function]
 allBridgesMarked(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:50885:1: warning: ‘bridgeAt’ defined but not used [-Wunused-function]
 bridgeAt(sqInt segIndex)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:50900:1: warning: ‘bridgeFor’ defined but not used [-Wunused-function]
 bridgeFor(SpurSegmentInfo *aSegment)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:51023:1: warning: ‘isInSegments’ defined but not used [-Wunused-function]
 isInSegments(usqInt address)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:51044:1: warning: ‘isValidSegmentBridge’ defined but not used [-Wunused-function]
 isValidSegmentBridge(sqInt objOop)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:51346:1: warning: ‘segmentOverlap’ defined but not used [-Wunused-function]
 segmentOverlap(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:51812:1: warning: ‘allOnesAsCharStar’ defined but not used [-Wunused-function]
 allOnesAsCharStar(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52829:1: warning: ‘checkStackPointerForMaybeMarriedContext’ defined but not used [-Wunused-function]
 checkStackPointerForMaybeMarriedContext(sqInt aContext)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52971:1: warning: ‘contexthasValidInversePCMappingOfin’ defined but not used [-Wunused-function]
 contexthasValidInversePCMappingOfin(sqInt aContext, sqInt theIP, char *theFP)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53074:1: warning: ‘cr’ defined but not used [-Wunused-function]
 cr(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55196:1: warning: ‘frameCallerContext’ defined but not used [-Wunused-function]
 frameCallerContext(char *theFP)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55203:1: warning: ‘frameContext’ defined but not used [-Wunused-function]
 frameContext(char *theFP)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55213:1: warning: ‘frameHasContext’ defined but not used [-Wunused-function]
 frameHasContext(char *theFP)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55223:1: warning: ‘frameIsBlockActivation’ defined but not used [-Wunused-function]
 frameIsBlockActivation(char *theFP)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55233:1: warning: ‘frameMethodObject’ defined but not used [-Wunused-function]
 frameMethodObject(char *theFP)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55240:1: warning: ‘frameMethod’ defined but not used [-Wunused-function]
 frameMethod(char *theFP)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55250:1: warning: ‘frameNumArgs’ defined but not used [-Wunused-function]
 frameNumArgs(char *theFP)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55269:1: warning: ‘frameReceiver’ defined but not used [-Wunused-function]
 frameReceiver(char *theFP)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55361:1: warning: ‘getDesiredCogCodeSize’ defined but not used [-Wunused-function]
 getDesiredCogCodeSize(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55786:1: warning: ‘ifCurrentStackPageHasValidHeadPointers’ defined but not used [-Wunused-function]
 ifCurrentStackPageHasValidHeadPointers(StackPage *thePage)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55807:1: warning: ‘iframeMethod’ defined but not used [-Wunused-function]
 iframeMethod(char *theFP)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:56057:1: warning: ‘isMarriedOrWidowedContext’ defined but not used [-Wunused-function]
 isMarriedOrWidowedContext(sqInt aContext)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:56076:1: warning: ‘isMetaPrimitiveIndex’ defined but not used [-Wunused-function]
 isMetaPrimitiveIndex(sqInt primIndex)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:56090:1: warning: ‘isPrimitiveFunctionPointerAnIndex’ defined but not used [-Wunused-function]
 isPrimitiveFunctionPointerAnIndex(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58036:1: warning: ‘maybeLeakCheckExternalPrimCall’ defined but not used [-Wunused-function]
 maybeLeakCheckExternalPrimCall(sqInt aMethodObj)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58172:1: warning: ‘methodHeaderIndicatesLargeFrame’ defined but not used [-Wunused-function]
 methodHeaderIndicatesLargeFrame(sqInt methodHeader)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58491:1: warning: ‘noMarkedContextsOnPage’ defined but not used [-Wunused-function]
 noMarkedContextsOnPage(StackPage *thePage)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58886:1: warning: ‘printActivationNameForSelectorstartClass’ defined but not used [-Wunused-function]
 printActivationNameForSelectorstartClass(sqInt aSelector, sqInt startClass)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61443:1: warning: ‘pushedReceiverOrClosureOfFrame’ defined but not used [-Wunused-function]
 pushedReceiverOrClosureOfFrame(char *theFP)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62820:1: warning: ‘saneFunctionPointerForFailureOfPrimIndex’ defined but not used [-Wunused-function]
 saneFunctionPointerForFailureOfPrimIndex(sqInt primIndex)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63980:1: warning: ‘space’ defined but not used [-Wunused-function]
 space(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:64420:1: warning: ‘stackLimitBytes’ defined but not used [-Wunused-function]
 stackLimitBytes(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:64451:1: warning: ‘stackLimitOffset’ defined but not used [-Wunused-function]
 stackLimitOffset(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:64514:1: warning: ‘stackPageHeadroom’ defined but not used [-Wunused-function]
 stackPageHeadroom(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65613:1: warning: ‘validInstructionPointerinFrame’ defined but not used [-Wunused-function]
 validInstructionPointerinFrame(usqInt anInstrPointer, char *fp)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65640:1: warning: ‘validStackPageBaseFrames’ defined but not used [-Wunused-function]
 validStackPageBaseFrames(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1809:13: warning: ‘byteCount’ defined but not used [-Wunused-variable]
 _iss usqInt byteCount;
             ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1810:12: warning: ‘cifs’ defined but not used [-Wunused-variable]
 _iss sqInt cifs;
            ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1811:12: warning: ‘codeGeneratorToComputeAccessorDepth’ defined but not used [-Wunused-variable]
 _iss sqInt codeGeneratorToComputeAccessorDepth;
            ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1812:12: warning: ‘functions’ defined but not used [-Wunused-variable]
 _iss sqInt functions;
            ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1813:12: warning: ‘largeOpaqueMemoryManager’ defined but not used [-Wunused-variable]
 _iss sqInt largeOpaqueMemoryManager;
            ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1814:12: warning: ‘memoryManager’ defined but not used [-Wunused-variable]
 _iss sqInt memoryManager;
            ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1815:12: warning: ‘nextAddress’ defined but not used [-Wunused-variable]
 _iss sqInt nextAddress;
            ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1816:12: warning: ‘preferredPinningSegment’ defined but not used [-Wunused-variable]
 _iss sqInt preferredPinningSegment;
            ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1817:12: warning: ‘statCoalesces’ defined but not used [-Wunused-variable]
 _iss sqInt statCoalesces;
            ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1818:14: warning: ‘statFGCDeltaUsecs’ defined but not used [-Wunused-variable]
 _iss usqLong statFGCDeltaUsecs;
              ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1819:14: warning: ‘statIncrGCUsecs’ defined but not used [-Wunused-variable]
 _iss usqLong statIncrGCUsecs;
              ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1820:12: warning: ‘testWorker’ defined but not used [-Wunused-variable]
 _iss sqInt testWorker;
            ^
Scanning dependencies of target UnixOSProcessPlugin
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/UnixOSProcessPlugin.dir/build.make CMakeFiles/UnixOSProcessPlugin.dir/build
[ 57%] Building C object CMakeFiles/UnixOSProcessPlugin.dir/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DUnixOSProcessPlugin_EXPORTS -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/UnixOSProcessPlugin.dir/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:942:8: warning: comparison of array 'semaIndices' equal to a null pointer is always false [-Wtautological-pointer-compare]
        if (!(semaIndices == null)) {
              ^~~~~~~~~~~    ~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1053:6: warning: comparison of array 'semaIndices' equal to a null pointer is always false [-Wtautological-pointer-compare]
        if (semaIndices == null) {
            ^~~~~~~~~~~    ~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:3017:6: warning: comparison of array 'semaIndices' equal to a null pointer is always false [-Wtautological-pointer-compare]
        if (semaIndices == null) {
            ^~~~~~~~~~~    ~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4326:8: warning: comparison of array 'semaIndices' equal to a null pointer is always false [-Wtautological-pointer-compare]
        if (!(semaIndices == null)) {
              ^~~~~~~~~~~    ~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4462:36: warning: incompatible pointer types assigning to 'void (*)(int, struct __siginfo *, void *)' from 'void (int)' [-Wincompatible-pointer-types]
        sigchldHandlerAction.sa_sigaction = reapChildProcess;
                                          ^ ~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4468:53: warning: comparison between pointer and integer ('int' and 'void *') [-Wpointer-integer-compare]
        if ((sigaction(SIGCHLD, &sigchldHandlerAction, 0)) == (sigErrorNumber())) {
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4511:74: warning: comparison between pointer and integer ('int' and 'void *') [-Wpointer-integer-compare]
        if ((sigaction(signalNumber, (&sigHandlerAction), (&oldHandlerAction))) == (sigErrorNumber())) {
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4561:8: warning: comparison of array 'semaIndices' equal to a null pointer is always false [-Wtautological-pointer-compare]
        if (!(semaIndices == null)) {
              ^~~~~~~~~~~    ~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4903:2: warning: expression result unused [-Wunused-value]
        (char *)strncpy(cString, stringPtr, len);
        ^       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "UnixOSProcessPlugin VMConstruction-Plugins-OSProcessPlugin.oscog-dtl.66 uuid: a8a2bf10-e7b3-4963-90b3-d69a2bee77bb " __DATE__ ;
            ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:365:1: warning: unused function 'argumentAtAsType' [-Wunused-function]
argumentAtAsType(sqInt classIdentifier)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:410:1: warning: unused function 'copyBytesFromtolength' [-Wunused-function]
copyBytesFromtolength(void *charArray1, void *charArray2, sqInt len)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:499:1: warning: unused function 'descriptorTableSize' [-Wunused-function]
descriptorTableSize(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:663:1: warning: unused function 'environmentAtSymbolAsType' [-Wunused-function]
environmentAtSymbolAsType(sqInt classIdentifier)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:688:1: warning: unused function 'fileDescriptorFrom' [-Wunused-function]
fileDescriptorFrom(sqInt aSQFileByteArray)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:718:1: warning: unused function 'fileRecordSize' [-Wunused-function]
fileRecordSize(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:732:1: warning: unused function 'fileValueOf' [-Wunused-function]
fileValueOf(sqInt anSQFileRecord)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1202:1: warning: unused function 'getThisSessionIdentifier' [-Wunused-function]
getThisSessionIdentifier(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1313:1: warning: unused function 'isSQFileObject' [-Wunused-function]
isSQFileObject(sqInt objectPointer)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1331:1: warning: unused function 'isSQSocketObject' [-Wunused-function]
isSQSocketObject(sqInt objectPointer)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1345:1: warning: unused function 'isValidFileSession' [-Wunused-function]
isValidFileSession(sqInt objectPointer)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1401:1: warning: unused function 'maskForThisThreadAndResend' [-Wunused-function]
maskForThisThreadAndResend(int sigNum)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1526:1: warning: unused function 'newSQFileByteArray' [-Wunused-function]
newSQFileByteArray(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1536:1: warning: unused function 'newSQSocketByteArray' [-Wunused-function]
newSQSocketByteArray(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1560:1: warning: unused function 'pointerFrom' [-Wunused-function]
pointerFrom(sqInt aByteArray)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4322:1: warning: unused function 'restoreDefaultSignalHandlers' [-Wunused-function]
restoreDefaultSignalHandlers(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4365:1: warning: unused function 'sendSignaltoPid' [-Wunused-function]
sendSignaltoPid(sqInt sig, sqInt pid)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4478:1: warning: unused function 'setSigIntDefaultHandler' [-Wunused-function]
setSigIntDefaultHandler(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4488:1: warning: unused function 'setSigIntIgnore' [-Wunused-function]
setSigIntIgnore(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4519:1: warning: unused function 'setSigPipeDefaultHandler' [-Wunused-function]
setSigPipeDefaultHandler(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4535:1: warning: unused function 'setSigPipeHandler' [-Wunused-function]
setSigPipeHandler(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4549:1: warning: unused function 'setSigPipeIgnore' [-Wunused-function]
setSigPipeIgnore(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4580:1: warning: unused function 'sigAbrtNumber' [-Wunused-function]
sigAbrtNumber(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4590:1: warning: unused function 'sigAlrmNumber' [-Wunused-function]
sigAlrmNumber(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4600:1: warning: unused function 'sigChldNumber' [-Wunused-function]
sigChldNumber(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4610:1: warning: unused function 'sigContNumber' [-Wunused-function]
sigContNumber(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4640:1: warning: unused function 'sigHoldNumber' [-Wunused-function]
sigHoldNumber(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4654:1: warning: unused function 'sigHupNumber' [-Wunused-function]
sigHupNumber(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4674:1: warning: unused function 'sigIntNumber' [-Wunused-function]
sigIntNumber(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4684:1: warning: unused function 'sigKillNumber' [-Wunused-function]
sigKillNumber(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4705:1: warning: unused function 'sigPipeNumber' [-Wunused-function]
sigPipeNumber(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4715:1: warning: unused function 'sigQuitNumber' [-Wunused-function]
sigQuitNumber(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4725:1: warning: unused function 'sigStopNumber' [-Wunused-function]
sigStopNumber(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4737:1: warning: unused function 'sigTermNumber' [-Wunused-function]
sigTermNumber(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4748:1: warning: unused function 'sigUsr1Number' [-Wunused-function]
sigUsr1Number(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4759:1: warning: unused function 'sigUsr2Number' [-Wunused-function]
sigUsr2Number(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4769:1: warning: unused function 'sizeOfInt' [-Wunused-function]
sizeOfInt(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4779:1: warning: unused function 'sizeOfPointer' [-Wunused-function]
sizeOfPointer(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4810:1: warning: unused function 'socketDescriptorFrom' [-Wunused-function]
socketDescriptorFrom(sqInt sqSocketOop)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4829:1: warning: unused function 'socketRecordSize' [-Wunused-function]
socketRecordSize(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4843:1: warning: unused function 'socketValueOf' [-Wunused-function]
socketValueOf(sqInt anSQSocketRecord)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4915:1: warning: unused function 'unixFileNumber' [-Wunused-function]
unixFileNumber(FILEHANDLETYPE fileHandle)
^
[ 35%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/win/sqWin32SpurAlloc.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/win/sqWin32SpurAlloc.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/win/sqWin32SpurAlloc.c
52 warnings generated.
[ 57%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libUnixOSProcessPlugin.dylib
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/UnixOSProcessPlugin.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -dynamiclib -Wl,-headerpad_max_install_names  -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libUnixOSProcessPlugin.dylib -install_name @executable_path/Plugins/libUnixOSProcessPlugin.dylib CMakeFiles/UnixOSProcessPlugin.dir/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libFilePlugin.dylib build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libffi.dylib -framework AppKit -framework CoreGraphics 
[ 57%] Built target UnixOSProcessPlugin
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/libpng-1.2.49.dir/build.make CMakeFiles/libpng-1.2.49.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/libpng-1.2.49.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/libpng-1.2.49.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/libpng-1.2.49.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/libpng-1.2.49.dir/depend.internal".
Scanning dependencies of target libpng-1.2.49
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/libpng-1.2.49.dir/build.make CMakeFiles/libpng-1.2.49.dir/build
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libpng-1.2.49-src/libpng12.0.dylib /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libpng-1.2.49-src/libpng12.dylib /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
[ 57%] Built target libpng-1.2.49
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/pixman-0.34.0.dir/build.make CMakeFiles/pixman-0.34.0.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/pixman-0.34.0.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/pixman-0.34.0.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/pixman-0.34.0.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/pixman-0.34.0.dir/depend.internal".
Scanning dependencies of target pixman-0.34.0
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/pixman-0.34.0.dir/build.make CMakeFiles/pixman-0.34.0.dir/build
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/pixman-0.34.0-src/libpixman-1.0.dylib /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/pixman-0.34.0-src/libpixman-1.dylib /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
[ 57%] Built target pixman-0.34.0
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/freetype-2.9.1.dir/build.make CMakeFiles/freetype-2.9.1.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/freetype-2.9.1.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/freetype-2.9.1.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/freetype-2.9.1.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/freetype-2.9.1.dir/depend.internal".
Scanning dependencies of target freetype-2.9.1
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/freetype-2.9.1.dir/build.make CMakeFiles/freetype-2.9.1.dir/build
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/freetype-2.9.1-src/libfreetype.6.dylib /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/freetype-2.9.1-src/libfreetype.dylib /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
[ 57%] Built target freetype-2.9.1
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cairo-1.15.4.dir/build.make CMakeFiles/cairo-1.15.4.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/cairo-1.15.4.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/cairo-1.15.4.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/cairo-1.15.4.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/cairo-1.15.4.dir/depend.internal".
Scanning dependencies of target cairo-1.15.4
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cairo-1.15.4.dir/build.make CMakeFiles/cairo-1.15.4.dir/build
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/cairo-1.15.4-src/libcairo.2.dylib /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/cairo-1.15.4-src/libcairo.dylib /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
[ 57%] Built target cairo-1.15.4
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/libgit2-mac-1.0.0.dir/build.make CMakeFiles/libgit2-mac-1.0.0.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/libgit2-mac-1.0.0.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/libgit2-mac-1.0.0.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/libgit2-mac-1.0.0.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/libgit2-mac-1.0.0.dir/depend.internal".
Scanning dependencies of target libgit2-mac-1.0.0
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/libgit2-mac-1.0.0.dir/build.make CMakeFiles/libgit2-mac-1.0.0.dir/build
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libgit2-mac-1.0.0-src/libgit2.1.0.0.dylib /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
[ 57%] Built target libgit2-mac-1.0.0
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/libgit2-0.25.1.dir/build.make CMakeFiles/libgit2-0.25.1.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/libgit2-0.25.1.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/libgit2-0.25.1.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/libgit2-0.25.1.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/libgit2-0.25.1.dir/depend.internal".
Scanning dependencies of target libgit2-0.25.1
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/libgit2-0.25.1.dir/build.make CMakeFiles/libgit2-0.25.1.dir/build
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libgit2-0.25.1-src/libgit2.0.25.1.dylib /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libgit2-0.25.1-src/libgit2.25.dylib /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libgit2-0.25.1-src/libgit2.dylib /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
[ 57%] Built target libgit2-0.25.1
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/libssh2-1.7.0.dir/build.make CMakeFiles/libssh2-1.7.0.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/libssh2-1.7.0.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/libssh2-1.7.0.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/libssh2-1.7.0.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/libssh2-1.7.0.dir/depend.internal".
Scanning dependencies of target libssh2-1.7.0
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/libssh2-1.7.0.dir/build.make CMakeFiles/libssh2-1.7.0.dir/build
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libssh2-1.7.0-src/libssh2.1.dylib /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libssh2-1.7.0-src/libssh2.dylib /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
[ 57%] Built target libssh2-1.7.0
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/SDL2-2.0.18.dir/build.make CMakeFiles/SDL2-2.0.18.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/SDL2-2.0.18.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/SDL2-2.0.18.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/SDL2-2.0.18.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/SDL2-2.0.18.dir/depend.internal".
Scanning dependencies of target SDL2-2.0.18
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/SDL2-2.0.18.dir/build.make CMakeFiles/SDL2-2.0.18.dir/build
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/SDL2-2.0.18-src/libSDL2-2.0.0.dylib /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/SDL2-2.0.18-src/libSDL2.dylib /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
[ 57%] Built target SDL2-2.0.18
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/UUIDPlugin.dir/build.make CMakeFiles/UUIDPlugin.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/UUIDPlugin.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/UUIDPlugin.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/UUIDPlugin.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/UUIDPlugin.dir/depend.internal".
Scanning dependencies of target UUIDPlugin
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/UUIDPlugin.dir/build.make CMakeFiles/UUIDPlugin.dir/build
[ 58%] Building C object CMakeFiles/UUIDPlugin.dir/plugins/UUIDPlugin/common/UUIDPlugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DUUIDPlugin_EXPORTS -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/UUIDPlugin.dir/plugins/UUIDPlugin/common/UUIDPlugin.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/plugins/UUIDPlugin/common/UUIDPlugin.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/plugins/UUIDPlugin/common/UUIDPlugin.c:2:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/plugins/UUIDPlugin/common/UUIDPlugin.c:2:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/plugins/UUIDPlugin/common/UUIDPlugin.c:2:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/plugins/UUIDPlugin/common/UUIDPlugin.c:2:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
/builds/workspace/pharo-vm_pharo-9/repository/plugins/UUIDPlugin/common/UUIDPlugin.c:108:11: warning: unused variable 'ok' [-Wunused-variable]
    sqInt ok;
          ^
5 warnings generated.
[ 58%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libUUIDPlugin.dylib
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/UUIDPlugin.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -dynamiclib -Wl,-headerpad_max_install_names  -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libUUIDPlugin.dylib -install_name @executable_path/Plugins/libUUIDPlugin.dylib CMakeFiles/UUIDPlugin.dir/plugins/UUIDPlugin/common/UUIDPlugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libffi.dylib -framework AppKit -framework CoreGraphics 
[ 58%] Built target UUIDPlugin
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/B2DPlugin.dir/build.make CMakeFiles/B2DPlugin.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/B2DPlugin.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/B2DPlugin.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/B2DPlugin.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/B2DPlugin.dir/depend.internal".
Scanning dependencies of target B2DPlugin
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/B2DPlugin.dir/build.make CMakeFiles/B2DPlugin.dir/build
[ 58%] Building C object CMakeFiles/B2DPlugin.dir/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DB2DPlugin_EXPORTS -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/B2DPlugin.dir/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2474:11: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
        leftViaY = leftViaY;
        ~~~~~~~~ ^ ~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2497:12: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
        rightViaY = rightViaY;
        ~~~~~~~~~ ^ ~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3225:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        xp = xp;
                                        ~~ ^ ~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3241:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        yp = yp;
                                        ~~ ^ ~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3346:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        xp = xp;
                                        ~~ ^ ~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3362:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        yp = yp;
                                        ~~ ^ ~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3468:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        xp = xp;
                                        ~~ ^ ~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3484:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        yp = yp;
                                        ~~ ^ ~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3703:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        xp = xp;
                                        ~~ ^ ~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3719:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        yp = yp;
                                        ~~ ^ ~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13646:18: warning: expression result unused [-Wunused-value]
                ((signed)lastX >> 8);
                 ~~~~~~~~~~~~~ ^  ~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13676:18: warning: expression result unused [-Wunused-value]
        ((signed)lastX1 >> 8);
         ~~~~~~~~~~~~~~ ^  ~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "BalloonEnginePlugin VMMaker.oscog-eem.2480 uuid: bb3ffda7-8241-4dea-b886-d656e474b6c1 " __DATE__ ;
            ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:851:1: warning: unused function 'aaColorMaskGet' [-Wunused-function]
aaColorMaskGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:858:1: warning: unused function 'aaColorMaskPut' [-Wunused-function]
aaColorMaskPut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:865:1: warning: unused function 'aaColorShiftGet' [-Wunused-function]
aaColorShiftGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:872:1: warning: unused function 'aaColorShiftPut' [-Wunused-function]
aaColorShiftPut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:882:1: warning: unused function 'aaFirstPixelFromto' [-Wunused-function]
aaFirstPixelFromto(sqInt leftX, sqInt rightX)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:897:1: warning: unused function 'aaHalfPixelGet' [-Wunused-function]
aaHalfPixelGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:904:1: warning: unused function 'aaHalfPixelPut' [-Wunused-function]
aaHalfPixelPut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:914:1: warning: unused function 'aaLastPixelFromto' [-Wunused-function]
aaLastPixelFromto(sqInt leftX, sqInt rightX)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:921:1: warning: unused function 'aaLevelGet' [-Wunused-function]
aaLevelGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:928:1: warning: unused function 'aaLevelPut' [-Wunused-function]
aaLevelPut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:935:1: warning: unused function 'aaScanMaskGet' [-Wunused-function]
aaScanMaskGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:942:1: warning: unused function 'aaScanMaskPut' [-Wunused-function]
aaScanMaskPut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:949:1: warning: unused function 'aaShiftGet' [-Wunused-function]
aaShiftGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:956:1: warning: unused function 'aaShiftPut' [-Wunused-function]
aaShiftPut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:967:1: warning: unused function 'absoluteSquared8Dot24' [-Wunused-function]
absoluteSquared8Dot24(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1036:1: warning: unused function 'adjustAALevel' [-Wunused-function]
adjustAALevel(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1175:1: warning: unused function 'aetStartGet' [-Wunused-function]
aetStartGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1182:1: warning: unused function 'aetStartPut' [-Wunused-function]
aetStartPut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1189:1: warning: unused function 'aetUsedGet' [-Wunused-function]
aetUsedGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1196:1: warning: unused function 'aetUsedPut' [-Wunused-function]
aetUsedPut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1206:1: warning: unused function 'allocateAETEntry' [-Wunused-function]
allocateAETEntry(sqInt nSlots)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1220:1: warning: unused function 'allocateBezier' [-Wunused-function]
allocateBezier(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1240:1: warning: unused function 'allocateBezierStackEntry' [-Wunused-function]
allocateBezierStackEntry(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1254:1: warning: unused function 'allocateBitmapFillcolormap' [-Wunused-function]
allocateBitmapFillcolormap(sqInt cmSize, int *cmBits)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1321:1: warning: unused function 'allocateGradientFillrampWidthisRadial' [-Wunused-function]
allocateGradientFillrampWidthisRadial(int *ramp, sqInt rampWidth, sqInt isRadial)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1364:1: warning: unused function 'allocateLine' [-Wunused-function]
allocateLine(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1416:1: warning: unused function 'allocateStackEntry' [-Wunused-function]
allocateStackEntry(sqInt nSlots)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1430:1: warning: unused function 'allocateStackFillEntry' [-Wunused-function]
allocateStackFillEntry(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1443:1: warning: unused function 'allocateWideBezier' [-Wunused-function]
allocateWideBezier(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1463:1: warning: unused function 'allocateWideLine' [-Wunused-function]
allocateWideLine(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1483:1: warning: unused function 'areEdgeFillsValid' [-Wunused-function]
areEdgeFillsValid(sqInt edge)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1493:1: warning: unused function 'assureValuebetweenand' [-Wunused-function]
assureValuebetweenand(sqInt val1, sqInt val2, sqInt val3)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1516:1: warning: unused function 'bezierEndXOf' [-Wunused-function]
bezierEndXOf(sqInt bezier)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1523:1: warning: unused function 'bezierEndXOfput' [-Wunused-function]
bezierEndXOfput(sqInt bezier, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1530:1: warning: unused function 'bezierEndYOf' [-Wunused-function]
bezierEndYOf(sqInt bezier)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1537:1: warning: unused function 'bezierEndYOfput' [-Wunused-function]
bezierEndYOfput(sqInt bezier, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1544:1: warning: unused function 'bezierFinalXOf' [-Wunused-function]
bezierFinalXOf(sqInt bezier)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1551:1: warning: unused function 'bezierFinalXOfput' [-Wunused-function]
bezierFinalXOfput(sqInt bezier, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1558:1: warning: unused function 'bezierUpdateDataOf' [-Wunused-function]
bezierUpdateDataOf(sqInt bezier)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1565:1: warning: unused function 'bezierViaXOf' [-Wunused-function]
bezierViaXOf(sqInt bezier)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1572:1: warning: unused function 'bezierViaXOfput' [-Wunused-function]
bezierViaXOfput(sqInt bezier, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1579:1: warning: unused function 'bezierViaYOf' [-Wunused-function]
bezierViaYOf(sqInt bezier)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1586:1: warning: unused function 'bezierViaYOfput' [-Wunused-function]
bezierViaYOfput(sqInt bezier, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1593:1: warning: unused function 'bitmapCmSizeOf' [-Wunused-function]
bitmapCmSizeOf(sqInt bmFill)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1600:1: warning: unused function 'bitmapCmSizeOfput' [-Wunused-function]
bitmapCmSizeOfput(sqInt bmFill, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1607:1: warning: unused function 'bitmapDepthOf' [-Wunused-function]
bitmapDepthOf(sqInt bmFill)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1614:1: warning: unused function 'bitmapDepthOfput' [-Wunused-function]
bitmapDepthOfput(sqInt bmFill, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1621:1: warning: unused function 'bitmapHeightOf' [-Wunused-function]
bitmapHeightOf(sqInt bmFill)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1628:1: warning: unused function 'bitmapHeightOfput' [-Wunused-function]
bitmapHeightOfput(sqInt bmFill, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1635:1: warning: unused function 'bitmapRasterOf' [-Wunused-function]
bitmapRasterOf(sqInt bmFill)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1642:1: warning: unused function 'bitmapRasterOfput' [-Wunused-function]
bitmapRasterOfput(sqInt bmFill, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1649:1: warning: unused function 'bitmapSizeOf' [-Wunused-function]
bitmapSizeOf(sqInt bmFill)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1656:1: warning: unused function 'bitmapSizeOfput' [-Wunused-function]
bitmapSizeOfput(sqInt bmFill, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1663:1: warning: unused function 'bitmapTileFlagOf' [-Wunused-function]
bitmapTileFlagOf(sqInt bmFill)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1670:1: warning: unused function 'bitmapTileFlagOfput' [-Wunused-function]
bitmapTileFlagOfput(sqInt bmFill, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1677:1: warning: unused function 'bitmapValuebitsatXy' [-Wunused-function]
bitmapValuebitsatXy(sqInt bmFill, sqInt bits, sqInt xp, sqInt yp)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1740:1: warning: unused function 'bitmapWidthOf' [-Wunused-function]
bitmapWidthOf(sqInt bmFill)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1747:1: warning: unused function 'bitmapWidthOfput' [-Wunused-function]
bitmapWidthOfput(sqInt bmFill, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1754:1: warning: unused function 'bzEndX' [-Wunused-function]
bzEndX(sqInt index)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1765:1: warning: unused function 'bzEndXput' [-Wunused-function]
bzEndXput(sqInt index, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1776:1: warning: unused function 'bzEndY' [-Wunused-function]
bzEndY(sqInt index)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1787:1: warning: unused function 'bzEndYput' [-Wunused-function]
bzEndYput(sqInt index, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1798:1: warning: unused function 'bzStartX' [-Wunused-function]
bzStartX(sqInt index)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1809:1: warning: unused function 'bzStartXput' [-Wunused-function]
bzStartXput(sqInt index, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1820:1: warning: unused function 'bzStartY' [-Wunused-function]
bzStartY(sqInt index)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1831:1: warning: unused function 'bzStartYput' [-Wunused-function]
bzStartYput(sqInt index, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1842:1: warning: unused function 'bzViaX' [-Wunused-function]
bzViaX(sqInt index)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1853:1: warning: unused function 'bzViaXput' [-Wunused-function]
bzViaXput(sqInt index, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1864:1: warning: unused function 'bzViaY' [-Wunused-function]
bzViaY(sqInt index)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1875:1: warning: unused function 'bzViaYput' [-Wunused-function]
bzViaYput(sqInt index, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2030:1: warning: unused function 'checkedAddBezierToGET' [-Wunused-function]
checkedAddBezierToGET(sqInt bezier)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2058:1: warning: unused function 'checkedAddEdgeToGET' [-Wunused-function]
checkedAddEdgeToGET(sqInt edge)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2110:1: warning: unused function 'checkedAddLineToGET' [-Wunused-function]
checkedAddLineToGET(sqInt line)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2170:1: warning: unused function 'clampValuemax' [-Wunused-function]
clampValuemax(sqInt value, sqInt maxValue)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2218:1: warning: unused function 'clearSpanBufferGet' [-Wunused-function]
clearSpanBufferGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2225:1: warning: unused function 'clearSpanBufferPut' [-Wunused-function]
clearSpanBufferPut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2232:1: warning: unused function 'clipMaxXGet' [-Wunused-function]
clipMaxXGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2239:1: warning: unused function 'clipMaxXPut' [-Wunused-function]
clipMaxXPut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2246:1: warning: unused function 'clipMaxYGet' [-Wunused-function]
clipMaxYGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2253:1: warning: unused function 'clipMaxYPut' [-Wunused-function]
clipMaxYPut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2260:1: warning: unused function 'clipMinXGet' [-Wunused-function]
clipMinXGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2267:1: warning: unused function 'clipMinXPut' [-Wunused-function]
clipMinXPut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2274:1: warning: unused function 'clipMinYGet' [-Wunused-function]
clipMinYGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2281:1: warning: unused function 'clipMinYPut' [-Wunused-function]
clipMinYPut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2288:1: warning: unused function 'colormapOf' [-Wunused-function]
colormapOf(sqInt bmFill)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2295:1: warning: unused function 'colorTransform' [-Wunused-function]
colorTransform(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2577:1: warning: unused function 'computeSqrt' [-Wunused-function]
computeSqrt(sqInt length2)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2672:1: warning: unused function 'currentYGet' [-Wunused-function]
currentYGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2679:1: warning: unused function 'currentYPut' [-Wunused-function]
currentYPut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2686:1: warning: unused function 'currentZGet' [-Wunused-function]
currentZGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2693:1: warning: unused function 'currentZPut' [-Wunused-function]
currentZPut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2700:1: warning: unused function 'destOffsetXGet' [-Wunused-function]
destOffsetXGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2707:1: warning: unused function 'destOffsetXPut' [-Wunused-function]
destOffsetXPut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2714:1: warning: unused function 'destOffsetYGet' [-Wunused-function]
destOffsetYGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2721:1: warning: unused function 'destOffsetYPut' [-Wunused-function]
destOffsetYPut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2766:1: warning: unused function 'drawWideEdgefrom' [-Wunused-function]
drawWideEdgefrom(sqInt edge, sqInt leftX)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2813:1: warning: unused function 'edgeFillsInvalidate' [-Wunused-function]
edgeFillsInvalidate(sqInt edge)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2824:1: warning: unused function 'edgeFillsValidate' [-Wunused-function]
edgeFillsValidate(sqInt edge)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2835:1: warning: unused function 'edgeLeftFillOf' [-Wunused-function]
edgeLeftFillOf(sqInt edge)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2842:1: warning: unused function 'edgeLeftFillOfput' [-Wunused-function]
edgeLeftFillOfput(sqInt edge, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2849:1: warning: unused function 'edgeNumLinesOf' [-Wunused-function]
edgeNumLinesOf(sqInt edge)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2856:1: warning: unused function 'edgeNumLinesOfput' [-Wunused-function]
edgeNumLinesOfput(sqInt edge, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2863:1: warning: unused function 'edgeRightFillOf' [-Wunused-function]
edgeRightFillOf(sqInt edge)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2870:1: warning: unused function 'edgeRightFillOfput' [-Wunused-function]
edgeRightFillOfput(sqInt edge, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2877:1: warning: unused function 'edgeTransform' [-Wunused-function]
edgeTransform(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2887:1: warning: unused function 'edgeTypeOf' [-Wunused-function]
edgeTypeOf(sqInt edge)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2894:1: warning: unused function 'edgeXValueOf' [-Wunused-function]
edgeXValueOf(sqInt edge)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2901:1: warning: unused function 'edgeXValueOfput' [-Wunused-function]
edgeXValueOfput(sqInt edge, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2908:1: warning: unused function 'edgeYValueOf' [-Wunused-function]
edgeYValueOf(sqInt edge)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2915:1: warning: unused function 'edgeYValueOfput' [-Wunused-function]
edgeYValueOfput(sqInt edge, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2922:1: warning: unused function 'edgeZValueOf' [-Wunused-function]
edgeZValueOf(sqInt edge)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2929:1: warning: unused function 'edgeZValueOfput' [-Wunused-function]
edgeZValueOfput(sqInt edge, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2953:1: warning: unused function 'estimatedLengthOfwith' [-Wunused-function]
estimatedLengthOfwith(sqInt deltaX, sqInt deltaY)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2983:1: warning: unused function 'fillAllFromto' [-Wunused-function]
fillAllFromto(sqInt leftX, sqInt rightX)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3086:1: warning: unused function 'fillBitmapSpan' [-Wunused-function]
fillBitmapSpan(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3866:1: warning: unused function 'fillColorSpanfromto' [-Wunused-function]
fillColorSpanfromto(sqInt pixelValue32, sqInt leftX, sqInt rightX)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3896:1: warning: unused function 'fillDirectionXOf' [-Wunused-function]
fillDirectionXOf(sqInt fill)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3903:1: warning: unused function 'fillDirectionXOfput' [-Wunused-function]
fillDirectionXOfput(sqInt fill, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3910:1: warning: unused function 'fillDirectionYOf' [-Wunused-function]
fillDirectionYOf(sqInt fill)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3917:1: warning: unused function 'fillDirectionYOfput' [-Wunused-function]
fillDirectionYOfput(sqInt fill, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3924:1: warning: unused function 'fillLinearGradient' [-Wunused-function]
fillLinearGradient(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4152:1: warning: unused function 'fillMaxXGet' [-Wunused-function]
fillMaxXGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4159:1: warning: unused function 'fillMaxXPut' [-Wunused-function]
fillMaxXPut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4166:1: warning: unused function 'fillMaxYGet' [-Wunused-function]
fillMaxYGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4173:1: warning: unused function 'fillMaxYPut' [-Wunused-function]
fillMaxYPut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4180:1: warning: unused function 'fillMinXGet' [-Wunused-function]
fillMinXGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4187:1: warning: unused function 'fillMinXPut' [-Wunused-function]
fillMinXPut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4194:1: warning: unused function 'fillMinYGet' [-Wunused-function]
fillMinYGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4201:1: warning: unused function 'fillMinYPut' [-Wunused-function]
fillMinYPut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4208:1: warning: unused function 'fillNormalXOf' [-Wunused-function]
fillNormalXOf(sqInt fill)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4215:1: warning: unused function 'fillNormalXOfput' [-Wunused-function]
fillNormalXOfput(sqInt fill, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4222:1: warning: unused function 'fillNormalYOf' [-Wunused-function]
fillNormalYOf(sqInt fill)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4229:1: warning: unused function 'fillNormalYOfput' [-Wunused-function]
fillNormalYOfput(sqInt fill, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4236:1: warning: unused function 'fillOffsetXGet' [-Wunused-function]
fillOffsetXGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4243:1: warning: unused function 'fillOffsetXPut' [-Wunused-function]
fillOffsetXPut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4250:1: warning: unused function 'fillOffsetYGet' [-Wunused-function]
fillOffsetYGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4257:1: warning: unused function 'fillOffsetYPut' [-Wunused-function]
fillOffsetYPut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4264:1: warning: unused function 'fillOriginXOf' [-Wunused-function]
fillOriginXOf(sqInt fill)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4271:1: warning: unused function 'fillOriginXOfput' [-Wunused-function]
fillOriginXOfput(sqInt fill, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4278:1: warning: unused function 'fillOriginYOf' [-Wunused-function]
fillOriginYOf(sqInt fill)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4285:1: warning: unused function 'fillOriginYOfput' [-Wunused-function]
fillOriginYOfput(sqInt fill, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4431:1: warning: unused function 'fillRadialDecreasingrampdeltaSTdsXdtXfromto' [-Wunused-function]
fillRadialDecreasingrampdeltaSTdsXdtXfromto(sqInt fill, sqInt ramp, sqInt deltaST, sqInt dsX, sqInt dtX, sqInt leftX, sqInt rightX)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4477:1: warning: unused function 'fillRadialGradient' [-Wunused-function]
fillRadialGradient(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4839:1: warning: unused function 'fillRadialIncreasingrampdeltaSTdsXdtXfromto' [-Wunused-function]
fillRadialIncreasingrampdeltaSTdsXdtXfromto(sqInt fill, sqInt ramp, sqInt deltaST, sqInt dsX, sqInt dtX, sqInt leftX, sqInt rightX)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5011:1: warning: unused function 'fillTypeOf' [-Wunused-function]
fillTypeOf(sqInt fill)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5018:1: warning: unused function 'findNextAETEdgeFrom' [-Wunused-function]
findNextAETEdgeFrom(sqInt leftEdge)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5446:1: warning: unused function 'finishedProcessing' [-Wunused-function]
finishedProcessing(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5453:1: warning: unused function 'firstPointListGet' [-Wunused-function]
firstPointListGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5460:1: warning: unused function 'firstPointListPut' [-Wunused-function]
firstPointListPut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5467:1: warning: unused function 'freeStackFillEntry' [-Wunused-function]
freeStackFillEntry(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5509:1: warning: unused function 'getStartGet' [-Wunused-function]
getStartGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5516:1: warning: unused function 'getStartPut' [-Wunused-function]
getStartPut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5523:1: warning: unused function 'getUsedGet' [-Wunused-function]
getUsedGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5530:1: warning: unused function 'getUsedPut' [-Wunused-function]
getUsedPut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5537:1: warning: unused function 'gradientRampLengthOf' [-Wunused-function]
gradientRampLengthOf(sqInt fill)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5544:1: warning: unused function 'gradientRampLengthOfput' [-Wunused-function]
gradientRampLengthOfput(sqInt fill, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5551:1: warning: unused function 'gradientRampOf' [-Wunused-function]
gradientRampOf(sqInt fill)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5558:1: warning: unused function 'hasColorTransform' [-Wunused-function]
hasColorTransform(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5565:1: warning: unused function 'hasColorTransformGet' [-Wunused-function]
hasColorTransformGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5572:1: warning: unused function 'hasColorTransformPut' [-Wunused-function]
hasColorTransformPut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5579:1: warning: unused function 'hasEdgeTransform' [-Wunused-function]
hasEdgeTransform(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5586:1: warning: unused function 'hasEdgeTransformGet' [-Wunused-function]
hasEdgeTransformGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5593:1: warning: unused function 'hasEdgeTransformPut' [-Wunused-function]
hasEdgeTransformPut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5677:1: warning: unused function 'incrementPointby' [-Wunused-function]
incrementPointby(int *point, sqInt delta)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5686:1: warning: unused function 'incrementStatby' [-Wunused-function]
incrementStatby(sqInt statIndex, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5899:1: warning: unused function 'isBezier' [-Wunused-function]
isBezier(sqInt bezier)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5919:1: warning: unused function 'isFillColor' [-Wunused-function]
isFillColor(sqInt fill)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5938:1: warning: unused function 'isFill' [-Wunused-function]
isFill(sqInt fill)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5946:1: warning: unused function 'isLine' [-Wunused-function]
isLine(sqInt line)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5953:1: warning: unused function 'isObject' [-Wunused-function]
isObject(sqInt obj)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5961:1: warning: unused function 'isRealFill' [-Wunused-function]
isRealFill(sqInt fill)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5968:1: warning: unused function 'isStackEntry' [-Wunused-function]
isStackEntry(sqInt entry)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5976:1: warning: unused function 'isStackIndex' [-Wunused-function]
isStackIndex(sqInt index)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5984:1: warning: unused function 'isWideBezier' [-Wunused-function]
isWideBezier(sqInt bezier)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5992:1: warning: unused function 'isWideLine' [-Wunused-function]
isWideLine(sqInt line)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6000:1: warning: unused function 'isWide' [-Wunused-function]
isWide(sqInt object)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6007:1: warning: unused function 'lastExportedEdgeGet' [-Wunused-function]
lastExportedEdgeGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6014:1: warning: unused function 'lastExportedEdgePut' [-Wunused-function]
lastExportedEdgePut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6021:1: warning: unused function 'lastExportedFillGet' [-Wunused-function]
lastExportedFillGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6028:1: warning: unused function 'lastExportedFillPut' [-Wunused-function]
lastExportedFillPut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6035:1: warning: unused function 'lastExportedLeftXGet' [-Wunused-function]
lastExportedLeftXGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6042:1: warning: unused function 'lastExportedLeftXPut' [-Wunused-function]
lastExportedLeftXPut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6049:1: warning: unused function 'lastExportedRightXGet' [-Wunused-function]
lastExportedRightXGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6056:1: warning: unused function 'lastExportedRightXPut' [-Wunused-function]
lastExportedRightXPut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6063:1: warning: unused function 'lineEndXOf' [-Wunused-function]
lineEndXOf(sqInt line)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6070:1: warning: unused function 'lineEndXOfput' [-Wunused-function]
lineEndXOfput(sqInt line, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6077:1: warning: unused function 'lineEndYOf' [-Wunused-function]
lineEndYOf(sqInt line)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6084:1: warning: unused function 'lineEndYOfput' [-Wunused-function]
lineEndYOfput(sqInt line, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6091:1: warning: unused function 'lineErrorAdjDownOf' [-Wunused-function]
lineErrorAdjDownOf(sqInt line)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6098:1: warning: unused function 'lineErrorAdjDownOfput' [-Wunused-function]
lineErrorAdjDownOfput(sqInt line, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6105:1: warning: unused function 'lineErrorAdjUpOf' [-Wunused-function]
lineErrorAdjUpOf(sqInt line)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6112:1: warning: unused function 'lineErrorAdjUpOfput' [-Wunused-function]
lineErrorAdjUpOfput(sqInt line, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6119:1: warning: unused function 'lineErrorOf' [-Wunused-function]
lineErrorOf(sqInt line)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6126:1: warning: unused function 'lineErrorOfput' [-Wunused-function]
lineErrorOfput(sqInt line, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6133:1: warning: unused function 'lineXDirectionOf' [-Wunused-function]
lineXDirectionOf(sqInt line)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6140:1: warning: unused function 'lineXDirectionOfput' [-Wunused-function]
lineXDirectionOfput(sqInt line, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6147:1: warning: unused function 'lineXIncrementOf' [-Wunused-function]
lineXIncrementOf(sqInt line)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6154:1: warning: unused function 'lineXIncrementOfput' [-Wunused-function]
lineXIncrementOfput(sqInt line, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6161:1: warning: unused function 'lineYDirectionOf' [-Wunused-function]
lineYDirectionOf(sqInt line)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6168:1: warning: unused function 'lineYDirectionOfput' [-Wunused-function]
lineYDirectionOfput(sqInt line, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6237:1: warning: unused function 'loadArrayPolygonnPointsfilllineWidthlineFill' [-Wunused-function]
loadArrayPolygonnPointsfilllineWidthlineFill(sqInt points, sqInt nPoints, sqInt fillIndex, sqInt lineWidth, sqInt lineFill)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6691:1: warning: unused function 'loadBitmapFillcolormaptilefromalongnormalxIndex' [-Wunused-function]
loadBitmapFillcolormaptilefromalongnormalxIndex(sqInt formOop, sqInt cmOop, sqInt tileFlag, int *point1, int *point2, int *point3, sqInt xIndex)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6834:1: warning: unused function 'loadColorTransformFrom' [-Wunused-function]
loadColorTransformFrom(sqInt transformOop)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6861:1: warning: unused function 'loadCompressedSegmentfromshortleftFillrightFilllineWidthlineColor' [-Wunused-function]
loadCompressedSegmentfromshortleftFillrightFilllineWidthlineColor(sqInt segmentIndex, sqInt points, sqInt pointsShort, sqInt leftFill, sqInt rightFill, sqInt lineWidth, sqInt lineFill)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:7868:1: warning: unused function 'loadLinefromtooffsetleftFillrightFill' [-Wunused-function]
loadLinefromtooffsetleftFillrightFill(sqInt line, int *point1, int *point2, sqInt yOffset, sqInt leftFill, sqInt rightFill)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8093:1: warning: unused function 'loadPointIntAtfrom' [-Wunused-function]
loadPointIntAtfrom(sqInt index, sqInt intArray)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8103:1: warning: unused function 'loadPointShortAtfrom' [-Wunused-function]
loadPointShortAtfrom(sqInt index, sqInt shortArray)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8147:1: warning: unused function 'loadPolygonnPointsfilllineWidthlineFillpointsShort' [-Wunused-function]
loadPolygonnPointsfilllineWidthlineFillpointsShort(int *points, sqInt nPoints, sqInt fillIndex, sqInt lineWidth, sqInt lineFill, sqInt isShort)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8316:1: warning: unused function 'loadRectanglelineFillleftFillrightFill' [-Wunused-function]
loadRectanglelineFillleftFillrightFill(sqInt lineWidth, sqInt lineFill, sqInt leftFill, sqInt rightFill)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8973:1: warning: unused function 'magicNumberGet' [-Wunused-function]
magicNumberGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8980:1: warning: unused function 'magicNumberPut' [-Wunused-function]
magicNumberPut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8987:1: warning: unused function 'makeRectFromPoints' [-Wunused-function]
makeRectFromPoints(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8998:1: warning: unused function 'makeUnsignedFrom' [-Wunused-function]
makeUnsignedFrom(sqInt someIntegerValue)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9058:1: warning: unused function 'needsFlush' [-Wunused-function]
needsFlush(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9065:1: warning: unused function 'needsFlushGet' [-Wunused-function]
needsFlushGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9072:1: warning: unused function 'needsFlushPut' [-Wunused-function]
needsFlushPut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9079:1: warning: unused function 'objectHeaderOf' [-Wunused-function]
objectHeaderOf(sqInt obj)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9090:1: warning: unused function 'objectIndexOf' [-Wunused-function]
objectIndexOf(sqInt obj)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9097:1: warning: unused function 'objectIndexOfput' [-Wunused-function]
objectIndexOfput(sqInt obj, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9104:1: warning: unused function 'objectLengthOf' [-Wunused-function]
objectLengthOf(sqInt obj)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9111:1: warning: unused function 'objectLengthOfput' [-Wunused-function]
objectLengthOfput(sqInt obj, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9118:1: warning: unused function 'objectTypeOf' [-Wunused-function]
objectTypeOf(sqInt obj)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9125:1: warning: unused function 'objectTypeOfput' [-Wunused-function]
objectTypeOfput(sqInt obj, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9132:1: warning: unused function 'objStartGet' [-Wunused-function]
objStartGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9139:1: warning: unused function 'objStartPut' [-Wunused-function]
objStartPut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9146:1: warning: unused function 'objUsedGet' [-Wunused-function]
objUsedGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9153:1: warning: unused function 'objUsedPut' [-Wunused-function]
objUsedPut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9160:1: warning: unused function 'objat' [-Wunused-function]
objat(sqInt object, sqInt index)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9167:1: warning: unused function 'objatput' [-Wunused-function]
objatput(sqInt object, sqInt index, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9178:1: warning: unused function 'offsetFromWidth' [-Wunused-function]
offsetFromWidth(sqInt lineWidth)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9185:1: warning: unused function 'point1Get' [-Wunused-function]
point1Get(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9192:1: warning: unused function 'point2Get' [-Wunused-function]
point2Get(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9199:1: warning: unused function 'point3Get' [-Wunused-function]
point3Get(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9206:1: warning: unused function 'point4Get' [-Wunused-function]
point4Get(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12282:1: warning: unused function 'quickRemoveInvalidFillsAt' [-Wunused-function]
quickRemoveInvalidFillsAt(sqInt leftX)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12428:1: warning: unused function 'repeatValuemax' [-Wunused-function]
repeatValuemax(sqInt delta, sqInt maxValue)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12495:1: warning: unused function 'returnWideBezierFill' [-Wunused-function]
returnWideBezierFill(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12502:1: warning: unused function 'returnWideBezierWidth' [-Wunused-function]
returnWideBezierWidth(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12512:1: warning: unused function 'returnWideLineFill' [-Wunused-function]
returnWideLineFill(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12522:1: warning: unused function 'returnWideLineWidth' [-Wunused-function]
returnWideLineWidth(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12668:1: warning: unused function 'shortRunLengthAtfrom' [-Wunused-function]
shortRunLengthAtfrom(sqInt i, sqInt runArray)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12680:1: warning: unused function 'shortRunValueAtfrom' [-Wunused-function]
shortRunValueAtfrom(sqInt i, sqInt runArray)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12748:1: warning: unused function 'sortGlobalEdgeTable' [-Wunused-function]
sortGlobalEdgeTable(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12756:1: warning: unused function 'spanEndAAGet' [-Wunused-function]
spanEndAAGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12763:1: warning: unused function 'spanEndAAPut' [-Wunused-function]
spanEndAAPut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12770:1: warning: unused function 'spanEndGet' [-Wunused-function]
spanEndGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12777:1: warning: unused function 'spanEndPut' [-Wunused-function]
spanEndPut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12784:1: warning: unused function 'spanSizeGet' [-Wunused-function]
spanSizeGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12791:1: warning: unused function 'spanSizePut' [-Wunused-function]
spanSizePut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12798:1: warning: unused function 'spanStartGet' [-Wunused-function]
spanStartGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12805:1: warning: unused function 'spanStartPut' [-Wunused-function]
spanStartPut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12812:1: warning: unused function 'squaredLengthOfwith' [-Wunused-function]
squaredLengthOfwith(sqInt deltaX, sqInt deltaY)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12819:1: warning: unused function 'stackFillDepth' [-Wunused-function]
stackFillDepth(sqInt index)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12826:1: warning: unused function 'stackFillDepthput' [-Wunused-function]
stackFillDepthput(sqInt index, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12833:1: warning: unused function 'stackFillEntryLength' [-Wunused-function]
stackFillEntryLength(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12840:1: warning: unused function 'stackFillRightX' [-Wunused-function]
stackFillRightX(sqInt index)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12847:1: warning: unused function 'stackFillRightXput' [-Wunused-function]
stackFillRightXput(sqInt index, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12854:1: warning: unused function 'stackFillSize' [-Wunused-function]
stackFillSize(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12861:1: warning: unused function 'stackFillValue' [-Wunused-function]
stackFillValue(sqInt index)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12868:1: warning: unused function 'stackFillValueput' [-Wunused-function]
stackFillValueput(sqInt index, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12875:1: warning: unused function 'stateGet' [-Wunused-function]
stateGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12882:1: warning: unused function 'statePut' [-Wunused-function]
statePut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12894:1: warning: unused function 'stepToFirstBezier' [-Wunused-function]
stepToFirstBezier(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13033:1: warning: unused function 'stepToFirstLine' [-Wunused-function]
stepToFirstLine(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13140:1: warning: unused function 'stepToFirstWideBezier' [-Wunused-function]
stepToFirstWideBezier(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13244:1: warning: unused function 'stepToFirstWideLine' [-Wunused-function]
stepToFirstWideLine(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13388:1: warning: unused function 'stepToNextBezier' [-Wunused-function]
stepToNextBezier(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13434:1: warning: unused function 'stepToNextBezierForwardat' [-Wunused-function]
stepToNextBezierForwardat(int *updateData, sqInt yValue)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13515:1: warning: unused function 'stepToNextLine' [-Wunused-function]
stepToNextLine(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13686:1: warning: unused function 'stepToNextWideLine' [-Wunused-function]
stepToNextWideLine(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13814:1: warning: unused function 'stopBecauseOf' [-Wunused-function]
stopBecauseOf(sqInt stopReason)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13823:1: warning: unused function 'stopReasonGet' [-Wunused-function]
stopReasonGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13830:1: warning: unused function 'stopReasonPut' [-Wunused-function]
stopReasonPut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13854:1: warning: unused function 'storeEngineStateInto' [-Wunused-function]
storeEngineStateInto(sqInt oop)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13930:1: warning: unused function 'storeStopStateIntoEdgefill' [-Wunused-function]
storeStopStateIntoEdgefill(sqInt edgeOop, sqInt fillOop)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14334:1: warning: unused function 'topFillDepth' [-Wunused-function]
topFillDepth(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14345:1: warning: unused function 'topFillDepthPut' [-Wunused-function]
topFillDepthPut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14356:1: warning: unused function 'topFillRightX' [-Wunused-function]
topFillRightX(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14367:1: warning: unused function 'topFillRightXPut' [-Wunused-function]
topFillRightXPut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14378:1: warning: unused function 'topFillValue' [-Wunused-function]
topFillValue(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14389:1: warning: unused function 'topFillValuePut' [-Wunused-function]
topFillValuePut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14468:1: warning: unused function 'transformPoints' [-Wunused-function]
transformPoints(sqInt n)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14597:1: warning: unused function 'transformPointXyinto' [-Wunused-function]
transformPointXyinto(double xValue, double yValue, int *dstPoint)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14619:1: warning: unused function 'transformPoint' [-Wunused-function]
transformPoint(int *point)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14658:1: warning: unused function 'transformPointinto' [-Wunused-function]
transformPointinto(sqInt srcPoint, sqInt dstPoint)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14872:1: warning: unused function 'wbSizeGet' [-Wunused-function]
wbSizeGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14879:1: warning: unused function 'wbSizePut' [-Wunused-function]
wbSizePut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14886:1: warning: unused function 'wbStackClear' [-Wunused-function]
wbStackClear(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14895:1: warning: unused function 'wbStackPop' [-Wunused-function]
wbStackPop(sqInt nItems)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14916:1: warning: unused function 'wbStackSize' [-Wunused-function]
wbStackSize(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14923:1: warning: unused function 'wbStackValue' [-Wunused-function]
wbStackValue(sqInt index)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14930:1: warning: unused function 'wbStackValueput' [-Wunused-function]
wbStackValueput(sqInt index, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14937:1: warning: unused function 'wbTopGet' [-Wunused-function]
wbTopGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14944:1: warning: unused function 'wbTopPut' [-Wunused-function]
wbTopPut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14951:1: warning: unused function 'wideBezierEntryOf' [-Wunused-function]
wideBezierEntryOf(sqInt line)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14959:1: warning: unused function 'wideBezierEntryOfput' [-Wunused-function]
wideBezierEntryOfput(sqInt line, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14967:1: warning: unused function 'wideBezierExitOf' [-Wunused-function]
wideBezierExitOf(sqInt line)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14975:1: warning: unused function 'wideBezierExitOfput' [-Wunused-function]
wideBezierExitOfput(sqInt line, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14983:1: warning: unused function 'wideBezierExtentOf' [-Wunused-function]
wideBezierExtentOf(sqInt bezier)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14991:1: warning: unused function 'wideBezierExtentOfput' [-Wunused-function]
wideBezierExtentOfput(sqInt bezier, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15007:1: warning: unused function 'wideBezierFillOfput' [-Wunused-function]
wideBezierFillOfput(sqInt bezier, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15015:1: warning: unused function 'wideBezierUpdateDataOf' [-Wunused-function]
wideBezierUpdateDataOf(sqInt bezier)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15030:1: warning: unused function 'wideBezierWidthOfput' [-Wunused-function]
wideBezierWidthOfput(sqInt line, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15038:1: warning: unused function 'wideLineEntryOf' [-Wunused-function]
wideLineEntryOf(sqInt line)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15046:1: warning: unused function 'wideLineEntryOfput' [-Wunused-function]
wideLineEntryOfput(sqInt line, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15054:1: warning: unused function 'wideLineExitOf' [-Wunused-function]
wideLineExitOf(sqInt line)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15062:1: warning: unused function 'wideLineExitOfput' [-Wunused-function]
wideLineExitOfput(sqInt line, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15070:1: warning: unused function 'wideLineExtentOf' [-Wunused-function]
wideLineExtentOf(sqInt line)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15078:1: warning: unused function 'wideLineExtentOfput' [-Wunused-function]
wideLineExtentOfput(sqInt line, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15094:1: warning: unused function 'wideLineFillOfput' [-Wunused-function]
wideLineFillOfput(sqInt line, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15110:1: warning: unused function 'wideLineWidthOfput' [-Wunused-function]
wideLineWidthOfput(sqInt line, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15118:1: warning: unused function 'workBufferPut' [-Wunused-function]
workBufferPut(sqInt wbOop)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/win/sqWin32SpurAlloc.c:95:9: warning: incompatible pointer to integer conversion returning 'char *' from a function with result type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
        return alloc;
               ^~~~~
1 warning generated.
[ 36%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/win/aioWin.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/win/aioWin.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/win/aioWin.c
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘writeImageFileIO’:
/325 warnings generated.
[ 59%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libB2DPlugin.dylib
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/B2DPlugin.dir/link.txt --verbose=1
builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66043:2: warning: ‘the2ndUnknownShort’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  putShorttoFile(the2ndUnknownShort, f);
  ^
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -dynamiclib -Wl,-headerpad_max_install_names  -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libB2DPlugin.dylib -install_name @executable_path/Plugins/libB2DPlugin.dylib CMakeFiles/B2DPlugin.dir/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libffi.dylib -framework AppKit -framework CoreGraphics 
[ 59%] Built target B2DPlugin
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/openssl-1.0.2q.dir/build.make CMakeFiles/openssl-1.0.2q.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/openssl-1.0.2q.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/openssl-1.0.2q.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/openssl-1.0.2q.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/openssl-1.0.2q.dir/depend.internal".
Scanning dependencies of target openssl-1.0.2q
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/openssl-1.0.2q.dir/build.make CMakeFiles/openssl-1.0.2q.dir/build
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/openssl-1.0.2q-src/libcrypto.1.0.0.dylib /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/openssl-1.0.2q-src/libssl.1.0.0.dylib /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/openssl-1.0.2q-src/libssl.dylib /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
[ 59%] Built target openssl-1.0.2q
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/JPEGReadWriter2Plugin.dir/build.make CMakeFiles/JPEGReadWriter2Plugin.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/JPEGReadWriter2Plugin.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/JPEGReadWriter2Plugin.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/JPEGReadWriter2Plugin.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/JPEGReadWriter2Plugin.dir/depend.internal".
Scanning dependencies of target JPEGReadWriter2Plugin
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/JPEGReadWriter2Plugin.dir/build.make CMakeFiles/JPEGReadWriter2Plugin.dir/build
[ 60%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c
[ 61%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "JPEGReadWriter2Plugin VMMaker.oscog-eem.2493 uuid: d7437cc5-75c7-4a43-af6b-0f85bf0cebe6 " __DATE__ ;
            ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c:537:1: warning: unused function 'sqAssert' [-Wunused-function]
sqAssert(sqInt aBool)
^
2 warnings generated.
[ 61%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c
[ 62%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c
[ 62%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c
[ 63%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c
[ 36%] Building C object CMakeFiles/PharoVMCore.dir/src/win/winDebug.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/src/win/winDebug.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/src/win/winDebug.c
[ 63%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c
[ 64%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c
[ 64%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c
[ 65%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c
[ 66%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c
[ 66%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c
[ 67%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c
[ 67%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c
[ 68%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c
[ 68%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/src/win/winDebug.c:320:21: warning: incompatible integer to pointer conversion passing 'DWORD64' (aka 'unsigned long long') to parameter of type 'void *' [-Wint-conversion]
                printCogMethodFor(frame->AddrPC.Offset);
                                  ^~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/src/win/winDebug.c:26:31: note: passing argument to parameter 'address' here
        void printCogMethodFor(void* address);
                                     ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/src/win/winDebug.c:514:14: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
        if(errorLog = getErrorLogFile()){
           ~~~~~~~~~^~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/src/win/winDebug.c:514:14: note: place parentheses around the assignment to silence this warning
        if(errorLog = getErrorLogFile()){
                    ^
           (                           )
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/src/win/winDebug.c:514:14: note: use '==' to turn this assignment into an equality comparison
        if(errorLog = getErrorLogFile()){
                    ^
                    ==
2 warnings generated.
[ 69%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c
[ 69%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c
[ 37%] Building C object CMakeFiles/PharoVMCore.dir/src/win/winDebugMenu.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/src/win/winDebugMenu.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/src/win/winDebugMenu.c
[ 70%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c
[ 70%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c
[ 71%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c
[ 72%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c
[ 72%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c
[ 73%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c
[ 73%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c
[ 74%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:454:13: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  { 0, ((-1)<<1) + 1, ((-1)<<2) + 1, ((-1)<<3) + 1, ((-1)<<4) + 1,
        ~~~~^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:454:28: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  { 0, ((-1)<<1) + 1, ((-1)<<2) + 1, ((-1)<<3) + 1, ((-1)<<4) + 1,
                       ~~~~^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:454:43: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  { 0, ((-1)<<1) + 1, ((-1)<<2) + 1, ((-1)<<3) + 1, ((-1)<<4) + 1,
                                      ~~~~^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:454:58: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  { 0, ((-1)<<1) + 1, ((-1)<<2) + 1, ((-1)<<3) + 1, ((-1)<<4) + 1,
                                                     ~~~~^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:455:10: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<5) + 1, ((-1)<<6) + 1, ((-1)<<7) + 1, ((-1)<<8) + 1,
     ~~~~^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:455:25: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<5) + 1, ((-1)<<6) + 1, ((-1)<<7) + 1, ((-1)<<8) + 1,
                    ~~~~^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:455:40: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<5) + 1, ((-1)<<6) + 1, ((-1)<<7) + 1, ((-1)<<8) + 1,
                                   ~~~~^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:455:55: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<5) + 1, ((-1)<<6) + 1, ((-1)<<7) + 1, ((-1)<<8) + 1,
                                                  ~~~~^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:456:10: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<9) + 1, ((-1)<<10) + 1, ((-1)<<11) + 1, ((-1)<<12) + 1,
     ~~~~^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:456:25: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<9) + 1, ((-1)<<10) + 1, ((-1)<<11) + 1, ((-1)<<12) + 1,
                    ~~~~^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:456:41: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<9) + 1, ((-1)<<10) + 1, ((-1)<<11) + 1, ((-1)<<12) + 1,
                                    ~~~~^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:456:57: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<9) + 1, ((-1)<<10) + 1, ((-1)<<11) + 1, ((-1)<<12) + 1,
                                                    ~~~~^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:457:10: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<13) + 1, ((-1)<<14) + 1, ((-1)<<15) + 1 };
     ~~~~^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:457:26: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<13) + 1, ((-1)<<14) + 1, ((-1)<<15) + 1 };
                     ~~~~^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:457:42: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<13) + 1, ((-1)<<14) + 1, ((-1)<<15) + 1 };
                                     ~~~~^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘followForwardedFrameContentsstackPointer’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54962:3: warning: ‘oop’ may be used uninitialized in this function [-Wmaybe-uninitialized]
   followForwardedObjectFieldstoDepth(oop, 0);
   ^
15 warnings generated.
[ 74%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c
[ 75%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c
[ 75%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c
[ 76%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c
[ 77%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c
[ 77%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:214:13: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  { 0, ((-1)<<1) + 1, ((-1)<<2) + 1, ((-1)<<3) + 1, ((-1)<<4) + 1,
        ~~~~^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:214:28: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  { 0, ((-1)<<1) + 1, ((-1)<<2) + 1, ((-1)<<3) + 1, ((-1)<<4) + 1,
                       ~~~~^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:214:43: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  { 0, ((-1)<<1) + 1, ((-1)<<2) + 1, ((-1)<<3) + 1, ((-1)<<4) + 1,
                                      ~~~~^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:214:58: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  { 0, ((-1)<<1) + 1, ((-1)<<2) + 1, ((-1)<<3) + 1, ((-1)<<4) + 1,
                                                     ~~~~^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:215:10: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<5) + 1, ((-1)<<6) + 1, ((-1)<<7) + 1, ((-1)<<8) + 1,
     ~~~~^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:215:25: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<5) + 1, ((-1)<<6) + 1, ((-1)<<7) + 1, ((-1)<<8) + 1,
                    ~~~~^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:215:40: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<5) + 1, ((-1)<<6) + 1, ((-1)<<7) + 1, ((-1)<<8) + 1,
                                   ~~~~^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:215:55: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<5) + 1, ((-1)<<6) + 1, ((-1)<<7) + 1, ((-1)<<8) + 1,
                                                  ~~~~^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:216:10: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<9) + 1, ((-1)<<10) + 1, ((-1)<<11) + 1, ((-1)<<12) + 1,
     ~~~~^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:216:25: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<9) + 1, ((-1)<<10) + 1, ((-1)<<11) + 1, ((-1)<<12) + 1,
                    ~~~~^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:216:41: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<9) + 1, ((-1)<<10) + 1, ((-1)<<11) + 1, ((-1)<<12) + 1,
                                    ~~~~^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:216:57: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<9) + 1, ((-1)<<10) + 1, ((-1)<<11) + 1, ((-1)<<12) + 1,
                                                    ~~~~^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:217:10: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<13) + 1, ((-1)<<14) + 1, ((-1)<<15) + 1 };
     ~~~~^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:217:26: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<13) + 1, ((-1)<<14) + 1, ((-1)<<15) + 1 };
                     ~~~~^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:217:42: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<13) + 1, ((-1)<<14) + 1, ((-1)<<15) + 1 };
                                     ~~~~^
15 warnings generated.
[ 78%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c
[ 37%] Building C object CMakeFiles/PharoVMCore.dir/src/win/winDebugWindow.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/src/win/winDebugWindow.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/src/win/winDebugWindow.c
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c: In function ‘printInvalidClassTableEntries’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:45632:11: warning: ‘hash’ may be used uninitialized in this function [-Wmaybe-uninitialized]
     sqInt hash;
           ^
[ 78%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c
[ 79%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c
[ 79%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c
[ 80%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c
[ 80%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c
[ 81%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c
[ 81%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c
[ 82%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c
[ 83%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c
[ 83%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c
[ 84%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c
[ 84%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c:41:14: warning: unused variable 'src' [-Wunused-variable]
  my_src_ptr src = (my_src_ptr) cinfo->src;
             ^
1 warning generated.
[ 85%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c
[ 85%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c
[ 86%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c
[ 86%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c
[ 38%] Building C object CMakeFiles/PharoVMCore.dir/src/fileDialogWin32.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/src/fileDialogWin32.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/src/fileDialogWin32.c
[ 87%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c
[ 88%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c
[ 88%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libJPEGReadWriter2Plugin.dylib
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/JPEGReadWriter2Plugin.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -dynamiclib -Wl,-headerpad_max_install_names  -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libJPEGReadWriter2Plugin.dylib -install_name @executable_path/Plugins/libJPEGReadWriter2Plugin.dylib CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libffi.dylib -framework AppKit -framework CoreGraphics 
[ 88%] Built target JPEGReadWriter2Plugin
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/FileAttributesPlugin.dir/build.make CMakeFiles/FileAttributesPlugin.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/FileAttributesPlugin.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/FileAttributesPlugin.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/FileAttributesPlugin.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/FileAttributesPlugin.dir/depend.internal".
Scanning dependencies of target FileAttributesPlugin
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/FileAttributesPlugin.dir/build.make CMakeFiles/FileAttributesPlugin.dir/build
[ 88%] Building C object CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFileAttributesPlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:709:18: warning: unused variable 'mask' [-Wunused-variable]
    unsigned int mask;
                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "FileAttributesPlugin FileAttributesPlugin.oscog-akg.49 uuid: 00b4eed5-b2a8-454a-90b7-c3662d7c5423 " __DATE__ ;
            ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:183:1: warning: unused function 'addressObjectFor' [-Wunused-function]
addressObjectFor(void *aMachineAddress)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:313:1: warning: unused function 'badSessionId' [-Wunused-function]
badSessionId(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:354:1: warning: unused function 'faSuccess' [-Wunused-function]
faSuccess(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:384:1: warning: unused function 'objectFromStructsize' [-Wunused-function]
objectFromStructsize(void *aMachineAddress, sqInt structSize)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:403:1: warning: unused function 'pathOoptoBuffermaxLen' [-Wunused-function]
pathOoptoBuffermaxLen(sqInt pathNameOop, char *cPathName, sqInt maxLen)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:424:1: warning: unused function 'pointerFrom' [-Wunused-function]
pointerFrom(sqInt directoryPointerBytes)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:1093:1: warning: unused function 'readLinkintomaxLength' [-Wunused-function]
readLinkintomaxLength(char *cPathName, char *cLinkPtr, size_t maxLength)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:1171:1: warning: unused function 'sizeOfFaPath' [-Wunused-function]
sizeOfFaPath(void)
^
10 warnings generated.
[ 89%] Building C object CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFileAttributesPlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c:7:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c:7:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c:7:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c:7:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
4 warnings generated.
[ 89%] Building C object CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFileAttributesPlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c:10:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c:10:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c:10:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c:10:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c:468:6: warning: unused variable 'mode' [-Wunused-variable]
int             mode;
                ^
5 warnings generated.
[ 90%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libFileAttributesPlugin.dylib
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/FileAttributesPlugin.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -dynamiclib -Wl,-headerpad_max_install_names  -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libFileAttributesPlugin.dylib -install_name @executable_path/Plugins/libFileAttributesPlugin.dylib CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c.o CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c.o CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c.o -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libFilePlugin.dylib build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libffi.dylib -framework AppKit -framework CoreGraphics 
[ 90%] Built target FileAttributesPlugin
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/Pharo.dir/build.make CMakeFiles/Pharo.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/Pharo.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/Pharo.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/Pharo.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/Pharo.dir/depend.internal".
Scanning dependencies of target Pharo
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/Pharo.dir/build.make CMakeFiles/Pharo.dir/build
[ 91%] Building C object CMakeFiles/Pharo.dir/src/unixMain.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk   -o CMakeFiles/Pharo.dir/src/unixMain.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/src/unixMain.c
[ 91%] Linking C executable build/vm/Debug/Pharo.app/Contents/MacOS/Pharo
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/Pharo.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names  CMakeFiles/Pharo.dir/src/unixMain.c.o  -o build/vm/Debug/Pharo.app/Contents/MacOS/Pharo build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libffi.dylib -framework AppKit -framework CoreGraphics 
Copying OS X content build/vm/Debug/Pharo.app/Contents/Resources/Pharo.icns
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_pharo-9/repository/resources/mac/Pharo.icns build/vm/Debug/Pharo.app/Contents/Resources/Pharo.icns
Copying OS X content build/vm/Debug/Pharo.app/Contents/Resources/PharoChanges.icns
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_pharo-9/repository/resources/mac/PharoChanges.icns build/vm/Debug/Pharo.app/Contents/Resources/PharoChanges.icns
Copying OS X content build/vm/Debug/Pharo.app/Contents/Resources/PharoImage.icns
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_pharo-9/repository/resources/mac/PharoImage.icns build/vm/Debug/Pharo.app/Contents/Resources/PharoImage.icns
Copying OS X content build/vm/Debug/Pharo.app/Contents/Resources/PharoSources.icns
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_pharo-9/repository/resources/mac/PharoSources.icns build/vm/Debug/Pharo.app/Contents/Resources/PharoSources.icns
[ 91%] Built target Pharo
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/build_vmmaker_get_vm.dir/build.make CMakeFiles/build_vmmaker_get_vm.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/build_vmmaker_get_vm.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/build_vmmaker_get_vm.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/build_vmmaker_get_vm.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/build_vmmaker_get_vm.dir/depend.internal".
Scanning dependencies of target build_vmmaker_get_vm
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/build_vmmaker_get_vm.dir/build.make CMakeFiles/build_vmmaker_get_vm.dir/build
[ 91%] Performing update step for 'build_vmmaker_get_vm'
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/vm && echo

[ 92%] Performing configure step for 'build_vmmaker_get_vm'
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/vm && echo

cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/vm && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-configure
[ 92%] Performing build step for 'build_vmmaker_get_vm'
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/vm && echo

cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/vm && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-build
[ 93%] Performing install step for 'build_vmmaker_get_vm'
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/vm && echo

cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/vm && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-install
[ 93%] Completed 'build_vmmaker_get_vm'
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/build_vmmaker_get_vm-complete
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-done
[ 95%] Built target build_vmmaker_get_vm
/Library/Developer/CommandLineTools/usr/bin/make -f build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/build.make build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/ffiTestLibrary /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/ffiTestLibrary/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/depend.internal".
Scanning dependencies of target TestLibrary
/Library/Developer/CommandLineTools/usr/bin/make -f build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/build.make build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/build
[ 96%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/basic_types.c.o
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/ffiTestLibrary && /Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/includes  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/TestLibrary.dir/src/basic_types.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/src/basic_types.c
[ 96%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/callback_types.c.o
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/ffiTestLibrary && /Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/includes  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/TestLibrary.dir/src/callback_types.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/src/callback_types.c
[ 97%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/callbacks.c.o
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/ffiTestLibrary && /Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/includes  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/TestLibrary.dir/src/callbacks.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/src/callbacks.c
/builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/src/callbacks.c:47:1: warning: control reaches end of non-void function [-Wreturn-type]
}
^
1 warning generated.
[ 97%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/callout.c.o
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/ffiTestLibrary && /Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/includes  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/TestLibrary.dir/src/callout.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/src/callout.c
[ 98%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/registerCallback.c.o
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/ffiTestLibrary && /Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/includes  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/TestLibrary.dir/src/registerCallback.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/src/registerCallback.c
[100%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/structures.c.o
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/ffiTestLibrary && /Library/Developer/CommandLineTools/usr/bin/cc -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/includes  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/TestLibrary.dir/src/structures.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/src/structures.c
[100%] Linking C shared library ../vm/Debug/Pharo.app/Contents/MacOS/Plugins/libTestLibrary.dylib
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/ffiTestLibrary && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/TestLibrary.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -dynamiclib -Wl,-headerpad_max_install_names  -o ../vm/Debug/Pharo.app/Contents/MacOS/Plugins/libTestLibrary.dylib -install_name @executable_path/Plugins/libTestLibrary.dylib CMakeFiles/TestLibrary.dir/src/basic_types.c.o CMakeFiles/TestLibrary.dir/src/callback_types.c.o CMakeFiles/TestLibrary.dir/src/callbacks.c.o CMakeFiles/TestLibrary.dir/src/callout.c.o CMakeFiles/TestLibrary.dir/src/registerCallback.c.o CMakeFiles/TestLibrary.dir/src/structures.c.o -Wl,-rpath,@executable_path/Plugins 
[100%] Built target TestLibrary
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_progress_start /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles 0
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/Makefile2 preinstall
make[1]: Nothing to be done for `preinstall'.
Install the project...
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -P cmake_install.cmake
-- Install configuration: ""
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/./
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//Pharo.app
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//Pharo.app/Contents
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libB2DPlugin.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libLocalePlugin.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libLargeIntegers.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libDSAPrims.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libfreetype.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libgit2.0.25.1.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libFloatArrayPlugin.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libSqueakSSL.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libcairo.2.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libSurfacePlugin.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libSocketPlugin.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libSDL2-2.0.0.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libFileAttributesPlugin.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libBitBltPlugin.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libssl.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libJPEGReadWriter2Plugin.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libTestLibrary.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libpixman-1.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libcairo.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libFilePlugin.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libMiscPrimitivePlugin.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libssh2.1.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libUnixOSProcessPlugin.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libfreetype.6.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libgit2.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libcrypto.1.0.0.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libSDL2.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libssh2.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libUUIDPlugin.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libgit2.25.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libssl.1.0.0.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libffi.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libJPEGReaderPlugin.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libpng12.0.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libpixman-1.0.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libgit2.1.0.0.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libpng12.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//Pharo.app/Contents/MacOS/Pharo
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//Pharo.app/Contents/Resources
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//Pharo.app/Contents/Resources/PharoSources.icns
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//Pharo.app/Contents/Resources/Pharo.icns
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//Pharo.app/Contents/Resources/PharoImage.icns
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//Pharo.app/Contents/Resources/PharoChanges.icns
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//Pharo.app/Contents/Info.plist
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/sqGnu.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/sqConfig.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/sqPlatformSpecific.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/config.h
-- Up-to-date: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/pharoClient.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/errorCode.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/debug.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/pathUtilities.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/win
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/win/resources.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/interpreter.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/exportDefinition.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/threads
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/threads/vmthread.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/macros.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/sqNamedPrims.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/jit
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/jit/jit.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/stringUtilities.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/threadSafeQueue
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/threadSafeQueue/threadSafeQueue.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/imageAccess.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/parameters
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/parameters/parameterVector.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/parameters/parameters.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/sigjmp_support.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/semaphores
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/semaphores/pSemaphore.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/semaphores/platformSemaphore.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/semaphores/pharoSemaphore.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/fileDialog.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/pharo.h
-- Up-to-date: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/dispdbg.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/sqAtomicOps.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/sqAssert.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/sqVirtualMachine.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/sqaio.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/sqCogStackAlignment.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/sq.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/sqMemoryFence.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/sqMemoryAccess.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/cmake
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/cmake/Linux.cmake
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/cmake/FindSDL2.cmake
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/cmake/importLibFFI.cmake
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/cmake/FindFFI.cmake
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/cmake/Windows.cmake
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/cmake/importCairo.cmake
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/cmake/Darwin.cmake
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/cmake/OpenBSD.cmake
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/cmake/DownloadProject.CMakeLists.cmake.in
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/cmake/FindPThreadW32.cmake
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/cmake/versionExtraction.cmake
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/cmake/vmmaker.cmake
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/cmake/importFreetype2.cmake
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/cmake/DownloadProject.cmake
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/cmake/FindLibGit2.cmake
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/cmake/packaging.cmake
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/cmake/FindCairo.cmake
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/cmake/importLibGit2.cmake
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/cmake/importSDL2.cmake
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/LocalePlugin
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include/osx
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include/osx/sqIOSLocale.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include/common/LocalePlugin.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/osx
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/win
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/win/sqWin32Locale.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/unix
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/unix/sqUnixLocale.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/osx
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/osx/dummyFFI.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/unix
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/unix/ffi-test.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/unix/ffi-test-sq.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/unix/ppc-global.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/common/sqFFI.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/osx
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/osx/dummyFFI.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/win
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/win/sqWin32FFI.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix/ppc-sysv.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix/any-libffi.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix/x86-sysv.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix/ppc-darwin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/SqueakFFIPrims.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/ARM32FFIPlugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/sqFFIPlugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/IA32FFIPlugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/sqManualSurface.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/sqFFITestFuncs.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/X64Win64FFIPlugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/ARM64FFIPlugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SurfacePlugin
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/include
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/include/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/include/common/SurfacePlugin.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/src/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/win
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/win/dirent.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/win/faSupport.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/unix
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/unix/faSupport.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/common/faConstants.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/common/faCommon.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/win
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/win/faSupport.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/unix
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakSSL
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include/unix
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include/unix/openssl_overlay.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include/common/SqueakSSL.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/osx
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/win
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/win/sqWin32SSL.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/unix
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReaderPlugin
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReaderPlugin/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReaderPlugin/src/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/MiscPrimitivePlugin
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/MiscPrimitivePlugin/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/MiscPrimitivePlugin/src/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/B2DPlugin
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/B2DPlugin/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/B2DPlugin/src/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/DSAPrims
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/DSAPrims/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/DSAPrims/src/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/DSAPrims/src/common/DSAPrims.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/include
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessppc.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessppcPostLogicDouble.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessARM32.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dax64business.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusiness.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessPostLogic.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessARM64.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessppcPostLogicInteger.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/ia32abi.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/AlienSUnitTestProcedures.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dax64win64business.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessppcPostLogicFloat.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessARM.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/x64win64stub.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/x64sysvabicc.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/arm64abicc.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/IA32ABI.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/xabicc.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/AlienSUnitTestProcedures.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/ia32abicc.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/ppc32abicc.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/arm32abicc.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/x64win64abicc.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/UnixOSProcessPlugin
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/UnixOSProcessPlugin/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/UnixOSProcessPlugin/src/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FilePlugin
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FilePlugin/include
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FilePlugin/include/win
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FilePlugin/include/win/sqWin32File.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FilePlugin/include/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FilePlugin/include/common/FilePlugin.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FilePlugin/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/osx
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/osx/sqUnixFile.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/win
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/win/sqWin32FilePrims.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/unix
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SocketPlugin
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SocketPlugin/include
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SocketPlugin/include/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SocketPlugin/include/common/SocketPlugin.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SocketPlugin/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SocketPlugin/src/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltArm.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltDispatch.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltArmSimd.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltInternal.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltGeneric.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltArmLinux.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltGeneric.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltArmSimd.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltArmOther.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltArm.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltDispatch.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jpeglib.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/README
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemsys.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jconfig.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmorecfg.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdct.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jversion.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/ReadMe.txt
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jinclude.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/README.6b2
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jpegint.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/LargeIntegers
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/LargeIntegers/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/LargeIntegers/src/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/include
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/include/osx
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/include/osx/sqGnu.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/include/osx/sqConfig.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/include/osx/sqPlatformSpecific.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/include/win
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/include/win/sqGnu.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/include/win/sqWin32HandleTable.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/include/win/sqWin32Alloc.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/include/win/sqWin32.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/include/win/sqConfig.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/include/win/sqPlatformSpecific.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/include/unix
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/include/unix/sqGnu.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/include/unix/sqConfig.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/include/unix/sqPlatformSpecific.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/include/unix/sqUnixCharConv.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/include/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/include/common/dispdbg.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/include/common/sqAtomicOps.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/include/common/sqAssert.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/include/common/sqVirtualMachine.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/include/common/sqaio.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/include/common/sqCogStackAlignment.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/include/common/sq.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/include/common/sqMemoryFence.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/include/common/sqMemoryAccess.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/src/osx
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/src/osx/aioOSX.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/src/win
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/src/win/sqWin32SpurAlloc.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/src/win/sqWin32Directory.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/src/win/aioWin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/src/unix
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/src/unix/sqUnixCharConv.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/src/unix/aio.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/src/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/src/common/sqNamedPrims.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/src/common/sqHeapMap.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/src/common/sqVirtualMachine.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/src/common/sqExternalSemaphores.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/src/common/sqTicker.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/src/common/heartbeat.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/include
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/include/pharovm
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/include/pharovm/pharoClient.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/include/pharovm/errorCode.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/include/pharovm/debug.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/include/pharovm/pathUtilities.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/include/pharovm/win
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/include/pharovm/win/resources.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/include/pharovm/interpreter.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/include/pharovm/config.h.in
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/include/pharovm/exportDefinition.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/include/pharovm/threads
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/include/pharovm/threads/vmthread.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/include/pharovm/macros.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/include/pharovm/sqNamedPrims.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/include/pharovm/jit
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/include/pharovm/jit/jit.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/include/pharovm/stringUtilities.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/include/pharovm/threadSafeQueue
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/include/pharovm/threadSafeQueue/threadSafeQueue.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/include/pharovm/imageAccess.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/include/pharovm/parameters
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/include/pharovm/parameters/parameterVector.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/include/pharovm/parameters/parameters.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/include/pharovm/sigjmp_support.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/include/pharovm/semaphores
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/include/pharovm/semaphores/pSemaphore.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/include/pharovm/semaphores/platformSemaphore.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/include/pharovm/semaphores/pharoSemaphore.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/include/pharovm/fileDialog.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/include/pharovm/pharo.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/packaging
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/packaging/linux
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/packaging/linux/bin
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/packaging/linux/bin/launch.sh.in
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/packaging/linux/launch.sh.in
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/plugins
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/plugins/UUIDPlugin
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/plugins/UUIDPlugin/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/plugins/UUIDPlugin/common/UUIDPlugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/resources
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/resources/img.image
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/resources/mac
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/resources/mac/PharoSources.icns
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/resources/mac/Pharo.icns
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/resources/mac/PharoImage.icns
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/resources/mac/PharoChanges.icns
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/resources/mac/Info.plist.in
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/resources/windows
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/resources/windows/PharoDLL.rc.in
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/resources/windows/dialogs.rc
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/resources/windows/PharoConsole.exe.manifest.in
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/resources/windows/Pharo.rc.in
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/resources/windows/Pharo.ico
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/resources/windows/Pharo.exe.manifest.in
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/resources/windows/PharoConsole.rc.in
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/scripts
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/scripts/installCygwin.ps1
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/scripts/runTests.sh
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/scripts/installVMMaker.st
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/scripts/runScriptInCygwinBash.ps1
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/nullDisplay.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/externalPrimitives.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/fileDialogUnix.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/fileUtilsWin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/fileDialogMac.m
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/imageAccess.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/stringUtilities.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/win32Main.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/win
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/win/winDebugMenu.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/win/winDebug.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/win/winDebugWindow.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/macAlias.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/fileDialogWin32.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/unixMain.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/utils
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/utils/setjmp-Windows-wrapper-ARM64.S
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/utils/setjmp-Windows-wrapper-X86.S
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/utils/setjmp-Windows-wrapper-X64.S
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/fileDialogCommon.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/client.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/pathUtilities.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/debug.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/errorCode.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/memoryUnix.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/utils.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/threadSafeQueue
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/threadSafeQueue/threadSafeQueue.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/parameters
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/parameters/parameters.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/parameters/parameters.m
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/parameters/parameterVector.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/fileUtils.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/debugUnix.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/semaphores
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/semaphores/pharoSemaphore.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/semaphores/platformSemaphore.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/utilsMac.mm
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffiTestLibrary
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffiTestLibrary/CMakeLists.txt
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffiTestLibrary/includes
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffiTestLibrary/includes/callbacks.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffiTestLibrary/includes/testLibrary.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffiTestLibrary/includes/structures.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffiTestLibrary/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffiTestLibrary/src/basic_types.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffiTestLibrary/src/structures.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffiTestLibrary/src/callback_types.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffiTestLibrary/src/callout.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffiTestLibrary/src/registerCallback.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffiTestLibrary/src/callbacks.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffi
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffi/include
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffi/include/callbacks.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffi/include/pThreadedFFIUtils.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffi/include/worker.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffi/include/workerTask.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffi/include/pThreadedFFI.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffi/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffi/src/typesPrimitives.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffi/src/functionDefinitionPrimitives.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffi/src/callbacks
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffi/src/callbacks/callbackPrimitives.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffi/src/callbacks/callbacks.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffi/src/primitiveUtils.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffi/src/pThreadedFFI.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffi/src/sameThread
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffi/src/sameThread/sameThread.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffi/src/utils.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffi/src/types.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffi/src/worker
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffi/src/worker/worker.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffi/src/worker/workerTask.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffi/src/worker/workerPrimitives.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffi/src/primitiveCalls.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/version.info
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/CMakeLists.txt
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/macros.cmake
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/plugins.cmake
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/plugins.macros.cmake
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated/
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//32
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//32/plugins
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//32/plugins/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//32/plugins/src/SurfacePlugin
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//32/plugins/src/SurfacePlugin/SurfacePlugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//32/plugins/src/FilePlugin
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//32/plugins/src/FilePlugin/FilePlugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//32/plugins/src/FloatArrayPlugin
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//32/plugins/src/FloatArrayPlugin/FloatArrayPlugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//32/vm
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//32/vm/include
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//32/vm/include/vmCallback.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//32/vm/include/interp.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//32/vm/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//32/vm/src/gcc3x-interp.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//32/vm/src/interp.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//32/examplePlugins.ext
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//64
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//64/plugins
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//64/plugins/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//64/plugins/src/SurfacePlugin
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//64/plugins/src/SurfacePlugin/SurfacePlugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//64/plugins/src/FilePlugin
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//64/plugins/src/FilePlugin/FilePlugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//64/plugins/src/FloatArrayPlugin
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//64/plugins/src/FloatArrayPlugin/FloatArrayPlugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//64/vm
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//64/vm/include
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//64/vm/include/vmCallback.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//64/vm/include/interp.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//64/vm/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//64/vm/src/gcc3x-interp.c
[ 39%] Building RC object CMakeFiles/PharoVMCore.dir/PharoDLL.rc.res
x86_64-w64-mingw32-windres -O coff -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win   /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/PharoDLL.rc CMakeFiles/PharoVMCore.dir/PharoDLL.rc.res
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//64/vm/src/interp.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//64/examplePlugins.ext
-- Up-to-date: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/vmCallback.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/interp.h
Run CPack packaging tool...
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cpack --config ./CPackConfig.cmake
CPack: Create package using ZIP
CPack: Install projects
CPack: - Run preinstall target for: PharoVM
[ 39%] Linking C shared library build/vm/PharoVMCore.dll
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/PharoVMCore.dir/link.txt --verbose=1
/usr/bin/x86_64-w64-mingw32-clang  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -shared -Wl,--enable-auto-import -o build/vm/PharoVMCore.dll -Wl,--out-implib,build/vm/libPharoVMCore.dll.a -Wl,--major-image-version,0,--minor-image-version,0 CMakeFiles/PharoVMCore.dir/src/debug.c.o CMakeFiles/PharoVMCore.dir/src/utils.c.o CMakeFiles/PharoVMCore.dir/src/errorCode.c.o CMakeFiles/PharoVMCore.dir/src/nullDisplay.c.o CMakeFiles/PharoVMCore.dir/src/externalPrimitives.c.o CMakeFiles/PharoVMCore.dir/src/client.c.o CMakeFiles/PharoVMCore.dir/src/pathUtilities.c.o CMakeFiles/PharoVMCore.dir/src/fileDialogCommon.c.o CMakeFiles/PharoVMCore.dir/src/stringUtilities.c.o CMakeFiles/PharoVMCore.dir/src/imageAccess.c.o CMakeFiles/PharoVMCore.dir/src/parameters/parameterVector.c.o CMakeFiles/PharoVMCore.dir/src/parameters/parameters.c.o CMakeFiles/PharoVMCore.dir/src/semaphores/platformSemaphore.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/heartbeat.c.o CMakeFiles/PharoVMCore.dir/ffi/src/functionDefinitionPrimitives.c.o CMakeFiles/PharoVMCore.dir/ffi/src/primitiveCalls.c.o CMakeFiles/PharoVMCore.dir/ffi/src/primitiveUtils.c.o CMakeFiles/PharoVMCore.dir/ffi/src/types.c.o CMakeFiles/PharoVMCore.dir/ffi/src/typesPrimitives.c.o CMakeFiles/PharoVMCore.dir/ffi/src/utils.c.o CMakeFiles/PharoVMCore.dir/ffi/src/sameThread/sameThread.c.o CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbackPrimitives.c.o CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbacks.c.o CMakeFiles/PharoVMCore.dir/src/semaphores/pharoSemaphore.c.o CMakeFiles/PharoVMCore.dir/src/threadSafeQueue/threadSafeQueue.c.o CMakeFiles/PharoVMCore.dir/ffi/src/pThreadedFFI.c.o CMakeFiles/PharoVMCore.dir/ffi/src/worker/worker.c.o CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerPrimitives.c.o CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerTask.c.o CMakeFiles/PharoVMCore.dir/generated/64/vm/src/cogit.c.o CMakeFiles/PharoVMCore.dir/generated/64/vm/src/gcc3x-cointerp.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqHeapMap.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqVirtualMachine.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqNamedPrims.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqExternalSemaphores.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqTicker.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/win/sqWin32SpurAlloc.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/win/aioWin.c.o CMakeFiles/PharoVMCore.dir/src/win/winDebug.c.o CMakeFiles/PharoVMCore.dir/src/win/winDebugMenu.c.o CMakeFiles/PharoVMCore.dir/src/win/winDebugWindow.c.o CMakeFiles/PharoVMCore.dir/src/fileDialogWin32.c.o CMakeFiles/PharoVMCore.dir/PharoDLL.rc.res  build/vm/libffi.dll.a -lwinmm -lWs2_32 -lDbgHelp -lOle32 -lcomctl32 -luuid -lpthread 
[ 30%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqHeapMap.c.o
/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqHeapMap.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqHeapMap.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqHeapMap.c:22:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 31%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqVirtualMachine.c.o
/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqVirtualMachine.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:8:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c: In function ‘sqGetInterpreterProxy’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:306:11: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  VM->push = push;
           ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:308:16: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  VM->pushFloat = pushFloat;
                ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:432:37: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  VM->ioLoadSymbolOfLengthFromModule = ioLoadSymbolOfLengthFromModule;
                                     ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:459:26: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  VM->forceInterruptCheck = forceInterruptCheck;
                          ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:510:22: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  VM->utcMicroseconds = ioUTCMicroseconds;
                      ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:546:23: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  VM->stringForCString = stringForCString;
                       ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:557:37: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  VM->ptEnterInterpreterFromCallback = ptEnterInterpreterFromCallback;
                                     ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:558:34: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  VM->ptExitInterpreterToCallback = ptExitInterpreterToCallback;
                                  ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:562:27: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  VM->platformSemaphoreNew = platform_semaphore_new;
                           ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:565:35: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  VM->waitOnExternalSemaphoreIndex = waitOnExternalSemaphoreIndex;
                                   ^
[ 31%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqNamedPrims.c.o
/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqNamedPrims.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqNamedPrims.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqNamedPrims.c:14:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 32%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqExternalSemaphores.c.o
/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqExternalSemaphores.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqExternalSemaphores.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqExternalSemaphores.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqExternalSemaphores.c: In function ‘signalSemaphoreWithIndex’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqExternalSemaphores.c:135:6: warning: unused variable ‘v’ [-Wunused-variable]
  int v;
      ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqExternalSemaphores.c: In function ‘doSignalExternalSemaphores’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqExternalSemaphores.c:198:17: warning: variable ‘signalled’ set but not used [-Wunused-but-set-variable]
  char switched, signalled = 0;
                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqExternalSemaphores.c: In function ‘waitOnExternalSemaphoreIndex’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqExternalSemaphores.c:267:11: warning: unused variable ‘xArray’ [-Wunused-variable]
     sqInt xArray;
           ^
[ 33%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqTicker.c.o
/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqTicker.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqTicker.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqTicker.c:54:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 33%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/unix/aio.c.o
/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/unix/aio.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/unix/aio.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/semaphores/platformSemaphore.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/unix/aio.c:34:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/unix/aio.c: In function ‘aioInit’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/unix/aio.c:124:16: warning: passing argument 2 of ‘signal’ from incompatible pointer type [-Wincompatible-pointer-types]
  signal(SIGIO, forceInterruptCheck);
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/unix/aio.c:45:0:
/usr/include/signal.h:102:23: note: expected ‘__sighandler_t {aka void (*)(int)}’ but argument is of type ‘sqInt (*)(void) {aka long int (*)(void)}’
 extern __sighandler_t signal (int __sig, __sighandler_t __handler)
                       ^
[ 34%] Building C object CMakeFiles/PharoVMCore.dir/src/debugUnix.c.o
/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/src/debugUnix.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/src/debugUnix.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/src/debugUnix.c:1:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/src/debugUnix.c: In function ‘reportStackState’:
/builds/workspace/pharo-vm_pharo-9/repository/src/debugUnix.c:369:8: warning: unused variable ‘pc’ [-Wunused-variable]
  void *pc;
        ^
/builds/workspace/pharo-vm_pharo-9/repository/src/debugUnix.c: At top level:
/builds/workspace/pharo-vm_pharo-9/repository/src/debugUnix.c:77:12: warning: ‘inFault’ defined but not used [-Wunused-variable]
 static int inFault = 0;
            ^
[ 34%] Building C object CMakeFiles/PharoVMCore.dir/src/memoryUnix.c.o
/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/src/memoryUnix.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/src/memoryUnix.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/src/memoryUnix.c:1:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 35%] Building C object CMakeFiles/PharoVMCore.dir/src/fileDialogUnix.c.o
/usr/bin/cc -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/src/fileDialogUnix.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/src/fileDialogUnix.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/errorCode.h:6,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/fileDialog.h:4,
                 from /builds/workspace/pharo-vm_pharo-9/repository/src/fileDialogUnix.c:1:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 35%] Linking C shared library build/vm/libPharoVMCore.so
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/PharoVMCore.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.  -shared -Wl,-soname,libPharoVMCore.so -o build/vm/libPharoVMCore.so CMakeFiles/PharoVMCore.dir/src/debug.c.o CMakeFiles/PharoVMCore.dir/src/utils.c.o CMakeFiles/PharoVMCore.dir/src/errorCode.c.o CMakeFiles/PharoVMCore.dir/src/nullDisplay.c.o CMakeFiles/PharoVMCore.dir/src/externalPrimitives.c.o CMakeFiles/PharoVMCore.dir/src/client.c.o CMakeFiles/PharoVMCore.dir/src/pathUtilities.c.o CMakeFiles/PharoVMCore.dir/src/fileDialogCommon.c.o CMakeFiles/PharoVMCore.dir/src/stringUtilities.c.o CMakeFiles/PharoVMCore.dir/src/imageAccess.c.o CMakeFiles/PharoVMCore.dir/src/parameters/parameterVector.c.o CMakeFiles/PharoVMCore.dir/src/parameters/parameters.c.o CMakeFiles/PharoVMCore.dir/src/semaphores/platformSemaphore.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/heartbeat.c.o CMakeFiles/PharoVMCore.dir/ffi/src/functionDefinitionPrimitives.c.o CMakeFiles/PharoVMCore.dir/ffi/src/primitiveCalls.c.o CMakeFiles/PharoVMCore.dir/ffi/src/primitiveUtils.c.o CMakeFiles/PharoVMCore.dir/ffi/src/types.c.o CMakeFiles/PharoVMCore.dir/ffi/src/typesPrimitives.c.o CMakeFiles/PharoVMCore.dir/ffi/src/utils.c.o CMakeFiles/PharoVMCore.dir/ffi/src/sameThread/sameThread.c.o CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbackPrimitives.c.o CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbacks.c.o CMakeFiles/PharoVMCore.dir/src/semaphores/pharoSemaphore.c.o CMakeFiles/PharoVMCore.dir/src/threadSafeQueue/threadSafeQueue.c.o CMakeFiles/PharoVMCore.dir/ffi/src/pThreadedFFI.c.o CMakeFiles/PharoVMCore.dir/ffi/src/worker/worker.c.o CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerPrimitives.c.o CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerTask.c.o CMakeFiles/PharoVMCore.dir/generated/64/vm/src/gcc3x-interp.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqHeapMap.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqVirtualMachine.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqNamedPrims.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqExternalSemaphores.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqTicker.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/unix/aio.c.o CMakeFiles/PharoVMCore.dir/src/debugUnix.c.o CMakeFiles/PharoVMCore.dir/src/memoryUnix.c.o CMakeFiles/PharoVMCore.dir/src/fileDialogUnix.c.o -Wl,-rpath,@executable_path/Plugins build/vm/libffi.so -ldl -lm -lpthread 
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build-StackVM'
[ 35%] Built target PharoVMCore
make -f CMakeFiles/JPEGReaderPlugin.dir/build.make CMakeFiles/JPEGReaderPlugin.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build-StackVM'
cd /builds/workspace/pharo-vm_pharo-9/build-StackVM && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/build-StackVM /builds/workspace/pharo-vm_pharo-9/build-StackVM /builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/JPEGReaderPlugin.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/JPEGReaderPlugin.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/JPEGReaderPlugin.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/JPEGReaderPlugin.dir/depend.internal".
Scanning dependencies of target JPEGReaderPlugin
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build-StackVM'
make -f CMakeFiles/JPEGReaderPlugin.dir/build.make CMakeFiles/JPEGReaderPlugin.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build-StackVM'
[ 35%] Building C object CMakeFiles/JPEGReaderPlugin.dir/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c.o
/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReaderPlugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReaderPlugin.dir/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqVirtualMachine.h:30:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:22:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c: At top level:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:6:13: warning: ‘__buildInfo’ defined but not used [-Wunused-variable]
 static char __buildInfo[] = "JPEGReaderPlugin VMMaker.oscog-eem.2480 uuid: bb3ffda7-8241-4dea-b886-d656e474b6c1 " __DATE__ ;
             ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:250:1: warning: ‘colorConvertGrayscaleMCU’ defined but not used [-Wunused-function]
 colorConvertGrayscaleMCU(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:300:1: warning: ‘colorConvertMCU’ defined but not used [-Wunused-function]
 colorConvertMCU(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:442:1: warning: ‘decodeBlockIntocomponent’ defined but not used [-Wunused-function]
 decodeBlockIntocomponent(int *anArray, int *aColorComponent)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:582:1: warning: ‘fillBuffer’ defined but not used [-Wunused-function]
 fillBuffer(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:610:1: warning: ‘getBits’ defined but not used [-Wunused-function]
 getBits(sqInt requestedBits)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:662:1: warning: ‘idctBlockIntqt’ defined but not used [-Wunused-function]
 idctBlockIntqt(int *anArray, int *qt)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:940:1: warning: ‘nextSampleCb’ defined but not used [-Wunused-function]
 nextSampleCb(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:976:1: warning: ‘nextSampleCr’ defined but not used [-Wunused-function]
 nextSampleCr(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1012:1: warning: ‘nextSampleFromblocks’ defined but not used [-Wunused-function]
 nextSampleFromblocks(int *aComponent, int **aBlockArray)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1048:1: warning: ‘nextSampleY’ defined but not used [-Wunused-function]
 nextSampleY(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1733:1: warning: ‘scaleAndSignExtendinFieldWidth’ defined but not used [-Wunused-function]
 scaleAndSignExtendinFieldWidth(sqInt aNumber, sqInt w)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1780:1: warning: ‘stInit’ defined but not used [-Wunused-function]
 stInit(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1787:1: warning: ‘storeJPEGStreamOn’ defined but not used [-Wunused-function]
 storeJPEGStreamOn(sqInt streamOop)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:111:14: warning: ‘cbSampleStream’ defined but not used [-Wunused-variable]
 static sqInt cbSampleStream;
              ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:114:14: warning: ‘crSampleStream’ defined but not used [-Wunused-variable]
 static sqInt crSampleStream;
              ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:181:14: warning: ‘ySampleStream’ defined but not used [-Wunused-variable]
 static sqInt ySampleStream;
              ^
[ 36%] Linking C shared library build/vm/libJPEGReaderPlugin.so
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/JPEGReaderPlugin.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.  -shared -Wl,-soname,libJPEGReaderPlugin.so -o build/vm/libJPEGReaderPlugin.so CMakeFiles/JPEGReaderPlugin.dir/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/libPharoVMCore.so build/vm/libffi.so -ldl -lm -lpthread 
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build-StackVM'
[ 36%] Built target JPEGReaderPlugin
make -f CMakeFiles/LargeIntegers.dir/build.make CMakeFiles/LargeIntegers.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build-StackVM'
cd /builds/workspace/pharo-vm_pharo-9/build-StackVM && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/build-StackVM /builds/workspace/pharo-vm_pharo-9/build-StackVM /builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/LargeIntegers.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/LargeIntegers.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/LargeIntegers.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/LargeIntegers.dir/depend.internal".
Scanning dependencies of target LargeIntegers
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build-StackVM'
make -f CMakeFiles/LargeIntegers.dir/build.make CMakeFiles/LargeIntegers.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build-StackVM'
[ 36%] Building C object CMakeFiles/LargeIntegers.dir/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c.o
/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DLargeIntegers_EXPORTS -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/LargeIntegers.dir/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqVirtualMachine.h:30:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:22:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c: At top level:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:6:13: warning: ‘__buildInfo’ defined but not used [-Wunused-variable]
 static char __buildInfo[] = "LargeIntegersPlugin VMMaker.oscog-eem.2495 uuid: fcbf4c90-4c50-4ff3-8690-0edfded4f9c4 " __DATE__ ;
             ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:266:1: warning: ‘byteSizeOfCSI’ defined but not used [-Wunused-function]
 byteSizeOfCSI(sqInt csi)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:332:1: warning: ‘cDigitAddlenwithleninto’ defined but not used [-Wunused-function]
 cDigitAddlenwithleninto(unsigned int *pWordShort, sqInt shortLen, unsigned int *pWordLong, sqInt longLen, unsigned int *pWordRes)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:377:1: warning: ‘cDigitCopyFromtolen’ defined but not used [-Wunused-function]
 cDigitCopyFromtolen(unsigned int *pFrom, unsigned int *pTo, sqInt len)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:389:1: warning: ‘cDigitDivlenremlenquolen’ defined but not used [-Wunused-function]
 cDigitDivlenremlenquolen(unsigned int *pDiv, sqInt divLen, unsigned int *pRem, sqInt remLen, unsigned int *pQuo, sqInt quoLen)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:541:1: warning: ‘cDigitLshiftfromlentolen’ defined but not used [-Wunused-function]
 cDigitLshiftfromlentolen(sqInt shiftCount, unsigned int *pFrom, sqInt lenFrom, unsigned int *pTo, sqInt lenTo)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:586:1: warning: ‘cDigitMontgomerylentimeslenmodulolenmInvModBinto’ defined but not used [-Wunused-function]
 cDigitMontgomerylentimeslenmodulolenmInvModBinto(unsigned int *pFirst, sqInt firstLen, unsigned int *pSecond, sqInt secondLen, unsigned int *pThird, sqInt thirdLen, unsigned int mInv, unsigned int *pRes)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:659:1: warning: ‘cDigitMultiplylenwithlenintolen’ defined but not used [-Wunused-function]
 cDigitMultiplylenwithlenintolen(unsigned int *pWordShort, sqInt shortLen, unsigned int *pWordLong, sqInt longLen, unsigned int *pWordRes, sqInt resLen)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:711:1: warning: ‘cDigitOfatput’ defined but not used [-Wunused-function]
 cDigitOfatput(unsigned int *cPointer, sqInt zeroBasedDigitIndex, unsigned int aValue)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:724:1: warning: ‘cDigitOpshortlenlongleninto’ defined but not used [-Wunused-function]
 cDigitOpshortlenlongleninto(sqInt opIndex, unsigned int *pWordShort, sqInt shortLen, unsigned int *pWordLong, sqInt longLen, unsigned int *pWordRes)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:768:1: warning: ‘cDigitReplacefromtowithstartingAt’ defined but not used [-Wunused-function]
 cDigitReplacefromtowithstartingAt(unsigned int *pTo, sqInt start, sqInt stop, unsigned int *pFrom, sqInt repStart)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:781:1: warning: ‘cDigitRshiftfromlentolen’ defined but not used [-Wunused-function]
 cDigitRshiftfromlentolen(sqInt shiftCount, unsigned int *pFrom, sqInt lenFrom, unsigned int *pTo, sqInt lenTo)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:825:1: warning: ‘cDigitSublenwithleninto’ defined but not used [-Wunused-function]
 cDigitSublenwithleninto(unsigned int *pWordSmall, sqInt smallLen, unsigned int *pWordLarge, sqInt largeLen, unsigned int *pWordRes)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:994:1: warning: ‘digitAddLargewith’ defined but not used [-Wunused-function]
 digitAddLargewith(sqInt firstInteger, sqInt secondInteger)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1254:1: warning: ‘digitCompareLargewith’ defined but not used [-Wunused-function]
 digitCompareLargewith(sqInt firstInteger, sqInt secondInteger)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1278:1: warning: ‘digitDivLargewithnegative’ defined but not used [-Wunused-function]
 digitDivLargewithnegative(sqInt firstInteger, sqInt secondInteger, sqInt neg)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1538:1: warning: ‘digitMontgomerytimesmodulomInvModB’ defined but not used [-Wunused-function]
 digitMontgomerytimesmodulomInvModB(sqInt firstLarge, sqInt secondLarge, sqInt thirdLarge, unsigned int mInv)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1651:1: warning: ‘digitMultiplyLargewithnegative’ defined but not used [-Wunused-function]
 digitMultiplyLargewithnegative(sqInt firstInteger, sqInt secondInteger, sqInt neg)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1754:1: warning: ‘digitOfCSIat’ defined but not used [-Wunused-function]
 digitOfCSIat(sqInt csi, sqInt ix)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1766:1: warning: ‘digitOfLargeIntat’ defined but not used [-Wunused-function]
 digitOfLargeIntat(sqInt aBytesOop, sqInt ix)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1786:1: warning: ‘digitSizeOfCSI’ defined but not used [-Wunused-function]
 digitSizeOfCSI(sqInt csi)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1802:1: warning: ‘digitSizeOfLargeInt’ defined but not used [-Wunused-function]
 digitSizeOfLargeInt(sqInt anOop)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1812:1: warning: ‘digitSubLargewith’ defined but not used [-Wunused-function]
 digitSubLargewith(sqInt firstInteger, sqInt secondInteger)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:2100:1: warning: ‘highBitOfLargeInt’ defined but not used [-Wunused-function]
 highBitOfLargeInt(sqInt anOop)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:2326:1: warning: ‘normalize’ defined but not used [-Wunused-function]
 normalize(sqInt aLargeInteger)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:3797:1: warning: ‘sqAssert’ defined but not used [-Wunused-function]
 sqAssert(sqInt aBool)
 ^
[ 37%] Linking C shared library build/vm/libLargeIntegers.so
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/LargeIntegers.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.  -shared -Wl,-soname,libLargeIntegers.so -o build/vm/libLargeIntegers.so CMakeFiles/LargeIntegers.dir/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c.o -Wl,-rpath,@executable_path/Plugins build/vm/libPharoVMCore.so build/vm/libffi.so -ldl -lm -lpthread 
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build-StackVM'
[ 37%] Built target LargeIntegers
make -f CMakeFiles/SurfacePlugin.dir/build.make CMakeFiles/SurfacePlugin.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build-StackVM'
cd /builds/workspace/pharo-vm_pharo-9/build-StackVM && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/build-StackVM /builds/workspace/pharo-vm_pharo-9/build-StackVM /builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/SurfacePlugin.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/SurfacePlugin.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/SurfacePlugin.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/SurfacePlugin.dir/depend.internal".
Scanning dependencies of target SurfacePlugin
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build-StackVM'
make -f CMakeFiles/SurfacePlugin.dir/build.make CMakeFiles/SurfacePlugin.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build-StackVM'
[ 38%] Building C object CMakeFiles/SurfacePlugin.dir/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c.o
/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DSurfacePlugin_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/SurfacePlugin.dir/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c:1:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 38%] Building C object CMakeFiles/SurfacePlugin.dir/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c.o
/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DSurfacePlugin_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/SurfacePlugin.dir/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c.o   -c /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqVirtualMachine.h:30:0,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:22:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c: In function ‘primitiveRegisterSurface’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:492:19: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
  surfaceHandlePtr = fetchPointerofObject(0, surfaceHandle);
                   ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:493:29: warning: passing argument 1 of ‘ioRegisterSurface’ makes integer from pointer without a cast [-Wint-conversion]
  result = ioRegisterSurface(surfaceHandlePtr, sqSurfaceDispatchPtr, surfaceIDPtr);
                             ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:241:1: note: expected ‘sqIntptr_t {aka long int}’ but argument is of type ‘void *’
 ioRegisterSurface(sqIntptr_t surfaceHandle, sqSurfaceDispatch *fn, int *surfaceIDPtr)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:493:47: warning: passing argument 2 of ‘ioRegisterSurface’ makes pointer from integer without a cast [-Wint-conversion]
  result = ioRegisterSurface(surfaceHandlePtr, sqSurfaceDispatchPtr, surfaceIDPtr);
                                               ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:241:1: note: expected ‘sqSurfaceDispatch * {aka struct sqSurfaceDispatch *}’ but argument is of type ‘sqInt {aka long int}’
 ioRegisterSurface(sqIntptr_t surfaceHandle, sqSurfaceDispatch *fn, int *surfaceIDPtr)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c: At top level:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:6:13: warning: ‘__buildInfo’ defined but not used [-Wunused-variable]
 static char __buildInfo[] = "SurfacePlugin * VMMaker-tonel.1 uuid: 288cf109-c29e-0d00-90df-d82b0b8d740e " __DATE__ ;
             ^
[ 39%] Linking C shared library build/vm/libSurfacePlugin.so
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/SurfacePlugin.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.  -shared -Wl,-soname,libSurfacePlugin.so -o build/vm/libSurfacePlugin.so CMakeFiles/SurfacePlugin.dir/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c.o CMakeFiles/SurfacePlugin.dir/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/libPharoVMCore.so build/vm/libffi.so -ldl -lm -lpthread 
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
[ 39%] Built target PharoVMCore
make  -f CMakeFiles/FilePlugin.dir/build.make CMakeFiles/FilePlugin.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/FilePlugin.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/FilePlugin.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/FilePlugin.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/FilePlugin.dir/depend.internal".
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build-StackVM'
[ 39%] Built target SurfacePlugin
make -f CMakeFiles/UUIDPlugin.dir/build.make CMakeFiles/UUIDPlugin.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build-StackVM'
cd /builds/workspace/pharo-vm_pharo-9/build-StackVM && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/build-StackVM /builds/workspace/pharo-vm_pharo-9/build-StackVM /builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/UUIDPlugin.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/UUIDPlugin.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/UUIDPlugin.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/UUIDPlugin.dir/depend.internal".
Scanning dependencies of target UUIDPlugin
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build-StackVM'
make -f CMakeFiles/UUIDPlugin.dir/build.make CMakeFiles/UUIDPlugin.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build-StackVM'
[ 39%] Building C object CMakeFiles/UUIDPlugin.dir/plugins/UUIDPlugin/common/UUIDPlugin.c.o
/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DUUIDPlugin_EXPORTS -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/UUIDPlugin.dir/plugins/UUIDPlugin/common/UUIDPlugin.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/plugins/UUIDPlugin/common/UUIDPlugin.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/plugins/UUIDPlugin/common/UUIDPlugin.c:2:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/plugins/UUIDPlugin/common/UUIDPlugin.c: In function ‘setInterpreter’:
/builds/workspace/pharo-vm_pharo-9/repository/plugins/UUIDPlugin/common/UUIDPlugin.c:108:11: warning: unused variable ‘ok’ [-Wunused-variable]
     sqInt ok;
           ^
[ 40%] Linking C shared library build/vm/libUUIDPlugin.so
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/UUIDPlugin.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.  -shared -Wl,-soname,libUUIDPlugin.so -o build/vm/libUUIDPlugin.so CMakeFiles/UUIDPlugin.dir/plugins/UUIDPlugin/common/UUIDPlugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/libPharoVMCore.so /usr/lib/x86_64-linux-gnu/libuuid.so build/vm/libffi.so -ldl -lm -lpthread 
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build-StackVM'
[ 40%] Built target UUIDPlugin
make -f CMakeFiles/FilePlugin.dir/build.make CMakeFiles/FilePlugin.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build-StackVM'
cd /builds/workspace/pharo-vm_pharo-9/build-StackVM && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/build-StackVM /builds/workspace/pharo-vm_pharo-9/build-StackVM /builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/FilePlugin.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/FilePlugin.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/FilePlugin.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/FilePlugin.dir/depend.internal".
Scanning dependencies of target FilePlugin
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build-StackVM'
make -f CMakeFiles/FilePlugin.dir/build.make CMakeFiles/FilePlugin.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build-StackVM'
[ 40%] Building C object CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c.o
/usr/bin/cc -DCOGMTVM=0 -DFilePlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c: In function ‘waitForDataonSemaphoreIndex’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c:844:17: warning: typedef ‘aioHandler’ locally defined but not used [-Wunused-local-typedefs]
  typedef void (*aioHandler)(int fd, void *clientData, int flag);
                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c:846:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
[ 41%] Building C object CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c.o
/usr/bin/cc -DCOGMTVM=0 -DFilePlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c:31:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 41%] Building C object CMakeFiles/FilePlugin.dir/extracted/vm/src/unix/sqUnixCharConv.c.o
/usr/bin/cc -DCOGMTVM=0 -DFilePlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/FilePlugin.dir/extracted/vm/src/unix/sqUnixCharConv.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/unix/sqUnixCharConv.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/unix/sqUnixCharConv.c:33:0:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 42%] Building C object CMakeFiles/FilePlugin.dir/src/fileUtils.c.o
/usr/bin/cc -DCOGMTVM=0 -DFilePlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/FilePlugin.dir/src/fileUtils.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/src/fileUtils.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/src/fileUtils.c:1:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 42%] Building C object CMakeFiles/FilePlugin.dir/generated/64/plugins/src/FilePlugin/FilePlugin.c.o
/usr/bin/cc -DCOGMTVM=0 -DFilePlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/FilePlugin.dir/generated/64/plugins/src/FilePlugin/FilePlugin.c.o   -c /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqVirtualMachine.h:30:0,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:22:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c: In function ‘pointerFrom’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:504:10: warning: return makes pointer from integer without a cast [-Wint-conversion]
   return primitiveFailFor(PrimErrBadArgument);
          ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c: In function ‘primitiveDirectoryEntry’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:703:11: warning: variable ‘v’ set but not used [-Wunused-but-set-variable]
     sqInt v;
           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c: In function ‘primitiveDirectoryLookup’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:799:11: warning: variable ‘v’ set but not used [-Wunused-but-set-variable]
     sqInt v;
           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:797:11: warning: unused variable ‘stringPtr’ [-Wunused-variable]
     char *stringPtr;
           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:795:11: warning: unused variable ‘results’ [-Wunused-variable]
     sqInt results;
           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:790:11: warning: unused variable ‘nameString’ [-Wunused-variable]
     sqInt nameString;
           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:788:11: warning: unused variable ‘modDateOop’ [-Wunused-variable]
     sqInt modDateOop;
           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:786:11: warning: unused variable ‘i’ [-Wunused-variable]
     sqInt i;
           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:785:11: warning: unused variable ‘fileSizeOop’ [-Wunused-variable]
     sqInt fileSizeOop;
           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:780:11: warning: unused variable ‘createDateOop’ [-Wunused-variable]
     sqInt createDateOop;
           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c: In function ‘primitiveFileRead’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:1141:12: warning: unused variable ‘startIndex1’ [-Wunused-variable]
     size_t startIndex1;
            ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:1138:11: warning: unused variable ‘retryCount’ [-Wunused-variable]
     sqInt retryCount;
           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:1137:11: warning: unused variable ‘objectPointer1’ [-Wunused-variable]
     sqInt objectPointer1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:1135:13: warning: unused variable ‘file1’ [-Wunused-variable]
     SQFile *file1;
             ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:1133:12: warning: unused variable ‘elementSize1’ [-Wunused-variable]
     size_t elementSize1;
            ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:1131:12: warning: unused variable ‘count1’ [-Wunused-variable]
     size_t count1;
            ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:1129:11: warning: unused variable ‘bytesRead1’ [-Wunused-variable]
     sqInt bytesRead1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:1127:11: warning: unused variable ‘array1’ [-Wunused-variable]
     sqInt array1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c: In function ‘setInterpreter’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:1629:21: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
   characterObjectOf = interpreterProxy->characterObjectOf;
                     ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:1643:10: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
   fullGC = interpreterProxy->fullGC;
          ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c: At top level:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:6:13: warning: ‘__buildInfo’ defined but not used [-Wunused-variable]
 static char __buildInfo[] = "FilePlugin * VMMaker-tonel.1 uuid: 288cf109-c29e-0d00-90df-d82b0b8d740e " __DATE__ ;
             ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:230:1: warning: ‘connectToFdwrite’ defined but not used [-Wunused-function]
 connectToFdwrite(int fd, sqInt writeFlag)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:257:1: warning: ‘connectToFilewrite’ defined but not used [-Wunused-function]
 connectToFilewrite(void *cfile, sqInt writeFlag)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:384:1: warning: ‘makeDirEntryNamesizecreateDatemodDateisDirfileSize’ defined but not used [-Wunused-function]
 makeDirEntryNamesizecreateDatemodDateisDirfileSize(char *entryName, sqInt entryNameSize, sqInt createDate, sqInt modifiedDate, sqInt dirFlag, squeakFileOffsetType fileSize)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:1230:1: warning: ‘primitiveFileReadWithoutPinning’ defined but not used [-Wunused-function]
 primitiveFileReadWithoutPinning(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:1285:1: warning: ‘primitiveFileReadWithPinning’ defined but not used [-Wunused-function]
 primitiveFileReadWithPinning(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c: In function ‘primitiveFileGetPosition’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:1071:3: warning: ‘position’ may be used uninitialized in this function [-Wmaybe-uninitialized]
   methodReturnValue(positive64BitIntegerFor(position));
   ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c: In function ‘primitiveFileSize’:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:1411:3: warning: ‘size’ may be used uninitialized in this function [-Wmaybe-uninitialized]
   methodReturnValue(positive64BitIntegerFor(size));
   ^
[ 43%] Linking C shared library build/vm/libFilePlugin.so
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/FilePlugin.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.  -shared -Wl,-soname,libFilePlugin.so -o build/vm/libFilePlugin.so CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c.o CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c.o CMakeFiles/FilePlugin.dir/extracted/vm/src/unix/sqUnixCharConv.c.o CMakeFiles/FilePlugin.dir/src/fileUtils.c.o CMakeFiles/FilePlugin.dir/generated/64/plugins/src/FilePlugin/FilePlugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/libPharoVMCore.so build/vm/libffi.so -ldl -lm -lpthread 
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build-StackVM'
[ 44%] Built target FilePlugin
make -f CMakeFiles/FileAttributesPlugin.dir/build.make CMakeFiles/FileAttributesPlugin.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build-StackVM'
cd /builds/workspace/pharo-vm_pharo-9/build-StackVM && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/build-StackVM /builds/workspace/pharo-vm_pharo-9/build-StackVM /builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/FileAttributesPlugin.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/FileAttributesPlugin.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/FileAttributesPlugin.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/FileAttributesPlugin.dir/depend.internal".
Scanning dependencies of target FileAttributesPlugin
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build-StackVM'
make -f CMakeFiles/FileAttributesPlugin.dir/build.make CMakeFiles/FileAttributesPlugin.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build-StackVM'
[ 44%] Building C object CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c.o
/usr/bin/cc -DCOGMTVM=0 -DFileAttributesPlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqVirtualMachine.h:30:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:53:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c: In function ‘primitiveFileAttributes’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:630:11: warning: variable ‘val’ set but not used [-Wunused-but-set-variable]
     sqInt val;
           ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c: In function ‘primitiveLogicalDrives’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:709:18: warning: unused variable ‘mask’ [-Wunused-variable]
     unsigned int mask;
                  ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c: In function ‘processDirectory’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:1048:11: warning: variable ‘val’ set but not used [-Wunused-but-set-variable]
     sqInt val;
           ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c: At top level:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:6:13: warning: ‘__buildInfo’ defined but not used [-Wunused-variable]
 static char __buildInfo[] = "FileAttributesPlugin FileAttributesPlugin.oscog-akg.49 uuid: 00b4eed5-b2a8-454a-90b7-c3662d7c5423 " __DATE__ ;
             ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:183:1: warning: ‘addressObjectFor’ defined but not used [-Wunused-function]
 addressObjectFor(void *aMachineAddress)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:313:1: warning: ‘badSessionId’ defined but not used [-Wunused-function]
 badSessionId(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:354:1: warning: ‘faSuccess’ defined but not used [-Wunused-function]
 faSuccess(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:384:1: warning: ‘objectFromStructsize’ defined but not used [-Wunused-function]
 objectFromStructsize(void *aMachineAddress, sqInt structSize)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:403:1: warning: ‘pathOoptoBuffermaxLen’ defined but not used [-Wunused-function]
 pathOoptoBuffermaxLen(sqInt pathNameOop, char *cPathName, sqInt maxLen)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:424:1: warning: ‘pointerFrom’ defined but not used [-Wunused-function]
 pointerFrom(sqInt directoryPointerBytes)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:1093:1: warning: ‘readLinkintomaxLength’ defined but not used [-Wunused-function]
 readLinkintomaxLength(char *cPathName, char *cLinkPtr, size_t maxLength)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:1171:1: warning: ‘sizeOfFaPath’ defined but not used [-Wunused-function]
 sizeOfFaPath(void)
 ^
Scanning dependencies of target FilePlugin
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
make  -f CMakeFiles/FilePlugin.dir/build.make CMakeFiles/FilePlugin.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
[ 39%] Building C object CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/win/sqWin32FilePrims.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFilePlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_FILE_SUPPORT -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/win/sqWin32FilePrims.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/src/win/sqWin32FilePrims.c
[ 45%] Building C object CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c.o
/usr/bin/cc -DCOGMTVM=0 -DFileAttributesPlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c:7:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 46%] Building C object CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c.o
/usr/bin/cc -DCOGMTVM=0 -DFileAttributesPlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c:10:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c: In function ‘faFileStatAttributes’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c:468:6: warning: unused variable ‘mode’ [-Wunused-variable]
 int  mode;
      ^
[ 46%] Linking C shared library build/vm/libFileAttributesPlugin.so
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/FileAttributesPlugin.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.  -shared -Wl,-soname,libFileAttributesPlugin.so -o build/vm/libFileAttributesPlugin.so CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c.o CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c.o CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c.o -Wl,-rpath,@executable_path/Plugins build/vm/libPharoVMCore.so build/vm/libFilePlugin.so build/vm/libffi.so -ldl -lm -lpthread 
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build-StackVM'
[ 46%] Built target FileAttributesPlugin
make -f CMakeFiles/SocketPlugin.dir/build.make CMakeFiles/SocketPlugin.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build-StackVM'
cd /builds/workspace/pharo-vm_pharo-9/build-StackVM && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/build-StackVM /builds/workspace/pharo-vm_pharo-9/build-StackVM /builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/SocketPlugin.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/SocketPlugin.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/SocketPlugin.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/SocketPlugin.dir/depend.internal".
Scanning dependencies of target SocketPlugin
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build-StackVM'
make -f CMakeFiles/SocketPlugin.dir/build.make CMakeFiles/SocketPlugin.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build-StackVM'
[ 47%] Building C object CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c.o
/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DSocketPlugin_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqVirtualMachine.h:30:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:22:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c: In function ‘primitiveSocketListenOnPortBacklogInterface’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:1499:8: warning: unused variable ‘okToListen’ [-Wunused-variable]
  sqInt okToListen;
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c: In function ‘socketValueOf’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:2312:3: warning: pointer/integer type mismatch in conditional expression
   : (primitiveFailFor(PrimErrBadArgument),
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c: At top level:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:6:13: warning: ‘__buildInfo’ defined but not used [-Wunused-variable]
 static char __buildInfo[] = "SocketPlugin VMMaker.oscog-eem.2495 uuid: fcbf4c90-4c50-4ff3-8690-0edfded4f9c4 " __DATE__ ;
             ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:245:1: warning: ‘netAddressToInt’ defined but not used [-Wunused-function]
 netAddressToInt(unsigned char *ptrToByteArray)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:2296:1: warning: ‘socketRecordSize’ defined but not used [-Wunused-function]
 socketRecordSize(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:2307:1: warning: ‘socketValueOf’ defined but not used [-Wunused-function]
 socketValueOf(sqInt socketOop)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:2318:1: warning: ‘sqAssert’ defined but not used [-Wunused-function]
 sqAssert(sqInt aBool)
 ^
[ 47%] Building C object CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c.o
/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DSocketPlugin_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c:54:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c: In function ‘sqSocketSetReusable’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c:1630:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   *(sqInt *)buf= 1;
   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/src/win/sqWin32FilePrims.c:295:24: warning: implicit declaration of function 'isFileHandleATTY' is invalid in C99 [-Wimplicit-function-declaration]
        file->isStdioStream = isFileHandleATTY(handle);
                              ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/src/win/sqWin32FilePrims.c:342:9: warning: implicit declaration of function 'fileHandleType' is invalid in C99 [-Wimplicit-function-declaration]
        return fileHandleType(_get_osfhandle(fdNum));
               ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/src/win/sqWin32FilePrims.c:342:24: warning: implicit declaration of function '_get_osfhandle' is invalid in C99 [-Wimplicit-function-declaration]
        return fileHandleType(_get_osfhandle(fdNum));
                              ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/src/win/sqWin32FilePrims.c:484:48: warning: passing 'LONG *' (aka 'long *') to parameter of type 'LPDWORD' (aka 'unsigned long *') converts between pointers to integer types with different sign [-Wpointer-sign]
  ofs.li.LowPart = GetFileSize(FILE_HANDLE(f), &ofs.li.HighPart);
                                               ^~~~~~~~~~~~~~~~
/usr/x86_64-w64-mingw32/sys-root/mingw/include/fileapi.h:65:62: note: passing argument to parameter 'lpFileSizeHigh' here
  WINBASEAPI DWORD WINAPI GetFileSize (HANDLE hFile, LPDWORD lpFileSizeHigh);
                                                             ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/src/win/sqWin32FilePrims.c:555:1: warning: control reaches end of non-void function [-Wreturn-type]
}
^
5 warnings generated.
[ 48%] Linking C shared library build/vm/libSocketPlugin.so
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/SocketPlugin.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.  -shared -Wl,-soname,libSocketPlugin.so -o build/vm/libSocketPlugin.so CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c.o CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c.o -Wl,-rpath,@executable_path/Plugins build/vm/libPharoVMCore.so build/vm/libffi.so -ldl -lm -lpthread 
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build-StackVM'
[ 48%] Built target SocketPlugin
make -f CMakeFiles/JPEGReadWriter2Plugin.dir/build.make CMakeFiles/JPEGReadWriter2Plugin.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build-StackVM'
cd /builds/workspace/pharo-vm_pharo-9/build-StackVM && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/build-StackVM /builds/workspace/pharo-vm_pharo-9/build-StackVM /builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/JPEGReadWriter2Plugin.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/JPEGReadWriter2Plugin.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/JPEGReadWriter2Plugin.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/JPEGReadWriter2Plugin.dir/depend.internal".
Scanning dependencies of target JPEGReadWriter2Plugin
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build-StackVM'
make -f CMakeFiles/JPEGReadWriter2Plugin.dir/build.make CMakeFiles/JPEGReadWriter2Plugin.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build-StackVM'
[ 48%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c.o
/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c
[ 49%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c.o
/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqVirtualMachine.h:30:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c:22:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c: In function ‘primJPEGWriteImageonByteArrayformqualityprogressiveJPEGerrorMgr’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c:410:8: warning: variable ‘v’ set but not used [-Wunused-but-set-variable]
  sqInt v;
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c: At top level:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c:6:13: warning: ‘__buildInfo’ defined but not used [-Wunused-variable]
 static char __buildInfo[] = "JPEGReadWriter2Plugin VMMaker.oscog-eem.2493 uuid: d7437cc5-75c7-4a43-af6b-0f85bf0cebe6 " __DATE__ ;
             ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c:537:1: warning: ‘sqAssert’ defined but not used [-Wunused-function]
 sqAssert(sqInt aBool)
 ^
[ 49%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c.o
/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c
[ 40%] Building C object CMakeFiles/FilePlugin.dir/extracted/vm/src/win/sqWin32Directory.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFilePlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_FILE_SUPPORT -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/FilePlugin.dir/extracted/vm/src/win/sqWin32Directory.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/win/sqWin32Directory.c
[ 50%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c.o
/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c
[ 50%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c.o
/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c
[ 51%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c.o
/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c
[ 52%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c.o
/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c
[ 52%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c.o
/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c
[ 53%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c.o
/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c
[ 53%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c.o
/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c: In function ‘start_pass_main’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c:71:15: warning: ‘main’ is usually a function [-Wmain]
   my_main_ptr main = (my_main_ptr) cinfo->main;
               ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c: In function ‘process_data_simple_main’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c:117:15: warning: ‘main’ is usually a function [-Wmain]
   my_main_ptr main = (my_main_ptr) cinfo->main;
               ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c: In function ‘jinit_c_main_controller’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c:247:15: warning: ‘main’ is usually a function [-Wmain]
   my_main_ptr main;
               ^
[ 54%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c.o
/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c
[ 54%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c.o
/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c
[ 55%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c.o
/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c
[ 55%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c.o
/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c
[ 56%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c.o
/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/win/sqWin32Directory.c:30:9: warning: 'S_IRUSR' macro redefined [-Wmacro-redefined]
#define S_IRUSR 0400
        ^
/usr/x86_64-w64-mingw32/sys-root/mingw/include/sys/stat.h:152:9: note: previous definition is here
#define S_IRUSR         _S_IRUSR
        ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/win/sqWin32Directory.c:31:9: warning: 'S_IWUSR' macro redefined [-Wmacro-redefined]
#define S_IWUSR 0200
        ^
/usr/x86_64-w64-mingw32/sys-root/mingw/include/sys/stat.h:151:9: note: previous definition is here
#define S_IWUSR         _S_IWUSR
        ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/win/sqWin32Directory.c:32:9: warning: 'S_IXUSR' macro redefined [-Wmacro-redefined]
#define S_IXUSR 0100
        ^
/usr/x86_64-w64-mingw32/sys-root/mingw/include/sys/stat.h:150:9: note: previous definition is here
#define S_IXUSR         _S_IXUSR
        ^
[ 57%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c.o
/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c
[ 57%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c.o
/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c
[ 58%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c.o
/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c
3 warnings generated.
[ 40%] Building C object CMakeFiles/FilePlugin.dir/src/fileUtilsWin.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFilePlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_FILE_SUPPORT -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/FilePlugin.dir/src/fileUtilsWin.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/src/fileUtilsWin.c
[ 58%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c.o
/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c
[ 59%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c.o
/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c
[ 59%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c.o
/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c
[ 60%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c.o
/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c
[ 60%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c.o
/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c
[ 61%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c.o
/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c
[ 62%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c.o
/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c
[ 62%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c.o
/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c
[ 63%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c.o
/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c
[ 63%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c.o
/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c: In function ‘alloc_funny_pointers’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c:162:15: warning: ‘main’ is usually a function [-Wmain]
   my_main_ptr main = (my_main_ptr) cinfo->main;
               ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c: In function ‘make_funny_pointers’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c:203:15: warning: ‘main’ is usually a function [-Wmain]
   my_main_ptr main = (my_main_ptr) cinfo->main;
               ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c: In function ‘set_wraparound_pointers’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c:243:15: warning: ‘main’ is usually a function [-Wmain]
   my_main_ptr main = (my_main_ptr) cinfo->main;
               ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c: In function ‘set_bottom_pointers’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c:272:15: warning: ‘main’ is usually a function [-Wmain]
   my_main_ptr main = (my_main_ptr) cinfo->main;
               ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c: In function ‘start_pass_main’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c:309:15: warning: ‘main’ is usually a function [-Wmain]
   my_main_ptr main = (my_main_ptr) cinfo->main;
               ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c: In function ‘process_data_simple_main’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c:349:15: warning: ‘main’ is usually a function [-Wmain]
   my_main_ptr main = (my_main_ptr) cinfo->main;
               ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c: In function ‘process_data_context_main’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c:389:15: warning: ‘main’ is usually a function [-Wmain]
   my_main_ptr main = (my_main_ptr) cinfo->main;
               ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c: In function ‘jinit_d_main_controller’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c:478:15: warning: ‘main’ is usually a function [-Wmain]
   my_main_ptr main;
               ^
[ 64%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c.o
/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c
[ 64%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c.o
/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c
[ 65%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c.o
/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c
[ 41%] Building C object CMakeFiles/FilePlugin.dir/generated/64/plugins/src/FilePlugin/FilePlugin.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFilePlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_FILE_SUPPORT -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/FilePlugin.dir/generated/64/plugins/src/FilePlugin/FilePlugin.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/FilePlugin/FilePlugin.c
[ 65%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c.o
/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c
[ 66%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c.o
/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c
[ 67%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c.o
/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c
[ 67%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c.o
/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c
[ 68%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c.o
/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c
[ 68%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c.o
/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c
[ 69%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c.o
/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c
[ 69%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c.o
/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c
[ 70%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c.o
/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c
[ 70%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c.o
/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c
[ 71%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c.o
/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c
[ 72%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c.o
/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c
[ 72%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c.o
/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c
[ 73%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c.o
/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c: In function ‘init_source’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c:41:14: warning: unused variable ‘src’ [-Wunused-variable]
   my_src_ptr src = (my_src_ptr) cinfo->src;
              ^
[ 73%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c.o
/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c
[ 74%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c.o
/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c
[ 74%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c.o
/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c
[ 75%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c.o
/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c
[ 75%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c.o
/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c
[ 76%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c.o
/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c
[ 77%] Linking C shared library build/vm/libJPEGReadWriter2Plugin.so
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/JPEGReadWriter2Plugin.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.  -shared -Wl,-soname,libJPEGReadWriter2Plugin.so -o build/vm/libJPEGReadWriter2Plugin.so CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/libPharoVMCore.so build/vm/libffi.so -ldl -lm -lpthread 
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build-StackVM'
[ 77%] Built target JPEGReadWriter2Plugin
make -f CMakeFiles/FloatArrayPlugin.dir/build.make CMakeFiles/FloatArrayPlugin.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build-StackVM'
cd /builds/workspace/pharo-vm_pharo-9/build-StackVM && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/build-StackVM /builds/workspace/pharo-vm_pharo-9/build-StackVM /builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/FloatArrayPlugin.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/FloatArrayPlugin.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/FloatArrayPlugin.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/FloatArrayPlugin.dir/depend.internal".
Scanning dependencies of target FloatArrayPlugin
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build-StackVM'
make -f CMakeFiles/FloatArrayPlugin.dir/build.make CMakeFiles/FloatArrayPlugin.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build-StackVM'
[ 77%] Building C object CMakeFiles/FloatArrayPlugin.dir/generated/64/plugins/src/FloatArrayPlugin/FloatArrayPlugin.c.o
/usr/bin/cc -DCOGMTVM=0 -DFloatArrayPlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/FloatArrayPlugin.dir/generated/64/plugins/src/FloatArrayPlugin/FloatArrayPlugin.c.o   -c /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/FloatArrayPlugin/FloatArrayPlugin.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqVirtualMachine.h:30:0,
                 from /builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/FloatArrayPlugin/FloatArrayPlugin.c:22:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/FloatArrayPlugin/FloatArrayPlugin.c: At top level:
/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/FloatArrayPlugin/FloatArrayPlugin.c:6:13: warning: ‘__buildInfo’ defined but not used [-Wunused-variable]
 static char __buildInfo[] = "FloatArrayPlugin * VMMaker-tonel.1 uuid: 288cf109-c29e-0d00-90df-d82b0b8d740e " __DATE__ ;
             ^
[ 78%] Linking C shared library build/vm/libFloatArrayPlugin.so
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/FloatArrayPlugin.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.  -shared -Wl,-soname,libFloatArrayPlugin.so -o build/vm/libFloatArrayPlugin.so CMakeFiles/FloatArrayPlugin.dir/generated/64/plugins/src/FloatArrayPlugin/FloatArrayPlugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/libPharoVMCore.so build/vm/libffi.so -ldl -lm -lpthread 
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build-StackVM'
[ 79%] Built target FloatArrayPlugin
make -f CMakeFiles/LocalePlugin.dir/build.make CMakeFiles/LocalePlugin.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build-StackVM'
cd /builds/workspace/pharo-vm_pharo-9/build-StackVM && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/build-StackVM /builds/workspace/pharo-vm_pharo-9/build-StackVM /builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/LocalePlugin.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/LocalePlugin.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/LocalePlugin.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/LocalePlugin.dir/depend.internal".
Scanning dependencies of target LocalePlugin
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build-StackVM'
make -f CMakeFiles/LocalePlugin.dir/build.make CMakeFiles/LocalePlugin.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build-StackVM'
[ 79%] Building C object CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c.o
/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DLocalePlugin_EXPORTS -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqVirtualMachine.h:30:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c:22:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c: At top level:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c:6:13: warning: ‘__buildInfo’ defined but not used [-Wunused-variable]
 static char __buildInfo[] = "LocalePlugin VMMaker.oscog-eem.2495 uuid: fcbf4c90-4c50-4ff3-8690-0edfded4f9c4 " __DATE__ ;
             ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c:388:1: warning: ‘sqAssert’ defined but not used [-Wunused-function]
 sqAssert(sqInt aBool)
 ^
[ 80%] Building C object CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/unix/sqUnixLocale.c.o
/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DLocalePlugin_EXPORTS -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/unix/sqUnixLocale.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/src/unix/sqUnixLocale.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/src/unix/sqUnixLocale.c:33:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 80%] Linking C shared library build/vm/libLocalePlugin.so
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/LocalePlugin.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.  -shared -Wl,-soname,libLocalePlugin.so -o build/vm/libLocalePlugin.so CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c.o CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/unix/sqUnixLocale.c.o -Wl,-rpath,@executable_path/Plugins build/vm/libPharoVMCore.so build/vm/libffi.so -ldl -lm -lpthread 
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build-StackVM'
[ 80%] Built target LocalePlugin
make -f CMakeFiles/B2DPlugin.dir/build.make CMakeFiles/B2DPlugin.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build-StackVM'
cd /builds/workspace/pharo-vm_pharo-9/build-StackVM && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/build-StackVM /builds/workspace/pharo-vm_pharo-9/build-StackVM /builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/B2DPlugin.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/B2DPlugin.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/B2DPlugin.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/B2DPlugin.dir/depend.internal".
Scanning dependencies of target B2DPlugin
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build-StackVM'
make -f CMakeFiles/B2DPlugin.dir/build.make CMakeFiles/B2DPlugin.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build-StackVM'
[ 80%] Building C object CMakeFiles/B2DPlugin.dir/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c.o
/usr/bin/cc -DB2DPlugin_EXPORTS -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/B2DPlugin.dir/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqVirtualMachine.h:30:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:22:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c: In function ‘stepToNextLine’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13520:11: warning: variable ‘yValue’ set but not used [-Wunused-but-set-variable]
     sqInt yValue;
           ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c: In function ‘stepToNextWideBezierInat’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13646:3: warning: statement with no effect [-Wunused-value]
   ((signed)lastX >> 8);
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13676:2: warning: statement with no effect [-Wunused-value]
  ((signed)lastX1 >> 8);
  ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c: In function ‘stepToNextWideLine’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13699:11: warning: variable ‘yValue’ set but not used [-Wunused-but-set-variable]
     sqInt yValue;
           ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c: At top level:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6:13: warning: ‘__buildInfo’ defined but not used [-Wunused-variable]
 static char __buildInfo[] = "BalloonEnginePlugin VMMaker.oscog-eem.2480 uuid: bb3ffda7-8241-4dea-b886-d656e474b6c1 " __DATE__ ;
             ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:851:1: warning: ‘aaColorMaskGet’ defined but not used [-Wunused-function]
 aaColorMaskGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:858:1: warning: ‘aaColorMaskPut’ defined but not used [-Wunused-function]
 aaColorMaskPut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:865:1: warning: ‘aaColorShiftGet’ defined but not used [-Wunused-function]
 aaColorShiftGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:872:1: warning: ‘aaColorShiftPut’ defined but not used [-Wunused-function]
 aaColorShiftPut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:882:1: warning: ‘aaFirstPixelFromto’ defined but not used [-Wunused-function]
 aaFirstPixelFromto(sqInt leftX, sqInt rightX)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:897:1: warning: ‘aaHalfPixelGet’ defined but not used [-Wunused-function]
 aaHalfPixelGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:904:1: warning: ‘aaHalfPixelPut’ defined but not used [-Wunused-function]
 aaHalfPixelPut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:914:1: warning: ‘aaLastPixelFromto’ defined but not used [-Wunused-function]
 aaLastPixelFromto(sqInt leftX, sqInt rightX)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:921:1: warning: ‘aaLevelGet’ defined but not used [-Wunused-function]
 aaLevelGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:928:1: warning: ‘aaLevelPut’ defined but not used [-Wunused-function]
 aaLevelPut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:935:1: warning: ‘aaScanMaskGet’ defined but not used [-Wunused-function]
 aaScanMaskGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:942:1: warning: ‘aaScanMaskPut’ defined but not used [-Wunused-function]
 aaScanMaskPut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:949:1: warning: ‘aaShiftGet’ defined but not used [-Wunused-function]
 aaShiftGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:956:1: warning: ‘aaShiftPut’ defined but not used [-Wunused-function]
 aaShiftPut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:967:1: warning: ‘absoluteSquared8Dot24’ defined but not used [-Wunused-function]
 absoluteSquared8Dot24(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1036:1: warning: ‘adjustAALevel’ defined but not used [-Wunused-function]
 adjustAALevel(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1175:1: warning: ‘aetStartGet’ defined but not used [-Wunused-function]
 aetStartGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1182:1: warning: ‘aetStartPut’ defined but not used [-Wunused-function]
 aetStartPut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1189:1: warning: ‘aetUsedGet’ defined but not used [-Wunused-function]
 aetUsedGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1196:1: warning: ‘aetUsedPut’ defined but not used [-Wunused-function]
 aetUsedPut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1206:1: warning: ‘allocateAETEntry’ defined but not used [-Wunused-function]
 allocateAETEntry(sqInt nSlots)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1220:1: warning: ‘allocateBezier’ defined but not used [-Wunused-function]
 allocateBezier(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1240:1: warning: ‘allocateBezierStackEntry’ defined but not used [-Wunused-function]
 allocateBezierStackEntry(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1254:1: warning: ‘allocateBitmapFillcolormap’ defined but not used [-Wunused-function]
 allocateBitmapFillcolormap(sqInt cmSize, int *cmBits)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1321:1: warning: ‘allocateGradientFillrampWidthisRadial’ defined but not used [-Wunused-function]
 allocateGradientFillrampWidthisRadial(int *ramp, sqInt rampWidth, sqInt isRadial)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1364:1: warning: ‘allocateLine’ defined but not used [-Wunused-function]
 allocateLine(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1416:1: warning: ‘allocateStackEntry’ defined but not used [-Wunused-function]
 allocateStackEntry(sqInt nSlots)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1430:1: warning: ‘allocateStackFillEntry’ defined but not used [-Wunused-function]
 allocateStackFillEntry(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1443:1: warning: ‘allocateWideBezier’ defined but not used [-Wunused-function]
 allocateWideBezier(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1463:1: warning: ‘allocateWideLine’ defined but not used [-Wunused-function]
 allocateWideLine(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1483:1: warning: ‘areEdgeFillsValid’ defined but not used [-Wunused-function]
 areEdgeFillsValid(sqInt edge)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1493:1: warning: ‘assureValuebetweenand’ defined but not used [-Wunused-function]
 assureValuebetweenand(sqInt val1, sqInt val2, sqInt val3)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1516:1: warning: ‘bezierEndXOf’ defined but not used [-Wunused-function]
 bezierEndXOf(sqInt bezier)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1523:1: warning: ‘bezierEndXOfput’ defined but not used [-Wunused-function]
 bezierEndXOfput(sqInt bezier, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1530:1: warning: ‘bezierEndYOf’ defined but not used [-Wunused-function]
 bezierEndYOf(sqInt bezier)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1537:1: warning: ‘bezierEndYOfput’ defined but not used [-Wunused-function]
 bezierEndYOfput(sqInt bezier, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1544:1: warning: ‘bezierFinalXOf’ defined but not used [-Wunused-function]
 bezierFinalXOf(sqInt bezier)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1551:1: warning: ‘bezierFinalXOfput’ defined but not used [-Wunused-function]
 bezierFinalXOfput(sqInt bezier, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1558:1: warning: ‘bezierUpdateDataOf’ defined but not used [-Wunused-function]
 bezierUpdateDataOf(sqInt bezier)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1565:1: warning: ‘bezierViaXOf’ defined but not used [-Wunused-function]
 bezierViaXOf(sqInt bezier)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1572:1: warning: ‘bezierViaXOfput’ defined but not used [-Wunused-function]
 bezierViaXOfput(sqInt bezier, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1579:1: warning: ‘bezierViaYOf’ defined but not used [-Wunused-function]
 bezierViaYOf(sqInt bezier)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1586:1: warning: ‘bezierViaYOfput’ defined but not used [-Wunused-function]
 bezierViaYOfput(sqInt bezier, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1593:1: warning: ‘bitmapCmSizeOf’ defined but not used [-Wunused-function]
 bitmapCmSizeOf(sqInt bmFill)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1600:1: warning: ‘bitmapCmSizeOfput’ defined but not used [-Wunused-function]
 bitmapCmSizeOfput(sqInt bmFill, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1607:1: warning: ‘bitmapDepthOf’ defined but not used [-Wunused-function]
 bitmapDepthOf(sqInt bmFill)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1614:1: warning: ‘bitmapDepthOfput’ defined but not used [-Wunused-function]
 bitmapDepthOfput(sqInt bmFill, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1621:1: warning: ‘bitmapHeightOf’ defined but not used [-Wunused-function]
 bitmapHeightOf(sqInt bmFill)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1628:1: warning: ‘bitmapHeightOfput’ defined but not used [-Wunused-function]
 bitmapHeightOfput(sqInt bmFill, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1635:1: warning: ‘bitmapRasterOf’ defined but not used [-Wunused-function]
 bitmapRasterOf(sqInt bmFill)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1642:1: warning: ‘bitmapRasterOfput’ defined but not used [-Wunused-function]
 bitmapRasterOfput(sqInt bmFill, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1649:1: warning: ‘bitmapSizeOf’ defined but not used [-Wunused-function]
 bitmapSizeOf(sqInt bmFill)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1656:1: warning: ‘bitmapSizeOfput’ defined but not used [-Wunused-function]
 bitmapSizeOfput(sqInt bmFill, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1663:1: warning: ‘bitmapTileFlagOf’ defined but not used [-Wunused-function]
 bitmapTileFlagOf(sqInt bmFill)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1670:1: warning: ‘bitmapTileFlagOfput’ defined but not used [-Wunused-function]
 bitmapTileFlagOfput(sqInt bmFill, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1677:1: warning: ‘bitmapValuebitsatXy’ defined but not used [-Wunused-function]
 bitmapValuebitsatXy(sqInt bmFill, sqInt bits, sqInt xp, sqInt yp)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1740:1: warning: ‘bitmapWidthOf’ defined but not used [-Wunused-function]
 bitmapWidthOf(sqInt bmFill)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1747:1: warning: ‘bitmapWidthOfput’ defined but not used [-Wunused-function]
 bitmapWidthOfput(sqInt bmFill, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1754:1: warning: ‘bzEndX’ defined but not used [-Wunused-function]
 bzEndX(sqInt index)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1765:1: warning: ‘bzEndXput’ defined but not used [-Wunused-function]
 bzEndXput(sqInt index, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1776:1: warning: ‘bzEndY’ defined but not used [-Wunused-function]
 bzEndY(sqInt index)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1787:1: warning: ‘bzEndYput’ defined but not used [-Wunused-function]
 bzEndYput(sqInt index, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1798:1: warning: ‘bzStartX’ defined but not used [-Wunused-function]
 bzStartX(sqInt index)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1809:1: warning: ‘bzStartXput’ defined but not used [-Wunused-function]
 bzStartXput(sqInt index, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1820:1: warning: ‘bzStartY’ defined but not used [-Wunused-function]
 bzStartY(sqInt index)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1831:1: warning: ‘bzStartYput’ defined but not used [-Wunused-function]
 bzStartYput(sqInt index, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1842:1: warning: ‘bzViaX’ defined but not used [-Wunused-function]
 bzViaX(sqInt index)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1853:1: warning: ‘bzViaXput’ defined but not used [-Wunused-function]
 bzViaXput(sqInt index, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1864:1: warning: ‘bzViaY’ defined but not used [-Wunused-function]
 bzViaY(sqInt index)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1875:1: warning: ‘bzViaYput’ defined but not used [-Wunused-function]
 bzViaYput(sqInt index, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2030:1: warning: ‘checkedAddBezierToGET’ defined but not used [-Wunused-function]
 checkedAddBezierToGET(sqInt bezier)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2058:1: warning: ‘checkedAddEdgeToGET’ defined but not used [-Wunused-function]
 checkedAddEdgeToGET(sqInt edge)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2110:1: warning: ‘checkedAddLineToGET’ defined but not used [-Wunused-function]
 checkedAddLineToGET(sqInt line)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2170:1: warning: ‘clampValuemax’ defined but not used [-Wunused-function]
 clampValuemax(sqInt value, sqInt maxValue)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2218:1: warning: ‘clearSpanBufferGet’ defined but not used [-Wunused-function]
 clearSpanBufferGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2225:1: warning: ‘clearSpanBufferPut’ defined but not used [-Wunused-function]
 clearSpanBufferPut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2232:1: warning: ‘clipMaxXGet’ defined but not used [-Wunused-function]
 clipMaxXGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2239:1: warning: ‘clipMaxXPut’ defined but not used [-Wunused-function]
 clipMaxXPut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2246:1: warning: ‘clipMaxYGet’ defined but not used [-Wunused-function]
 clipMaxYGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2253:1: warning: ‘clipMaxYPut’ defined but not used [-Wunused-function]
 clipMaxYPut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2260:1: warning: ‘clipMinXGet’ defined but not used [-Wunused-function]
 clipMinXGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2267:1: warning: ‘clipMinXPut’ defined but not used [-Wunused-function]
 clipMinXPut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2274:1: warning: ‘clipMinYGet’ defined but not used [-Wunused-function]
 clipMinYGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2281:1: warning: ‘clipMinYPut’ defined but not used [-Wunused-function]
 clipMinYPut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2288:1: warning: ‘colormapOf’ defined but not used [-Wunused-function]
 colormapOf(sqInt bmFill)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2295:1: warning: ‘colorTransform’ defined but not used [-Wunused-function]
 colorTransform(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2577:1: warning: ‘computeSqrt’ defined but not used [-Wunused-function]
 computeSqrt(sqInt length2)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2672:1: warning: ‘currentYGet’ defined but not used [-Wunused-function]
 currentYGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2679:1: warning: ‘currentYPut’ defined but not used [-Wunused-function]
 currentYPut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2686:1: warning: ‘currentZGet’ defined but not used [-Wunused-function]
 currentZGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2693:1: warning: ‘currentZPut’ defined but not used [-Wunused-function]
 currentZPut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2700:1: warning: ‘destOffsetXGet’ defined but not used [-Wunused-function]
 destOffsetXGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2707:1: warning: ‘destOffsetXPut’ defined but not used [-Wunused-function]
 destOffsetXPut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2714:1: warning: ‘destOffsetYGet’ defined but not used [-Wunused-function]
 destOffsetYGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2721:1: warning: ‘destOffsetYPut’ defined but not used [-Wunused-function]
 destOffsetYPut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2766:1: warning: ‘drawWideEdgefrom’ defined but not used [-Wunused-function]
 drawWideEdgefrom(sqInt edge, sqInt leftX)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2813:1: warning: ‘edgeFillsInvalidate’ defined but not used [-Wunused-function]
 edgeFillsInvalidate(sqInt edge)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2824:1: warning: ‘edgeFillsValidate’ defined but not used [-Wunused-function]
 edgeFillsValidate(sqInt edge)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2835:1: warning: ‘edgeLeftFillOf’ defined but not used [-Wunused-function]
 edgeLeftFillOf(sqInt edge)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2842:1: warning: ‘edgeLeftFillOfput’ defined but not used [-Wunused-function]
 edgeLeftFillOfput(sqInt edge, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2849:1: warning: ‘edgeNumLinesOf’ defined but not used [-Wunused-function]
 edgeNumLinesOf(sqInt edge)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2856:1: warning: ‘edgeNumLinesOfput’ defined but not used [-Wunused-function]
 edgeNumLinesOfput(sqInt edge, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2863:1: warning: ‘edgeRightFillOf’ defined but not used [-Wunused-function]
 edgeRightFillOf(sqInt edge)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2870:1: warning: ‘edgeRightFillOfput’ defined but not used [-Wunused-function]
 edgeRightFillOfput(sqInt edge, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2877:1: warning: ‘edgeTransform’ defined but not used [-Wunused-function]
 edgeTransform(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2887:1: warning: ‘edgeTypeOf’ defined but not used [-Wunused-function]
 edgeTypeOf(sqInt edge)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2894:1: warning: ‘edgeXValueOf’ defined but not used [-Wunused-function]
 edgeXValueOf(sqInt edge)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2901:1: warning: ‘edgeXValueOfput’ defined but not used [-Wunused-function]
 edgeXValueOfput(sqInt edge, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2908:1: warning: ‘edgeYValueOf’ defined but not used [-Wunused-function]
 edgeYValueOf(sqInt edge)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2915:1: warning: ‘edgeYValueOfput’ defined but not used [-Wunused-function]
 edgeYValueOfput(sqInt edge, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2922:1: warning: ‘edgeZValueOf’ defined but not used [-Wunused-function]
 edgeZValueOf(sqInt edge)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2929:1: warning: ‘edgeZValueOfput’ defined but not used [-Wunused-function]
 edgeZValueOfput(sqInt edge, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2953:1: warning: ‘estimatedLengthOfwith’ defined but not used [-Wunused-function]
 estimatedLengthOfwith(sqInt deltaX, sqInt deltaY)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2983:1: warning: ‘fillAllFromto’ defined but not used [-Wunused-function]
 fillAllFromto(sqInt leftX, sqInt rightX)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3086:1: warning: ‘fillBitmapSpan’ defined but not used [-Wunused-function]
 fillBitmapSpan(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3866:1: warning: ‘fillColorSpanfromto’ defined but not used [-Wunused-function]
 fillColorSpanfromto(sqInt pixelValue32, sqInt leftX, sqInt rightX)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3896:1: warning: ‘fillDirectionXOf’ defined but not used [-Wunused-function]
 fillDirectionXOf(sqInt fill)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3903:1: warning: ‘fillDirectionXOfput’ defined but not used [-Wunused-function]
 fillDirectionXOfput(sqInt fill, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3910:1: warning: ‘fillDirectionYOf’ defined but not used [-Wunused-function]
 fillDirectionYOf(sqInt fill)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3917:1: warning: ‘fillDirectionYOfput’ defined but not used [-Wunused-function]
 fillDirectionYOfput(sqInt fill, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3924:1: warning: ‘fillLinearGradient’ defined but not used [-Wunused-function]
 fillLinearGradient(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4152:1: warning: ‘fillMaxXGet’ defined but not used [-Wunused-function]
 fillMaxXGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4159:1: warning: ‘fillMaxXPut’ defined but not used [-Wunused-function]
 fillMaxXPut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4166:1: warning: ‘fillMaxYGet’ defined but not used [-Wunused-function]
 fillMaxYGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4173:1: warning: ‘fillMaxYPut’ defined but not used [-Wunused-function]
 fillMaxYPut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4180:1: warning: ‘fillMinXGet’ defined but not used [-Wunused-function]
 fillMinXGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4187:1: warning: ‘fillMinXPut’ defined but not used [-Wunused-function]
 fillMinXPut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4194:1: warning: ‘fillMinYGet’ defined but not used [-Wunused-function]
 fillMinYGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4201:1: warning: ‘fillMinYPut’ defined but not used [-Wunused-function]
 fillMinYPut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4208:1: warning: ‘fillNormalXOf’ defined but not used [-Wunused-function]
 fillNormalXOf(sqInt fill)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4215:1: warning: ‘fillNormalXOfput’ defined but not used [-Wunused-function]
 fillNormalXOfput(sqInt fill, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4222:1: warning: ‘fillNormalYOf’ defined but not used [-Wunused-function]
 fillNormalYOf(sqInt fill)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4229:1: warning: ‘fillNormalYOfput’ defined but not used [-Wunused-function]
 fillNormalYOfput(sqInt fill, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4236:1: warning: ‘fillOffsetXGet’ defined but not used [-Wunused-function]
 fillOffsetXGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4243:1: warning: ‘fillOffsetXPut’ defined but not used [-Wunused-function]
 fillOffsetXPut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4250:1: warning: ‘fillOffsetYGet’ defined but not used [-Wunused-function]
 fillOffsetYGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4257:1: warning: ‘fillOffsetYPut’ defined but not used [-Wunused-function]
 fillOffsetYPut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4264:1: warning: ‘fillOriginXOf’ defined but not used [-Wunused-function]
 fillOriginXOf(sqInt fill)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4271:1: warning: ‘fillOriginXOfput’ defined but not used [-Wunused-function]
 fillOriginXOfput(sqInt fill, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4278:1: warning: ‘fillOriginYOf’ defined but not used [-Wunused-function]
 fillOriginYOf(sqInt fill)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4285:1: warning: ‘fillOriginYOfput’ defined but not used [-Wunused-function]
 fillOriginYOfput(sqInt fill, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4431:1: warning: ‘fillRadialDecreasingrampdeltaSTdsXdtXfromto’ defined but not used [-Wunused-function]
 fillRadialDecreasingrampdeltaSTdsXdtXfromto(sqInt fill, sqInt ramp, sqInt deltaST, sqInt dsX, sqInt dtX, sqInt leftX, sqInt rightX)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4477:1: warning: ‘fillRadialGradient’ defined but not used [-Wunused-function]
 fillRadialGradient(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4839:1: warning: ‘fillRadialIncreasingrampdeltaSTdsXdtXfromto’ defined but not used [-Wunused-function]
 fillRadialIncreasingrampdeltaSTdsXdtXfromto(sqInt fill, sqInt ramp, sqInt deltaST, sqInt dsX, sqInt dtX, sqInt leftX, sqInt rightX)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5011:1: warning: ‘fillTypeOf’ defined but not used [-Wunused-function]
 fillTypeOf(sqInt fill)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5018:1: warning: ‘findNextAETEdgeFrom’ defined but not used [-Wunused-function]
 findNextAETEdgeFrom(sqInt leftEdge)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5446:1: warning: ‘finishedProcessing’ defined but not used [-Wunused-function]
 finishedProcessing(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5453:1: warning: ‘firstPointListGet’ defined but not used [-Wunused-function]
 firstPointListGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5460:1: warning: ‘firstPointListPut’ defined but not used [-Wunused-function]
 firstPointListPut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5467:1: warning: ‘freeStackFillEntry’ defined but not used [-Wunused-function]
 freeStackFillEntry(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5509:1: warning: ‘getStartGet’ defined but not used [-Wunused-function]
 getStartGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5516:1: warning: ‘getStartPut’ defined but not used [-Wunused-function]
 getStartPut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5523:1: warning: ‘getUsedGet’ defined but not used [-Wunused-function]
 getUsedGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5530:1: warning: ‘getUsedPut’ defined but not used [-Wunused-function]
 getUsedPut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5537:1: warning: ‘gradientRampLengthOf’ defined but not used [-Wunused-function]
 gradientRampLengthOf(sqInt fill)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5544:1: warning: ‘gradientRampLengthOfput’ defined but not used [-Wunused-function]
 gradientRampLengthOfput(sqInt fill, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5551:1: warning: ‘gradientRampOf’ defined but not used [-Wunused-function]
 gradientRampOf(sqInt fill)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5558:1: warning: ‘hasColorTransform’ defined but not used [-Wunused-function]
 hasColorTransform(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5565:1: warning: ‘hasColorTransformGet’ defined but not used [-Wunused-function]
 hasColorTransformGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5572:1: warning: ‘hasColorTransformPut’ defined but not used [-Wunused-function]
 hasColorTransformPut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5579:1: warning: ‘hasEdgeTransform’ defined but not used [-Wunused-function]
 hasEdgeTransform(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5586:1: warning: ‘hasEdgeTransformGet’ defined but not used [-Wunused-function]
 hasEdgeTransformGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5593:1: warning: ‘hasEdgeTransformPut’ defined but not used [-Wunused-function]
 hasEdgeTransformPut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5677:1: warning: ‘incrementPointby’ defined but not used [-Wunused-function]
 incrementPointby(int *point, sqInt delta)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5686:1: warning: ‘incrementStatby’ defined but not used [-Wunused-function]
 incrementStatby(sqInt statIndex, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5899:1: warning: ‘isBezier’ defined but not used [-Wunused-function]
 isBezier(sqInt bezier)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5919:1: warning: ‘isFillColor’ defined but not used [-Wunused-function]
 isFillColor(sqInt fill)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5938:1: warning: ‘isFill’ defined but not used [-Wunused-function]
 isFill(sqInt fill)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5946:1: warning: ‘isLine’ defined but not used [-Wunused-function]
 isLine(sqInt line)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5953:1: warning: ‘isObject’ defined but not used [-Wunused-function]
 isObject(sqInt obj)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5961:1: warning: ‘isRealFill’ defined but not used [-Wunused-function]
 isRealFill(sqInt fill)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5968:1: warning: ‘isStackEntry’ defined but not used [-Wunused-function]
 isStackEntry(sqInt entry)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5976:1: warning: ‘isStackIndex’ defined but not used [-Wunused-function]
 isStackIndex(sqInt index)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5984:1: warning: ‘isWideBezier’ defined but not used [-Wunused-function]
 isWideBezier(sqInt bezier)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5992:1: warning: ‘isWideLine’ defined but not used [-Wunused-function]
 isWideLine(sqInt line)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6000:1: warning: ‘isWide’ defined but not used [-Wunused-function]
 isWide(sqInt object)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6007:1: warning: ‘lastExportedEdgeGet’ defined but not used [-Wunused-function]
 lastExportedEdgeGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6014:1: warning: ‘lastExportedEdgePut’ defined but not used [-Wunused-function]
 lastExportedEdgePut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6021:1: warning: ‘lastExportedFillGet’ defined but not used [-Wunused-function]
 lastExportedFillGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6028:1: warning: ‘lastExportedFillPut’ defined but not used [-Wunused-function]
 lastExportedFillPut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6035:1: warning: ‘lastExportedLeftXGet’ defined but not used [-Wunused-function]
 lastExportedLeftXGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6042:1: warning: ‘lastExportedLeftXPut’ defined but not used [-Wunused-function]
 lastExportedLeftXPut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6049:1: warning: ‘lastExportedRightXGet’ defined but not used [-Wunused-function]
 lastExportedRightXGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6056:1: warning: ‘lastExportedRightXPut’ defined but not used [-Wunused-function]
 lastExportedRightXPut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6063:1: warning: ‘lineEndXOf’ defined but not used [-Wunused-function]
 lineEndXOf(sqInt line)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6070:1: warning: ‘lineEndXOfput’ defined but not used [-Wunused-function]
 lineEndXOfput(sqInt line, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6077:1: warning: ‘lineEndYOf’ defined but not used [-Wunused-function]
 lineEndYOf(sqInt line)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6084:1: warning: ‘lineEndYOfput’ defined but not used [-Wunused-function]
 lineEndYOfput(sqInt line, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6091:1: warning: ‘lineErrorAdjDownOf’ defined but not used [-Wunused-function]
 lineErrorAdjDownOf(sqInt line)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6098:1: warning: ‘lineErrorAdjDownOfput’ defined but not used [-Wunused-function]
 lineErrorAdjDownOfput(sqInt line, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6105:1: warning: ‘lineErrorAdjUpOf’ defined but not used [-Wunused-function]
 lineErrorAdjUpOf(sqInt line)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6112:1: warning: ‘lineErrorAdjUpOfput’ defined but not used [-Wunused-function]
 lineErrorAdjUpOfput(sqInt line, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6119:1: warning: ‘lineErrorOf’ defined but not used [-Wunused-function]
 lineErrorOf(sqInt line)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6126:1: warning: ‘lineErrorOfput’ defined but not used [-Wunused-function]
 lineErrorOfput(sqInt line, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6133:1: warning: ‘lineXDirectionOf’ defined but not used [-Wunused-function]
 lineXDirectionOf(sqInt line)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6140:1: warning: ‘lineXDirectionOfput’ defined but not used [-Wunused-function]
 lineXDirectionOfput(sqInt line, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6147:1: warning: ‘lineXIncrementOf’ defined but not used [-Wunused-function]
 lineXIncrementOf(sqInt line)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6154:1: warning: ‘lineXIncrementOfput’ defined but not used [-Wunused-function]
 lineXIncrementOfput(sqInt line, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6161:1: warning: ‘lineYDirectionOf’ defined but not used [-Wunused-function]
 lineYDirectionOf(sqInt line)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6168:1: warning: ‘lineYDirectionOfput’ defined but not used [-Wunused-function]
 lineYDirectionOfput(sqInt line, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6237:1: warning: ‘loadArrayPolygonnPointsfilllineWidthlineFill’ defined but not used [-Wunused-function]
 loadArrayPolygonnPointsfilllineWidthlineFill(sqInt points, sqInt nPoints, sqInt fillIndex, sqInt lineWidth, sqInt lineFill)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6691:1: warning: ‘loadBitmapFillcolormaptilefromalongnormalxIndex’ defined but not used [-Wunused-function]
 loadBitmapFillcolormaptilefromalongnormalxIndex(sqInt formOop, sqInt cmOop, sqInt tileFlag, int *point1, int *point2, int *point3, sqInt xIndex)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6834:1: warning: ‘loadColorTransformFrom’ defined but not used [-Wunused-function]
 loadColorTransformFrom(sqInt transformOop)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6861:1: warning: ‘loadCompressedSegmentfromshortleftFillrightFilllineWidthlineColor’ defined but not used [-Wunused-function]
 loadCompressedSegmentfromshortleftFillrightFilllineWidthlineColor(sqInt segmentIndex, sqInt points, sqInt pointsShort, sqInt leftFill, sqInt rightFill, sqInt lineWidth, sqInt lineFill)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:7868:1: warning: ‘loadLinefromtooffsetleftFillrightFill’ defined but not used [-Wunused-function]
 loadLinefromtooffsetleftFillrightFill(sqInt line, int *point1, int *point2, sqInt yOffset, sqInt leftFill, sqInt rightFill)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8093:1: warning: ‘loadPointIntAtfrom’ defined but not used [-Wunused-function]
 loadPointIntAtfrom(sqInt index, sqInt intArray)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8103:1: warning: ‘loadPointShortAtfrom’ defined but not used [-Wunused-function]
 loadPointShortAtfrom(sqInt index, sqInt shortArray)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8147:1: warning: ‘loadPolygonnPointsfilllineWidthlineFillpointsShort’ defined but not used [-Wunused-function]
 loadPolygonnPointsfilllineWidthlineFillpointsShort(int *points, sqInt nPoints, sqInt fillIndex, sqInt lineWidth, sqInt lineFill, sqInt isShort)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8316:1: warning: ‘loadRectanglelineFillleftFillrightFill’ defined but not used [-Wunused-function]
 loadRectanglelineFillleftFillrightFill(sqInt lineWidth, sqInt lineFill, sqInt leftFill, sqInt rightFill)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8973:1: warning: ‘magicNumberGet’ defined but not used [-Wunused-function]
 magicNumberGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8980:1: warning: ‘magicNumberPut’ defined but not used [-Wunused-function]
 magicNumberPut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8987:1: warning: ‘makeRectFromPoints’ defined but not used [-Wunused-function]
 makeRectFromPoints(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8998:1: warning: ‘makeUnsignedFrom’ defined but not used [-Wunused-function]
 makeUnsignedFrom(sqInt someIntegerValue)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9058:1: warning: ‘needsFlush’ defined but not used [-Wunused-function]
 needsFlush(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9065:1: warning: ‘needsFlushGet’ defined but not used [-Wunused-function]
 needsFlushGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9072:1: warning: ‘needsFlushPut’ defined but not used [-Wunused-function]
 needsFlushPut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9079:1: warning: ‘objectHeaderOf’ defined but not used [-Wunused-function]
 objectHeaderOf(sqInt obj)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9090:1: warning: ‘objectIndexOf’ defined but not used [-Wunused-function]
 objectIndexOf(sqInt obj)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9097:1: warning: ‘objectIndexOfput’ defined but not used [-Wunused-function]
 objectIndexOfput(sqInt obj, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9104:1: warning: ‘objectLengthOf’ defined but not used [-Wunused-function]
 objectLengthOf(sqInt obj)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9111:1: warning: ‘objectLengthOfput’ defined but not used [-Wunused-function]
 objectLengthOfput(sqInt obj, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9118:1: warning: ‘objectTypeOf’ defined but not used [-Wunused-function]
 objectTypeOf(sqInt obj)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9125:1: warning: ‘objectTypeOfput’ defined but not used [-Wunused-function]
 objectTypeOfput(sqInt obj, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9132:1: warning: ‘objStartGet’ defined but not used [-Wunused-function]
 objStartGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9139:1: warning: ‘objStartPut’ defined but not used [-Wunused-function]
 objStartPut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9146:1: warning: ‘objUsedGet’ defined but not used [-Wunused-function]
 objUsedGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9153:1: warning: ‘objUsedPut’ defined but not used [-Wunused-function]
 objUsedPut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9160:1: warning: ‘objat’ defined but not used [-Wunused-function]
 objat(sqInt object, sqInt index)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9167:1: warning: ‘objatput’ defined but not used [-Wunused-function]
 objatput(sqInt object, sqInt index, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9178:1: warning: ‘offsetFromWidth’ defined but not used [-Wunused-function]
 offsetFromWidth(sqInt lineWidth)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9185:1: warning: ‘point1Get’ defined but not used [-Wunused-function]
 point1Get(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9192:1: warning: ‘point2Get’ defined but not used [-Wunused-function]
 point2Get(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9199:1: warning: ‘point3Get’ defined but not used [-Wunused-function]
 point3Get(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9206:1: warning: ‘point4Get’ defined but not used [-Wunused-function]
 point4Get(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12282:1: warning: ‘quickRemoveInvalidFillsAt’ defined but not used [-Wunused-function]
 quickRemoveInvalidFillsAt(sqInt leftX)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12428:1: warning: ‘repeatValuemax’ defined but not used [-Wunused-function]
 repeatValuemax(sqInt delta, sqInt maxValue)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12495:1: warning: ‘returnWideBezierFill’ defined but not used [-Wunused-function]
 returnWideBezierFill(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12502:1: warning: ‘returnWideBezierWidth’ defined but not used [-Wunused-function]
 returnWideBezierWidth(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12512:1: warning: ‘returnWideLineFill’ defined but not used [-Wunused-function]
 returnWideLineFill(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12522:1: warning: ‘returnWideLineWidth’ defined but not used [-Wunused-function]
 returnWideLineWidth(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12668:1: warning: ‘shortRunLengthAtfrom’ defined but not used [-Wunused-function]
 shortRunLengthAtfrom(sqInt i, sqInt runArray)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12680:1: warning: ‘shortRunValueAtfrom’ defined but not used [-Wunused-function]
 shortRunValueAtfrom(sqInt i, sqInt runArray)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12748:1: warning: ‘sortGlobalEdgeTable’ defined but not used [-Wunused-function]
 sortGlobalEdgeTable(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12756:1: warning: ‘spanEndAAGet’ defined but not used [-Wunused-function]
 spanEndAAGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12763:1: warning: ‘spanEndAAPut’ defined but not used [-Wunused-function]
 spanEndAAPut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12770:1: warning: ‘spanEndGet’ defined but not used [-Wunused-function]
 spanEndGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12777:1: warning: ‘spanEndPut’ defined but not used [-Wunused-function]
 spanEndPut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12784:1: warning: ‘spanSizeGet’ defined but not used [-Wunused-function]
 spanSizeGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12791:1: warning: ‘spanSizePut’ defined but not used [-Wunused-function]
 spanSizePut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12798:1: warning: ‘spanStartGet’ defined but not used [-Wunused-function]
 spanStartGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12805:1: warning: ‘spanStartPut’ defined but not used [-Wunused-function]
 spanStartPut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12812:1: warning: ‘squaredLengthOfwith’ defined but not used [-Wunused-function]
 squaredLengthOfwith(sqInt deltaX, sqInt deltaY)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12819:1: warning: ‘stackFillDepth’ defined but not used [-Wunused-function]
 stackFillDepth(sqInt index)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12826:1: warning: ‘stackFillDepthput’ defined but not used [-Wunused-function]
 stackFillDepthput(sqInt index, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12833:1: warning: ‘stackFillEntryLength’ defined but not used [-Wunused-function]
 stackFillEntryLength(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12840:1: warning: ‘stackFillRightX’ defined but not used [-Wunused-function]
 stackFillRightX(sqInt index)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12847:1: warning: ‘stackFillRightXput’ defined but not used [-Wunused-function]
 stackFillRightXput(sqInt index, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12854:1: warning: ‘stackFillSize’ defined but not used [-Wunused-function]
 stackFillSize(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12861:1: warning: ‘stackFillValue’ defined but not used [-Wunused-function]
 stackFillValue(sqInt index)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12868:1: warning: ‘stackFillValueput’ defined but not used [-Wunused-function]
 stackFillValueput(sqInt index, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12875:1: warning: ‘stateGet’ defined but not used [-Wunused-function]
 stateGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12882:1: warning: ‘statePut’ defined but not used [-Wunused-function]
 statePut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12894:1: warning: ‘stepToFirstBezier’ defined but not used [-Wunused-function]
 stepToFirstBezier(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13033:1: warning: ‘stepToFirstLine’ defined but not used [-Wunused-function]
 stepToFirstLine(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13140:1: warning: ‘stepToFirstWideBezier’ defined but not used [-Wunused-function]
 stepToFirstWideBezier(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13244:1: warning: ‘stepToFirstWideLine’ defined but not used [-Wunused-function]
 stepToFirstWideLine(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13388:1: warning: ‘stepToNextBezier’ defined but not used [-Wunused-function]
 stepToNextBezier(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13434:1: warning: ‘stepToNextBezierForwardat’ defined but not used [-Wunused-function]
 stepToNextBezierForwardat(int *updateData, sqInt yValue)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13515:1: warning: ‘stepToNextLine’ defined but not used [-Wunused-function]
 stepToNextLine(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13686:1: warning: ‘stepToNextWideLine’ defined but not used [-Wunused-function]
 stepToNextWideLine(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13814:1: warning: ‘stopBecauseOf’ defined but not used [-Wunused-function]
 stopBecauseOf(sqInt stopReason)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13823:1: warning: ‘stopReasonGet’ defined but not used [-Wunused-function]
 stopReasonGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13830:1: warning: ‘stopReasonPut’ defined but not used [-Wunused-function]
 stopReasonPut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13854:1: warning: ‘storeEngineStateInto’ defined but not used [-Wunused-function]
 storeEngineStateInto(sqInt oop)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13930:1: warning: ‘storeStopStateIntoEdgefill’ defined but not used [-Wunused-function]
 storeStopStateIntoEdgefill(sqInt edgeOop, sqInt fillOop)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14334:1: warning: ‘topFillDepth’ defined but not used [-Wunused-function]
 topFillDepth(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14345:1: warning: ‘topFillDepthPut’ defined but not used [-Wunused-function]
 topFillDepthPut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14356:1: warning: ‘topFillRightX’ defined but not used [-Wunused-function]
 topFillRightX(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14367:1: warning: ‘topFillRightXPut’ defined but not used [-Wunused-function]
 topFillRightXPut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14378:1: warning: ‘topFillValue’ defined but not used [-Wunused-function]
 topFillValue(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14389:1: warning: ‘topFillValuePut’ defined but not used [-Wunused-function]
 topFillValuePut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14468:1: warning: ‘transformPoints’ defined but not used [-Wunused-function]
 transformPoints(sqInt n)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14597:1: warning: ‘transformPointXyinto’ defined but not used [-Wunused-function]
 transformPointXyinto(double xValue, double yValue, int *dstPoint)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14619:1: warning: ‘transformPoint’ defined but not used [-Wunused-function]
 transformPoint(int *point)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14658:1: warning: ‘transformPointinto’ defined but not used [-Wunused-function]
 transformPointinto(sqInt srcPoint, sqInt dstPoint)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14872:1: warning: ‘wbSizeGet’ defined but not used [-Wunused-function]
 wbSizeGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14879:1: warning: ‘wbSizePut’ defined but not used [-Wunused-function]
 wbSizePut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14886:1: warning: ‘wbStackClear’ defined but not used [-Wunused-function]
 wbStackClear(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14895:1: warning: ‘wbStackPop’ defined but not used [-Wunused-function]
 wbStackPop(sqInt nItems)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14916:1: warning: ‘wbStackSize’ defined but not used [-Wunused-function]
 wbStackSize(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14923:1: warning: ‘wbStackValue’ defined but not used [-Wunused-function]
 wbStackValue(sqInt index)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14930:1: warning: ‘wbStackValueput’ defined but not used [-Wunused-function]
 wbStackValueput(sqInt index, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14937:1: warning: ‘wbTopGet’ defined but not used [-Wunused-function]
 wbTopGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14944:1: warning: ‘wbTopPut’ defined but not used [-Wunused-function]
 wbTopPut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14951:1: warning: ‘wideBezierEntryOf’ defined but not used [-Wunused-function]
 wideBezierEntryOf(sqInt line)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14959:1: warning: ‘wideBezierEntryOfput’ defined but not used [-Wunused-function]
 wideBezierEntryOfput(sqInt line, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14967:1: warning: ‘wideBezierExitOf’ defined but not used [-Wunused-function]
 wideBezierExitOf(sqInt line)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14975:1: warning: ‘wideBezierExitOfput’ defined but not used [-Wunused-function]
 wideBezierExitOfput(sqInt line, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14983:1: warning: ‘wideBezierExtentOf’ defined but not used [-Wunused-function]
 wideBezierExtentOf(sqInt bezier)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14991:1: warning: ‘wideBezierExtentOfput’ defined but not used [-Wunused-function]
 wideBezierExtentOfput(sqInt bezier, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15007:1: warning: ‘wideBezierFillOfput’ defined but not used [-Wunused-function]
 wideBezierFillOfput(sqInt bezier, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15015:1: warning: ‘wideBezierUpdateDataOf’ defined but not used [-Wunused-function]
 wideBezierUpdateDataOf(sqInt bezier)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15030:1: warning: ‘wideBezierWidthOfput’ defined but not used [-Wunused-function]
 wideBezierWidthOfput(sqInt line, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15038:1: warning: ‘wideLineEntryOf’ defined but not used [-Wunused-function]
 wideLineEntryOf(sqInt line)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15046:1: warning: ‘wideLineEntryOfput’ defined but not used [-Wunused-function]
 wideLineEntryOfput(sqInt line, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15054:1: warning: ‘wideLineExitOf’ defined but not used [-Wunused-function]
 wideLineExitOf(sqInt line)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15062:1: warning: ‘wideLineExitOfput’ defined but not used [-Wunused-function]
 wideLineExitOfput(sqInt line, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15070:1: warning: ‘wideLineExtentOf’ defined but not used [-Wunused-function]
 wideLineExtentOf(sqInt line)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15078:1: warning: ‘wideLineExtentOfput’ defined but not used [-Wunused-function]
 wideLineExtentOfput(sqInt line, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15094:1: warning: ‘wideLineFillOfput’ defined but not used [-Wunused-function]
 wideLineFillOfput(sqInt line, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15110:1: warning: ‘wideLineWidthOfput’ defined but not used [-Wunused-function]
 wideLineWidthOfput(sqInt line, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15118:1: warning: ‘workBufferPut’ defined but not used [-Wunused-function]
 workBufferPut(sqInt wbOop)
 ^
[ 81%] Linking C shared library build/vm/libB2DPlugin.so
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/B2DPlugin.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.  -shared -Wl,-soname,libB2DPlugin.so -o build/vm/libB2DPlugin.so CMakeFiles/B2DPlugin.dir/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/libPharoVMCore.so build/vm/libffi.so -ldl -lm -lpthread 
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build-StackVM'
[ 81%] Built target B2DPlugin
make -f CMakeFiles/libgit2-0.25.1.dir/build.make CMakeFiles/libgit2-0.25.1.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build-StackVM'
cd /builds/workspace/pharo-vm_pharo-9/build-StackVM && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/build-StackVM /builds/workspace/pharo-vm_pharo-9/build-StackVM /builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/libgit2-0.25.1.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/libgit2-0.25.1.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/libgit2-0.25.1.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/libgit2-0.25.1.dir/depend.internal".
Scanning dependencies of target libgit2-0.25.1
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build-StackVM'
make -f CMakeFiles/libgit2-0.25.1.dir/build.make CMakeFiles/libgit2-0.25.1.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build-StackVM'
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_pharo-9/build-StackVM/libgit2-0.25.1-src/libgit2.so /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vm/
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_pharo-9/build-StackVM/libgit2-0.25.1-src/libgit2.so.0.25.1 /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vm/
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_pharo-9/build-StackVM/libgit2-0.25.1-src/libgit2.so.25 /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vm/
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build-StackVM'
[ 81%] Built target libgit2-0.25.1
make -f CMakeFiles/MiscPrimitivePlugin.dir/build.make CMakeFiles/MiscPrimitivePlugin.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build-StackVM'
cd /builds/workspace/pharo-vm_pharo-9/build-StackVM && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/build-StackVM /builds/workspace/pharo-vm_pharo-9/build-StackVM /builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/MiscPrimitivePlugin.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/MiscPrimitivePlugin.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/MiscPrimitivePlugin.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/MiscPrimitivePlugin.dir/depend.internal".
Scanning dependencies of target MiscPrimitivePlugin
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build-StackVM'
make -f CMakeFiles/MiscPrimitivePlugin.dir/build.make CMakeFiles/MiscPrimitivePlugin.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build-StackVM'
[ 82%] Building C object CMakeFiles/MiscPrimitivePlugin.dir/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c.o
/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DMiscPrimitivePlugin_EXPORTS -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/MiscPrimitivePlugin.dir/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqVirtualMachine.h:30:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c:22:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c: At top level:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c:6:13: warning: ‘__buildInfo’ defined but not used [-Wunused-variable]
 static char __buildInfo[] = "MiscPrimitivePlugin VMMaker.oscog-eem.2480 uuid: bb3ffda7-8241-4dea-b886-d656e474b6c1 " __DATE__ ;
             ^
[ 83%] Linking C shared library build/vm/libMiscPrimitivePlugin.so
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/MiscPrimitivePlugin.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.  -shared -Wl,-soname,libMiscPrimitivePlugin.so -o build/vm/libMiscPrimitivePlugin.so CMakeFiles/MiscPrimitivePlugin.dir/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/libPharoVMCore.so build/vm/libffi.so -ldl -lm -lpthread 
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build-StackVM'
[ 83%] Built target MiscPrimitivePlugin
make -f CMakeFiles/BitBltPlugin.dir/build.make CMakeFiles/BitBltPlugin.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build-StackVM'
cd /builds/workspace/pharo-vm_pharo-9/build-StackVM && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/build-StackVM /builds/workspace/pharo-vm_pharo-9/build-StackVM /builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/BitBltPlugin.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/BitBltPlugin.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/BitBltPlugin.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/BitBltPlugin.dir/depend.internal".
Scanning dependencies of target BitBltPlugin
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build-StackVM'
make -f CMakeFiles/BitBltPlugin.dir/build.make CMakeFiles/BitBltPlugin.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build-StackVM'
[ 83%] Building C object CMakeFiles/BitBltPlugin.dir/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c.o
/usr/bin/cc -DBitBltPlugin_EXPORTS -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/BitBltPlugin.dir/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqVirtualMachine.h:30:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:22:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c: In function ‘copyBitsFallback’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1694:8: warning: unused variable ‘t’ [-Wunused-variable]
  sqInt t;
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1693:8: warning: unused variable ‘sxLowBits’ [-Wunused-variable]
  sqInt sxLowBits;
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1692:8: warning: unused variable ‘startBits1’ [-Wunused-variable]
  sqInt startBits1;
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1691:8: warning: unused variable ‘startBits’ [-Wunused-variable]
  sqInt startBits;
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1690:8: warning: unused variable ‘pixPerM11’ [-Wunused-variable]
  sqInt pixPerM11;
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1689:8: warning: unused variable ‘pixPerM1’ [-Wunused-variable]
  sqInt pixPerM1;
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1688:15: warning: unused variable ‘m1’ [-Wunused-variable]
  unsigned int m1;
               ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1687:8: warning: unused variable ‘endBits’ [-Wunused-variable]
  sqInt endBits;
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1686:8: warning: unused variable ‘dxLowBits’ [-Wunused-variable]
  sqInt dxLowBits;
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1685:8: warning: unused variable ‘done’ [-Wunused-variable]
  sqInt done;
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c: In function ‘loadBitBltDestForm’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3069:8: warning: variable ‘v’ set but not used [-Wunused-but-set-variable]
  sqInt v;
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c: In function ‘loadBitBltFromwarping’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3152:8: warning: variable ‘v1’ set but not used [-Wunused-but-set-variable]
  sqInt v1;
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3151:8: warning: variable ‘v’ set but not used [-Wunused-but-set-variable]
  sqInt v;
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c: In function ‘loadBitBltSourceForm’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3558:8: warning: variable ‘v’ set but not used [-Wunused-but-set-variable]
  sqInt v;
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c: In function ‘lockSurfaces’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3877:8: warning: variable ‘v’ set but not used [-Wunused-but-set-variable]
  sqInt v;
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c: In function ‘primitiveCompareColors’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:5028:8: warning: unused variable ‘_return_value’ [-Wunused-variable]
  sqInt _return_value;
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:5027:8: warning: variable ‘val’ set but not used [-Wunused-but-set-variable]
  sqInt val;
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:5026:8: warning: variable ‘testID’ set but not used [-Wunused-but-set-variable]
  sqInt testID;
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:5025:8: warning: variable ‘rcvr’ set but not used [-Wunused-but-set-variable]
  sqInt rcvr;
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:5024:14: warning: variable ‘colorB’ set but not used [-Wunused-but-set-variable]
  usqIntptr_t colorB;
              ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:5023:14: warning: variable ‘colorA’ set but not used [-Wunused-but-set-variable]
  usqIntptr_t colorA;
              ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c: At top level:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6:13: warning: ‘__buildInfo’ defined but not used [-Wunused-variable]
 static char __buildInfo[] = "BitBltSimulation VMMaker.oscog-eem.2493 uuid: d7437cc5-75c7-4a43-af6b-0f85bf0cebe6 " __DATE__ ;
             ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:411:1: warning: ‘affectedBottom’ defined but not used [-Wunused-function]
 affectedBottom(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:418:1: warning: ‘affectedLeft’ defined but not used [-Wunused-function]
 affectedLeft(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:425:1: warning: ‘affectedRight’ defined but not used [-Wunused-function]
 affectedRight(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:432:1: warning: ‘affectedTop’ defined but not used [-Wunused-function]
 affectedTop(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1133:1: warning: ‘checkSourceOverlap’ defined but not used [-Wunused-function]
 checkSourceOverlap(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1271:1: warning: ‘copyBitsFastPathSpecialised’ defined but not used [-Wunused-function]
 copyBitsFastPathSpecialised(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2494:1: warning: ‘default8To32Table’ defined but not used [-Wunused-function]
 default8To32Table(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2538:1: warning: ‘deltaFromtonSteps’ defined but not used [-Wunused-function]
 deltaFromtonSteps(sqInt x1, sqInt x2, sqInt n)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2563:1: warning: ‘destMaskAndPointerInit’ defined but not used [-Wunused-function]
 destMaskAndPointerInit(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2610:1: warning: ‘dither32To16threshold’ defined but not used [-Wunused-function]
 dither32To16threshold(unsigned int srcWord, sqInt ditherValue)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2626:1: warning: ‘drawLoopXY’ defined but not used [-Wunused-function]
 drawLoopXY(sqInt xDelta, sqInt yDelta)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2771:1: warning: ‘expensiveDither32To16threshold’ defined but not used [-Wunused-function]
 expensiveDither32To16threshold(unsigned int srcWord, sqInt ditherValue)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2819:1: warning: ‘fetchIntOrFloatofObject’ defined but not used [-Wunused-function]
 fetchIntOrFloatofObject(sqInt fieldIndex, sqInt objectPointer)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2904:1: warning: ‘ignoreSourceOrHalftone’ defined but not used [-Wunused-function]
 ignoreSourceOrHalftone(sqInt formPointer)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3066:1: warning: ‘loadBitBltDestForm’ defined but not used [-Wunused-function]
 loadBitBltDestForm(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3551:1: warning: ‘loadBitBltSourceForm’ defined but not used [-Wunused-function]
 loadBitBltSourceForm(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3641:1: warning: ‘loadColorMap’ defined but not used [-Wunused-function]
 loadColorMap(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3755:1: warning: ‘loadColorMapShiftOrMaskFrom’ defined but not used [-Wunused-function]
 loadColorMapShiftOrMaskFrom(sqInt mapOop)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3773:1: warning: ‘loadHalftoneForm’ defined but not used [-Wunused-function]
 loadHalftoneForm(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3821:1: warning: ‘loadWarpBltFrom’ defined but not used [-Wunused-function]
 loadWarpBltFrom(sqInt bbObj)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3986:1: warning: ‘mapPixelflags’ defined but not used [-Wunused-function]
 mapPixelflags(sqInt sourcePixel, sqInt mapperFlags)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4016:1: warning: ‘mergewith’ defined but not used [-Wunused-function]
 mergewith(unsigned int sourceWord, unsigned int destinationWord)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4490:1: warning: ‘partitionedRgbComponentAlphadestnBitsnPartitions’ defined but not used [-Wunused-function]
 partitionedRgbComponentAlphadestnBitsnPartitions(unsigned int sourceWord, unsigned int destWord, sqInt nBits, sqInt nParts)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4637:1: warning: ‘performCopyLoop’ defined but not used [-Wunused-function]
 performCopyLoop(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4790:1: warning: ‘pickSourcePixelsflagssrcMaskdestMasksrcShiftIncdstShiftInc’ defined but not used [-Wunused-function]
 pickSourcePixelsflagssrcMaskdestMasksrcShiftIncdstShiftInc(sqInt nPixels, sqInt mapperFlags, sqInt srcMask, sqInt dstMask, sqInt srcShiftInc, sqInt dstShiftInc)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4892:1: warning: ‘pickWarpPixelAtXy’ defined but not used [-Wunused-function]
 pickWarpPixelAtXy(sqInt xx, sqInt yy)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6406:1: warning: ‘rgbMap16To32’ defined but not used [-Wunused-function]
 rgbMap16To32(sqInt sourcePixel)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6417:1: warning: ‘rgbMap32To32’ defined but not used [-Wunused-function]
 rgbMap32To32(sqInt sourcePixel)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6427:1: warning: ‘rgbMapPixelflags’ defined but not used [-Wunused-function]
 rgbMapPixelflags(sqInt sourcePixel, sqInt mapperFlags)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6764:1: warning: ‘showDisplayBits’ defined but not used [-Wunused-function]
 showDisplayBits(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6780:1: warning: ‘sourceSkewAndPointerInit’ defined but not used [-Wunused-function]
 sourceSkewAndPointerInit(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6842:1: warning: ‘sqAssert’ defined but not used [-Wunused-function]
 sqAssert(sqInt aBool)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:7033:1: warning: ‘tryCopyingBitsQuickly’ defined but not used [-Wunused-function]
 tryCopyingBitsQuickly(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:7160:1: warning: ‘warpBits’ defined but not used [-Wunused-function]
 warpBits(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:7802:1: warning: ‘warpLoopSetup’ defined but not used [-Wunused-function]
 warpLoopSetup(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:8027:1: warning: ‘warpPickSourcePixelsxDeltahyDeltahxDeltavyDeltavdstShiftIncflags’ defined but not used [-Wunused-function]
 warpPickSourcePixelsxDeltahyDeltahxDeltavyDeltavdstShiftIncflags(sqInt nPixels, sqInt xDeltah, sqInt yDeltah, sqInt xDeltav, sqInt yDeltav, sqInt dstShiftInc, sqInt mapperFlags)
 ^
[ 84%] Linking C shared library build/vm/libBitBltPlugin.so
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/BitBltPlugin.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.  -shared -Wl,-soname,libBitBltPlugin.so -o build/vm/libBitBltPlugin.so CMakeFiles/BitBltPlugin.dir/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/libPharoVMCore.so build/vm/libffi.so -ldl -lm -lpthread 
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build-StackVM'
[ 84%] Built target BitBltPlugin
make -f CMakeFiles/SqueakSSL.dir/build.make CMakeFiles/SqueakSSL.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build-StackVM'
cd /builds/workspace/pharo-vm_pharo-9/build-StackVM && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/build-StackVM /builds/workspace/pharo-vm_pharo-9/build-StackVM /builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/SqueakSSL.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/SqueakSSL.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/SqueakSSL.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/SqueakSSL.dir/depend.internal".
Scanning dependencies of target SqueakSSL
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build-StackVM'
make -f CMakeFiles/SqueakSSL.dir/build.make CMakeFiles/SqueakSSL.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build-StackVM'
[ 85%] Building C object CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c.o
/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DSqueakSSL_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqVirtualMachine.h:30:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c:22:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c: At top level:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c:6:13: warning: ‘__buildInfo’ defined but not used [-Wunused-variable]
 static char __buildInfo[] = "SqueakSSLPlugin VMMaker.oscog-eem.2480 uuid: bb3ffda7-8241-4dea-b886-d656e474b6c1 " __DATE__ ;
             ^
[ 85%] Building C object CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c.o
/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DSqueakSSL_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c:3:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c: In function ‘sqVerifySAN’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c:42:32: warning: pointer targets in initialization differ in signedness [-Wpointer-sign]
 # define ASN1_STRING_get0_data ASN1_STRING_data
                                ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c:176:24: note: in expansion of macro ‘ASN1_STRING_get0_data’
  const char* sANData = ASN1_STRING_get0_data(sAN->d.ia5);
                        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c: In function ‘sqConnectSSL’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c:464:29: warning: the address of ‘X509_check_ip_asc’ will always evaluate as ‘true’ [-Waddress]
                         if (X509_check_ip_asc && X509_check_host) {
                             ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c:464:47: warning: the address of ‘X509_check_host’ will always evaluate as ‘true’ [-Waddress]
                         if (X509_check_ip_asc && X509_check_host) {
                                               ^
[ 86%] Linking C shared library build/vm/libSqueakSSL.so
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/SqueakSSL.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.  -shared -Wl,-soname,libSqueakSSL.so -o build/vm/libSqueakSSL.so CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c.o CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c.o -Wl,-rpath,@executable_path/Plugins build/vm/libPharoVMCore.so /usr/lib/x86_64-linux-gnu/libssl.so /usr/lib/x86_64-linux-gnu/libcrypto.so build/vm/libffi.so -ldl -lm -lpthread 
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build-StackVM'
[ 86%] Built target SqueakSSL
make -f CMakeFiles/DSAPrims.dir/build.make CMakeFiles/DSAPrims.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build-StackVM'
cd /builds/workspace/pharo-vm_pharo-9/build-StackVM && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/build-StackVM /builds/workspace/pharo-vm_pharo-9/build-StackVM /builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/DSAPrims.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/DSAPrims.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/DSAPrims.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/DSAPrims.dir/depend.internal".
Scanning dependencies of target DSAPrims
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build-StackVM'
make -f CMakeFiles/DSAPrims.dir/build.make CMakeFiles/DSAPrims.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build-StackVM'
[ 86%] Building C object CMakeFiles/DSAPrims.dir/extracted/plugins/DSAPrims/src/common/DSAPrims.c.o
/usr/bin/cc -DCOGMTVM=0 -DDSAPrims_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/DSAPrims.dir/extracted/plugins/DSAPrims/src/common/DSAPrims.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqVirtualMachine.h:30:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:22:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c: At top level:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:6:13: warning: ‘__buildInfo’ defined but not used [-Wunused-variable]
 static char __buildInfo[] = "DSAPlugin CryptographyPlugins-eem.14 uuid: 54292ff0-b538-43ba-9195-26766c158ba9 " __DATE__ ;
             ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:106:1: warning: ‘addBackDivisorDigitShift’ defined but not used [-Wunused-function]
 addBackDivisorDigitShift(sqInt digitShift)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:144:1: warning: ‘bigDivideLoop’ defined but not used [-Wunused-function]
 bigDivideLoop(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:265:1: warning: ‘leftRotateby’ defined but not used [-Wunused-function]
 leftRotateby(unsigned int anInteger, sqInt bits)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:675:1: warning: ‘subtractDivisorMultipliedByDigitdigitShift’ defined but not used [-Wunused-function]
 subtractDivisorMultipliedByDigitdigitShift(sqInt digit, sqInt digitShift)
 ^
[ 87%] Linking C shared library build/vm/libDSAPrims.so
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/DSAPrims.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.  -shared -Wl,-soname,libDSAPrims.so -o build/vm/libDSAPrims.so CMakeFiles/DSAPrims.dir/extracted/plugins/DSAPrims/src/common/DSAPrims.c.o -Wl,-rpath,@executable_path/Plugins build/vm/libPharoVMCore.so build/vm/libffi.so -ldl -lm -lpthread 
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build-StackVM'
[ 87%] Built target DSAPrims
make -f CMakeFiles/UnixOSProcessPlugin.dir/build.make CMakeFiles/UnixOSProcessPlugin.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build-StackVM'
cd /builds/workspace/pharo-vm_pharo-9/build-StackVM && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/build-StackVM /builds/workspace/pharo-vm_pharo-9/build-StackVM /builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/UnixOSProcessPlugin.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/UnixOSProcessPlugin.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/UnixOSProcessPlugin.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/UnixOSProcessPlugin.dir/depend.internal".
Scanning dependencies of target UnixOSProcessPlugin
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build-StackVM'
make -f CMakeFiles/UnixOSProcessPlugin.dir/build.make CMakeFiles/UnixOSProcessPlugin.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build-StackVM'
[ 87%] Building C object CMakeFiles/UnixOSProcessPlugin.dir/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c.o
/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DUnixOSProcessPlugin_EXPORTS -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/UnixOSProcessPlugin.dir/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqVirtualMachine.h:30:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:38:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c: In function ‘primitiveFileStat’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:2055:11: warning: variable ‘uid’ set but not used [-Wunused-but-set-variable]
     sqInt uid;
           ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:2049:11: warning: variable ‘gid’ set but not used [-Wunused-but-set-variable]
     sqInt gid;
           ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c: In function ‘primitiveFixPointersInArrayOfStrings’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:2095:11: warning: variable ‘count’ set but not used [-Wunused-but-set-variable]
     sqInt count;
           ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c: In function ‘setSigChldHandler’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4462:36: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  sigchldHandlerAction.sa_sigaction = reapChildProcess;
                                    ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4468:53: warning: comparison between pointer and integer
  if ((sigaction(SIGCHLD, &sigchldHandlerAction, 0)) == (sigErrorNumber())) {
                                                     ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c: In function ‘setSignalNumberhandler’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4511:74: warning: comparison between pointer and integer
  if ((sigaction(signalNumber, (&sigHandlerAction), (&oldHandlerAction))) == (sigErrorNumber())) {
                                                                          ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c: In function ‘sigHoldNumber’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4645:9: warning: return makes pointer from integer without a cast [-Wint-conversion]
  return -1;
         ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c: At top level:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:6:13: warning: ‘__buildInfo’ defined but not used [-Wunused-variable]
 static char __buildInfo[] = "UnixOSProcessPlugin VMConstruction-Plugins-OSProcessPlugin.oscog-dtl.66 uuid: a8a2bf10-e7b3-4963-90b3-d69a2bee77bb " __DATE__ ;
             ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:365:1: warning: ‘argumentAtAsType’ defined but not used [-Wunused-function]
 argumentAtAsType(sqInt classIdentifier)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:410:1: warning: ‘copyBytesFromtolength’ defined but not used [-Wunused-function]
 copyBytesFromtolength(void *charArray1, void *charArray2, sqInt len)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:499:1: warning: ‘descriptorTableSize’ defined but not used [-Wunused-function]
 descriptorTableSize(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:663:1: warning: ‘environmentAtSymbolAsType’ defined but not used [-Wunused-function]
 environmentAtSymbolAsType(sqInt classIdentifier)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:688:1: warning: ‘fileDescriptorFrom’ defined but not used [-Wunused-function]
 fileDescriptorFrom(sqInt aSQFileByteArray)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:718:1: warning: ‘fileRecordSize’ defined but not used [-Wunused-function]
 fileRecordSize(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:732:1: warning: ‘fileValueOf’ defined but not used [-Wunused-function]
 fileValueOf(sqInt anSQFileRecord)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1202:1: warning: ‘getThisSessionIdentifier’ defined but not used [-Wunused-function]
 getThisSessionIdentifier(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1313:1: warning: ‘isSQFileObject’ defined but not used [-Wunused-function]
 isSQFileObject(sqInt objectPointer)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1331:1: warning: ‘isSQSocketObject’ defined but not used [-Wunused-function]
 isSQSocketObject(sqInt objectPointer)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1345:1: warning: ‘isValidFileSession’ defined but not used [-Wunused-function]
 isValidFileSession(sqInt objectPointer)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1401:1: warning: ‘maskForThisThreadAndResend’ defined but not used [-Wunused-function]
 maskForThisThreadAndResend(int sigNum)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1526:1: warning: ‘newSQFileByteArray’ defined but not used [-Wunused-function]
 newSQFileByteArray(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1536:1: warning: ‘newSQSocketByteArray’ defined but not used [-Wunused-function]
 newSQSocketByteArray(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1560:1: warning: ‘pointerFrom’ defined but not used [-Wunused-function]
 pointerFrom(sqInt aByteArray)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4322:1: warning: ‘restoreDefaultSignalHandlers’ defined but not used [-Wunused-function]
 restoreDefaultSignalHandlers(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4365:1: warning: ‘sendSignaltoPid’ defined but not used [-Wunused-function]
 sendSignaltoPid(sqInt sig, sqInt pid)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4478:1: warning: ‘setSigIntDefaultHandler’ defined but not used [-Wunused-function]
 setSigIntDefaultHandler(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4488:1: warning: ‘setSigIntIgnore’ defined but not used [-Wunused-function]
 setSigIntIgnore(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4519:1: warning: ‘setSigPipeDefaultHandler’ defined but not used [-Wunused-function]
 setSigPipeDefaultHandler(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4535:1: warning: ‘setSigPipeHandler’ defined but not used [-Wunused-function]
 setSigPipeHandler(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4549:1: warning: ‘setSigPipeIgnore’ defined but not used [-Wunused-function]
 setSigPipeIgnore(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4580:1: warning: ‘sigAbrtNumber’ defined but not used [-Wunused-function]
 sigAbrtNumber(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4590:1: warning: ‘sigAlrmNumber’ defined but not used [-Wunused-function]
 sigAlrmNumber(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4600:1: warning: ‘sigChldNumber’ defined but not used [-Wunused-function]
 sigChldNumber(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4610:1: warning: ‘sigContNumber’ defined but not used [-Wunused-function]
 sigContNumber(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4640:1: warning: ‘sigHoldNumber’ defined but not used [-Wunused-function]
 sigHoldNumber(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4654:1: warning: ‘sigHupNumber’ defined but not used [-Wunused-function]
 sigHupNumber(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4674:1: warning: ‘sigIntNumber’ defined but not used [-Wunused-function]
 sigIntNumber(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4684:1: warning: ‘sigKillNumber’ defined but not used [-Wunused-function]
 sigKillNumber(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4705:1: warning: ‘sigPipeNumber’ defined but not used [-Wunused-function]
 sigPipeNumber(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4715:1: warning: ‘sigQuitNumber’ defined but not used [-Wunused-function]
 sigQuitNumber(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4725:1: warning: ‘sigStopNumber’ defined but not used [-Wunused-function]
 sigStopNumber(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4737:1: warning: ‘sigTermNumber’ defined but not used [-Wunused-function]
 sigTermNumber(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4748:1: warning: ‘sigUsr1Number’ defined but not used [-Wunused-function]
 sigUsr1Number(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4759:1: warning: ‘sigUsr2Number’ defined but not used [-Wunused-function]
 sigUsr2Number(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4769:1: warning: ‘sizeOfInt’ defined but not used [-Wunused-function]
 sizeOfInt(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4779:1: warning: ‘sizeOfPointer’ defined but not used [-Wunused-function]
 sizeOfPointer(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4810:1: warning: ‘socketDescriptorFrom’ defined but not used [-Wunused-function]
 socketDescriptorFrom(sqInt sqSocketOop)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4829:1: warning: ‘socketRecordSize’ defined but not used [-Wunused-function]
 socketRecordSize(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4843:1: warning: ‘socketValueOf’ defined but not used [-Wunused-function]
 socketValueOf(sqInt anSQSocketRecord)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4915:1: warning: ‘unixFileNumber’ defined but not used [-Wunused-function]
 unixFileNumber(FILEHANDLETYPE fileHandle)
 ^
[ 88%] Linking C shared library build/vm/libUnixOSProcessPlugin.so
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/UnixOSProcessPlugin.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.  -shared -Wl,-soname,libUnixOSProcessPlugin.so -o build/vm/libUnixOSProcessPlugin.so CMakeFiles/UnixOSProcessPlugin.dir/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/libPharoVMCore.so build/vm/libFilePlugin.so build/vm/libffi.so -ldl -lm -lpthread 
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build-StackVM'
[ 88%] Built target UnixOSProcessPlugin
make -f CMakeFiles/libgit2-linux-1.0.0.dir/build.make CMakeFiles/libgit2-linux-1.0.0.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build-StackVM'
cd /builds/workspace/pharo-vm_pharo-9/build-StackVM && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/build-StackVM /builds/workspace/pharo-vm_pharo-9/build-StackVM /builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/libgit2-linux-1.0.0.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/libgit2-linux-1.0.0.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/libgit2-linux-1.0.0.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/libgit2-linux-1.0.0.dir/depend.internal".
Scanning dependencies of target libgit2-linux-1.0.0
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build-StackVM'
make -f CMakeFiles/libgit2-linux-1.0.0.dir/build.make CMakeFiles/libgit2-linux-1.0.0.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build-StackVM'
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_pharo-9/build-StackVM/libgit2-linux-1.0.0-src/libgit2.1.0.0.so /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vm/
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build-StackVM'
[ 88%] Built target libgit2-linux-1.0.0
make -f CMakeFiles/openssl-1.0.2q.dir/build.make CMakeFiles/openssl-1.0.2q.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build-StackVM'
cd /builds/workspace/pharo-vm_pharo-9/build-StackVM && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/build-StackVM /builds/workspace/pharo-vm_pharo-9/build-StackVM /builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/openssl-1.0.2q.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/openssl-1.0.2q.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/openssl-1.0.2q.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/openssl-1.0.2q.dir/depend.internal".
Scanning dependencies of target openssl-1.0.2q
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build-StackVM'
make -f CMakeFiles/openssl-1.0.2q.dir/build.make CMakeFiles/openssl-1.0.2q.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build-StackVM'
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_pharo-9/build-StackVM/openssl-1.0.2q-src/libcrypto.so.1.0.0 /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vm/
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_pharo-9/build-StackVM/openssl-1.0.2q-src/libssl.so /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vm/
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_pharo-9/build-StackVM/openssl-1.0.2q-src/libssl.so.1.0.0 /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vm/
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build-StackVM'
[ 88%] Built target openssl-1.0.2q
make -f CMakeFiles/libssh2-1.7.0.dir/build.make CMakeFiles/libssh2-1.7.0.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build-StackVM'
cd /builds/workspace/pharo-vm_pharo-9/build-StackVM && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/build-StackVM /builds/workspace/pharo-vm_pharo-9/build-StackVM /builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/libssh2-1.7.0.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/libssh2-1.7.0.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/libssh2-1.7.0.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/libssh2-1.7.0.dir/depend.internal".
Scanning dependencies of target libssh2-1.7.0
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build-StackVM'
make -f CMakeFiles/libssh2-1.7.0.dir/build.make CMakeFiles/libssh2-1.7.0.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build-StackVM'
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_pharo-9/build-StackVM/libssh2-1.7.0-src/libssh2.so /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vm/
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_pharo-9/build-StackVM/libssh2-1.7.0-src/libssh2.so.1 /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vm/
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_pharo-9/build-StackVM/libssh2-1.7.0-src/libssh2.so.1.0.1 /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vm/
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build-StackVM'
[ 88%] Built target libssh2-1.7.0
make -f CMakeFiles/SDL2-2.0.7.dir/build.make CMakeFiles/SDL2-2.0.7.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build-StackVM'
cd /builds/workspace/pharo-vm_pharo-9/build-StackVM && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/build-StackVM /builds/workspace/pharo-vm_pharo-9/build-StackVM /builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/SDL2-2.0.7.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/SDL2-2.0.7.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/SDL2-2.0.7.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/SDL2-2.0.7.dir/depend.internal".
Scanning dependencies of target SDL2-2.0.7
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build-StackVM'
make -f CMakeFiles/SDL2-2.0.7.dir/build.make CMakeFiles/SDL2-2.0.7.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build-StackVM'
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_pharo-9/build-StackVM/SDL2-2.0.7-src/libSDL2-2.0.so.0 /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vm/
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_pharo-9/build-StackVM/SDL2-2.0.7-src/libSDL2-2.0.so.0.7.0 /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vm/
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_pharo-9/build-StackVM/SDL2-2.0.7-src/libSDL2.so /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vm/
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build-StackVM'
[ 88%] Built target SDL2-2.0.7
make -f CMakeFiles/pharo.dir/build.make CMakeFiles/pharo.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build-StackVM'
cd /builds/workspace/pharo-vm_pharo-9/build-StackVM && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/build-StackVM /builds/workspace/pharo-vm_pharo-9/build-StackVM /builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/pharo.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/pharo.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/pharo.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/pharo.dir/depend.internal".
Scanning dependencies of target pharo
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build-StackVM'
make -f CMakeFiles/pharo.dir/build.make CMakeFiles/pharo.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build-StackVM'
[ 89%] Building C object CMakeFiles/pharo.dir/src/unixMain.c.o
/usr/bin/cc -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.   -o CMakeFiles/pharo.dir/src/unixMain.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/src/unixMain.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/errorCode.h:6,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/parameters/parameterVector.h:10,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/parameters/parameters.h:10,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharoClient.h:6,
                 from /builds/workspace/pharo-vm_pharo-9/repository/src/unixMain.c:1:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 90%] Linking C executable build/vm/pharo
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/pharo.dir/link.txt --verbose=1
/usr/bin/cc  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.   CMakeFiles/pharo.dir/src/unixMain.c.o  -o build/vm/pharo -Wl,-rpath,/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vm build/vm/libPharoVMCore.so build/vm/libffi.so -ldl -lm -lpthread 
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build-StackVM'
[ 90%] Built target pharo
make -f CMakeFiles/build_vmmaker_get_vm.dir/build.make CMakeFiles/build_vmmaker_get_vm.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build-StackVM'
cd /builds/workspace/pharo-vm_pharo-9/build-StackVM && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/build-StackVM /builds/workspace/pharo-vm_pharo-9/build-StackVM /builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/build_vmmaker_get_vm.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/build_vmmaker_get_vm.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/build_vmmaker_get_vm.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/build_vmmaker_get_vm.dir/depend.internal".
Scanning dependencies of target build_vmmaker_get_vm
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build-StackVM'
make -f CMakeFiles/build_vmmaker_get_vm.dir/build.make CMakeFiles/build_vmmaker_get_vm.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build-StackVM'
[ 90%] Performing update step for 'build_vmmaker_get_vm'
cd /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/vm && echo

[ 90%] Performing configure step for 'build_vmmaker_get_vm'
cd /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/vm && echo

cd /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/vm && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-configure
[ 91%] Performing build step for 'build_vmmaker_get_vm'
cd /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/vm && echo

cd /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/vm && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-build
[ 92%] Performing install step for 'build_vmmaker_get_vm'
cd /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/vm && echo

cd /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/vm && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-install
[ 93%] Completed 'build_vmmaker_get_vm'
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/build_vmmaker_get_vm-complete
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-done
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build-StackVM'
[ 95%] Built target build_vmmaker_get_vm
make -f build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/build.make build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build-StackVM'
cd /builds/workspace/pharo-vm_pharo-9/build-StackVM && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary /builds/workspace/pharo-vm_pharo-9/build-StackVM /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/ffiTestLibrary /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/ffiTestLibrary/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/depend.internal".
Scanning dependencies of target TestLibrary
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build-StackVM'
make -f build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/build.make build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build-StackVM'
[ 95%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/basic_types.c.o
cd /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/ffiTestLibrary && /usr/bin/cc -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/includes  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/TestLibrary.dir/src/basic_types.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/src/basic_types.c
[ 96%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/callback_types.c.o
cd /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/ffiTestLibrary && /usr/bin/cc -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/includes  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/TestLibrary.dir/src/callback_types.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/src/callback_types.c
[ 97%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/callbacks.c.o
cd /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/ffiTestLibrary && /usr/bin/cc -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/includes  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/TestLibrary.dir/src/callbacks.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/src/callbacks.c
/builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/src/callbacks.c: In function ‘otherThread’:
/builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/src/callbacks.c:47:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
[ 97%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/callout.c.o
cd /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/ffiTestLibrary && /usr/bin/cc -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/includes  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/TestLibrary.dir/src/callout.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/src/callout.c
[ 98%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/registerCallback.c.o
cd /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/ffiTestLibrary && /usr/bin/cc -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/includes  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/TestLibrary.dir/src/registerCallback.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/src/registerCallback.c
[ 98%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/structures.c.o
cd /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/ffiTestLibrary && /usr/bin/cc -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/includes  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/TestLibrary.dir/src/structures.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/src/structures.c
[100%] Linking C shared library ../vm/libTestLibrary.so
cd /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/ffiTestLibrary && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/TestLibrary.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.  -shared -Wl,-soname,libTestLibrary.so -o ../vm/libTestLibrary.so CMakeFiles/TestLibrary.dir/src/basic_types.c.o CMakeFiles/TestLibrary.dir/src/callback_types.c.o CMakeFiles/TestLibrary.dir/src/callbacks.c.o CMakeFiles/TestLibrary.dir/src/callout.c.o CMakeFiles/TestLibrary.dir/src/registerCallback.c.o CMakeFiles/TestLibrary.dir/src/structures.c.o -Wl,-rpath,@executable_path/Plugins 
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build-StackVM'
[100%] Built target TestLibrary
make[1]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build-StackVM'
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_progress_start /builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles 0
make -f CMakeFiles/Makefile2 preinstall
make[1]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build-StackVM'
make[1]: Nothing to be done for 'preinstall'.
make[1]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build-StackVM'
Install the project...
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -P cmake_install.cmake
-- Install configuration: ""
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/./
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//bin
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//bin/pharo
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//pharo
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/lib
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/lib/libFilePlugin.so
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/lib/libgit2.1.0.0.so
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/lib/libssl.so
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/lib/libMiscPrimitivePlugin.so
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/lib/libB2DPlugin.so
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/lib/libgit2.so.0.25.1
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/lib/libJPEGReaderPlugin.so
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/lib/libTestLibrary.so
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/lib/libgit2.so
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/lib/libLargeIntegers.so
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/lib/libSqueakSSL.so
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/lib/libJPEGReadWriter2Plugin.so
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/lib/libSDL2-2.0.so.0
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/lib/libUUIDPlugin.so
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/lib/libssl.so.1.0.0
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/lib/libDSAPrims.so
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/lib/libSDL2-2.0.so.0.7.0
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/lib/pharo
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/lib/libPharoVMCore.so
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/lib/libBitBltPlugin.so
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/lib/libssh2.so.1
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/lib/libgit2.so.25
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/lib/libLocalePlugin.so
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/lib/libssh2.so.1.0.1
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/lib/libSDL2.so
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/lib/libUnixOSProcessPlugin.so
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/lib/libcrypto.so.1.0.0
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/lib/libFloatArrayPlugin.so
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/lib/libssh2.so
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/lib/libFileAttributesPlugin.so
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/lib/libSocketPlugin.so
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/lib/libSurfacePlugin.so
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/lib/libffi.so
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/sqUnixCharConv.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/sqConfig.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/sqGnu.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/sqPlatformSpecific.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/config.h
-- Up-to-date: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/exportDefinition.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/semaphores
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/semaphores/pSemaphore.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/semaphores/platformSemaphore.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/semaphores/pharoSemaphore.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/threads
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/threads/vmthread.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/pharoClient.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/jit
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/jit/jit.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/imageAccess.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/sigjmp_support.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/win
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/win/resources.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/fileDialog.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/pharo.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/threadSafeQueue
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/threadSafeQueue/threadSafeQueue.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/debug.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/sqNamedPrims.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/stringUtilities.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/macros.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/errorCode.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/pathUtilities.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/interpreter.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/parameters
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/parameters/parameterVector.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/parameters/parameters.h
-- Up-to-date: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/sqVirtualMachine.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/sqAtomicOps.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/sq.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/sqaio.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/sqMemoryAccess.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/sqCogStackAlignment.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/sqAssert.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/dispdbg.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/sqMemoryFence.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/cmake
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/cmake/FindFFI.cmake
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/cmake/FindCairo.cmake
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/cmake/importCairo.cmake
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/cmake/FindLibGit2.cmake
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/cmake/DownloadProject.CMakeLists.cmake.in
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/cmake/importLibFFI.cmake
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/cmake/FindSDL2.cmake
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/cmake/Windows.cmake
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/cmake/versionExtraction.cmake
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/cmake/packaging.cmake
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/cmake/vmmaker.cmake
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/cmake/Linux.cmake
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/cmake/Darwin.cmake
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/cmake/importFreetype2.cmake
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/cmake/DownloadProject.cmake
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/cmake/OpenBSD.cmake
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/cmake/importSDL2.cmake
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/cmake/FindPThreadW32.cmake
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/cmake/importLibGit2.cmake
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/win
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/win/faSupport.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/common
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/unix
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/win
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/win/faSupport.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/win/dirent.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/common
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/common/faConstants.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/common/faCommon.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/unix
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/unix/faSupport.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/UnixOSProcessPlugin
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/UnixOSProcessPlugin/src
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/UnixOSProcessPlugin/src/common
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/DSAPrims
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/DSAPrims/src
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/DSAPrims/src/common
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/DSAPrims/src/common/DSAPrims.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReaderPlugin
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReaderPlugin/src
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReaderPlugin/src/common
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/B2DPlugin
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/B2DPlugin/src
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/B2DPlugin/src/common
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakSSL
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/win
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/win/sqWin32SSL.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/osx
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/common
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/unix
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include/common
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include/common/SqueakSSL.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include/unix
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include/unix/openssl_overlay.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltArmLinux.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltArmOther.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltGeneric.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltDispatch.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltArmSimd.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltArm.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltArmSimd.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltDispatch.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltArm.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltInternal.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltGeneric.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SocketPlugin
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SocketPlugin/src
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SocketPlugin/src/common
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SocketPlugin/include
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SocketPlugin/include/common
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SocketPlugin/include/common/SocketPlugin.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SurfacePlugin
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/src
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/src/common
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/include
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/include/common
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/include/common/SurfacePlugin.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/MiscPrimitivePlugin
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/MiscPrimitivePlugin/src
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/MiscPrimitivePlugin/src/common
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/LocalePlugin
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/win
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/win/sqWin32Locale.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/osx
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/common
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/unix
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/unix/sqUnixLocale.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include/osx
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include/osx/sqIOSLocale.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include/common
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include/common/LocalePlugin.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/src
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/x64win64stub.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/AlienSUnitTestProcedures.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/x64sysvabicc.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/IA32ABI.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/arm32abicc.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/xabicc.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/ia32abicc.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/ppc32abicc.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/arm64abicc.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/x64win64abicc.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/include
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessARM32.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessppc.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessppcPostLogicInteger.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dax64business.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessARM64.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessPostLogic.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dax64win64business.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessARM.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessppcPostLogicFloat.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessppcPostLogicDouble.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/ia32abi.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusiness.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/AlienSUnitTestProcedures.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FilePlugin
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FilePlugin/src
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/win
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/win/sqWin32FilePrims.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/osx
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/osx/sqUnixFile.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/common
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/unix
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FilePlugin/include
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FilePlugin/include/win
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FilePlugin/include/win/sqWin32File.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FilePlugin/include/common
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FilePlugin/include/common/FilePlugin.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/README.6b2
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jinclude.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdct.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jversion.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/README
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jpegint.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/ReadMe.txt
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jpeglib.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jconfig.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemsys.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmorecfg.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/LargeIntegers
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/LargeIntegers/src
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/LargeIntegers/src/common
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/win
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/win/sqWin32FFI.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/osx
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/osx/dummyFFI.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/sqManualSurface.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/SqueakFFIPrims.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/sqFFITestFuncs.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/ARM32FFIPlugin.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/ARM64FFIPlugin.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/IA32FFIPlugin.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/sqFFIPlugin.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/X64Win64FFIPlugin.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix/ppc-sysv.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix/ppc-darwin.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix/any-libffi.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix/x86-sysv.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/osx
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/osx/dummyFFI.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/common
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/common/sqFFI.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/unix
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/unix/ffi-test.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/unix/ppc-global.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/unix/ffi-test-sq.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/src
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/src/win
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/src/win/sqWin32SpurAlloc.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/src/win/sqWin32Directory.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/src/win/aioWin.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/src/osx
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/src/osx/aioOSX.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/src/common
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/src/common/sqExternalSemaphores.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/src/common/sqNamedPrims.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/src/common/sqTicker.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/src/common/sqVirtualMachine.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/src/common/heartbeat.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/src/common/sqHeapMap.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/src/unix
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/src/unix/sqUnixCharConv.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/src/unix/aio.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/include
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/include/win
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/include/win/sqWin32HandleTable.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/include/win/sqWin32Alloc.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/include/win/sqConfig.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/include/win/sqWin32.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/include/win/sqGnu.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/include/win/sqPlatformSpecific.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/include/osx
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/include/osx/sqConfig.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/include/osx/sqGnu.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/include/osx/sqPlatformSpecific.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/include/common
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/include/common/sqVirtualMachine.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/include/common/sqAtomicOps.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/include/common/sq.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/include/common/sqaio.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/include/common/sqMemoryAccess.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/include/common/sqCogStackAlignment.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/include/common/sqAssert.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/include/common/dispdbg.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/include/common/sqMemoryFence.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/include/unix
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/include/unix/sqUnixCharConv.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/include/unix/sqConfig.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/include/unix/sqGnu.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/include/unix/sqPlatformSpecific.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/include
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/include/pharovm
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/include/pharovm/exportDefinition.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/include/pharovm/semaphores
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/include/pharovm/semaphores/pSemaphore.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/include/pharovm/semaphores/platformSemaphore.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/include/pharovm/semaphores/pharoSemaphore.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/include/pharovm/threads
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/include/pharovm/threads/vmthread.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/include/pharovm/pharoClient.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/include/pharovm/jit
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/include/pharovm/jit/jit.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/include/pharovm/config.h.in
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/include/pharovm/imageAccess.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/include/pharovm/sigjmp_support.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/include/pharovm/win
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/include/pharovm/win/resources.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/include/pharovm/fileDialog.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/include/pharovm/pharo.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/include/pharovm/threadSafeQueue
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/include/pharovm/threadSafeQueue/threadSafeQueue.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/include/pharovm/debug.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/include/pharovm/sqNamedPrims.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/include/pharovm/stringUtilities.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/include/pharovm/macros.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/include/pharovm/errorCode.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/include/pharovm/pathUtilities.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/include/pharovm/interpreter.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/include/pharovm/parameters
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/include/pharovm/parameters/parameterVector.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/include/pharovm/parameters/parameters.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/packaging
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/packaging/linux
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/packaging/linux/bin
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/packaging/linux/bin/launch.sh.in
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/packaging/linux/launch.sh.in
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/plugins
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/plugins/UUIDPlugin
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/plugins/UUIDPlugin/common
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/plugins/UUIDPlugin/common/UUIDPlugin.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/resources
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/resources/windows
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/resources/windows/dialogs.rc
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/resources/windows/Pharo.ico
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/resources/windows/PharoConsole.exe.manifest.in
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/resources/windows/Pharo.rc.in
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/resources/windows/PharoConsole.rc.in
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/resources/windows/Pharo.exe.manifest.in
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/resources/windows/PharoDLL.rc.in
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/resources/mac
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/resources/mac/PharoImage.icns
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/resources/mac/PharoChanges.icns
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/resources/mac/PharoSources.icns
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/resources/mac/Info.plist.in
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/resources/mac/Pharo.icns
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/resources/img.image
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/scripts
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/scripts/runScriptInCygwinBash.ps1
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/scripts/installCygwin.ps1
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/scripts/runTests.sh
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/scripts/installVMMaker.st
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/debugUnix.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/fileUtilsWin.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/semaphores
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/semaphores/platformSemaphore.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/semaphores/pharoSemaphore.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/utils
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/utils/setjmp-Windows-wrapper-X86.S
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/utils/setjmp-Windows-wrapper-X64.S
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/utils/setjmp-Windows-wrapper-ARM64.S
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/stringUtilities.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/win
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/win/winDebugMenu.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/win/winDebug.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/win/winDebugWindow.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/unixMain.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/utilsMac.mm
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/fileDialogWin32.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/nullDisplay.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/memoryUnix.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/macAlias.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/fileDialogCommon.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/imageAccess.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/fileDialogMac.m
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/fileUtils.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/debug.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/threadSafeQueue
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/threadSafeQueue/threadSafeQueue.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/fileDialogUnix.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/pathUtilities.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/utils.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/client.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/win32Main.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/errorCode.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/externalPrimitives.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/parameters
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/parameters/parameters.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/parameters/parameterVector.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/parameters/parameters.m
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffiTestLibrary
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffiTestLibrary/CMakeLists.txt
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffiTestLibrary/src
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffiTestLibrary/src/callback_types.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffiTestLibrary/src/basic_types.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffiTestLibrary/src/registerCallback.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffiTestLibrary/src/callout.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffiTestLibrary/src/callbacks.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffiTestLibrary/src/structures.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffiTestLibrary/includes
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffiTestLibrary/includes/testLibrary.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffiTestLibrary/includes/callbacks.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffiTestLibrary/includes/structures.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffi
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffi/src
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffi/src/callbacks
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffi/src/callbacks/callbackPrimitives.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffi/src/callbacks/callbacks.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffi/src/worker
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffi/src/worker/workerPrimitives.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffi/src/worker/workerTask.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffi/src/worker/worker.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffi/src/typesPrimitives.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffi/src/pThreadedFFI.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffi/src/sameThread
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffi/src/sameThread/sameThread.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffi/src/utils.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffi/src/primitiveUtils.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffi/src/types.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffi/src/primitiveCalls.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffi/src/functionDefinitionPrimitives.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffi/include
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffi/include/worker.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffi/include/pThreadedFFIUtils.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffi/include/pThreadedFFI.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffi/include/callbacks.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffi/include/workerTask.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/version.info
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/CMakeLists.txt
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/macros.cmake
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/plugins.cmake
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/plugins.macros.cmake
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated/
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//64
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//64/plugins
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//64/plugins/src
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//64/plugins/src/FloatArrayPlugin
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//64/plugins/src/FloatArrayPlugin/FloatArrayPlugin.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//64/plugins/src/SurfacePlugin
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//64/plugins/src/SurfacePlugin/SurfacePlugin.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//64/plugins/src/FilePlugin
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//64/plugins/src/FilePlugin/FilePlugin.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//64/examplePlugins.ext
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//64/vm
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//64/vm/src
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//64/vm/src/interp.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//64/vm/src/gcc3x-interp.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//64/vm/include
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//64/vm/include/interp.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//64/vm/include/vmCallback.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//32
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//32/plugins
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//32/plugins/src
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//32/plugins/src/FloatArrayPlugin
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//32/plugins/src/FloatArrayPlugin/FloatArrayPlugin.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//32/plugins/src/SurfacePlugin
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//32/plugins/src/SurfacePlugin/SurfacePlugin.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//32/plugins/src/FilePlugin
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//32/plugins/src/FilePlugin/FilePlugin.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//32/examplePlugins.ext
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//32/vm
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//32/vm/src
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//32/vm/src/interp.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//32/vm/src/gcc3x-interp.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//32/vm/include
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//32/vm/include/interp.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//32/vm/include/vmCallback.h
-- Up-to-date: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/interp.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/vmCallback.h
Run CPack packaging tool...
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cpack --config ./CPackConfig.cmake
CPack: Create package using ZIP
CPack: Install projects
CPack: - Run preinstall target for: PharoVM
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:504:10: warning: incompatible integer to pointer conversion returning 'sqInt' (aka 'long long') from a function with result type 'void *' [-Wint-conversion]
                return primitiveFailFor(PrimErrBadArgument);
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1629:21: warning: incompatible function pointer types assigning to 'sqInt (*)(sqInt)' (aka 'long long (*)(long long)') from 'sqInt (*)(int)' (aka 'long long (*)(int)') [-Wincompatible-function-pointer-types]
                characterObjectOf = interpreterProxy->characterObjectOf;
                                  ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1643:10: warning: incompatible function pointer types assigning to 'sqInt (*)(void)' (aka 'long long (*)(void)') from 'void (*)(void)' [-Wincompatible-function-pointer-types]
                fullGC = interpreterProxy->fullGC;
                       ^ ~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:230:1: warning: unused function 'connectToFdwrite' [-Wunused-function]
connectToFdwrite(int fd, sqInt writeFlag)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:257:1: warning: unused function 'connectToFilewrite' [-Wunused-function]
connectToFilewrite(void *cfile, sqInt writeFlag)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:384:1: warning: unused function 'makeDirEntryNamesizecreateDatemodDateisDirfileSize' [-Wunused-function]
makeDirEntryNamesizecreateDatemodDateisDirfileSize(char *entryName, sqInt entryNameSize, sqInt createDate, sqInt modifiedDate, sqInt dirFlag, squeakFileOffsetType fileSize)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1230:1: warning: unused function 'primitiveFileReadWithoutPinning' [-Wunused-function]
primitiveFileReadWithoutPinning(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/FilePlugin/FilePlugin.c:1285:1: warning: unused function 'primitiveFileReadWithPinning' [-Wunused-function]
primitiveFileReadWithPinning(void)
^
8 warnings generated.
[ 41%] Linking C shared library build/vm/FilePlugin.dll
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/FilePlugin.dir/link.txt --verbose=1
/usr/bin/x86_64-w64-mingw32-clang  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -shared -Wl,--enable-auto-import -o build/vm/FilePlugin.dll -Wl,--out-implib,build/vm/libFilePlugin.dll.a -Wl,--major-image-version,0,--minor-image-version,0 CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/win/sqWin32FilePrims.c.o CMakeFiles/FilePlugin.dir/extracted/vm/src/win/sqWin32Directory.c.o CMakeFiles/FilePlugin.dir/src/fileUtilsWin.c.o CMakeFiles/FilePlugin.dir/generated/64/plugins/src/FilePlugin/FilePlugin.c.o  build/vm/libPharoVMCore.dll.a build/vm/libffi.dll.a -lwinmm -lWs2_32 -lDbgHelp -lOle32 -lcomctl32 -luuid -lpthread 
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
[ 42%] Built target FilePlugin
make  -f CMakeFiles/FileAttributesPlugin.dir/build.make CMakeFiles/FileAttributesPlugin.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/FileAttributesPlugin.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/FileAttributesPlugin.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/FileAttributesPlugin.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/FileAttributesPlugin.dir/depend.internal".
Scanning dependencies of target FileAttributesPlugin
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
make  -f CMakeFiles/FileAttributesPlugin.dir/build.make CMakeFiles/FileAttributesPlugin.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
[ 42%] Building C object CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFileAttributesPlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c
In file included from /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:23:
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win/dirent.h:734:9: warning: unused function 'readdir' [-Wunused-function]
        readdir(
        ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win/dirent.h:455:9: warning: unused function '_wreaddir' [-Wunused-function]
        _wreaddir(
        ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win/dirent.h:877:9: warning: unused function 'rewinddir' [-Wunused-function]
        rewinddir(
        ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win/dirent.h:888:9: warning: unused function 'scandir' [-Wunused-function]
        scandir(
        ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win/dirent.h:1040:9: warning: unused function 'versionsort' [-Wunused-function]
        versionsort(
        ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:183:1: warning: unused function 'addressObjectFor' [-Wunused-function]
addressObjectFor(void *aMachineAddress)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:313:1: warning: unused function 'badSessionId' [-Wunused-function]
badSessionId(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:324:1: warning: unused function 'convertWinToSqueakTime' [-Wunused-function]
convertWinToSqueakTime(SYSTEMTIME st)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:354:1: warning: unused function 'faSuccess' [-Wunused-function]
faSuccess(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:384:1: warning: unused function 'objectFromStructsize' [-Wunused-function]
objectFromStructsize(void *aMachineAddress, sqInt structSize)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:403:1: warning: unused function 'pathOoptoBuffermaxLen' [-Wunused-function]
pathOoptoBuffermaxLen(sqInt pathNameOop, char *cPathName, sqInt maxLen)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:424:1: warning: unused function 'pointerFrom' [-Wunused-function]
pointerFrom(sqInt directoryPointerBytes)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:1093:1: warning: unused function 'readLinkintomaxLength' [-Wunused-function]
readLinkintomaxLength(char *cPathName, char *cLinkPtr, size_t maxLength)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:1171:1: warning: unused function 'sizeOfFaPath' [-Wunused-function]
sizeOfFaPath(void)
^
14 warnings generated.
[ 43%] Building C object CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFileAttributesPlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c
[ 43%] Building C object CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/win/faSupport.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFileAttributesPlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/win/faSupport.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/win/faSupport.c
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/win/faSupport.c:18:9: warning: 'S_IRUSR' macro redefined [-Wmacro-redefined]
#define S_IRUSR 0400
        ^
/usr/x86_64-w64-mingw32/sys-root/mingw/include/sys/stat.h:152:9: note: previous definition is here
#define S_IRUSR         _S_IRUSR
        ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/win/faSupport.c:19:9: warning: 'S_IWUSR' macro redefined [-Wmacro-redefined]
#define S_IWUSR 0200
        ^
/usr/x86_64-w64-mingw32/sys-root/mingw/include/sys/stat.h:151:9: note: previous definition is here
#define S_IWUSR         _S_IWUSR
        ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/win/faSupport.c:20:9: warning: 'S_IXUSR' macro redefined [-Wmacro-redefined]
#define S_IXUSR 0100
        ^
/usr/x86_64-w64-mingw32/sys-root/mingw/include/sys/stat.h:150:9: note: previous definition is here
#define S_IXUSR         _S_IXUSR
        ^
In file included from /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/win/faSupport.c:27:
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win/dirent.h:734:9: warning: unused function 'readdir' [-Wunused-function]
        readdir(
        ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win/dirent.h:455:9: warning: unused function '_wreaddir' [-Wunused-function]
        _wreaddir(
        ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win/dirent.h:877:9: warning: unused function 'rewinddir' [-Wunused-function]
        rewinddir(
        ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win/dirent.h:888:9: warning: unused function 'scandir' [-Wunused-function]
        scandir(
        ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win/dirent.h:1040:9: warning: unused function 'versionsort' [-Wunused-function]
        versionsort(
        ^
8 warnings generated.
[ 44%] Linking C shared library build/vm/FileAttributesPlugin.dll
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/FileAttributesPlugin.dir/link.txt --verbose=1
/usr/bin/x86_64-w64-mingw32-clang  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -shared -Wl,--enable-auto-import -o build/vm/FileAttributesPlugin.dll -Wl,--out-implib,build/vm/libFileAttributesPlugin.dll.a -Wl,--major-image-version,0,--minor-image-version,0 CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c.o CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c.o CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/win/faSupport.c.o  build/vm/libFilePlugin.dll.a build/vm/libPharoVMCore.dll.a build/vm/libffi.dll.a -lwinmm -lWs2_32 -lDbgHelp -lOle32 -lcomctl32 -luuid -lpthread 
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
[ 44%] Built target FileAttributesPlugin
make  -f CMakeFiles/JPEGReaderPlugin.dir/build.make CMakeFiles/JPEGReaderPlugin.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/JPEGReaderPlugin.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/JPEGReaderPlugin.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/JPEGReaderPlugin.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/JPEGReaderPlugin.dir/depend.internal".
Scanning dependencies of target JPEGReaderPlugin
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
make  -f CMakeFiles/JPEGReaderPlugin.dir/build.make CMakeFiles/JPEGReaderPlugin.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
[ 45%] Building C object CMakeFiles/JPEGReaderPlugin.dir/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReaderPlugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReaderPlugin.dir/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:250:1: warning: unused function 'colorConvertGrayscaleMCU' [-Wunused-function]
colorConvertGrayscaleMCU(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:300:1: warning: unused function 'colorConvertMCU' [-Wunused-function]
colorConvertMCU(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:442:1: warning: unused function 'decodeBlockIntocomponent' [-Wunused-function]
decodeBlockIntocomponent(int *anArray, int *aColorComponent)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:582:1: warning: unused function 'fillBuffer' [-Wunused-function]
fillBuffer(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:610:1: warning: unused function 'getBits' [-Wunused-function]
getBits(sqInt requestedBits)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:662:1: warning: unused function 'idctBlockIntqt' [-Wunused-function]
idctBlockIntqt(int *anArray, int *qt)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:940:1: warning: unused function 'nextSampleCb' [-Wunused-function]
nextSampleCb(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:976:1: warning: unused function 'nextSampleCr' [-Wunused-function]
nextSampleCr(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1012:1: warning: unused function 'nextSampleFromblocks' [-Wunused-function]
nextSampleFromblocks(int *aComponent, int **aBlockArray)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1048:1: warning: unused function 'nextSampleY' [-Wunused-function]
nextSampleY(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1733:1: warning: unused function 'scaleAndSignExtendinFieldWidth' [-Wunused-function]
scaleAndSignExtendinFieldWidth(sqInt aNumber, sqInt w)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1780:1: warning: unused function 'stInit' [-Wunused-function]
stInit(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1787:1: warning: unused function 'storeJPEGStreamOn' [-Wunused-function]
storeJPEGStreamOn(sqInt streamOop)
^
13 warnings generated.
[ 45%] Linking C shared library build/vm/JPEGReaderPlugin.dll
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/JPEGReaderPlugin.dir/link.txt --verbose=1
/usr/bin/x86_64-w64-mingw32-clang  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -shared -Wl,--enable-auto-import -o build/vm/JPEGReaderPlugin.dll -Wl,--out-implib,build/vm/libJPEGReaderPlugin.dll.a -Wl,--major-image-version,0,--minor-image-version,0 CMakeFiles/JPEGReaderPlugin.dir/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c.o  build/vm/libPharoVMCore.dll.a build/vm/libffi.dll.a -lwinmm -lWs2_32 -lDbgHelp -lOle32 -lcomctl32 -luuid -lpthread 
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
[ 45%] Built target JPEGReaderPlugin
make  -f CMakeFiles/SurfacePlugin.dir/build.make CMakeFiles/SurfacePlugin.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/SurfacePlugin.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/SurfacePlugin.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/SurfacePlugin.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/SurfacePlugin.dir/depend.internal".
Scanning dependencies of target SurfacePlugin
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
make  -f CMakeFiles/SurfacePlugin.dir/build.make CMakeFiles/SurfacePlugin.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
[ 45%] Building C object CMakeFiles/SurfacePlugin.dir/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DSurfacePlugin_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/SurfacePlugin.dir/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c
[ 46%] Building C object CMakeFiles/SurfacePlugin.dir/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DSurfacePlugin_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/SurfacePlugin.dir/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:492:19: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long long') [-Wint-conversion]
        surfaceHandlePtr = fetchPointerofObject(0, surfaceHandle);
                         ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:493:29: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'sqIntptr_t' (aka 'long long') [-Wint-conversion]
        result = ioRegisterSurface(surfaceHandlePtr, sqSurfaceDispatchPtr, surfaceIDPtr);
                                   ^~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:241:30: note: passing argument to parameter 'surfaceHandle' here
ioRegisterSurface(sqIntptr_t surfaceHandle, sqSurfaceDispatch *fn, int *surfaceIDPtr)
                             ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:493:47: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long long') to parameter of type 'sqSurfaceDispatch *' (aka 'struct sqSurfaceDispatch *') [-Wint-conversion]
        result = ioRegisterSurface(surfaceHandlePtr, sqSurfaceDispatchPtr, surfaceIDPtr);
                                                     ^~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:241:64: note: passing argument to parameter 'fn' here
ioRegisterSurface(sqIntptr_t surfaceHandle, sqSurfaceDispatch *fn, int *surfaceIDPtr)
                                                               ^
3 warnings generated.
[ 47%] Linking C shared library build/vm/SurfacePlugin.dll
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/SurfacePlugin.dir/link.txt --verbose=1
/usr/bin/x86_64-w64-mingw32-clang  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -shared -Wl,--enable-auto-import -o build/vm/SurfacePlugin.dll -Wl,--out-implib,build/vm/libSurfacePlugin.dll.a -Wl,--major-image-version,0,--minor-image-version,0 CMakeFiles/SurfacePlugin.dir/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c.o CMakeFiles/SurfacePlugin.dir/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c.o  build/vm/libPharoVMCore.dll.a build/vm/libffi.dll.a -lwinmm -lWs2_32 -lDbgHelp -lOle32 -lcomctl32 -luuid -lpthread 
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
[ 48%] Built target SurfacePlugin
make  -f CMakeFiles/MiscPrimitivePlugin.dir/build.make CMakeFiles/MiscPrimitivePlugin.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/MiscPrimitivePlugin.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/MiscPrimitivePlugin.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/MiscPrimitivePlugin.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/MiscPrimitivePlugin.dir/depend.internal".
CPack: - Install project: PharoVM
CPack: -   Install component: Unspecified
CPack: -   Install component: bin
CPack: -   Install component: c-src
CPack: -   Install component: include
CPack: Create package
CPack: - package: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/packages/PharoVM-9.0.15-4a14a4a7-Darwin-x86_64-Unspecified.zip generated.
CPack: - checksum file: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/packages/PharoVM-9.0.15-4a14a4a7-Darwin-x86_64-Unspecified.zip.sha1 generated.
CPack: - package: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/packages/PharoVM-9.0.15-4a14a4a7-Darwin-x86_64-bin.zip generated.
CPack: - checksum file: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/packages/PharoVM-9.0.15-4a14a4a7-Darwin-x86_64-bin.zip.sha1 generated.
CPack: - package: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/packages/PharoVM-9.0.15-4a14a4a7-Darwin-x86_64-c-src.zip generated.
CPack: - checksum file: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/packages/PharoVM-9.0.15-4a14a4a7-Darwin-x86_64-c-src.zip.sha1 generated.
CPack: - package: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/packages/PharoVM-9.0.15-4a14a4a7-Darwin-x86_64-include.zip generated.
CPack: - checksum file: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/packages/PharoVM-9.0.15-4a14a4a7-Darwin-x86_64-include.zip.sha1 generated.
CPack: Create package using TGZ
CPack: Install projects
CPack: - Run preinstall target for: PharoVM
Scanning dependencies of target MiscPrimitivePlugin
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
make  -f CMakeFiles/MiscPrimitivePlugin.dir/build.make CMakeFiles/MiscPrimitivePlugin.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
[ 49%] Building C object CMakeFiles/MiscPrimitivePlugin.dir/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DMiscPrimitivePlugin_EXPORTS -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/MiscPrimitivePlugin.dir/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c
[ 49%] Linking C shared library build/vm/MiscPrimitivePlugin.dll
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/MiscPrimitivePlugin.dir/link.txt --verbose=1
/usr/bin/x86_64-w64-mingw32-clang  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -shared -Wl,--enable-auto-import -o build/vm/MiscPrimitivePlugin.dll -Wl,--out-implib,build/vm/libMiscPrimitivePlugin.dll.a -Wl,--major-image-version,0,--minor-image-version,0 CMakeFiles/MiscPrimitivePlugin.dir/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c.o  build/vm/libPharoVMCore.dll.a build/vm/libffi.dll.a -lwinmm -lWs2_32 -lDbgHelp -lOle32 -lcomctl32 -luuid -lpthread 
CPack: - Install project: PharoVM []
CPack: -   Install component: bin
CPack: -   Install component: c-src
CPack: -   Install component: include
CPack: Create package
CPack: - package: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/packages/PharoVM-9.0.15-4a14a4a7-Darwin-arm64-bin.tar.gz generated.
CPack: - checksum file: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/packages/PharoVM-9.0.15-4a14a4a7-Darwin-arm64-bin.tar.gz.sha1 generated.
CPack: - package: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/packages/PharoVM-9.0.15-4a14a4a7-Darwin-arm64-c-src.tar.gz generated.
CPack: - checksum file: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/packages/PharoVM-9.0.15-4a14a4a7-Darwin-arm64-c-src.tar.gz.sha1 generated.
CPack: - package: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/packages/PharoVM-9.0.15-4a14a4a7-Darwin-arm64-include.tar.gz generated.
CPack: - checksum file: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-StackVM/build/packages/PharoVM-9.0.15-4a14a4a7-Darwin-arm64-include.tar.gz.sha1 generated.
[Pipeline] }
[Pipeline] // dir
[Pipeline] stash
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
[ 49%] Built target MiscPrimitivePlugin
make  -f CMakeFiles/PharoConsole.dir/build.make CMakeFiles/PharoConsole.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/PharoConsole.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/PharoConsole.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/PharoConsole.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/PharoConsole.dir/depend.internal".
Scanning dependencies of target PharoConsole
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
make  -f CMakeFiles/PharoConsole.dir/build.make CMakeFiles/PharoConsole.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
[ 49%] Building C object CMakeFiles/PharoConsole.dir/src/unixMain.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoConsole.dir/src/unixMain.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/src/unixMain.c
[ 50%] Building RC object CMakeFiles/PharoConsole.dir/PharoConsole.rc.res
x86_64-w64-mingw32-windres -O coff -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include   /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/PharoConsole.rc CMakeFiles/PharoConsole.dir/PharoConsole.rc.res
[ 50%] Linking C executable build/vm/PharoConsole.exe
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/PharoConsole.dir/link.txt --verbose=1
/usr/bin/x86_64-w64-mingw32-clang  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0  -Wl,--enable-auto-import -mconsole CMakeFiles/PharoConsole.dir/src/unixMain.c.o CMakeFiles/PharoConsole.dir/PharoConsole.rc.res  -o build/vm/PharoConsole.exe -Wl,--out-implib,build/vm/libPharoConsole.dll.a -Wl,--major-image-version,0,--minor-image-version,0  build/vm/libPharoVMCore.dll.a -lOle32 -lcomctl32 -luuid build/vm/libffi.dll.a -lwinmm -lWs2_32 -lDbgHelp -lOle32 -lcomctl32 -luuid -lpthread 
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
[ 50%] Built target PharoConsole
make  -f CMakeFiles/SocketPlugin.dir/build.make CMakeFiles/SocketPlugin.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/SocketPlugin.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/SocketPlugin.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/SocketPlugin.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/SocketPlugin.dir/depend.internal".
Scanning dependencies of target SocketPlugin
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
make  -f CMakeFiles/SocketPlugin.dir/build.make CMakeFiles/SocketPlugin.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
[ 51%] Building C object CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DSocketPlugin_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:2311:3: warning: pointer/integer type mismatch in conditional expression ('SocketPtr' (aka 'SQSocket *') and 'int') [-Wconditional-type-mismatch]
                ? ((SocketPtr) (firstIndexableField(socketOop)))
                ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:245:1: warning: unused function 'netAddressToInt' [-Wunused-function]
netAddressToInt(unsigned char *ptrToByteArray)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:2296:1: warning: unused function 'socketRecordSize' [-Wunused-function]
socketRecordSize(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:2307:1: warning: unused function 'socketValueOf' [-Wunused-function]
socketValueOf(sqInt socketOop)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:2318:1: warning: unused function 'sqAssert' [-Wunused-function]
sqAssert(sqInt aBool)
^
5 warnings generated.
[ 51%] Building C object CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DSocketPlugin_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c
Stashed 12 file(s)
[Pipeline] archiveArtifacts
Archiving artifacts
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c:1632:55: warning: passing 'unsigned char [8]' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
  if (setsockopt(SOCKET(s), SOL_SOCKET, SO_REUSEADDR, buf, bufSize) < 0)
                                                      ^~~
/usr/x86_64-w64-mingw32/sys-root/mingw/include/winsock2.h:1029:88: note: passing argument to parameter 'optval' here
  WINSOCK_API_LINKAGE int WSAAPI setsockopt(SOCKET s,int level,int optname,const char *optval,int optlen);
                                                                                       ^
1 warning generated.
[ 52%] Linking C shared library build/vm/SocketPlugin.dll
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/SocketPlugin.dir/link.txt --verbose=1
/usr/bin/x86_64-w64-mingw32-clang  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -shared -Wl,--enable-auto-import -o build/vm/SocketPlugin.dll -Wl,--out-implib,build/vm/libSocketPlugin.dll.a -Wl,--major-image-version,0,--minor-image-version,0 CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c.o CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c.o  build/vm/libPharoVMCore.dll.a -lWs2_32 build/vm/libffi.dll.a -lwinmm -lWs2_32 -lDbgHelp -lOle32 -lcomctl32 -luuid -lpthread 
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
[ 52%] Built target SocketPlugin
make  -f CMakeFiles/LargeIntegers.dir/build.make CMakeFiles/LargeIntegers.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/LargeIntegers.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/LargeIntegers.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/LargeIntegers.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/LargeIntegers.dir/depend.internal".
Scanning dependencies of target LargeIntegers
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
make  -f CMakeFiles/LargeIntegers.dir/build.make CMakeFiles/LargeIntegers.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
[ 53%] Building C object CMakeFiles/LargeIntegers.dir/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DLargeIntegers_EXPORTS -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/LargeIntegers.dir/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:266:1: warning: unused function 'byteSizeOfCSI' [-Wunused-function]
byteSizeOfCSI(sqInt csi)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:332:1: warning: unused function 'cDigitAddlenwithleninto' [-Wunused-function]
cDigitAddlenwithleninto(unsigned int *pWordShort, sqInt shortLen, unsigned int *pWordLong, sqInt longLen, unsigned int *pWordRes)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:377:1: warning: unused function 'cDigitCopyFromtolen' [-Wunused-function]
cDigitCopyFromtolen(unsigned int *pFrom, unsigned int *pTo, sqInt len)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:389:1: warning: unused function 'cDigitDivlenremlenquolen' [-Wunused-function]
cDigitDivlenremlenquolen(unsigned int *pDiv, sqInt divLen, unsigned int *pRem, sqInt remLen, unsigned int *pQuo, sqInt quoLen)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:541:1: warning: unused function 'cDigitLshiftfromlentolen' [-Wunused-function]
cDigitLshiftfromlentolen(sqInt shiftCount, unsigned int *pFrom, sqInt lenFrom, unsigned int *pTo, sqInt lenTo)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:586:1: warning: unused function 'cDigitMontgomerylentimeslenmodulolenmInvModBinto' [-Wunused-function]
cDigitMontgomerylentimeslenmodulolenmInvModBinto(unsigned int *pFirst, sqInt firstLen, unsigned int *pSecond, sqInt secondLen, unsigned int *pThird, sqInt thirdLen, unsigned int mInv, unsigned int *pRes)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:659:1: warning: unused function 'cDigitMultiplylenwithlenintolen' [-Wunused-function]
cDigitMultiplylenwithlenintolen(unsigned int *pWordShort, sqInt shortLen, unsigned int *pWordLong, sqInt longLen, unsigned int *pWordRes, sqInt resLen)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:711:1: warning: unused function 'cDigitOfatput' [-Wunused-function]
cDigitOfatput(unsigned int *cPointer, sqInt zeroBasedDigitIndex, unsigned int aValue)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:724:1: warning: unused function 'cDigitOpshortlenlongleninto' [-Wunused-function]
cDigitOpshortlenlongleninto(sqInt opIndex, unsigned int *pWordShort, sqInt shortLen, unsigned int *pWordLong, sqInt longLen, unsigned int *pWordRes)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:768:1: warning: unused function 'cDigitReplacefromtowithstartingAt' [-Wunused-function]
cDigitReplacefromtowithstartingAt(unsigned int *pTo, sqInt start, sqInt stop, unsigned int *pFrom, sqInt repStart)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:781:1: warning: unused function 'cDigitRshiftfromlentolen' [-Wunused-function]
cDigitRshiftfromlentolen(sqInt shiftCount, unsigned int *pFrom, sqInt lenFrom, unsigned int *pTo, sqInt lenTo)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:825:1: warning: unused function 'cDigitSublenwithleninto' [-Wunused-function]
cDigitSublenwithleninto(unsigned int *pWordSmall, sqInt smallLen, unsigned int *pWordLarge, sqInt largeLen, unsigned int *pWordRes)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:994:1: warning: unused function 'digitAddLargewith' [-Wunused-function]
digitAddLargewith(sqInt firstInteger, sqInt secondInteger)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1254:1: warning: unused function 'digitCompareLargewith' [-Wunused-function]
digitCompareLargewith(sqInt firstInteger, sqInt secondInteger)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1278:1: warning: unused function 'digitDivLargewithnegative' [-Wunused-function]
digitDivLargewithnegative(sqInt firstInteger, sqInt secondInteger, sqInt neg)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1538:1: warning: unused function 'digitMontgomerytimesmodulomInvModB' [-Wunused-function]
digitMontgomerytimesmodulomInvModB(sqInt firstLarge, sqInt secondLarge, sqInt thirdLarge, unsigned int mInv)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1651:1: warning: unused function 'digitMultiplyLargewithnegative' [-Wunused-function]
digitMultiplyLargewithnegative(sqInt firstInteger, sqInt secondInteger, sqInt neg)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1754:1: warning: unused function 'digitOfCSIat' [-Wunused-function]
digitOfCSIat(sqInt csi, sqInt ix)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1766:1: warning: unused function 'digitOfLargeIntat' [-Wunused-function]
digitOfLargeIntat(sqInt aBytesOop, sqInt ix)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1786:1: warning: unused function 'digitSizeOfCSI' [-Wunused-function]
digitSizeOfCSI(sqInt csi)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1802:1: warning: unused function 'digitSizeOfLargeInt' [-Wunused-function]
digitSizeOfLargeInt(sqInt anOop)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1812:1: warning: unused function 'digitSubLargewith' [-Wunused-function]
digitSubLargewith(sqInt firstInteger, sqInt secondInteger)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:2100:1: warning: unused function 'highBitOfLargeInt' [-Wunused-function]
highBitOfLargeInt(sqInt anOop)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:2326:1: warning: unused function 'normalize' [-Wunused-function]
normalize(sqInt aLargeInteger)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:3797:1: warning: unused function 'sqAssert' [-Wunused-function]
sqAssert(sqInt aBool)
^
25 warnings generated.
[ 53%] Linking C shared library build/vm/LargeIntegers.dll
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/LargeIntegers.dir/link.txt --verbose=1
/usr/bin/x86_64-w64-mingw32-clang  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -shared -Wl,--enable-auto-import -o build/vm/LargeIntegers.dll -Wl,--out-implib,build/vm/libLargeIntegers.dll.a -Wl,--major-image-version,0,--minor-image-version,0 CMakeFiles/LargeIntegers.dir/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c.o  build/vm/libPharoVMCore.dll.a build/vm/libffi.dll.a -lwinmm -lWs2_32 -lDbgHelp -lOle32 -lcomctl32 -luuid -lpthread 
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
[ 53%] Built target LargeIntegers
make  -f CMakeFiles/LocalePlugin.dir/build.make CMakeFiles/LocalePlugin.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/LocalePlugin.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/LocalePlugin.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/LocalePlugin.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/LocalePlugin.dir/depend.internal".
Scanning dependencies of target LocalePlugin
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
make  -f CMakeFiles/LocalePlugin.dir/build.make CMakeFiles/LocalePlugin.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
[ 54%] Building C object CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DLocalePlugin_EXPORTS -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c:388:1: warning: unused function 'sqAssert' [-Wunused-function]
sqAssert(sqInt aBool)
^
1 warning generated.
[ 55%] Building C object CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/win/sqWin32Locale.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DLocalePlugin_EXPORTS -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/win/sqWin32Locale.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/src/win/sqWin32Locale.c
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timeout
[Pipeline] timeout
Timeout set to expire in 30 min
[Pipeline] {
[Pipeline] cleanWs
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
[Pipeline] unstash
[Pipeline] readFile
[Pipeline] stage
[Pipeline] { (Checkout-Darwin-arm64-stockReplacement)
[Pipeline] dir
Running in /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository
[Pipeline] {
[Pipeline] checkout
The recommended git tool is: git
using credential pharo-ci-api-user-pass-token
Cloning the remote Git repository
Using shallow clone with depth 2
[ 55%] Linking C shared library build/vm/LocalePlugin.dll
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/LocalePlugin.dir/link.txt --verbose=1
/usr/bin/x86_64-w64-mingw32-clang  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -shared -Wl,--enable-auto-import -o build/vm/LocalePlugin.dll -Wl,--out-implib,build/vm/libLocalePlugin.dll.a -Wl,--major-image-version,0,--minor-image-version,0 CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c.o CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/win/sqWin32Locale.c.o  build/vm/libPharoVMCore.dll.a build/vm/libffi.dll.a -lwinmm -lWs2_32 -lDbgHelp -lOle32 -lcomctl32 -luuid -lpthread 
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
[ 55%] Built target LocalePlugin
make  -f CMakeFiles/libssh2-1.9.0.dir/build.make CMakeFiles/libssh2-1.9.0.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/libssh2-1.9.0.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/libssh2-1.9.0.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/libssh2-1.9.0.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/libssh2-1.9.0.dir/depend.internal".
Scanning dependencies of target libssh2-1.9.0
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
make  -f CMakeFiles/libssh2-1.9.0.dir/build.make CMakeFiles/libssh2-1.9.0.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libssh2-1.9.0-src/libssh2-1.dll /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/vm/
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libssh2-1.9.0-src/libssh2.dll /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/vm/
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
[ 55%] Built target libssh2-1.9.0
make  -f CMakeFiles/SDL2-2.0.5.dir/build.make CMakeFiles/SDL2-2.0.5.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/SDL2-2.0.5.dir/DependInfo.cmake --color=
Cloning repository https://github.com/pharo-project/pharo-vm.git
 > git init /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository # timeout=10
Fetching upstream changes from https://github.com/pharo-project/pharo-vm.git
 > git --version # timeout=10
 > git --version # 'git version 2.31.0'
using GIT_ASKPASS to set credentials pharo-ci using token as pass
 > git fetch --tags --force --progress --depth=2 -- https://github.com/pharo-project/pharo-vm.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/SDL2-2.0.5.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/SDL2-2.0.5.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/SDL2-2.0.5.dir/depend.internal".
Scanning dependencies of target SDL2-2.0.5
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
make  -f CMakeFiles/SDL2-2.0.5.dir/build.make CMakeFiles/SDL2-2.0.5.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/SDL2-2.0.5-src/SDL2.dll /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/vm/
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
[ 55%] Built target SDL2-2.0.5
make  -f CMakeFiles/libpng-1.6.34.dir/build.make CMakeFiles/libpng-1.6.34.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/libpng-1.6.34.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/libpng-1.6.34.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/libpng-1.6.34.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/libpng-1.6.34.dir/depend.internal".
Scanning dependencies of target libpng-1.6.34
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
make  -f CMakeFiles/libpng-1.6.34.dir/build.make CMakeFiles/libpng-1.6.34.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libpng-1.6.34-src/libpng16-16.dll /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/vm/
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
[ 55%] Built target libpng-1.6.34
make  -f CMakeFiles/JPEGReadWriter2Plugin.dir/build.make CMakeFiles/JPEGReadWriter2Plugin.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/JPEGReadWriter2Plugin.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/JPEGReadWriter2Plugin.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/JPEGReadWriter2Plugin.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/JPEGReadWriter2Plugin.dir/depend.internal".
Scanning dependencies of target JPEGReadWriter2Plugin
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
make  -f CMakeFiles/JPEGReadWriter2Plugin.dir/build.make CMakeFiles/JPEGReadWriter2Plugin.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
[ 55%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c
[ 56%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c:537:1: warning: unused function 'sqAssert' [-Wunused-function]
sqAssert(sqInt aBool)
^
1 warning generated.
[ 57%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c
CPack: - Install project: PharoVM
CPack: -   Install component: Unspecified
CPack: -   Install component: bin
CPack: -   Install component: c-src
CPack: -   Install component: include
CPack: Create package
[ 57%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c
CPack: - Install project: PharoVM
CPack: -   Install component: Unspecified
CPack: -   Install component: bin
CPack: -   Install component: c-src
CPack: -   Install component: include
CPack: Create package
[ 58%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c
[ 58%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c
[ 59%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c
[ 59%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c
[ 60%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c
CPack: - package: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/packages/PharoVM-9.0.15-4a14a4a-Linux-x86_64-Unspecified.zip generated.
CPack: - checksum file: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/packages/PharoVM-9.0.15-4a14a4a-Linux-x86_64-Unspecified.zip.sha1 generated.
CPack: - package: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/packages/PharoVM-9.0.15-4a14a4a-Linux-x86_64-bin.zip generated.
CPack: - checksum file: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/packages/PharoVM-9.0.15-4a14a4a-Linux-x86_64-bin.zip.sha1 generated.
CPack: - package: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/packages/PharoVM-9.0.15-4a14a4a-Linux-x86_64-c-src.zip generated.
CPack: - checksum file: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/packages/PharoVM-9.0.15-4a14a4a-Linux-x86_64-c-src.zip.sha1 generated.
CPack: - package: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/packages/PharoVM-9.0.15-4a14a4a-Linux-x86_64-include.zip generated.
CPack: - checksum file: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/packages/PharoVM-9.0.15-4a14a4a-Linux-x86_64-include.zip.sha1 generated.
CPack: Create package using TGZ
CPack: Install projects
CPack: - Run preinstall target for: PharoVM
CPack: - package: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/packages/PharoVM-9.0.15-4a14a4a7-Darwin-x86_64-Unspecified.tar.gz generated.
CPack: - checksum file: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/packages/PharoVM-9.0.15-4a14a4a7-Darwin-x86_64-Unspecified.tar.gz.sha1 generated.
CPack: - package: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/packages/PharoVM-9.0.15-4a14a4a7-Darwin-x86_64-bin.tar.gz generated.
CPack: - checksum file: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/packages/PharoVM-9.0.15-4a14a4a7-Darwin-x86_64-bin.tar.gz.sha1 generated.
CPack: - package: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/packages/PharoVM-9.0.15-4a14a4a7-Darwin-x86_64-c-src.tar.gz generated.
CPack: - checksum file: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/packages/PharoVM-9.0.15-4a14a4a7-Darwin-x86_64-c-src.tar.gz.sha1 generated.
CPack: - package: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/packages/PharoVM-9.0.15-4a14a4a7-Darwin-x86_64-include.tar.gz generated.
CPack: - checksum file: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/packages/PharoVM-9.0.15-4a14a4a7-Darwin-x86_64-include.tar.gz.sha1 generated.
[Pipeline] }
[Pipeline] // dir
[Pipeline] stash
[ 60%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c
[ 61%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c
[ 61%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c
[ 62%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c
[ 63%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c
[ 63%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c
[ 64%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c
[ 64%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c
[ 65%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c
[ 65%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c
[ 66%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c
Stashed 16 file(s)
[Pipeline] archiveArtifacts
Archiving artifacts
[ 66%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c
[ 67%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c
[ 67%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c
[ 68%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c
[ 69%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c
[ 69%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c
[ 70%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c
[ 70%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c
[ 71%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c
[ 71%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timeout
[Pipeline] timeout
Timeout set to expire in 30 min
[Pipeline] {
[ 72%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c
[Pipeline] cleanWs
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
[Pipeline] unstash
[ 72%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c
[Pipeline] readFile
[Pipeline] stage
[Pipeline] { (Checkout-Darwin-x86_64-stockReplacement)
[Pipeline] dir
Running in /builds/workspace/pharo-vm_pharo-9/repository
[Pipeline] {
[Pipeline] checkout
The recommended git tool is: git
using credential pharo-ci-api-user-pass-token
Cloning the remote Git repository
Using shallow clone with depth 2
[ 73%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c
Cloning repository https://github.com/pharo-project/pharo-vm.git
 > git init /builds/workspace/pharo-vm_pharo-9/repository # timeout=10
Fetching upstream changes from https://github.com/pharo-project/pharo-vm.git
 > git --version # timeout=10
 > git --version # 'git version 2.24.1 (Apple Git-126)'
using GIT_ASKPASS to set credentials pharo-ci using token as pass
 > git fetch --tags --force --progress --depth=2 -- https://github.com/pharo-project/pharo-vm.git +refs/heads/*:refs/remotes/origin/* # timeout=10
[ 73%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c
[ 74%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c
[ 75%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c
[ 75%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c
[ 76%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c
[ 76%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c
[ 77%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c
[ 77%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c
[ 78%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c
[ 78%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c
[ 79%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c
[ 79%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c
Avoid second fetch
Checking out Revision 4a14a4a71d848f299385a80fe687d90ff94930ea (pharo-9)
Commit message: "Merge pull request #437 from pharo-project/MarcusDenker-patch-1"
[ 80%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build-Darwin-arm64-stockReplacement-CoInterpreter)
[ 81%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c
[Pipeline] cmakeBuild
[build-stockReplacement] $ /opt/homebrew/bin/cmake -G "Unix Makefiles" -DFLAVOUR=CoInterpreter -DALWAYS_INTERACTIVE=1 -DBUILD_IS_RELEASE=OFF -DPHARO_DEPENDENCIES_PREFER_DOWNLOAD_BINARIES=TRUE -DICEBERG_DEFAULT_REMOTE=httpsUrl /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository
 > git config remote.origin.url https://github.com/pharo-project/pharo-vm.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4a14a4a71d848f299385a80fe687d90ff94930ea # timeout=10
[ 81%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c
-- CMAKE_GENERATOR=Unix Makefiles
-- Building version 9.0.15-4a14a4a7
-- Commit hash 4a14a4a7 : 2022-06-26 21:46:42 +0200
-- No user build settings.
-- 4a14a4a7 - Commit: 4a14a4a7 - Date: 2022-06-26 21:46:42 +0200
-- The C compiler identification is AppleClang 12.0.5.12050022
-- The CXX compiler identification is AppleClang 12.0.5.12050022
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /Library/Developer/CommandLineTools/usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Compiling for architecture: arm64
-- Full Platform name: Darwin-arm64
-- Building Pharo with executable named Pharo
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of int
-- Check size of int - done
-- Check size of long
-- Check size of long - done
-- Check size of long long
-- Check size of long long - done
-- Check size of void*
-- Check size of void* - done
-- int 4
-- long 8
-- long long 8
-- void* 8
-- Writing libraries to: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
-- Looking for include file dirent.h
-- Looking for include file dirent.h - found
-- Looking for include file features.h
-- Looking for include file features.h - not found
-- Looking for include file unistd.h
[ 82%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c
-- Looking for include file unistd.h - found
-- Looking for include file ndir.h
-- Looking for include file ndir.h - not found
-- Looking for include file sys/ndir.h
-- Looking for include file sys/ndir.h - not found
-- Looking for include file sys/dir.h
-- Looking for include file sys/dir.h - found
-- Looking for include file sys/filio.h
-- Looking for include file sys/filio.h - found
-- Looking for include file sys/time.h
-- Looking for include file sys/time.h - found
-- Looking for include file execinfo.h
-- Looking for include file execinfo.h - found
-- Looking for include file dlfcn.h
-- Looking for include file dlfcn.h - found
-- Looking for dlopen in dl
-- Looking for dlopen in dl - found
-- Looking for dlopen in dyld
-- Looking for dlopen in dyld - not found
-- Performing Test HAVE_TM_GMTOFF
-- Performing Test HAVE_TM_GMTOFF - Success
-- Looking for include file sys/uuid.h
-- Looking for include file sys/uuid.h - not found
-- Looking for include file uuid/uuid.h
-- Looking for include file uuid/uuid.h - found
-- Looking for include file uuid.h
-- Looking for include file uuid.h - not found
-- Looking for uuidgen in uuid
-- Looking for uuidgen in uuid - not found
-- Looking for uuid_generate in uuid
-- Looking for uuid_generate in uuid - not found
Defining OSX VM to download for code generation
-- C Compiler: /Library/Developer/CommandLineTools/usr/bin/cc
-- C++ Compiler: /Library/Developer/CommandLineTools/usr/bin/c++
-- Resource Compiler: 
-- Looking for FFI in the system
-- Found FFI: /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/lib/libffi.tbd  
-- Adding plugin: FilePlugin
-- Adding plugin: FileAttributesPlugin
-- Adding plugin: UUIDPlugin
-- Adding plugin: SocketPlugin
-- Adding plugin: SurfacePlugin
-- Adding plugin: FloatArrayPlugin
-- Adding plugin: LargeIntegers
-- Adding plugin: JPEGReaderPlugin
-- Adding plugin: JPEGReadWriter2Plugin
-- Adding plugin: MiscPrimitivePlugin
-- Adding plugin: B2DPlugin
-- Adding plugin: LocalePlugin
-- Adding plugin: SqueakSSL
-- Adding plugin: DSAPrims
-- Adding plugin: UnixOSProcessPlugin
-- Downloading Git2 binary
Adding third-party libraries for Darwin-arm64: openssl-1.1.1k
-- Downloading/updating openssl-1.1.1k
[ 82%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c
[ 83%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/openssl-1.1.1k-download
Scanning dependencies of target openssl-1.1.1k-download
[ 11%] Creating directories for 'openssl-1.1.1k-download'
[ 22%] Performing download step (download, verify and extract) for 'openssl-1.1.1k-download'
-- Downloading...
   dst='/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/openssl-1.1.1k-download/openssl-1.1.1k-download-prefix/src/openssl-1.1.1k.zip'
   timeout='none'
   inactivity timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-arm64/third-party/openssl-1.1.1k.zip'
-- [download 0% complete]
-- [download 1% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
* Closing connection 0
-- Downloading... done
-- extracting...
     src='/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/openssl-1.1.1k-download/openssl-1.1.1k-download-prefix/src/openssl-1.1.1k.zip'
     dst='/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/openssl-1.1.1k-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No update step for 'openssl-1.1.1k-download'
[ 44%] No patch step for 'openssl-1.1.1k-download'
[ 55%] No configure step for 'openssl-1.1.1k-download'
[ 66%] No build step for 'openssl-1.1.1k-download'
[ 77%] No install step for 'openssl-1.1.1k-download'
[ 88%] No test step for 'openssl-1.1.1k-download'
[100%] Completed 'openssl-1.1.1k-download'
[100%] Built target openssl-1.1.1k-download
-- /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/openssl-1.1.1k-src/libcrypto.1.1.dylib
-- /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/openssl-1.1.1k-src/libcrypto.dylib
-- /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/openssl-1.1.1k-src/libssl.1.1.dylib
-- /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/openssl-1.1.1k-src/libssl.dylib
Adding third-party libraries for Darwin-arm64: libgit2-1.0.1
-- Downloading/updating libgit2-1.0.1
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/libgit2-1.0.1-download
Scanning dependencies of target libgit2-1.0.1-download
[ 11%] Creating directories for 'libgit2-1.0.1-download'
[ 22%] Performing download step (download, verify and extract) for 'libgit2-1.0.1-download'
-- Downloading...
   dst='/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/libgit2-1.0.1-download/libgit2-1.0.1-download-prefix/src/libgit2-1.0.1.zip'
   timeout='none'
   inactivity timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-arm64/third-party/libgit2-1.0.1.zip'
-- [download 2% complete]
-- [download 4% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 9% complete]
-- [download 16% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 22% complete]
-- [download 25% complete]
-- [download 28% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 33% complete]
-- [download 35% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 42% complete]
-- [download 44% complete]
-- [download 46% complete]
-- [download 48% complete]
-- [download 50% complete]
-- [download 52% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 58% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 63% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 70% complete]
-- [download 72% complete]
-- [download 74% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 80% complete]
-- [download 82% complete]
-- [download 85% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 95% complete]
-- [download 97% complete]
-- [download 100% complete]
* Closing connection 0
-- Downloading... done
-- extracting...
     src='/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/libgit2-1.0.1-download/libgit2-1.0.1-download-prefix/src/libgit2-1.0.1.zip'
     dst='/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/libgit2-1.0.1-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No update step for 'libgit2-1.0.1-download'
[ 44%] No patch step for 'libgit2-1.0.1-download'
[ 55%] No configure step for 'libgit2-1.0.1-download'
[ 66%] No build step for 'libgit2-1.0.1-download'
[ 77%] No install step for 'libgit2-1.0.1-download'
[ 88%] No test step for 'libgit2-1.0.1-download'
[100%] Completed 'libgit2-1.0.1-download'
[100%] Built target libgit2-1.0.1-download
-- /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/libgit2-1.0.1-src/libgit2.1.0.1.dylib
-- /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/libgit2-1.0.1-src/libgit2.1.0.dylib
-- /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/libgit2-1.0.1-src/libgit2.dylib
Adding third-party libraries for Darwin-arm64: libssh2-1.9.0
-- Downloading/updating libssh2-1.9.0
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/libssh2-1.9.0-download
Scanning dependencies of target libssh2-1.9.0-download
[ 11%] Creating directories for 'libssh2-1.9.0-download'
[ 22%] Performing download step (download, verify and extract) for 'libssh2-1.9.0-download'
-- Downloading...
   dst='/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/libssh2-1.9.0-download/libssh2-1.9.0-download-prefix/src/libssh2-1.9.0.zip'
   timeout='none'
   inactivity timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-arm64/third-party/libssh2-1.9.0.zip'
-- [download 6% complete]
-- [download 9% complete]
-- [download 16% complete]
-- [download 30% complete]
-- [download 33% complete]
-- [download 38% complete]
-- [download 44% complete]
-- [download 55% complete]
-- [download 69% complete]
-- [download 78% complete]
-- [download 83% complete]
-- [download 92% complete]
-- [download 100% complete]
* Closing connection 0
-- Downloading... done
-- extracting...
     src='/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/libssh2-1.9.0-download/libssh2-1.9.0-download-prefix/src/libssh2-1.9.0.zip'
     dst='/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/libssh2-1.9.0-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No update step for 'libssh2-1.9.0-download'
[ 44%] No patch step for 'libssh2-1.9.0-download'
[ 55%] No configure step for 'libssh2-1.9.0-download'
[ 66%] No build step for 'libssh2-1.9.0-download'
[ 77%] No install step for 'libssh2-1.9.0-download'
[ 88%] No test step for 'libssh2-1.9.0-download'
[100%] Completed 'libssh2-1.9.0-download'
[100%] Built target libssh2-1.9.0-download
-- /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/libssh2-1.9.0-src/libssh2.1.0.1.dylib
-- /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/libssh2-1.9.0-src/libssh2.1.dylib
-- /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/libssh2-1.9.0-src/libssh2.dylib
Adding third-party libraries for Darwin-arm64: freetype-2.10.0
-- Downloading/updating freetype-2.10.0
-- Configuring done
[ 83%] Linking C shared library build/vm/JPEGReadWriter2Plugin.dll
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/JPEGReadWriter2Plugin.dir/link.txt --verbose=1
/usr/bin/x86_64-w64-mingw32-clang  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -shared -Wl,--enable-auto-import -o build/vm/JPEGReadWriter2Plugin.dll -Wl,--out-implib,build/vm/libJPEGReadWriter2Plugin.dll.a -Wl,--major-image-version,0,--minor-image-version,0 CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c.o  build/vm/libPharoVMCore.dll.a build/vm/libffi.dll.a -lwinmm -lWs2_32 -lDbgHelp -lOle32 -lcomctl32 -luuid -lpthread 
-- Generating done
-- Build files have been written to: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/freetype-2.10.0-download
Scanning dependencies of target freetype-2.10.0-download
[ 11%] Creating directories for 'freetype-2.10.0-download'
[ 22%] Performing download step (download, verify and extract) for 'freetype-2.10.0-download'
-- Downloading...
   dst='/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/freetype-2.10.0-download/freetype-2.10.0-download-prefix/src/freetype-2.10.0.zip'
   timeout='none'
   inactivity timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-arm64/third-party/freetype-2.10.0.zip'
-- [download 0% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 7% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 12% complete]
-- [download 14% complete]
-- [download 18% complete]
-- [download 21% complete]
-- [download 24% complete]
-- [download 27% complete]
-- [download 30% complete]
-- [download 33% complete]
-- [download 36% complete]
-- [download 38% complete]
-- [download 42% complete]
-- [download 46% complete]
-- [download 51% complete]
-- [download 55% complete]
-- [download 60% complete]
-- [download 63% complete]
-- [download 67% complete]
-- [download 72% complete]
-- [download 75% complete]
-- [download 79% complete]
-- [download 81% complete]
-- [download 84% complete]
-- [download 89% complete]
-- [download 92% complete]
-- [download 94% complete]
-- [download 98% complete]
-- [download 100% complete]
* Closing connection 0
-- Downloading... done
-- extracting...
     src='/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/freetype-2.10.0-download/freetype-2.10.0-download-prefix/src/freetype-2.10.0.zip'
     dst='/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/freetype-2.10.0-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No update step for 'freetype-2.10.0-download'
[ 44%] No patch step for 'freetype-2.10.0-download'
[ 55%] No configure step for 'freetype-2.10.0-download'
[ 66%] No build step for 'freetype-2.10.0-download'
[ 77%] No install step for 'freetype-2.10.0-download'
[ 88%] No test step for 'freetype-2.10.0-download'
[100%] Completed 'freetype-2.10.0-download'
[100%] Built target freetype-2.10.0-download
-- /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/freetype-2.10.0-src/libfreetype.6.dylib
-- /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/freetype-2.10.0-src/libfreetype.dylib
Adding third-party libraries for Darwin-arm64: fontconfig-2.13.1
-- Downloading/updating fontconfig-2.13.1
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/fontconfig-2.13.1-download
Scanning dependencies of target fontconfig-2.13.1-download
[ 11%] Creating directories for 'fontconfig-2.13.1-download'
[ 22%] Performing download step (download, verify and extract) for 'fontconfig-2.13.1-download'
-- Downloading...
   dst='/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/fontconfig-2.13.1-download/fontconfig-2.13.1-download-prefix/src/fontconfig-2.13.1.zip'
   timeout='none'
   inactivity timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-arm64/third-party/fontconfig-2.13.1.zip'
-- [download 30% complete]
-- [download 42% complete]
-- [download 50% complete]
-- [download 59% complete]
-- [download 66% complete]
-- [download 73% complete]
-- [download 83% complete]
-- [download 89% complete]
-- [download 94% complete]
-- [download 100% complete]
* Closing connection 0
-- Downloading... done
-- extracting...
     src='/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/fontconfig-2.13.1-download/fontconfig-2.13.1-download-prefix/src/fontconfig-2.13.1.zip'
     dst='/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/fontconfig-2.13.1-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No update step for 'fontconfig-2.13.1-download'
[ 44%] No patch step for 'fontconfig-2.13.1-download'
[ 55%] No configure step for 'fontconfig-2.13.1-download'
[ 66%] No build step for 'fontconfig-2.13.1-download'
[ 77%] No install step for 'fontconfig-2.13.1-download'
[ 88%] No test step for 'fontconfig-2.13.1-download'
[100%] Completed 'fontconfig-2.13.1-download'
[100%] Built target fontconfig-2.13.1-download
-- /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/fontconfig-2.13.1-src/libfontconfig.1.dylib
-- /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/fontconfig-2.13.1-src/libfontconfig.dylib
Adding third-party libraries for Darwin-arm64: pixman-0.40.0
-- Downloading/updating pixman-0.40.0
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/pixman-0.40.0-download
Scanning dependencies of target pixman-0.40.0-download
[ 11%] Creating directories for 'pixman-0.40.0-download'
[ 22%] Performing download step (download, verify and extract) for 'pixman-0.40.0-download'
-- Downloading...
   dst='/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/pixman-0.40.0-download/pixman-0.40.0-download-prefix/src/pixman-0.40.0.zip'
   timeout='none'
   inactivity timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-arm64/third-party/pixman-0.40.0.zip'
-- [download 5% complete]
-- [download 7% complete]
-- [download 18% complete]
-- [download 23% complete]
-- [download 42% complete]
-- [download 44% complete]
-- [download 48% complete]
-- [download 53% complete]
-- [download 55% complete]
-- [download 63% complete]
-- [download 72% complete]
-- [download 80% complete]
-- [download 87% complete]
-- [download 89% complete]
-- [download 91% complete]
-- [download 97% complete]
-- [download 100% complete]
* Closing connection 0
-- Downloading... done
-- extracting...
     src='/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/pixman-0.40.0-download/pixman-0.40.0-download-prefix/src/pixman-0.40.0.zip'
     dst='/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/pixman-0.40.0-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No update step for 'pixman-0.40.0-download'
[ 44%] No patch step for 'pixman-0.40.0-download'
[ 55%] No configure step for 'pixman-0.40.0-download'
[ 66%] No build step for 'pixman-0.40.0-download'
[ 77%] No install step for 'pixman-0.40.0-download'
[ 88%] No test step for 'pixman-0.40.0-download'
[100%] Completed 'pixman-0.40.0-download'
[100%] Built target pixman-0.40.0-download
-- /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/pixman-0.40.0-src/libpixman-1.0.40.0.dylib
-- /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/pixman-0.40.0-src/libpixman-1.0.dylib
-- /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/pixman-0.40.0-src/libpixman-1.dylib
Adding third-party libraries for Darwin-arm64: cairo-1.16.0
-- Downloading/updating cairo-1.16.0
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/cairo-1.16.0-download
Scanning dependencies of target cairo-1.16.0-download
[ 11%] Creating directories for 'cairo-1.16.0-download'
[ 22%] Performing download step (download, verify and extract) for 'cairo-1.16.0-download'
-- Downloading...
   dst='/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/cairo-1.16.0-download/cairo-1.16.0-download-prefix/src/cairo-1.16.0.zip'
   timeout='none'
   inactivity timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-arm64/third-party/cairo-1.16.0.zip'
-- [download 1% complete]
-- [download 2% complete]
-- [download 5% complete]
-- [download 8% complete]
-- [download 10% complete]
-- [download 14% complete]
-- [download 19% complete]
-- [download 22% complete]
-- [download 29% complete]
-- [download 34% complete]
-- [download 36% complete]
-- [download 39% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 47% complete]
-- [download 49% complete]
-- [download 53% complete]
-- [download 60% complete]
-- [download 62% complete]
-- [download 64% complete]
-- [download 67% complete]
-- [download 70% complete]
-- [download 73% complete]
-- [download 76% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 81% complete]
-- [download 86% complete]
-- [download 89% complete]
-- [download 93% complete]
-- [download 95% complete]
-- [download 97% complete]
-- [download 100% complete]
* Closing connection 0
-- Downloading... done
-- extracting...
     src='/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/cairo-1.16.0-download/cairo-1.16.0-download-prefix/src/cairo-1.16.0.zip'
     dst='/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/cairo-1.16.0-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No update step for 'cairo-1.16.0-download'
[ 44%] No patch step for 'cairo-1.16.0-download'
[ 55%] No configure step for 'cairo-1.16.0-download'
[ 66%] No build step for 'cairo-1.16.0-download'
[ 77%] No install step for 'cairo-1.16.0-download'
[ 88%] No test step for 'cairo-1.16.0-download'
[100%] Completed 'cairo-1.16.0-download'
[100%] Built target cairo-1.16.0-download
-- /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/cairo-1.16.0-src/libcairo.2.dylib
-- /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/cairo-1.16.0-src/libcairo.dylib
Adding third-party libraries for Darwin-arm64: libpng-1.6.37
-- Downloading/updating libpng-1.6.37
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
[ 83%] Built target JPEGReadWriter2Plugin
make  -f CMakeFiles/pixman-0.34.0.dir/build.make CMakeFiles/pixman-0.34.0.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/pixman-0.34.0.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/pixman-0.34.0.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/pixman-0.34.0.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/pixman-0.34.0.dir/depend.internal".
Scanning dependencies of target pixman-0.34.0
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
make  -f CMakeFiles/pixman-0.34.0.dir/build.make CMakeFiles/pixman-0.34.0.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/pixman-0.34.0-src/libpixman-1-0.dll /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/vm/
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
[ 83%] Built target pixman-0.34.0
make  -f CMakeFiles/freetype-2.9.1.dir/build.make CMakeFiles/freetype-2.9.1.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/freetype-2.9.1.dir/DependInfo.cmake --color=
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/libpng-1.6.37-download
Scanning dependencies of target libpng-1.6.37-download
[ 11%] Creating directories for 'libpng-1.6.37-download'
[ 22%] Performing download step (download, verify and extract) for 'libpng-1.6.37-download'
-- Downloading...
   dst='/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/libpng-1.6.37-download/libpng-1.6.37-download-prefix/src/libpng-1.6.37.zip'
   timeout='none'
   inactivity timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-arm64/third-party/libpng-1.6.37.zip'
-- [download 11% complete]
-- [download 36% complete]
-- [download 39% complete]
-- [download 71% complete]
-- [download 74% complete]
-- [download 79% complete]
-- [download 100% complete]
* Closing connection 0
-- Downloading... done
-- extracting...
     src='/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/libpng-1.6.37-download/libpng-1.6.37-download-prefix/src/libpng-1.6.37.zip'
     dst='/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/libpng-1.6.37-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No update step for 'libpng-1.6.37-download'
[ 44%] No patch step for 'libpng-1.6.37-download'
[ 55%] No configure step for 'libpng-1.6.37-download'
[ 66%] No build step for 'libpng-1.6.37-download'
[ 77%] No install step for 'libpng-1.6.37-download'
[ 88%] No test step for 'libpng-1.6.37-download'
[100%] Completed 'libpng-1.6.37-download'
[100%] Built target libpng-1.6.37-download
-- /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/libpng-1.6.37-src/libpng.dylib
-- /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/libpng-1.6.37-src/libpng16.16.dylib
-- /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/libpng-1.6.37-src/libpng16.dylib
-- Downloading SDL2 binary
Adding third-party libraries for Darwin-arm64: SDL2-2.0.14
-- Downloading/updating SDL2-2.0.14
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/SDL2-2.0.14-download
Scanning dependencies of target SDL2-2.0.14-download
[ 11%] Creating directories for 'SDL2-2.0.14-download'
[ 22%] Performing download step (download, verify and extract) for 'SDL2-2.0.14-download'
-- Downloading...
   dst='/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/SDL2-2.0.14-download/SDL2-2.0.14-download-prefix/src/SDL2-2.0.14.zip'
   timeout='none'
   inactivity timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-arm64/third-party/SDL2-2.0.14.zip'
-- [download 2% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 18% complete]
-- [download 21% complete]
-- [download 25% complete]
-- [download 31% complete]
-- [download 35% complete]
-- [download 40% complete]
-- [download 42% complete]
-- [download 50% complete]
-- [download 55% complete]
-- [download 60% complete]
-- [download 63% complete]
-- [download 77% complete]
-- [download 80% complete]
-- [download 83% complete]
-- [download 85% complete]
-- [download 94% complete]
-- [download 97% complete]
-- [download 100% complete]
* Closing connection 0
-- Downloading... done
-- extracting...
     src='/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/SDL2-2.0.14-download/SDL2-2.0.14-download-prefix/src/SDL2-2.0.14.zip'
     dst='/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/SDL2-2.0.14-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No update step for 'SDL2-2.0.14-download'
[ 44%] No patch step for 'SDL2-2.0.14-download'
[ 55%] No configure step for 'SDL2-2.0.14-download'
[ 66%] No build step for 'SDL2-2.0.14-download'
[ 77%] No install step for 'SDL2-2.0.14-download'
[ 88%] No test step for 'SDL2-2.0.14-download'
[100%] Completed 'SDL2-2.0.14-download'
[100%] Built target SDL2-2.0.14-download
-- /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/SDL2-2.0.14-src/libSDL2-2.0.0.dylib
-- /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/SDL2-2.0.14-src/libSDL2.dylib
-- Configuring done
CMake Warning (dev):
  Policy CMP0068 is not set: RPATH settings on macOS do not affect
  install_name.  Run "cmake --help-policy CMP0068" for policy details.  Use
  the cmake_policy command to set the policy and suppress this warning.

  For compatibility with older versions of CMake, the install_name fields for
  the following targets are still affected by RPATH settings:

   B2DPlugin
   BitBltPlugin
   DSAPrims
   FileAttributesPlugin
   FilePlugin
   FloatArrayPlugin
   JPEGReadWriter2Plugin
   JPEGReaderPlugin
   LargeIntegers
   LocalePlugin
   MiscPrimitivePlugin
   PharoVMCore
   SocketPlugin
   SqueakSSL
   SurfacePlugin
   TestLibrary
   UUIDPlugin
   UnixOSProcessPlugin

This warning is for project developers.  Use -Wno-dev to suppress it.

-- Generating done
-- Build files have been written to: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/freetype-2.9.1.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/freetype-2.9.1.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/freetype-2.9.1.dir/depend.internal".
Scanning dependencies of target freetype-2.9.1
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
make  -f CMakeFiles/freetype-2.9.1.dir/build.make CMakeFiles/freetype-2.9.1.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/freetype-2.9.1-src/libfreetype-6.dll /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/vm/
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
[ 83%] Built target freetype-2.9.1
make  -f CMakeFiles/UUIDPlugin.dir/build.make CMakeFiles/UUIDPlugin.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/UUIDPlugin.dir/DependInfo.cmake --color=
[Pipeline] dir
Running in /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement
[Pipeline] {
[Pipeline] sh
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/UUIDPlugin.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/UUIDPlugin.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/UUIDPlugin.dir/depend.internal".
Scanning dependencies of target UUIDPlugin
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
make  -f CMakeFiles/UUIDPlugin.dir/build.make CMakeFiles/UUIDPlugin.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
[ 84%] Building C object CMakeFiles/UUIDPlugin.dir/plugins/UUIDPlugin/common/UUIDPlugin.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DUUIDPlugin_EXPORTS -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/UUIDPlugin.dir/plugins/UUIDPlugin/common/UUIDPlugin.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/plugins/UUIDPlugin/common/UUIDPlugin.c
+ VERBOSE=1
+ make install package
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -S/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository -B/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement --check-build-system CMakeFiles/Makefile.cmake 0
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_progress_start /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement//CMakeFiles/progress.marks
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/Makefile2 all
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/build_vmmaker_get_vm-build.dir/build.make CMakeFiles/build_vmmaker_get_vm-build.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/build_vmmaker_get_vm-build.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/build_vmmaker_get_vm-build.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/build_vmmaker_get_vm-build.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/build_vmmaker_get_vm-build.dir/depend.internal".
Scanning dependencies of target build_vmmaker_get_vm-build
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/build_vmmaker_get_vm-build.dir/build.make CMakeFiles/build_vmmaker_get_vm-build.dir/build
[  1%] Creating directories for 'build_vmmaker_get_vm'
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E make_directory /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/vm
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E make_directory /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/vm
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E make_directory /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E make_directory /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/tmp
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E make_directory /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src/build_vmmaker_get_vm-stamp
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E make_directory /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E make_directory /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src/build_vmmaker_get_vm-stamp
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-mkdir
[  1%] Performing download step (download, verify and extract) for 'build_vmmaker_get_vm'
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -P /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src/build_vmmaker_get_vm-stamp/download-build_vmmaker_get_vm.cmake
-- Downloading...
   dst='/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src/PharoVM-9.0.11-9e688828-Darwin-x86_64-bin.zip'
   timeout='none'
   inactivity timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64-headless/Darwin-x86_64/PharoVM-9.0.11-9e688828-Darwin-x86_64-bin.zip'
-- [download 0% complete]
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
* Closing connection 0
-- verifying file...
       file='/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src/PharoVM-9.0.11-9e688828-Darwin-x86_64-bin.zip'
-- Downloading... done
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -P /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src/build_vmmaker_get_vm-stamp/verify-build_vmmaker_get_vm.cmake
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -P /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src/build_vmmaker_get_vm-stamp/extract-build_vmmaker_get_vm.cmake
-- extracting...
     src='/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src/PharoVM-9.0.11-9e688828-Darwin-x86_64-bin.zip'
     dst='/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/vm'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-download
[  2%] Performing update step for 'build_vmmaker_get_vm'
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/vm && echo

[  2%] No patch step for 'build_vmmaker_get_vm'
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E echo_append
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-patch
[  3%] Performing configure step for 'build_vmmaker_get_vm'
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/vm && echo

cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/vm && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-configure
[  4%] Performing build step for 'build_vmmaker_get_vm'
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/vm && echo

cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/vm && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-build
[  4%] Built target build_vmmaker_get_vm-build
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/build_vmmaker_get_image.dir/build.make CMakeFiles/build_vmmaker_get_image.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/build_vmmaker_get_image.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/build_vmmaker_get_image.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/build_vmmaker_get_image.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/build_vmmaker_get_image.dir/depend.internal".
Scanning dependencies of target build_vmmaker_get_image
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/build_vmmaker_get_image.dir/build.make CMakeFiles/build_vmmaker_get_image.dir/build
[  5%] Creating directories for 'build_vmmaker_get_image'
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E make_directory /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/image
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E make_directory /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/image
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E make_directory /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E make_directory /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/tmp
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E make_directory /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src/build_vmmaker_get_image-stamp
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E make_directory /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E make_directory /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src/build_vmmaker_get_image-stamp
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-mkdir
[  5%] Performing download step (download, verify and extract) for 'build_vmmaker_get_image'
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -P /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src/build_vmmaker_get_image-stamp/download-build_vmmaker_get_image.cmake
-- Downloading...
   dst='/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src/Pharo10-SNAPSHOT.build.349.sha.3e26baf.arch.64bit.zip'
   timeout='none'
   inactivity timeout='none'
-- Using src='https://files.pharo.org/image/100/Pharo10-SNAPSHOT.build.349.sha.3e26baf.arch.64bit.zip'
-- [download 0% complete]
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
* Closing connection 0
-- verifying file...
       file='/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src/Pharo10-SNAPSHOT.build.349.sha.3e26baf.arch.64bit.zip'
-- Downloading... done
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -P /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src/build_vmmaker_get_image-stamp/verify-build_vmmaker_get_image.cmake
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -P /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src/build_vmmaker_get_image-stamp/extract-build_vmmaker_get_image.cmake
-- extracting...
     src='/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src/Pharo10-SNAPSHOT.build.349.sha.3e26baf.arch.64bit.zip'
     dst='/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/image'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-download
[  6%] Performing update step for 'build_vmmaker_get_image'
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/image && echo

[  7%] No patch step for 'build_vmmaker_get_image'
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E echo_append
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-patch
[  7%] Performing configure step for 'build_vmmaker_get_image'
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/image && echo

cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/image && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-configure
[  8%] Performing build step for 'build_vmmaker_get_image'
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/image && /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/vm/Contents/MacOS/Pharo --headless /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/image/Pharo10-SNAPSHOT-64bit-3e26baf.image --no-default-preferences save VMMaker
[ 84%] Linking C shared library build/vm/UUIDPlugin.dll
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/UUIDPlugin.dir/link.txt --verbose=1
/usr/bin/x86_64-w64-mingw32-clang  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -shared -Wl,--enable-auto-import -o build/vm/UUIDPlugin.dll -Wl,--out-implib,build/vm/libUUIDPlugin.dll.a -Wl,--major-image-version,0,--minor-image-version,0 CMakeFiles/UUIDPlugin.dir/plugins/UUIDPlugin/common/UUIDPlugin.c.o  build/vm/libPharoVMCore.dll.a -lole32 build/vm/libffi.dll.a -lwinmm -lWs2_32 -lDbgHelp -lOle32 -lcomctl32 -luuid -lpthread 
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
[ 84%] Built target UUIDPlugin
make  -f CMakeFiles/B2DPlugin.dir/build.make CMakeFiles/B2DPlugin.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/B2DPlugin.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/B2DPlugin.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/B2DPlugin.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/B2DPlugin.dir/depend.internal".
Scanning dependencies of target B2DPlugin
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
make  -f CMakeFiles/B2DPlugin.dir/build.make CMakeFiles/B2DPlugin.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
[ 84%] Building C object CMakeFiles/B2DPlugin.dir/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DB2DPlugin_EXPORTS -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/B2DPlugin.dir/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2474:11: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign]
        leftViaY = leftViaY;
        ~~~~~~~~ ^ ~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2497:12: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign]
        rightViaY = rightViaY;
        ~~~~~~~~~ ^ ~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3225:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign]
                                        xp = xp;
                                        ~~ ^ ~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3241:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign]
                                        yp = yp;
                                        ~~ ^ ~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3346:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign]
                                        xp = xp;
                                        ~~ ^ ~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3362:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign]
                                        yp = yp;
                                        ~~ ^ ~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3468:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign]
                                        xp = xp;
                                        ~~ ^ ~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3484:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign]
                                        yp = yp;
                                        ~~ ^ ~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3703:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign]
                                        xp = xp;
                                        ~~ ^ ~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3719:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign]
                                        yp = yp;
                                        ~~ ^ ~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13646:18: warning: expression result unused [-Wunused-value]
                ((signed)lastX >> 8);
                 ~~~~~~~~~~~~~ ^  ~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13676:18: warning: expression result unused [-Wunused-value]
        ((signed)lastX1 >> 8);
         ~~~~~~~~~~~~~~ ^  ~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:851:1: warning: unused function 'aaColorMaskGet' [-Wunused-function]
aaColorMaskGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:858:1: warning: unused function 'aaColorMaskPut' [-Wunused-function]
aaColorMaskPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:865:1: warning: unused function 'aaColorShiftGet' [-Wunused-function]
aaColorShiftGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:872:1: warning: unused function 'aaColorShiftPut' [-Wunused-function]
aaColorShiftPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:882:1: warning: unused function 'aaFirstPixelFromto' [-Wunused-function]
aaFirstPixelFromto(sqInt leftX, sqInt rightX)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:897:1: warning: unused function 'aaHalfPixelGet' [-Wunused-function]
aaHalfPixelGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:904:1: warning: unused function 'aaHalfPixelPut' [-Wunused-function]
aaHalfPixelPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:914:1: warning: unused function 'aaLastPixelFromto' [-Wunused-function]
aaLastPixelFromto(sqInt leftX, sqInt rightX)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:921:1: warning: unused function 'aaLevelGet' [-Wunused-function]
aaLevelGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:928:1: warning: unused function 'aaLevelPut' [-Wunused-function]
aaLevelPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:935:1: warning: unused function 'aaScanMaskGet' [-Wunused-function]
aaScanMaskGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:942:1: warning: unused function 'aaScanMaskPut' [-Wunused-function]
aaScanMaskPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:949:1: warning: unused function 'aaShiftGet' [-Wunused-function]
aaShiftGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:956:1: warning: unused function 'aaShiftPut' [-Wunused-function]
aaShiftPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:967:1: warning: unused function 'absoluteSquared8Dot24' [-Wunused-function]
absoluteSquared8Dot24(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1036:1: warning: unused function 'adjustAALevel' [-Wunused-function]
adjustAALevel(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1175:1: warning: unused function 'aetStartGet' [-Wunused-function]
aetStartGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1182:1: warning: unused function 'aetStartPut' [-Wunused-function]
aetStartPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1189:1: warning: unused function 'aetUsedGet' [-Wunused-function]
aetUsedGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1196:1: warning: unused function 'aetUsedPut' [-Wunused-function]
aetUsedPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1206:1: warning: unused function 'allocateAETEntry' [-Wunused-function]
allocateAETEntry(sqInt nSlots)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1220:1: warning: unused function 'allocateBezier' [-Wunused-function]
allocateBezier(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1240:1: warning: unused function 'allocateBezierStackEntry' [-Wunused-function]
allocateBezierStackEntry(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1254:1: warning: unused function 'allocateBitmapFillcolormap' [-Wunused-function]
allocateBitmapFillcolormap(sqInt cmSize, int *cmBits)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1321:1: warning: unused function 'allocateGradientFillrampWidthisRadial' [-Wunused-function]
allocateGradientFillrampWidthisRadial(int *ramp, sqInt rampWidth, sqInt isRadial)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1364:1: warning: unused function 'allocateLine' [-Wunused-function]
allocateLine(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1416:1: warning: unused function 'allocateStackEntry' [-Wunused-function]
allocateStackEntry(sqInt nSlots)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1430:1: warning: unused function 'allocateStackFillEntry' [-Wunused-function]
allocateStackFillEntry(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1443:1: warning: unused function 'allocateWideBezier' [-Wunused-function]
allocateWideBezier(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1463:1: warning: unused function 'allocateWideLine' [-Wunused-function]
allocateWideLine(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1483:1: warning: unused function 'areEdgeFillsValid' [-Wunused-function]
areEdgeFillsValid(sqInt edge)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1493:1: warning: unused function 'assureValuebetweenand' [-Wunused-function]
assureValuebetweenand(sqInt val1, sqInt val2, sqInt val3)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1516:1: warning: unused function 'bezierEndXOf' [-Wunused-function]
bezierEndXOf(sqInt bezier)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1523:1: warning: unused function 'bezierEndXOfput' [-Wunused-function]
bezierEndXOfput(sqInt bezier, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1530:1: warning: unused function 'bezierEndYOf' [-Wunused-function]
bezierEndYOf(sqInt bezier)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1537:1: warning: unused function 'bezierEndYOfput' [-Wunused-function]
bezierEndYOfput(sqInt bezier, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1544:1: warning: unused function 'bezierFinalXOf' [-Wunused-function]
bezierFinalXOf(sqInt bezier)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1551:1: warning: unused function 'bezierFinalXOfput' [-Wunused-function]
bezierFinalXOfput(sqInt bezier, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1558:1: warning: unused function 'bezierUpdateDataOf' [-Wunused-function]
bezierUpdateDataOf(sqInt bezier)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1565:1: warning: unused function 'bezierViaXOf' [-Wunused-function]
bezierViaXOf(sqInt bezier)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1572:1: warning: unused function 'bezierViaXOfput' [-Wunused-function]
bezierViaXOfput(sqInt bezier, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1579:1: warning: unused function 'bezierViaYOf' [-Wunused-function]
bezierViaYOf(sqInt bezier)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1586:1: warning: unused function 'bezierViaYOfput' [-Wunused-function]
bezierViaYOfput(sqInt bezier, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1593:1: warning: unused function 'bitmapCmSizeOf' [-Wunused-function]
bitmapCmSizeOf(sqInt bmFill)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1600:1: warning: unused function 'bitmapCmSizeOfput' [-Wunused-function]
bitmapCmSizeOfput(sqInt bmFill, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1607:1: warning: unused function 'bitmapDepthOf' [-Wunused-function]
bitmapDepthOf(sqInt bmFill)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1614:1: warning: unused function 'bitmapDepthOfput' [-Wunused-function]
bitmapDepthOfput(sqInt bmFill, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1621:1: warning: unused function 'bitmapHeightOf' [-Wunused-function]
bitmapHeightOf(sqInt bmFill)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1628:1: warning: unused function 'bitmapHeightOfput' [-Wunused-function]
bitmapHeightOfput(sqInt bmFill, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1635:1: warning: unused function 'bitmapRasterOf' [-Wunused-function]
bitmapRasterOf(sqInt bmFill)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1642:1: warning: unused function 'bitmapRasterOfput' [-Wunused-function]
bitmapRasterOfput(sqInt bmFill, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1649:1: warning: unused function 'bitmapSizeOf' [-Wunused-function]
bitmapSizeOf(sqInt bmFill)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1656:1: warning: unused function 'bitmapSizeOfput' [-Wunused-function]
bitmapSizeOfput(sqInt bmFill, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1663:1: warning: unused function 'bitmapTileFlagOf' [-Wunused-function]
bitmapTileFlagOf(sqInt bmFill)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1670:1: warning: unused function 'bitmapTileFlagOfput' [-Wunused-function]
bitmapTileFlagOfput(sqInt bmFill, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1677:1: warning: unused function 'bitmapValuebitsatXy' [-Wunused-function]
bitmapValuebitsatXy(sqInt bmFill, sqInt bits, sqInt xp, sqInt yp)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1740:1: warning: unused function 'bitmapWidthOf' [-Wunused-function]
bitmapWidthOf(sqInt bmFill)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1747:1: warning: unused function 'bitmapWidthOfput' [-Wunused-function]
bitmapWidthOfput(sqInt bmFill, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1754:1: warning: unused function 'bzEndX' [-Wunused-function]
bzEndX(sqInt index)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1765:1: warning: unused function 'bzEndXput' [-Wunused-function]
bzEndXput(sqInt index, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1776:1: warning: unused function 'bzEndY' [-Wunused-function]
bzEndY(sqInt index)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1787:1: warning: unused function 'bzEndYput' [-Wunused-function]
bzEndYput(sqInt index, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1798:1: warning: unused function 'bzStartX' [-Wunused-function]
bzStartX(sqInt index)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1809:1: warning: unused function 'bzStartXput' [-Wunused-function]
bzStartXput(sqInt index, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1820:1: warning: unused function 'bzStartY' [-Wunused-function]
bzStartY(sqInt index)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1831:1: warning: unused function 'bzStartYput' [-Wunused-function]
bzStartYput(sqInt index, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1842:1: warning: unused function 'bzViaX' [-Wunused-function]
bzViaX(sqInt index)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1853:1: warning: unused function 'bzViaXput' [-Wunused-function]
bzViaXput(sqInt index, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1864:1: warning: unused function 'bzViaY' [-Wunused-function]
bzViaY(sqInt index)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1875:1: warning: unused function 'bzViaYput' [-Wunused-function]
bzViaYput(sqInt index, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2030:1: warning: unused function 'checkedAddBezierToGET' [-Wunused-function]
checkedAddBezierToGET(sqInt bezier)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2058:1: warning: unused function 'checkedAddEdgeToGET' [-Wunused-function]
checkedAddEdgeToGET(sqInt edge)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2110:1: warning: unused function 'checkedAddLineToGET' [-Wunused-function]
checkedAddLineToGET(sqInt line)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2170:1: warning: unused function 'clampValuemax' [-Wunused-function]
clampValuemax(sqInt value, sqInt maxValue)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2218:1: warning: unused function 'clearSpanBufferGet' [-Wunused-function]
clearSpanBufferGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2225:1: warning: unused function 'clearSpanBufferPut' [-Wunused-function]
clearSpanBufferPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2232:1: warning: unused function 'clipMaxXGet' [-Wunused-function]
clipMaxXGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2239:1: warning: unused function 'clipMaxXPut' [-Wunused-function]
clipMaxXPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2246:1: warning: unused function 'clipMaxYGet' [-Wunused-function]
clipMaxYGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2253:1: warning: unused function 'clipMaxYPut' [-Wunused-function]
clipMaxYPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2260:1: warning: unused function 'clipMinXGet' [-Wunused-function]
clipMinXGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2267:1: warning: unused function 'clipMinXPut' [-Wunused-function]
clipMinXPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2274:1: warning: unused function 'clipMinYGet' [-Wunused-function]
clipMinYGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2281:1: warning: unused function 'clipMinYPut' [-Wunused-function]
clipMinYPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2288:1: warning: unused function 'colormapOf' [-Wunused-function]
colormapOf(sqInt bmFill)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2295:1: warning: unused function 'colorTransform' [-Wunused-function]
colorTransform(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2577:1: warning: unused function 'computeSqrt' [-Wunused-function]
computeSqrt(sqInt length2)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2672:1: warning: unused function 'currentYGet' [-Wunused-function]
currentYGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2679:1: warning: unused function 'currentYPut' [-Wunused-function]
currentYPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2686:1: warning: unused function 'currentZGet' [-Wunused-function]
currentZGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2693:1: warning: unused function 'currentZPut' [-Wunused-function]
currentZPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2700:1: warning: unused function 'destOffsetXGet' [-Wunused-function]
destOffsetXGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2707:1: warning: unused function 'destOffsetXPut' [-Wunused-function]
destOffsetXPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2714:1: warning: unused function 'destOffsetYGet' [-Wunused-function]
destOffsetYGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2721:1: warning: unused function 'destOffsetYPut' [-Wunused-function]
destOffsetYPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2766:1: warning: unused function 'drawWideEdgefrom' [-Wunused-function]
drawWideEdgefrom(sqInt edge, sqInt leftX)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2813:1: warning: unused function 'edgeFillsInvalidate' [-Wunused-function]
edgeFillsInvalidate(sqInt edge)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2824:1: warning: unused function 'edgeFillsValidate' [-Wunused-function]
edgeFillsValidate(sqInt edge)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2835:1: warning: unused function 'edgeLeftFillOf' [-Wunused-function]
edgeLeftFillOf(sqInt edge)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2842:1: warning: unused function 'edgeLeftFillOfput' [-Wunused-function]
edgeLeftFillOfput(sqInt edge, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2849:1: warning: unused function 'edgeNumLinesOf' [-Wunused-function]
edgeNumLinesOf(sqInt edge)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2856:1: warning: unused function 'edgeNumLinesOfput' [-Wunused-function]
edgeNumLinesOfput(sqInt edge, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2863:1: warning: unused function 'edgeRightFillOf' [-Wunused-function]
edgeRightFillOf(sqInt edge)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2870:1: warning: unused function 'edgeRightFillOfput' [-Wunused-function]
edgeRightFillOfput(sqInt edge, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2877:1: warning: unused function 'edgeTransform' [-Wunused-function]
edgeTransform(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2887:1: warning: unused function 'edgeTypeOf' [-Wunused-function]
edgeTypeOf(sqInt edge)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2894:1: warning: unused function 'edgeXValueOf' [-Wunused-function]
edgeXValueOf(sqInt edge)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2901:1: warning: unused function 'edgeXValueOfput' [-Wunused-function]
edgeXValueOfput(sqInt edge, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2908:1: warning: unused function 'edgeYValueOf' [-Wunused-function]
edgeYValueOf(sqInt edge)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2915:1: warning: unused function 'edgeYValueOfput' [-Wunused-function]
edgeYValueOfput(sqInt edge, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2922:1: warning: unused function 'edgeZValueOf' [-Wunused-function]
edgeZValueOf(sqInt edge)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2929:1: warning: unused function 'edgeZValueOfput' [-Wunused-function]
edgeZValueOfput(sqInt edge, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2953:1: warning: unused function 'estimatedLengthOfwith' [-Wunused-function]
estimatedLengthOfwith(sqInt deltaX, sqInt deltaY)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2983:1: warning: unused function 'fillAllFromto' [-Wunused-function]
fillAllFromto(sqInt leftX, sqInt rightX)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3086:1: warning: unused function 'fillBitmapSpan' [-Wunused-function]
fillBitmapSpan(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3866:1: warning: unused function 'fillColorSpanfromto' [-Wunused-function]
fillColorSpanfromto(sqInt pixelValue32, sqInt leftX, sqInt rightX)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3896:1: warning: unused function 'fillDirectionXOf' [-Wunused-function]
fillDirectionXOf(sqInt fill)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3903:1: warning: unused function 'fillDirectionXOfput' [-Wunused-function]
fillDirectionXOfput(sqInt fill, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3910:1: warning: unused function 'fillDirectionYOf' [-Wunused-function]
fillDirectionYOf(sqInt fill)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3917:1: warning: unused function 'fillDirectionYOfput' [-Wunused-function]
fillDirectionYOfput(sqInt fill, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3924:1: warning: unused function 'fillLinearGradient' [-Wunused-function]
fillLinearGradient(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4152:1: warning: unused function 'fillMaxXGet' [-Wunused-function]
fillMaxXGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4159:1: warning: unused function 'fillMaxXPut' [-Wunused-function]
fillMaxXPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4166:1: warning: unused function 'fillMaxYGet' [-Wunused-function]
fillMaxYGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4173:1: warning: unused function 'fillMaxYPut' [-Wunused-function]
fillMaxYPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4180:1: warning: unused function 'fillMinXGet' [-Wunused-function]
fillMinXGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4187:1: warning: unused function 'fillMinXPut' [-Wunused-function]
fillMinXPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4194:1: warning: unused function 'fillMinYGet' [-Wunused-function]
fillMinYGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4201:1: warning: unused function 'fillMinYPut' [-Wunused-function]
fillMinYPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4208:1: warning: unused function 'fillNormalXOf' [-Wunused-function]
fillNormalXOf(sqInt fill)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4215:1: warning: unused function 'fillNormalXOfput' [-Wunused-function]
fillNormalXOfput(sqInt fill, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4222:1: warning: unused function 'fillNormalYOf' [-Wunused-function]
fillNormalYOf(sqInt fill)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4229:1: warning: unused function 'fillNormalYOfput' [-Wunused-function]
fillNormalYOfput(sqInt fill, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4236:1: warning: unused function 'fillOffsetXGet' [-Wunused-function]
fillOffsetXGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4243:1: warning: unused function 'fillOffsetXPut' [-Wunused-function]
fillOffsetXPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4250:1: warning: unused function 'fillOffsetYGet' [-Wunused-function]
fillOffsetYGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4257:1: warning: unused function 'fillOffsetYPut' [-Wunused-function]
fillOffsetYPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4264:1: warning: unused function 'fillOriginXOf' [-Wunused-function]
fillOriginXOf(sqInt fill)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4271:1: warning: unused function 'fillOriginXOfput' [-Wunused-function]
fillOriginXOfput(sqInt fill, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4278:1: warning: unused function 'fillOriginYOf' [-Wunused-function]
fillOriginYOf(sqInt fill)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4285:1: warning: unused function 'fillOriginYOfput' [-Wunused-function]
fillOriginYOfput(sqInt fill, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4431:1: warning: unused function 'fillRadialDecreasingrampdeltaSTdsXdtXfromto' [-Wunused-function]
fillRadialDecreasingrampdeltaSTdsXdtXfromto(sqInt fill, sqInt ramp, sqInt deltaST, sqInt dsX, sqInt dtX, sqInt leftX, sqInt rightX)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4477:1: warning: unused function 'fillRadialGradient' [-Wunused-function]
fillRadialGradient(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4839:1: warning: unused function 'fillRadialIncreasingrampdeltaSTdsXdtXfromto' [-Wunused-function]
fillRadialIncreasingrampdeltaSTdsXdtXfromto(sqInt fill, sqInt ramp, sqInt deltaST, sqInt dsX, sqInt dtX, sqInt leftX, sqInt rightX)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5011:1: warning: unused function 'fillTypeOf' [-Wunused-function]
fillTypeOf(sqInt fill)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5018:1: warning: unused function 'findNextAETEdgeFrom' [-Wunused-function]
findNextAETEdgeFrom(sqInt leftEdge)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5446:1: warning: unused function 'finishedProcessing' [-Wunused-function]
finishedProcessing(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5453:1: warning: unused function 'firstPointListGet' [-Wunused-function]
firstPointListGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5460:1: warning: unused function 'firstPointListPut' [-Wunused-function]
firstPointListPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5467:1: warning: unused function 'freeStackFillEntry' [-Wunused-function]
freeStackFillEntry(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5509:1: warning: unused function 'getStartGet' [-Wunused-function]
getStartGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5516:1: warning: unused function 'getStartPut' [-Wunused-function]
getStartPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5523:1: warning: unused function 'getUsedGet' [-Wunused-function]
getUsedGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5530:1: warning: unused function 'getUsedPut' [-Wunused-function]
getUsedPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5537:1: warning: unused function 'gradientRampLengthOf' [-Wunused-function]
gradientRampLengthOf(sqInt fill)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5544:1: warning: unused function 'gradientRampLengthOfput' [-Wunused-function]
gradientRampLengthOfput(sqInt fill, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5551:1: warning: unused function 'gradientRampOf' [-Wunused-function]
gradientRampOf(sqInt fill)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5558:1: warning: unused function 'hasColorTransform' [-Wunused-function]
hasColorTransform(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5565:1: warning: unused function 'hasColorTransformGet' [-Wunused-function]
hasColorTransformGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5572:1: warning: unused function 'hasColorTransformPut' [-Wunused-function]
hasColorTransformPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5579:1: warning: unused function 'hasEdgeTransform' [-Wunused-function]
hasEdgeTransform(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5586:1: warning: unused function 'hasEdgeTransformGet' [-Wunused-function]
hasEdgeTransformGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5593:1: warning: unused function 'hasEdgeTransformPut' [-Wunused-function]
hasEdgeTransformPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5677:1: warning: unused function 'incrementPointby' [-Wunused-function]
incrementPointby(int *point, sqInt delta)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5686:1: warning: unused function 'incrementStatby' [-Wunused-function]
incrementStatby(sqInt statIndex, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5899:1: warning: unused function 'isBezier' [-Wunused-function]
isBezier(sqInt bezier)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5919:1: warning: unused function 'isFillColor' [-Wunused-function]
isFillColor(sqInt fill)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5938:1: warning: unused function 'isFill' [-Wunused-function]
isFill(sqInt fill)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5946:1: warning: unused function 'isLine' [-Wunused-function]
isLine(sqInt line)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5953:1: warning: unused function 'isObject' [-Wunused-function]
isObject(sqInt obj)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5961:1: warning: unused function 'isRealFill' [-Wunused-function]
isRealFill(sqInt fill)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5968:1: warning: unused function 'isStackEntry' [-Wunused-function]
isStackEntry(sqInt entry)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5976:1: warning: unused function 'isStackIndex' [-Wunused-function]
isStackIndex(sqInt index)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5984:1: warning: unused function 'isWideBezier' [-Wunused-function]
isWideBezier(sqInt bezier)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5992:1: warning: unused function 'isWideLine' [-Wunused-function]
isWideLine(sqInt line)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6000:1: warning: unused function 'isWide' [-Wunused-function]
isWide(sqInt object)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6007:1: warning: unused function 'lastExportedEdgeGet' [-Wunused-function]
lastExportedEdgeGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6014:1: warning: unused function 'lastExportedEdgePut' [-Wunused-function]
lastExportedEdgePut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6021:1: warning: unused function 'lastExportedFillGet' [-Wunused-function]
lastExportedFillGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6028:1: warning: unused function 'lastExportedFillPut' [-Wunused-function]
lastExportedFillPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6035:1: warning: unused function 'lastExportedLeftXGet' [-Wunused-function]
lastExportedLeftXGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6042:1: warning: unused function 'lastExportedLeftXPut' [-Wunused-function]
lastExportedLeftXPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6049:1: warning: unused function 'lastExportedRightXGet' [-Wunused-function]
lastExportedRightXGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6056:1: warning: unused function 'lastExportedRightXPut' [-Wunused-function]
lastExportedRightXPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6063:1: warning: unused function 'lineEndXOf' [-Wunused-function]
lineEndXOf(sqInt line)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6070:1: warning: unused function 'lineEndXOfput' [-Wunused-function]
lineEndXOfput(sqInt line, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6077:1: warning: unused function 'lineEndYOf' [-Wunused-function]
lineEndYOf(sqInt line)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6084:1: warning: unused function 'lineEndYOfput' [-Wunused-function]
lineEndYOfput(sqInt line, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6091:1: warning: unused function 'lineErrorAdjDownOf' [-Wunused-function]
lineErrorAdjDownOf(sqInt line)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6098:1: warning: unused function 'lineErrorAdjDownOfput' [-Wunused-function]
lineErrorAdjDownOfput(sqInt line, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6105:1: warning: unused function 'lineErrorAdjUpOf' [-Wunused-function]
lineErrorAdjUpOf(sqInt line)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6112:1: warning: unused function 'lineErrorAdjUpOfput' [-Wunused-function]
lineErrorAdjUpOfput(sqInt line, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6119:1: warning: unused function 'lineErrorOf' [-Wunused-function]
lineErrorOf(sqInt line)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6126:1: warning: unused function 'lineErrorOfput' [-Wunused-function]
lineErrorOfput(sqInt line, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6133:1: warning: unused function 'lineXDirectionOf' [-Wunused-function]
lineXDirectionOf(sqInt line)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6140:1: warning: unused function 'lineXDirectionOfput' [-Wunused-function]
lineXDirectionOfput(sqInt line, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6147:1: warning: unused function 'lineXIncrementOf' [-Wunused-function]
lineXIncrementOf(sqInt line)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6154:1: warning: unused function 'lineXIncrementOfput' [-Wunused-function]
lineXIncrementOfput(sqInt line, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6161:1: warning: unused function 'lineYDirectionOf' [-Wunused-function]
lineYDirectionOf(sqInt line)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6168:1: warning: unused function 'lineYDirectionOfput' [-Wunused-function]
lineYDirectionOfput(sqInt line, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6237:1: warning: unused function 'loadArrayPolygonnPointsfilllineWidthlineFill' [-Wunused-function]
loadArrayPolygonnPointsfilllineWidthlineFill(sqInt points, sqInt nPoints, sqInt fillIndex, sqInt lineWidth, sqInt lineFill)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6691:1: warning: unused function 'loadBitmapFillcolormaptilefromalongnormalxIndex' [-Wunused-function]
loadBitmapFillcolormaptilefromalongnormalxIndex(sqInt formOop, sqInt cmOop, sqInt tileFlag, int *point1, int *point2, int *point3, sqInt xIndex)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6834:1: warning: unused function 'loadColorTransformFrom' [-Wunused-function]
loadColorTransformFrom(sqInt transformOop)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6861:1: warning: unused function 'loadCompressedSegmentfromshortleftFillrightFilllineWidthlineColor' [-Wunused-function]
loadCompressedSegmentfromshortleftFillrightFilllineWidthlineColor(sqInt segmentIndex, sqInt points, sqInt pointsShort, sqInt leftFill, sqInt rightFill, sqInt lineWidth, sqInt lineFill)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:7868:1: warning: unused function 'loadLinefromtooffsetleftFillrightFill' [-Wunused-function]
loadLinefromtooffsetleftFillrightFill(sqInt line, int *point1, int *point2, sqInt yOffset, sqInt leftFill, sqInt rightFill)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8093:1: warning: unused function 'loadPointIntAtfrom' [-Wunused-function]
loadPointIntAtfrom(sqInt index, sqInt intArray)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8103:1: warning: unused function 'loadPointShortAtfrom' [-Wunused-function]
loadPointShortAtfrom(sqInt index, sqInt shortArray)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8147:1: warning: unused function 'loadPolygonnPointsfilllineWidthlineFillpointsShort' [-Wunused-function]
loadPolygonnPointsfilllineWidthlineFillpointsShort(int *points, sqInt nPoints, sqInt fillIndex, sqInt lineWidth, sqInt lineFill, sqInt isShort)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8316:1: warning: unused function 'loadRectanglelineFillleftFillrightFill' [-Wunused-function]
loadRectanglelineFillleftFillrightFill(sqInt lineWidth, sqInt lineFill, sqInt leftFill, sqInt rightFill)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8973:1: warning: unused function 'magicNumberGet' [-Wunused-function]
magicNumberGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8980:1: warning: unused function 'magicNumberPut' [-Wunused-function]
magicNumberPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8987:1: warning: unused function 'makeRectFromPoints' [-Wunused-function]
makeRectFromPoints(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8998:1: warning: unused function 'makeUnsignedFrom' [-Wunused-function]
makeUnsignedFrom(sqInt someIntegerValue)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9058:1: warning: unused function 'needsFlush' [-Wunused-function]
needsFlush(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9065:1: warning: unused function 'needsFlushGet' [-Wunused-function]
needsFlushGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9072:1: warning: unused function 'needsFlushPut' [-Wunused-function]
needsFlushPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9079:1: warning: unused function 'objectHeaderOf' [-Wunused-function]
objectHeaderOf(sqInt obj)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9090:1: warning: unused function 'objectIndexOf' [-Wunused-function]
objectIndexOf(sqInt obj)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9097:1: warning: unused function 'objectIndexOfput' [-Wunused-function]
objectIndexOfput(sqInt obj, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9104:1: warning: unused function 'objectLengthOf' [-Wunused-function]
objectLengthOf(sqInt obj)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9111:1: warning: unused function 'objectLengthOfput' [-Wunused-function]
objectLengthOfput(sqInt obj, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9118:1: warning: unused function 'objectTypeOf' [-Wunused-function]
objectTypeOf(sqInt obj)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9125:1: warning: unused function 'objectTypeOfput' [-Wunused-function]
objectTypeOfput(sqInt obj, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9132:1: warning: unused function 'objStartGet' [-Wunused-function]
objStartGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9139:1: warning: unused function 'objStartPut' [-Wunused-function]
objStartPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9146:1: warning: unused function 'objUsedGet' [-Wunused-function]
objUsedGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9153:1: warning: unused function 'objUsedPut' [-Wunused-function]
objUsedPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9160:1: warning: unused function 'objat' [-Wunused-function]
objat(sqInt object, sqInt index)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9167:1: warning: unused function 'objatput' [-Wunused-function]
objatput(sqInt object, sqInt index, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9178:1: warning: unused function 'offsetFromWidth' [-Wunused-function]
offsetFromWidth(sqInt lineWidth)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9185:1: warning: unused function 'point1Get' [-Wunused-function]
point1Get(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9192:1: warning: unused function 'point2Get' [-Wunused-function]
point2Get(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9199:1: warning: unused function 'point3Get' [-Wunused-function]
point3Get(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9206:1: warning: unused function 'point4Get' [-Wunused-function]
point4Get(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12282:1: warning: unused function 'quickRemoveInvalidFillsAt' [-Wunused-function]
quickRemoveInvalidFillsAt(sqInt leftX)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12428:1: warning: unused function 'repeatValuemax' [-Wunused-function]
repeatValuemax(sqInt delta, sqInt maxValue)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12495:1: warning: unused function 'returnWideBezierFill' [-Wunused-function]
returnWideBezierFill(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12502:1: warning: unused function 'returnWideBezierWidth' [-Wunused-function]
returnWideBezierWidth(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12512:1: warning: unused function 'returnWideLineFill' [-Wunused-function]
returnWideLineFill(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12522:1: warning: unused function 'returnWideLineWidth' [-Wunused-function]
returnWideLineWidth(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12668:1: warning: unused function 'shortRunLengthAtfrom' [-Wunused-function]
shortRunLengthAtfrom(sqInt i, sqInt runArray)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12680:1: warning: unused function 'shortRunValueAtfrom' [-Wunused-function]
shortRunValueAtfrom(sqInt i, sqInt runArray)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12748:1: warning: unused function 'sortGlobalEdgeTable' [-Wunused-function]
sortGlobalEdgeTable(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12756:1: warning: unused function 'spanEndAAGet' [-Wunused-function]
spanEndAAGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12763:1: warning: unused function 'spanEndAAPut' [-Wunused-function]
spanEndAAPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12770:1: warning: unused function 'spanEndGet' [-Wunused-function]
spanEndGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12777:1: warning: unused function 'spanEndPut' [-Wunused-function]
spanEndPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12784:1: warning: unused function 'spanSizeGet' [-Wunused-function]
spanSizeGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12791:1: warning: unused function 'spanSizePut' [-Wunused-function]
spanSizePut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12798:1: warning: unused function 'spanStartGet' [-Wunused-function]
spanStartGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12805:1: warning: unused function 'spanStartPut' [-Wunused-function]
spanStartPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12812:1: warning: unused function 'squaredLengthOfwith' [-Wunused-function]
squaredLengthOfwith(sqInt deltaX, sqInt deltaY)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12819:1: warning: unused function 'stackFillDepth' [-Wunused-function]
stackFillDepth(sqInt index)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12826:1: warning: unused function 'stackFillDepthput' [-Wunused-function]
stackFillDepthput(sqInt index, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12833:1: warning: unused function 'stackFillEntryLength' [-Wunused-function]
stackFillEntryLength(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12840:1: warning: unused function 'stackFillRightX' [-Wunused-function]
stackFillRightX(sqInt index)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12847:1: warning: unused function 'stackFillRightXput' [-Wunused-function]
stackFillRightXput(sqInt index, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12854:1: warning: unused function 'stackFillSize' [-Wunused-function]
stackFillSize(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12861:1: warning: unused function 'stackFillValue' [-Wunused-function]
stackFillValue(sqInt index)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12868:1: warning: unused function 'stackFillValueput' [-Wunused-function]
stackFillValueput(sqInt index, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12875:1: warning: unused function 'stateGet' [-Wunused-function]
stateGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12882:1: warning: unused function 'statePut' [-Wunused-function]
statePut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12894:1: warning: unused function 'stepToFirstBezier' [-Wunused-function]
stepToFirstBezier(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13033:1: warning: unused function 'stepToFirstLine' [-Wunused-function]
stepToFirstLine(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13140:1: warning: unused function 'stepToFirstWideBezier' [-Wunused-function]
stepToFirstWideBezier(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13244:1: warning: unused function 'stepToFirstWideLine' [-Wunused-function]
stepToFirstWideLine(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13388:1: warning: unused function 'stepToNextBezier' [-Wunused-function]
stepToNextBezier(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13434:1: warning: unused function 'stepToNextBezierForwardat' [-Wunused-function]
stepToNextBezierForwardat(int *updateData, sqInt yValue)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13515:1: warning: unused function 'stepToNextLine' [-Wunused-function]
stepToNextLine(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13686:1: warning: unused function 'stepToNextWideLine' [-Wunused-function]
stepToNextWideLine(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13814:1: warning: unused function 'stopBecauseOf' [-Wunused-function]
stopBecauseOf(sqInt stopReason)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13823:1: warning: unused function 'stopReasonGet' [-Wunused-function]
stopReasonGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13830:1: warning: unused function 'stopReasonPut' [-Wunused-function]
stopReasonPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13854:1: warning: unused function 'storeEngineStateInto' [-Wunused-function]
storeEngineStateInto(sqInt oop)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13930:1: warning: unused function 'storeStopStateIntoEdgefill' [-Wunused-function]
storeStopStateIntoEdgefill(sqInt edgeOop, sqInt fillOop)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14334:1: warning: unused function 'topFillDepth' [-Wunused-function]
topFillDepth(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14345:1: warning: unused function 'topFillDepthPut' [-Wunused-function]
topFillDepthPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14356:1: warning: unused function 'topFillRightX' [-Wunused-function]
topFillRightX(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14367:1: warning: unused function 'topFillRightXPut' [-Wunused-function]
topFillRightXPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14378:1: warning: unused function 'topFillValue' [-Wunused-function]
topFillValue(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14389:1: warning: unused function 'topFillValuePut' [-Wunused-function]
topFillValuePut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14468:1: warning: unused function 'transformPoints' [-Wunused-function]
transformPoints(sqInt n)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14597:1: warning: unused function 'transformPointXyinto' [-Wunused-function]
transformPointXyinto(double xValue, double yValue, int *dstPoint)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14619:1: warning: unused function 'transformPoint' [-Wunused-function]
transformPoint(int *point)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14658:1: warning: unused function 'transformPointinto' [-Wunused-function]
transformPointinto(sqInt srcPoint, sqInt dstPoint)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14872:1: warning: unused function 'wbSizeGet' [-Wunused-function]
wbSizeGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14879:1: warning: unused function 'wbSizePut' [-Wunused-function]
wbSizePut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14886:1: warning: unused function 'wbStackClear' [-Wunused-function]
wbStackClear(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14895:1: warning: unused function 'wbStackPop' [-Wunused-function]
wbStackPop(sqInt nItems)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14916:1: warning: unused function 'wbStackSize' [-Wunused-function]
wbStackSize(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14923:1: warning: unused function 'wbStackValue' [-Wunused-function]
wbStackValue(sqInt index)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14930:1: warning: unused function 'wbStackValueput' [-Wunused-function]
wbStackValueput(sqInt index, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14937:1: warning: unused function 'wbTopGet' [-Wunused-function]
wbTopGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14944:1: warning: unused function 'wbTopPut' [-Wunused-function]
wbTopPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14951:1: warning: unused function 'wideBezierEntryOf' [-Wunused-function]
wideBezierEntryOf(sqInt line)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14959:1: warning: unused function 'wideBezierEntryOfput' [-Wunused-function]
wideBezierEntryOfput(sqInt line, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14967:1: warning: unused function 'wideBezierExitOf' [-Wunused-function]
wideBezierExitOf(sqInt line)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14975:1: warning: unused function 'wideBezierExitOfput' [-Wunused-function]
wideBezierExitOfput(sqInt line, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14983:1: warning: unused function 'wideBezierExtentOf' [-Wunused-function]
wideBezierExtentOf(sqInt bezier)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14991:1: warning: unused function 'wideBezierExtentOfput' [-Wunused-function]
wideBezierExtentOfput(sqInt bezier, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15007:1: warning: unused function 'wideBezierFillOfput' [-Wunused-function]
wideBezierFillOfput(sqInt bezier, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15015:1: warning: unused function 'wideBezierUpdateDataOf' [-Wunused-function]
wideBezierUpdateDataOf(sqInt bezier)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15030:1: warning: unused function 'wideBezierWidthOfput' [-Wunused-function]
wideBezierWidthOfput(sqInt line, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15038:1: warning: unused function 'wideLineEntryOf' [-Wunused-function]
wideLineEntryOf(sqInt line)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15046:1: warning: unused function 'wideLineEntryOfput' [-Wunused-function]
wideLineEntryOfput(sqInt line, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15054:1: warning: unused function 'wideLineExitOf' [-Wunused-function]
wideLineExitOf(sqInt line)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15062:1: warning: unused function 'wideLineExitOfput' [-Wunused-function]
wideLineExitOfput(sqInt line, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15070:1: warning: unused function 'wideLineExtentOf' [-Wunused-function]
wideLineExtentOf(sqInt line)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15078:1: warning: unused function 'wideLineExtentOfput' [-Wunused-function]
wideLineExtentOfput(sqInt line, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15094:1: warning: unused function 'wideLineFillOfput' [-Wunused-function]
wideLineFillOfput(sqInt line, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15110:1: warning: unused function 'wideLineWidthOfput' [-Wunused-function]
wideLineWidthOfput(sqInt line, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15118:1: warning: unused function 'workBufferPut' [-Wunused-function]
workBufferPut(sqInt wbOop)
^
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/image && /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/vm/Contents/MacOS/Pharo --headless /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/image/VMMaker.image --no-default-preferences --save --quit /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/scripts/installVMMaker.st /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository httpsUrl
324 warnings generated.
[ 85%] Linking C shared library build/vm/B2DPlugin.dll
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/B2DPlugin.dir/link.txt --verbose=1
/usr/bin/x86_64-w64-mingw32-clang  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -shared -Wl,--enable-auto-import -o build/vm/B2DPlugin.dll -Wl,--out-implib,build/vm/libB2DPlugin.dll.a -Wl,--major-image-version,0,--minor-image-version,0 CMakeFiles/B2DPlugin.dir/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c.o  build/vm/libPharoVMCore.dll.a build/vm/libffi.dll.a -lwinmm -lWs2_32 -lDbgHelp -lOle32 -lcomctl32 -luuid -lpthread 
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
[ 85%] Built target B2DPlugin
make  -f CMakeFiles/libgit2-win-1.0.0.dir/build.make CMakeFiles/libgit2-win-1.0.0.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/libgit2-win-1.0.0.dir/DependInfo.cmake --color=
NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (defaultRemoteType is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (defaultRemoteType is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (defaultRemoteType is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (defaultRemoteType is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared)
MetacelloNotification: Fetched -> BaselineOfVMMaker-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Loading -> BaselineOfVMMaker-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Loaded -> BaselineOfVMMaker-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Loading baseline of BaselineOfVMMaker...
MetacelloNotification: Fetched -> BaselineOfLLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master]
MetacelloNotification: Loading -> BaselineOfLLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master]
MetacelloNotification: Loaded -> BaselineOfLLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master]
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/libgit2-win-1.0.0.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/libgit2-win-1.0.0.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/libgit2-win-1.0.0.dir/depend.internal".
Scanning dependencies of target libgit2-win-1.0.0
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
make  -f CMakeFiles/libgit2-win-1.0.0.dir/build.make CMakeFiles/libgit2-win-1.0.0.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libgit2-win-1.0.0-src/libgit2-1-0-0.dll /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/vm/
CPack: - Install project: PharoVM
CPack: -   Install component: Unspecified
CPack: -   Install component: bin
CPack: -   Install component: c-src
CPack: -   Install component: include
CPack: Create package
CPack: - package: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/packages/PharoVM-9.0.15-4a14a4a-Linux-x86_64-Unspecified.tar.gz generated.
CPack: - checksum file: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/packages/PharoVM-9.0.15-4a14a4a-Linux-x86_64-Unspecified.tar.gz.sha1 generated.
CPack: - package: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/packages/PharoVM-9.0.15-4a14a4a-Linux-x86_64-bin.tar.gz generated.
CPack: - checksum file: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/packages/PharoVM-9.0.15-4a14a4a-Linux-x86_64-bin.tar.gz.sha1 generated.
CPack: - package: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/packages/PharoVM-9.0.15-4a14a4a-Linux-x86_64-c-src.tar.gz generated.
CPack: - checksum file: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/packages/PharoVM-9.0.15-4a14a4a-Linux-x86_64-c-src.tar.gz.sha1 generated.
CPack: - package: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/packages/PharoVM-9.0.15-4a14a4a-Linux-x86_64-include.tar.gz generated.
CPack: - checksum file: /builds/workspace/pharo-vm_pharo-9/build-StackVM/build/packages/PharoVM-9.0.15-4a14a4a-Linux-x86_64-include.tar.gz.sha1 generated.
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libgit2-win-1.0.0-src/libpcre-1.dll /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/vm/
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
[ 85%] Built target libgit2-win-1.0.0
make  -f CMakeFiles/openssl-1.0.2q-fixLigGit.dir/build.make CMakeFiles/openssl-1.0.2q-fixLigGit.dir/depend
[Pipeline] }
[Pipeline] // dir
[Pipeline] stash
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/openssl-1.0.2q-fixLigGit.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/openssl-1.0.2q-fixLigGit.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/openssl-1.0.2q-fixLigGit.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/openssl-1.0.2q-fixLigGit.dir/depend.internal".
Scanning dependencies of target openssl-1.0.2q-fixLigGit
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
make  -f CMakeFiles/openssl-1.0.2q-fixLigGit.dir/build.make CMakeFiles/openssl-1.0.2q-fixLigGit.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/openssl-1.0.2q-fixLigGit-src/libeay32.dll /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/vm/
MetacelloNotification: Fetched -> BaselineOfUnicorn-CompatibleUserName.1639392057 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master]
MetacelloNotification: Loading -> BaselineOfUnicorn-CompatibleUserName.1639392057 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master]
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/openssl-1.0.2q-fixLigGit-src/ssleay32.dll /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/vm/
MetacelloNotification: Loaded -> BaselineOfUnicorn-CompatibleUserName.1639392057 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master]
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
[ 85%] Built target openssl-1.0.2q-fixLigGit
make  -f CMakeFiles/DSAPrims.dir/build.make CMakeFiles/DSAPrims.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/DSAPrims.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/DSAPrims.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/DSAPrims.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/DSAPrims.dir/depend.internal".
Scanning dependencies of target DSAPrims
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
make  -f CMakeFiles/DSAPrims.dir/build.make CMakeFiles/DSAPrims.dir/build
MetacelloNotification: Fetched -> Slang-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
[ 85%] Building C object CMakeFiles/DSAPrims.dir/extracted/plugins/DSAPrims/src/common/DSAPrims.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DDSAPrims_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/DSAPrims.dir/extracted/plugins/DSAPrims/src/common/DSAPrims.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c
MetacelloNotification: Fetched -> Slang-Tests-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Fetched -> Melchor-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Project: Unicorn baseline
MetacelloNotification: Fetched -> Unicorn-CompatibleUserName.1639392057 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master]
MetacelloNotification: Project: LLVMDisassembler baseline
MetacelloNotification: Fetched -> LLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master]
MetacelloNotification: Fetched -> VMMakerLoadingDependencies-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Fetched -> Printf-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:106:1: warning: unused function 'addBackDivisorDigitShift' [-Wunused-function]
addBackDivisorDigitShift(sqInt digitShift)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:144:1: warning: unused function 'bigDivideLoop' [-Wunused-function]
bigDivideLoop(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:265:1: warning: unused function 'leftRotateby' [-Wunused-function]
leftRotateby(unsigned int anInteger, sqInt bits)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:675:1: warning: unused function 'subtractDivisorMultipliedByDigitdigitShift' [-Wunused-function]
subtractDivisorMultipliedByDigitdigitShift(sqInt digit, sqInt digitShift)
^
4 warnings generated.
[ 86%] Linking C shared library build/vm/DSAPrims.dll
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/DSAPrims.dir/link.txt --verbose=1
/usr/bin/x86_64-w64-mingw32-clang  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -shared -Wl,--enable-auto-import -o build/vm/DSAPrims.dll -Wl,--out-implib,build/vm/libDSAPrims.dll.a -Wl,--major-image-version,0,--minor-image-version,0 CMakeFiles/DSAPrims.dir/extracted/plugins/DSAPrims/src/common/DSAPrims.c.o  build/vm/libPharoVMCore.dll.a build/vm/libffi.dll.a -lwinmm -lWs2_32 -lDbgHelp -lOle32 -lcomctl32 -luuid -lpthread 
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
[ 86%] Built target DSAPrims
make  -f CMakeFiles/FloatArrayPlugin.dir/build.make CMakeFiles/FloatArrayPlugin.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/FloatArrayPlugin.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/FloatArrayPlugin.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/FloatArrayPlugin.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/FloatArrayPlugin.dir/depend.internal".
Scanning dependencies of target FloatArrayPlugin
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
make  -f CMakeFiles/FloatArrayPlugin.dir/build.make CMakeFiles/FloatArrayPlugin.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
[ 86%] Building C object CMakeFiles/FloatArrayPlugin.dir/generated/64/plugins/src/FloatArrayPlugin/FloatArrayPlugin.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFloatArrayPlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/FloatArrayPlugin.dir/generated/64/plugins/src/FloatArrayPlugin/FloatArrayPlugin.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/plugins/src/FloatArrayPlugin/FloatArrayPlugin.c
[ 87%] Linking C shared library build/vm/FloatArrayPlugin.dll
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/FloatArrayPlugin.dir/link.txt --verbose=1
/usr/bin/x86_64-w64-mingw32-clang  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -shared -Wl,--enable-auto-import -o build/vm/FloatArrayPlugin.dll -Wl,--out-implib,build/vm/libFloatArrayPlugin.dll.a -Wl,--major-image-version,0,--minor-image-version,0 CMakeFiles/FloatArrayPlugin.dir/generated/64/plugins/src/FloatArrayPlugin/FloatArrayPlugin.c.o  build/vm/libPharoVMCore.dll.a build/vm/libffi.dll.a -lwinmm -lWs2_32 -lDbgHelp -lOle32 -lcomctl32 -luuid -lpthread 
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
[ 88%] Built target FloatArrayPlugin
make  -f CMakeFiles/BitBltPlugin.dir/build.make CMakeFiles/BitBltPlugin.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/BitBltPlugin.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/BitBltPlugin.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/BitBltPlugin.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/BitBltPlugin.dir/depend.internal".
Stashed 16 file(s)
[Pipeline] archiveArtifacts
Archiving artifacts
Scanning dependencies of target BitBltPlugin
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
make  -f CMakeFiles/BitBltPlugin.dir/build.make CMakeFiles/BitBltPlugin.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
[ 88%] Building C object CMakeFiles/BitBltPlugin.dir/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DBitBltPlugin_EXPORTS -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/BitBltPlugin.dir/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4555:8: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign]
                                        v = v;
                                        ~ ^ ~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4559:8: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign]
                                        v = v;
                                        ~ ^ ~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6308:8: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign]
                                        v = v;
                                        ~ ^ ~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6312:8: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign]
                                        v = v;
                                        ~ ^ ~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:7944:12: warning: explicitly assigning value of variable of type 'unsigned int' to itself [-Wself-assign]
                                                        rgb = rgb;
                                                        ~~~ ^ ~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:411:1: warning: unused function 'affectedBottom' [-Wunused-function]
affectedBottom(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:418:1: warning: unused function 'affectedLeft' [-Wunused-function]
affectedLeft(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:425:1: warning: unused function 'affectedRight' [-Wunused-function]
affectedRight(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:432:1: warning: unused function 'affectedTop' [-Wunused-function]
affectedTop(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1133:1: warning: unused function 'checkSourceOverlap' [-Wunused-function]
checkSourceOverlap(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1271:1: warning: unused function 'copyBitsFastPathSpecialised' [-Wunused-function]
copyBitsFastPathSpecialised(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2494:1: warning: unused function 'default8To32Table' [-Wunused-function]
default8To32Table(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2538:1: warning: unused function 'deltaFromtonSteps' [-Wunused-function]
deltaFromtonSteps(sqInt x1, sqInt x2, sqInt n)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2563:1: warning: unused function 'destMaskAndPointerInit' [-Wunused-function]
destMaskAndPointerInit(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2610:1: warning: unused function 'dither32To16threshold' [-Wunused-function]
dither32To16threshold(unsigned int srcWord, sqInt ditherValue)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2626:1: warning: unused function 'drawLoopXY' [-Wunused-function]
drawLoopXY(sqInt xDelta, sqInt yDelta)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2771:1: warning: unused function 'expensiveDither32To16threshold' [-Wunused-function]
expensiveDither32To16threshold(unsigned int srcWord, sqInt ditherValue)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2819:1: warning: unused function 'fetchIntOrFloatofObject' [-Wunused-function]
fetchIntOrFloatofObject(sqInt fieldIndex, sqInt objectPointer)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2904:1: warning: unused function 'ignoreSourceOrHalftone' [-Wunused-function]
ignoreSourceOrHalftone(sqInt formPointer)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3066:1: warning: unused function 'loadBitBltDestForm' [-Wunused-function]
loadBitBltDestForm(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3551:1: warning: unused function 'loadBitBltSourceForm' [-Wunused-function]
loadBitBltSourceForm(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3641:1: warning: unused function 'loadColorMap' [-Wunused-function]
loadColorMap(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3755:1: warning: unused function 'loadColorMapShiftOrMaskFrom' [-Wunused-function]
loadColorMapShiftOrMaskFrom(sqInt mapOop)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3773:1: warning: unused function 'loadHalftoneForm' [-Wunused-function]
loadHalftoneForm(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3821:1: warning: unused function 'loadWarpBltFrom' [-Wunused-function]
loadWarpBltFrom(sqInt bbObj)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3986:1: warning: unused function 'mapPixelflags' [-Wunused-function]
mapPixelflags(sqInt sourcePixel, sqInt mapperFlags)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4016:1: warning: unused function 'mergewith' [-Wunused-function]
mergewith(unsigned int sourceWord, unsigned int destinationWord)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4490:1: warning: unused function 'partitionedRgbComponentAlphadestnBitsnPartitions' [-Wunused-function]
partitionedRgbComponentAlphadestnBitsnPartitions(unsigned int sourceWord, unsigned int destWord, sqInt nBits, sqInt nParts)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4637:1: warning: unused function 'performCopyLoop' [-Wunused-function]
performCopyLoop(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4790:1: warning: unused function 'pickSourcePixelsflagssrcMaskdestMasksrcShiftIncdstShiftInc' [-Wunused-function]
pickSourcePixelsflagssrcMaskdestMasksrcShiftIncdstShiftInc(sqInt nPixels, sqInt mapperFlags, sqInt srcMask, sqInt dstMask, sqInt srcShiftInc, sqInt dstShiftInc)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4892:1: warning: unused function 'pickWarpPixelAtXy' [-Wunused-function]
pickWarpPixelAtXy(sqInt xx, sqInt yy)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6406:1: warning: unused function 'rgbMap16To32' [-Wunused-function]
rgbMap16To32(sqInt sourcePixel)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6417:1: warning: unused function 'rgbMap32To32' [-Wunused-function]
rgbMap32To32(sqInt sourcePixel)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6427:1: warning: unused function 'rgbMapPixelflags' [-Wunused-function]
rgbMapPixelflags(sqInt sourcePixel, sqInt mapperFlags)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6764:1: warning: unused function 'showDisplayBits' [-Wunused-function]
showDisplayBits(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6780:1: warning: unused function 'sourceSkewAndPointerInit' [-Wunused-function]
sourceSkewAndPointerInit(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6842:1: warning: unused function 'sqAssert' [-Wunused-function]
sqAssert(sqInt aBool)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:7033:1: warning: unused function 'tryCopyingBitsQuickly' [-Wunused-function]
tryCopyingBitsQuickly(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:7160:1: warning: unused function 'warpBits' [-Wunused-function]
warpBits(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:7802:1: warning: unused function 'warpLoopSetup' [-Wunused-function]
warpLoopSetup(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:8027:1: warning: unused function 'warpPickSourcePixelsxDeltahyDeltahxDeltavyDeltavdstShiftIncflags' [-Wunused-function]
warpPickSourcePixelsxDeltahyDeltahxDeltavyDeltavdstShiftIncflags(sqInt nPixels, sqInt xDeltah, sqInt yDeltah, sqInt xDeltav, sqInt yDeltav, sqInt dstShiftInc, sqInt mapperFlags)
^
41 warnings generated.
[ 89%] Linking C shared library build/vm/BitBltPlugin.dll
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/BitBltPlugin.dir/link.txt --verbose=1
/usr/bin/x86_64-w64-mingw32-clang  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -shared -Wl,--enable-auto-import -o build/vm/BitBltPlugin.dll -Wl,--out-implib,build/vm/libBitBltPlugin.dll.a -Wl,--major-image-version,0,--minor-image-version,0 CMakeFiles/BitBltPlugin.dir/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c.o  build/vm/libPharoVMCore.dll.a build/vm/libffi.dll.a -lwinmm -lWs2_32 -lDbgHelp -lOle32 -lcomctl32 -luuid -lpthread 
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
[ 89%] Built target BitBltPlugin
make  -f CMakeFiles/libgit2-0.25.1-fixLibGit.dir/build.make CMakeFiles/libgit2-0.25.1-fixLibGit.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/libgit2-0.25.1-fixLibGit.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/libgit2-0.25.1-fixLibGit.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/libgit2-0.25.1-fixLibGit.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/libgit2-0.25.1-fixLibGit.dir/depend.internal".
Scanning dependencies of target libgit2-0.25.1-fixLibGit
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
make  -f CMakeFiles/libgit2-0.25.1-fixLibGit.dir/build.make CMakeFiles/libgit2-0.25.1-fixLibGit.dir/build
MetacelloNotification: Fetched -> VMMaker-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMaker-Slang-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMakerCompatibilityForPharo6-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libgit2-0.25.1-fixLibGit-src/libgit2.dll /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/vm/
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
[ 89%] Built target libgit2-0.25.1-fixLibGit
make  -f CMakeFiles/cairo-1.15.4.dir/build.make CMakeFiles/cairo-1.15.4.dir/depend
MetacelloNotification: Fetched -> VMMakerTests-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMaker-MT-Tests-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMaker-Tools-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/cairo-1.15.4.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/cairo-1.15.4.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/cairo-1.15.4.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/cairo-1.15.4.dir/depend.internal".
Scanning dependencies of target cairo-1.15.4
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
make  -f CMakeFiles/cairo-1.15.4.dir/build.make CMakeFiles/cairo-1.15.4.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/cairo-1.15.4-src/libbz2-1.dll /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/vm/
MetacelloNotification: Fetched -> VMMaker-OriginalTests-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Fetched -> FileAttributesPlugin-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Loading -> Slang-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/cairo-1.15.4-src/libcairo-2.dll /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/vm/
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/cairo-1.15.4-src/libexpat-1.dll /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/vm/
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/cairo-1.15.4-src/libfontconfig-1.dll /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/vm/
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
[ 89%] Built target cairo-1.15.4
make  -f CMakeFiles/SqueakSSL.dir/build.make CMakeFiles/SqueakSSL.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/SqueakSSL.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/SqueakSSL.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/SqueakSSL.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/SqueakSSL.dir/depend.internal".
Scanning dependencies of target SqueakSSL
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
make  -f CMakeFiles/SqueakSSL.dir/build.make CMakeFiles/SqueakSSL.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
[ 89%] Building C object CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DSqueakSSL_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c
NewUndeclaredWarning: CCodeGenerator>>cLiteralForPrintfString: (PrintfFormatString is Undeclared)
NewUndeclaredWarning: CCodeGenerator>>removeAssertions (Sensor is Undeclared)
[Pipeline] }
[Pipeline] // stage
SystemNotification: TMethod>>methodIsEffectivelyComplete:in:(selector is shadowed)
[Pipeline] }
[Pipeline] // timeout
[Pipeline] timeout
Timeout set to expire in 30 min
[Pipeline] {
[Pipeline] cleanWs
NewUndeclaredWarning: VMMaker>>createCodeGenerator (MLVMCCodeGenerator is Undeclared)
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
NewUndeclaredWarning: VMMaker>>primitiveCopyFileNamed:to: (FileStream is Undeclared)
NewUndeclaredWarning: VMMaker>>primitiveCopyFileNamed:to:[Pipeline] unstash
 (FileStream is Undeclared)
[Pipeline] readFile
MetacelloNotification: Loaded -> Slang-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> Slang-Tests-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
[Pipeline] stage
[Pipeline] { (Checkout-Linux-x86_64-stockReplacement)
[ 90%] Building C object CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/win/sqWin32SSL.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DSqueakSSL_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/win/sqWin32SSL.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/src/win/sqWin32SSL.c
[Pipeline] dir
Running in /builds/workspace/pharo-vm_pharo-9/repository
[Pipeline] {
[Pipeline] checkout
The recommended git tool is: git
using credential pharo-ci-api-user-pass-token
Cloning the remote Git repository
Using shallow clone with depth 2
MetacelloNotification: Loaded -> Slang-Tests-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> Melchor-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
Avoid second fetch
Checking out Revision 4a14a4a71d848f299385a80fe687d90ff94930ea (pharo-9)
Cloning repository https://github.com/pharo-project/pharo-vm.git
 > git init /builds/workspace/pharo-vm_pharo-9/repository # timeout=10
Fetching upstream changes from https://github.com/pharo-project/pharo-vm.git
 > git --version # timeout=10
 > git --version # 'git version 2.7.4'
using GIT_ASKPASS to set credentials pharo-ci using token as pass
 > git fetch --tags --progress --depth=2 https://github.com/pharo-project/pharo-vm.git +refs/heads/*:refs/remotes/origin/* # timeout=10
NewUndeclaredWarning: VMPluginCodeGenerator>>sizeOfIntegralCType: (BytesPerWord is Undeclared)
MetacelloNotification: Loaded -> Melchor-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Starting atomic load
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/src/win/sqWin32SSL.c:186:18: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
                while(pContext = CertEnumCertificatesInStore(hStore, pContext)) {
                      ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/src/win/sqWin32SSL.c:186:18: note: place parentheses around the assignment to silence this warning
                while(pContext = CertEnumCertificatesInStore(hStore, pContext)) {
                               ^
                      (                                                       )
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/src/win/sqWin32SSL.c:186:18: note: use '==' to turn this assignment into an equality comparison
                while(pContext = CertEnumCertificatesInStore(hStore, pContext)) {
                               ^
                               ==
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/src/win/sqWin32SSL.c:911:14: warning: assigning to 'BYTE *' (aka 'unsigned char *') from 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
        blob.pbData = pfxData;
                    ^ ~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/src/win/sqWin32SSL.c:929:17: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
        while(pContext = CertEnumCertificatesInStore(pfxStore, pContext)) {
              ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/src/win/sqWin32SSL.c:929:17: note: place parentheses around the assignment to silence this warning
        while(pContext = CertEnumCertificatesInStore(pfxStore, pContext)) {
                       ^
              (                                                         )
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/src/win/sqWin32SSL.c:929:17: note: use '==' to turn this assignment into an equality comparison
        while(pContext = CertEnumCertificatesInStore(pfxStore, pContext)) {
                       ^
                       ==
3 warnings generated.
[ 90%] Linking C shared library build/vm/SqueakSSL.dll
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/SqueakSSL.dir/link.txt --verbose=1
/usr/bin/x86_64-w64-mingw32-clang  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -shared -Wl,--enable-auto-import -o build/vm/SqueakSSL.dll -Wl,--out-implib,build/vm/libSqueakSSL.dll.a -Wl,--major-image-version,0,--minor-image-version,0 CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c.o CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/win/sqWin32SSL.c.o  build/vm/libPharoVMCore.dll.a -lCrypt32 -lSecur32 build/vm/libffi.dll.a -lwinmm -lWs2_32 -lDbgHelp -lOle32 -lcomctl32 -luuid -lpthread 
NewUndeclaredWarning: UcARMRegisters class>>eflags (UC_ARM_REG_EFLAGS is Undeclared)
Commit message: "Merge pull request #437 from pharo-project/MarcusDenker-patch-1"
MetacelloNotification: 	Loaded -> Unicorn-CompatibleUserName.1639392057 --- https://github.com/guillep/pharo-unicorn.git[master] --- cache
MetacelloNotification: Finished atomic load
MetacelloNotification: Starting atomic load
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
[ 90%] Built target SqueakSSL
make  -f CMakeFiles/gcc-runtime-3.4.dir/build.make CMakeFiles/gcc-runtime-3.4.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/gcc-runtime-3.4.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/gcc-runtime-3.4.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/gcc-runtime-3.4.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/gcc-runtime-3.4.dir/depend.internal".
Scanning dependencies of target gcc-runtime-3.4
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
make  -f CMakeFiles/gcc-runtime-3.4.dir/build.make CMakeFiles/gcc-runtime-3.4.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/gcc-runtime-3.4-src/iconv.dll /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/vm/
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/gcc-runtime-3.4-src/libgcc_s_seh-1.dll /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/vm/
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/gcc-runtime-3.4-src/libwinpthread-1.dll /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/vm/
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
[ 90%] Built target gcc-runtime-3.4
make  -f CMakeFiles/zlib-1.2.11-fixLibGit.dir/build.make CMakeFiles/zlib-1.2.11-fixLibGit.dir/depend
SystemNotification: LLVMDisassembler>>setOptions:(options is shadowed)
[Pipeline] stage
 > git config remote.origin.url https://github.com/pharo-project/pharo-vm.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4a14a4a71d848f299385a80fe687d90ff94930ea # timeout=10
[Pipeline] { (Build-Darwin-x86_64-stockReplacement-CoInterpreter)
[Pipeline] cmakeBuild
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/zlib-1.2.11-fixLibGit.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/zlib-1.2.11-fixLibGit.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/zlib-1.2.11-fixLibGit.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/zlib-1.2.11-fixLibGit.dir/depend.internal".
Scanning dependencies of target zlib-1.2.11-fixLibGit
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
make  -f CMakeFiles/zlib-1.2.11-fixLibGit.dir/build.make CMakeFiles/zlib-1.2.11-fixLibGit.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/zlib-1.2.11-fixLibGit-src/zlib1.dll /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/vm/
MetacelloNotification: 	Loaded -> LLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- cache
MetacelloNotification: Finished atomic load
MetacelloNotification: Loading -> VMMakerLoadingDependencies-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
NewUndeclaredWarning: TranscriptStream class>>redirectToStdOut: (FileStream is Undeclared)
NewUndeclaredWarning: TranscriptStream>>codePaneMenu:shifted: (SmalltalkEditor is Undeclared)
NewUndeclaredWarning: TranscriptStream>>codePaneMenu:shifted: (SmalltalkEditor is Undeclared)
NewUndeclaredWarning: TranscriptStream>>target (FileStream is Undeclared)
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
[ 90%] Built target zlib-1.2.11-fixLibGit
make  -f CMakeFiles/Pharo.dir/build.make CMakeFiles/Pharo.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/Pharo.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/Pharo.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/Pharo.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/Pharo.dir/depend.internal".
[build-stockReplacement] $ /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -G "Unix Makefiles" -DFLAVOUR=CoInterpreter -DALWAYS_INTERACTIVE=1 -DBUILD_IS_RELEASE=OFF -DPHARO_DEPENDENCIES_PREFER_DOWNLOAD_BINARIES=TRUE -DICEBERG_DEFAULT_REMOTE=httpsUrl /builds/workspace/pharo-vm_pharo-9/repository
Scanning dependencies of target Pharo
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
make  -f CMakeFiles/Pharo.dir/build.make CMakeFiles/Pharo.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
[ 91%] Building C object CMakeFiles/Pharo.dir/src/win32Main.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/Pharo.dir/src/win32Main.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/src/win32Main.c
MetacelloNotification: Loaded -> VMMakerLoadingDependencies-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> Printf-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
-- CMAKE_GENERATOR=Unix Makefiles
-- Building version 9.0.15-4a14a4a7
-- Commit hash 4a14a4a7 : 2022-06-26 21:46:42 +0200
-- No user build settings.
-- 4a14a4a7 - Commit: 4a14a4a7 - Date: 2022-06-26 21:46:42 +0200
-- The C compiler identification is AppleClang 11.0.3.11030032
-- The CXX compiler identification is AppleClang 11.0.3.11030032
-- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/cc
-- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /Library/Developer/CommandLineTools/usr/bin/c++
MetacelloNotification: Loaded -> Printf-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
-- Check for working CXX compiler: /Library/Developer/CommandLineTools/usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Compiling for architecture: x86_64
-- Full Platform name: Darwin-x86_64
-- Building Pharo with executable named Pharo
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of int
-- Check size of int - done
-- Check size of long
-- Check size of long - done
-- Check size of long long
[ 91%] Building RC object CMakeFiles/Pharo.dir/Pharo.rc.res
x86_64-w64-mingw32-windres -O coff -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/include/pharovm -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/generated/64/vm/include -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include   /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/Pharo.rc CMakeFiles/Pharo.dir/Pharo.rc.res
-- Check size of long long - done
-- Check size of void*
-- Check size of void* - done
-- int 4
-- long 8
-- long long 8
-- void* 8
-- Writing libraries to: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
-- Looking for include file dirent.h
[ 92%] Linking C executable build/vm/Pharo.exe
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/Pharo.dir/link.txt --verbose=1
/usr/bin/x86_64-w64-mingw32-clang  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0  -Wl,--enable-auto-import -mwindows -mwindows CMakeFiles/Pharo.dir/src/win32Main.c.o CMakeFiles/Pharo.dir/Pharo.rc.res  -o build/vm/Pharo.exe -Wl,--out-implib,build/vm/libPharo.dll.a -Wl,--major-image-version,0,--minor-image-version,0  build/vm/libPharoVMCore.dll.a -lOle32 -lcomctl32 -luuid build/vm/libffi.dll.a -lwinmm -lWs2_32 -lDbgHelp -lOle32 -lcomctl32 -luuid -lpthread 
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
[ 92%] Built target Pharo
make  -f CMakeFiles/build_vmmaker_get_vm.dir/build.make CMakeFiles/build_vmmaker_get_vm.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/build_vmmaker_get_vm.dir/DependInfo.cmake --color=
-- Looking for include file dirent.h - found
-- Looking for include file features.h
-- Looking for include file features.h - not found
-- Looking for include file unistd.h
-- Looking for include file unistd.h - found
-- Looking for include file ndir.h
-- Looking for include file ndir.h - not found
-- Looking for include file sys/ndir.h
-- Looking for include file sys/ndir.h - not found
-- Looking for include file sys/dir.h
-- Looking for include file sys/dir.h - found
-- Looking for include file sys/filio.h
-- Looking for include file sys/filio.h - found
-- Looking for include file sys/time.h
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/build_vmmaker_get_vm.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/build_vmmaker_get_vm.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/build_vmmaker_get_vm.dir/depend.internal".
Scanning dependencies of target build_vmmaker_get_vm
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
make  -f CMakeFiles/build_vmmaker_get_vm.dir/build.make CMakeFiles/build_vmmaker_get_vm.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
[ 93%] Performing update step for 'build_vmmaker_get_vm'
cd C:/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/vm && echo

[ 94%] Performing configure step for 'build_vmmaker_get_vm'
cd C:/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/vm && echo

cd C:/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/vm && /usr/bin/cmake.exe -E touch C:/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-configure
NewUndeclaredWarning: DetailedInstructionPrinter>>printInstructionsOn: (fullBlockRecursionSelector is Undeclared)
SystemNotification: CogStackPageSurrogate>>addressIsInPage:(address is shadowed)
NewUndeclaredWarning: SmalltalkImage>>simulatePrimitive:args: (FileExistsException is Undeclared)
[ 94%] Performing build step for 'build_vmmaker_get_vm'
cd C:/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/vm && echo

cd C:/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/vm && /usr/bin/cmake.exe -E touch C:/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-build
[ 95%] Performing install step for 'build_vmmaker_get_vm'
cd C:/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/vm && echo

cd C:/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/vm && /usr/bin/cmake.exe -E touch C:/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-install
[ 95%] Completed 'build_vmmaker_get_vm'
/usr/bin/cmake.exe -E make_directory /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles
/usr/bin/cmake.exe -E touch /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles/build_vmmaker_get_vm-complete
-- Looking for include file sys/time.h - found
-- Looking for include file execinfo.h
-- Looking for include file execinfo.h - found
-- Looking for include file dlfcn.h
-- Looking for include file dlfcn.h - found
-- Looking for dlopen in dl
-- Looking for dlopen in dl - found
-- Looking for dlopen in dyld
-- Looking for dlopen in dyld - not found
-- Performing Test HAVE_TM_GMTOFF
-- Performing Test HAVE_TM_GMTOFF - Success
-- Looking for include file sys/uuid.h
-- Looking for include file sys/uuid.h - not found
-- Looking for include file uuid/uuid.h
-- Looking for include file uuid/uuid.h - found
-- Looking for include file uuid.h
-- Looking for include file uuid.h - not found
-- Looking for uuidgen in uuid
-- Looking for uuidgen in uuid - not found
-- Looking for uuid_generate in uuid
NewUndeclaredWarning: FakeStdinStream>>next (ActiveHand is Undeclared)
/usr/bin/cmake.exe -E touch C:/builds/workspace/pharo-vm_pharo-9/build/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-done
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
[ 96%] Built target build_vmmaker_get_vm
make  -f build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/build.make build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/ffiTestLibrary /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/ffiTestLibrary/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/depend.internal".
Scanning dependencies of target TestLibrary
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
make  -f build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/build.make build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
[ 96%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/basic_types.c.o
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/ffiTestLibrary && /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/includes  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/TestLibrary.dir/src/basic_types.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/src/basic_types.c
NewUndeclaredWarning: Cogit class>>genAndDis:options: (Compiler is Undeclared)
-- Looking for uuid_generate in uuid - not found
Defining OSX VM to download for code generation
-- C Compiler: /Library/Developer/CommandLineTools/usr/bin/cc
-- C++ Compiler: /Library/Developer/CommandLineTools/usr/bin/c++
-- Resource Compiler: 
-- Building FFI
-- Downloading/updating libffi
-- Configuring done
-- Generating done
-- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-download
Scanning dependencies of target libffi-download
[ 11%] Creating directories for 'libffi-download'
[ 22%] Performing download step (git clone) for 'libffi-download'
Cloning into 'libffi-src'...
NewUndeclaredWarning: Cogit class>>initializeMiscConstants (UnicornProcessor is Undeclared)
NewUndeclaredWarning: Cogit>>initializeProcessor (MultiProcessor is Undeclared)
NewUndeclaredWarning: Cogit>>setClickStepBreakBlock (Debugger is Undeclared)
NewUndeclaredWarning: Cogit>>simulateCogCodeAt: (ProcessorSimulationTrap is Undeclared)
SystemNotification: RegisterAllocatingCogit>>resolveConflicts:with:to:(simStackPtr is shadowed)
NewUndeclaredWarning: StackToRegisterMappingCogit>>widthInDefaultFontOf: (NewParagraph is Undeclared)
Switched to a new branch 'v3.3-cmake'
Branch 'v3.3-cmake' set up to track remote branch 'v3.3-cmake' from 'origin'.
[ 97%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/callback_types.c.o
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/ffiTestLibrary && /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/includes  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/TestLibrary.dir/src/callback_types.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/src/callback_types.c
NewUndeclaredWarning: ADPCMCodecPlugin class>>monticelloDescription (ADPCMCodec is Undeclared)
NewUndeclaredWarning: ADPCMCodecPlugin class>>translatedPrimitives (ADPCMCodec is Undeclared)
[ 97%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/callbacks.c.o
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/ffiTestLibrary && /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/includes  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/TestLibrary.dir/src/callbacks.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/src/callbacks.c
[ 33%] No patch step for 'libffi-download'
[ 44%] Performing update step for 'libffi-download'
Current branch v3.3-cmake is up to date.
[ 55%] No configure step for 'libffi-download'
[ 66%] No build step for 'libffi-download'
[ 77%] No install step for 'libffi-download'
[ 88%] No test step for 'libffi-download'
[100%] Completed 'libffi-download'
[100%] Built target libffi-download
-- Building for TARGET_PLATFORM: X86_64
-- Check size of size_t
-- Check size of size_t - done
-- The ASM compiler identification is Clang
-- Found assembler: /Library/Developer/CommandLineTools/usr/bin/cc
-- Check size of double
-- Check size of double - done
-- Check size of long double
-- Check size of long double - done
-- Looking for alloca
-- Looking for alloca - not found
-- Looking for mmap
NewUndeclaredWarning: FilePluginSimulator>>fileOpenName:size:write: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>fileOpenName:size:write: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>fileOpenNewName:size: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>fileOpenNewName:size: (FileExistsException is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileDeleteName:Size: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileDeleteName:Size: (FileDirectory is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (FileDirectory is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (FileDirectory is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (FileDirectory is Undeclared)
NewUndeclaredWarning: IA32ABIPlugin>>primCalloc (Alien is Undeclared)
NewUndeclaredWarning: IA32ABIPlugin>>primMalloc (Alien is Undeclared)
NewUndeclaredWarning: InterpreterPlugin class>>allCodeOlderThan: (TimeStamp is Undeclared)
NewUndeclaredWarning: InterpreterPlugin class>>buildCodeGenerator (VMMakerConfiguration is Undeclared)
NewUndeclaredWarning: InterpreterPlugin class>>buildCodeGeneratorForVMClass: (VMMakerConfiguration is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>compressStructSize (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>decompressStructSize (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>errorMgr2StructSize (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primImageHeight: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primImageNumComponents: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primImageWidth: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGPluginIsPresent (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGReadHeader:fromByteArray:size:errorMgrReadHeader: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGReadImagefromByteArrayonFormdoDitheringerrorMgrReadScanlines:_:_:_:_:_:_:_:_: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGWriteImageonByteArrayformqualityprogressiveJPEGerrorMgrWriteScanlines:_:_:_:_:_:_:_:_:_:_:_: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: TestOSAPlugin>>primOpenDefaultConfiguration:subtype: (ComponentInstance is Undeclared)
NewUndeclaredWarning: SoundGenerationPlugin class>>monticelloDescription (AbstractSound is Undeclared)
NewUndeclaredWarning: SoundGenerationPlugin class>>translatedPrimitives (AbstractSound is Undeclared)
NewUndeclaredWarning: StackInterpreter class>>patchInterpGCCPPC: (FileStream is Undeclared)
NewUndeclaredWarning: StackInterpreter class>>primitiveAccessorDepthTable (VMMakerConfiguration is Undeclared)
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/src/callbacks.c:47:1: warning: control reaches end of non-void function [-Wreturn-type]
}
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/src/callbacks.c:62:3: warning: incompatible pointer types passing 'void *(void *)' to parameter of type 'LPTHREAD_START_ROUTINE' (aka 'unsigned long (*)(void *)') [-Wincompatible-pointer-types]
                otherThread,    // thread function name
                ^~~~~~~~~~~
/usr/x86_64-w64-mingw32/sys-root/mingw/include/processthreadsapi.h:195:127: note: passing argument to parameter 'lpStartAddress' here
  WINBASEAPI HANDLE WINAPI CreateThread (LPSECURITY_ATTRIBUTES lpThreadAttributes, SIZE_T dwStackSize, LPTHREAD_START_ROUTINE lpStartAddress, LPVOID lpParameter, DWORD dwCreationFlags, LPDWORD lpThreadId);
                                                                                                                              ^
2 warnings generated.
[ 98%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/callout.c.o
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/ffiTestLibrary && /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/includes  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/TestLibrary.dir/src/callout.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/src/callout.c
-- Looking for mmap - found
-- Looking for MAP_ANON
-- Looking for MAP_ANON - found
-- Performing Test HAVE_MMAP_DEV_ZERO
-- Performing Test HAVE_MMAP_DEV_ZERO - Failed
-- Looking for alloca.h
-- Looking for alloca.h - found
-- Performing Test HAVE_ALLOCA
-- Performing Test HAVE_ALLOCA - Success
-- Looking for inttypes.h
-- Looking for inttypes.h - found
-- Looking for memory.h
-- Looking for memory.h - found
-- Looking for stdlib.h
-- Looking for stdlib.h - found
-- Looking for strings.h
NewUndeclaredWarning: CogVMSimulator>>codeGeneratorToComputeAccessorDepth (VMMakerConfiguration is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>ensureMultiThreadingOverridesAreUpToDate (Parser is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>ioMousePoint (Sensor is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>ioRelinquishProcessorForMicroseconds: (Sensor is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>logOfBytesVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>logOfBytesWrite:toFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>logOfSendsVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>logOfSendsWrite:toFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorph (SimulatorImageMorph is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorph (SimulatorEventTransformer is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorph (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorph (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorphNoTranscript (SimulatorImageMorph is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorphNoTranscript (SimulatorEventTransformer is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorphNoTranscript (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>setBreakBlockFromString: (Compiler is Undeclared)
SystemNotification: CogVMSimulator>>testBreakCount:printSends:printFrames:printBytecodes:(breakCount is shadowed)
NewUndeclaredWarning: StackMTInterpreterSimulator>>ioMousePoint (Sensor is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>ioRelinquishProcessorForMicroseconds: (Sensor is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>logOfBytesVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>logOfBytesWrite:toFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>logOfSendsVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>logOfSendsWrite:toFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (SimulatorImageMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (SimulatorEventTransformer is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorphNoTranscript (SimulatorImageMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorphNoTranscript (SimulatorEventTransformer is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorphNoTranscript (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsSimulatorMorph (SimulatorMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsSimulatorMorph (SimulatorMorph is Undeclared)
SystemNotification: StackMTInterpreterSimulator>>runAtEachStep:breakCount:(breakCount is shadowed)
NewUndeclaredWarning: StackMTInterpreterSimulator>>setClickStepBreakBlock (Debugger is Undeclared)
SystemNotification: StackMTInterpreterSimulator>>testBreakCount:printSends:printFrames:printBytecodes:(breakCount is shadowed)
NewUndeclaredWarning: StackInterpreterSimulator>>codeGeneratorToComputeAccessorDepth (VMMakerConfiguration is Undeclared)
NewUndeclaredWarning: StackInterpreterSimulator>>ioMousePoint (Sensor is Undeclared)
NewUndeclaredWarning: StackInterpreterSimulator>>ioRelinquishProcessorForMicroseconds: (Sensor is Undeclared)
NewUndeclaredWarning: StackInterpreterSimulator>>logOfBytesVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackInterpreterSimulator>>logOfBytesWrite:toFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackInterpreterSimulator>>logOfSendsVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackInterpreterSimulator>>logOfSendsWrite:toFileNamed:fromStart: (FileStream is Undeclared)
SystemNotification: StackInterpreterSimulator>>runAtEachStep:breakCount:(breakCount is shadowed)
NewUndeclaredWarning: StackInterpreterSimulator>>setClickStepBreakBlock (Debugger is Undeclared)
SystemNotification: StackInterpreterSimulator>>testBreakCount:printSends:printFrames:printBytecodes:(breakCount is shadowed)
-- Looking for strings.h - found
-- Looking for string.h
-- Looking for string.h - found
-- Looking for sys/mman.h
-- Looking for sys/mman.h - found
-- Looking for sys/stat.h
-- Looking for sys/stat.h - found
-- Looking for 4 include files stdlib.h, ..., float.h
-- Looking for 4 include files stdlib.h, ..., float.h - found
-- Looking for memcpy
-- Looking for memcpy - found
-- Looking for mkostemp
-- Looking for mkostemp - not found
-- Checking if .eh_frame section is read-only - no
-- Checking HAVE_AS_X86_PCREL - yes
-- Checking HAVE_AS_X86_64_UNWIND_SECTION_TYPE - no
-- Checking HAVE_HIDDEN_VISIBILITY_ATTRIBUTE - no
-- Checking if symbols are underscored - no
-- Performing Test HAVE_AS_CFI_PSEUDO_OP
-- Performing Test HAVE_AS_CFI_PSEUDO_OP - Failed
-- Adding plugin: FilePlugin
-- Adding plugin: FileAttributesPlugin
-- Adding plugin: UUIDPlugin
-- Adding plugin: SocketPlugin
-- Adding plugin: SurfacePlugin
-- Adding plugin: FloatArrayPlugin
-- Adding plugin: LargeIntegers
-- Adding plugin: JPEGReaderPlugin
-- Adding plugin: JPEGReadWriter2Plugin
-- Adding plugin: MiscPrimitivePlugin
-- Adding plugin: B2DPlugin
-- Adding plugin: LocalePlugin
-- Adding plugin: SqueakSSL
-- Adding plugin: DSAPrims
-- Adding plugin: UnixOSProcessPlugin
-- Downloading Git2 binary
Adding third-party libraries for Darwin-x86_64: libgit2-0.25.1
-- Downloading/updating libgit2-0.25.1
-- Configuring done
-- Generating done
-- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libgit2-0.25.1-download
Scanning dependencies of target libgit2-0.25.1-download
[ 11%] Creating directories for 'libgit2-0.25.1-download'
[ 22%] Performing download step (download, verify and extract) for 'libgit2-0.25.1-download'
-- Downloading...
   dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libgit2-0.25.1-download/libgit2-0.25.1-download-prefix/src/libgit2-0.25.1.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-x86_64/third-party/libgit2-0.25.1.zip'
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- Downloading... done
[ 98%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/registerCallback.c.o
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/ffiTestLibrary && /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/includes  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/TestLibrary.dir/src/registerCallback.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/src/registerCallback.c
NewUndeclaredWarning: VMStructType class>>checkGenerateSurrogate:bytesPerWord: (BytesPerWord is Undeclared)
NewUndeclaredWarning: VMStructType class>>checkGenerateSurrogate:bytesPerWord: (BytesPerWord is Undeclared)
[100%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/structures.c.o
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/ffiTestLibrary && /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/includes  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/TestLibrary.dir/src/structures.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/src/structures.c
NewUndeclaredWarning: VMStructType class>>checkGenerateSurrogate:bytesPerWord: (BytesPerWord is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFBitBltLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFFormLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFEdgeDataTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFFillDataTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFWrongState is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadSpanBufferFrom: (GEFClassMismatch is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferIsInteger is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferIsPointers is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferBadMagic is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferWrongSize is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferStartWrong is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveAddActiveEdgeEntry (GEFEdgeDataTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveAddActiveEdgeEntry (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveAddActiveEdgeEntry (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveChangedActiveEdgeEntry (GEFEdgeDataTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveCopyBuffer (GEFClassMismatch is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveCopyBuffer (GEFSizeMismatch is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveDisplaySpanBuffer (GEFBitBltLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveGetFailureReason (GEFEngineIsInteger is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveGetFailureReason (GEFEngineIsWords is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveGetFailureReason (GEFEngineTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveInitializeProcessing (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFFillDataTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveNextFillEntry (GEFFormLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveNextFillEntry (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveNextFillEntry (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveNextGlobalEdgeEntry (GEFWrongEdge is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalEdge (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalEdge (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalEdge (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalFill (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveSetColorTransform (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFAlreadyFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFEngineIsInteger is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFEngineIsWords is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFEngineTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom:requiredState: (GEFWrongState is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom:requiredState:or: (GEFWrongState is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezier (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezier (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezier (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBitmapFill (GEFBadPoint is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBitmapFill (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBitmapFill (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFEntityCheckFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddGradientFill (GEFBadPoint is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddGradientFill (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddGradientFill (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFBadPoint is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFBadPoint is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFBadPoint is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFEntityLoadFailed is Undeclared)
-- extracting...
     src='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libgit2-0.25.1-download/libgit2-0.25.1-download-prefix/src/libgit2-0.25.1.zip'
     dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libgit2-0.25.1-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'libgit2-0.25.1-download'
[ 44%] No update step for 'libgit2-0.25.1-download'
[ 55%] No configure step for 'libgit2-0.25.1-download'
[ 66%] No build step for 'libgit2-0.25.1-download'
[ 77%] No install step for 'libgit2-0.25.1-download'
[ 88%] No test step for 'libgit2-0.25.1-download'
[100%] Completed 'libgit2-0.25.1-download'
[100%] Built target libgit2-0.25.1-download
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libgit2-0.25.1-src/libgit2.0.25.1.dylib
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libgit2-0.25.1-src/libgit2.25.dylib
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libgit2-0.25.1-src/libgit2.dylib
Adding third-party libraries for Darwin-x86_64: libgit2-mac-1.0.0
-- Downloading/updating libgit2-mac-1.0.0
-- Configuring done
-- Generating done
-- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libgit2-mac-1.0.0-download
Scanning dependencies of target libgit2-mac-1.0.0-download
[ 11%] Creating directories for 'libgit2-mac-1.0.0-download'
[ 22%] Performing download step (download, verify and extract) for 'libgit2-mac-1.0.0-download'
-- Downloading...
   dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libgit2-mac-1.0.0-download/libgit2-mac-1.0.0-download-prefix/src/libgit2-mac-1.0.0.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-x86_64/third-party/libgit2-mac-1.0.0.zip'
-- [download 2% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 56% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 96% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libgit2-mac-1.0.0-download/libgit2-mac-1.0.0-download-prefix/src/libgit2-mac-1.0.0.zip'
     dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libgit2-mac-1.0.0-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'libgit2-mac-1.0.0-download'
[ 44%] No update step for 'libgit2-mac-1.0.0-download'
[ 55%] No configure step for 'libgit2-mac-1.0.0-download'
[ 66%] No build step for 'libgit2-mac-1.0.0-download'
[ 77%] No install step for 'libgit2-mac-1.0.0-download'
[ 88%] No test step for 'libgit2-mac-1.0.0-download'
[100%] Completed 'libgit2-mac-1.0.0-download'
[100%] Built target libgit2-mac-1.0.0-download
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libgit2-mac-1.0.0-src/libgit2.1.0.0.dylib
Adding third-party libraries for Darwin-x86_64: libssh2-1.7.0
-- Downloading/updating libssh2-1.7.0
-- Configuring done
-- Generating done
-- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libssh2-1.7.0-download
Scanning dependencies of target libssh2-1.7.0-download
[ 11%] Creating directories for 'libssh2-1.7.0-download'
[ 22%] Performing download step (download, verify and extract) for 'libssh2-1.7.0-download'
-- Downloading...
   dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libssh2-1.7.0-download/libssh2-1.7.0-download-prefix/src/libssh2-1.7.0.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-x86_64/third-party/libssh2-1.7.0.zip'
-- [download 1% complete]
-- [download 4% complete]
-- [download 6% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 12% complete]
-- [download 14% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 25% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 36% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 41% complete]
-- [download 45% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 72% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 77% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 83% complete]
-- [download 85% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 97% complete]
-- [download 99% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libssh2-1.7.0-download/libssh2-1.7.0-download-prefix/src/libssh2-1.7.0.zip'
     dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libssh2-1.7.0-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'libssh2-1.7.0-download'
[ 44%] No update step for 'libssh2-1.7.0-download'
[ 55%] No configure step for 'libssh2-1.7.0-download'
[ 66%] No build step for 'libssh2-1.7.0-download'
[ 77%] No install step for 'libssh2-1.7.0-download'
[ 88%] No test step for 'libssh2-1.7.0-download'
[100%] Completed 'libssh2-1.7.0-download'
[100%] Built target libssh2-1.7.0-download
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libssh2-1.7.0-src/libssh2.1.dylib
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libssh2-1.7.0-src/libssh2.dylib
Adding third-party libraries for Darwin-x86_64: openssl-1.0.2q
-- Downloading/updating openssl-1.0.2q
-- Configuring done
-- Generating done
-- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/openssl-1.0.2q-download
Scanning dependencies of target openssl-1.0.2q-download
[ 11%] Creating directories for 'openssl-1.0.2q-download'
[ 22%] Performing download step (download, verify and extract) for 'openssl-1.0.2q-download'
-- Downloading...
   dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/openssl-1.0.2q-download/openssl-1.0.2q-download-prefix/src/openssl-1.0.2q.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-x86_64/third-party/openssl-1.0.2q.zip'
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- Downloading... done
[100%] Linking C shared library ../vm/TestLibrary.dll
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/ffiTestLibrary && /usr/bin/cmake.exe -E cmake_link_script CMakeFiles/TestLibrary.dir/link.txt --verbose=1
/usr/bin/x86_64-w64-mingw32-clang  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -shared -Wl,--enable-auto-import -o ../vm/TestLibrary.dll -Wl,--out-implib,../vm/libTestLibrary.dll.a -Wl,--major-image-version,0,--minor-image-version,0 CMakeFiles/TestLibrary.dir/src/basic_types.c.o CMakeFiles/TestLibrary.dir/src/callback_types.c.o CMakeFiles/TestLibrary.dir/src/callbacks.c.o CMakeFiles/TestLibrary.dir/src/callout.c.o CMakeFiles/TestLibrary.dir/src/registerCallback.c.o CMakeFiles/TestLibrary.dir/src/structures.c.o 
-- extracting...
     src='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/openssl-1.0.2q-download/openssl-1.0.2q-download-prefix/src/openssl-1.0.2q.zip'
     dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/openssl-1.0.2q-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'openssl-1.0.2q-download'
[ 44%] No update step for 'openssl-1.0.2q-download'
[ 55%] No configure step for 'openssl-1.0.2q-download'
[ 66%] No build step for 'openssl-1.0.2q-download'
[ 77%] No install step for 'openssl-1.0.2q-download'
[ 88%] No test step for 'openssl-1.0.2q-download'
[100%] Completed 'openssl-1.0.2q-download'
[100%] Built target openssl-1.0.2q-download
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/openssl-1.0.2q-src/libcrypto.1.0.0.dylib
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/openssl-1.0.2q-src/libssl.1.0.0.dylib
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/openssl-1.0.2q-src/libssl.dylib
Adding third-party libraries for Darwin-x86_64: freetype-2.9.1
-- Downloading/updating freetype-2.9.1
-- Configuring done
-- Generating done
-- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/freetype-2.9.1-download
Scanning dependencies of target freetype-2.9.1-download
[ 11%] Creating directories for 'freetype-2.9.1-download'
[ 22%] Performing download step (download, verify and extract) for 'freetype-2.9.1-download'
-- Downloading...
   dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/freetype-2.9.1-download/freetype-2.9.1-download-prefix/src/freetype-2.9.1.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-x86_64/third-party/freetype-2.9.1.zip'
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/freetype-2.9.1-download/freetype-2.9.1-download-prefix/src/freetype-2.9.1.zip'
     dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/freetype-2.9.1-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'freetype-2.9.1-download'
[ 44%] No update step for 'freetype-2.9.1-download'
[ 55%] No configure step for 'freetype-2.9.1-download'
[ 66%] No build step for 'freetype-2.9.1-download'
[ 77%] No install step for 'freetype-2.9.1-download'
[ 88%] No test step for 'freetype-2.9.1-download'
[100%] Completed 'freetype-2.9.1-download'
[100%] Built target freetype-2.9.1-download
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/freetype-2.9.1-src/libfreetype.6.dylib
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/freetype-2.9.1-src/libfreetype.dylib
Adding third-party libraries for Darwin-x86_64: pixman-0.34.0
-- Downloading/updating pixman-0.34.0
-- Configuring done
-- Generating done
-- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/pixman-0.34.0-download
Scanning dependencies of target pixman-0.34.0-download
[ 11%] Creating directories for 'pixman-0.34.0-download'
[ 22%] Performing download step (download, verify and extract) for 'pixman-0.34.0-download'
-- Downloading...
   dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/pixman-0.34.0-download/pixman-0.34.0-download-prefix/src/pixman-0.34.0.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-x86_64/third-party/pixman-0.34.0.zip'
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/pixman-0.34.0-download/pixman-0.34.0-download-prefix/src/pixman-0.34.0.zip'
     dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/pixman-0.34.0-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'pixman-0.34.0-download'
[ 44%] No update step for 'pixman-0.34.0-download'
[ 55%] No configure step for 'pixman-0.34.0-download'
[ 66%] No build step for 'pixman-0.34.0-download'
[ 77%] No install step for 'pixman-0.34.0-download'
[ 88%] No test step for 'pixman-0.34.0-download'
[100%] Completed 'pixman-0.34.0-download'
[100%] Built target pixman-0.34.0-download
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/pixman-0.34.0-src/libpixman-1.0.dylib
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/pixman-0.34.0-src/libpixman-1.dylib
Adding third-party libraries for Darwin-x86_64: cairo-1.15.4
-- Downloading/updating cairo-1.15.4
-- Configuring done
-- Generating done
-- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/cairo-1.15.4-download
Scanning dependencies of target cairo-1.15.4-download
[ 11%] Creating directories for 'cairo-1.15.4-download'
[ 22%] Performing download step (download, verify and extract) for 'cairo-1.15.4-download'
-- Downloading...
   dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/cairo-1.15.4-download/cairo-1.15.4-download-prefix/src/cairo-1.15.4.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-x86_64/third-party/cairo-1.15.4.zip'
-- [download 0% complete]
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
[100%] Built target TestLibrary
make[1]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
/usr/bin/cmake.exe -E cmake_progress_start /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/CMakeFiles 0
make  -f CMakeFiles/Makefile2 preinstall
make[1]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
make[1]: Nothing to be done for 'preinstall'.
make[1]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build'
Install the project...
/usr/bin/cmake.exe -P cmake_install.cmake
-- Install configuration: ""
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/./
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/.//B2DPlugin.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/.//BitBltPlugin.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/.//DSAPrims.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/.//ffi.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/.//FileAttributesPlugin.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/.//FilePlugin.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/.//FloatArrayPlugin.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/.//iconv.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/.//JPEGReaderPlugin.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/.//JPEGReadWriter2Plugin.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/.//LargeIntegers.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/.//libbz2-1.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/.//libcairo-2.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/.//libeay32.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/.//libexpat-1.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/.//libfontconfig-1.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/.//libfreetype-6.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/.//libgcc_s_seh-1.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/.//libgit2-1-0-0.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/.//libgit2.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/.//libpcre-1.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/.//libpixman-1-0.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/.//libpng16-16.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/.//libssh2-1.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/.//libssh2.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/.//libwinpthread-1.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/.//LocalePlugin.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/.//MiscPrimitivePlugin.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/.//PharoVMCore.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/.//SDL2.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/.//SocketPlugin.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/.//SqueakSSL.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/.//ssleay32.dll
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/cairo-1.15.4-download/cairo-1.15.4-download-prefix/src/cairo-1.15.4.zip'
     dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/cairo-1.15.4-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'cairo-1.15.4-download'
[ 44%] No update step for 'cairo-1.15.4-download'
[ 55%] No configure step for 'cairo-1.15.4-download'
[ 66%] No build step for 'cairo-1.15.4-download'
[ 77%] No install step for 'cairo-1.15.4-download'
[ 88%] No test step for 'cairo-1.15.4-download'
[100%] Completed 'cairo-1.15.4-download'
[100%] Built target cairo-1.15.4-download
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/cairo-1.15.4-src/libcairo.2.dylib
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/cairo-1.15.4-src/libcairo.dylib
Adding third-party libraries for Darwin-x86_64: libpng-1.2.49
-- Downloading/updating libpng-1.2.49
-- Configuring done
-- Generating done
-- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libpng-1.2.49-download
Scanning dependencies of target libpng-1.2.49-download
[ 11%] Creating directories for 'libpng-1.2.49-download'
[ 22%] Performing download step (download, verify and extract) for 'libpng-1.2.49-download'
-- Downloading...
   dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libpng-1.2.49-download/libpng-1.2.49-download-prefix/src/libpng-1.2.49.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-x86_64/third-party/libpng-1.2.49.zip'
-- [download 7% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 99% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libpng-1.2.49-download/libpng-1.2.49-download-prefix/src/libpng-1.2.49.zip'
     dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libpng-1.2.49-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'libpng-1.2.49-download'
[ 44%] No update step for 'libpng-1.2.49-download'
[ 55%] No configure step for 'libpng-1.2.49-download'
[ 66%] No build step for 'libpng-1.2.49-download'
[ 77%] No install step for 'libpng-1.2.49-download'
[ 88%] No test step for 'libpng-1.2.49-download'
[100%] Completed 'libpng-1.2.49-download'
[100%] Built target libpng-1.2.49-download
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libpng-1.2.49-src/libpng12.0.dylib
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libpng-1.2.49-src/libpng12.dylib
-- Downloading SDL2 binary
Adding third-party libraries for Darwin-x86_64: SDL2-2.0.18
-- Downloading/updating SDL2-2.0.18
-- Configuring done
-- Generating done
-- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/SDL2-2.0.18-download
Scanning dependencies of target SDL2-2.0.18-download
[ 11%] Creating directories for 'SDL2-2.0.18-download'
[ 22%] Performing download step (download, verify and extract) for 'SDL2-2.0.18-download'
-- Downloading...
   dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/SDL2-2.0.18-download/SDL2-2.0.18-download-prefix/src/SDL2-2.0.18.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Darwin-x86_64/third-party/SDL2-2.0.18.zip'
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 62% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 74% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 83% complete]
-- [download 85% complete]
-- [download 87% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 92% complete]
-- [download 94% complete]
-- [download 96% complete]
-- [download 98% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/SDL2-2.0.18-download/SDL2-2.0.18-download-prefix/src/SDL2-2.0.18.zip'
     dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/SDL2-2.0.18-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'SDL2-2.0.18-download'
[ 44%] No update step for 'SDL2-2.0.18-download'
[ 55%] No configure step for 'SDL2-2.0.18-download'
[ 66%] No build step for 'SDL2-2.0.18-download'
[ 77%] No install step for 'SDL2-2.0.18-download'
[ 88%] No test step for 'SDL2-2.0.18-download'
[100%] Completed 'SDL2-2.0.18-download'
[100%] Built target SDL2-2.0.18-download
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/SDL2-2.0.18-src/libSDL2-2.0.0.dylib
-- /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/SDL2-2.0.18-src/libSDL2.dylib
-- Configuring done
CMake Warning (dev):
  Policy CMP0068 is not set: RPATH settings on macOS do not affect
  install_name.  Run "cmake --help-policy CMP0068" for policy details.  Use
  the cmake_policy command to set the policy and suppress this warning.

  For compatibility with older versions of CMake, the install_name fields for
  the following targets are still affected by RPATH settings:

   B2DPlugin
   BitBltPlugin
   DSAPrims
   FileAttributesPlugin
   FilePlugin
   FloatArrayPlugin
   JPEGReadWriter2Plugin
   JPEGReaderPlugin
   LargeIntegers
   LocalePlugin
   MiscPrimitivePlugin
   PharoVMCore
   SocketPlugin
   SqueakSSL
   SurfacePlugin
   TestLibrary
   UUIDPlugin
   UnixOSProcessPlugin
   ffi_shared

This warning is for project developers.  Use -Wno-dev to suppress it.

-- Generating done
-- Build files have been written to: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/.//SurfacePlugin.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/.//TestLibrary.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/.//UUIDPlugin.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/.//zlib1.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/./Pharo.exe.manifest
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/./PharoConsole.exe.manifest
-- Up-to-date: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/./
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/.//libB2DPlugin.dll.a
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/.//libBitBltPlugin.dll.a
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/.//libDSAPrims.dll.a
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/.//libffi.dll.a
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/.//libFileAttributesPlugin.dll.a
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/.//libFilePlugin.dll.a
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/.//libFloatArrayPlugin.dll.a
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/.//libJPEGReaderPlugin.dll.a
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/.//libJPEGReadWriter2Plugin.dll.a
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/.//libLargeIntegers.dll.a
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/.//libLocalePlugin.dll.a
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/.//libMiscPrimitivePlugin.dll.a
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/.//libPharoVMCore.dll.a
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/.//libSocketPlugin.dll.a
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/.//libSqueakSSL.dll.a
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/.//libSurfacePlugin.dll.a
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/.//libTestLibrary.dll.a
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/.//libUUIDPlugin.dll.a
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/.//Pharo.exe
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/.//PharoConsole.exe
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/sqConfig.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/sqGnu.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/sqPlatformSpecific.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/sqWin32.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/sqWin32Alloc.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/sqWin32HandleTable.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/config.h
-- Up-to-date: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/debug.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/errorCode.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/exportDefinition.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/fileDialog.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/imageAccess.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/interpreter.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/jit
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/jit/jit.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/macros.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/parameters
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/parameters/parameters.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/parameters/parameterVector.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/pathUtilities.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/pharo.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/pharoClient.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/semaphores
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/semaphores/pharoSemaphore.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/semaphores/platformSemaphore.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/semaphores/pSemaphore.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/sigjmp_support.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/sqNamedPrims.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/stringUtilities.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/threads
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/threads/vmthread.h
[Pipeline] dir
Running in /builds/workspace/pharo-vm_pharo-9/build-stockReplacement
[Pipeline] {
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/threadSafeQueue
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/threadSafeQueue/threadSafeQueue.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/win
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/win/resources.h
-- Up-to-date: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/dispdbg.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/sq.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/sqaio.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/sqAssert.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/sqAtomicOps.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/sqCogStackAlignment.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/sqMemoryAccess.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/sqMemoryFence.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/sqVirtualMachine.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/cmake
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/cmake/Darwin.cmake
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/cmake/DownloadProject.cmake
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/cmake/DownloadProject.CMakeLists.cmake.in
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/cmake/FindCairo.cmake
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/cmake/FindFFI.cmake
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/cmake/FindLibGit2.cmake
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/cmake/FindPThreadW32.cmake
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/cmake/FindSDL2.cmake
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/cmake/importCairo.cmake
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/cmake/importFreetype2.cmake
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/cmake/importLibFFI.cmake
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/cmake/importLibGit2.cmake
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/cmake/importSDL2.cmake
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/cmake/Linux.cmake
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/cmake/OpenBSD.cmake
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/cmake/packaging.cmake
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/cmake/versionExtraction.cmake
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/cmake/vmmaker.cmake
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/cmake/Windows.cmake
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/B2DPlugin
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/B2DPlugin/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/B2DPlugin/src/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltArm.h
[Pipeline] sh
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltArmSimd.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltDispatch.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltGeneric.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltInternal.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltArm.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltArmLinux.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltArmOther.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltArmSimd.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltDispatch.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltGeneric.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/DSAPrims
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/DSAPrims/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/DSAPrims/src/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/DSAPrims/src/common/DSAPrims.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/common/faCommon.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/common/faConstants.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/unix
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/unix/faSupport.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/win
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/win/dirent.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/win/faSupport.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/unix
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/win
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/win/faSupport.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FilePlugin
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/include
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/include/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/include/common/FilePlugin.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/include/win
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/include/win/sqWin32File.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/osx
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/osx/sqUnixFile.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/unix
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/win
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/win/sqWin32FilePrims.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/IA32ABI
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/AlienSUnitTestProcedures.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusiness.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessARM.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessARM32.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessARM64.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessPostLogic.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessppc.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessppcPostLogicDouble.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessppcPostLogicFloat.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessppcPostLogicInteger.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dax64business.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dax64win64business.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/ia32abi.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/AlienSUnitTestProcedures.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/arm32abicc.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/arm64abicc.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/IA32ABI.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/ia32abicc.c
MetacelloNotification: Loaded -> VMMaker-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-Slang-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loaded -> VMMaker-Slang-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMakerCompatibilityForPharo6-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
+ VERBOSE=1
+ make install package
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -S/builds/workspace/pharo-vm_pharo-9/repository -B/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement --check-build-system CMakeFiles/Makefile.cmake 0
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_progress_start /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/progress.marks
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/Makefile2 all
/Library/Developer/CommandLineTools/usr/bin/make -f libffi-build/CMakeFiles/objlib.dir/build.make libffi-build/CMakeFiles/objlib.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-src /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/CMakeFiles/objlib.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/CMakeFiles/objlib.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/CMakeFiles/objlib.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/CMakeFiles/objlib.dir/depend.internal".
Scanning dependencies of target objlib
/Library/Developer/CommandLineTools/usr/bin/make -f libffi-build/CMakeFiles/objlib.dir/build.make libffi-build/CMakeFiles/objlib.dir/build
[  0%] Building C object libffi-build/CMakeFiles/objlib.dir/src/closures.c.o
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build && /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-src/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/objlib.dir/src/closures.c.o   -c /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-src/src/closures.c
[  1%] Building C object libffi-build/CMakeFiles/objlib.dir/src/java_raw_api.c.o
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build && /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-src/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/objlib.dir/src/java_raw_api.c.o   -c /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-src/src/java_raw_api.c
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-src/src/java_raw_api.c:328:46: warning: 'ffi_java_raw_size' is deprecated [-Wdeprecated-declarations]
  ffi_java_raw *raw = (ffi_java_raw*)alloca (ffi_java_raw_size (cif));
                                             ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include/ffi.h:299:56: note: 'ffi_java_raw_size' has been explicitly marked deprecated here
size_t ffi_java_raw_size (ffi_cif *cif) __attribute__((deprecated));
                                                       ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-src/src/java_raw_api.c:331:3: warning: 'ffi_java_ptrarray_to_raw' is deprecated [-Wdeprecated-declarations]
  ffi_java_ptrarray_to_raw (cif, avalue, raw);
  ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include/ffi.h:295:93: note: 'ffi_java_ptrarray_to_raw' has been explicitly marked deprecated here
void ffi_java_ptrarray_to_raw (ffi_cif *cif, void **args, ffi_java_raw *raw) __attribute__((deprecated));
                                                                                            ^
2 warnings generated.
[  1%] Building C object libffi-build/CMakeFiles/objlib.dir/src/prep_cif.c.o
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build && /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-src/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/objlib.dir/src/prep_cif.c.o   -c /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-src/src/prep_cif.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/ppc32abicc.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/x64sysvabicc.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/x64win64abicc.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/x64win64stub.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/xabicc.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReaderPlugin
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReaderPlugin/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReaderPlugin/src/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jconfig.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdct.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jinclude.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c
[  2%] Building C object libffi-build/CMakeFiles/objlib.dir/src/raw_api.c.o
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build && /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-src/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/objlib.dir/src/raw_api.c.o   -c /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-src/src/raw_api.c
[  2%] Building C object libffi-build/CMakeFiles/objlib.dir/src/types.c.o
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build && /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-src/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/objlib.dir/src/types.c.o   -c /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-src/src/types.c
[  3%] Building C object libffi-build/CMakeFiles/objlib.dir/src/x86/ffi64.c.o
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build && /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-src/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/objlib.dir/src/x86/ffi64.c.o   -c /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-src/src/x86/ffi64.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemsys.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmorecfg.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jpegint.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jpeglib.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jversion.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/README
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/README.6b2
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/ReadMe.txt
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/LargeIntegers
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/LargeIntegers/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/LargeIntegers/src/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include/common/LocalePlugin.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include/osx
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include/osx/sqIOSLocale.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/osx
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/unix
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/unix/sqUnixLocale.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/win
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/win/sqWin32Locale.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/MiscPrimitivePlugin
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/MiscPrimitivePlugin/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/MiscPrimitivePlugin/src/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin/include
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin/include/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin/include/common/SocketPlugin.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin/src/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/common/sqFFI.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/osx
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/osx/dummyFFI.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/unix
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/unix/ffi-test-sq.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/unix/ffi-test.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/unix/ppc-global.h
NewUndeclaredWarning: OCAbstractScope>>childrenDo:after:suchThat: (children is Undeclared)
NewUndeclaredWarning: OCAbstractScope>>childrenDo:after:suchThat: (children is Undeclared)
NewUndeclaredWarning: OCAbstractScope>>childrenDo:suchThat: (children is Undeclared)
NewUndeclaredWarning: OCAbstractScope>>childrenDo:suchThat: (children is Undeclared)
NewUndeclaredWarning: DisplayText class>>example (Sensor is Undeclared)
NewUndeclaredWarning: DisplayText class>>example (Sensor is Undeclared)
NewUndeclaredWarning: DisplayText class>>text: (DefaultTextStyle is Undeclared)
[  3%] Building ASM object libffi-build/CMakeFiles/objlib.dir/src/x86/unix64.S.o
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build && /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-src/include  -fPIC   -o CMakeFiles/objlib.dir/src/x86/unix64.S.o -c /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-src/src/x86/unix64.S
[  4%] Building C object libffi-build/CMakeFiles/objlib.dir/src/x86/ffiw64.c.o
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build && /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-src/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/objlib.dir/src/x86/ffiw64.c.o   -c /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-src/src/x86/ffiw64.c
[  5%] Building ASM object libffi-build/CMakeFiles/objlib.dir/src/x86/win64.S.o
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build && /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-src/include  -fPIC   -o CMakeFiles/objlib.dir/src/x86/win64.S.o -c /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-src/src/x86/win64.S
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/ARM32FFIPlugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/ARM64FFIPlugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/IA32FFIPlugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/sqFFIPlugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/sqFFITestFuncs.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/sqManualSurface.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/SqueakFFIPrims.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/X64Win64FFIPlugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/osx
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/osx/dummyFFI.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix/any-libffi.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix/ppc-darwin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix/ppc-sysv.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix/x86-sysv.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/win
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/win/sqWin32FFI.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include/common/SqueakSSL.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include/unix
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include/unix/openssl_overlay.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/osx
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/unix
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c
[  5%] Built target objlib
/Library/Developer/CommandLineTools/usr/bin/make -f libffi-build/CMakeFiles/ffi_shared.dir/build.make libffi-build/CMakeFiles/ffi_shared.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-src /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/CMakeFiles/ffi_shared.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/CMakeFiles/ffi_shared.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/CMakeFiles/ffi_shared.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/CMakeFiles/ffi_shared.dir/depend.internal".
Scanning dependencies of target ffi_shared
/Library/Developer/CommandLineTools/usr/bin/make -f libffi-build/CMakeFiles/ffi_shared.dir/build.make libffi-build/CMakeFiles/ffi_shared.dir/build
[  6%] Linking C shared library ../build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libffi.dylib
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/ffi_shared.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -dynamiclib -Wl,-headerpad_max_install_names  -o ../build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libffi.dylib -install_name @executable_path/Plugins/libffi.dylib CMakeFiles/objlib.dir/src/closures.c.o CMakeFiles/objlib.dir/src/java_raw_api.c.o CMakeFiles/objlib.dir/src/prep_cif.c.o CMakeFiles/objlib.dir/src/raw_api.c.o CMakeFiles/objlib.dir/src/types.c.o CMakeFiles/objlib.dir/src/x86/ffi64.c.o CMakeFiles/objlib.dir/src/x86/unix64.S.o CMakeFiles/objlib.dir/src/x86/ffiw64.c.o CMakeFiles/objlib.dir/src/x86/win64.S.o -Wl,-rpath,@executable_path/Plugins 
[  6%] Built target ffi_shared
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/libffi_copy.dir/build.make CMakeFiles/libffi_copy.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/libffi_copy.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/libffi_copy.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/libffi_copy.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/libffi_copy.dir/depend.internal".
Scanning dependencies of target libffi_copy
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/libffi_copy.dir/build.make CMakeFiles/libffi_copy.dir/build
[  7%] Copying libffi binaries to '/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins'
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libffi.dylib /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
[  7%] Built target libffi_copy
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/build_vmmaker_get_vm-build.dir/build.make CMakeFiles/build_vmmaker_get_vm-build.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/build_vmmaker_get_vm-build.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/build_vmmaker_get_vm-build.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/build_vmmaker_get_vm-build.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/build_vmmaker_get_vm-build.dir/depend.internal".
Scanning dependencies of target build_vmmaker_get_vm-build
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/build_vmmaker_get_vm-build.dir/build.make CMakeFiles/build_vmmaker_get_vm-build.dir/build
[  7%] Creating directories for 'build_vmmaker_get_vm'
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/vm
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/vm
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/tmp
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src/build_vmmaker_get_vm-stamp
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src/build_vmmaker_get_vm-stamp
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-mkdir
[  8%] Performing download step (download, verify and extract) for 'build_vmmaker_get_vm'
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -P /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src/build_vmmaker_get_vm-stamp/download-build_vmmaker_get_vm.cmake
-- Downloading...
   dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src/PharoVM-9.0.11-9e688828-Darwin-x86_64-bin.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64-headless/Darwin-x86_64/PharoVM-9.0.11-9e688828-Darwin-x86_64-bin.zip'
MetacelloNotification: Loaded -> VMMakerCompatibilityForPharo6-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMakerTests-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/win
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/win/sqWin32SSL.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SurfacePlugin
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/include
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/include/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/include/common/SurfacePlugin.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/src/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/UnixOSProcessPlugin
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/UnixOSProcessPlugin/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/UnixOSProcessPlugin/src/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/include
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/include/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/include/common/dispdbg.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/include/common/sq.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/include/common/sqaio.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/include/common/sqAssert.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/include/common/sqAtomicOps.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/include/common/sqCogStackAlignment.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/include/common/sqMemoryAccess.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/include/common/sqMemoryFence.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/include/common/sqVirtualMachine.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/include/osx
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/include/osx/sqConfig.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/include/osx/sqGnu.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/include/osx/sqPlatformSpecific.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/include/unix
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/include/unix/sqConfig.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/include/unix/sqGnu.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/include/unix/sqPlatformSpecific.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/include/unix/sqUnixCharConv.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/include/win
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/include/win/sqConfig.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/include/win/sqGnu.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/include/win/sqPlatformSpecific.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/include/win/sqWin32.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/include/win/sqWin32Alloc.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/include/win/sqWin32HandleTable.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/src/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/src/common/heartbeat.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/src/common/sqExternalSemaphores.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/src/common/sqHeapMap.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/src/common/sqNamedPrims.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/src/common/sqTicker.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/src/common/sqVirtualMachine.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/src/osx
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/src/osx/aioOSX.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/src/unix
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/src/unix/aio.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/src/unix/sqUnixCharConv.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/src/win
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/src/win/aioWin.c
-- [download 0% complete]
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- verifying file...
       file='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src/PharoVM-9.0.11-9e688828-Darwin-x86_64-bin.zip'
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/src/win/sqWin32Directory.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/extracted/vm/src/win/sqWin32SpurAlloc.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/include
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/include/pharovm
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/include/pharovm/config.h.in
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/include/pharovm/debug.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/include/pharovm/errorCode.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/include/pharovm/exportDefinition.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/include/pharovm/fileDialog.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/include/pharovm/imageAccess.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/include/pharovm/interpreter.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/include/pharovm/jit
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/include/pharovm/jit/jit.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/include/pharovm/macros.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/include/pharovm/parameters
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/include/pharovm/parameters/parameters.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/include/pharovm/parameters/parameterVector.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/include/pharovm/pathUtilities.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/include/pharovm/pharo.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/include/pharovm/pharoClient.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/include/pharovm/semaphores
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/include/pharovm/semaphores/pharoSemaphore.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/include/pharovm/semaphores/platformSemaphore.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/include/pharovm/semaphores/pSemaphore.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/include/pharovm/sigjmp_support.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/include/pharovm/sqNamedPrims.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/include/pharovm/stringUtilities.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/include/pharovm/threads
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/include/pharovm/threads/vmthread.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/include/pharovm/threadSafeQueue
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/include/pharovm/threadSafeQueue/threadSafeQueue.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/include/pharovm/win
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/include/pharovm/win/resources.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/packaging
-- Downloading... done
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -P /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src/build_vmmaker_get_vm-stamp/verify-build_vmmaker_get_vm.cmake
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -P /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src/build_vmmaker_get_vm-stamp/extract-build_vmmaker_get_vm.cmake
-- extracting...
     src='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src/PharoVM-9.0.11-9e688828-Darwin-x86_64-bin.zip'
     dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/vm'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-download
[  8%] No patch step for 'build_vmmaker_get_vm'
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E echo_append
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-patch
[  9%] Performing update step for 'build_vmmaker_get_vm'
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/vm && echo

[  9%] Performing configure step for 'build_vmmaker_get_vm'
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/vm && echo

cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/vm && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-configure
[ 10%] Performing build step for 'build_vmmaker_get_vm'
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/vm && echo

cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/vm && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-build
[ 10%] Built target build_vmmaker_get_vm-build
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/build_vmmaker_get_image.dir/build.make CMakeFiles/build_vmmaker_get_image.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/build_vmmaker_get_image.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/build_vmmaker_get_image.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/build_vmmaker_get_image.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/build_vmmaker_get_image.dir/depend.internal".
Scanning dependencies of target build_vmmaker_get_image
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/build_vmmaker_get_image.dir/build.make CMakeFiles/build_vmmaker_get_image.dir/build
[ 11%] Creating directories for 'build_vmmaker_get_image'
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/image
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/image
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/tmp
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src/build_vmmaker_get_image-stamp
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src/build_vmmaker_get_image-stamp
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-mkdir
[ 12%] Performing download step (download, verify and extract) for 'build_vmmaker_get_image'
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -P /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src/build_vmmaker_get_image-stamp/download-build_vmmaker_get_image.cmake
-- Downloading...
   dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src/Pharo10-SNAPSHOT.build.349.sha.3e26baf.arch.64bit.zip'
   timeout='none'
-- Using src='https://files.pharo.org/image/100/Pharo10-SNAPSHOT.build.349.sha.3e26baf.arch.64bit.zip'
-- [download 0% complete]
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- verifying file...
       file='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src/Pharo10-SNAPSHOT.build.349.sha.3e26baf.arch.64bit.zip'
-- Downloading... done
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -P /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src/build_vmmaker_get_image-stamp/verify-build_vmmaker_get_image.cmake
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -P /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src/build_vmmaker_get_image-stamp/extract-build_vmmaker_get_image.cmake
-- extracting...
     src='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src/Pharo10-SNAPSHOT.build.349.sha.3e26baf.arch.64bit.zip'
     dst='/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/image'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-download
[ 13%] No patch step for 'build_vmmaker_get_image'
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E echo_append
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-patch
[ 13%] Performing update step for 'build_vmmaker_get_image'
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/image && echo

[ 13%] Performing configure step for 'build_vmmaker_get_image'
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/image && echo

cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/image && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-configure
[ 14%] Performing build step for 'build_vmmaker_get_image'
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/image && /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/vm/Contents/MacOS/Pharo --headless /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/image/Pharo10-SNAPSHOT-64bit-3e26baf.image --no-default-preferences save VMMaker
NewUndeclaredWarning: ProcessorSimulator>>stackValues (VMMachineCodeDebuggerStackItem is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>arg0Register (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>arg1Register (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>baseRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>cResultRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>carg0Register (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>carg1Register (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>carg2Register (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>carg3Register (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>classRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>disassembler (LLVMRV64Disassembler is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>doublePrecisionFloatingPointRegister0 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>doublePrecisionFloatingPointRegister1 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>doublePrecisionFloatingPointRegister2 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f0 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f1 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f10 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f11 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f12 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f13 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f14 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f15 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f16 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f17 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f18 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f19 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f2 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f20 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f21 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f22 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f23 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f24 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f25 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f26 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f27 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f28 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f29 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f3 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f30 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f31 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f4 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f5 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f6 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f7 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f8 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f9 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>flagCarryRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>flagOverflowRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>flagSignRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>flagZeroRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>framePointerRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>instructionPointerRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>linkRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>mstatus (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>receiverRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s0 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s0: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s2 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s2: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s7 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s7: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s8 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s8: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s9 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s9: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>sendNumberOfArgumentsRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>stackPointerRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t0 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t0: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t1 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t1: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t2 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t2: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t3 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t3: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t4 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t4: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t5 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t5: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t6 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t6: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>temporaryRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x0 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x1 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x10 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x11 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x12 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x13 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x14 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x15 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x16 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x17 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x18 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x19 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x2 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x20 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x21 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x22 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x23 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x24 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x25 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x26 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x27 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x28 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x29 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x3 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x30 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x31 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x4 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x5 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x6 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x7 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x8 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x9 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: VMFrameBuilder>>gtInspectorItemsIn: (GTObjectPrinter is Undeclared)
NewUndeclaredWarning: VMFrameBuilder>>gtInspectorItemsIn: (GTObjectPrinter is Undeclared)
NewUndeclaredWarning: VMBytecodeMethod>>encoderClass (EncoderForV3PlusClosures is Undeclared)
NewUndeclaredWarning: VMSimpleStackBasedCogitAbstractTest>>openMachineDebuggerAt: (VMMachineCodeDebugger is Undeclared)
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/packaging/linux
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/packaging/linux/bin
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/packaging/linux/bin/launch.sh.in
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/packaging/linux/launch.sh.in
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/plugins
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/plugins/UUIDPlugin
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/plugins/UUIDPlugin/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/plugins/UUIDPlugin/common/UUIDPlugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/resources
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/resources/img.image
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/resources/mac
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/resources/mac/Info.plist.in
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/resources/mac/Pharo.icns
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/resources/mac/PharoChanges.icns
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/resources/mac/PharoImage.icns
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/resources/mac/PharoSources.icns
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/resources/windows
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/resources/windows/dialogs.rc
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/resources/windows/Pharo.exe.manifest.in
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/resources/windows/Pharo.ico
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/resources/windows/Pharo.rc.in
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/resources/windows/PharoConsole.exe.manifest.in
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/resources/windows/PharoConsole.rc.in
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/resources/windows/PharoDLL.rc.in
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/scripts
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/scripts/installCygwin.ps1
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/scripts/installVMMaker.st
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/scripts/runScriptInCygwinBash.ps1
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/scripts/runTests.sh
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/client.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/debug.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/debugUnix.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/errorCode.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/externalPrimitives.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/fileDialogCommon.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/fileDialogMac.m
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/fileDialogUnix.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/fileDialogWin32.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/fileUtils.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/fileUtilsWin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/imageAccess.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/macAlias.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/memoryUnix.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/nullDisplay.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/parameters
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/parameters/parameters.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/parameters/parameters.m
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/parameters/parameterVector.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/pathUtilities.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/semaphores
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/semaphores/pharoSemaphore.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/semaphores/platformSemaphore.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/stringUtilities.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/threadSafeQueue
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/threadSafeQueue/threadSafeQueue.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/unixMain.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/utils
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/utils/setjmp-Windows-wrapper-ARM64.S
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/utils/setjmp-Windows-wrapper-X64.S
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/utils/setjmp-Windows-wrapper-X86.S
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/utils.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/utilsMac.mm
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/win
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/win/winDebug.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/win/winDebugMenu.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/win/winDebugWindow.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/src/win32Main.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffiTestLibrary
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffiTestLibrary/CMakeLists.txt
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffiTestLibrary/includes
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffiTestLibrary/includes/callbacks.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffiTestLibrary/includes/structures.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffiTestLibrary/includes/testLibrary.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffiTestLibrary/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffiTestLibrary/src/basic_types.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffiTestLibrary/src/callbacks.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffiTestLibrary/src/callback_types.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffiTestLibrary/src/callout.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffiTestLibrary/src/registerCallback.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffiTestLibrary/src/structures.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffi
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffi/include
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffi/include/callbacks.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffi/include/pThreadedFFI.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffi/include/pThreadedFFIUtils.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffi/include/worker.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffi/include/workerTask.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffi/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffi/src/callbacks
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffi/src/callbacks/callbackPrimitives.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffi/src/callbacks/callbacks.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffi/src/functionDefinitionPrimitives.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffi/src/primitiveCalls.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffi/src/primitiveUtils.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffi/src/pThreadedFFI.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffi/src/sameThread
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffi/src/sameThread/sameThread.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffi/src/types.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffi/src/typesPrimitives.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffi/src/utils.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffi/src/worker
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffi/src/worker/worker.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffi/src/worker/workerPrimitives.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/ffi/src/worker/workerTask.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/version.info
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/CMakeLists.txt
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/macros.cmake
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/plugins.cmake
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/plugins.macros.cmake
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated/
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//32
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//32/examplePlugins.ext
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//32/plugins
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//32/plugins/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//32/plugins/src/FilePlugin
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//32/plugins/src/FilePlugin/FilePlugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//32/plugins/src/FloatArrayPlugin
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//32/plugins/src/FloatArrayPlugin/FloatArrayPlugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//32/plugins/src/SurfacePlugin
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//32/plugins/src/SurfacePlugin/SurfacePlugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//32/vm
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//32/vm/include
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//32/vm/include/cogit.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//32/vm/include/cogmethod.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//32/vm/include/cointerp.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//32/vm/include/interp.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//32/vm/include/vmCallback.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//32/vm/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//32/vm/src/cogit.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//32/vm/src/cogitARMv5.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//32/vm/src/cogitIA32.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//32/vm/src/cogitMIPSEL.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//32/vm/src/cointerp.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//32/vm/src/gcc3x-cointerp.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//64
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//64/examplePlugins.ext
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//64/plugins
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//64/plugins/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//64/plugins/src/FilePlugin
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//64/plugins/src/FilePlugin/FilePlugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//64/plugins/src/FloatArrayPlugin
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//64/plugins/src/FloatArrayPlugin/FloatArrayPlugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//64/plugins/src/SurfacePlugin
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//64/plugins/src/SurfacePlugin/SurfacePlugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//64/vm
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//64/vm/include
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//64/vm/include/cogit.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//64/vm/include/cogmethod.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//64/vm/include/cointerp.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//64/vm/include/interp.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//64/vm/include/vmCallback.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//64/vm/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//64/vm/src/cogit.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//64/vm/src/cogitaarch64.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//64/vm/src/cogitX64SysV.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//64/vm/src/cogitX64WIN64.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//64/vm/src/cointerp.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/pharo-vm/generated//64/vm/src/gcc3x-cointerp.c
-- Up-to-date: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/cogit.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/cogmethod.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/cointerp.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/interp.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/dist/include/pharovm/vmCallback.h
Run CPack packaging tool...
/usr/bin/cpack.exe --config ./CPackConfig.cmake
CPack: Create package using ZIP
CPack: Install projects
CPack: - Run preinstall target for: PharoVM
MetacelloNotification: Loaded -> VMMakerTests-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-MT-Tests-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
NewUndeclaredWarning: VMMTTests>>testHeartbeatReleasesVMWhenNoProcessIsWilling (CAContinuation is Undeclared)
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/image && /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/vm/Contents/MacOS/Pharo --headless /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/image/VMMaker.image --no-default-preferences --save --quit /builds/workspace/pharo-vm_pharo-9/repository/scripts/installVMMaker.st /builds/workspace/pharo-vm_pharo-9/repository httpsUrl
NewUndeclaredWarning: VMMTTests>>testTryOwningOwnedVMLeavesThreadInWaitingState (CAContinuation is Undeclared)
NewUndeclaredWarning: VMMockCogThreadManager>>ioWaitOnOSSemaphore: (CAContinuation is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (defaultRemoteType is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (defaultRemoteType is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (defaultRemoteType is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (defaultRemoteType is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared)
MetacelloNotification: Fetched -> BaselineOfVMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Loading -> BaselineOfVMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Loaded -> BaselineOfVMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Loading baseline of BaselineOfVMMaker...
MetacelloNotification: Loaded -> VMMaker-MT-Tests-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-Tools-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
NewUndeclaredWarning: SimulatorMorph>>callStackPanel (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorph>>commandPanel (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorph>>contextPanel (ObjectExplorerWrapper is Undeclared)
NewUndeclaredWarning: SimulatorMorph>>initializeWithVMSimulator:title:aTranscript: (SimulatorMorphicModel is Undeclared)
NewUndeclaredWarning: SimulatorMorph>>stackPanel (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorph>>transcriptPanel (PluggableTextMorph is Undeclared)
MetacelloNotification: Fetched -> BaselineOfLLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master]
MetacelloNotification: Loading -> BaselineOfLLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master]
MetacelloNotification: Loaded -> BaselineOfLLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master]
MetacelloNotification: Loaded -> VMMaker-Tools-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-OriginalTests-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Fetched -> BaselineOfUnicorn-CompatibleUserName.1639392057 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master]
MetacelloNotification: Loading -> BaselineOfUnicorn-CompatibleUserName.1639392057 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master]
MetacelloNotification: Loaded -> BaselineOfUnicorn-CompatibleUserName.1639392057 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master]
NewUndeclaredWarning: SpurImageTestResource class>>preenImage (Spur32BitPreen is Undeclared)
MetacelloNotification: Fetched -> Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Fetched -> Slang-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Fetched -> Melchor-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Project: Unicorn baseline
NewUndeclaredWarning: SpurPlanningCompactorTests class>>preenImage (Spur32BitPreen is Undeclared)
MetacelloNotification: Fetched -> Unicorn-CompatibleUserName.1639392057 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master]
MetacelloNotification: Project: LLVMDisassembler baseline
MetacelloNotification: Fetched -> LLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master]
MetacelloNotification: Fetched -> VMMakerLoadingDependencies-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Fetched -> Printf-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc
SystemNotification: FloatMathPluginTests>>makeTestData:using:seed:rounds:(seed is shadowed)
NewUndeclaredWarning: FloatMathPluginTests>>makeTestData:using:seed:rounds: (FileStream is Undeclared)
NewUndeclaredWarning: FloatMathPluginTests>>makeTestData:using:seed:rounds: (Sensor is Undeclared)
SystemNotification: FloatMathPluginTests>>verifyTestData:using:(seed is shadowed)
NewUndeclaredWarning: FloatMathPluginTests>>verifyTestData:using: (FileStream is Undeclared)
NewUndeclaredWarning: FloatMathPluginTests>>verifyTestData:using: (Sensor is Undeclared)
NewUndeclaredWarning: IncludedMethodsTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared)
NewUndeclaredWarning: IncludedMethodsTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2PluginTest>>testPluginPresent (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2PluginTest>>testPrimJPEGReadImage (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2PluginTest>>testPrimJPEGWriteImage (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2PluginTest>>testPrimJPEGWriteImage (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: MiscPrimitivePluginTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared)
NewUndeclaredWarning: MiscPrimitivePluginTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared)
NewUndeclaredWarning: CogARMCompilerTests>>processor (GdbARMAlien is Undeclared)
NewUndeclaredWarning: CogIA32CompilerTests>>processor (BochsIA32Alien is Undeclared)
NewUndeclaredWarning: CogMIPSELCompilerTests>>processor (MIPSELSimulator is Undeclared)
NewUndeclaredWarning: CogX64CompilerTests>>processor (BochsX64Alien is Undeclared)
MetacelloNotification: Loaded -> VMMaker-OriginalTests-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> FileAttributesPlugin-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loaded -> FileAttributesPlugin-tonel.1 --- tonel:///Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: ...finished baseline
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/image && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-build
[  8%] Performing install step for 'build_vmmaker_get_image'
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/image && echo

cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/image && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-install
[  9%] Completed 'build_vmmaker_get_image'
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E make_directory /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/build_vmmaker_get_image-complete
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-done
[  9%] Built target build_vmmaker_get_image
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/PharoVMCore.dir/build.make CMakeFiles/PharoVMCore.dir/depend
[ 10%] Generating VM files for flavour: CoInterpreter
build/vmmaker/vm/Contents/MacOS/Pharo --headless /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/image/VMMaker.image --no-default-preferences eval "PharoVMMaker generate: #'CoInterpreter' outputDirectory: '/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement'"
Generating #CoInterpreter in '/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement'...

warning, variable nsMethodCache doesn't exist or has already been removed
StackInterpreterPrimitives>>primitiveFFIFree contains declaration for non-existent variable ptr
StackInterpreter>>checkImageVersionFrom: contains declaration for non-existent variable imageOffset
StackInterpreterPrimitives>>primitiveFFIAllocate contains declaration for non-existent variable ptr
StackInterpreterPrimitives>>primitiveLoadSymbolFromModule contains declaration for non-existent variable ptr
StackInterpreter>>readImageFromFile:StartingAt: contains declaration for non-existent variable heapSize
StackInterpreter>>readImageFromFile:StartingAt: contains declaration for non-existent variable minimumMemory
StackInterpreter>>readImageFromFile:StartingAt: contains declaration for non-existent variable allocationReserve
StackInterpreter>>reapAndResetErrorCodeTo:header: contains declaration for non-existent variable theSP
StackInterpreterPrimitives>>doPrimitiveWorkerExtractReturnValue contains declaration for non-existent variable externalFunction

conflicting return types sqInt, void in extendedStoreBytecodePop:
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject:
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, void in extendedStoreBytecodePop:
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject:
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, void in baseFrameReturn
conflicting return types sqInt, void in extendedStoreBytecodePop:
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject:
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, void in baseFrameReturn
conflicting return types sqInt, void in extendedStoreBytecodePop:
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject:
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, void in baseFrameReturn
conflicting return types sqInt, void in extendedStoreBytecodePop:
conflicting return types sqInt, void in primitiveFFIAllocate
Avoid second fetch
Checking out Revision 4a14a4a71d848f299385a80fe687d90ff94930ea (pharo-9)
 > git config remote.origin.url https://github.com/pharo-project/pharo-vm.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4a14a4a71d848f299385a80fe687d90ff94930ea # timeout=10
Commit message: "Merge pull request #437 from pharo-project/MarcusDenker-patch-1"
MetacelloNotification: Fetched -> VMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMaker-Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMakerCompatibilityForPharo6-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc
[Pipeline] }
[Pipeline] // dir
MetacelloNotification: Fetched -> VMMakerTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMaker-MT-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build-Linux-x86_64-stockReplacement-CoInterpreter)
[Pipeline] cmakeBuild
MetacelloNotification: Fetched -> VMMaker-Tools-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc
[build-stockReplacement] $ /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -G "Unix Makefiles" -DFLAVOUR=CoInterpreter -DALWAYS_INTERACTIVE=1 -DBUILD_IS_RELEASE=OFF -DPHARO_DEPENDENCIES_PREFER_DOWNLOAD_BINARIES=TRUE -DICEBERG_DEFAULT_REMOTE=httpsUrl /builds/workspace/pharo-vm_pharo-9/repository
MetacelloNotification: Fetched -> VMMaker-OriginalTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Fetched -> FileAttributesPlugin-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Loading -> Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache

Local variable name 'receiver' in doPrimitiveWorkerExtractReturnValue may mask method when inlining

Local variable name 'stack' in pathTo:using:followWeak: may mask method when inlining

Local variable name 'stack' in pruneStack:stackp: may mask method when inlining

Local variable name 'receiver' in doPrimitiveWorkerCallout may mask method when inlining

compactionStartUsecs localised to fullGC

gcMarkEndUsecs localised to fullGC

extA localised to interpret

extB localised to interpret

lkupClassTag localised to interpret

numExtB localised to interpret

traceSources localised to printLogEntryAt:

the2ndUnknownShort localised to writeImageFileIONewUndeclaredWarning: CCodeGenerator>>cLiteralForPrintfString: (PrintfFormatString is Undeclared)
NewUndeclaredWarning: CCodeGenerator>>removeAssertions (Sensor is Undeclared)
SystemNotification: TMethod>>methodIsEffectivelyComplete:in:(selector is shadowed)
NewUndeclaredWarning: VMMaker>>createCodeGenerator (MLVMCCodeGenerator is Undeclared)
NewUndeclaredWarning: VMMaker>>primitiveCopyFileNamed:to: (FileStream is Undeclared)
NewUndeclaredWarning: VMMaker>>primitiveCopyFileNamed:to: (FileStream is Undeclared)
-- CMAKE_GENERATOR=Unix Makefiles
-- Building version 9.0.15-4a14a4a
-- Commit hash 4a14a4a : 2022-06-26 21:46:42 +0200
-- No user build settings.
-- 4a14a4a - Commit: 4a14a4a - Date: 2022-06-26 21:46:42 +0200
-- The C compiler identification is GNU 5.4.0
-- The CXX compiler identification is GNU 5.4.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Compiling for architecture: x86_64
-- Full Platform name: Linux-x86_64
-- Building Pharo with executable named pharo
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of int
-- Check size of int - done
-- Check size of long
-- Check size of long - done
-- Check size of long long
-- Check size of long long - done
-- Check size of void*
-- Check size of void* - done
-- int 4
-- long 8
-- long long 8
-- void* 8
-- Writing libraries to: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vm/
-- Looking for include file dirent.h
-- Looking for include file dirent.h - found
-- Looking for include file features.h
-- Looking for include file features.h - found
-- Looking for include file unistd.h
MetacelloNotification: Loaded -> Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> Slang-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loaded -> Slang-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> Melchor-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
NewUndeclaredWarning: VMPluginCodeGenerator>>sizeOfIntegralCType: (BytesPerWord is Undeclared)
MetacelloNotification: Loaded -> Melchor-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Starting atomic load
NewUndeclaredWarning: UcARMRegisters class>>eflags (UC_ARM_REG_EFLAGS is Undeclared)
MetacelloNotification: 	Loaded -> Unicorn-CompatibleUserName.1639392057 --- https://github.com/guillep/pharo-unicorn.git[master] --- cache
MetacelloNotification: Finished atomic load
MetacelloNotification: Starting atomic load
SystemNotification: LLVMDisassembler>>setOptions:(options is shadowed)
-- Looking for include file unistd.h - found
-- Looking for include file ndir.h
-- Looking for include file ndir.h - not found
-- Looking for include file sys/ndir.h
-- Looking for include file sys/ndir.h - not found
-- Looking for include file sys/dir.h
-- Looking for include file sys/dir.h - found
-- Looking for include file sys/filio.h
-- Looking for include file sys/filio.h - not found
-- Looking for include file sys/time.h
-- Looking for include file sys/time.h - found
-- Looking for include file execinfo.h
-- Looking for include file execinfo.h - found
-- Looking for include file dlfcn.h
-- Looking for include file dlfcn.h - found
-- Looking for dlopen in dl
-- Looking for dlopen in dl - found
-- Looking for dlopen in dyld
-- Looking for dlopen in dyld - not found
-- Performing Test HAVE_TM_GMTOFF
-- Performing Test HAVE_TM_GMTOFF - Success
-- Looking for include file sys/uuid.h
-- Looking for include file sys/uuid.h - not found
-- Looking for include file uuid/uuid.h
-- Looking for include file uuid/uuid.h - found
-- Looking for include file uuid.h
-- Looking for include file uuid.h - not found
-- Looking for uuidgen in uuid
-- Looking for uuidgen in uuid - not found
-- Looking for uuid_generate in uuid
-- Looking for uuid_generate in uuid - found
Defining Linux VM x86_64 to download for code generation
-- C Compiler: /usr/bin/cc
-- C++ Compiler: /usr/bin/c++
-- Resource Compiler: 
-- Building FFI
-- Downloading/updating libffi
-- Configuring done
-- Generating done
-- Build files have been written to: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-download
Scanning dependencies of target libffi-download
[ 11%] Creating directories for 'libffi-download'
[ 22%] Performing download step (git clone) for 'libffi-download'
Cloning into 'libffi-src'...
MetacelloNotification: 	Loaded -> LLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- cache
MetacelloNotification: Finished atomic load
MetacelloNotification: Loading -> VMMakerLoadingDependencies-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
NewUndeclaredWarning: TranscriptStream class>>redirectToStdOut: (FileStream is Undeclared)
NewUndeclaredWarning: TranscriptStream>>codePaneMenu:shifted: (SmalltalkEditor is Undeclared)
NewUndeclaredWarning: TranscriptStream>>codePaneMenu:shifted: (SmalltalkEditor is Undeclared)
NewUndeclaredWarning: TranscriptStream>>target (FileStream is Undeclared)
MetacelloNotification: Loaded -> VMMakerLoadingDependencies-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> Printf-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loaded -> Printf-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
NewUndeclaredWarning: DetailedInstructionPrinter>>printInstructionsOn: (fullBlockRecursionSelector is Undeclared)
SystemNotification: CogStackPageSurrogate>>addressIsInPage:(address is shadowed)
Switched to a new branch 'v3.3-cmake'
Branch v3.3-cmake set up to track remote branch v3.3-cmake from origin.
[ 33%] No patch step for 'libffi-download'
[ 44%] Performing update step for 'libffi-download'
Current branch v3.3-cmake is up to date.
[ 55%] No configure step for 'libffi-download'
[ 66%] No build step for 'libffi-download'
NewUndeclaredWarning: SmalltalkImage>>simulatePrimitive:args: (FileExistsException is Undeclared)
NewUndeclaredWarning: FakeStdinStream>>next (ActiveHand is Undeclared)


warning, variable nsMethodCache doesn't exist or has already been removed[ 77%] No install step for 'libffi-download'
[ 88%] No test step for 'libffi-download'
[100%] Completed 'libffi-download'
[100%] Built target libffi-download
-- Building for TARGET_PLATFORM: X86_64
-- Check size of size_t
-- Check size of size_t - done
-- The ASM compiler identification is GNU
-- Found assembler: /usr/bin/cc
-- Check size of double
-- Check size of double - done
-- Check size of long double
-- Check size of long double - done
-- Looking for alloca
-- Looking for alloca - not found
-- Looking for mmap
-- Looking for mmap - found
-- Looking for MAP_ANON
-- Looking for MAP_ANON - found
-- Performing Test HAVE_MMAP_DEV_ZERO
-- Performing Test HAVE_MMAP_DEV_ZERO - Success
-- Looking for alloca.h
-- Looking for alloca.h - found
-- Performing Test HAVE_ALLOCA
-- Performing Test HAVE_ALLOCA - Success
-- Looking for inttypes.h
-- Looking for inttypes.h - found
-- Looking for memory.h
-- Looking for memory.h - found
-- Looking for stdlib.h
-- Looking for stdlib.h - found
-- Looking for strings.h
-- Looking for strings.h - found
-- Looking for string.h
-- Looking for string.h - found
-- Looking for sys/mman.h
-- Looking for sys/mman.h - found
-- Looking for sys/stat.h
-- Looking for sys/stat.h - found
-- Looking for 4 include files stdlib.h, ..., float.h
-- Looking for 4 include files stdlib.h, ..., float.h - found
-- Looking for memcpy
-- Looking for memcpy - found
-- Looking for mkostemp
-- Looking for mkostemp - found
-- Checking if .eh_frame section is read-only - yes
-- Checking HAVE_AS_X86_PCREL - yes
NewUndeclaredWarning: Cogit class>>genAndDis:options: (Compiler is Undeclared)
NewUndeclaredWarning: Cogit class>>initializeMiscConstants (UnicornProcessor is Undeclared)
NewUndeclaredWarning: Cogit>>initializeProcessor (MultiProcessor is Undeclared)
NewUndeclaredWarning: Cogit>>setClickStepBreakBlock (Debugger is Undeclared)
NewUndeclaredWarning: Cogit>>simulateCogCodeAt: (ProcessorSimulationTrap is Undeclared)

StackToRegisterMappingCogit>>freeAnyFloatRegNotConflictingWith: contains declaration for non-existent variable descSystemNotification: RegisterAllocatingCogit>>resolveConflicts:with:to:(simStackPtr is shadowed)


conflicting return types AbstractInstruction *, usqInt in concretizeLoadEffectiveAddressMwrR
conflicting return types AbstractInstruction *, usqInt in concretizeMoveC32R
conflicting return types AbstractInstruction *, usqInt in concretizeAndCqRR
conflicting return types AbstractInstruction *, usqInt in concretizeLoadEffectiveAddressMwrR
conflicting return types AbstractInstruction *, usqInt in concretizeMoveC32R
conflicting return types AbstractInstruction *, usqInt in concretizeAndCqRR
conflicting return types AbstractInstruction *, usqInt in concretizeLoadEffectiveAddressMwrR
conflicting return types AbstractInstruction *, usqInt in concretizeMoveC32R
conflicting return types AbstractInstruction *, usqInt in concretizeAndCqRR
conflicting return types AbstractInstruction *, usqInt in concretizeLoadEffectiveAddressMwrR
conflicting return types AbstractInstruction *, usqInt in concretizeMoveC32R
conflicting return types AbstractInstruction *, usqInt in concretizeAndCqRR
conflicting return types AbstractInstruction *, usqInt in concretizeLoadEffectiveAddressMwrR
conflicting return types AbstractInstruction *, usqInt in concretizeMoveC32R
conflicting return types AbstractInstruction *, usqInt in concretizeAndCqRR
conflicting return types AbstractInstruction *, usqInt in concretizeLoadEffectiveAddressMwrR
conflicting return types AbstractInstruction *, usqInt in concretizeMoveC32R
conflicting return types AbstractInstruction *, usqInt in concretizeAndCqRR
NewUndeclaredWarning: StackToRegisterMappingCogit>>widthInDefaultFontOf: (NewParagraph is Undeclared)
-- Checking HAVE_AS_X86_64_UNWIND_SECTION_TYPE - yes
-- Checking HAVE_HIDDEN_VISIBILITY_ATTRIBUTE - yes
-- Checking if symbols are underscored - no
-- Performing Test HAVE_AS_CFI_PSEUDO_OP
-- Performing Test HAVE_AS_CFI_PSEUDO_OP - Success
-- Adding plugin: FilePlugin
-- Adding plugin: FileAttributesPlugin
-- Adding plugin: UUIDPlugin
-- Using uuid library:/usr/lib/x86_64-linux-gnu/libuuid.so
-- Adding plugin: SocketPlugin
-- Adding plugin: SurfacePlugin
-- Adding plugin: FloatArrayPlugin
-- Adding plugin: LargeIntegers
-- Adding plugin: JPEGReaderPlugin
-- Adding plugin: JPEGReadWriter2Plugin
-- Adding plugin: MiscPrimitivePlugin
-- Adding plugin: B2DPlugin
-- Adding plugin: LocalePlugin
-- Adding plugin: SqueakSSL
-- Found OpenSSL: /usr/lib/x86_64-linux-gnu/libcrypto.so (found version "1.0.2g")  
-- Adding plugin: DSAPrims
-- Adding plugin: UnixOSProcessPlugin
-- Downloading Git2 binary
Adding third-party libraries for Linux-x86_64: libgit2-0.25.1
-- Downloading/updating libgit2-0.25.1
-- Configuring done
-- Generating done
-- Build files have been written to: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libgit2-0.25.1-download
Scanning dependencies of target libgit2-0.25.1-download
[ 11%] Creating directories for 'libgit2-0.25.1-download'
[ 22%] Performing download step (download, verify and extract) for 'libgit2-0.25.1-download'
-- Downloading...
   dst='/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libgit2-0.25.1-download/libgit2-0.25.1-download-prefix/src/libgit2-0.25.1.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Linux-x86_64/third-party/libgit2-0.25.1.zip'
-- [download 0% complete]
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libgit2-0.25.1-download/libgit2-0.25.1-download-prefix/src/libgit2-0.25.1.zip'
     dst='/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libgit2-0.25.1-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'libgit2-0.25.1-download'
[ 44%] No update step for 'libgit2-0.25.1-download'
[ 55%] No configure step for 'libgit2-0.25.1-download'
[ 66%] No build step for 'libgit2-0.25.1-download'
[ 77%] No install step for 'libgit2-0.25.1-download'
[ 88%] No test step for 'libgit2-0.25.1-download'
[100%] Completed 'libgit2-0.25.1-download'
[100%] Built target libgit2-0.25.1-download
-- /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libgit2-0.25.1-src/libgit2.so
-- /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libgit2-0.25.1-src/libgit2.so.0.25.1
-- /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libgit2-0.25.1-src/libgit2.so.25
Adding third-party libraries for Linux-x86_64: libgit2-linux-1.0.0
-- Downloading/updating libgit2-linux-1.0.0
-- Configuring done
-- Generating done
-- Build files have been written to: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libgit2-linux-1.0.0-download
Scanning dependencies of target libgit2-linux-1.0.0-download
[ 11%] Creating directories for 'libgit2-linux-1.0.0-download'
[ 22%] Performing download step (download, verify and extract) for 'libgit2-linux-1.0.0-download'
-- Downloading...
   dst='/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libgit2-linux-1.0.0-download/libgit2-linux-1.0.0-download-prefix/src/libgit2-linux-1.0.0.zip'
   timeout='none'
-- Using src='https://github.com/guillep/libgit_build/releases/download/v1.0.2/libgit2-linux-1.0.0.zip'
-- [download 0% complete]
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libgit2-linux-1.0.0-download/libgit2-linux-1.0.0-download-prefix/src/libgit2-linux-1.0.0.zip'
     dst='/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libgit2-linux-1.0.0-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'libgit2-linux-1.0.0-download'
[ 44%] No update step for 'libgit2-linux-1.0.0-download'
[ 55%] No configure step for 'libgit2-linux-1.0.0-download'
NewUndeclaredWarning: ADPCMCodecPlugin class>>monticelloDescription (ADPCMCodec is Undeclared)
NewUndeclaredWarning: ADPCMCodecPlugin class>>translatedPrimitives (ADPCMCodec is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>fileOpenName:size:write: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>fileOpenName:size:write: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>fileOpenNewName:size: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>fileOpenNewName:size: (FileExistsException is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileDeleteName:Size: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileDeleteName:Size: (FileDirectory is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (FileDirectory is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (FileDirectory is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (FileDirectory is Undeclared)
NewUndeclaredWarning: IA32ABIPlugin>>primCalloc (Alien is Undeclared)
NewUndeclaredWarning: IA32ABIPlugin>>primMalloc (Alien is Undeclared)
NewUndeclaredWarning: InterpreterPlugin class>>allCodeOlderThan: (TimeStamp is Undeclared)
NewUndeclaredWarning: InterpreterPlugin class>>buildCodeGenerator (VMMakerConfiguration is Undeclared)
NewUndeclaredWarning: InterpreterPlugin class>>buildCodeGeneratorForVMClass: (VMMakerConfiguration is Undeclared)
[ 66%] No build step for 'libgit2-linux-1.0.0-download'
[ 77%] No install step for 'libgit2-linux-1.0.0-download'
[ 88%] No test step for 'libgit2-linux-1.0.0-download'
[100%] Completed 'libgit2-linux-1.0.0-download'
[100%] Built target libgit2-linux-1.0.0-download
-- /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libgit2-linux-1.0.0-src/libgit2.1.0.0.so
Adding third-party libraries for Linux-x86_64: libssh2-1.7.0
-- Downloading/updating libssh2-1.7.0
-- Configuring done
-- Generating done
-- Build files have been written to: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libssh2-1.7.0-download
Scanning dependencies of target libssh2-1.7.0-download
[ 11%] Creating directories for 'libssh2-1.7.0-download'
[ 22%] Performing download step (download, verify and extract) for 'libssh2-1.7.0-download'
-- Downloading...
   dst='/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libssh2-1.7.0-download/libssh2-1.7.0-download-prefix/src/libssh2-1.7.0.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Linux-x86_64/third-party/libssh2-1.7.0.zip'
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 9% complete]
-- [download 16% complete]
-- [download 22% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libssh2-1.7.0-download/libssh2-1.7.0-download-prefix/src/libssh2-1.7.0.zip'
     dst='/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libssh2-1.7.0-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'libssh2-1.7.0-download'
[ 44%] No update step for 'libssh2-1.7.0-download'
[ 55%] No configure step for 'libssh2-1.7.0-download'
[ 66%] No build step for 'libssh2-1.7.0-download'
[ 77%] No install step for 'libssh2-1.7.0-download'
[ 88%] No test step for 'libssh2-1.7.0-download'
[100%] Completed 'libssh2-1.7.0-download'
[100%] Built target libssh2-1.7.0-download
-- /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libssh2-1.7.0-src/libssh2.so
-- /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libssh2-1.7.0-src/libssh2.so.1
-- /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libssh2-1.7.0-src/libssh2.so.1.0.1
Adding third-party libraries for Linux-x86_64: openssl-1.0.2q
-- Downloading/updating openssl-1.0.2q
-- Configuring done
-- Generating done
-- Build files have been written to: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/openssl-1.0.2q-download
Scanning dependencies of target openssl-1.0.2q-download
[ 11%] Creating directories for 'openssl-1.0.2q-download'
[ 22%] Performing download step (download, verify and extract) for 'openssl-1.0.2q-download'
-- Downloading...
   dst='/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/openssl-1.0.2q-download/openssl-1.0.2q-download-prefix/src/openssl-1.0.2q.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Linux-x86_64/third-party/openssl-1.0.2q.zip'
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/openssl-1.0.2q-download/openssl-1.0.2q-download-prefix/src/openssl-1.0.2q.zip'
     dst='/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/openssl-1.0.2q-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'openssl-1.0.2q-download'
[ 44%] No update step for 'openssl-1.0.2q-download'
[ 55%] No configure step for 'openssl-1.0.2q-download'
[ 66%] No build step for 'openssl-1.0.2q-download'
[ 77%] No install step for 'openssl-1.0.2q-download'
[ 88%] No test step for 'openssl-1.0.2q-download'
[100%] Completed 'openssl-1.0.2q-download'
[100%] Built target openssl-1.0.2q-download
-- /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/openssl-1.0.2q-src/libcrypto.so.1.0.0
-- /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/openssl-1.0.2q-src/libssl.so
-- /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/openssl-1.0.2q-src/libssl.so.1.0.0
-- Downloading SDL2 binary
Adding third-party libraries for Linux-x86_64: SDL2-2.0.7
-- Downloading/updating SDL2-2.0.7
-- Configuring done
-- Generating done
-- Build files have been written to: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/SDL2-2.0.7-download
Scanning dependencies of target SDL2-2.0.7-download
[ 11%] Creating directories for 'SDL2-2.0.7-download'
[ 22%] Performing download step (download, verify and extract) for 'SDL2-2.0.7-download'
-- Downloading...
   dst='/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/SDL2-2.0.7-download/SDL2-2.0.7-download-prefix/src/SDL2-2.0.7.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Linux-x86_64/third-party/SDL2-2.0.7.zip'
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/SDL2-2.0.7-download/SDL2-2.0.7-download-prefix/src/SDL2-2.0.7.zip'
     dst='/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/SDL2-2.0.7-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'SDL2-2.0.7-download'
[ 44%] No update step for 'SDL2-2.0.7-download'
[ 55%] No configure step for 'SDL2-2.0.7-download'
[ 66%] No build step for 'SDL2-2.0.7-download'
[ 77%] No install step for 'SDL2-2.0.7-download'
[ 88%] No test step for 'SDL2-2.0.7-download'
[100%] Completed 'SDL2-2.0.7-download'
[100%] Built target SDL2-2.0.7-download
-- /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/SDL2-2.0.7-src/libSDL2-2.0.so.0
-- /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/SDL2-2.0.7-src/libSDL2-2.0.so.0.7.0
-- /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/SDL2-2.0.7-src/libSDL2.so
-- Configuring done
-- Generating done
-- Build files have been written to: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement
NewUndeclaredWarning: JPEGReadWriter2Plugin>>compressStructSize (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>decompressStructSize (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>errorMgr2StructSize (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primImageHeight: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primImageNumComponents: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primImageWidth: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGPluginIsPresent (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGReadHeader:fromByteArray:size:errorMgrReadHeader: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGReadImagefromByteArrayonFormdoDitheringerrorMgrReadScanlines:_:_:_:_:_:_:_:_: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGWriteImageonByteArrayformqualityprogressiveJPEGerrorMgrWriteScanlines:_:_:_:_:_:_:_:_:_:_:_: (JPEGReadWriter2 is Undeclared)
[Pipeline] dir
Running in /builds/workspace/pharo-vm_pharo-9/build-stockReplacement
[Pipeline] {
[Pipeline] sh
NewUndeclaredWarning: TestOSAPlugin>>primOpenDefaultConfiguration:subtype: (ComponentInstance is Undeclared)
NewUndeclaredWarning: SoundGenerationPlugin class>>monticelloDescription (AbstractSound is Undeclared)
NewUndeclaredWarning: SoundGenerationPlugin class>>translatedPrimitives (AbstractSound is Undeclared)

Local variable name 'ret' in genPrimitiveIdentityHash may mask method when inlining

Local variable name 'ret' in genPrimitiveImmediateAsInteger may mask method when inlining

pushNilSizeFunction localised to compileBlockBodies

savedFirstOpcodeIndex localised to compileBlockBodies

savedLastDumpedLiteralIndex localised to compileBlockBodies

savedNextLiteralIndex localised to compileBlockBodies

cStackAlignment localised to compileCallFor:numArgs:arg:arg:arg:arg:resultReg:regsToSave:

cPICEndOfCodeLabel localised to generateClosedPICPrototype

endCPICCase1 localised to generateClosedPICPrototype

primitiveGeneratorTable localised to primitiveDescriptor

numPushNilsFunction localised to scanBlock:+ VERBOSE=1 make install package
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -S/builds/workspace/pharo-vm_pharo-9/repository -B/builds/workspace/pharo-vm_pharo-9/build-stockReplacement --check-build-system CMakeFiles/Makefile.cmake 0
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_progress_start /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/progress.marks
make -f CMakeFiles/Makefile2 all
make[1]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
make -f libffi-build/CMakeFiles/objlib.dir/build.make libffi-build/CMakeFiles/objlib.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
cd /builds/workspace/pharo-vm_pharo-9/build-stockReplacement && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-src /builds/workspace/pharo-vm_pharo-9/build-stockReplacement /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/CMakeFiles/objlib.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/CMakeFiles/objlib.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/CMakeFiles/objlib.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/CMakeFiles/objlib.dir/depend.internal".
Scanning dependencies of target objlib
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
make -f libffi-build/CMakeFiles/objlib.dir/build.make libffi-build/CMakeFiles/objlib.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
[  1%] Building C object libffi-build/CMakeFiles/objlib.dir/src/closures.c.o
cd /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build && /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-src/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/objlib.dir/src/closures.c.o   -c /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-src/src/closures.c
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-src/src/closures.c:123:0: warning: "FFI_MMAP_EXEC_WRIT" redefined
 #  define FFI_MMAP_EXEC_WRIT 1
 ^
In file included from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-src/include/ffi_common.h:17:0,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-src/src/closures.c:36:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include/fficonfig.h:27:0: note: this is the location of the previous definition
 #define FFI_MMAP_EXEC_WRIT 0
 ^
NewUndeclaredWarning: StackInterpreter class>>patchInterpGCCPPC: (FileStream is Undeclared)
NewUndeclaredWarning: StackInterpreter class>>primitiveAccessorDepthTable (VMMakerConfiguration is Undeclared)
[  2%] Building C object libffi-build/CMakeFiles/objlib.dir/src/java_raw_api.c.o
cd /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build && /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-src/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/objlib.dir/src/java_raw_api.c.o   -c /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-src/src/java_raw_api.c
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-src/src/java_raw_api.c: In function ‘ffi_java_raw_call’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-src/src/java_raw_api.c:317:3: warning: ‘ffi_java_raw_to_ptrarray’ is deprecated [-Wdeprecated-declarations]
   ffi_java_raw_to_ptrarray (cif, raw, avalue);
   ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-src/src/java_raw_api.c:76:1: note: declared here
 ffi_java_raw_to_ptrarray (ffi_cif *cif, ffi_java_raw *raw, void **args)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-src/src/java_raw_api.c: In function ‘ffi_java_translate_args’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-src/src/java_raw_api.c:328:3: warning: ‘ffi_java_raw_size’ is deprecated [-Wdeprecated-declarations]
   ffi_java_raw *raw = (ffi_java_raw*)alloca (ffi_java_raw_size (cif));
   ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-src/src/java_raw_api.c:45:1: note: declared here
 ffi_java_raw_size (ffi_cif *cif)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-src/src/java_raw_api.c:331:3: warning: ‘ffi_java_ptrarray_to_raw’ is deprecated [-Wdeprecated-declarations]
   ffi_java_ptrarray_to_raw (cif, avalue, raw);
   ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-src/src/java_raw_api.c:157:1: note: declared here
 ffi_java_ptrarray_to_raw (ffi_cif *cif, void **args, ffi_java_raw *raw)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-src/src/java_raw_api.c: In function ‘ffi_prep_java_raw_closure’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-src/src/java_raw_api.c:369:3: warning: ‘ffi_prep_java_raw_closure_loc’ is deprecated [-Wdeprecated-declarations]
   return ffi_prep_java_raw_closure_loc (cl, cif, fun, user_data, cl);
   ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-src/src/java_raw_api.c:337:1: note: declared here
 ffi_prep_java_raw_closure_loc (ffi_java_raw_closure* cl,
 ^
[  2%] Building C object libffi-build/CMakeFiles/objlib.dir/src/prep_cif.c.o
cd /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build && /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-src/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/objlib.dir/src/prep_cif.c.o   -c /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-src/src/prep_cif.c
[  3%] Building C object libffi-build/CMakeFiles/objlib.dir/src/raw_api.c.o
cd /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build && /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-src/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/objlib.dir/src/raw_api.c.o   -c /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-src/src/raw_api.c
[  3%] Building C object libffi-build/CMakeFiles/objlib.dir/src/types.c.o
cd /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build && /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-src/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/objlib.dir/src/types.c.o   -c /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-src/src/types.c
[  4%] Building C object libffi-build/CMakeFiles/objlib.dir/src/x86/ffi64.c.o
cd /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build && /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-src/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/objlib.dir/src/x86/ffi64.c.o   -c /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-src/src/x86/ffi64.c
[  4%] Building ASM object libffi-build/CMakeFiles/objlib.dir/src/x86/unix64.S.o
cd /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build && /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-src/include  -fPIC   -o CMakeFiles/objlib.dir/src/x86/unix64.S.o -c /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-src/src/x86/unix64.S
[  5%] Building C object libffi-build/CMakeFiles/objlib.dir/src/x86/ffiw64.c.o
cd /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build && /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-src/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/objlib.dir/src/x86/ffiw64.c.o   -c /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-src/src/x86/ffiw64.c
[  5%] Building ASM object libffi-build/CMakeFiles/objlib.dir/src/x86/win64.S.o
cd /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build && /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-src/include  -fPIC   -o CMakeFiles/objlib.dir/src/x86/win64.S.o -c /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-src/src/x86/win64.S
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
[  5%] Built target objlib
make -f libffi-build/CMakeFiles/ffi_shared.dir/build.make libffi-build/CMakeFiles/ffi_shared.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
cd /builds/workspace/pharo-vm_pharo-9/build-stockReplacement && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-src /builds/workspace/pharo-vm_pharo-9/build-stockReplacement /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/CMakeFiles/ffi_shared.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/CMakeFiles/ffi_shared.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/CMakeFiles/ffi_shared.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/CMakeFiles/ffi_shared.dir/depend.internal".
Scanning dependencies of target ffi_shared
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
make -f libffi-build/CMakeFiles/ffi_shared.dir/build.make libffi-build/CMakeFiles/ffi_shared.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
[  6%] Linking C shared library ../build/vm/libffi.so
cd /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/ffi_shared.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.  -shared -Wl,-soname,libffi.so -o ../build/vm/libffi.so CMakeFiles/objlib.dir/src/closures.c.o CMakeFiles/objlib.dir/src/java_raw_api.c.o CMakeFiles/objlib.dir/src/prep_cif.c.o CMakeFiles/objlib.dir/src/raw_api.c.o CMakeFiles/objlib.dir/src/types.c.o CMakeFiles/objlib.dir/src/x86/ffi64.c.o CMakeFiles/objlib.dir/src/x86/unix64.S.o CMakeFiles/objlib.dir/src/x86/ffiw64.c.o CMakeFiles/objlib.dir/src/x86/win64.S.o -Wl,-rpath,@executable_path/Plugins 
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
[  6%] Built target ffi_shared
make -f CMakeFiles/libffi_copy.dir/build.make CMakeFiles/libffi_copy.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
cd /builds/workspace/pharo-vm_pharo-9/build-stockReplacement && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/build-stockReplacement /builds/workspace/pharo-vm_pharo-9/build-stockReplacement /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/libffi_copy.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/libffi_copy.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/libffi_copy.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/libffi_copy.dir/depend.internal".
Scanning dependencies of target libffi_copy
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
make -f CMakeFiles/libffi_copy.dir/build.make CMakeFiles/libffi_copy.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
[  6%] Copying libffi binaries to '/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vm/'
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vm/libffi.so /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vm/
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
[  6%] Built target libffi_copy
make -f CMakeFiles/build_vmmaker_get_vm-build.dir/build.make CMakeFiles/build_vmmaker_get_vm-build.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
cd /builds/workspace/pharo-vm_pharo-9/build-stockReplacement && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/build-stockReplacement /builds/workspace/pharo-vm_pharo-9/build-stockReplacement /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/build_vmmaker_get_vm-build.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/build_vmmaker_get_vm-build.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/build_vmmaker_get_vm-build.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/build_vmmaker_get_vm-build.dir/depend.internal".
Scanning dependencies of target build_vmmaker_get_vm-build
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
make -f CMakeFiles/build_vmmaker_get_vm-build.dir/build.make CMakeFiles/build_vmmaker_get_vm-build.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
[  6%] Creating directories for 'build_vmmaker_get_vm'
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/vm
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/vm
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/tmp
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src/build_vmmaker_get_vm-stamp
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src/build_vmmaker_get_vm-stamp
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-mkdir
[  7%] Performing download step (download, verify and extract) for 'build_vmmaker_get_vm'
cd /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -P /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src/build_vmmaker_get_vm-stamp/download-build_vmmaker_get_vm.cmake
-- Downloading...
   dst='/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src/PharoVM-9.0.11-9e68882-Linux-x86_64-bin.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64-headless/Linux-x86_64/PharoVM-9.0.11-9e68882-Linux-x86_64-bin.zip'
-- [download 0% complete]
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- verifying file...
       file='/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src/PharoVM-9.0.11-9e68882-Linux-x86_64-bin.zip'
-- Downloading... done
cd /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -P /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src/build_vmmaker_get_vm-stamp/verify-build_vmmaker_get_vm.cmake
cd /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -P /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src/build_vmmaker_get_vm-stamp/extract-build_vmmaker_get_vm.cmake
-- extracting...
     src='/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src/PharoVM-9.0.11-9e68882-Linux-x86_64-bin.zip'
     dst='/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/vm'
-- extracting... [tar xfz]
NewUndeclaredWarning: CogVMSimulator>>codeGeneratorToComputeAccessorDepth (VMMakerConfiguration is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>ensureMultiThreadingOverridesAreUpToDate (Parser is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>ioMousePoint (Sensor is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>ioRelinquishProcessorForMicroseconds: (Sensor is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>logOfBytesVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>logOfBytesWrite:toFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>logOfSendsVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>logOfSendsWrite:toFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorph (SimulatorImageMorph is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorph (SimulatorEventTransformer is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorph (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorph (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorphNoTranscript (SimulatorImageMorph is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorphNoTranscript (SimulatorEventTransformer is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorphNoTranscript (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>setBreakBlockFromString: (Compiler is Undeclared)
SystemNotification: CogVMSimulator>>testBreakCount:printSends:printFrames:printBytecodes:(breakCount is shadowed)
NewUndeclaredWarning: StackMTInterpreterSimulator>>ioMousePoint (Sensor is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>ioRelinquishProcessorForMicroseconds: (Sensor is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>logOfBytesVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>logOfBytesWrite:toFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>logOfSendsVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>logOfSendsWrite:toFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (SimulatorImageMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (SimulatorEventTransformer is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorphNoTranscript (SimulatorImageMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorphNoTranscript (SimulatorEventTransformer is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorphNoTranscript (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsSimulatorMorph (SimulatorMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsSimulatorMorph (SimulatorMorph is Undeclared)
SystemNotification: StackMTInterpreterSimulator>>runAtEachStep:breakCount:(breakCount is shadowed)
NewUndeclaredWarning: StackMTInterpreterSimulator>>setClickStepBreakBlock (Debugger is Undeclared)
SystemNotification: StackMTInterpreterSimulator>>testBreakCount:printSends:printFrames:printBytecodes:(breakCount is shadowed)
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
cd /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-download
[  7%] No patch step for 'build_vmmaker_get_vm'
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E echo_append
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-patch
[  8%] Performing update step for 'build_vmmaker_get_vm'
cd /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/vm && echo

[  9%] Performing configure step for 'build_vmmaker_get_vm'
cd /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/vm && echo

cd /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/vm && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-configure
[  9%] Performing build step for 'build_vmmaker_get_vm'
cd /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/vm && echo

cd /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/vm && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-build
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
[  9%] Built target build_vmmaker_get_vm-build
make -f CMakeFiles/build_vmmaker_get_image.dir/build.make CMakeFiles/build_vmmaker_get_image.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
cd /builds/workspace/pharo-vm_pharo-9/build-stockReplacement && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/build-stockReplacement /builds/workspace/pharo-vm_pharo-9/build-stockReplacement /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/build_vmmaker_get_image.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/build_vmmaker_get_image.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/build_vmmaker_get_image.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/build_vmmaker_get_image.dir/depend.internal".
Scanning dependencies of target build_vmmaker_get_image
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
make -f CMakeFiles/build_vmmaker_get_image.dir/build.make CMakeFiles/build_vmmaker_get_image.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
[ 10%] Creating directories for 'build_vmmaker_get_image'
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/image
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/image
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/tmp
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src/build_vmmaker_get_image-stamp
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src/build_vmmaker_get_image-stamp
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-mkdir
[ 10%] Performing download step (download, verify and extract) for 'build_vmmaker_get_image'
cd /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -P /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src/build_vmmaker_get_image-stamp/download-build_vmmaker_get_image.cmake
-- Downloading...
   dst='/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src/Pharo10-SNAPSHOT.build.349.sha.3e26baf.arch.64bit.zip'
   timeout='none'
-- Using src='https://files.pharo.org/image/100/Pharo10-SNAPSHOT.build.349.sha.3e26baf.arch.64bit.zip'
-- [download 0% complete]
-- [download 1% complete]
NewUndeclaredWarning: StackInterpreterSimulator>>codeGeneratorToComputeAccessorDepth (VMMakerConfiguration is Undeclared)
NewUndeclaredWarning: StackInterpreterSimulator>>ioMousePoint (Sensor is Undeclared)
NewUndeclaredWarning: StackInterpreterSimulator>>ioRelinquishProcessorForMicroseconds: (Sensor is Undeclared)
NewUndeclaredWarning: StackInterpreterSimulator>>logOfBytesVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackInterpreterSimulator>>logOfBytesWrite:toFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackInterpreterSimulator>>logOfSendsVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackInterpreterSimulator>>logOfSendsWrite:toFileNamed:fromStart: (FileStream is Undeclared)
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
SystemNotification: StackInterpreterSimulator>>runAtEachStep:breakCount:(breakCount is shadowed)
NewUndeclaredWarning: StackInterpreterSimulator>>setClickStepBreakBlock (Debugger is Undeclared)
SystemNotification: StackInterpreterSimulator>>testBreakCount:printSends:printFrames:printBytecodes:(breakCount is shadowed)
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- verifying file...
       file='/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src/Pharo10-SNAPSHOT.build.349.sha.3e26baf.arch.64bit.zip'
-- Downloading... done
cd /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -P /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src/build_vmmaker_get_image-stamp/verify-build_vmmaker_get_image.cmake
cd /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -P /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src/build_vmmaker_get_image-stamp/extract-build_vmmaker_get_image.cmake
-- extracting...
     src='/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src/Pharo10-SNAPSHOT.build.349.sha.3e26baf.arch.64bit.zip'
     dst='/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/image'
-- extracting... [tar xfz]
NewUndeclaredWarning: VMStructType class>>checkGenerateSurrogate:bytesPerWord: (BytesPerWord is Undeclared)
NewUndeclaredWarning: VMStructType class>>checkGenerateSurrogate:bytesPerWord: (BytesPerWord is Undeclared)
NewUndeclaredWarning: VMStructType class>>checkGenerateSurrogate:bytesPerWord: (BytesPerWord is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFBitBltLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFFormLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFEdgeDataTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFFillDataTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFWrongState is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadSpanBufferFrom: (GEFClassMismatch is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferIsInteger is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferIsPointers is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferBadMagic is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferWrongSize is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferStartWrong is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveAddActiveEdgeEntry (GEFEdgeDataTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveAddActiveEdgeEntry (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveAddActiveEdgeEntry (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveChangedActiveEdgeEntry (GEFEdgeDataTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveCopyBuffer (GEFClassMismatch is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveCopyBuffer (GEFSizeMismatch is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveDisplaySpanBuffer (GEFBitBltLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveGetFailureReason (GEFEngineIsInteger is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveGetFailureReason (GEFEngineIsWords is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveGetFailureReason (GEFEngineTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveInitializeProcessing (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFFillDataTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveNextFillEntry (GEFFormLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveNextFillEntry (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveNextFillEntry (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveNextGlobalEdgeEntry (GEFWrongEdge is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalEdge (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalEdge (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalEdge (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalFill (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveSetColorTransform (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFAlreadyFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFEngineIsInteger is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFEngineIsWords is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFEngineTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom:requiredState: (GEFWrongState is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom:requiredState:or: (GEFWrongState is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezier (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezier (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezier (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBitmapFill (GEFBadPoint is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBitmapFill (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBitmapFill (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFEntityCheckFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddGradientFill (GEFBadPoint is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddGradientFill (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddGradientFill (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFBadPoint is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFBadPoint is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFBadPoint is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFEntityLoadFailed is Undeclared)


warning, variable nsMethodCache doesn't exist or has already been removed
StackToRegisterMappingCogit>>freeAnyFloatRegNotConflictingWith: contains declaration for non-existent variable desc-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
cd /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-download
[ 10%] No patch step for 'build_vmmaker_get_image'
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E echo_append
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-patch
[ 11%] Performing update step for 'build_vmmaker_get_image'
cd /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/image && echo

[ 12%] Performing configure step for 'build_vmmaker_get_image'
cd /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/image && echo

cd /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/image && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-configure
[ 12%] Performing build step for 'build_vmmaker_get_image'
cd /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/image && /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/vm/pharo --headless /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/image/Pharo10-SNAPSHOT-64bit-3e26baf.image --no-default-preferences save VMMaker
cd /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/image && /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/vm/pharo --headless /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/image/VMMaker.image --no-default-preferences --save --quit /builds/workspace/pharo-vm_pharo-9/repository/scripts/installVMMaker.st /builds/workspace/pharo-vm_pharo-9/repository httpsUrl
NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (defaultRemoteType is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (defaultRemoteType is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (defaultRemoteType is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (defaultRemoteType is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared)
MetacelloNotification: Fetched -> BaselineOfVMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Loading -> BaselineOfVMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Loaded -> BaselineOfVMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Loading baseline of BaselineOfVMMaker...


pushNilSizeFunction localised to compileBlockBodies

cStackAlignment localised to compileCallFor:numArgs:arg:arg:arg:arg:resultReg:regsToSave:

cPICEndOfCodeLabel localised to generateClosedPICPrototype

endCPICCase1 localised to generateClosedPICPrototype

primitiveGeneratorTable localised to primitiveDescriptor

numPushNilsFunction localised to scanBlock:MetacelloNotification: Fetched -> BaselineOfLLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master]
MetacelloNotification: Loading -> BaselineOfLLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master]
MetacelloNotification: Loaded -> BaselineOfLLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master]
MetacelloNotification: Fetched -> BaselineOfUnicorn-CompatibleUserName.1639392057 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master]
MetacelloNotification: Loading -> BaselineOfUnicorn-CompatibleUserName.1639392057 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master]
MetacelloNotification: Loaded -> BaselineOfUnicorn-CompatibleUserName.1639392057 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master]
MetacelloNotification: Fetched -> Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Fetched -> Slang-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Fetched -> Melchor-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Project: Unicorn baseline
MetacelloNotification: Fetched -> Unicorn-CompatibleUserName.1639392057 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master]
MetacelloNotification: Project: LLVMDisassembler baseline
MetacelloNotification: Fetched -> LLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master]
MetacelloNotification: Fetched -> VMMakerLoadingDependencies-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Fetched -> Printf-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Loaded -> VMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loaded -> VMMaker-Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMakerCompatibilityForPharo6-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
NewUndeclaredWarning: OCAbstractScope>>childrenDo:after:suchThat: (children is Undeclared)
NewUndeclaredWarning: OCAbstractScope>>childrenDo:after:suchThat: (children is Undeclared)
NewUndeclaredWarning: OCAbstractScope>>childrenDo:suchThat: (children is Undeclared)
NewUndeclaredWarning: OCAbstractScope>>childrenDo:suchThat: (children is Undeclared)
NewUndeclaredWarning: DisplayText class>>example (Sensor is Undeclared)
NewUndeclaredWarning: DisplayText class>>example (Sensor is Undeclared)
NewUndeclaredWarning: DisplayText class>>text: (DefaultTextStyle is Undeclared)


warning, variable nsMethodCache doesn't exist or has already been removedMetacelloNotification: Loaded -> VMMakerCompatibilityForPharo6-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMakerTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache

StackToRegisterMappingCogit>>freeAnyFloatRegNotConflictingWith: contains declaration for non-existent variable desc

pushNilSizeFunction localised to compileBlockBodies

cStackAlignment localised to compileCallFor:numArgs:arg:arg:arg:arg:resultReg:regsToSave:

cPICEndOfCodeLabel localised to generateClosedPICPrototype

endCPICCase1 localised to generateClosedPICPrototype

primitiveGeneratorTable localised to primitiveDescriptor

numPushNilsFunction localised to scanBlock:
26 June 2022 11:19:54.99976 pm
warning, signature of InterpreterProxy>>characterTable does not match reference implementation.
warning, signature of InterpreterProxy>>fullGC does not match reference implementation.
warning, signature of InterpreterProxy>>pop:thenPush: does not match reference implementation.
warning, signature of InterpreterProxy>>positive32BitValueOf: does not match reference implementation.
warning, signature of InterpreterProxy>>pushRemappableOop: does not match reference implementation.
external plugin FilePlugin generated as FilePlugin
warning, signature of InterpreterProxy>>pop:thenPush: does not match reference implementation.
warning, signature of InterpreterProxy>>pushBool: does not match reference implementation.
external plugin FloatArrayPlugin generated as FloatArrayPlugin
warning, signature of InterpreterProxy>>pop:thenPush: does not match reference implementation.
external plugin SurfacePlugin generated as SurfacePlugin
26 June 2022 11:19:56.407509 pm
NewUndeclaredWarning: ProcessorSimulator>>stackValues (VMMachineCodeDebuggerStackItem is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>arg0Register (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>arg1Register (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>baseRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>cResultRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>carg0Register (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>carg1Register (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>carg2Register (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>carg3Register (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>classRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>disassembler (LLVMRV64Disassembler is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>doublePrecisionFloatingPointRegister0 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>doublePrecisionFloatingPointRegister1 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>doublePrecisionFloatingPointRegister2 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f0 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f1 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f10 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f11 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f12 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f13 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f14 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f15 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f16 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f17 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f18 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f19 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f2 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f20 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f21 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f22 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f23 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f24 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f25 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f26 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f27 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f28 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f29 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f3 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f30 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f31 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f4 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f5 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f6 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f7 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f8 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f9 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>flagCarryRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>flagOverflowRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>flagSignRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>flagZeroRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>framePointerRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>instructionPointerRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>linkRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>mstatus (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>receiverRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s0 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s0: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s2 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s2: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s7 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s7: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s8 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s8: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s9 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s9: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>sendNumberOfArgumentsRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>stackPointerRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t0 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t0: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t1 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t1: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t2 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t2: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t3 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t3: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t4 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t4: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t5 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t5: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t6 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t6: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>temporaryRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x0 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x1 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x10 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x11 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x12 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x13 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x14 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x15 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x16 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x17 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x18 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x19 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x2 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x20 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x21 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x22 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x23 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x24 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x25 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x26 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x27 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x28 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x29 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x3 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x30 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x31 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x4 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x5 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x6 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x7 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x8 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x9 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: VMFrameBuilder>>gtInspectorItemsIn: (GTObjectPrinter is Undeclared)
NewUndeclaredWarning: VMFrameBuilder>>gtInspectorItemsIn: (GTObjectPrinter is Undeclared)
NewUndeclaredWarning: VMBytecodeMethod>>encoderClass (EncoderForV3PlusClosures is Undeclared)
NewUndeclaredWarning: VMSimpleStackBasedCogitAbstractTest>>openMachineDebuggerAt: (VMMachineCodeDebugger is Undeclared)
MetacelloNotification: Loaded -> VMMakerTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-MT-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
NewUndeclaredWarning: VMMTTests>>testHeartbeatReleasesVMWhenNoProcessIsWilling (CAContinuation is Undeclared)
NewUndeclaredWarning: VMMTTests>>testTryOwningOwnedVMLeavesThreadInWaitingState (CAContinuation is Undeclared)
NewUndeclaredWarning: VMMockCogThreadManager>>ioWaitOnOSSemaphore: (CAContinuation is Undeclared)
MetacelloNotification: Loaded -> VMMaker-MT-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-Tools-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
NewUndeclaredWarning: SimulatorMorph>>callStackPanel (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorph>>commandPanel (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorph>>contextPanel (ObjectExplorerWrapper is Undeclared)
NewUndeclaredWarning: SimulatorMorph>>initializeWithVMSimulator:title:aTranscript: (SimulatorMorphicModel is Undeclared)
NewUndeclaredWarning: SimulatorMorph>>stackPanel (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorph>>transcriptPanel (PluggableTextMorph is Undeclared)
MetacelloNotification: Loaded -> VMMaker-Tools-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-OriginalTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
NewUndeclaredWarning: SpurImageTestResource class>>preenImage (Spur32BitPreen is Undeclared)
NewUndeclaredWarning: SpurPlanningCompactorTests class>>preenImage (Spur32BitPreen is Undeclared)
SystemNotification: FloatMathPluginTests>>makeTestData:using:seed:rounds:(seed is shadowed)
NewUndeclaredWarning: FloatMathPluginTests>>makeTestData:using:seed:rounds: (FileStream is Undeclared)
NewUndeclaredWarning: FloatMathPluginTests>>makeTestData:using:seed:rounds: (Sensor is Undeclared)
SystemNotification: FloatMathPluginTests>>verifyTestData:using:(seed is shadowed)
NewUndeclaredWarning: FloatMathPluginTests>>verifyTestData:using: (FileStream is Undeclared)
NewUndeclaredWarning: FloatMathPluginTests>>verifyTestData:using: (Sensor is Undeclared)
NewUndeclaredWarning: IncludedMethodsTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared)
NewUndeclaredWarning: IncludedMethodsTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2PluginTest>>testPluginPresent (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2PluginTest>>testPrimJPEGReadImage (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2PluginTest>>testPrimJPEGWriteImage (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2PluginTest>>testPrimJPEGWriteImage (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: MiscPrimitivePluginTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared)
NewUndeclaredWarning: MiscPrimitivePluginTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared)
NewUndeclaredWarning: CogARMCompilerTests>>processor (GdbARMAlien is Undeclared)
NewUndeclaredWarning: CogIA32CompilerTests>>processor (BochsIA32Alien is Undeclared)
NewUndeclaredWarning: CogMIPSELCompilerTests>>processor (MIPSELSimulator is Undeclared)
NewUndeclaredWarning: CogX64CompilerTests>>processor (BochsX64Alien is Undeclared)
MetacelloNotification: Loaded -> VMMaker-OriginalTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> FileAttributesPlugin-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loaded -> FileAttributesPlugin-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: ...finished baseline

warning, variable nsMethodCache doesn't exist or has already been removedcd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/image && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-build
[ 14%] Performing install step for 'build_vmmaker_get_image'
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/image && echo

cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/image && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-install
[ 15%] Completed 'build_vmmaker_get_image'
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/build_vmmaker_get_image-complete
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-done
[ 15%] Built target build_vmmaker_get_image
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/PharoVMCore.dir/build.make CMakeFiles/PharoVMCore.dir/depend
[ 15%] Generating VM files for flavour: CoInterpreter
build/vmmaker/vm/Contents/MacOS/Pharo --headless /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/image/VMMaker.image --no-default-preferences eval "PharoVMMaker generate: #'CoInterpreter' outputDirectory: '/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'"
Generating #CoInterpreter in '/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'...

warning, variable nsMethodCache doesn't exist or has already been removed
StackInterpreter>>readImageFromFile:StartingAt: contains declaration for non-existent variable heapSize
StackInterpreter>>readImageFromFile:StartingAt: contains declaration for non-existent variable minimumMemory
StackInterpreter>>readImageFromFile:StartingAt: contains declaration for non-existent variable allocationReserve
StackInterpreter>>reapAndResetErrorCodeTo:header: contains declaration for non-existent variable theSP
StackInterpreterPrimitives>>primitiveFFIFree contains declaration for non-existent variable ptr
StackInterpreterPrimitives>>primitiveLoadSymbolFromModule contains declaration for non-existent variable ptr
StackInterpreterPrimitives>>doPrimitiveWorkerExtractReturnValue contains declaration for non-existent variable externalFunction
StackInterpreterPrimitives>>primitiveFFIAllocate contains declaration for non-existent variable ptr
StackInterpreter>>checkImageVersionFrom: contains declaration for non-existent variable imageOffset

conflicting return types sqInt, void in extendedStoreBytecodePop:
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in extendedStoreBytecodePop:
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in extendedStoreBytecodePop:
conflicting return types sqInt, void in baseFrameReturn
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in extendedStoreBytecodePop:
conflicting return types sqInt, void in baseFrameReturn
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in extendedStoreBytecodePop:
conflicting return types sqInt, void in baseFrameReturn
StackInterpreter>>readImageFromFile:StartingAt: contains declaration for non-existent variable heapSize
StackInterpreter>>readImageFromFile:StartingAt: contains declaration for non-existent variable minimumMemory
StackInterpreter>>readImageFromFile:StartingAt: contains declaration for non-existent variable allocationReserve
StackInterpreterPrimitives>>primitiveFFIAllocate contains declaration for non-existent variable ptr
StackInterpreterPrimitives>>doPrimitiveWorkerExtractReturnValue contains declaration for non-existent variable externalFunction
StackInterpreter>>checkImageVersionFrom: contains declaration for non-existent variable imageOffset
StackInterpreter>>reapAndResetErrorCodeTo:header: contains declaration for non-existent variable theSP
StackInterpreterPrimitives>>primitiveLoadSymbolFromModule contains declaration for non-existent variable ptr
StackInterpreterPrimitives>>primitiveFFIFree contains declaration for non-existent variable ptr

conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject:
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, void in extendedStoreBytecodePop:
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject:
conflicting return types sqInt, void in baseFrameReturn
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, void in extendedStoreBytecodePop:
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject:
conflicting return types sqInt, void in baseFrameReturn
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, void in extendedStoreBytecodePop:
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject:
conflicting return types sqInt, void in baseFrameReturn
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, void in extendedStoreBytecodePop:
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject:
conflicting return types sqInt, void in baseFrameReturn
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, void in extendedStoreBytecodePop:
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject:
conflicting return types sqInt, void in baseFrameReturn
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, void in extendedStoreBytecodePop:
MetacelloNotification: Fetched -> VMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMaker-Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMakerCompatibilityForPharo6-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMakerTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMaker-MT-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMaker-Tools-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Fetched -> VMMaker-OriginalTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc

Local variable name 'receiver' in doPrimitiveWorkerExtractReturnValue may mask method when inlining

Local variable name 'stack' in pathTo:using:followWeak: may mask method when inlining

Local variable name 'stack' in pruneStack:stackp: may mask method when inlining

Local variable name 'receiver' in doPrimitiveWorkerCallout may mask method when inlining

compactionStartUsecs localised to fullGC

gcMarkEndUsecs localised to fullGC

extA localised to interpret

extB localised to interpret

lkupClassTag localised to interpret

numExtB localised to interpret

traceSources localised to printLogEntryAt:

the2ndUnknownShort localised to writeImageFileIOMetacelloNotification: Fetched -> FileAttributesPlugin-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc
MetacelloNotification: Loading -> Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
NewUndeclaredWarning: CCodeGenerator>>cLiteralForPrintfString: (PrintfFormatString is Undeclared)
NewUndeclaredWarning: CCodeGenerator>>removeAssertions (Sensor is Undeclared)
SystemNotification: TMethod>>methodIsEffectivelyComplete:in:(selector is shadowed)
NewUndeclaredWarning: VMMaker>>createCodeGenerator (MLVMCCodeGenerator is Undeclared)
NewUndeclaredWarning: VMMaker>>primitiveCopyFileNamed:to: (FileStream is Undeclared)
NewUndeclaredWarning: VMMaker>>primitiveCopyFileNamed:to: (FileStream is Undeclared)
MetacelloNotification: Loaded -> Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> Slang-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loaded -> Slang-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> Melchor-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
NewUndeclaredWarning: VMPluginCodeGenerator>>sizeOfIntegralCType: (BytesPerWord is Undeclared)
MetacelloNotification: Loaded -> Melchor-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Starting atomic load
NewUndeclaredWarning: UcARMRegisters class>>eflags (UC_ARM_REG_EFLAGS is Undeclared)
MetacelloNotification: 	Loaded -> Unicorn-CompatibleUserName.1639392057 --- https://github.com/guillep/pharo-unicorn.git[master] --- cache
MetacelloNotification: Finished atomic load
MetacelloNotification: Starting atomic load
SystemNotification: LLVMDisassembler>>setOptions:(options is shadowed)

Local variable name 'receiver' in doPrimitiveWorkerExtractReturnValue may mask method when inlining

Local variable name 'stack' in pathTo:using:followWeak: may mask method when inlining

Local variable name 'stack' in pruneStack:stackp: may mask method when inlining

Local variable name 'receiver' in doPrimitiveWorkerCallout may mask method when inlining

compactionStartUsecs localised to fullGC

gcMarkEndUsecs localised to fullGC

extA localised to interpret

extB localised to interpret

lkupClassTag localised to interpret

numExtB localised to interpret

traceSources localised to printLogEntryAt:

the2ndUnknownShort localised to writeImageFileIOMetacelloNotification: 	Loaded -> LLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- cache
MetacelloNotification: Finished atomic load
MetacelloNotification: Loading -> VMMakerLoadingDependencies-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
NewUndeclaredWarning: TranscriptStream class>>redirectToStdOut: (FileStream is Undeclared)
NewUndeclaredWarning: TranscriptStream>>codePaneMenu:shifted: (SmalltalkEditor is Undeclared)
NewUndeclaredWarning: TranscriptStream>>codePaneMenu:shifted: (SmalltalkEditor is Undeclared)
NewUndeclaredWarning: TranscriptStream>>target (FileStream is Undeclared)
MetacelloNotification: Loaded -> VMMakerLoadingDependencies-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> Printf-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loaded -> Printf-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache


warning, variable nsMethodCache doesn't exist or has already been removed
StackToRegisterMappingCogit>>freeAnyFloatRegNotConflictingWith: contains declaration for non-existent variable descNewUndeclaredWarning: DetailedInstructionPrinter>>printInstructionsOn: (fullBlockRecursionSelector is Undeclared)
SystemNotification: CogStackPageSurrogate>>addressIsInPage:(address is shadowed)
NewUndeclaredWarning: SmalltalkImage>>simulatePrimitive:args: (FileExistsException is Undeclared)
NewUndeclaredWarning: FakeStdinStream>>next (ActiveHand is Undeclared)


pushNilSizeFunction localised to compileBlockBodies

savedFirstOpcodeIndex localised to compileBlockBodies

savedLastDumpedLiteralIndex localised to compileBlockBodies

savedNextLiteralIndex localised to compileBlockBodies

cStackAlignment localised to compileCallFor:numArgs:arg:arg:arg:arg:resultReg:regsToSave:

cPICEndOfCodeLabel localised to generateClosedPICPrototype

endCPICCase1 localised to generateClosedPICPrototype

primitiveGeneratorTable localised to primitiveDescriptor

numPushNilsFunction localised to scanBlock:

warning, variable nsMethodCache doesn't exist or has already been removed
StackToRegisterMappingCogit>>freeAnyFloatRegNotConflictingWith: contains declaration for non-existent variable desc

conflicting return types AbstractInstruction *, usqInt in concretizeLoadEffectiveAddressMwrR
conflicting return types AbstractInstruction *, usqInt in concretizeMoveC32R
conflicting return types AbstractInstruction *, usqInt in concretizeAndCqRR
NewUndeclaredWarning: Cogit class>>genAndDis:options: (Compiler is Undeclared)
NewUndeclaredWarning: Cogit class>>initializeMiscConstants (UnicornProcessor is Undeclared)
NewUndeclaredWarning: Cogit>>initializeProcessor (MultiProcessor is Undeclared)
NewUndeclaredWarning: Cogit>>setClickStepBreakBlock (Debugger is Undeclared)
NewUndeclaredWarning: Cogit>>simulateCogCodeAt: (ProcessorSimulationTrap is Undeclared)

conflicting return types AbstractInstruction *, usqInt in concretizeLoadEffectiveAddressMwrR
conflicting return types AbstractInstruction *, usqInt in concretizeMoveC32R
conflicting return types AbstractInstruction *, usqInt in concretizeAndCqRR
conflicting return types AbstractInstruction *, usqInt in concretizeLoadEffectiveAddressMwrR
conflicting return types AbstractInstruction *, usqInt in concretizeMoveC32R
conflicting return types AbstractInstruction *, usqInt in concretizeAndCqRR
conflicting return types AbstractInstruction *, usqInt in concretizeLoadEffectiveAddressMwrR
conflicting return types AbstractInstruction *, usqInt in concretizeMoveC32R
conflicting return types AbstractInstruction *, usqInt in concretizeAndCqRR
conflicting return types AbstractInstruction *, usqInt in concretizeLoadEffectiveAddressMwrR
conflicting return types AbstractInstruction *, usqInt in concretizeMoveC32R
conflicting return types AbstractInstruction *, usqInt in concretizeAndCqRR
conflicting return types AbstractInstruction *, usqInt in concretizeLoadEffectiveAddressMwrR
conflicting return types AbstractInstruction *, usqInt in concretizeMoveC32R
conflicting return types AbstractInstruction *, usqInt in concretizeAndCqRR
SystemNotification: RegisterAllocatingCogit>>resolveConflicts:with:to:(simStackPtr is shadowed)
NewUndeclaredWarning: StackToRegisterMappingCogit>>widthInDefaultFontOf: (NewParagraph is Undeclared)


warning, variable nsMethodCache doesn't exist or has already been removed
Local variable name 'ret' in genPrimitiveIdentityHash may mask method when inlining

Local variable name 'ret' in genPrimitiveImmediateAsInteger may mask method when inlining

pushNilSizeFunction localised to compileBlockBodies

savedFirstOpcodeIndex localised to compileBlockBodies

savedLastDumpedLiteralIndex localised to compileBlockBodies

savedNextLiteralIndex localised to compileBlockBodies

cStackAlignment localised to compileCallFor:numArgs:arg:arg:arg:arg:resultReg:regsToSave:

cPICEndOfCodeLabel localised to generateClosedPICPrototype

endCPICCase1 localised to generateClosedPICPrototype

primitiveGeneratorTable localised to primitiveDescriptor

numPushNilsFunction localised to scanBlock:
StackToRegisterMappingCogit>>freeAnyFloatRegNotConflictingWith: contains declaration for non-existent variable descNewUndeclaredWarning: ADPCMCodecPlugin class>>monticelloDescription (ADPCMCodec is Undeclared)
NewUndeclaredWarning: ADPCMCodecPlugin class>>translatedPrimitives (ADPCMCodec is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>fileOpenName:size:write: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>fileOpenName:size:write: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>fileOpenNewName:size: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>fileOpenNewName:size: (FileExistsException is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileDeleteName:Size: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileDeleteName:Size: (FileDirectory is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (FileDirectory is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (FileDirectory is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (FileDirectory is Undeclared)
NewUndeclaredWarning: IA32ABIPlugin>>primCalloc (Alien is Undeclared)
NewUndeclaredWarning: IA32ABIPlugin>>primMalloc (Alien is Undeclared)
NewUndeclaredWarning: InterpreterPlugin class>>allCodeOlderThan: (TimeStamp is Undeclared)
NewUndeclaredWarning: InterpreterPlugin class>>buildCodeGenerator (VMMakerConfiguration is Undeclared)
NewUndeclaredWarning: InterpreterPlugin class>>buildCodeGeneratorForVMClass: (VMMakerConfiguration is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>compressStructSize (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>decompressStructSize (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>errorMgr2StructSize (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primImageHeight: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primImageNumComponents: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primImageWidth: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGPluginIsPresent (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGReadHeader:fromByteArray:size:errorMgrReadHeader: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGReadImagefromByteArrayonFormdoDitheringerrorMgrReadScanlines:_:_:_:_:_:_:_:_: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGWriteImageonByteArrayformqualityprogressiveJPEGerrorMgrWriteScanlines:_:_:_:_:_:_:_:_:_:_:_: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: TestOSAPlugin>>primOpenDefaultConfiguration:subtype: (ComponentInstance is Undeclared)
NewUndeclaredWarning: SoundGenerationPlugin class>>monticelloDescription (AbstractSound is Undeclared)
NewUndeclaredWarning: SoundGenerationPlugin class>>translatedPrimitives (AbstractSound is Undeclared)


warning, variable nsMethodCache doesn't exist or has already been removed

pushNilSizeFunction localised to compileBlockBodies

cStackAlignment localised to compileCallFor:numArgs:arg:arg:arg:arg:resultReg:regsToSave:

cPICEndOfCodeLabel localised to generateClosedPICPrototype

endCPICCase1 localised to generateClosedPICPrototype

primitiveGeneratorTable localised to primitiveDescriptor

numPushNilsFunction localised to scanBlock:NewUndeclaredWarning: StackInterpreter class>>patchInterpGCCPPC: (FileStream is Undeclared)
NewUndeclaredWarning: StackInterpreter class>>primitiveAccessorDepthTable (VMMakerConfiguration is Undeclared)

StackToRegisterMappingCogit>>freeAnyFloatRegNotConflictingWith: contains declaration for non-existent variable desc

warning, variable nsMethodCache doesn't exist or has already been removedNewUndeclaredWarning: CogVMSimulator>>codeGeneratorToComputeAccessorDepth (VMMakerConfiguration is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>ensureMultiThreadingOverridesAreUpToDate (Parser is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>ioMousePoint (Sensor is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>ioRelinquishProcessorForMicroseconds: (Sensor is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>logOfBytesVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>logOfBytesWrite:toFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>logOfSendsVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>logOfSendsWrite:toFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorph (SimulatorImageMorph is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorph (SimulatorEventTransformer is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorph (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorph (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorphNoTranscript (SimulatorImageMorph is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorphNoTranscript (SimulatorEventTransformer is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorphNoTranscript (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>setBreakBlockFromString: (Compiler is Undeclared)
SystemNotification: CogVMSimulator>>testBreakCount:printSends:printFrames:printBytecodes:(breakCount is shadowed)
NewUndeclaredWarning: StackMTInterpreterSimulator>>ioMousePoint (Sensor is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>ioRelinquishProcessorForMicroseconds: (Sensor is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>logOfBytesVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>logOfBytesWrite:toFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>logOfSendsVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>logOfSendsWrite:toFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (SimulatorImageMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (SimulatorEventTransformer is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorphNoTranscript (SimulatorImageMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorphNoTranscript (SimulatorEventTransformer is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorphNoTranscript (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsSimulatorMorph (SimulatorMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsSimulatorMorph (SimulatorMorph is Undeclared)
SystemNotification: StackMTInterpreterSimulator>>runAtEachStep:breakCount:(breakCount is shadowed)
NewUndeclaredWarning: StackMTInterpreterSimulator>>setClickStepBreakBlock (Debugger is Undeclared)
SystemNotification: StackMTInterpreterSimulator>>testBreakCount:printSends:printFrames:printBytecodes:(breakCount is shadowed)


pushNilSizeFunction localised to compileBlockBodies

cStackAlignment localised to compileCallFor:numArgs:arg:arg:arg:arg:resultReg:regsToSave:

cPICEndOfCodeLabel localised to generateClosedPICPrototype

endCPICCase1 localised to generateClosedPICPrototype

primitiveGeneratorTable localised to primitiveDescriptor

numPushNilsFunction localised to scanBlock:
StackToRegisterMappingCogit>>freeAnyFloatRegNotConflictingWith: contains declaration for non-existent variable descNewUndeclaredWarning: StackInterpreterSimulator>>codeGeneratorToComputeAccessorDepth (VMMakerConfiguration is Undeclared)
NewUndeclaredWarning: StackInterpreterSimulator>>ioMousePoint (Sensor is Undeclared)
NewUndeclaredWarning: StackInterpreterSimulator>>ioRelinquishProcessorForMicroseconds: (Sensor is Undeclared)
NewUndeclaredWarning: StackInterpreterSimulator>>logOfBytesVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackInterpreterSimulator>>logOfBytesWrite:toFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackInterpreterSimulator>>logOfSendsVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackInterpreterSimulator>>logOfSendsWrite:toFileNamed:fromStart: (FileStream is Undeclared)
SystemNotification: StackInterpreterSimulator>>runAtEachStep:breakCount:(breakCount is shadowed)
NewUndeclaredWarning: StackInterpreterSimulator>>setClickStepBreakBlock (Debugger is Undeclared)
SystemNotification: StackInterpreterSimulator>>testBreakCount:printSends:printFrames:printBytecodes:(breakCount is shadowed)


pushNilSizeFunction localised to compileBlockBodies

cStackAlignment localised to compileCallFor:numArgs:arg:arg:arg:arg:resultReg:regsToSave:

cPICEndOfCodeLabel localised to generateClosedPICPrototype

endCPICCase1 localised to generateClosedPICPrototype

primitiveGeneratorTable localised to primitiveDescriptor

numPushNilsFunction localised to scanBlock:
26 June 2022 11:20:23.641805 pm
NewUndeclaredWarning: VMStructType class>>checkGenerateSurrogate:bytesPerWord: (BytesPerWord is Undeclared)
NewUndeclaredWarning: VMStructType class>>checkGenerateSurrogate:bytesPerWord: (BytesPerWord is Undeclared)
NewUndeclaredWarning: VMStructType class>>checkGenerateSurrogate:bytesPerWord: (BytesPerWord is Undeclared)


warning, variable nsMethodCache doesn't exist or has already been removedwarning, signature of InterpreterProxy>>characterTable does not match reference implementation.
warning, signature of InterpreterProxy>>fullGC does not match reference implementation.
warning, signature of InterpreterProxy>>pop:thenPush: does not match reference implementation.
warning, signature of InterpreterProxy>>positive32BitValueOf: does not match reference implementation.
warning, signature of InterpreterProxy>>pushRemappableOop: does not match reference implementation.
NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFBitBltLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFFormLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFEdgeDataTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFFillDataTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFWrongState is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadSpanBufferFrom: (GEFClassMismatch is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferIsInteger is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferIsPointers is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferBadMagic is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferWrongSize is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferStartWrong is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveAddActiveEdgeEntry (GEFEdgeDataTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveAddActiveEdgeEntry (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveAddActiveEdgeEntry (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveChangedActiveEdgeEntry (GEFEdgeDataTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveCopyBuffer (GEFClassMismatch is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveCopyBuffer (GEFSizeMismatch is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveDisplaySpanBuffer (GEFBitBltLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveGetFailureReason (GEFEngineIsInteger is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveGetFailureReason (GEFEngineIsWords is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveGetFailureReason (GEFEngineTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveInitializeProcessing (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFFillDataTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveNextFillEntry (GEFFormLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveNextFillEntry (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveNextFillEntry (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveNextGlobalEdgeEntry (GEFWrongEdge is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalEdge (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalEdge (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalEdge (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalFill (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveSetColorTransform (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFAlreadyFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFEngineIsInteger is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFEngineIsWords is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFEngineTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom:requiredState: (GEFWrongState is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom:requiredState:or: (GEFWrongState is Undeclared)
external plugin FilePlugin generated as FilePlugin
warning, signature of InterpreterProxy>>pop:thenPush: does not match reference implementation.
warning, signature of InterpreterProxy>>pushBool: does not match reference implementation.
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezier (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezier (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezier (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBitmapFill (GEFBadPoint is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBitmapFill (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBitmapFill (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFEntityCheckFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddGradientFill (GEFBadPoint is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddGradientFill (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddGradientFill (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFBadPoint is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFBadPoint is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFBadPoint is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFEntityLoadFailed is Undeclared)
external plugin FloatArrayPlugin generated as FloatArrayPlugin
warning, signature of InterpreterProxy>>pop:thenPush: does not match reference implementation.
external plugin SurfacePlugin generated as SurfacePlugin
26 June 2022 11:20:25.014487 pm
PharoVMMaker
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/PharoVMCore.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/PharoVMCore.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/PharoVMCore.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/PharoVMCore.dir/depend.internal".

StackToRegisterMappingCogit>>freeAnyFloatRegNotConflictingWith: contains declaration for non-existent variable descScanning dependencies of target PharoVMCore
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/PharoVMCore.dir/build.make CMakeFiles/PharoVMCore.dir/build
[ 10%] Building C object CMakeFiles/PharoVMCore.dir/src/debug.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/debug.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/src/debug.c
[ 11%] Building C object CMakeFiles/PharoVMCore.dir/src/utils.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/utils.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/src/utils.c
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/src/utils.c:224:8: warning: unused variable 'tmpBasedir' [-Wunused-variable]
        char* tmpBasedir = (char*)alloca(bufferSize);
              ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/src/utils.c:496:17: warning: unused function 'max' [-Wunused-function]
static long int max(long int x, long int y) { return (x > y) ? x : y; }
                ^
2 warnings generated.
[ 11%] Building C object CMakeFiles/PharoVMCore.dir/src/errorCode.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/errorCode.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/src/errorCode.c
[ 12%] Building C object CMakeFiles/PharoVMCore.dir/src/nullDisplay.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/nullDisplay.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/src/nullDisplay.c
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/src/nullDisplay.c:208:1: warning: unused function 'dropInit' [-Wunused-function]
dropInit (void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/src/nullDisplay.c:215:1: warning: unused function 'dropShutdown' [-Wunused-function]
dropShutdown (void)
^
2 warnings generated.
[ 13%] Building C object CMakeFiles/PharoVMCore.dir/src/externalPrimitives.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/externalPrimitives.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/src/externalPrimitives.c
[ 13%] Building C object CMakeFiles/PharoVMCore.dir/src/client.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/client.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/src/client.c
[ 14%] Building C object CMakeFiles/PharoVMCore.dir/src/pathUtilities.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/pathUtilities.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/src/pathUtilities.c
[ 14%] Building C object CMakeFiles/PharoVMCore.dir/src/fileDialogCommon.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/fileDialogCommon.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/src/fileDialogCommon.c
[ 15%] Building C object CMakeFiles/PharoVMCore.dir/src/stringUtilities.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/stringUtilities.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/src/stringUtilities.c
[ 15%] Building C object CMakeFiles/PharoVMCore.dir/src/imageAccess.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/imageAccess.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/src/imageAccess.c
[ 16%] Building C object CMakeFiles/PharoVMCore.dir/src/parameters/parameterVector.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/parameters/parameterVector.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/src/parameters/parameterVector.c
[ 17%] Building C object CMakeFiles/PharoVMCore.dir/src/parameters/parameters.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/parameters/parameters.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/src/parameters/parameters.c
[ 17%] Building C object CMakeFiles/PharoVMCore.dir/src/semaphores/platformSemaphore.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/semaphores/platformSemaphore.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/src/semaphores/platformSemaphore.c
[ 18%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/heartbeat.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/heartbeat.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/heartbeat.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/heartbeat.c:19:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/heartbeat.c:19:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/heartbeat.c:19:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/heartbeat.c:19:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
4 warnings generated.
[ 18%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/functionDefinitionPrimitives.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/ffi/src/functionDefinitionPrimitives.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/src/functionDefinitionPrimitives.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/src/functionDefinitionPrimitives.c:1:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/src/functionDefinitionPrimitives.c:1:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/src/functionDefinitionPrimitives.c:1:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/src/functionDefinitionPrimitives.c:1:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/src/functionDefinitionPrimitives.c:31:15: warning: 'ffi_prep_cif_var' is only available on macOS 10.15 or newer [-Wunguarded-availability-new]
        returnCode = ffi_prep_cif_var (cif, abi, fixedArgsCount, totalArguments, returnType, parameters);
                     ^~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi/ffi.h:477:12: note: 'ffi_prep_cif_var' has been marked as being introduced in macOS 10.15 here, but the deployment target is macOS 10.7.0
ffi_status ffi_prep_cif_var(ffi_cif *cif,
           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/src/functionDefinitionPrimitives.c:31:15: note: enclose 'ffi_prep_cif_var' in a __builtin_available check to silence this warning
        returnCode = ffi_prep_cif_var (cif, abi, fixedArgsCount, totalArguments, returnType, parameters);
                     ^~~~~~~~~~~~~~~~
5 warnings generated.
[ 19%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/primitiveCalls.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/ffi/src/primitiveCalls.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/src/primitiveCalls.c
[ 20%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/primitiveUtils.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/ffi/src/primitiveUtils.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/src/primitiveUtils.c
[ 20%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/types.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/ffi/src/types.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/src/types.c
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/src/types.c:108:3: warning: variable 'address' is used uninitialized whenever switch default is taken [-Wsometimes-uninitialized]
                default:
                ^~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/src/types.c:112:19: note: uninitialized use occurs here
        setHandler(aOop, address);
                         ^~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/src/types.c:4:15: note: initialize the variable 'address' to silence this warning
        void* address;
                     ^
                      = NULL
1 warning generated.
[ 21%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/typesPrimitives.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/ffi/src/typesPrimitives.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/src/typesPrimitives.c
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/src/typesPrimitives.c:182:5: warning: 'ffi_get_struct_offsets' is only available on macOS 10.15 or newer [-Wunguarded-availability-new]
        if(ffi_get_struct_offsets(FFI_DEFAULT_ABI, structType, offsets)!=FFI_OK){
           ^~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi/ffi.h:491:12: note: 'ffi_get_struct_offsets' has been marked as being introduced in macOS 10.15 here, but the deployment target is macOS 10.7.0
ffi_status ffi_get_struct_offsets (ffi_abi abi, ffi_type *struct_type,
           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/src/typesPrimitives.c:182:5: note: enclose 'ffi_get_struct_offsets' in a __builtin_available check to silence this warning
        if(ffi_get_struct_offsets(FFI_DEFAULT_ABI, structType, offsets)!=FFI_OK){
           ^~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
[ 21%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/utils.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/ffi/src/utils.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/src/utils.c
[ 22%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/sameThread/sameThread.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/ffi/src/sameThread/sameThread.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/src/sameThread/sameThread.c
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/src/sameThread/sameThread.c:34:8: warning: unused variable 'flags' [-Wunused-variable]
        sqInt flags;
              ^
1 warning generated.
[ 22%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbackPrimitives.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbackPrimitives.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/src/callbacks/callbackPrimitives.c
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/src/callbacks/callbackPrimitives.c:102:11: warning: unused variable 'handler' [-Wunused-variable]
    void *handler;
          ^
1 warning generated.
[ 23%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbacks.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbacks.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/src/callbacks/callbacks.c
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/src/callbacks/callbacks.c:43:25: warning: 'ffi_closure_alloc' is only available on macOS 10.15 or newer [-Wunguarded-availability-new]
    callback->closure = ffi_closure_alloc(sizeof(ffi_closure), &(callback->functionAddress));
                        ^~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi/ffi.h:338:40: note: 'ffi_closure_alloc' has been marked as being introduced in macOS 10.15 here, but the deployment target is macOS 10.7.0
FFI_AVAILABLE_APPLE_2019 FFI_API void *ffi_closure_alloc (size_t size, void **code);
                                       ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/src/callbacks/callbacks.c:43:25: note: enclose 'ffi_closure_alloc' in a __builtin_available check to silence this warning
    callback->closure = ffi_closure_alloc(sizeof(ffi_closure), &(callback->functionAddress));
                        ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/src/callbacks/callbacks.c:54:9: warning: 'ffi_closure_free' is only available on macOS 10.15 or newer [-Wunguarded-availability-new]
        ffi_closure_free(callback->closure);
        ^~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi/ffi.h:339:39: note: 'ffi_closure_free' has been marked as being introduced in macOS 10.15 here, but the deployment target is macOS 10.7.0
FFI_AVAILABLE_APPLE_2019 FFI_API void ffi_closure_free (void *);
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/src/callbacks/callbacks.c:54:9: note: enclose 'ffi_closure_free' in a __builtin_available check to silence this warning
        ffi_closure_free(callback->closure);
        ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/src/callbacks/callbacks.c:60:22: warning: 'ffi_prep_closure_loc' is only available on macOS 10.15 or newer [-Wunguarded-availability-new]
    if((returnCode = ffi_prep_closure_loc(callback->closure, &callback->cif, callbackFrontend, callback, callback->functionAddress)) != FFI_OK){
                     ^~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi/ffi.h:356:1: note: 'ffi_prep_closure_loc' has been marked as being introduced in macOS 10.15 here, but the deployment target is macOS 10.7.0
ffi_prep_closure_loc (ffi_closure*,
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/src/callbacks/callbacks.c:60:22: note: enclose 'ffi_prep_closure_loc' in a __builtin_available check to silence this warning
    if((returnCode = ffi_prep_closure_loc(callback->closure, &callback->cif, callbackFrontend, callback, callback->functionAddress)) != FFI_OK){
                     ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/src/callbacks/callbacks.c:62:9: warning: 'ffi_closure_free' is only available on macOS 10.15 or newer [-Wunguarded-availability-new]
        ffi_closure_free(callback->closure);
        ^~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi/ffi.h:339:39: note: 'ffi_closure_free' has been marked as being introduced in macOS 10.15 here, but the deployment target is macOS 10.7.0
FFI_AVAILABLE_APPLE_2019 FFI_API void ffi_closure_free (void *);
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/src/callbacks/callbacks.c:62:9: note: enclose 'ffi_closure_free' in a __builtin_available check to silence this warning
        ffi_closure_free(callback->closure);
        ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/src/callbacks/callbacks.c:72:2: warning: 'ffi_closure_free' is only available on macOS 10.15 or newer [-Wunguarded-availability-new]
        ffi_closure_free(callback->closure);
        ^~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi/ffi.h:339:39: note: 'ffi_closure_free' has been marked as being introduced in macOS 10.15 here, but the deployment target is macOS 10.7.0
FFI_AVAILABLE_APPLE_2019 FFI_API void ffi_closure_free (void *);
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/src/callbacks/callbacks.c:72:2: note: enclose 'ffi_closure_free' in a __builtin_available check to silence this warning
        ffi_closure_free(callback->closure);
        ^~~~~~~~~~~~~~~~
5 warnings generated.
[ 24%] Building C object CMakeFiles/PharoVMCore.dir/src/semaphores/pharoSemaphore.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/semaphores/pharoSemaphore.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/src/semaphores/pharoSemaphore.c
[ 24%] Building C object CMakeFiles/PharoVMCore.dir/src/threadSafeQueue/threadSafeQueue.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/threadSafeQueue/threadSafeQueue.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/src/threadSafeQueue/threadSafeQueue.c
[ 25%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/pThreadedFFI.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/ffi/src/pThreadedFFI.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/src/pThreadedFFI.c
[ 25%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/worker/worker.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/ffi/src/worker/worker.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/src/worker/worker.c
[ 26%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerPrimitives.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerPrimitives.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/src/worker/workerPrimitives.c
[ 27%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerTask.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerTask.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/src/worker/workerTask.c
[ 27%] Building C object CMakeFiles/PharoVMCore.dir/generated/64/vm/src/cogit.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/generated/64/vm/src/cogit.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:11:
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:14:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:11:
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:14:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:11:
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:14:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:11:
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:14:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:11:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:3331:15: warning: taking the absolute value of unsigned type 'usqInt' (aka 'unsigned long') has no effect [-Wabsolute-value]
                immediate = SQABS((((self_in_computeMaximumSize->operands))[0]));
                            ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:73:16: note: expanded from macro 'SQABS'
# define SQABS labs
               ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:3331:15: note: remove the call to 'labs' since unsigned values cannot be negative
                immediate = SQABS((((self_in_computeMaximumSize->operands))[0]));
                            ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:73:16: note: expanded from macro 'SQABS'
# define SQABS labs
               ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:11:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:3497:12: warning: taking the absolute value of unsigned type 'usqInt' (aka 'unsigned long') has no effect [-Wabsolute-value]
                return ((SQABS((((self_in_computeMaximumSize->operands))[1]))) <= 0x7FF
                         ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:73:16: note: expanded from macro 'SQABS'
# define SQABS labs
               ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:3497:12: note: remove the call to 'labs' since unsigned values cannot be negative
                return ((SQABS((((self_in_computeMaximumSize->operands))[1]))) <= 0x7FF
                         ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:73:16: note: expanded from macro 'SQABS'
# define SQABS labs
               ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:11:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:3500:19: warning: taking the absolute value of unsigned type 'usqInt' (aka 'unsigned long') has no effect [-Wabsolute-value]
                                                : (0xFFF - (SQABS((((self_in_computeMaximumSize->operands))[1])))) + 1)),
                                                            ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:73:16: note: expanded from macro 'SQABS'
# define SQABS labs
               ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:3500:19: note: remove the call to 'labs' since unsigned values cannot be negative
                                                : (0xFFF - (SQABS((((self_in_computeMaximumSize->operands))[1])))) + 1)),
                                                            ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:73:16: note: expanded from macro 'SQABS'
# define SQABS labs
               ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:11:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:3522:12: warning: taking the absolute value of unsigned type 'usqInt' (aka 'unsigned long') has no effect [-Wabsolute-value]
                return ((SQABS((((self_in_computeMaximumSize->operands))[1]))) <= 0x7FF
                         ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:73:16: note: expanded from macro 'SQABS'
# define SQABS labs
               ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:3522:12: note: remove the call to 'labs' since unsigned values cannot be negative
                return ((SQABS((((self_in_computeMaximumSize->operands))[1]))) <= 0x7FF
                         ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:73:16: note: expanded from macro 'SQABS'
# define SQABS labs
               ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:11:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:3525:19: warning: taking the absolute value of unsigned type 'usqInt' (aka 'unsigned long') has no effect [-Wabsolute-value]
                                                : (0xFFF - (SQABS((((self_in_computeMaximumSize->operands))[1])))) + 1)),
                                                            ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:73:16: note: expanded from macro 'SQABS'
# define SQABS labs
               ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:3525:19: note: remove the call to 'labs' since unsigned values cannot be negative
                                                : (0xFFF - (SQABS((((self_in_computeMaximumSize->operands))[1])))) + 1)),
                                                            ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:73:16: note: expanded from macro 'SQABS'
# define SQABS labs
               ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:11:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:3531:12: warning: taking the absolute value of unsigned type 'usqInt' (aka 'unsigned long') has no effect [-Wabsolute-value]
                return ((SQABS((((self_in_computeMaximumSize->operands))[0]))) <= 0x7FF
                         ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:73:16: note: expanded from macro 'SQABS'
# define SQABS labs
               ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:3531:12: note: remove the call to 'labs' since unsigned values cannot be negative
                return ((SQABS((((self_in_computeMaximumSize->operands))[0]))) <= 0x7FF
                         ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:73:16: note: expanded from macro 'SQABS'
# define SQABS labs
               ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:11:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:3534:19: warning: taking the absolute value of unsigned type 'usqInt' (aka 'unsigned long') has no effect [-Wabsolute-value]
                                                : (0xFFF - (SQABS((((self_in_computeMaximumSize->operands))[0])))) + 1)),
                                                            ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:73:16: note: expanded from macro 'SQABS'
# define SQABS labs
               ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:3534:19: note: remove the call to 'labs' since unsigned values cannot be negative
                                                : (0xFFF - (SQABS((((self_in_computeMaximumSize->operands))[0])))) + 1)),
                                                            ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:73:16: note: expanded from macro 'SQABS'
# define SQABS labs
               ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:11:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:3570:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:4485:9: warning: expression result unused [-Wunused-value]
                error("ARMv8 / aarch64 does not support conditions encoded in the instruction");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:4631:15: warning: cast to smaller integer type 'int' from 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') [-Wpointer-to-int-cast]
                offset3 = (((int) jumpTarget3)) - (((int) (((self_in_dispatchConcretize->address)))));
                            ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:4650:15: warning: cast to smaller integer type 'int' from 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') [-Wpointer-to-int-cast]
                offset4 = (((int) jumpTarget4)) - (((int) (((self_in_dispatchConcretize->address)))));
                            ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:4669:15: warning: cast to smaller integer type 'int' from 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') [-Wpointer-to-int-cast]
                offset5 = (((int) jumpTarget5)) - (((int) (((self_in_dispatchConcretize->address)))));
                            ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:4688:15: warning: cast to smaller integer type 'int' from 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') [-Wpointer-to-int-cast]
                offset6 = (((int) jumpTarget6)) - (((int) (((self_in_dispatchConcretize->address)))));
                            ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:4707:15: warning: cast to smaller integer type 'int' from 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') [-Wpointer-to-int-cast]
                offset7 = (((int) jumpTarget7)) - (((int) (((self_in_dispatchConcretize->address)))));
                            ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:4726:15: warning: cast to smaller integer type 'int' from 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') [-Wpointer-to-int-cast]
                offset8 = (((int) jumpTarget8)) - (((int) (((self_in_dispatchConcretize->address)))));
                            ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:4745:15: warning: cast to smaller integer type 'int' from 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') [-Wpointer-to-int-cast]
                offset9 = (((int) jumpTarget9)) - (((int) (((self_in_dispatchConcretize->address)))));
                            ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:4765:16: warning: cast to smaller integer type 'int' from 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') [-Wpointer-to-int-cast]
                offset10 = (((int) jumpTarget10)) - (((int) (((self_in_dispatchConcretize->address)))));
                             ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:4785:16: warning: cast to smaller integer type 'int' from 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') [-Wpointer-to-int-cast]
                offset11 = (((int) jumpTarget20)) - (((int) (((self_in_dispatchConcretize->address)))));
                             ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:4804:16: warning: cast to smaller integer type 'int' from 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') [-Wpointer-to-int-cast]
                offset12 = (((int) jumpTarget21)) - (((int) (((self_in_dispatchConcretize->address)))));
                             ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:4823:16: warning: cast to smaller integer type 'int' from 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') [-Wpointer-to-int-cast]
                offset13 = (((int) jumpTarget22)) - (((int) (((self_in_dispatchConcretize->address)))));
                             ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:4842:16: warning: cast to smaller integer type 'int' from 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') [-Wpointer-to-int-cast]
                offset14 = (((int) jumpTarget23)) - (((int) (((self_in_dispatchConcretize->address)))));
                             ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:4861:16: warning: cast to smaller integer type 'int' from 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') [-Wpointer-to-int-cast]
                offset15 = (((int) jumpTarget24)) - (((int) (((self_in_dispatchConcretize->address)))));
                             ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:4880:16: warning: cast to smaller integer type 'int' from 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') [-Wpointer-to-int-cast]
                offset16 = (((int) jumpTarget25)) - (((int) (((self_in_dispatchConcretize->address)))));
                             ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:4899:16: warning: cast to smaller integer type 'int' from 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') [-Wpointer-to-int-cast]
                offset17 = (((int) jumpTarget26)) - (((int) (((self_in_dispatchConcretize->address)))));
                             ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:4918:16: warning: cast to smaller integer type 'int' from 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') [-Wpointer-to-int-cast]
                offset18 = (((int) jumpTarget27)) - (((int) (((self_in_dispatchConcretize->address)))));
                             ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:4937:16: warning: cast to smaller integer type 'int' from 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') [-Wpointer-to-int-cast]
                offset19 = (((int) jumpTarget28)) - (((int) (((self_in_dispatchConcretize->address)))));
                             ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:4956:16: warning: cast to smaller integer type 'int' from 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') [-Wpointer-to-int-cast]
                offset20 = (((int) jumpTarget29)) - (((int) (((self_in_dispatchConcretize->address)))));
                             ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:4975:16: warning: cast to smaller integer type 'int' from 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') [-Wpointer-to-int-cast]
                offset21 = (((int) jumpTarget30)) - (((int) (((self_in_dispatchConcretize->address)))));
                             ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:4994:16: warning: cast to smaller integer type 'int' from 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') [-Wpointer-to-int-cast]
                offset22 = (((int) jumpTarget31)) - (((int) (((self_in_dispatchConcretize->address)))));
                             ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:5013:16: warning: cast to smaller integer type 'int' from 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') [-Wpointer-to-int-cast]
                offset23 = (((int) jumpTarget32)) - (((int) (((self_in_dispatchConcretize->address)))));
                             ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:5032:16: warning: cast to smaller integer type 'int' from 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') [-Wpointer-to-int-cast]
                offset24 = (((int) jumpTarget33)) - (((int) (((self_in_dispatchConcretize->address)))));
                             ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:5051:16: warning: cast to smaller integer type 'int' from 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') [-Wpointer-to-int-cast]
                offset25 = (((int) jumpTarget34)) - (((int) (((self_in_dispatchConcretize->address)))));
                             ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:5689:8: warning: taking the absolute value of unsigned type 'usqInt' (aka 'unsigned long') has no effect [-Wabsolute-value]
                if ((SQABS(offset27)) <= 0x7FF) {
                     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:73:16: note: expanded from macro 'SQABS'
# define SQABS labs
               ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:5689:8: note: remove the call to 'labs' since unsigned values cannot be negative
                if ((SQABS(offset27)) <= 0x7FF) {
                     ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:73:16: note: expanded from macro 'SQABS'
# define SQABS labs
               ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:11:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:5692:17: warning: taking the absolute value of unsigned type 'usqInt' (aka 'unsigned long') has no effect [-Wabsolute-value]
                                : (0xFFF - (SQABS(offset27))) + 1);
                                            ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:73:16: note: expanded from macro 'SQABS'
# define SQABS labs
               ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:5692:17: note: remove the call to 'labs' since unsigned values cannot be negative
                                : (0xFFF - (SQABS(offset27))) + 1);
                                            ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:73:16: note: expanded from macro 'SQABS'
# define SQABS labs
               ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:11:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:5984:33: warning: expression result unused [-Wunused-value]
                        (self_in_dispatchConcretize->machineCodeSize);
                         ~~~~~~~~~~~~~~~~~~~~~~~~~~  ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:6777:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:7463:9: warning: expression result unused [-Wunused-value]
                error("opcode has no inverse");
                      ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:8398:50: warning: shift count >= width of type [-Wshift-count-overflow]
        anInstruction = genoperandoperand(AndCqR, (1ULL << 64) - 16, Extra2Reg);
                                                        ^  ~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:8400:51: warning: shift count >= width of type [-Wshift-count-overflow]
                (anInstruction->dependent = locateLiteral((1ULL << 64) - 16));
                                                                ^  ~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:8525:9: warning: expression result unused [-Wunused-value]
                error("linking callsite to invalid address");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:8552:9: warning: expression result unused [-Wunused-value]
                error("linking callsite to invalid address");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:8608:9: warning: expression result unused [-Wunused-value]
                error("linking callsite to invalid address");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:9686:26: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                                latestContinuation = latestContinuation;
                                                ~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:9801:8: warning: expression result unused [-Wunused-value]
        error("what??");
              ^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:10017:3: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
                pthread_jit_write_protect_np(0);
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:10017:3: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
                pthread_jit_write_protect_np(0);
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:10024:3: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
                pthread_jit_write_protect_np(1);
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:10024:3: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
                pthread_jit_write_protect_np(1);
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:10043:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:10043:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:10052:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:10052:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:10679:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:10679:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:10716:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:10716:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:10824:62: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'void *' [-Wint-conversion]
                                 || (((cogMethod->methodObject)) == (((usqInt)(methodFor((cogMethod->methodObject))))))))) {
                                                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:942:36: note: passing argument to parameter 'address' here
extern CogMethod * methodFor(void *address);
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:10878:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:10878:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:10912:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:10912:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:10964:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:10964:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:10995:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:10995:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:11030:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:11030:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:11064:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:11064:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:11143:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'unsigned long' [-Wint-conversion]
        address = positive64BitIntegerFor(mcpc);
                                          ^~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include/cointerp.h:93:46: note: passing argument to parameter 'integerValue' here
extern sqInt positive64BitIntegerFor(usqLong integerValue);
                                             ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:11:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:11381:26: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                                latestContinuation = latestContinuation;
                                                ~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:11441:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:11441:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:11458:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:11458:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:11604:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:11698:4: warning: expression result unused [-Wunused-value]
                ((AbstractInstruction *) backEnd);
                 ^                       ~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:11712:4: warning: expression result unused [-Wunused-value]
                ((AbstractInstruction *) backEnd);
                 ^                       ~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:11726:4: warning: expression result unused [-Wunused-value]
                ((AbstractInstruction *) backEnd);
                 ^                       ~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:11740:4: warning: expression result unused [-Wunused-value]
                ((AbstractInstruction *) backEnd);
                 ^                       ~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:11753:3: warning: expression result unused [-Wunused-value]
        ((AbstractInstruction *) backEnd);
         ^                       ~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:12019:9: warning: expression result unused [-Wunused-value]
                error("cannot differentiate checked and unchecked entry-points with current cog method alignment");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:12001:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:12001:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:12008:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:12008:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:12056:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:12056:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:12063:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:12063:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:12510:23: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                        latestContinuation = latestContinuation;
                        ~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:12530:8: warning: expression result unused [-Wunused-value]
        error("what??");
              ^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:12724:10: warning: expression result unused [-Wunused-value]
                        error("too much code for stack check offset");
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:13020:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:13020:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:13048:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:13048:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:13222:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:13222:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:13229:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:13229:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:13364:16: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long') from 'CogMethod *' [-Wint-conversion]
        cPICPrototype = cPIC;
                      ^ ~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:13327:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:13327:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:13334:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:13334:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:13348:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:13348:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:13355:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:13355:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:13393:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:13393:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:13401:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:13401:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:13417:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:13417:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:13434:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:13434:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:13467:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:13467:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:13475:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:13475:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:13491:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:13491:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:13507:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:13507:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:13625:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:13625:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:13633:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:13633:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:13733:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:13733:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:13747:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:13747:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:13757:11: warning: unused variable 'fixupSize' [-Wunused-variable]
    sqInt fixupSize;
          ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:13759:11: warning: unused variable 'startAddress' [-Wunused-variable]
    sqInt startAddress;
          ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:13758:11: warning: unused variable 'opcodeSize' [-Wunused-variable]
    sqInt opcodeSize;
          ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:14336:8: warning: expression result unused [-Wunused-value]
        error("could not find selector in method when unlinking send site");
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:14408:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:14408:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:14415:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:14415:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:14425:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:14425:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:14435:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:14435:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:14550:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:14552:8: warning: expression result unused [-Wunused-value]
        error("invalid opcode for inverse");
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:14671:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:14671:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:14678:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:14678:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:14904:14: warning: expression result unused [-Wunused-value]
                                                        error("attempt to become two cogged methods");
                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:14907:14: warning: expression result unused [-Wunused-value]
                                                        error("attempt to become cogged method into different method");
                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:14875:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:14875:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:14972:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:14972:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:15001:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:15001:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:15057:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:15057:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:15095:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:15095:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:15167:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:15167:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:15196:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:15199:9: warning: expression result unused [-Wunused-value]
                error("youngReferrers list overflowed");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:15230:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:15230:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:15329:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:15329:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:15546:140: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), inlineCacheValueForSelectorinat((targetMethod1->selector), enumeratingCogMethod, mcpc), unlinkedRoutine);
                                                                                                                                                                       ^~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:14484:78: note: passing argument to parameter 'mcpc' here
inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc)
                                                                             ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:15843:26: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                                latestContinuation = latestContinuation;
                                                ~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:16023:23: warning: incompatible integer to pointer conversion passing 'long' to parameter of type 'char *' [-Wint-conversion]
                        uint32AtPointerput(absoluteAddress + j, ((abstractInstruction->machineCode))[j / 4]);
                                           ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:187:55: note: passing argument to parameter 'ptr' here
  static inline unsigned int uint32AtPointerput(char *ptr, unsigned int val)    { return (*((unsigned int *)ptr)= val); }
                                                      ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:11:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:16088:3: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
                pthread_jit_write_protect_np(0);
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:16088:3: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
                pthread_jit_write_protect_np(0);
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:16095:3: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
                pthread_jit_write_protect_np(1);
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:16095:3: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
                pthread_jit_write_protect_np(1);
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:16113:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:16113:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:16123:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:16123:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:16236:11: warning: expression result unused [-Wunused-value]
                                error("attempt to generate run-time routine containing young object reference.  Cannot initialize Cogit run-time.");
                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:16408:126: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), indexForSelectorinat((targetMethod->selector), enumeratingCogMethod, mcpc), unlinkedRoutine);
                                                                                                                                           ^~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:14314:66: note: passing argument to parameter 'mcpc' here
indexForSelectorinat(sqInt selector, CogMethod *cogMethod, sqInt mcpc)
                                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:16470:6: warning: expression result unused [-Wunused-value]
                                ((AbstractInstruction *) backEnd);
                                 ^                       ~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:16564:3: warning: expression result unused [-Wunused-value]
        ((AbstractInstruction *) backEnd);
         ^                       ~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:16629:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:16629:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:16639:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:16639:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:16662:8: warning: expression result unused [-Wunused-value]
        error("couldn't locate end of clean block");
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:16790:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:16790:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:16837:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:16837:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:16887:140: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), inlineCacheValueForSelectorinat((targetMethod1->selector), enumeratingCogMethod, mcpc), unlinkedRoutine);
                                                                                                                                                                       ^~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:14484:78: note: passing argument to parameter 'mcpc' here
inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc)
                                                                             ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:16939:141: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), inlineCacheValueForSelectorinat((targetMethod1->selector), enumeratingCogMethod, mcpc), unlinkedRoutine);
                                                                                                                                                                               ^~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:14484:78: note: passing argument to parameter 'mcpc' here
inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc)
                                                                             ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:16989:140: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), inlineCacheValueForSelectorinat((targetMethod1->selector), enumeratingCogMethod, mcpc), unlinkedRoutine);
                                                                                                                                                                       ^~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:14484:78: note: passing argument to parameter 'mcpc' here
inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc)
                                                                             ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:17037:139: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), inlineCacheValueForSelectorinat((targetMethod1->selector), enumeratingCogMethod, mcpc), unlinkedRoutine);
                                                                                                                                                               ^~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:14484:78: note: passing argument to parameter 'mcpc' here
inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc)
                                                                             ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:17085:140: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), inlineCacheValueForSelectorinat((targetMethod1->selector), enumeratingCogMethod, mcpc), unlinkedRoutine);
                                                                                                                                                                       ^~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:14484:78: note: passing argument to parameter 'mcpc' here
inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc)
                                                                             ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:17115:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:17115:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:17167:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:17167:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:17202:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:17202:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:17243:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:17243:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:17252:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:17252:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:17294:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:17294:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:17324:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:17324:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:17371:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:17371:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:17412:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:17412:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:17465:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:17465:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:17531:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:17531:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:17545:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:17545:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:17571:9: warning: expression result unused [-Wunused-value]
                error("no room on youngReferrers list");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:17606:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:17606:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:17620:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:17620:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:24787:88: warning: incompatible pointer to integer conversion passing 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(reg, scratch, instruction, 0);
                                                                                              ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:1096:125: note: passing argument to parameter 'fwdJumpTarget' here
static sqInt NoDbgRegParms genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero);
                                                                                                                            ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:24835:12: warning: incompatible integer to pointer conversion assigning to 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') from 'sqInt' (aka 'long') [-Wint-conversion]
                finished = nonFwdJumpTargetOrZero;
                         ^ ~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:25064:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:25318:10: warning: expression result unused [-Wunused-value]
                        error("Case not found and no otherwise clause");
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:25338:10: warning: expression result unused [-Wunused-value]
                        error("Case not found and no otherwise clause");
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:26025:86: warning: incompatible pointer to integer conversion passing 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(Arg0Reg, TempReg, comp, 0);
                                                                                                   ^~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:24797:98: note: passing argument to parameter 'fwdJumpTarget' here
genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
                                                                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:26054:86: warning: incompatible pointer to integer conversion passing 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(Arg0Reg, TempReg, comp, 0);
                                                                                                   ^~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:24797:98: note: passing argument to parameter 'fwdJumpTarget' here
genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
                                                                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:31300:9: warning: expression result unused [-Wunused-value]
                error("linking callsite to invalid address");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:31487:12: warning: taking the absolute value of unsigned type 'usqInt' (aka 'unsigned long') has no effect [-Wabsolute-value]
                return ((SQABS(constant)) & 0xFFF) != (SQABS(constant));
                         ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:73:16: note: expanded from macro 'SQABS'
# define SQABS labs
               ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:31487:12: note: remove the call to 'labs' since unsigned values cannot be negative
                return ((SQABS(constant)) & 0xFFF) != (SQABS(constant));
                         ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:73:16: note: expanded from macro 'SQABS'
# define SQABS labs
               ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:11:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:31487:42: warning: taking the absolute value of unsigned type 'usqInt' (aka 'unsigned long') has no effect [-Wabsolute-value]
                return ((SQABS(constant)) & 0xFFF) != (SQABS(constant));
                                                       ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:73:16: note: expanded from macro 'SQABS'
# define SQABS labs
               ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:31487:42: note: remove the call to 'labs' since unsigned values cannot be negative
                return ((SQABS(constant)) & 0xFFF) != (SQABS(constant));
                                                       ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:73:16: note: expanded from macro 'SQABS'
# define SQABS labs
               ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:11:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:31521:9: warning: taking the absolute value of unsigned type 'usqInt' (aka 'unsigned long') has no effect [-Wabsolute-value]
                if (((SQABS((((self_in_usesOutOfLineLiteral->operands))[0]))) & 0xFFF) == (SQABS((((self_in_usesOutOfLineLiteral->operands))[0])))) {
                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:73:16: note: expanded from macro 'SQABS'
# define SQABS labs
               ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:31521:9: note: remove the call to 'labs' since unsigned values cannot be negative
                if (((SQABS((((self_in_usesOutOfLineLiteral->operands))[0]))) & 0xFFF) == (SQABS((((self_in_usesOutOfLineLiteral->operands))[0])))) {
                      ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:73:16: note: expanded from macro 'SQABS'
# define SQABS labs
               ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:11:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:31521:78: warning: taking the absolute value of unsigned type 'usqInt' (aka 'unsigned long') has no effect [-Wabsolute-value]
                if (((SQABS((((self_in_usesOutOfLineLiteral->operands))[0]))) & 0xFFF) == (SQABS((((self_in_usesOutOfLineLiteral->operands))[0])))) {
                                                                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:73:16: note: expanded from macro 'SQABS'
# define SQABS labs
               ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:31521:78: note: remove the call to 'labs' since unsigned values cannot be negative
                if (((SQABS((((self_in_usesOutOfLineLiteral->operands))[0]))) & 0xFFF) == (SQABS((((self_in_usesOutOfLineLiteral->operands))[0])))) {
                                                                                           ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:73:16: note: expanded from macro 'SQABS'
# define SQABS labs
               ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:11:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:31524:39: warning: taking the absolute value of unsigned type 'usqInt' (aka 'unsigned long') has no effect [-Wabsolute-value]
                if (((((usqInt) (((sqInt)((usqInt)((SQABS((((self_in_usesOutOfLineLiteral->operands))[0])))) << 12)))) >> 12) & 0xFFF) == (SQABS((((self_in_usesOutOfLineLiteral->operands))[0])))) {
                                                    ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:73:16: note: expanded from macro 'SQABS'
# define SQABS labs
               ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:31524:39: note: remove the call to 'labs' since unsigned values cannot be negative
                if (((((usqInt) (((sqInt)((usqInt)((SQABS((((self_in_usesOutOfLineLiteral->operands))[0])))) << 12)))) >> 12) & 0xFFF) == (SQABS((((self_in_usesOutOfLineLiteral->operands))[0])))) {
                                                    ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:73:16: note: expanded from macro 'SQABS'
# define SQABS labs
               ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:11:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:31524:126: warning: taking the absolute value of unsigned type 'usqInt' (aka 'unsigned long') has no effect [-Wabsolute-value]
                if (((((usqInt) (((sqInt)((usqInt)((SQABS((((self_in_usesOutOfLineLiteral->operands))[0])))) << 12)))) >> 12) & 0xFFF) == (SQABS((((self_in_usesOutOfLineLiteral->operands))[0])))) {
                                                                                                                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:73:16: note: expanded from macro 'SQABS'
# define SQABS labs
               ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:31524:126: note: remove the call to 'labs' since unsigned values cannot be negative
                if (((((usqInt) (((sqInt)((usqInt)((SQABS((((self_in_usesOutOfLineLiteral->operands))[0])))) << 12)))) >> 12) & 0xFFF) == (SQABS((((self_in_usesOutOfLineLiteral->operands))[0])))) {
                                                                                                                                           ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:73:16: note: expanded from macro 'SQABS'
# define SQABS labs
               ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:11:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:31620:15: warning: taking the absolute value of unsigned type 'usqInt' (aka 'unsigned long') has no effect [-Wabsolute-value]
                constant4 = SQABS((((self_in_usesOutOfLineLiteral->operands))[0]));
                            ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:73:16: note: expanded from macro 'SQABS'
# define SQABS labs
               ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:31620:15: note: remove the call to 'labs' since unsigned values cannot be negative
                constant4 = SQABS((((self_in_usesOutOfLineLiteral->operands))[0]));
                            ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:73:16: note: expanded from macro 'SQABS'
# define SQABS labs
               ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:11:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:31766:9: warning: expression result unused [-Wunused-value]
                error("We should not be here!!!");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:31899:10: warning: expression result unused [-Wunused-value]
                        error("Case not found and no otherwise clause");
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:31991:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:32404:3: warning: expression result unused [-Wunused-value]
        ((AbstractInstruction *) backEnd);
         ^                       ~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:32410:3: warning: expression result unused [-Wunused-value]
        ((AbstractInstruction *) backEnd);
         ^                       ~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:32427:13: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') [-Wint-conversion]
                jmpTarget(arrivingJmp, genoperandoperand(Label, (labelCounter += 1), bytecodePC));
                          ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:2429:33: note: passing argument to parameter 'self_in_jmpTarget' here
jmpTarget(AbstractInstruction * self_in_jmpTarget, AbstractInstruction *anAbstractInstruction)
                                ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:32562:3: warning: expression result unused [-Wunused-value]
        ((AbstractInstruction *) backEnd);
         ^                       ~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:32568:3: warning: expression result unused [-Wunused-value]
        ((AbstractInstruction *) backEnd);
         ^                       ~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:32623:13: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') [-Wint-conversion]
                jmpTarget(arrivingJmp, genoperandoperand(Label, (labelCounter += 1), bytecodePC));
                          ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:2429:33: note: passing argument to parameter 'self_in_jmpTarget' here
jmpTarget(AbstractInstruction * self_in_jmpTarget, AbstractInstruction *anAbstractInstruction)
                                ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:32632:13: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') [-Wint-conversion]
                jmpTarget(arrivingJmp1, genoperandoperand(Label, (labelCounter += 1), bytecodePC));
                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:2429:33: note: passing argument to parameter 'self_in_jmpTarget' here
jmpTarget(AbstractInstruction * self_in_jmpTarget, AbstractInstruction *anAbstractInstruction)
                                ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:32733:9: warning: expression result unused [-Wunused-value]
                error("shouldBeImplemented");
                      ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:32738:4: warning: expression result unused [-Wunused-value]
                ((AbstractInstruction *) backEnd);
                 ^                       ~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:32743:4: warning: expression result unused [-Wunused-value]
                ((AbstractInstruction *) backEnd);
                 ^                       ~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:32748:4: warning: expression result unused [-Wunused-value]
                ((AbstractInstruction *) backEnd);
                 ^                       ~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:32753:4: warning: expression result unused [-Wunused-value]
                ((AbstractInstruction *) backEnd);
                 ^                       ~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:32757:3: warning: expression result unused [-Wunused-value]
        ((AbstractInstruction *) backEnd);
         ^                       ~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:33076:49: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'void (*)(void)' [-Wint-conversion]
                return compileMachineCodeInterpreterPrimitive(mcprimFunctionForPrimitiveIndex(primitiveIndex));
                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:32670:47: note: passing argument to parameter 'primitiveRoutine' here
compileMachineCodeInterpreterPrimitive(void (*primitiveRoutine)(void))
                                              ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:33079:24: warning: comparison of distinct pointer types ('void (*)(void)' and 'sqInt (*)(void)' (aka 'long (*)(void)')) [-Wcompare-distinct-pointer-types]
         || (primitiveRoutine == primitiveFail)) {
             ~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:34494:26: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                                latestContinuation = latestContinuation;
                                                ~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:35426:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:35426:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(0);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:35450:2: warning: 'pthread_jit_write_protect_np' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/pthread.h:561:6: note: 'pthread_jit_write_protect_np' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.7.0
void pthread_jit_write_protect_np(int enabled);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:35450:2: note: enclose 'pthread_jit_write_protect_np' in a __builtin_available check to silence this warning
        pthread_jit_write_protect_np(1);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:35934:9: warning: expression result unused [-Wunused-value]
                error("Cog JIT internal error. Too many abstract opcodes.  Num opcodes heuristic is too optimistic.");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:37463:47: warning: incompatible pointer to integer conversion passing 'sqInt (sqInt, sqInt, sqInt, sqInt)' (aka 'long (long, long, long, long)') to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                generateSuperSendTrampolineTonamednumArgsin(ceSendabovetonumArgs, "ceDirectedSuperSend", numArgs, directedSuperSendTrampolines);
                                                            ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:1379:78: note: passing argument to parameter 'function' here
static sqInt NoDbgRegParms generateSuperSendTrampolineTonamednumArgsin(sqInt function, sqInt name, sqInt numArgs, sqInt *table);
                                                                             ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:37463:69: warning: incompatible pointer to integer conversion passing 'char [20]' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                generateSuperSendTrampolineTonamednumArgsin(ceSendabovetonumArgs, "ceDirectedSuperSend", numArgs, directedSuperSendTrampolines);
                                                                                  ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:1379:94: note: passing argument to parameter 'name' here
static sqInt NoDbgRegParms generateSuperSendTrampolineTonamednumArgsin(sqInt function, sqInt name, sqInt numArgs, sqInt *table);
                                                                                             ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:37464:47: warning: incompatible pointer to integer conversion passing 'void (sqInt, sqInt, sqInt, sqInt)' (aka 'void (long, long, long, long)') to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                generateSuperSendTrampolineTonamednumArgsin(ceSendaboveClassBindingtonumArgs, "ceDirectedSuperBindingSend", numArgs, directedSuperBindingSendTrampolines);
                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:1379:78: note: passing argument to parameter 'function' here
static sqInt NoDbgRegParms generateSuperSendTrampolineTonamednumArgsin(sqInt function, sqInt name, sqInt numArgs, sqInt *table);
                                                                             ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:37464:81: warning: incompatible pointer to integer conversion passing 'char [27]' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                generateSuperSendTrampolineTonamednumArgsin(ceSendaboveClassBindingtonumArgs, "ceDirectedSuperBindingSend", numArgs, directedSuperBindingSendTrampolines);
                                                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:1379:94: note: passing argument to parameter 'name' here
static sqInt NoDbgRegParms generateSuperSendTrampolineTonamednumArgsin(sqInt function, sqInt name, sqInt numArgs, sqInt *table);
                                                                                             ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:37483:102: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'char *' [-Wint-conversion]
        trampoline = genSendTrampolineFornumArgscalledargargargarg(function, numArgs, trampolineNamenumArgs(name, numArgs), ClassReg, TempReg, ReceiverResultReg, (numArgs <= (NumSendTrampolines - 2)
                                                                                                            ^~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:16719:29: note: passing argument to parameter 'routinePrefix' here
trampolineNamenumArgs(char *routinePrefix, sqInt numArgs)
                            ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:37483:61: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'void *' [-Wint-conversion]
        trampoline = genSendTrampolineFornumArgscalledargargargarg(function, numArgs, trampolineNamenumArgs(name, numArgs), ClassReg, TempReg, ReceiverResultReg, (numArgs <= (NumSendTrampolines - 2)
                                                                   ^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:1412:80: note: passing argument to parameter 'aRoutine' here
static sqInt NoDbgRegParms genSendTrampolineFornumArgscalledargargargarg(void *aRoutine, sqInt numArgs, char *aString, sqInt regOrConst0, sqInt regOrConst1, sqInt regOrConst2, sqInt regOrConst3);
                                                                               ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:37713:85: warning: incompatible pointer to integer conversion passing 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(argReg, TempReg, label, 0);
                                                                                                  ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:24797:98: note: passing argument to parameter 'fwdJumpTarget' here
genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
                                                                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:37717:23: warning: incompatible pointer to integer conversion passing 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : argReg), TempReg, label, fixup);
                                    ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:24797:98: note: passing argument to parameter 'fwdJumpTarget' here
genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
                                                                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:37717:30: warning: incompatible pointer to integer conversion passing 'BytecodeFixup *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : argReg), TempReg, label, fixup);
                                           ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:24797:119: note: passing argument to parameter 'nonFwdJumpTargetOrZero' here
genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
                                                                                                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:37796:85: warning: incompatible pointer to integer conversion passing 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(argReg, TempReg, label, 0);
                                                                                                  ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:24797:98: note: passing argument to parameter 'fwdJumpTarget' here
genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
                                                                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:37800:92: warning: incompatible pointer to integer conversion passing 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(rcvrRegOrNone, TempReg, label, 0);
                                                                                                         ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:24797:98: note: passing argument to parameter 'fwdJumpTarget' here
genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
                                                                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:38892:10: warning: expression result unused [-Wunused-value]
                        error("Case not found and no otherwise clause");
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:39039:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:38891:3: warning: variable 'result' is used uninitialized whenever switch default is taken [-Wsometimes-uninitialized]
                default:
                ^~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:38894:22: note: uninitialized use occurs here
                if (isIntegerValue(result)) {
                                   ^~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:38860:17: note: initialize the variable 'result' to silence this warning
    sqInt result;
                ^
                 = 0
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:39311:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:39310:2: warning: variable 'result' is used uninitialized whenever switch default is taken [-Wsometimes-uninitialized]
        default:
        ^~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:39314:34: note: uninitialized use occurs here
        return ssPushAnnotatedConstant((result
                                        ^~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:39285:15: note: initialize the variable 'result' to silence this warning
    int result;
              ^
               = 0
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:40137:45: warning: incompatible integer to pointer conversion assigning to 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') from 'unsigned char' [-Wint-conversion]
                (self_in_reinitialize->targetInstruction) = ((self_in_reinitialize->simStackPtr) = 0);
                                                          ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:40361:22: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                latestContinuation = latestContinuation;
                ~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:2281:1: warning: unused function 'availableFloatRegisterOrNoneFor' [-Wunused-function]
availableFloatRegisterOrNoneFor(AbstractInstruction * self_in_availableFloatRegisterOrNoneFor, sqInt liveRegsMask)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:2334:1: warning: unused function 'genSwapRRScratch' [-Wunused-function]
genSwapRRScratch(AbstractInstruction * self_in_genSwapRRScratch, sqInt regA, sqInt regB, sqInt regTmp)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:2404:1: warning: unused function 'isLiteral' [-Wunused-function]
isLiteral(AbstractInstruction * self_in_isLiteral)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:2418:1: warning: unused function 'isWithinMwOffsetRange' [-Wunused-function]
isWithinMwOffsetRange(AbstractInstruction * self_in_isWithinMwOffsetRange, sqInt anAddress)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:2497:1: warning: unused function 'wantsNearAddressFor' [-Wunused-function]
wantsNearAddressFor(AbstractInstruction * self_in_wantsNearAddressFor, sqInt anObject)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:2662:1: warning: unused function 'andSizeimmediate13bitValuesourceRegisterdestinationRegister' [-Wunused-function]
andSizeimmediate13bitValuesourceRegisterdestinationRegister(AbstractInstruction * self_in_andSizeimmediate13bitValuesourceRegisterdestinationRegister, sqInt is64Bits, sqInt logicalEncodedImmediate13BitValue, sqInt sourceRegister, sqInt destinationRegister)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:2681:1: warning: unused function 'andSizeshiftedRegistershiftTypeshiftValuewithRegisterdestinationRegister' [-Wunused-function]
andSizeshiftedRegistershiftTypeshiftValuewithRegisterdestinationRegister(AbstractInstruction * self_in_andSizeshiftedRegistershiftTypeshiftValuewithRegisterdestinationRegister, sqInt is64Bits, sqInt shiftedRegister, sqInt shiftType, sqInt immediate6bitValue, sqInt sourceRegister2, sqInt destinationRegister)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:3059:1: warning: unused function 'cmpExtendedRegisterSizeleftRegisterMaybeSPoptionshiftOffsetdestinationRegister' [-Wunused-function]
cmpExtendedRegisterSizeleftRegisterMaybeSPoptionshiftOffsetdestinationRegister(AbstractInstruction * self_in_cmpExtendedRegisterSizeleftRegisterMaybeSPoptionshiftOffsetdestinationRegister, sqInt is64Bits, sqInt leftRegister, sqInt option, sqInt immediate3bitValue, sqInt destinationRegister)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:6809:1: warning: unused function 'exclusiveOrSizeimmediate13bitValuesourceRegisterdestinationRegister' [-Wunused-function]
exclusiveOrSizeimmediate13bitValuesourceRegisterdestinationRegister(AbstractInstruction * self_in_exclusiveOrSizeimmediate13bitValuesourceRegisterdestinationRegister, sqInt is64Bits, sqInt logicalEncodedImmediate13BitValue, sqInt sourceRegister, sqInt destinationRegister)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:6850:1: warning: unused function 'extractOffsetFromConditionalBranch' [-Wunused-function]
extractOffsetFromConditionalBranch(AbstractInstruction * self_in_extractOffsetFromConditionalBranch, sqInt instruction)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:7047:1: warning: unused function 'fullCallsAreRelative' [-Wunused-function]
fullCallsAreRelative(AbstractInstruction * self_in_fullCallsAreRelative)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:7298:1: warning: unused function 'genSubstituteReturnAddress' [-Wunused-function]
genSubstituteReturnAddress(AbstractInstruction * self_in_genSubstituteReturnAddress, sqInt retpc)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:7379:1: warning: unused function 'instructionIsCMP' [-Wunused-function]
instructionIsCMP(AbstractInstruction * self_in_instructionIsCMP, sqInt instr)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:7387:1: warning: unused function 'instructionIsConditionalBranch' [-Wunused-function]
instructionIsConditionalBranch(AbstractInstruction * self_in_instructionIsConditionalBranch, sqInt instruction)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:7404:1: warning: unused function 'instructionIsOR' [-Wunused-function]
instructionIsOR(AbstractInstruction * self_in_instructionIsOR, sqInt instr)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:7437:1: warning: unused function 'inverseOpcodeFor' [-Wunused-function]
inverseOpcodeFor(AbstractInstruction * self_in_inverseOpcodeFor, sqInt armOpcode)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:7500:1: warning: unused function 'isInImmediateJumpRange' [-Wunused-function]
isInImmediateJumpRange(AbstractInstruction * self_in_isInImmediateJumpRange, usqIntptr_t operand)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:7672:1: warning: unused function 'ldrhSourceRegisteroffsetRegisterdestinationRegister' [-Wunused-function]
ldrhSourceRegisteroffsetRegisterdestinationRegister(AbstractInstruction * self_in_ldrhSourceRegisteroffsetRegisterdestinationRegister, sqInt sourceRegister, sqInt offsetRegister, sqInt destinationRegister)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:7694:1: warning: unused function 'ldrSizebaseRegistersignedOffsetdestinationFloatingPointRegisteris128BitVariantpreIndex' [-Wunused-function]
ldrSizebaseRegistersignedOffsetdestinationFloatingPointRegisteris128BitVariantpreIndex(AbstractInstruction * self_in_ldrSizebaseRegistersignedOffsetdestinationFloatingPointRegisteris128BitVariantpreIndex, sqInt size, sqInt baseReg, sqInt immediate9bitValue, sqInt destinationRegister, sqInt is128BitVariant, sqInt isPreIndex)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:7779:1: warning: unused function 'ldrSizeindexRegisteroptionscalebaseRegisterdestinationFloatingPointRegisteropcode' [-Wunused-function]
ldrSizeindexRegisteroptionscalebaseRegisterdestinationFloatingPointRegisteropcode(AbstractInstruction * self_in_ldrSizeindexRegisteroptionscalebaseRegisterdestinationFloatingPointRegisteropcode, sqInt size, sqInt indexRegister, sqInt extendShiftOption, sqInt isScaled, sqInt baseRegister, sqInt destinationRegister, sqInt anOpcode)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:7832:1: warning: unused function 'ldrswSourceRegisteroffsetRegisterdestinationRegister' [-Wunused-function]
ldrswSourceRegisteroffsetRegisterdestinationRegister(AbstractInstruction * self_in_ldrswSourceRegisteroffsetRegisterdestinationRegister, sqInt sourceRegister, sqInt offsetRegister, sqInt destinationRegister)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:7839:1: warning: unused function 'ldrrnplusimm' [-Wunused-function]
ldrrnplusimm(AbstractInstruction * self_in_ldrrnplusimm, sqInt destReg, sqInt baseReg, sqInt u, sqInt immediate12bitValue)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:8116:1: warning: unused function 'machineCodeBytes' [-Wunused-function]
machineCodeBytes(AbstractInstruction * self_in_machineCodeBytes)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:8133:1: warning: unused function 'machineCodeWords' [-Wunused-function]
machineCodeWords(AbstractInstruction * self_in_machineCodeWords)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:8211:1: warning: unused function 'movimmror' [-Wunused-function]
movimmror(AbstractInstruction * self_in_movimmror, sqInt destReg, sqInt immediate16bitValue, sqInt rot)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:8232:1: warning: unused function 'msr' [-Wunused-function]
msr(AbstractInstruction * self_in_msr, sqInt flags)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:8475:1: warning: unused function 'rewriteBranchwithNewOffset' [-Wunused-function]
rewriteBranchwithNewOffset(AbstractInstruction * self_in_rewriteBranchwithNewOffset, sqInt conditionalBranch, sqInt newOffset)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:8505:1: warning: unused function 'rewriteCallFullAttarget' [-Wunused-function]
rewriteCallFullAttarget(AbstractInstruction * self_in_rewriteCallFullAttarget, sqInt callSiteReturnAddress, sqInt callTargetAddress)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:8519:1: warning: unused function 'rewriteConditionalJumpLongAttarget' [-Wunused-function]
rewriteConditionalJumpLongAttarget(AbstractInstruction * self_in_rewriteConditionalJumpLongAttarget, usqInt callSiteReturnAddress, usqInt callTargetAddress)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:8574:1: warning: unused function 'rewriteJumpFullAttarget' [-Wunused-function]
rewriteJumpFullAttarget(AbstractInstruction * self_in_rewriteJumpFullAttarget, sqInt callSiteReturnAddress, sqInt callTargetAddress)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:8636:1: warning: unused function 'rightShiftSizesourceRegistershiftValueshiftTypedestinationRegister' [-Wunused-function]
rightShiftSizesourceRegistershiftValueshiftTypedestinationRegister(AbstractInstruction * self_in_rightShiftSizesourceRegistershiftValueshiftTypedestinationRegister, sqInt is64Bits, sqInt sourceRegister, sqInt shiftValue, sqInt shiftType, sqInt destinationRegister)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:8728:1: warning: unused function 'shiftSetsConditionCodesFor' [-Wunused-function]
shiftSetsConditionCodesFor(AbstractInstruction * self_in_shiftSetsConditionCodesFor, sqInt aConditionalJumpOpcode)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:8791:1: warning: unused function 'stackPageInterruptHeadroomBytes' [-Wunused-function]
stackPageInterruptHeadroomBytes(AbstractInstruction * self_in_stackPageInterruptHeadroomBytes)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:8841:1: warning: unused function 'strBaseRegisterpositiveOffsetsourceDoublePrecisionFloatingPointRegister' [-Wunused-function]
strBaseRegisterpositiveOffsetsourceDoublePrecisionFloatingPointRegister(AbstractInstruction * self_in_strBaseRegisterpositiveOffsetsourceDoublePrecisionFloatingPointRegister, sqInt baseReg, sqInt immediate12bitValue, sqInt sourceRegister)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:8938:1: warning: unused function 'strSizeaddressRegisterstoredRegister' [-Wunused-function]
strSizeaddressRegisterstoredRegister(AbstractInstruction * self_in_strSizeaddressRegisterstoredRegister, sqInt is64Bits, sqInt baseRegister, sqInt storedRegister)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:9000:1: warning: unused function 'strrnplusimm' [-Wunused-function]
strrnplusimm(AbstractInstruction * self_in_strrnplusimm, sqInt destinationRegister, sqInt baseReg, sqInt u, sqInt immediate9bitValue)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:9098:1: warning: unused function 'subsSizesourceRegistershiftimmediate12destinationRegister' [-Wunused-function]
subsSizesourceRegistershiftimmediate12destinationRegister(AbstractInstruction * self_in_subsSizesourceRegistershiftimmediate12destinationRegister, sqInt is64Bits, sqInt sourceRegister, sqInt shift, sqInt immediate12bitValue, sqInt destinationRegister)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:9223:1: warning: unused function 'zoneCallsAreRelative' [-Wunused-function]
zoneCallsAreRelative(AbstractInstruction * self_in_zoneCallsAreRelative)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:9352:1: warning: unused function 'addressIsInCurrentCompilation' [-Wunused-function]
addressIsInCurrentCompilation(sqInt address)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:9438:1: warning: unused function 'allMethodsHaveCorrectHeader' [-Wunused-function]
allMethodsHaveCorrectHeader(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:9765:1: warning: unused function 'gCall' [-Wunused-function]
gCall(sqInt callTarget)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:12557:1: warning: unused function 'expectedClosedPICPrototype' [-Wunused-function]
expectedClosedPICPrototype(CogMethod *cPIC)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:12836:1: warning: unused function 'firstMappedPCFor' [-Wunused-function]
firstMappedPCFor(CogMethod *cogMethod)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:14247:1: warning: unused function 'getOpcodeIndex' [-Wunused-function]
getOpcodeIndex(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:15656:1: warning: unused function 'maybeFreeCogMethodDoesntLookKosher' [-Wunused-function]
maybeFreeCogMethodDoesntLookKosher(CogMethod *cogMethod)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:15968:1: warning: unused function 'noAssertMethodClassAssociationOf' [-Wunused-function]
noAssertMethodClassAssociationOf(sqInt methodPointer)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:15980:1: warning: unused function 'noCogMethodsMaximallyMarked' [-Wunused-function]
noCogMethodsMaximallyMarked(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:16137:1: warning: unused function 'picAbortDiscriminatorValue' [-Wunused-function]
picAbortDiscriminatorValue(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:16248:1: warning: unused function 'registerMaskFor' [-Wunused-function]
registerMaskFor(sqInt reg)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:16255:1: warning: unused function 'registerMaskForand' [-Wunused-function]
registerMaskForand(sqInt reg1, sqInt reg2)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:17517:1: warning: unused function 'counters' [-Wunused-function]
counters(CogMethod * self_in_counters)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:17785:1: warning: unused function 'kosherYoungReferrers' [-Wunused-function]
kosherYoungReferrers(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:18272:1: warning: unused function 'voidYoungReferrersPostTenureAll' [-Wunused-function]
voidYoungReferrersPostTenureAll(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:24421:1: warning: unused function 'checkValidDerivedObjectReference' [-Wunused-function]
checkValidDerivedObjectReference(sqInt bodyAddress)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:24436:1: warning: unused function 'couldBeDerivedObject' [-Wunused-function]
couldBeDerivedObject(sqInt bodyAddress)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:24598:1: warning: unused function 'genCreateClosureAtnumArgsnumCopiedcontextNumArgslargeinBlock' [-Wunused-function]
genCreateClosureAtnumArgsnumCopiedcontextNumArgslargeinBlock(sqInt bcpc, sqInt numArgs, sqInt numCopied, sqInt ctxtNumArgs, sqInt isLargeCtxt, sqInt isInBlock)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:30848:1: warning: unused function 'getActiveContextAllocatesInMachineCode' [-Wunused-function]
getActiveContextAllocatesInMachineCode(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:30859:1: warning: unused function 'inlineCacheTagIsYoung' [-Wunused-function]
inlineCacheTagIsYoung(sqInt cacheTag)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:31143:1: warning: unused function 'inlineCacheTagAt' [-Wunused-function]
inlineCacheTagAt(AbstractInstruction * self_in_inlineCacheTagAt, sqInt callSiteReturnAddress)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:31188:1: warning: unused function 'literalLoadInstructionBytes' [-Wunused-function]
literalLoadInstructionBytes(AbstractInstruction * self_in_literalLoadInstructionBytes)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:31317:1: warning: unused function 'rewriteInlineCacheTagat' [-Wunused-function]
rewriteInlineCacheTagat(AbstractInstruction * self_in_rewriteInlineCacheTagat, sqInt cacheTag, sqInt callSiteReturnAddress)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:31399:1: warning: unused function 'updateLabel' [-Wunused-function]
updateLabel(AbstractInstruction * self_in_updateLabel, AbstractInstruction *labelInstruction)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:31998:1: warning: unused function 'isMergeFixup' [-Wunused-function]
isMergeFixup(BytecodeFixup * self_in_isMergeFixup)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:34598:1: warning: unused function 'numSpecialSelectors' [-Wunused-function]
numSpecialSelectors(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:35571:1: warning: unused function 'v4LongForwardBranchDistance' [-Wunused-function]
v4LongForwardBranchDistance(BytecodeDescriptor *descriptor, sqInt pc, sqInt nExts, sqInt aMethodObj)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:40110:1: warning: unused function 'receiverIsInReceiverResultReg' [-Wunused-function]
receiverIsInReceiverResultReg(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:40817:1: warning: unused function 'tempsValidAndVolatileEntriesSpilled' [-Wunused-function]
tempsValidAndVolatileEntriesSpilled(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitaarch64.c:40918:1: warning: unused function 'violatesEnsureSpilledSpillAssert' [-Wunused-function]
violatesEnsureSpilledSpillAssert(void)
^


pushNilSizeFunction localised to compileBlockBodies

cStackAlignment localised to compileCallFor:numArgs:arg:arg:arg:arg:resultReg:regsToSave:

cPICEndOfCodeLabel localised to generateClosedPICPrototype

endCPICCase1 localised to generateClosedPICPrototype

primitiveGeneratorTable localised to primitiveDescriptor

numPushNilsFunction localised to scanBlock:
26 June 2022 11:20:27.697591 pm
warning, signature of InterpreterProxy>>characterTable does not match reference implementation.
warning, signature of InterpreterProxy>>fullGC does not match reference implementation.
warning, signature of InterpreterProxy>>pop:thenPush: does not match reference implementation.
warning, signature of InterpreterProxy>>positive32BitValueOf: does not match reference implementation.
warning, signature of InterpreterProxy>>pushRemappableOop: does not match reference implementation.
external plugin FilePlugin generated as FilePlugin
warning, signature of InterpreterProxy>>pop:thenPush: does not match reference implementation.
warning, signature of InterpreterProxy>>pushBool: does not match reference implementation.
external plugin FloatArrayPlugin generated as FloatArrayPlugin
warning, signature of InterpreterProxy>>pop:thenPush: does not match reference implementation.
external plugin SurfacePlugin generated as SurfacePlugin
26 June 2022 11:20:28.078166 pm

warning, variable nsMethodCache doesn't exist or has already been removed283 warnings generated.
[ 28%] Building C object CMakeFiles/PharoVMCore.dir/generated/64/vm/src/gcc3x-cointerp.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/generated/64/vm/src/gcc3x-cointerp.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:48:9: warning: unknown pragma ignored [-Wunknown-pragmas]
#pragma auto_inline(off)
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65:9: warning: unknown pragma ignored [-Wunknown-pragmas]
#pragma auto_inline(on)
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2991:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
        localSP = pointerForOop(GIV(stackPointer));
                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2992:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
        localFP = pointerForOop(GIV(framePointer));
                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3012:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize));
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3026:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 8 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3040:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 16 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3054:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 24 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3068:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 32 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3082:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 40 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3096:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 48 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3110:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 56 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3124:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 64 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3138:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 72 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3152:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 80 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3166:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 88 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3180:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 96 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3194:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 104 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3208:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 112 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3222:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 120 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3237:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (0 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3238:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3239:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3254:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (1 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3255:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 1 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3256:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 1 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3271:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (2 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3272:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 2 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3273:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 2 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3288:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (3 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3289:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 3 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3290:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 3 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3305:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (4 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3306:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 4 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3307:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 4 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3322:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (5 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3323:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 5 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3324:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 5 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3339:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (6 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3340:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 6 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3341:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 6 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3356:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (7 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3357:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 7 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3358:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 7 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3373:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (8 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3374:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 8 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3375:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 8 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3390:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (9 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3391:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 9 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3392:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 9 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3407:77: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (10 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3408:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 10 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3409:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 10 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3424:77: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (11 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3425:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 11 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3426:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 11 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3440:77: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (12 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3441:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 12 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3442:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 12 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3456:77: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (13 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3457:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 13 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3458:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 13 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3472:77: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (14 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3473:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 14 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3474:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 14 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3488:77: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (15 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3489:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 15 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3490:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 15 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:4710:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                rcvr = longAt(localFP + FoxIFReceiver);
                                              ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:4766:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (0 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:4767:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:4770:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:4786:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (1 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:4787:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 1 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:4790:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 1 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:4806:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (2 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:4807:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 2 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:4810:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 2 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:4826:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (3 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:4827:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 3 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:4830:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 3 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:4846:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (4 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:4847:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 4 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:4850:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 4 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:4866:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (5 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:4867:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 5 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:4870:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 5 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:4886:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (6 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:4887:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 6 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:4890:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 6 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:4906:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (7 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:4907:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 7 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:4910:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 7 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:4926:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(localFP + FoxIFReceiver);
                                                ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5019:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                localReturnValue = longAt(localFP + FoxIFReceiver);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5059:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (!((byteAt((localFP + FoxIFrameFlags) + 3)) != 0)) {
                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5079:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                closure = longAt(localFP + (frameStackedReceiverOffset(localFP)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5096:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                if (((((usqInt)(longAt(localFP + FoxMethod)))) < (startOfMemory())
                                                                       ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5097:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        ? ((longAt(localFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                                   ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5098:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        : (byteAt((localFP + FoxIFrameFlags) + 2)) != 0)) {
                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5100:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        ourContext = longAt(localFP + FoxThisContext);
                                                                            ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5128:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        if (((((usqInt)(longAt(localFP + FoxMethod)))) < (startOfMemory())
                                                               ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5129:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                ? ((longAt(localFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                           ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5130:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                : (byteAt((localFP + FoxIFrameFlags) + 2)) != 0)) {
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5132:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                ourContext1 = longAt(localFP + FoxThisContext);
                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5149:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        if (((((usqInt)(longAt(localFP + FoxMethod)))) < (startOfMemory())
                                                               ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5150:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                ? ((longAt(localFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                           ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5151:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                : (byteAt((localFP + FoxIFrameFlags) + 2)) != 0)) {
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5153:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                ourContext2 = longAt(localFP + FoxThisContext);
                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5177:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        if ((longAt(theFP + FoxSavedFP)) == 0) {
                                                    ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5183:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                callerContextOrNil = longAt((thePage1->baseAddress));
                                                                            ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5190:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                frameToReturnTo = pointerForOop(longAt(theFP + FoxSavedFP));
                                                                                       ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5213:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                if (((((usqInt)(longAt(localFP + FoxMethod)))) < (startOfMemory())
                                                                       ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5214:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        ? ((longAt(localFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                                   ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5215:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        : (byteAt((localFP + FoxIFrameFlags) + 2)) != 0)) {
                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5217:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        ourContext3 = longAt(localFP + FoxThisContext);
                                                                             ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5244:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        callerContextOrNil2 = longAt((thePage3->baseAddress));
                                                                     ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5269:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        callerContextOrNil1 = longAt((thePage2->baseAddress));
                                                                                     ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5310:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                localFP = pointerForOop(longAt(localFP + FoxSavedFP));
                                                                               ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5312:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        localIP = pointerForOop(longAt(callerFP + FoxCallerSavedIP));
                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5326:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtPointerput(localSP, localIP);
                                                                          ^~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:142:57: note: passing argument to parameter 'val' here
  static inline sqInt longAtPointerput(char *ptr, sqInt val)    { return *(sqInt *)ptr= val; }
                                                        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5337:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        localIP = pointerForOop(longAt(localFP + FoxIFSavedIP));
                                                                       ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5341:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                aMethodObj = longAt(localFP + FoxMethod);
                                                    ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5432:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                callersFPOrNull = pointerForOop(longAt(localFP + FoxSavedFP));
                                                                       ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5440:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        callerContextOrNil = longAt((thePage1->baseAddress));
                                                                    ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5472:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) {
                                                                                                 ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5501:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        contextToReturnFrom = longAt(((GIV(stackPage)->baseAddress)) - BytesPerWord);
                                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5504:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        longAtput((sp = GIV(stackPointer) - BytesPerWord), contextToReturnFrom);
                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5507:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), localReturnValue);
                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5510:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5540:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        longAtPointerput(localSP, localIP);
                                                                                  ^~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:142:57: note: passing argument to parameter 'val' here
  static inline sqInt longAtPointerput(char *ptr, sqInt val)    { return *(sqInt *)ptr= val; }
                                                        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5551:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                localIP = pointerForOop(longAt(localFP + FoxIFSavedIP));
                                                                               ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5555:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        aMethodObj = longAt(localFP + FoxMethod);
                                                            ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5571:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                localIP = pointerForOop(longAt(localFP + FoxCallerSavedIP));
                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5572:79: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                localSP = localFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(localFP + FoxMethod)))) < (startOfMemory())
                                                                                                          ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5574:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        : byteAt((localFP + FoxIFrameFlags) + 1))));
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5585:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtPointerput(localSP, localIP);
                                                                          ^~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:142:57: note: passing argument to parameter 'val' here
  static inline sqInt longAtPointerput(char *ptr, sqInt val)    { return *(sqInt *)ptr= val; }
                                                        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5596:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        localIP = pointerForOop(longAt(localFP + FoxIFSavedIP));
                                                                       ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5599:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                aMethodObj1 = longAt(localFP + FoxMethod);
                                                     ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5643:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                       ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5644:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                   ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5645:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5647:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ourContext = longAt(theFP + FoxThisContext);
                                                            ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5680:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        object1 = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + (((sqInt)((usqInt)(variableIndex) << (shiftForWord())))));
                                                                  ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5686:56: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        object = (variableIndex < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5687:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - variableIndex) * BytesPerWord))
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5688:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - variableIndex) * BytesPerWord)));
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5735:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        objOop = longAt(localFP + FoxIFReceiver);
                                                        ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5778:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        if (variableIndex < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5779:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - variableIndex) * BytesPerWord), value);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5782:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - variableIndex) * BytesPerWord), value);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5864:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        objOop = longAt(localFP + FoxIFReceiver);
                                                        ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5907:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        if (variableIndex < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5908:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - variableIndex) * BytesPerWord), value);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5911:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - variableIndex) * BytesPerWord), value);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:6195:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                                localSP = pointerForOop(GIV(stackPointer));
                                                                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:6196:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                                localFP = pointerForOop(GIV(framePointer));
                                                                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:6269:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                 && (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()))))) {
                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:6284:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:6289:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                                localSP = pointerForOop(GIV(stackPointer));
                                                                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:6290:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                                localFP = pointerForOop(GIV(framePointer));
                                                                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:6301:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(localFP + FoxIFSavedIP, ((sqInt)localIP));
                                                          ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:6312:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                                localSP = pointerForOop(GIV(stackPointer));
                                                                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:6313:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                                localFP = pointerForOop(GIV(framePointer));
                                                                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:6326:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtPointerput((localSP -= BytesPerOop), localIP);
                                                                                           ^~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:142:57: note: passing argument to parameter 'val' here
  static inline sqInt longAtPointerput(char *ptr, sqInt val)    { return *(sqInt *)ptr= val; }
                                                        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:6328:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtPointerput((localSP -= BytesPerOop), localFP);
                                                                                           ^~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:142:57: note: passing argument to parameter 'val' here
  static inline sqInt longAtPointerput(char *ptr, sqInt val)    { return *(sqInt *)ptr= val; }
                                                        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:6367:65: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                                shouldSkipStoreBytecode = reapAndResetErrorCodeToheader(localFP, methodHeader2);
                                                                                                                        ^~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:1644:76: note: passing argument to parameter 'theFP' here
static sqInt NoDbgRegParms NeverInline reapAndResetErrorCodeToheader(sqInt theFP, sqInt methodHeader);
                                                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:6387:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                                        localSP = pointerForOop(GIV(stackPointer));
                                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:6388:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                                        localFP = pointerForOop(GIV(framePointer));
                                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:6450:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        obj = longAt(localFP + FoxIFReceiver);
                                                     ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:6481:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                                                localSP = pointerForOop(GIV(stackPointer));
                                                                                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:6482:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                                                localFP = pointerForOop(GIV(framePointer));
                                                                                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:6498:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        callerFP = pointerForOop(longAt(spouseFP + FoxSavedFP));
                                                                                        ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:6507:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                                callerContextOrNil = longAt((thePage->baseAddress));
                                                                                            ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:6515:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        if (((((usqInt)(longAt(callerFP + FoxMethod)))) < (startOfMemory())
                                                                               ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:6516:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                                ? ((longAt(callerFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                                           ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:6517:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                                : (byteAt((callerFP + FoxIFrameFlags) + 2)) != 0)) {
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:6519:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                                object3 = longAt(callerFP + FoxThisContext);
                                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:6631:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                obj1 = longAt(localFP + FoxIFReceiver);
                                              ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:6726:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:6727:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:6924:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                       ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:6925:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                   ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:6926:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:6928:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ourContext = longAt(theFP + FoxThisContext);
                                                            ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:7066:61: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                tempVector = (tempVectorIndex < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:7067:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - tempVectorIndex) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:7068:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - tempVectorIndex) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:7090:61: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                tempVector = (tempVectorIndex < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:7091:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - tempVectorIndex) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:7092:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - tempVectorIndex) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:7127:61: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                tempVector = (tempVectorIndex < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:7128:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - tempVectorIndex) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:7129:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - tempVectorIndex) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:7180:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                       ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:7181:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                   ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:7182:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:7184:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        context = longAt(theFP + FoxThisContext);
                                                         ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:7500:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:7501:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:7506:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                backwardJumpCountByte = byteAt(localFP + ((VMBIGENDIAN
                                                               ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:7529:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                byteAtput(localFP + ((VMBIGENDIAN
                                          ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:159:39: note: passing argument to parameter 'oop' here
  static inline sqInt byteAtput(sqInt oop, int val)             { return byteAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:7743:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 + arg1));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:7749:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:7750:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:7887:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 - arg1));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:7893:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:7894:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:8964:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 * arg1));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:8970:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:8971:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:9123:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 / arg1));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:9129:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:9130:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:9269:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                integerArgument = longAt(GIV(stackPointer));
                                                             ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:9277:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:9315:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), shifted);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:9322:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                localSP = pointerForOop(GIV(stackPointer));
                                                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:9323:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                localFP = pointerForOop(GIV(framePointer));
                                                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:9391:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                localSP = pointerForOop(GIV(stackPointer));
                                                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:9392:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                localFP = pointerForOop(GIV(framePointer));
                                                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:9435:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                localSP = pointerForOop(GIV(stackPointer));
                                                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:9436:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                localFP = pointerForOop(GIV(framePointer));
                                                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:9766:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:9767:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:9819:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:9820:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:10132:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        if (((((usqInt)(longAt(localFP + FoxMethod)))) < (startOfMemory())
                                                               ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:10133:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                ? ((longAt(localFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                           ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:10134:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                : (byteAt((localFP + FoxIFrameFlags) + 2)) != 0)) {
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:10136:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                theThingToPush = longAt(localFP + FoxThisContext);
                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:10186:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                localReturnValue = longAt(localFP + FoxIFReceiver);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:10339:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 + arg1));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:10345:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:10346:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:10483:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 - arg1));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:10489:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:10490:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:11559:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 * arg1));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:11565:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:11566:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:11718:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 / arg1));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:11724:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:11725:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:11864:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                integerArgument = longAt(GIV(stackPointer));
                                                             ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:11872:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:11910:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), shifted);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:11917:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                localSP = pointerForOop(GIV(stackPointer));
                                                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:11918:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                localFP = pointerForOop(GIV(framePointer));
                                                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:11986:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                localSP = pointerForOop(GIV(stackPointer));
                                                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:11987:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                localFP = pointerForOop(GIV(framePointer));
                                                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:12030:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                localSP = pointerForOop(GIV(stackPointer));
                                                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:12031:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                localFP = pointerForOop(GIV(framePointer));
                                                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:12268:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:12269:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:12321:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:12322:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:12535:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                rcvr = longAt(localFP + FoxIFReceiver);
                                              ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:12636:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                obj = longAt(localFP + FoxIFReceiver);
                                             ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:12667:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                                        localSP = pointerForOop(GIV(stackPointer));
                                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:12668:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                                        localFP = pointerForOop(GIV(framePointer));
                                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:12684:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                callerFP = pointerForOop(longAt(spouseFP + FoxSavedFP));
                                                                                ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:12693:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        callerContextOrNil = longAt((thePage->baseAddress));
                                                                                    ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:12701:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                if (((((usqInt)(longAt(callerFP + FoxMethod)))) < (startOfMemory())
                                                                       ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:12702:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        ? ((longAt(callerFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                                   ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:12703:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        : (byteAt((callerFP + FoxIFrameFlags) + 2)) != 0)) {
                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:12705:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        object = longAt(callerFP + FoxThisContext);
                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:12787:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (index < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:12788:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - index) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:12789:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - index) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:12964:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                top = longAt(localSP);
                                             ^~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:13062:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:13063:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:13068:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                backwardJumpCountByte = byteAt(localFP + ((VMBIGENDIAN
                                                               ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:13091:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                byteAtput(localFP + ((VMBIGENDIAN
                                          ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:159:39: note: passing argument to parameter 'oop' here
  static inline sqInt byteAtput(sqInt oop, int val)             { return byteAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:13201:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                obj = longAt(localFP + FoxIFReceiver);
                                             ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:13296:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:13297:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:13421:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (index < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:13422:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - index) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:13425:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - index) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:13450:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                obj = longAt(localFP + FoxIFReceiver);
                                             ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:13545:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:13546:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:13667:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (index < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:13668:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - index) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:13671:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - index) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:13765:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                               ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:13766:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                           ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:13767:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:13769:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                context = longAt(theFP + FoxThisContext);
                                                                 ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:13833:124: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((newClosure + BaseHeaderSize) + (((sqInt)((usqInt)(FullClosureReceiverIndex) << (shiftForWord())))), longAt(localFP + FoxIFReceiver));
                                                                                                                                                              ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:13883:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                       ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:13884:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                   ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:13885:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:13887:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        context = longAt(theFP + FoxThisContext);
                                                         ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:12948:3: warning: unused label 'directedSuperclassSend' [-Wunused-label]
                directedSuperclassSend:
                ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14258:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (((cogMethod->cmNumArgs)) * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14260:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14272:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14275:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), rcvr);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14281:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14281:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14285:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp7 = GIV(stackPointer) - BytesPerWord), ((sqInt)cogMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14288:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14291:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp9 = GIV(stackPointer) - BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14296:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14302:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                reapAndResetErrorCodeToheader(GIV(framePointer), methodHeader);
                                                  ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:1644:76: note: passing argument to parameter 'theFP' here
static sqInt NoDbgRegParms NeverInline reapAndResetErrorCodeToheader(sqInt theFP, sqInt methodHeader);
                                                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14308:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp3 = GIV(stackPointer) - BytesPerWord), object1);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14311:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp4 = GIV(stackPointer) - BytesPerWord), rcvr);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14359:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14363:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14367:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14370:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14370:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14374:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14388:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14394:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14397:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), 0);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14400:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp7 = GIV(stackPointer) - BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14404:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14416:64: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        shouldSkipStoreBytecode = reapAndResetErrorCodeToheader(GIV(framePointer), methodHeader);
                                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:1644:76: note: passing argument to parameter 'theFP' here
static sqInt NoDbgRegParms NeverInline reapAndResetErrorCodeToheader(sqInt theFP, sqInt methodHeader);
                                                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14590:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        methodField = longAt(lifp + FoxMethod);
                             ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14601:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                theIP = longAt(lifp + FoxIFSavedIP);
                                               ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14617:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        methodField1 = longAt(lifp + FoxMethod);
                                              ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14634:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((longAt(lifp + FoxSavedFP)) == 0) {
                    ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14649:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        cogMethod = ((CogBlockMethod *) ((longAt(GIV(framePointer) + FoxMethod)) & MFMethodMask));
                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14691:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                theIP = ((usqInt)(longAt((aStackPage->headSP))));
                                         ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14698:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                                      ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14700:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        methodField = longAt(theFP + FoxMethod);
                                             ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14717:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        methodObj = longAt(theFP + FoxMethod);
                                           ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14722:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                theIP = longAt(theFP + FoxIFSavedIP);
                                               ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14728:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                theIP = ((usqInt)(longAt(theFP + FoxCallerSavedIP)));
                                         ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14729:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                                        ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14785:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (((byteAt((GIV(framePointer) + FoxIFrameFlags) + 3)) != 0)
                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14786:109: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 && (!(isVanillaBlockClosure((cls = frameStackedReceivernumArgs(GIV(framePointer), ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())
                                                                                                                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14788:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : byteAt((GIV(framePointer) + FoxIFrameFlags) + 1)))))))) {
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14808:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(GIV(framePointer) + FoxSavedFP)) == 0) {
                            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14809:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput(GIV(framePointer) + FoxCallerSavedIP, ceBaseFrameReturnPC());
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14812:54: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if (!((((usqInt)(longAt((pointerForOop(longAt(GIV(framePointer) + FoxSavedFP))) + FoxMethod)))) < (startOfMemory()))) {
                                                                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14812:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if (!((((usqInt)(longAt((pointerForOop(longAt(GIV(framePointer) + FoxSavedFP))) + FoxMethod)))) < (startOfMemory()))) {
                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14814:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                theFP = pointerForOop(longAt(GIV(framePointer) + FoxSavedFP));
                                                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14816:71: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                longAtput(theFP + FoxIFSavedIP, ((sqInt)(pointerForOop(longAt(GIV(framePointer) + FoxCallerSavedIP)))));
                                                                                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14816:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                longAtput(theFP + FoxIFSavedIP, ((sqInt)(pointerForOop(longAt(GIV(framePointer) + FoxCallerSavedIP)))));
                                          ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14817:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                longAtput(GIV(framePointer) + FoxCallerSavedIP, ceReturnToInterpreterPC());
                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14820:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((byteAt((GIV(framePointer) + FoxIFrameFlags) + 3)) != 0) {
                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14821:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        closure = longAt(GIV(framePointer) + (frameStackedReceiverOffset(GIV(framePointer))));
                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14842:68: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(GIV(framePointer) + FoxMethod, methodField + (((byteAt((GIV(framePointer) + FoxIFrameFlags) + 2)) != 0
                                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14842:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(GIV(framePointer) + FoxMethod, methodField + (((byteAt((GIV(framePointer) + FoxIFrameFlags) + 2)) != 0
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14846:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((p + FoxMFReceiver) - FoxIFReceiver, longAt(p));
                                                                              ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14846:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((p + FoxMFReceiver) - FoxIFReceiver, longAt(p));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14853:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                cogMethod1 = ((CogBlockMethod *) ((longAt(GIV(framePointer) + FoxMethod)) & MFMethodMask));
                                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14864:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), pc);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14867:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14896:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        wasInMachineCode = (((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory());
                                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14941:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14991:64: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (3 * BytesPerWord), longAt(GIV(stackPointer)));
                                                                             ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14991:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (3 * BytesPerWord), longAt(GIV(stackPointer)));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14993:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                object = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14994:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14997:64: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (1 * BytesPerWord), longAt(GIV(stackPointer) + (3 * BytesPerWord)));
                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14997:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (1 * BytesPerWord), longAt(GIV(stackPointer) + (3 * BytesPerWord)));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14998:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (2 * BytesPerWord), rcvr);
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14999:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (3 * BytesPerWord), (((sqInt)cogMethod)) + entryOffset);
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15004:64: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (2 * BytesPerWord), longAt(GIV(stackPointer)));
                                                                             ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15004:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (2 * BytesPerWord), longAt(GIV(stackPointer)));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15006:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                object1 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15007:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object1);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15009:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (1 * BytesPerWord), rcvr);
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15010:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (2 * BytesPerWord), (((sqInt)cogMethod)) + entryOffset);
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15015:63: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput(GIV(stackPointer) + (1 * BytesPerWord), longAt(GIV(stackPointer)));
                                                                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15015:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput(GIV(stackPointer) + (1 * BytesPerWord), longAt(GIV(stackPointer)));
                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15016:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput(GIV(stackPointer) + (0 * BytesPerWord), (((sqInt)cogMethod)) + entryOffset);
                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15018:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15042:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                result = longAt(GIV(stackPointer));
                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15045:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), result);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15103:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        contextToReturnTo = longAt((GIV(stackPage)->baseAddress));
                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15132:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) {
                                                                 ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15162:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        contextToReturnFrom = longAt(((GIV(stackPage)->baseAddress)) - BytesPerWord);
                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15165:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), contextToReturnFrom);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15168:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), returnValue);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15171:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15189:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())) {
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15191:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), returnValue);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15195:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        GIV(instructionPointer) = longAt(GIV(stackPointer));
                                             ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15197:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15200:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        aMethodObj = longAt(GIV(framePointer) + FoxMethod);
                            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15233:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15237:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), immutableObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15240:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), valueToAssign);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15243:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), (((usqInt)(index + 1) << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15246:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15269:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        resultOop = longAt(GIV(stackPointer));
                               ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15271:64: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt(GIV(framePointer) + FoxThisContext));
                                                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15271:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt(GIV(framePointer) + FoxThisContext));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15274:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), resultOop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15278:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15280:158: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return ceSendAborttonumArgs(longAt((GIV(specialObjectsOop) + BaseHeaderSize) + (((sqInt)((usqInt)(SelectorCannotReturn) << (shiftForWord()))))), longAt(GIV(framePointer) + FoxThisContext), 1);
                                                                                                                                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15342:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                top = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15347:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15371:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                top = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15376:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15449:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15480:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                top = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15491:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15612:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        closure = longAt(GIV(framePointer) + (frameStackedReceiverOffset(GIV(framePointer))));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15632:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if (((((usqInt)(longAt(theFP1 + FoxMethod)))) < (startOfMemory())
                                               ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15633:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                ? ((longAt(theFP1 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                           ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15634:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                : (byteAt((theFP1 + FoxIFrameFlags) + 2)) != 0)) {
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15636:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                ourContext = longAt(theFP1 + FoxThisContext);
                                                    ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15642:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) - BytesPerWord), ourContext);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15645:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), returnValue);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15648:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15667:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (((((usqInt)(longAt(theFP2 + FoxMethod)))) < (startOfMemory())
                                       ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15668:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ? ((longAt(theFP2 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                   ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15669:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : (byteAt((theFP2 + FoxIFrameFlags) + 2)) != 0)) {
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15671:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ourContext = longAt(theFP2 + FoxThisContext);
                                            ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15677:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp3 = GIV(stackPointer) - BytesPerWord), ourContext);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15680:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp11 = GIV(stackPointer) - BytesPerWord), returnValue);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15683:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp21 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15691:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (((((usqInt)(longAt(theFP6 + FoxMethod)))) < (startOfMemory())
                                       ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15692:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ? ((longAt(theFP6 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                   ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15693:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : (byteAt((theFP6 + FoxIFrameFlags) + 2)) != 0)) {
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15695:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ourContext1 = longAt(theFP6 + FoxThisContext);
                                             ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15701:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp5 = GIV(stackPointer) - BytesPerWord), ourContext1);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15704:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp13 = GIV(stackPointer) - BytesPerWord), returnValue);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15707:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp23 = GIV(stackPointer) - BytesPerWord), unwindContextOrNilOrZero);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15710:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp31 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15721:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(theFP + FoxSavedFP)) == 0) {
                            ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15727:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        callerContextOrNil = longAt((thePage1->baseAddress));
                                                    ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15734:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        frameToReturnTo = pointerForOop(longAt(theFP + FoxSavedFP));
                                                               ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15758:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if (((((usqInt)(longAt(theFP3 + FoxMethod)))) < (startOfMemory())
                                               ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15759:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                ? ((longAt(theFP3 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                           ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15760:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                : (byteAt((theFP3 + FoxIFrameFlags) + 2)) != 0)) {
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15762:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                ourContext = longAt(theFP3 + FoxThisContext);
                                                    ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15768:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), ourContext);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15771:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp12 = GIV(stackPointer) - BytesPerWord), returnValue);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15774:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp22 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15790:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                callerContextOrNil2 = longAt((thePage3->baseAddress));
                                             ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15811:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                callerContextOrNil1 = longAt((thePage2->baseAddress));
                                                             ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15846:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                top = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15853:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        GIV(framePointer) = pointerForOop(longAt(GIV(framePointer) + FoxSavedFP));
                                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15855:60: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                GIV(instructionPointer) = ((usqInt)(pointerForOop(longAt(callerFP + FoxCallerSavedIP))));
                                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15868:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        reapAndResetErrorCodeToheader(GIV(framePointer), (cogMethod->methodHeader));
                                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:1644:76: note: passing argument to parameter 'theFP' here
static sqInt NoDbgRegParms NeverInline reapAndResetErrorCodeToheader(sqInt theFP, sqInt methodHeader);
                                                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15897:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        aMethodObj = longAt(GIV(framePointer) + FoxMethod);
                            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15908:51: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        assertValidExecutionPointersimbarline(longAt(GIV(framePointer) + FoxIFSavedIP), GIV(framePointer), GIV(stackPointer), 1, __LINE__);
                                                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15909:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15911:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), anOop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16008:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16053:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + ((numArgs + 1) * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16125:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16168:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        cogMethod = ((CogBlockMethod *) ((longAt(GIV(framePointer) + FoxMethod)) & MFMethodMask));
                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16169:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((((longAt(GIV(framePointer) + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0)
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16185:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16194:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                oop = longAt(p);
                             ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16195:55: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((p - BytesPerWord) - BytesPerWord, longAt(p));
                                                                    ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16195:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((p - BytesPerWord) - BytesPerWord, longAt(p));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16199:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), aNonBooleanObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16202:84: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? ((1 + (((cogMethod->cmNumArgs)) << ((BytesPerWord * 8) - 8))) + ((((longAt(GIV(framePointer) + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                                                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16204:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        : 0))) + ((((longAt(GIV(framePointer) + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16207:61: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : ((1 + (((cogMethod->cmNumArgs)) << 8)) + ((((longAt(GIV(framePointer) + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16209:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        : 0))) + ((((longAt(GIV(framePointer) + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16201:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput(GIV(framePointer) + FoxIFrameFlags, (VMBIGENDIAN
                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16212:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput(GIV(framePointer) + FoxIFSavedIP, 0);
                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16213:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput(GIV(framePointer) + FoxMethod, methodObj);
                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16237:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16241:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), anObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16244:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16392:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                linkSendAtintooffsetreceiver(longAt(GIV(stackPointer)), mframeHomeMethod(GIV(framePointer)), cogMethod, noCheckEntryOffset(), rcvr);
                                                                        ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16421:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        linkSendAtintooffsetreceiver(longAt(GIV(stackPointer)), mframeHomeMethod(GIV(framePointer)), cogMethod, noCheckEntryOffset(), rcvr);
                                                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16424:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                top = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16431:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top1 = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16500:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())) {
                                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16505:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        methodPointer = longAt(GIV(framePointer) + FoxMethod);
                                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16607:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                linkSendAtintooffsetreceiver(longAt(GIV(stackPointer)), mframeHomeMethod(GIV(framePointer)), cogMethod, (superNormalBar == 0
                                                                        ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16638:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        linkSendAtintooffsetreceiver(longAt(GIV(stackPointer)), mframeHomeMethod(GIV(framePointer)), cogMethod, (superNormalBar == 0
                                                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16652:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                top = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16659:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top1 = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16684:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16688:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        cogMethod = ((CogBlockMethod *) ((longAt(GIV(framePointer) + FoxMethod)) & MFMethodMask));
                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16712:134: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        printActivationNameForreceiverisBlockfirstTemporary(((mframeHomeMethod(GIV(framePointer)))->methodObject), ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())
                                                                                                                                                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16714:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAt(GIV(framePointer) + FoxMFReceiver))
                                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16716:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAt(GIV(framePointer) + FoxIFReceiver))), 1, null);
                                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16733:42: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        cogMethod = ((CogMethod *) ((longAt(GIV(stackPointer))) - (traceLinkedSendOffset())));
                                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16966:42: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                frameRcvrOffset = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                     ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16970:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        oop = longAt(theSP);
                                                     ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16978:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                       ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16980:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0)
                                                         ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16982:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                (byteAt((theFP + FoxIFrameFlags) + 2)) != 0))) {
                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16983:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        oop = longAt(theFP + FoxThisContext);
                                                     ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17007:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                                                      ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17009:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        methodField = longAt(theFP + FoxMethod);
                                                             ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17018:39: warning: incompatible pointer to integer conversion passing 'CogMethod *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        if ((heapMapAtWord(pointerForOop(cogMethod))) == 0) {
                                                                         ^~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17024:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        oop = longAt(theFP + FoxMethod);
                                                     ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17031:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                                                        ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17037:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                oop = longAt(theSP);
                                             ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17108:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17120:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                top = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17178:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                              ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17180:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                cogMethod = ((CogBlockMethod *) ((longAt(theFP + FoxMethod)) & MFMethodMask));
                                                         ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17194:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        ? longAt(theFP + FoxIFSavedIP)
                 ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17195:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        : theIP)) - (longAt(theFP + FoxMethod))) - BaseHeaderSize) + 2) << 3) | 1);
                            ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17249:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()))
                                       ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17252:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                               ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17253:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                           ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17254:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17256:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                theContext = longAt(theFP + FoxThisContext);
                                                    ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17265:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                theFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                             ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17406:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())) {
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17410:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        aMethodObj = longAt(GIV(framePointer) + FoxMethod);
                            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17422:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17449:51: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        assertValidExecutionPointersimbarline(longAt(GIV(stackPointer)), GIV(framePointer), GIV(stackPointer), 0, __LINE__);
                                                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17457:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17460:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17485:51: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        assertValidExecutionPointersimbarline(longAt(GIV(stackPointer)), GIV(framePointer), GIV(stackPointer), 0, __LINE__);
                                                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17493:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17496:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17523:51: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        assertValidExecutionPointersimbarline(longAt(GIV(stackPointer)), GIV(framePointer), GIV(stackPointer), 0, __LINE__);
                                                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17526:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17532:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), cacheTag);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17551:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17554:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), cacheTag);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17607:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput(GIV(framePointer) + FoxIFSavedIP, ((sqInt)GIV(instructionPointer)));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17856:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())) {
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17858:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                methodField = longAt(GIV(framePointer) + FoxMethod);
                                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17970:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                                                      ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17971:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        oop = longAt(theFP + FoxMFReceiver);
                                                     ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17974:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(theFP + FoxMFReceiver, followForwarded(oop));
                                                          ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17979:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        oop = longAt(theFP + FoxIFReceiver);
                                                     ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17982:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(theFP + FoxIFReceiver, followForwarded(oop));
                                                          ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17984:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        oop = longAt(theFP + FoxMethod);
                                                     ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18001:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(theFP + FoxIFSavedIP, (longAt(theFP + FoxIFSavedIP)) + offset);
                                                                                        ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18001:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(theFP + FoxIFSavedIP, (longAt(theFP + FoxIFSavedIP)) + offset);
                                                          ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18002:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(theFP + FoxMethod, (oop = newOop));
                                                          ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18005:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if ((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                        ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18007:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0)
                                                         ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18009:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)))
                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18010:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                 && (((longAt(longAt(theFP + FoxThisContext))) & ((classIndexMask()) - (isForwardedObjectClassIndexPun()))) == 0)) {
                                                     ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18011:63: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(theFP + FoxThisContext, followForwarded(longAt(theFP + FoxThisContext)));
                                                                                                 ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18011:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(theFP + FoxThisContext, followForwarded(longAt(theFP + FoxThisContext)));
                                                  ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18014:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                numArgs = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                             ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18016:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : byteAt((theFP + FoxIFrameFlags) + 1));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18018:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                oop = longAt(theFP + offset);
                                             ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18021:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(theFP + offset, followForwarded(oop));
                                                  ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18023:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                                                        ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18029:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                oop = longAt(theSP);
                                             ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18031:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(theSP, followForwarded(oop));
                                                  ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18095:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        callerContextOrNil = longAt((thePage->baseAddress));
                                    ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18106:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18107:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                           ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18108:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18118:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18119:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                           ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18120:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18127:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18129:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : longAt(theFP + FoxMethod));
                         ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18139:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18141:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : byteAt((theFP + FoxIFrameFlags) + 1));
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18155:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18156:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? longAt(theFP + FoxMFReceiver)
                         ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18157:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : longAt(theFP + FoxIFReceiver));
                         ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18256:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
         && (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())))
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18286:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput(GIV(stackPointer) + (rcvrStackIndex * BytesPerWord), rcvr);
                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18288:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (isPointers(((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())
                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18289:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? longAt(GIV(framePointer) + FoxMFReceiver)
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18290:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : longAt(GIV(framePointer) + FoxIFReceiver)))) {
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18291:61: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                followForwardedObjectFieldstoDepth(((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())
                                                                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18292:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ? longAt(GIV(framePointer) + FoxMFReceiver)
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18293:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : longAt(GIV(framePointer) + FoxIFReceiver)), 0);
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18322:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18371:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18380:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18395:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return (byteAt((theFP + FoxIFrameFlags) + 3)) != 0;
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18402:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return longAt(theFP + FoxIFReceiver);
                      ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18409:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return longAt(theFP + FoxIFSavedIP);
                      ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18469:25: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'void *' [-Wint-conversion]
                theIP = oopForPointer(instrPtr);
                                      ^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:153:43: note: passing argument to parameter 'ptr' here
  static inline sqInt oopForPointer(void *ptr)                  { return (sqInt)ptr; }
                                          ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18481:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) {
                                                         ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18492:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ? longAt((thePage->headSP))
                                 ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18493:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : oopForPointer(pointerForOop(longAt(theFPAbove + FoxCallerSavedIP))));
                                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18497:54: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? mustMapMachineCodePCcontext((value >> 3), longAt(spouseFP + FoxThisContext))
                                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18602:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                         && (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()))))) {
                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18614:4: warning: expression result unused [-Wunused-value]
                        !GIV(primFailCode);
                        ^    ~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18645:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return (((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory());
                                 ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18779:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((pointer = (page->baseAddress)), followObjFieldofObject(SenderIndex, aContext));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18780:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((pointer -= BytesPerWord), aContext);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18797:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((pointer -= BytesPerWord), maybeClosure);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18820:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((pointer -= BytesPerWord), rcvr);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18823:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((pointer -= BytesPerWord), longAt((aContext + BaseHeaderSize) + (((sqInt)((usqInt)((ReceiverIndex + i)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18825:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((pointer -= BytesPerWord), ceBaseFrameReturnPC());
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18826:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((pointer -= BytesPerWord), 0);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18883:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((pointer -= BytesPerWord), (theMethod + MFMethodFlagHasContextFlag) + MFMethodFlagIsBlockFlag);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18890:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((pointer -= BytesPerWord), theMethod + MFMethodFlagHasContextFlag);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18892:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((pointer -= BytesPerWord), aContext);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18895:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((pointer -= BytesPerWord), theMethod);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18896:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((pointer -= BytesPerWord), aContext);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18897:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((pointer -= BytesPerWord), (VMBIGENDIAN
                          ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18904:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((pointer -= BytesPerWord), 0);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18911:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((pointer -= BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18918:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((pointer -= BytesPerWord), longAt((aContext + BaseHeaderSize) + (((sqInt)((usqInt)((ReceiverIndex + i)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18923:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((pointer -= BytesPerWord), theIP);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19006:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                theIPPtr = (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()))
                                                               ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19007:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                 || ((longAt(theFP + FoxIFSavedIP)) == 0)
                                             ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19020:42: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                frameRcvrOffset = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                     ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19024:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        oop = longAt(theSP);
                                                     ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19027:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(theSP, remapObj(oop));
                                                          ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19031:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                       ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19032:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                   ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19033:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19034:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        if (shouldRemapObj(longAt(theFP + FoxThisContext))) {
                                                                  ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19035:57: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(theFP + FoxThisContext, remapObj(longAt(theFP + FoxThisContext)));
                                                                                                  ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19035:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(theFP + FoxThisContext, remapObj(longAt(theFP + FoxThisContext)));
                                                          ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19042:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (!((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()))) {
                                                        ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19043:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        if (shouldRemapObj(longAt(theFP + FoxMethod))) {
                                                                  ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19045:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        theIP = longAt(theIPPtr);
                                                                       ^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19049:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                                theIP = longAt(theIPPtr);
                                                                               ^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19054:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        theIP -= longAt(theFP + FoxMethod);
                                                                        ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19056:52: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(theFP + FoxMethod, remapObj(longAt(theFP + FoxMethod)));
                                                                                             ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19056:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(theFP + FoxMethod, remapObj(longAt(theFP + FoxMethod)));
                                                          ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19058:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        longAtput(theIPPtr, theIP + (longAt(theFP + FoxMethod)));
                                                                                            ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19058:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        longAtput(theIPPtr, theIP + (longAt(theFP + FoxMethod)));
                                                                  ^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19062:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                                                        ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19068:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                oop = longAt(theSP);
                                             ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19071:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(theSP, remapObj(oop));
                                                  ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19199:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                frameRcvrOffset = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                     ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19203:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        oop = longAt(theSP);
                                     ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19216:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                longAtput(theSP, oop);
                                          ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19223:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                       ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19224:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                   ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19225:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19227:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        markAndTrace(longAt(theFP + FoxThisContext));
                                            ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19229:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                                      ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19231:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        aCogMethod = ((CogBlockMethod *) ((longAt(theFP + FoxMethod)) & MFMethodMask));
                                                                  ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19241:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        markAndTrace(longAt(theFP + FoxMethod));
                                            ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19243:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                                        ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19251:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                oop = longAt(theSP);
                             ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19264:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput(theSP, oop);
                                  ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19322:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                                      ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19325:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                                        ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19387:10: warning: incompatible pointer to integer conversion returning 'sqInt (sqInt)' (aka 'long (long)') from a function with result type 'sqInt' (aka 'long') [-Wint-conversion]
                return mcprimHashMultiply;
                       ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19485:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return ((CogBlockMethod *) ((longAt(theFP + FoxMethod)) & MFMethodMask));
                                            ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19495:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        methodField = longAt(GIV(framePointer) + FoxMethod);
                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19518:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        methodField = longAt(theFP + FoxMethod);
                             ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19534:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0;
                        ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19541:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return longAt(theFP + FoxMFReceiver);
                      ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19766:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                        ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19770:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        theSP = theFP + (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                            ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19773:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                               ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19774:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                           ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19775:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19777:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                theContext = longAt(theFP + FoxThisContext);
                                    ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19782:53: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((newSP = (newPage->baseAddress)), longAt(callerFP + FoxThisContext));
                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19782:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((newSP = (newPage->baseAddress)), longAt(callerFP + FoxThisContext));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19783:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((newSP -= BytesPerWord), theContext);
                  ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19785:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        numArgs = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                     ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19787:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : byteAt((theFP + FoxIFrameFlags) + 1));
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19791:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(newSP, longAt(source));
                                        ^~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19791:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(newSP, longAt(source));
                          ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19805:48: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        callerIP = oopForPointer(pointerForOop(longAt(theFP + FoxCallerSavedIP)));
                                                      ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19809:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(callerFP + FoxIFSavedIP, callerIP);
                          ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19812:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput(theFP + stackedReceiverOffset, callerIP);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19817:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput(newFP + FoxCallerSavedIP, ceBaseFrameReturnPC());
                  ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19818:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput(newFP + FoxSavedFP, 0);
                  ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19821:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                offsetCallerFP = pointerForOop(longAt(fpInNewPage + FoxSavedFP));
                                                      ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19825:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(fpInNewPage + FoxSavedFP, oopForPointer(offsetCallerFP));
                          ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19826:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (((((usqInt)(longAt(fpInNewPage + FoxMethod)))) < (startOfMemory())
                                       ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19827:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ? ((longAt(fpInNewPage + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                   ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19828:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : (byteAt((fpInNewPage + FoxIFrameFlags) + 2)) != 0)) {
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19829:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        theContext = longAt(fpInNewPage + FoxThisContext);
                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20362:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                              ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20364:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                it = (longAt(address)) & 7;
                             ^~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20368:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                it = longAt(address);
                            ^~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20372:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        print(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                 ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20381:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        printNum(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                    ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20383:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : byteAt((theFP + FoxIFrameFlags) + 1)));
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20384:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        print((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20385:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                           ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20386:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20389:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        print((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20390:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                           ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20391:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0)
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20409:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        it = longAt(address);
                    ^~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20416:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()))
                               ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20417:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
         && (((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0)) {
                      ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20419:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                methodField = longAt(theFP + FoxMethod);
                                     ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20433:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        obj = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                 ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20435:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : longAt(theFP + FoxMethod));
                         ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20447:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        it = longAt(address);
                    ^~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20485:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        it = longAt(address);
                    ^~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20542:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                              ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20544:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                cogMethod = ((CogBlockMethod *) ((longAt(theFP + FoxMethod)) & MFMethodMask));
                                                         ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20546:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                methodField = longAt(theFP + FoxMethod);
                                     ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20561:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                theMethod = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                               ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20563:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : longAt(theFP + FoxMethod));
                                 ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20566:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                numArgs = byteAt((theFP + FoxIFrameFlags) + 1);
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20580:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                               ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20581:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                           ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20582:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0)) {
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20583:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                rcvrOrClosure = longAt(theFP + (frameStackedReceiverOffset(theFP)));
                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20594:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((longAt(theFP + FoxSavedFP)) == 0) {
                    ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20595:98: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                printFrameOopat("(caller ctxt", (theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                                                               ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20597:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        : byteAt((theFP + FoxIFrameFlags) + 1))))) + (2 * BytesPerWord));
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20598:97: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                printFrameOopat("(saved ctxt", (theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                                                              ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20600:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        : byteAt((theFP + FoxIFrameFlags) + 1))))) + (1 * BytesPerWord));
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20606:79: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        printFrameThingatextraString("caller ip", theFP + FoxCallerSavedIP, ((longAt(theFP + FoxCallerSavedIP)) == (ceReturnToInterpreterPC())
                                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20611:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                              ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20615:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (!((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()))) {
                                ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20618:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                              ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20622:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                printFrameThingatextra("saved ip", theFP + FoxIFSavedIP, ((longAt(theFP + FoxIFSavedIP)) == 0
                                                                                  ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20624:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : (((longAt(theFP + FoxIFSavedIP)) - theMethod) + 2) - BaseHeaderSize));
                                    ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20628:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        topThing = longAt(theSP);
                          ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20636:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                printFrameOopat((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                    ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20637:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                                                   ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20638:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0)
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20643:64: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                printFrameThingatextra("frame ip", theSP, ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                             ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20654:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                printFrameOopat((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                    ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20655:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                                                   ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20656:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0)
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21048:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())) {
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21052:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        cogMethod = ((CogBlockMethod *) ((longAt(GIV(framePointer) + FoxMethod)) & MFMethodMask));
                                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21059:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                top = longAt(GIV(stackPointer));
                                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21065:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                retValue = longAt(GIV(framePointer) + FoxMFReceiver);
                                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21070:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        retValue = longAt(GIV(framePointer) + FoxMFReceiver);
                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21073:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21076:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), retValue);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21081:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        aMethodObj = longAt(GIV(framePointer) + FoxMethod);
                            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21094:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                GIV(instructionPointer) = ((usqInt)(longAt(GIV(framePointer) + FoxIFSavedIP)));
                                                           ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21121:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())) {
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21124:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21127:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), returnValue);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21132:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), returnValue);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21135:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        aMethodObj = longAt(GIV(framePointer) + FoxMethod);
                            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21149:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21306:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), object3);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21311:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21315:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object1);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21319:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp2 = GIV(stackPointer) - BytesPerWord), object2);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21324:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object4);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21364:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21370:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21374:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp7 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21377:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21377:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21384:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp10 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21398:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21404:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object5);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21407:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp31 = GIV(stackPointer) - BytesPerWord), 0);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21414:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp41 = GIV(stackPointer) - BytesPerWord), object11);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21417:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21422:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp9 = GIV(stackPointer) - BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21426:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21438:64: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        shouldSkipStoreBytecode = reapAndResetErrorCodeToheader(GIV(framePointer), methodHeader);
                                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:1644:76: note: passing argument to parameter 'theFP' here
static sqInt NoDbgRegParms NeverInline reapAndResetErrorCodeToheader(sqInt theFP, sqInt methodHeader);
                                                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21445:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()))) {
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21548:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21552:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21556:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), object2);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21560:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), object3);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21564:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object4);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21604:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21610:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21614:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp7 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21617:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21617:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21624:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp10 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21638:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21644:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object5);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21647:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp31 = GIV(stackPointer) - BytesPerWord), 0);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21654:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp41 = GIV(stackPointer) - BytesPerWord), object11);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21657:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21662:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp9 = GIV(stackPointer) - BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21666:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21678:64: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        shouldSkipStoreBytecode = reapAndResetErrorCodeToheader(GIV(framePointer), methodHeader);
                                                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:1644:76: note: passing argument to parameter 'theFP' here
static sqInt NoDbgRegParms NeverInline reapAndResetErrorCodeToheader(sqInt theFP, sqInt methodHeader);
                                                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21685:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()))) {
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21743:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21744:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? longAt(theFP + FoxMFReceiver)
                         ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21745:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : longAt(theFP + FoxIFReceiver));
                         ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21746:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        mthd = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21748:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : longAt(theFP + FoxMethod));
                         ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21753:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        printChar(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                     ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21758:85: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        printActivationNameForreceiverisBlockfirstTemporary(mthd, rcvr, ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                                           ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21759:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                           ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21760:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0), ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21760:70: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0), ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                                   ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21762:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs) * BytesPerWord))
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21763:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                : longAt(((theFP + FoxMFReceiver) - BytesPerWord) + ((frameNumArgs) * BytesPerWord)))
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21765:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        (0 < ((frameNumArgs1 = byteAt((theFP + FoxIFrameFlags) + 1)))
                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21766:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs1) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21767:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((theFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs1) * BytesPerWord))))));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22024:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
         && (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()))))) {
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22323:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22339:127: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22356:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                               ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22357:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                           ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22358:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22360:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                activeContext = longAt(theFP + FoxThisContext);
                                       ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22464:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()))) {
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22466:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                aMethodObj = longAt(GIV(framePointer) + FoxMethod);
                                    ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22479:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22483:127: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22507:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                                                      ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22509:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        theMethodField = longAt(theFP + FoxMethod);
                                                                ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22517:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        theIP = ((usqInt)(longAt(theIPPtr)));
                                                                 ^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22521:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(theIPPtr, theIP + ((theMethod->objectHeader)));
                                                          ^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22523:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(theFP + FoxMethod, theMethodField + ((theMethod->objectHeader)));
                                                  ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22525:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                                                        ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22550:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        theContext = longAt(theFP + FoxThisContext);
                            ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22553:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                              ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22559:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                tempIndex = byteAt((theFP + FoxIFrameFlags) + 1);
                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22572:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if ((((longAt(argsPointer)) & (tagMask())) == 0)
                                      ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22573:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                         && (oopisLessThan(longAt(argsPointer), GIV(newSpaceLimit)))) {
                                                  ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2936:49: note: expanded from macro 'oopisLessThan'
#define oopisLessThan(anOop,otherOop) ((usqInt)(anOop) < (usqInt)(otherOop))
                                                ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22580:116: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((theContext + BaseHeaderSize) + (((sqInt)((usqInt)((ReceiverIndex + i)) << (shiftForWord())))), longAt(argsPointer));
                                                                                                                                 ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22591:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if ((((longAt(pointer)) & (tagMask())) == 0)
                                      ^~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22592:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                         && (oopisLessThan(longAt(pointer), GIV(newSpaceLimit)))) {
                                                  ^~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2936:49: note: expanded from macro 'oopisLessThan'
#define oopisLessThan(anOop,otherOop) ((usqInt)(anOop) < (usqInt)(otherOop))
                                                ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22599:124: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((theContext + BaseHeaderSize) + (((sqInt)((usqInt)((ReceiverIndex + tempIndex)) << (shiftForWord())))), longAt(pointer));
                                                                                                                                         ^~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22623:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                return (((usqInt)(longAt(fp + FoxMethod)))) < (startOfMemory());
                                         ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22626:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((((usqInt)(longAt(fp + FoxMethod)))) < (startOfMemory())) {
                                      ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22630:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                theInstrPointer = longAt(fp + FoxIFSavedIP);
                                         ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22660:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        senderContextOrNil = longAt((aPage->baseAddress));
                                    ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22661:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        savedThisContext = longAt(((aPage->baseAddress)) - BytesPerWord);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23107:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                withDetails = longAt(GIV(stackPointer));
                                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23121:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), constituents);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23148:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        context = longAt(GIV(stackPointer));
                             ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23156:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                                              ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23181:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)flags << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23210:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                criticalSection = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23211:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                activeProc = longAt(GIV(stackPointer));
                                        ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23216:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                criticalSection = longAt(GIV(stackPointer));
                                             ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23243:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(falseObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23249:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(trueObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23254:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(falseObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23281:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        criticalSection = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23335:68: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((GIV(methodCache)[probe + MethodCacheMethod]) == (longAt(GIV(stackPointer)))) {
                                                                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23340:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        flushExternalPrimitiveOf(longAt(GIV(stackPointer)));
                                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23341:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        unlinkSendsToandFreeIf(longAt(GIV(stackPointer)), 0);
                                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23357:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        selector = longAt(GIV(stackPointer));
                              ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23395:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        sema = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23410:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23445:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        methodReceiver = longAt(GIV(stackPointer));
                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23481:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), data);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23512:63: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (methodWithHeaderShouldBeCogged(methodHeaderOf(longAt(GIV(stackPointer))))) {
                                                                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23514:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                alreadyCogged = (((longAt(GIV(stackPointer))) & (tagMask())) == 0)
                                              ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23515:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 && ((((((usqInt) (longAt(longAt(GIV(stackPointer))))) >> (formatShift())) & (formatMask())) >= (firstCompiledMethodFormat()))
                                                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23516:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 && (isCogMethodReference(longAt(((longAt(GIV(stackPointer))) + BaseHeaderSize) + (((sqInt)((usqInt)(HeaderIndex) << (shiftForWord()))))))));
                                                              ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23519:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        cogMethod = cogselector(longAt(GIV(stackPointer)), GIV(nilObj));
                                                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23523:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                cogMethod = cogselector(longAt(GIV(stackPointer)), GIV(nilObj));
                                                                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23542:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 && ((((longAt(GIV(stackPointer))) & (tagMask())) == 0)
                                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23543:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 && ((((((usqInt) (longAt(longAt(GIV(stackPointer))))) >> (formatShift())) & (formatMask())) >= (firstCompiledMethodFormat()))
                                                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23544:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 && (isCogMethodReference(longAt(((longAt(GIV(stackPointer))) + BaseHeaderSize) + (((sqInt)((usqInt)(HeaderIndex) << (shiftForWord())))))))))) {
                                                              ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23546:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        methodHeader = longAt(((longAt(GIV(stackPointer))) + BaseHeaderSize) + (((sqInt)((usqInt)(HeaderIndex) << (shiftForWord())))));
                                                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23565:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)flags << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23579:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23599:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23618:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        thisReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23636:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23655:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        newValue = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23656:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23662:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        thisReceiver = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23724:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), newValue);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23745:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        sema = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23764:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23800:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        proc = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23859:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (synchronousSignal(longAt(GIV(stackPointer)))) {
                                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23880:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((longAt(GIV(framePointer) + FoxMethod)) == GIV(newMethod)) {
                    ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23900:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((longAt(GIV(framePointer) + FoxMethod)) == GIV(newMethod)) {
                    ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23932:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        process = longAt(GIV(stackPointer));
                             ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23935:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24101:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), myList);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24157:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        aContextOrNil = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24167:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        thisCtx = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24211:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if ((pointerForOop(longAt(theFP + FoxSavedFP))) != contextsFP) {
                                                  ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24213:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                numArgs = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                             ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24215:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : byteAt((theFP + FoxIFrameFlags) + 1));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24223:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) {
                                                                         ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24233:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                contextsIP = ((usqInt)(pointerForOop(longAt(frameAbove + FoxCallerSavedIP))));
                                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24241:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(newSP, longAt(source));
                                                                ^~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24241:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(newSP, longAt(source));
                                                  ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24243:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                longAtput(newFP + FoxSavedFP, contextsFP);
                                          ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24243:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                longAtput(newFP + FoxSavedFP, contextsFP);
                                                              ^~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24244:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (((((usqInt)(longAt(newFP + FoxMethod)))) < (startOfMemory()))
                                                       ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24248:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(contextsFP + FoxIFSavedIP, contextsIP);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24251:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                longAtput(newFP + FoxCallerSavedIP, contextsIP);
                                          ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24279:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                callerContextOrNil = longAt((thePage1->baseAddress));
                                            ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24324:48: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        while (((callerFP1 = pointerForOop(longAt(fp1 + FoxSavedFP)))) != 0) {
                                                                                  ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24365:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                while (((callerFP2 = pointerForOop(longAt(fp2 + FoxSavedFP)))) != 0) {
                                                                                          ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24378:51: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        longAtput(contextsSP, pointerForOop(longAt(frameAbove + FoxCallerSavedIP)));
                                                                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24378:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        longAtput(contextsSP, pointerForOop(longAt(frameAbove + FoxCallerSavedIP)));
                                                                  ^~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24378:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        longAtput(contextsSP, pointerForOop(longAt(frameAbove + FoxCallerSavedIP)));
                                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24399:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                callerContextOrNil1 = longAt((thePage2->baseAddress));
                                                                             ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24438:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                                         ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24440:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        : byteAt((theFP + FoxIFrameFlags) + 1))))) + (2 * BytesPerWord), aContextOrNil);
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24438:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24479:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24544:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                methodObj = longAt(GIV(stackPointer));
                                       ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24547:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                methodObj = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24549:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24553:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24586:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                               ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24587:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                           ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24588:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24590:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                activeContext = longAt(theFP + FoxThisContext);
                                       ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24601:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24604:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24615:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24770:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                top = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24798:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top1 = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24864:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                methodField = longAt(theFP + FoxMethod);
                                                     ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24867:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(theFP + FoxMethod, methodField - 4);
                                                          ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24871:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        flags = longAt(theFP + FoxIFrameFlags);
                                                       ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24873:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(theFP + FoxIFrameFlags, flags - 2);
                                                          ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24876:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        } while(((theFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0);
                                                               ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:25389:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerResult << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:25421:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:25422:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:25456:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:25484:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:25485:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:25529:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        result = allInstancesOf(longAt(GIV(stackPointer)));
                                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:25534:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                result = allInstancesOf(longAt(GIV(stackPointer)));
                                                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:25541:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:25570:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:25586:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:25606:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:25607:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:25630:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:25631:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:25656:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                        ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:25660:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:25668:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        ec = becomewithtwoWaycopyHash(longAt(GIV(stackPointer) + (2 * BytesPerWord)), longAt(GIV(stackPointer) + (1 * BytesPerWord)), 0, copyHashFlag);
                                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:25668:91: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        ec = becomewithtwoWaycopyHash(longAt(GIV(stackPointer) + (2 * BytesPerWord)), longAt(GIV(stackPointer) + (1 * BytesPerWord)), 0, copyHashFlag);
                                                                                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:25690:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:25691:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:25711:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        characterCode = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:25724:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), characterObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:25739:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:25742:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), floatObjectOf(((double) ((rcvr >> 3)) )));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:25770:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:25771:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:25898:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:25928:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:25929:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:25930:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        value = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:26089:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:26140:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                cursorObj = longAt(GIV(stackPointer));
                                       ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:26144:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                cursorObj = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:26145:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                maskObj = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:26368:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:26440:48: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        hashOrError = (((hash = (long32At((longAt(GIV(stackPointer))) + 4)) & (identityHashHalfWordMask()))) != 0
                                                      ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:26442:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : (objCouldBeClassObj(longAt(GIV(stackPointer)))
                                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:26443:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                ? (((err = enterIntoClassTable(longAt(GIV(stackPointer))))) != 0
                                                                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:26445:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                : (long32At((longAt(GIV(stackPointer))) + 4)) & (identityHashHalfWordMask()))
                                                                        ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:26449:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)hashOrError << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:26485:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop1 = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:26547:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop2 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:26611:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:26628:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArg = positive64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:26629:48: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerRcvr = positive64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:26636:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:26669:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop1 = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:26731:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop2 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:26795:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:26812:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArg = positive64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:26813:48: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerRcvr = positive64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:26820:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:26838:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArgument = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:26846:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:26884:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), shifted);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:26906:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:26921:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:26959:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:26987:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArgument = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:26988:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:26995:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27124:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop1);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27142:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArg = positive64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27143:48: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerRcvr = positive64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27150:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27178:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), ((GIV(totalFreeOldSpace) << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27185:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(nilObj)) {
                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27201:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27206:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27210:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27225:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerVal1 << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27294:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27306:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop1 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27343:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        instance = longAt(GIV(stackPointer));
                              ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27361:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27398:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                s = longAt(GIV(stackPointer));
                               ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27466:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), s);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27511:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        runInNOut = (longAt(GIV(stackPointer) + (0 * BytesPerWord))) == GIV(trueObj);
                            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27594:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27643:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27693:128: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27700:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27703:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp8 = GIV(stackPointer) - BytesPerWord), object2);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27714:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27719:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object11);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27722:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp31 = GIV(stackPointer) - BytesPerWord), blockClosure);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27742:131: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27749:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27752:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp9 = GIV(stackPointer) - BytesPerWord), object3);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27763:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp12 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27768:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((sp22 = GIV(stackPointer) - BytesPerWord), object12);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27771:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((sp32 = GIV(stackPointer) - BytesPerWord), blockClosure);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27791:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27795:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27798:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27798:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27802:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), closureMethod);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27805:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27811:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27814:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), 0);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27823:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp7 = GIV(stackPointer) - BytesPerWord), object1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27827:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + ClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27906:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27956:128: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27963:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27966:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp8 = GIV(stackPointer) - BytesPerWord), object2);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27977:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27982:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object11);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27985:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp31 = GIV(stackPointer) - BytesPerWord), blockClosure);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28005:131: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28012:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28015:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp9 = GIV(stackPointer) - BytesPerWord), object3);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28026:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp12 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28031:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((sp22 = GIV(stackPointer) - BytesPerWord), object12);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28034:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((sp32 = GIV(stackPointer) - BytesPerWord), blockClosure);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28054:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28058:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28061:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28061:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28065:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), closureMethod);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28068:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28074:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28077:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), 0);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28086:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp7 = GIV(stackPointer) - BytesPerWord), object1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28090:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + ClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28169:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argumentArray = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28191:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28224:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28229:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((argumentArray + BaseHeaderSize) + (((sqInt)((usqInt)((index - 1)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28251:128: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28258:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28261:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp8 = GIV(stackPointer) - BytesPerWord), object2);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28272:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28277:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object11);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28280:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp31 = GIV(stackPointer) - BytesPerWord), blockClosure);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28300:131: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28307:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28310:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp9 = GIV(stackPointer) - BytesPerWord), object3);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28321:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp12 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28326:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((sp22 = GIV(stackPointer) - BytesPerWord), object12);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28329:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((sp32 = GIV(stackPointer) - BytesPerWord), blockClosure);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28349:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28353:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28356:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28356:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28360:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), closureMethod);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28363:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28369:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28372:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), 0);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28381:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp7 = GIV(stackPointer) - BytesPerWord), object1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28385:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp10 = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + ClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28434:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28458:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28492:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg1 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28493:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg2 = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28506:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(trueObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28572:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(falseObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28579:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(falseObj));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28585:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(trueObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28623:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                order = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28631:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        string1 = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28634:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        string2 = longAt(GIV(stackPointer) + ((GIV(argumentCount) - 1) * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28681:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)result << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28701:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        fillValue = positive64BitValueOf(longAt(GIV(stackPointer)));
                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28702:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28792:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (((onOffBar = longAt(GIV(stackPointer) + (1 * BytesPerWord)))) == GIV(trueObj)) {
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28807:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (((bufferSize = longAt(GIV(stackPointer)))) == GIV(nilObj)) {
                                      ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28822:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), (((usqInt)numSamples << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28853:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28854:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28952:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (((((longAt(GIV(stackPointer)))) & 7) == 1)) {
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28953:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                crashInThisThread = ((longAt(GIV(stackPointer))) >> 3);
                                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28957:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28961:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28997:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29027:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        quotient = doPrimitiveDivby(longAt(GIV(stackPointer) + (1 * BytesPerWord)), longAt(GIV(stackPointer)));
                                           ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29027:89: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        quotient = doPrimitiveDivby(longAt(GIV(stackPointer) + (1 * BytesPerWord)), longAt(GIV(stackPointer)));
                                                                                               ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29032:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)quotient << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29057:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29073:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer1 = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29094:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)(integerReceiver / integerArgument) << 3) | 1));
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29132:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29133:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29153:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29176:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29177:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29207:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29222:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArgument = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29223:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29226:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver == integerArgument
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29235:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (result
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29254:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29255:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29258:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr == integerArg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29285:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29307:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29399:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                rcvr = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29405:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29409:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp7 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29412:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29412:59: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                        ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29419:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29433:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29439:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), object);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29442:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), 0);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29449:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object1);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29452:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29457:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp9 = GIV(stackPointer) - BytesPerWord), rcvr);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29461:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29473:65: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                shouldSkipStoreBytecode = reapAndResetErrorCodeToheader(GIV(framePointer), methodHeader);
                                                                                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:1644:76: note: passing argument to parameter 'theFP' here
static sqInt NoDbgRegParms NeverInline reapAndResetErrorCodeToheader(sqInt theFP, sqInt methodHeader);
                                                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29530:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), mourner);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29558:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29559:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29638:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr + arg));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29662:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29663:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29691:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), result);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29715:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopToStore = longAt(GIV(stackPointer));
                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29722:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29723:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29748:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), oopToStore);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29759:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), oopToStore);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29793:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29794:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29881:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr / arg));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29910:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29911:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29991:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (aBool
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:30022:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:30023:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:30103:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (aBool
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:30134:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:30135:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:30215:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (aBool
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:30246:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:30247:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:30327:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (aBool
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:30358:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:30359:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:30439:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (aBool
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:30469:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:30470:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:30549:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr * arg));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:30578:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:30579:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:30659:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (!aBool
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:30689:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:30690:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:30769:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr - arg));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:30967:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                        ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:30971:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                        ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:30983:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        vScale = floatValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:30984:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        hScale = floatValueOf(longAt(GIV(stackPointer) + (2 * BytesPerWord)));
                                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:30985:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31090:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31142:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31178:128: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31185:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31188:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp9 = GIV(stackPointer) - BytesPerWord), object2);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31199:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31204:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object11);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31207:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp31 = GIV(stackPointer) - BytesPerWord), blockClosure);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31236:131: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31243:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31246:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp10 = GIV(stackPointer) - BytesPerWord), object3);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31257:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp12 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31262:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((sp22 = GIV(stackPointer) - BytesPerWord), object12);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31265:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((sp32 = GIV(stackPointer) - BytesPerWord), blockClosure);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31285:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31289:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31292:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31292:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31296:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), closureMethod);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31299:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31305:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31308:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp7 = GIV(stackPointer) - BytesPerWord), 0);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31317:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp8 = GIV(stackPointer) - BytesPerWord), object1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31321:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + FullClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31340:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31414:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31450:128: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31457:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31460:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp9 = GIV(stackPointer) - BytesPerWord), object2);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31471:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31476:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object11);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31479:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp31 = GIV(stackPointer) - BytesPerWord), blockClosure);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31508:131: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31515:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31518:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp10 = GIV(stackPointer) - BytesPerWord), object3);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31529:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp12 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31534:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((sp22 = GIV(stackPointer) - BytesPerWord), object12);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31537:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((sp32 = GIV(stackPointer) - BytesPerWord), blockClosure);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31557:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31561:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31564:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31564:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31568:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), closureMethod);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31571:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31577:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31580:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp7 = GIV(stackPointer) - BytesPerWord), 0);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31589:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp8 = GIV(stackPointer) - BytesPerWord), object1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31593:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + FullClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31612:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31686:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argumentArray = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31708:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31730:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31735:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((argumentArray + BaseHeaderSize) + (((sqInt)((usqInt)((index - 1)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31754:128: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31761:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31764:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp9 = GIV(stackPointer) - BytesPerWord), object2);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31775:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31780:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object11);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31783:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp31 = GIV(stackPointer) - BytesPerWord), blockClosure);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31812:131: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31819:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31822:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp10 = GIV(stackPointer) - BytesPerWord), object3);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31833:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp12 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31838:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((sp22 = GIV(stackPointer) - BytesPerWord), object12);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31841:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((sp32 = GIV(stackPointer) - BytesPerWord), blockClosure);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31861:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31865:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31868:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31868:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31872:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), closureMethod);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31875:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31881:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31884:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp7 = GIV(stackPointer) - BytesPerWord), 0);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31893:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp8 = GIV(stackPointer) - BytesPerWord), object1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31897:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp13 = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + FullClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31916:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31957:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31980:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), s);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32007:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        key = cStringOrNullFor(longAt(GIV(stackPointer)));
                                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32030:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32044:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32048:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (trueOrFalse
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32087:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), stringOop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32105:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32247:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), labelOop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32320:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32333:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArgument = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32334:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32337:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver >= integerArgument
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32361:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32362:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32365:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr >= integerArg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32380:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArgument = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32381:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32384:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver > integerArgument
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32408:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32409:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32412:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr > integerArg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32427:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        ammount = longAt(GIV(stackPointer));
                             ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32440:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)segSize << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32458:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        value = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32483:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)((value * HashMultiplyConstant) & 0xFFFFFFF) << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32501:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
         && ((longAt(GIV(stackPointer))) == GIV(trueObj));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32507:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32531:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32548:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        otherObject = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32549:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        thisObject = longAt(GIV(stackPointer));
                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32560:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (thisObject == otherObject
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32577:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        thisReceiver = longAt(GIV(stackPointer));
                                  ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32603:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32627:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32664:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                s = longAt(GIV(stackPointer));
                               ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32695:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), s);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32716:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32739:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), ((value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32753:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32825:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index1 = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32826:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr1 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32855:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp4 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32871:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp5 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32885:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp7 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32901:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp6 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32922:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), longAt((rcvr1 + BaseHeaderSize) + (((sqInt)((usqInt)(index1) << (shiftForWord()))))));
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32933:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp3 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), longAt((rcvr1 + BaseHeaderSize) + (((sqInt)((usqInt)((index1 + numFixed)) << (shiftForWord()))))));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32971:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueOop = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32972:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32973:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33018:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33036:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33051:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33069:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp3 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33105:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                longAtput((sp4 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33131:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp5 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33168:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33184:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33241:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                top1 = longAt(GIV(stackPointer));
                                  ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33248:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33252:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33255:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(messageSelector));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33258:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), runArgs);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33261:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), runReceiver);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33289:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (VMBIGENDIAN
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33307:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        obj = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33316:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (trueOrFalse
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33342:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33355:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArgument = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33356:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33359:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver <= integerArgument
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33383:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33384:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33387:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr <= integerArg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33402:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArgument = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33403:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33406:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver < integerArgument
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33430:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33431:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33434:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr < integerArg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33466:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33493:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33506:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), nameOop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33535:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33562:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33575:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), nameOop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33610:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        outPointerArray = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33613:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        segmentWordArray = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33627:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), result);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33654:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33671:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33689:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33732:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33733:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33784:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), pt);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33797:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33826:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33841:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)MillisecondClockMask << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33853:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        mod = doPrimitiveModby(longAt(GIV(stackPointer) + (1 * BytesPerWord)), longAt(GIV(stackPointer)));
                                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33853:84: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        mod = doPrimitiveModby(longAt(GIV(stackPointer) + (1 * BytesPerWord)), longAt(GIV(stackPointer)));
                                                                                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33858:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)mod << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33889:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33890:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33915:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33933:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33949:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer1 = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33982:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerResult << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34005:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34006:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34027:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34043:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        obj = instantiateClassisPinned(longAt(GIV(stackPointer)), 0);
                                                  ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34046:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                reasonCode = (isFixedSizePointerFormat(instSpecOfClass(longAt(GIV(stackPointer))))
                                                                                  ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34053:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), obj);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34083:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        header = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34084:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        bytecodeCount = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34092:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        class = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34202:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), theMethod);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34215:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        obj = instantiateClassisPinned(longAt(GIV(stackPointer)), 1);
                                                  ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34218:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                reasonCode = (isFixedSizePointerFormat(instSpecOfClass(longAt(GIV(stackPointer))))
                                                                                  ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34225:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), obj);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34252:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop1 = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34320:57: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        obj = instantiateClassindexableSizeisPinned(longAt(GIV(stackPointer) + (1 * BytesPerWord)), size, 0);
                                                           ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34323:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                classFormat = ((longAt(((longAt(GIV(stackPointer) + (1 * BytesPerWord))) + BaseHeaderSize) + (((sqInt)((usqInt)(InstanceSpecificationIndex) << (shiftForWord())))))) >> 3);
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34336:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), obj);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34360:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34421:57: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        obj = instantiateClassindexableSizeisPinned(longAt(GIV(stackPointer) + (1 * BytesPerWord)), size, 1);
                                                           ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34424:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                classFormat = ((longAt(((longAt(GIV(stackPointer) + (1 * BytesPerWord))) + BaseHeaderSize) + (((sqInt)((usqInt)(InstanceSpecificationIndex) << (shiftForWord())))))) >> 3);
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34437:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), obj);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34460:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        object = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34543:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), subsequentObject);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34566:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        instance = accessibleObjectAfter(longAt(GIV(stackPointer)));
                                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34569:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)0 << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34575:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), instance);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34590:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArgument = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34591:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34594:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver != integerArgument
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34603:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (result
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34622:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34623:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34626:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr != integerArg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34648:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        otherObject = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34649:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        thisObject = longAt(GIV(stackPointer));
                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34678:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (thisObject != otherObject
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34738:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (!(((longAt(GIV(stackPointer))) == GIV(trueObj))
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34739:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 || ((longAt(GIV(stackPointer))) == GIV(falseObj)))) {
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34744:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        goal = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34745:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        stack = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34746:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        followWeak = (longAt(GIV(stackPointer))) == GIV(trueObj);
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34987:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        path = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34989:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), path);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35022:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35023:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        lookupClass = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35055:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        selector = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35056:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argumentArray = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35079:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35082:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35086:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((argumentArray + BaseHeaderSize) + (((sqInt)((usqInt)((index - 1)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35133:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                top = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35148:62: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((GIV(stackPointer) + offset) + delta, longAt(GIV(stackPointer) + offset));
                                                                       ~~~~^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35148:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((GIV(stackPointer) + offset) + delta, longAt(GIV(stackPointer) + offset));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35181:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        actualReceiver = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35182:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        selector = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35183:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argumentArray = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35206:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35209:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), actualReceiver);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35213:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((argumentArray + BaseHeaderSize) + (((sqInt)((usqInt)((index - 1)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35248:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                top = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35261:62: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((GIV(stackPointer) + offset) + delta, longAt(GIV(stackPointer) + offset));
                                                                       ~~~~^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35261:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((GIV(stackPointer) + offset) + delta, longAt(GIV(stackPointer) + offset));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35288:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(profileMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35313:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(profileProcess));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35348:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35380:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? ((longAt(GIV(stackPointer))) >> 3)
                               ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35400:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35416:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer1 = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35452:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerResult << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35483:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35484:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35502:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35519:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35564:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35565:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35582:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35608:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)depth << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35637:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35709:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35729:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35753:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                        ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35757:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                        ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35770:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35786:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer1 = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35802:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer2 = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35822:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((5 - 1) * BytesPerWord)), (okay
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35839:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35869:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35883:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                        ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35893:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35904:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (wasImmutable
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35923:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35959:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        stringOop = longAt(GIV(stackPointer));
                               ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36025:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                hasHash = (((longAt(GIV(stackPointer))) & (tagMask())) == 0)
                                        ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36026:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 && ((long32At((longAt(GIV(stackPointer))) + 4)) & (identityHashHalfWordMask()));
                                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36028:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (hasHash
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36036:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36040:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36061:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + ((GIV(argumentCount) - 1) * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36077:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36114:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)oldHash << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36132:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        labelOop = longAt(GIV(stackPointer));
                              ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36194:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36210:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer1 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36248:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36254:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36270:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36290:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        value = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36291:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36301:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36329:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36351:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36367:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer1 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36383:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer2 = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36399:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer3 = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36434:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        bytes = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36469:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36492:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36551:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)(totalLength - fixedFields) << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36563:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        byteSize = ((longAt(GIV(stackPointer))) & (tagMask())
                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36565:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : bytesInObject(longAt(GIV(stackPointer))));
                                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36568:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36602:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (!(((((longAt(GIV(stackPointer)))) & 7) == 1))) {
                                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36608:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                nElements = ((longAt(GIV(stackPointer))) >> 3);
                                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36609:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                classFormat = ((longAt(((longAt(GIV(stackPointer) + (1 * BytesPerWord))) + BaseHeaderSize) + (((sqInt)((usqInt)(InstanceSpecificationIndex) << (shiftForWord())))))) >> 3);
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36658:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36663:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        classFormat1 = ((longAt(((longAt(GIV(stackPointer) + (0 * BytesPerWord))) + BaseHeaderSize) + (((sqInt)((usqInt)(InstanceSpecificationIndex) << (shiftForWord())))))) >> 3);
                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36683:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), ((byteSize << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36707:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36722:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36762:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr + arg));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36779:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36818:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36833:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36879:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr / arg));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36904:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36919:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36959:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (rcvr == arg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36977:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        aValue = floatObjectOf(exp(smallFloatValueOf(longAt(GIV(stackPointer)))));
                                                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36993:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
((((usqInt)(longAt(GIV(stackPointer))))) <= 15
                       ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36995:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : ((exp = ((usqInt) (((usqInt)(longAt(GIV(stackPointer)))))) >> (((numTagBits()) + (smallFloatMantissaBits())) + 1)),
                                                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37014:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37054:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37069:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37109:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (rcvr >= arg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37136:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37151:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37191:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (rcvr > arg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37218:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37233:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37273:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (rcvr <= arg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37300:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37315:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37355:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (rcvr < arg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37377:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37416:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37431:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37471:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr * arg));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37496:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37511:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37551:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (!(rcvr == arg)
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37570:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37601:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37648:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37663:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37703:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr - arg));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37721:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37731:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37753:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), result);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37769:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37804:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        class = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37814:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), instance);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37833:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37847:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(specialObjectsOop));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37863:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37918:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        outPointerArray = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37919:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        segmentWordArray = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37922:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arrayOfRoots = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37938:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                outPointerArray = longAt(GIV(stackPointer));
                                             ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37939:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                segmentWordArray = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37940:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                arrayOfRoots = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37979:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37980:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:38114:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:38145:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:38146:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:38147:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        value = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:38314:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:38354:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        array = longAt(GIV(stackPointer) + (4 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:38355:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        start = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:38356:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        stop = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:38357:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        repl = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:38358:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        replStart = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                           ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:38423:12: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                arrayFmt = arrayFmt;
                ~~~~~~~~ ^ ~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:38470:11: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                replFmt = replFmt;
                ~~~~~~~ ^ ~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:38624:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerResult << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:38656:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:38657:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:38691:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:38721:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                criticalSection = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:38722:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                activeProc = longAt(GIV(stackPointer));
                                        ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:38727:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                criticalSection = longAt(GIV(stackPointer));
                                             ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:38754:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(falseObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:38760:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(trueObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:38765:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:38783:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:38803:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (okay
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:38823:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:38839:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:38842:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(result));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:38858:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:38911:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        moduleName = longAt(GIV(stackPointer));
                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:39067:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:39092:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                resultArray = longAt(GIV(stackPointer));
                                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:39127:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), resultArray);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:39154:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                resultArray = longAt(GIV(stackPointer));
                                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:39188:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), resultArray);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:39209:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), s);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:39238:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (running
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:39249:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        sampleBuffer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:39259:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)numSamples << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:39276:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        sema = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:44603:15: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        treeNode = treeNode;
                                        ~~~~~~~~ ^ ~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:49642:13: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                        treeNode = treeNode;
                        ~~~~~~~~ ^ ~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:51474:5: warning: expression result unused [-Wunused-value]
                                -classIndex2;
                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:51539:26: warning: expression result unused [-Wunused-value]
                8 /* allocationUnit */ / BytesPerOop;
                ~                      ^ ~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:52836:13: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long') from 'void *' [-Wint-conversion]
        allocation = calloc(sizeof(void *), unscannedEphemeronsQueueInitialSize);
                   ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:53051:7: warning: incompatible integer to pointer conversion passing 'usqInt' (aka 'unsigned long') to parameter of type 'void *' [-Wint-conversion]
        free((GIV(unscannedEphemerons).start));
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/malloc/_malloc.h:42:18: note: passing argument to parameter here
void     free(void *);
                    ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:57008:25: warning: incompatible integer to pointer conversion passing 'usqInt' (aka 'unsigned long') to parameter of type 'void *' [-Wint-conversion]
                reallocated = realloc((GIV(unscannedEphemerons).start), desiredSize);
                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/malloc/_malloc.h:43:21: note: passing argument to parameter '__ptr' here
void    *realloc(void *__ptr, size_t __size) __result_use_check __alloc_size(2);
                       ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:57008:15: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long') from 'void *' [-Wint-conversion]
                reallocated = realloc((GIV(unscannedEphemerons).start), desiredSize);
                            ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:57445:41: warning: expression result unused [-Wunused-value]
                asserta((checkInterpreterIntegrity()) == 0);
                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqAssert.h:30:25: note: expanded from macro 'asserta'
# define asserta(expr) (expr)
                        ^~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:57466:41: warning: expression result unused [-Wunused-value]
                asserta((checkInterpreterIntegrity()) == 0);
                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqAssert.h:30:25: note: expanded from macro 'asserta'
# define asserta(expr) (expr)
                        ^~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:58477:14: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                        treeNode1 = treeNode1;
                        ~~~~~~~~~ ^ ~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:60970:108: warning: passing 'usqInt *' (aka 'unsigned long *') to parameter of type 'sqInt *' (aka 'long *') converts between pointers to integer types with different sign [-Wpointer-sign]
        segAddress = sqAllocateMemorySegmentOfSizeAboveAllocatedSizeInto(ammount, firstGapOfSizeAtLeast(ammount), (&allocatedSize));
                                                                                                                  ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:60:98: note: passing argument to parameter 'asp' here
extern void *sqAllocateMemorySegmentOfSizeAboveAllocatedSizeInto(sqInt sz, void *minAddr, sqInt *asp);
                                                                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:61431:13: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                        treeNode = treeNode;
                        ~~~~~~~~ ^ ~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:61982:77: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        assertValidExecutionPointersimbarline(lip, lifp, lisp, !((((usqInt)(longAt(lifp + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                   ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:62492:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 && ((((((sqInt)(pointerForOop(longAt(maybeFP + FoxSavedFP))))) & (tagMask())) == 0)
                                                      ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:62494:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                (oopForPointer(pointerForOop(longAt(maybeFP + FoxSavedFP)))) + (smallIntegerTag()))) == (longAt((aContext + BaseHeaderSize) + (((sqInt)((usqInt)(InstructionPointerIndex) << (shiftForWord())))))))
                                                    ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:62495:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 && (((((usqInt)(longAt(maybeFP + FoxMethod)))) < (startOfMemory())
                                        ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:62496:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ? ((longAt(maybeFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                   ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:62497:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : (byteAt((maybeFP + FoxIFrameFlags) + 2)) != 0)))))) {
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:62504:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        maybeFrameCtxt = longAt(maybeFP + FoxThisContext);
                                ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:62577:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                frameRcvrOffset = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                     ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:62581:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        oop = longAt(theSP);
                                     ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:62587:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                       ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:62588:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                   ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:62589:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:62591:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ok = ok && (checkOkayFields(longAt(theFP + FoxThisContext)));
                                                           ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:62593:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ok = ok && (checkOkayFields(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                               ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:62595:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : longAt(theFP + FoxMethod))));
                                 ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:62596:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                                        ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:62604:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                oop = longAt(theSP);
                             ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:62746:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                          ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:62748:95: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : (((usqInt) ((theFP + FoxIFReceiver) - GIV(stackPointer))) >> (shiftForWord())) + (byteAt((theFP + FoxIFrameFlags) + 1)));
                                                                                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:62761:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        theSP = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                   ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:62774:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                aFrame = pointerForOop(longAt(aFrame + FoxSavedFP));
                                              ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:62787:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:62789:82: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : (((usqInt) ((theFP + FoxIFReceiver) - theSP)) >> (shiftForWord())) + (byteAt((theFP + FoxIFrameFlags) + 1)));
                                                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63045:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), message);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63101:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63137:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                               ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63138:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                           ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63139:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63141:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                activeContext = longAt(theFP + FoxThisContext);
                                       ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63179:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        theIP = longAt(theSP);
                       ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63186:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                       ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63187:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                   ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63188:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63190:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        theContext = longAt(theFP + FoxThisContext);
                                            ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63220:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                theIP = ((sqInt)(pointerForOop(longAt(theFP + FoxCallerSavedIP))));
                                                      ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63221:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                theFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                             ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63233:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        callerContextOrNil = longAt((thePage->baseAddress));
                                    ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63414:19: warning: explicitly assigning value of variable of type 'struct VirtualMachine *' to itself [-Wself-assign]
        interpreterProxy = interpreterProxy;
        ~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63429:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                        ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63438:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                callerContextOrNil = longAt((thePage->baseAddress));
                                            ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63445:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (((((usqInt)(longAt(callerFP + FoxMethod)))) < (startOfMemory())
                               ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63446:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? ((longAt(callerFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                           ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63447:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : (byteAt((callerFP + FoxIFrameFlags) + 2)) != 0)) {
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63449:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                return longAt(callerFP + FoxThisContext);
                              ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63859:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        callerFP1 = pointerForOop(longAt(theFP + FoxSavedFP));
                                         ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63868:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                callerContextOrNil = longAt((thePage1->baseAddress));
                                            ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63876:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (((((usqInt)(longAt(callerFP1 + FoxMethod)))) < (startOfMemory())
                               ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63877:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? ((longAt(callerFP1 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                           ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63878:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : (byteAt((callerFP1 + FoxIFrameFlags) + 2)) != 0)) {
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63880:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                callerCtx = longAt(callerFP1 + FoxThisContext);
                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63889:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                theIP = longAt((thePage->headSP));
                               ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63903:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                theIP = oopForPointer(pointerForOop(longAt(frameAbove + FoxCallerSavedIP)));
                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63941:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                        ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63946:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                callerIP = oopForPointer(pointerForOop(longAt(theFP + FoxCallerSavedIP)));
                                                              ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63949:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(callerSP, callerIP);
                          ^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63973:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((longAt(aFramePtr + FoxSavedFP)) == 0) {
                    ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64120:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                oop = longAt(((longAt(GIV(stackPointer))) + BaseHeaderSize) + (((sqInt)((usqInt)((localPrimIndex - 264)) << (shiftForWord())))));
                                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64121:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64130:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(trueObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64136:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp2 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(falseObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64142:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp3 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64147:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)(localPrimIndex - 261) << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64264:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        callerFP = pointerForOop(longAt(spouseFP + FoxSavedFP));
                                                        ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64273:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                callerContextOrNil = longAt((thePage->baseAddress));
                                                            ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64280:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if (((((usqInt)(longAt(callerFP + FoxMethod)))) < (startOfMemory())
                                               ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64281:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                ? ((longAt(callerFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                           ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64282:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                : (byteAt((callerFP + FoxIFrameFlags) + 2)) != 0)) {
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64284:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                return longAt(callerFP + FoxThisContext);
                                              ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64301:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? ((((usqInt)(longAt(spouseFP + FoxMethod)))) < (startOfMemory())
                                     ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64303:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs - (offset - (ReceiverIndex + 1))) * BytesPerWord))
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64304:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                : longAt(((spouseFP + FoxMFReceiver) - BytesPerWord) + ((frameNumArgs - (offset - (ReceiverIndex + 1))) * BytesPerWord)))
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64305:66: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                : ((offset - (ReceiverIndex + 1)) < ((frameNumArgs1 = byteAt((spouseFP + FoxIFrameFlags) + 1)))
                                                                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64306:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs1 - (offset - (ReceiverIndex + 1))) * BytesPerWord))
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64307:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                : longAt(((spouseFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs1 - (offset - (ReceiverIndex + 1))) * BytesPerWord))))
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64482:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) {
                                                 ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64574:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                        ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64575:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                   ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64576:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0))
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64577:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 && (homeContext == (longAt(theFP + FoxThisContext)))) {
                                            ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64581:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                         || (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64582:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                                           ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64583:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0)))) {
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64584:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        theMethod1 = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                        ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64586:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                : longAt(theFP + FoxMethod));
                                         ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64596:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                       ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64597:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                   ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64598:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64600:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        return longAt(theFP + FoxThisContext);
                                                      ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64606:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                theFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                             ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64613:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        callerContextOrNil = longAt((thePage->baseAddress));
                                    ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64702:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        theSP = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                   ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64715:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                aFrame = pointerForOop(longAt(aFrame + FoxSavedFP));
                                              ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64770:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                        ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64771:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                   ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64772:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0))
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64773:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 && (homeContext == (longAt(theFP + FoxThisContext)))) {
                                            ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64777:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (!(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                         ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64778:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                                           ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64779:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0))) {
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64780:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        theMethod1 = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                        ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64782:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                : longAt(theFP + FoxMethod));
                                         ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64792:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                       ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64793:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                   ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64794:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64796:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ctxtOrNilOrZero = longAt(theFP + FoxThisContext);
                                                                 ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64804:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                theFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                             ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64811:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        callerContextOrNil = longAt((thePage->baseAddress));
                                    ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64857:53: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        for (ptr = theSP, toDoLimit1 = (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                           ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64860:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                oop = longAt(ptr);
                             ^~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64863:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput(ptr, followForwarded(oop));
                                  ^~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64866:134: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        for (ptr = ((theFP + FoxCallerSavedIP) + BytesPerWord), toDoLimit2 = (theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                                                                                            ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64868:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        : byteAt((theFP + FoxIFrameFlags) + 1))))); ptr <= toDoLimit2; ptr += BytesPerWord) {
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64869:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                oop = longAt(ptr);
                             ^~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64882:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput(ptr, oop);
                                  ^~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64885:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                               ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64886:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                           ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64887:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0)) {
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64892:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                               ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64893:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                           ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64894:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64933:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return longAt(theFP + FoxThisContext);
                      ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64977:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        numArgs = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                     ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64979:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : byteAt((theFP + FoxIFrameFlags) + 1));
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64993:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return longAt(theFP + ((FoxCallerSavedIP + BytesPerWord) + (((sqInt)((usqInt)(numArgs) << (shiftForWord()))))));
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65231:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65243:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord), rcvr);
                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65245:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (isPointers(((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())
                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65246:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? longAt(GIV(framePointer) + FoxMFReceiver)
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65247:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : longAt(GIV(framePointer) + FoxIFReceiver)))) {
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65248:61: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                followForwardedObjectFieldstoDepth(((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())
                                                                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65249:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ? longAt(GIV(framePointer) + FoxMFReceiver)
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65250:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : longAt(GIV(framePointer) + FoxIFReceiver)), 0);
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65271:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65272:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? longAt(theFP + FoxMFReceiver)
                         ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65273:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : longAt(theFP + FoxIFReceiver));
                         ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65313:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                source = ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())
                                            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65339:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 && ((((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) < overflowLimitAddress)
                                                        ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65340:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 && (!((longAt(callerFP + FoxSavedFP)) == 0)))) {
                               ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65349:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        callerFP1 = pointerForOop(longAt(theFP + FoxSavedFP));
                                         ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65358:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                callerContextOrNil = longAt((thePage->baseAddress));
                                            ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65365:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (((((usqInt)(longAt(callerFP1 + FoxMethod)))) < (startOfMemory())
                               ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65366:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? ((longAt(callerFP1 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                           ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65367:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : (byteAt((callerFP1 + FoxIFrameFlags) + 2)) != 0)) {
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65369:10: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAt(callerFP1 + FoxThisContext);
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65521:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return longAt(theFP + FoxMethod);
                      ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65578:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return (longAt(theFP + FoxSavedFP)) == 0;
                       ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65618:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                theFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                             ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65844:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (((pointerForOop(longAt(maybeFrame + FoxSavedFP))) == shouldBeFrameCallerField)
                                           ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65845:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 && (((((usqInt)(longAt(maybeFrame + FoxMethod)))) < (startOfMemory())
                                        ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65846:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ? ((longAt(maybeFrame + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                   ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65847:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : (byteAt((maybeFrame + FoxIFrameFlags) + 2)) != 0))) {
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65849:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        maybeFrameCtxt = longAt(maybeFrame + FoxThisContext);
                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65863:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                longAtput(maybeFrame + FoxThisContext, maybeFrameCtxt);
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65924:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (((pointerForOop(longAt(theFrame + FoxSavedFP))) == shouldBeFrameCallerField)
                                           ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65925:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 && (((((usqInt)(longAt(theFrame + FoxMethod)))) < (startOfMemory())
                                        ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65926:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ? ((longAt(theFrame + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                   ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65927:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : (byteAt((theFrame + FoxIFrameFlags) + 2)) != 0))) {
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65930:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if ((longAt(theFrame + FoxThisContext)) == aOnceMarriedContext) {
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67307:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                callerContextOrNil = longAt((thePage2->baseAddress));
                                            ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67386:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((anOop == ((((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                     ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67388:81: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        : (((usqInt) ((theFP + FoxIFReceiver) - theSP)) >> (shiftForWord())) + (byteAt((theFP + FoxIFrameFlags) + 1)))) << 3) | 1)))
                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67396:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (anOop == (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                 ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67398:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : longAt(theFP + FoxMethod)))) {
                                 ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67401:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(theFP + FoxSavedFP)) == 0) {
                            ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67407:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if ((((((usqInt)(longAt((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxMethod)))) < (startOfMemory())
                                                                      ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67407:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if ((((((usqInt)(longAt((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxMethod)))) < (startOfMemory())
                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67408:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                ? ((longAt((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67408:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                ? ((longAt((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67409:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                : (byteAt(((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxIFrameFlags) + 2)) != 0))
                                                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67409:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                : (byteAt(((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxIFrameFlags) + 2)) != 0))
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67410:48: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                         && (anOop == (longAt((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxThisContext)))) {
                                                                    ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67410:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                         && (anOop == (longAt((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxThisContext)))) {
                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67415:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvrOffset = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                        ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67419:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (anOop == (longAt(theSP))) {
                                     ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67427:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (anOop == (longAt(theSP))) {
                                     ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67461:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        aMethodObj = longAt(((GIV(stackPage)->headFP)) + FoxMethod);
                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67473:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67506:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        methodFieldOrObj = longAt(theFP + FoxMethod);
                                  ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67508:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(theFP + FoxMethod, methodFieldOrObj + MFMethodFlagHasContextFlag);
                          ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67513:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                closureOrNil = longAt(theFP + ((FoxCallerSavedIP + BytesPerWord) + (numArgs << (shiftForWord()))));
                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67523:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        closureOrNil = longAt(theFP + ((FoxCallerSavedIP + BytesPerWord) + (numArgs << (shiftForWord()))));
                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67529:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                rcvr = longAt(theFP + FoxMFReceiver);
                              ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67534:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                byteAtput((theFP + FoxIFrameFlags) + 2, 1);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:159:39: note: passing argument to parameter 'oop' here
  static inline sqInt byteAtput(sqInt oop, int val)             { return byteAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67536:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                numArgs = byteAt((theFP + FoxIFrameFlags) + 1);
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67540:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((byteAt((theFP + FoxIFrameFlags) + 3)) != 0) {
                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67541:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        closureOrNil = longAt(theFP + ((FoxCallerSavedIP + BytesPerWord) + (numArgs << (shiftForWord()))));
                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67547:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                rcvr = longAt(theFP + FoxIFReceiver);
                              ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67552:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput(theFP + FoxThisContext, theContext);
                  ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67559:54: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valuePointer2 = (oopForPointer(pointerForOop(longAt(theFP + FoxSavedFP)))) + (smallIntegerTag());
                                                            ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67572:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                                      ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67574:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs - (i - 1)) * BytesPerWord))
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67575:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                : longAt(((theFP + FoxMFReceiver) - BytesPerWord) + ((frameNumArgs - (i - 1)) * BytesPerWord)));
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67579:55: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        valuePointer = ((i - 1) < ((frameNumArgs2 = byteAt((theFP + FoxIFrameFlags) + 1)))
                                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67580:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs2 - (i - 1)) * BytesPerWord))
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67581:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                : longAt(((theFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs2 - (i - 1)) * BytesPerWord)));
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67776:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (boolean
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67795:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((nItems - 1) * BytesPerWord)), floatObjectOf(aFloat));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67811:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)integer << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67840:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67856:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67982:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67984:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs - offset) * BytesPerWord))
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67985:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                : longAt(((theFP + FoxMFReceiver) - BytesPerWord) + ((frameNumArgs - offset) * BytesPerWord)))
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67986:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : (offset < ((frameNumArgs1 = byteAt((theFP + FoxIFrameFlags) + 1)))
                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67987:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs1 - offset) * BytesPerWord))
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67988:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                : longAt(((theFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs1 - offset) * BytesPerWord))));
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:68003:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                       ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:68004:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                   ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:68005:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:68007:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if (((((usqInt) (longAt(longAt(theFP + FoxThisContext)))) >> (markedBitFullShift())) & 1) != 0) {
                                                       ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:68011:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        } while(((theFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0);
                                               ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:68098:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:68125:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:68150:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((nItems - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:68210:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (enabled
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:68217:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                                ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:68223:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                                        ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:68233:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (enabled
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:68308:11: warning: unused variable 'sp' [-Wunused-variable]
    char *sp;
          ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:68780:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                callerContextOrNil = longAt((thePage1->baseAddress));
                                                            ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:68925:15: warning: incompatible pointer to integer conversion passing 'CogMethod *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                        printHexnp(cogMethodOf(meth));
                                   ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:1611:32: note: passing argument to parameter 'n' here
extern sqInt printHexnp(usqInt n);
                               ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:68937:15: warning: incompatible pointer to integer conversion passing 'CogMethod *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                        printHexnp(cogMethodOf(meth));
                                   ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:1611:32: note: passing argument to parameter 'n' here
extern sqInt printHexnp(usqInt n);
                               ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:68993:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (!((longAt(theFP + FoxSavedFP)) == 0)) {
                      ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:68994:52: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                printFrameAndCallersSPshort(pointerForOop(longAt(theFP + FoxSavedFP)), (assert(!(isBaseFrame(theFP))),
                                                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:68995:66: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                (theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                               ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:68997:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        : byteAt((theFP + FoxIFrameFlags) + 1))))) + BytesPerWord), printShort);
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:69017:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        it = longAt(address);
                    ^~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:69043:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        it = longAt(address);
                    ^~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:69102:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        it = longAt(address);
                    ^~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:69138:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        it = longAt(address);
                    ^~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:69224:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                aFrame = pointerForOop(longAt(aFrame + FoxSavedFP));
                                                              ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:69235:74: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        (frameAbove + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(frameAbove + FoxMethod)))) < (startOfMemory())
                                                                                                            ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:69237:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        : byteAt((frameAbove + FoxIFrameFlags) + 1))))) + BytesPerWord)
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:69245:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                theSP = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                           ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:70670:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                while (theSP <= (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                    ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:70673:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        if (oop == (longAt(theSP))) {
                                                           ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:70675:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                                printHexnp(theFP);
                                                           ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:69271:19: note: passing argument to parameter 'n' here
printHexnp(usqInt n)
                  ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:70677:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                                printHexnp(theSP);
                                                           ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:69271:19: note: passing argument to parameter 'n' here
printHexnp(usqInt n)
                  ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:70683:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                       ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:70684:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                   ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:70685:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:70686:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        if (oop == (longAt(theFP + FoxThisContext))) {
                                                           ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:70688:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                                printHexnp(theFP);
                                                           ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:69271:19: note: passing argument to parameter 'n' here
printHexnp(usqInt n)
                  ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:70694:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (oop == (longAt(theFP + FoxMethod))) {
                                                   ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:70696:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        printHexnp(theFP);
                                                   ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:69271:19: note: passing argument to parameter 'n' here
printHexnp(usqInt n)
                  ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:70701:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                                                        ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:70709:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (oop == (longAt(theSP))) {
                                                   ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:70711:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        printHexnp(theFP);
                                                   ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:69271:19: note: passing argument to parameter 'n' here
printHexnp(usqInt n)
                  ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:70713:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        printHexnp(theSP);
                                                   ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:69271:19: note: passing argument to parameter 'n' here
printHexnp(usqInt n)
                  ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:70793:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:70806:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return longAt(theFP + (frameStackedReceiverOffset(theFP)));
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:70818:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:70829:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), (((usqInt)integerValue << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:70843:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:71153:33: warning: expression result unused [-Wunused-value]
                ((((usqInt) w1) >> 8) & 0xFF) | (((sqInt)((usqInt)((w1 & 0xFF)) << 8)));
                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:71224:30: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
        cogCodeBase = pointerForOop(allocateJITMemory(GIV(cogCodeSize), ((header.oldBaseAddr)) - GIV(cogCodeSize)));
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:71225:61: warning: ordered comparison between pointer and integer ('char *' and 'sqInt' (aka 'long'))
        desiredPositionOfHeap = (((cogCodeBase + GIV(cogCodeSize)) < ((header.oldBaseAddr))) ? ((header.oldBaseAddr)) : (cogCodeBase + GIV(cogCodeSize)));
                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:71225:87: warning: pointer/integer type mismatch in conditional expression ('sqInt' (aka 'long') and 'char *') [-Wconditional-type-mismatch]
        desiredPositionOfHeap = (((cogCodeBase + GIV(cogCodeSize)) < ((header.oldBaseAddr))) ? ((header.oldBaseAddr)) : (cogCodeBase + GIV(cogCodeSize)));
                                                                                             ^ ~~~~~~~~~~~~~~~~~~~~~~   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:71225:24: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long') from 'char *' [-Wint-conversion]
        desiredPositionOfHeap = (((cogCodeBase + GIV(cogCodeSize)) < ((header.oldBaseAddr))) ? ((header.oldBaseAddr)) : (cogCodeBase + GIV(cogCodeSize)));
                              ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:71381:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        initializeCodeZoneFromupTo(cogCodeBase, cogCodeBase + GIV(cogCodeSize));
                                   ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include/cogit.h:56:46: note: passing argument to parameter 'startAddress' here
extern void initializeCodeZoneFromupTo(sqInt startAddress, sqInt endAddress);
                                             ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:71381:42: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        initializeCodeZoneFromupTo(cogCodeBase, cogCodeBase + GIV(cogCodeSize));
                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include/cogit.h:56:66: note: passing argument to parameter 'endAddress' here
extern void initializeCodeZoneFromupTo(sqInt startAddress, sqInt endAddress);
                                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:71510:67: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'char *' [-Wint-conversion]
                        longAtput((temporaryIndex < ((frameNumArgs = ((mframeCogMethod(theFP))->cmNumArgs)))
                                                                                       ^~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19483:23: note: passing argument to parameter 'theFP' here
mframeCogMethod(char *theFP)
                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:71559:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:71592:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if ((longAt(theFP + FoxSavedFP)) == 0) {
                                    ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:71598:66: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                GIV(instructionPointer) = ((usqInt)(pointerForOop(longAt(GIV(framePointer) + FoxCallerSavedIP))));
                                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:71601:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                GIV(framePointer) = pointerForOop(longAt(GIV(framePointer) + FoxSavedFP));
                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:71640:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:71815:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                oop = longAt(GIV(stackPointer) + (index * BytesPerWord));
                                                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:71830:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                                longAtput(GIV(stackPointer) + (index * BytesPerWord), oop);
                                                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:71907:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:71944:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if (!((longAt(theFP + FoxSavedFP)) == 0)) {
                                      ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:71948:62: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                GIV(instructionPointer) = ((usqInt)(pointerForOop(longAt(theFP + FoxCallerSavedIP))));
                                                                                         ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:71951:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                GIV(framePointer) = pointerForOop(longAt(theFP + FoxSavedFP));
                                                                         ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:71953:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                aMethodObj = ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())
                                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:71955:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(GIV(framePointer) + FoxMethod));
                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:71971:130: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:72017:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:72362:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                                              ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:72403:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (!((longAt(theFP + FoxSavedFP)) == 0)) {
                      ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:72404:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                shortPrintFrameAndCallers(pointerForOop(longAt(theFP + FoxSavedFP)));
                                                               ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:72451:51: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                shortPrintFrameAndNCallers(pointerForOop(longAt(theFP + FoxSavedFP)), n - 1);
                                                                ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:72510:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                                ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:72519:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        callerContextOrNil = longAt((thePage->baseAddress));
                                    ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:72704:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:72781:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:72788:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), rcvr);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:72800:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                rcvr1 = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:72806:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:72810:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp7 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:72813:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:72813:59: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                        ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:72820:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp10 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:72834:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:72840:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object2);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:72843:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), 0);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:72850:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object1);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:72853:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:72858:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp9 = GIV(stackPointer) - BytesPerWord), rcvr1);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:72862:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:72874:65: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                shouldSkipStoreBytecode = reapAndResetErrorCodeToheader(GIV(framePointer), methodHeader);
                                                                                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:71394:37: note: passing argument to parameter 'theFP' here
reapAndResetErrorCodeToheader(sqInt theFP, sqInt methodHeader)
                                    ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:73287:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return floatValueOf(longAt(GIV(stackPointer) + (offset * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:73299:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (offset * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:73336:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (offset * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:73417:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:73419:82: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : (((usqInt) ((theFP + FoxIFReceiver) - theSP)) >> (shiftForWord())) + (byteAt((theFP + FoxIFrameFlags) + 1)));
                                                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:73436:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (offset * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:73501:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (offset * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:73509:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:73519:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return longAt(GIV(stackPointer) + (offset * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:73854:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((longAt(theFP + FoxSavedFP)) == 0) {
                    ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:73861:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                                         ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:73863:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        : byteAt((theFP + FoxIFrameFlags) + 1))))) + (2 * BytesPerWord), anOop);
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:73861:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:73867:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                        ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:73876:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                callerContextOrNil = longAt((thePage1->baseAddress));
                                            ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:73883:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (((((usqInt)(longAt(callerFP + FoxMethod)))) < (startOfMemory())
                               ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:73884:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? ((longAt(callerFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                           ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:73885:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : (byteAt((callerFP + FoxIFrameFlags) + 2)) != 0)) {
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:73887:10: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAt(callerFP + FoxThisContext);
                       ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:73932:80: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((theMovedFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theMovedFP + FoxMethod)))) < (startOfMemory())
                                                                                      ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:73934:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        : byteAt((theMovedFP + FoxIFrameFlags) + 1))))) + (2 * BytesPerWord), anOop);
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:73932:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((theMovedFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theMovedFP + FoxMethod)))) < (startOfMemory())
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74193:88: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return validInstructionPointerinMethodframePointer(anInstrPointer, ((((usqInt)(longAt(fp + FoxMethod)))) < (startOfMemory())
                                                                                              ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74195:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : longAt(fp + FoxMethod)), fp);
                         ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74393:17: warning: variable 'the2ndUnknownShort' is uninitialized when used here [-Wuninitialized]
        putShorttoFile(the2ndUnknownShort, f);
                       ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74338:29: note: initialize the variable 'the2ndUnknownShort' to silence this warning
    sqInt the2ndUnknownShort;
                            ^
                             = 0
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74474:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                valuePointer2 = ((((usqInt)(longAt(spouseFP + FoxMethod)))) < (startOfMemory())
                                                                   ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74476:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs - i) * BytesPerWord))
                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74477:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        : longAt(((spouseFP + FoxMFReceiver) - BytesPerWord) + ((frameNumArgs - i) * BytesPerWord)))
                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74478:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : (i < ((frameNumArgs1 = byteAt((spouseFP + FoxIFrameFlags) + 1)))
                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74479:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs1 - i) * BytesPerWord))
                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74480:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        : longAt(((spouseFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs1 - i) * BytesPerWord))));
                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74532:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        anOop = longAt(GIV(stackPointer) + (PARAM_EXTERNALFUNCTION * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74554:19: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long') [-Wint-conversion]
        externalFunction = longAt((anOop1 + BaseHeaderSize) + (0U << (shiftForWord())));
                         ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74562:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        anOop2 = longAt(((longAt(GIV(stackPointer) + (PARAM_EXTERNALFUNCTION * BytesPerWord))) + BaseHeaderSize) + (1U << (shiftForWord())));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74570:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argumentsArrayOop = longAt(GIV(stackPointer) + (PARAM_ARGUMENTS * BytesPerWord));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74586:16: warning: expression which evaluates to zero treated as a null pointer constant of type 'void **' [-Wnon-literal-null-conversion]
                parameters = ((sqInt) null);
                             ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74594:13: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long') from 'void *' [-Wint-conversion]
                argHolder = alloca((argType->size));
                          ^ ~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74595:17: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long') [-Wint-conversion]
                parameters[i] = argHolder;
                              ^ ~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74610:45: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        marshallAndPushReturnValueFromofTypepoping(returnHolder, (cif->rtype), 3);
                                                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:1725:76: note: passing argument to parameter 'returnHolder' here
static void NoDbgRegParms marshallAndPushReturnValueFromofTypepoping(sqInt returnHolder, ffi_type *ffiType, sqInt argumentsAndReceiverCount);
                                                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74667:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        anOop = longAt(GIV(stackPointer) + (PARAM_EXTERNALFUNCTION * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74689:19: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long') [-Wint-conversion]
        externalFunction = longAt((anOop1 + BaseHeaderSize) + (0U << (shiftForWord())));
                         ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74696:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        anOop2 = longAt(((longAt(GIV(stackPointer) + (PARAM_EXTERNALFUNCTION * BytesPerWord))) + BaseHeaderSize) + (1U << (shiftForWord())));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74703:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (PARAM_SEMAPHORE_INDEX * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74723:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        receiver = longAt(GIV(stackPointer) + (PARAM_RECEIVER * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74732:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argumentsArrayOop = longAt(GIV(stackPointer) + (PARAM_ARGUMENTS * BytesPerWord));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74746:16: warning: expression which evaluates to zero treated as a null pointer constant of type 'void **' [-Wnon-literal-null-conversion]
                parameters = ((sqInt) null);
                             ^~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74754:13: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long') from 'void *' [-Wint-conversion]
                argHolder = malloc((argType->size));
                          ^ ~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74755:17: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long') [-Wint-conversion]
                parameters[i] = argHolder;
                              ^ ~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74760:10: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long') from 'void *' [-Wint-conversion]
                                aPtr = parameters[i1];
                                     ^ ~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74763:11: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'void *' [-Wint-conversion]
                                        free(aPtr);
                                             ^~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/malloc/_malloc.h:42:18: note: passing argument to parameter here
void     free(void *);
                    ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74785:9: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqIntptr_t' (aka 'long') [-Wint-conversion]
        ptr[0] = (((sqIntptr_t)aPointer));
               ^ ~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74787:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((4 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74826:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        anOop = longAt(GIV(stackPointer) + (PARAM_TASK_ADDRESS * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74836:14: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long') [-Wint-conversion]
        taskAddress = longAt((anOop + BaseHeaderSize) + (0U << (shiftForWord())));
                    ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74839:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        receiver = longAt(GIV(stackPointer) + (PARAM_RECEIVER * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74856:45: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        marshallAndPushReturnValueFromofTypepoping(returnHolder, (((task->cif))->rtype), 2);
                                                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:1725:76: note: passing argument to parameter 'returnHolder' here
static void NoDbgRegParms marshallAndPushReturnValueFromofTypepoping(sqInt returnHolder, ffi_type *ffiType, sqInt argumentsAndReceiverCount);
                                                                           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74862:23: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long') from 'void *' [-Wint-conversion]
                        anParameterAddress = parameters[i];
                                           ^ ~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74864:26: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'void *' [-Wint-conversion]
                                doFreeFromTask(task, anParameterAddress);
                                                     ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2848:47: note: expanded from macro 'doFreeFromTask'
#define doFreeFromTask(aTask,anAddress) (free(anAddress))
                                              ^~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/malloc/_malloc.h:42:18: note: passing argument to parameter here
void     free(void *);
                    ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74873:23: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'void *' [-Wint-conversion]
        doFreeFromTask(task, ((sqInt)task));
                             ^~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2848:47: note: expanded from macro 'doFreeFromTask'
#define doFreeFromTask(aTask,anAddress) (free(anAddress))
                                              ^~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/malloc/_malloc.h:42:18: note: passing argument to parameter here
void     free(void *);
                    ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74927:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                                ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74934:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                (callerContextOrNil = longAt((thePage->baseAddress))),
                                                             ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74939:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : (((((usqInt)(longAt(callerFP + FoxMethod)))) < (startOfMemory())
                                              ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74940:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? ((longAt(callerFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                   ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74941:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : (byteAt((callerFP + FoxIFrameFlags) + 2)) != 0)
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74944:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAt(callerFP + FoxThisContext))
                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74952:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                          ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74954:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : longAt(theFP + FoxMethod));
                                 ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74957:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                return (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                           ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74958:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                                   ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74959:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0)
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74961:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                (numArgs = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                              ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74963:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                : byteAt((theFP + FoxIFrameFlags) + 1))),
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74964:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                longAt(theFP + ((FoxCallerSavedIP + BytesPerWord) + (((sqInt)((usqInt)(numArgs) << (shiftForWord())))))))
                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74968:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                          ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74969:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ? longAt(theFP + FoxMFReceiver)
                                 ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74970:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : longAt(theFP + FoxIFReceiver));
                                 ^~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74974:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                          ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74976:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs - (index - CtxtTempFrameStart)) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74977:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((theFP + FoxMFReceiver) - BytesPerWord) + ((frameNumArgs - (index - CtxtTempFrameStart)) * BytesPerWord)))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74978:63: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : ((index - CtxtTempFrameStart) < ((frameNumArgs1 = byteAt((theFP + FoxIFrameFlags) + 1)))
                                                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74979:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs1 - (index - CtxtTempFrameStart)) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74980:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((theFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs1 - (index - CtxtTempFrameStart)) * BytesPerWord))));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:75010:9: warning: incompatible integer to pointer conversion returning 'sqInt' (aka 'long') from a function with result type 'void *' [-Wint-conversion]
        return longAt((anOop1 + BaseHeaderSize) + (0U << (shiftForWord())));
               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:75074:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp8 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:75080:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp9 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), (((usqInt)integerVal1 << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:75089:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:75095:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop1);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:75101:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp10 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), (((usqInt)integerVal2 << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:75107:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp11 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), (((usqInt)integerVal3 << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:75116:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp2 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop2);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:75122:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp3 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop3);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:75132:10: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqIntptr_t' (aka 'long') [-Wint-conversion]
                ptr[0] = (((sqIntptr_t)aPointer));
                       ^ ~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:75134:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp4 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop4);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:75143:25: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'const void *' [-Wint-conversion]
                memcpy(targetPointer, returnHolder, sizeToCopy);
                                      ^~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/secure/_string.h:63:33: note: expanded from macro 'memcpy'
                __builtin___memcpy_chk (dest, __VA_ARGS__, __darwin_obsz0 (dest))
                                              ^~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:75145:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp5 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop5);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:75152:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp6 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), floatObjectOf(f));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:75159:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp7 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), floatObjectOf(f1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:75231:12: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long') [-Wint-conversion]
                        address = longAt((oop1 + BaseHeaderSize) + (0U << (shiftForWord())));
                                ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:75250:10: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'const void *' [-Wint-conversion]
                memcpy(argHolder, srcPtr, argTypeSize);
                       ^~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/secure/_string.h:63:62: note: expanded from macro 'memcpy'
                __builtin___memcpy_chk (dest, __VA_ARGS__, __darwin_obsz0 (dest))
                                                                           ^~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/secure/_common.h:38:55: note: expanded from macro '__darwin_obsz0'
#define __darwin_obsz0(object) __builtin_object_size (object, 0)
                                                      ^~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:75250:10: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'void *' [-Wint-conversion]
                memcpy(argHolder, srcPtr, argTypeSize);
                       ^~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/secure/_string.h:63:27: note: expanded from macro 'memcpy'
                __builtin___memcpy_chk (dest, __VA_ARGS__, __darwin_obsz0 (dest))
                                        ^~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:75873:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:75891:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:75915:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newCopy);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:75963:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:75971:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        aContext = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76090:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76193:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76206:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        value = ((((usqInt)(longAt(spouseFP + FoxMethod)))) < (startOfMemory())
                                   ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76208:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs - (index - 1)) * BytesPerWord))
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76209:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                : longAt(((spouseFP + FoxMFReceiver) - BytesPerWord) + ((frameNumArgs - (index - 1)) * BytesPerWord)))
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76210:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : ((index - 1) < ((frameNumArgs1 = byteAt((spouseFP + FoxIFrameFlags) + 1)))
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76211:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs1 - (index - 1)) * BytesPerWord))
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76212:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                : longAt(((spouseFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs1 - (index - 1)) * BytesPerWord))));
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76214:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76250:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        value = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76252:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76254:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        aContext = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76408:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76421:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((((usqInt)(longAt(spouseFP + FoxMethod)))) < (startOfMemory())) {
                              ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76422:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(((index - 1) < ((frameNumArgs = ((mframeCogMethod(spouseFP))->cmNumArgs)))
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76427:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((index - 1) < ((frameNumArgs1 = byteAt((spouseFP + FoxIFrameFlags) + 1)))) {
                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76428:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((spouseFP + FoxCallerSavedIP) + ((frameNumArgs1 - (index - 1)) * BytesPerWord), value);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76431:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput(((spouseFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs1 - (index - 1)) * BytesPerWord), value);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76435:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76462:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76546:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)sz << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76562:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        flag = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76643:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argumentArray = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76645:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        methodArg = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                           ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76830:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76836:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top1 = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76842:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), primRcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76848:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76870:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object1);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76874:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp2 = GIV(stackPointer) - BytesPerWord), object2);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76878:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp3 = GIV(stackPointer) - BytesPerWord), object3);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76882:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object4);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76935:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argumentArray = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76937:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        primIdx = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76972:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                GIV(tempOop2) = longAt(GIV(stackPointer) + (4 * BytesPerWord));
                                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76974:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                rcvr = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76991:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), rcvr);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77003:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77048:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
         && (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()))))) {
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77060:2: warning: expression result unused [-Wunused-value]
        !GIV(primFailCode);
        ^    ~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77068:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        rcvr = longAt(GIV(stackPointer));
                                          ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77072:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), rcvr);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77076:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp4 = GIV(stackPointer) - BytesPerWord), (((usqInt)primIdx << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77079:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(tempOop));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77106:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        methodArgument = longAt(GIV(stackPointer));
                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77119:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77176:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        methodArgument = longAt(GIV(stackPointer));
                                    ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77178:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argumentArray = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77210:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77219:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord), rcvr);
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77226:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77513:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77531:7: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long') from 'void *' [-Wint-conversion]
        addr = malloc(byteSize);
             ^ ~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77543:9: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqIntptr_t' (aka 'long') [-Wint-conversion]
        ptr[0] = (((sqIntptr_t)addr));
               ^ ~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77546:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77564:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop1 = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77585:7: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long') [-Wint-conversion]
        addr = longAt((oop + BaseHeaderSize) + (0U << (shiftForWord())));
             ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77592:18: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
         || (isInMemory(addr)))) {
                        ^~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:50299:18: note: passing argument to parameter 'address' here
isInMemory(sqInt address)
                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77625:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77653:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        obj = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77671:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77687:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer1 = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77703:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77770:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77798:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        obj = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77816:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77832:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueOop = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77834:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer1 = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77850:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (4 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77914:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77943:85: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        handlerOrNilOrZero = findMethodWithPrimitiveFromContextUpToContext(199, longAt(GIV(stackPointer)), GIV(nilObj));
                                                                                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77949:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), handlerOrNilOrZero);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77980:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        stopContext = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77982:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        calleeContext = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78012:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(theFP + FoxSavedFP)) == 0) {
                            ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78017:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        startFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                                       ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78021:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if ((((((usqInt)(longAt(theFP1 + FoxMethod)))) < (startOfMemory())
                                                        ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78022:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? ((longAt(theFP1 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                   ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78023:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : (byteAt((theFP1 + FoxIFrameFlags) + 2)) != 0))
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78024:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                 && (stopContext == (longAt(theFP1 + FoxThisContext)))) {
                                                            ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78028:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (!(((((usqInt)(longAt(theFP1 + FoxMethod)))) < (startOfMemory())
                                                         ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78029:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                ? ((longAt(theFP1 + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                                                           ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78030:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                : (byteAt((theFP1 + FoxIFrameFlags) + 3)) != 0))) {
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78031:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        theMethod = ((((usqInt)(longAt(theFP1 + FoxMethod)))) < (startOfMemory())
                                                                       ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78033:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                : longAt(theFP1 + FoxMethod));
                                                         ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78043:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                if (((((usqInt)(longAt(theFP1 + FoxMethod)))) < (startOfMemory())
                                                                       ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78044:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        ? ((longAt(theFP1 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                                   ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78045:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        : (byteAt((theFP1 + FoxIFrameFlags) + 2)) != 0)) {
                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78047:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        handlerOrNilOrZero = longAt(theFP1 + FoxThisContext);
                                                                                    ^~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78055:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                theFP1 = pointerForOop(longAt(theFP1 + FoxSavedFP));
                                                              ^~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78062:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        callerContextOrNil = longAt((thePage->baseAddress));
                                                    ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78093:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), handlerOrNilOrZero);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78129:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78137:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)integerVal1 << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78159:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78440:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78463:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78465:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78563:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78588:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        newValue = longAt(GIV(stackPointer));
                              ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78590:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78592:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78742:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78763:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78765:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78823:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78839:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78841:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78860:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78881:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78883:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78940:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78956:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78958:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78975:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78996:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78998:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79055:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79071:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79073:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79090:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79111:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79113:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79169:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79185:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79187:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79204:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79225:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79227:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79284:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79300:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79302:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79319:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79340:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79342:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79399:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79415:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79417:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79434:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79454:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79456:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79512:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79527:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79529:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79545:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79566:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79568:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79627:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79643:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79645:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79664:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79685:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79687:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79744:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79760:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79762:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79779:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79799:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79801:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79856:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79871:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79873:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79889:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79910:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79912:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79971:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79987:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79989:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80008:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80045:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        module = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80047:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        symbol = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80092:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                moduleHandle = ((void *) (ioLoadModuleOfLength(moduleNameString, moduleNameStringSize)));
                                                               ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:558:35: note: passing argument to parameter 'moduleNameIndex' here
void  *ioLoadModuleOfLength(sqInt moduleNameIndex, sqInt moduleNameLength);
                                  ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80128:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        address = ioLoadSymbolOfLengthFromModule(symbolString, symbolStringSize, moduleHandle);
                                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:559:45: note: passing argument to parameter 'functionNameIndex' here
void  *ioLoadSymbolOfLengthFromModule(sqInt functionNameIndex, sqInt functionNameLength, void *moduleHandle);
                                            ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80137:9: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqIntptr_t' (aka 'long') [-Wint-conversion]
        ptr[0] = (((sqIntptr_t)address));
               ^ ~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80140:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80161:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80163:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80219:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80234:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80236:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80252:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80273:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80275:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80334:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80350:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80352:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80371:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80392:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80394:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80451:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80467:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80469:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80486:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80506:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80508:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80563:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80578:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80580:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80596:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80665:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), result);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80698:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        thang = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80700:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80703:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(falseObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80731:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (trueOrFalse
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80752:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(falseObj));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80769:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp3 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(trueObj));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80780:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp4 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(trueObj));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80786:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(falseObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80802:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        GIV(messageSelector) = longAt(GIV(stackPointer) + ((GIV(argumentCount) - 1) * BytesPerWord));
                                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80804:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        newReceiver = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80807:64: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (i * BytesPerWord), longAt(GIV(stackPointer) + ((i - 1) * BytesPerWord)));
                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80807:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (i * BytesPerWord), longAt(GIV(stackPointer) + ((i - 1) * BytesPerWord)));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80830:71: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput(GIV(stackPointer) + ((i - 1) * BytesPerWord), longAt(GIV(stackPointer) + (i * BytesPerWord)));
                                                                                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80830:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput(GIV(stackPointer) + ((i - 1) * BytesPerWord), longAt(GIV(stackPointer) + (i * BytesPerWord)));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80832:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord), GIV(messageSelector));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80863:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        obj = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80871:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        boolean = longAt(GIV(stackPointer));
                             ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80906:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), wasPinned);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80945:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80982:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        msecsObj = longAt(GIV(stackPointer));
                              ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80984:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        sema = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81053:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        usecsObj = longAt(GIV(stackPointer));
                              ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81055:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        sema = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81141:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81143:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81192:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81212:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp3 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)(byteAt((rcvr + BaseHeaderSize) + index)) << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81225:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp4 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81238:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81254:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop1);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81301:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        newValue = longAt(GIV(stackPointer));
                              ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81303:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81305:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81359:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81451:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81470:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81484:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp3 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81503:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp4 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81534:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81536:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81538:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81606:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81623:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81625:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81627:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81656:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81677:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81679:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81681:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81740:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81756:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81758:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81760:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81779:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81800:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81802:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81804:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81863:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81879:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81881:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81883:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81902:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81923:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81925:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81927:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81985:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82001:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82003:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82005:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82024:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82046:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82048:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82050:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82110:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82127:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82129:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82131:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82151:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82173:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82175:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82177:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82237:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82254:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82256:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82258:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82278:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82299:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82301:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82303:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82361:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82377:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82379:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82381:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82399:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82420:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82422:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82424:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82485:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82501:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82503:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82505:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82526:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82547:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82549:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82551:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82612:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82628:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82630:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82632:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82653:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82674:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82676:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82678:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82735:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82751:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82753:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82755:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82773:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82795:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82797:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82799:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82869:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82886:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82888:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82890:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82920:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82945:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        ctxt = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82947:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83053:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83055:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83057:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83120:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83136:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83138:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83140:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83163:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83184:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83186:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83188:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83249:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83265:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83267:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83269:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83290:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83311:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83313:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83315:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83376:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83392:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83394:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83396:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83417:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83438:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83440:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83442:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83504:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83520:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83522:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83524:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83547:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83689:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (offset * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83710:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83715:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83924:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result1);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83944:42: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtPointerput(((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())
                                            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:84065:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) {
                                                                 ^~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:84076:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                               ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:84077:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                           ^~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:84078:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:84080:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                objOrFP = longAt(theFP + FoxThisContext);
                                                 ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:84084:72: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        (theFPAbove + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFPAbove + FoxMethod)))) < (startOfMemory())
                                                                                            ^~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:84086:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        : byteAt((theFPAbove + FoxIFrameFlags) + 1))))) + BytesPerWord));
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:84144:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:84244:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:84268:9: warning: incompatible integer to pointer conversion returning 'sqInt' (aka 'long') from a function with result type 'void *' [-Wint-conversion]
        return longAt((anOop + BaseHeaderSize) + (0U << (shiftForWord())));
               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:13979:1: warning: unused function 'cmHomeMethod' [-Wunused-function]
cmHomeMethod(CogBlockMethod * self_in_cmHomeMethod)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14142:1: warning: unused function 'pageListIsWellFormed' [-Wunused-function]
pageListIsWellFormed(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14565:1: warning: unused function 'asCogHomeMethod' [-Wunused-function]
asCogHomeMethod(CogBlockMethod *aCogMethod)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17214:1: warning: unused function 'deferStackLimitSmashAroundwith' [-Wunused-function]
deferStackLimitSmashAroundwith(void (*functionSymbol)(sqInt), sqInt arg)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18104:1: warning: unused function 'frameHasContext' [-Wunused-function]
frameHasContext(char *theFP)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18116:1: warning: unused function 'frameIsBlockActivation' [-Wunused-function]
frameIsBlockActivation(char *theFP)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18125:1: warning: unused function 'frameMethodObject' [-Wunused-function]
frameMethodObject(char *theFP)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18137:1: warning: unused function 'frameNumArgs' [-Wunused-function]
frameNumArgs(char *theFP)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18153:1: warning: unused function 'frameReceiver' [-Wunused-function]
frameReceiver(char *theFP)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18393:1: warning: unused function 'iframeIsBlockActivation' [-Wunused-function]
iframeIsBlockActivation(char *theFP)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18400:1: warning: unused function 'iframeReceiver' [-Wunused-function]
iframeReceiver(char *theFP)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18407:1: warning: unused function 'iframeSavedIP' [-Wunused-function]
iframeSavedIP(char *theFP)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18643:1: warning: unused function 'isMachineCodeFrame' [-Wunused-function]
isMachineCodeFrame(char *theFP)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19532:1: warning: unused function 'mframeIsBlockActivation' [-Wunused-function]
mframeIsBlockActivation(char *theFP)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19539:1: warning: unused function 'mframeReceiver' [-Wunused-function]
mframeReceiver(char *theFP)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19954:1: warning: unused function 'newMethodInLookupCacheAtand' [-Wunused-function]
newMethodInLookupCacheAtand(sqInt selector, sqInt classTag)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22083:1: warning: unused function 'stackLimitOffset' [-Wunused-function]
stackLimitOffset(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22096:1: warning: unused function 'stackPageHeadroom' [-Wunused-function]
stackPageHeadroom(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:39675:1: warning: unused function 'headerWhileForwardingOf' [-Wunused-function]
headerWhileForwardingOf(sqInt aCompiledMethodObjOop)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:40491:1: warning: unused function 'isImmediateFloat' [-Wunused-function]
isImmediateFloat(sqInt oop)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:40599:1: warning: unused function 'maxSlotsForAlloc' [-Wunused-function]
maxSlotsForAlloc(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:40611:1: warning: unused function 'numFreeLists' [-Wunused-function]
numFreeLists(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:40830:1: warning: unused function 'wordIndexableFormat' [-Wunused-function]
wordIndexableFormat(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:40891:1: warning: unused function 'allNewSpaceObjectsHaveZeroRTRefCount' [-Wunused-function]
allNewSpaceObjectsHaveZeroRTRefCount(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:40970:1: warning: unused function 'allWeakSurvivorsOnWeakList' [-Wunused-function]
allWeakSurvivorsOnWeakList(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:41373:1: warning: unused function 'firstCorpse' [-Wunused-function]
firstCorpse(sqInt headOfCorpseList)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:41624:1: warning: unused function 'noUnfiredEphemeronsAtEndOfRememberedSet' [-Wunused-function]
noUnfiredEphemeronsAtEndOfRememberedSet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:43502:1: warning: unused function 'allObjectsUnmarked' [-Wunused-function]
allObjectsUnmarked(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:43617:1: warning: unused function 'allOldMarkedWeakObjectsOnWeaklingStack' [-Wunused-function]
allOldMarkedWeakObjectsOnWeaklingStack(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:44470:1: warning: unused function 'allocationUnit' [-Wunused-function]
allocationUnit(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:44481:1: warning: unused function 'allStrongSlotsOfWeaklingAreMarked' [-Wunused-function]
allStrongSlotsOfWeaklingAreMarked(sqInt aWeakling)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:44507:1: warning: unused function 'allUnscannedEphemeronsAreActive' [-Wunused-function]
allUnscannedEphemeronsAreActive(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:44539:1: warning: unused function 'assertInnerValidFreeObject' [-Wunused-function]
assertInnerValidFreeObject(sqInt objOop)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:45129:1: warning: unused function 'bitsSetInFreeSpaceMaskForAllFreeLists' [-Wunused-function]
bitsSetInFreeSpaceMaskForAllFreeLists(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:45191:1: warning: unused function 'bridgeSize' [-Wunused-function]
bridgeSize(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:45198:1: warning: unused function 'byteFormatMask' [-Wunused-function]
byteFormatMask(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:46532:1: warning: unused function 'classIndexFieldWidth' [-Wunused-function]
classIndexFieldWidth(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:46669:1: warning: unused function 'classTableRootSlots' [-Wunused-function]
classTableRootSlots(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:47722:1: warning: unused function 'ephemeronFormat' [-Wunused-function]
ephemeronFormat(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:47729:1: warning: unused function 'existInstancesInNewSpaceOf' [-Wunused-function]
existInstancesInNewSpaceOf(sqInt classObj)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:47937:1: warning: unused function 'fetchPointerofFreeChunk' [-Wunused-function]
fetchPointerofFreeChunk(sqInt fieldIndex, sqInt objOop)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:48301:1: warning: unused function 'firstFixedFieldOfMaybeImmediate' [-Wunused-function]
firstFixedFieldOfMaybeImmediate(sqInt oop)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:48605:1: warning: unused function 'formatOf' [-Wunused-function]
formatOf(sqInt objOop)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:48615:1: warning: unused function 'forwardedFormat' [-Wunused-function]
forwardedFormat(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:48626:1: warning: unused function 'forwardersIn' [-Wunused-function]
forwardersIn(sqInt anObject)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:48652:1: warning: unused function 'freeChunkNextIndex' [-Wunused-function]
freeChunkNextIndex(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:48662:1: warning: unused function 'freeChunkParentIndex' [-Wunused-function]
freeChunkParentIndex(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:48673:1: warning: unused function 'freeChunkPrevIndex' [-Wunused-function]
freeChunkPrevIndex(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:48861:1: warning: unused function 'goodContextSize' [-Wunused-function]
goodContextSize(sqInt oop)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:48959:1: warning: unused function 'hasSpurMemoryManagerAPI' [-Wunused-function]
hasSpurMemoryManagerAPI(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:49032:1: warning: unused function 'hiddenRootSlots' [-Wunused-function]
hiddenRootSlots(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:49039:1: warning: unused function 'hiddenRootsObject' [-Wunused-function]
hiddenRootsObject(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:50098:1: warning: unused function 'isCompiledMethodHeader' [-Wunused-function]
isCompiledMethodHeader(sqInt objHeader)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:50115:1: warning: unused function 'isContextHeader' [-Wunused-function]
isContextHeader(sqInt aHeader)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:50133:1: warning: unused function 'isCopiedIntoSegment' [-Wunused-function]
isCopiedIntoSegment(sqInt anObjectInTheHeap)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:50156:1: warning: unused function 'isEnumerableObjectNoAssert' [-Wunused-function]
isEnumerableObjectNoAssert(sqInt objOop)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:50192:1: warning: unused function 'isEphemeron' [-Wunused-function]
isEphemeron(sqInt objOop)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:50212:1: warning: unused function 'isForwardedClassTag' [-Wunused-function]
isForwardedClassTag(sqInt classIndex)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:50237:1: warning: unused function 'isFreeObject' [-Wunused-function]
isFreeObject(sqInt objOop)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:50244:1: warning: unused function 'isFreeOop' [-Wunused-function]
isFreeOop(sqInt oop)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:50259:1: warning: unused function 'isInClassTable' [-Wunused-function]
isInClassTable(sqInt objOop)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:50282:1: warning: unused function 'isInEden' [-Wunused-function]
isInEden(sqInt objOop)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:50289:1: warning: unused function 'isInFutureSpace' [-Wunused-function]
isInFutureSpace(sqInt address)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:50324:1: warning: unused function 'isInNewSpace' [-Wunused-function]
isInNewSpace(sqInt objOop)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:50339:1: warning: unused function 'isInPastSpace' [-Wunused-function]
isInPastSpace(sqInt address)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:50346:1: warning: unused function 'isLargeFreeObject' [-Wunused-function]
isLargeFreeObject(sqInt objOop)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:50353:1: warning: unused function 'isMaybeFiredEphemeron' [-Wunused-function]
isMaybeFiredEphemeron(sqInt objOop)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:50372:1: warning: unused function 'isObjEphemeron' [-Wunused-function]
isObjEphemeron(sqInt objOop)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:50383:1: warning: unused function 'isObjImmutable' [-Wunused-function]
isObjImmutable(sqInt anOop)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:50486:1: warning: unused function 'isRemembered' [-Wunused-function]
isRemembered(sqInt objOop)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:50496:1: warning: unused function 'isSegmentBridge' [-Wunused-function]
isSegmentBridge(sqInt objOop)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:50503:1: warning: unused function 'isSemaphoreOop' [-Wunused-function]
isSemaphoreOop(sqInt anOop)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:50563:1: warning: unused function 'isValidObjStackAt' [-Wunused-function]
isValidObjStackAt(sqInt objStackRootIndex)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:50710:1: warning: unused function 'isWeakNonImm' [-Wunused-function]
isWeakNonImm(sqInt objOop)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:50848:1: warning: unused function 'knownClassAtIndex' [-Wunused-function]
knownClassAtIndex(sqInt classIndex)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:50857:1: warning: unused function 'lastPointerFormat' [-Wunused-function]
lastPointerFormat(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:50986:1: warning: unused function 'lengthOfMaybeImmediate' [-Wunused-function]
lengthOfMaybeImmediate(sqInt oop)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:53328:1: warning: unused function 'newSpaceIsEmpty' [-Wunused-function]
newSpaceIsEmpty(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:53563:1: warning: unused function 'noUnscannedEphemerons' [-Wunused-function]
noUnscannedEphemerons(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:57712:1: warning: unused function 'slidingCompactionInProgress' [-Wunused-function]
slidingCompactionInProgress(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:57780:1: warning: unused function 'startOfObject' [-Wunused-function]
startOfObject(sqInt objOop)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:58788:1: warning: unused function 'validClassTableHashes' [-Wunused-function]
validClassTableHashes(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:58869:1: warning: unused function 'validFreeTreeChunk' [-Wunused-function]
validFreeTreeChunk(sqInt chunk)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:58912:1: warning: unused function 'validObjStacks' [-Wunused-function]
validObjStacks(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:59709:1: warning: unused function 'isMobile' [-Wunused-function]
isMobile(sqInt obj)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:59720:1: warning: unused function 'isPostMobile' [-Wunused-function]
isPostMobile(sqInt obj)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:59987:1: warning: unused function 'savedFirstFieldsSpaceWasAllocated' [-Wunused-function]
savedFirstFieldsSpaceWasAllocated(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:60884:1: warning: unused function 'validRelocationPlanInPass' [-Wunused-function]
validRelocationPlanInPass(sqInt onePass)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:60949:1: warning: unused function 'segLimit' [-Wunused-function]
segLimit(SpurSegmentInfo * self_in_segLimit)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:61044:1: warning: unused function 'allBridgesMarked' [-Wunused-function]
allBridgesMarked(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:61094:1: warning: unused function 'bridgeAt' [-Wunused-function]
bridgeAt(sqInt segIndex)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:61109:1: warning: unused function 'bridgeFor' [-Wunused-function]
bridgeFor(SpurSegmentInfo *aSegment)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:61232:1: warning: unused function 'isInSegments' [-Wunused-function]
isInSegments(usqInt address)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:61253:1: warning: unused function 'isValidSegmentBridge' [-Wunused-function]
isValidSegmentBridge(sqInt objOop)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:61555:1: warning: unused function 'segmentOverlap' [-Wunused-function]
segmentOverlap(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:61909:1: warning: unused function 'allOnesAsCharStar' [-Wunused-function]
allOnesAsCharStar(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:61992:1: warning: unused function 'assertValidStackLimits' [-Wunused-function]
assertValidStackLimits(sqInt ln)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:62688:1: warning: unused function 'checkStackPointerForMaybeMarriedContext' [-Wunused-function]
checkStackPointerForMaybeMarriedContext(sqInt aContext)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:62843:1: warning: unused function 'contexthasValidInversePCMappingOfin' [-Wunused-function]
contexthasValidInversePCMappingOfin(sqInt aContext, sqInt theIP, char *theFP)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:62945:1: warning: unused function 'cr' [-Wunused-function]
cr(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65498:1: warning: unused function 'ifCurrentStackPageHasValidHeadPointers' [-Wunused-function]
ifCurrentStackPageHasValidHeadPointers(StackPage *thePage)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65519:1: warning: unused function 'iframeMethod' [-Wunused-function]
iframeMethod(char *theFP)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65576:1: warning: unused function 'isBaseFrame' [-Wunused-function]
isBaseFrame(char *theFP)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65682:1: warning: unused function 'isMarriedOrWidowedContext' [-Wunused-function]
isMarriedOrWidowedContext(sqInt aContext)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65701:1: warning: unused function 'isMetaPrimitiveIndex' [-Wunused-function]
isMetaPrimitiveIndex(sqInt primIndex)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65714:1: warning: unused function 'isNullExternalPrimitiveCall' [-Wunused-function]
isNullExternalPrimitiveCall(sqInt aMethodObj)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65739:1: warning: unused function 'isPrimitiveFunctionPointerAnIndex' [-Wunused-function]
isPrimitiveFunctionPointerAnIndex(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67605:1: warning: unused function 'maybeLeakCheckExternalPrimCall' [-Wunused-function]
maybeLeakCheckExternalPrimCall(sqInt aMethodObj)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67996:1: warning: unused function 'noMarkedContextsOnPage' [-Wunused-function]
noMarkedContextsOnPage(StackPage *thePage)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:70804:1: warning: unused function 'pushedReceiverOrClosureOfFrame' [-Wunused-function]
pushedReceiverOrClosureOfFrame(char *theFP)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:72146:1: warning: unused function 'saneFunctionPointerForFailureOfPrimIndex' [-Wunused-function]
saneFunctionPointerForFailureOfPrimIndex(sqInt primIndex)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:72887:1: warning: unused function 'space' [-Wunused-function]
space(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:73321:1: warning: unused function 'stackLimitBytes' [-Wunused-function]
stackLimitBytes(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74177:1: warning: unused function 'validBCPCinMethod' [-Wunused-function]
validBCPCinMethod(sqInt thePC, usqInt aMethod)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74191:1: warning: unused function 'validInstructionPointerinFrame' [-Wunused-function]
validInstructionPointerinFrame(usqInt anInstrPointer, char *fp)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74204:1: warning: unused function 'validStackPageBaseFrames' [-Wunused-function]
validStackPageBaseFrames(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2024:13: warning: unused variable 'messageCount' [-Wunused-variable]
_iss usqInt messageCount;
            ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2041:13: warning: unused variable 'byteCount' [-Wunused-variable]
_iss usqInt byteCount;
            ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2042:12: warning: unused variable 'cifs' [-Wunused-variable]
_iss sqInt cifs;
           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2043:12: warning: unused variable 'codeGeneratorToComputeAccessorDepth' [-Wunused-variable]
_iss sqInt codeGeneratorToComputeAccessorDepth;
           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2044:12: warning: unused variable 'functions' [-Wunused-variable]
_iss sqInt functions;
           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2045:12: warning: unused variable 'initialMemoryAddress' [-Wunused-variable]
_iss sqInt initialMemoryAddress;
           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2046:12: warning: unused variable 'largeOpaqueMemoryManager' [-Wunused-variable]
_iss sqInt largeOpaqueMemoryManager;
           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2047:12: warning: unused variable 'memoryManager' [-Wunused-variable]
_iss sqInt memoryManager;
           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2048:12: warning: unused variable 'nextAddress' [-Wunused-variable]
_iss sqInt nextAddress;
           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2049:12: warning: unused variable 'preferredPinningSegment' [-Wunused-variable]
_iss sqInt preferredPinningSegment;
           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2050:12: warning: unused variable 'statCoalesces' [-Wunused-variable]
_iss sqInt statCoalesces;
           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2051:14: warning: unused variable 'statFGCDeltaUsecs' [-Wunused-variable]
_iss usqLong statFGCDeltaUsecs;
             ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2052:14: warning: unused variable 'statIncrGCUsecs' [-Wunused-variable]
_iss usqLong statIncrGCUsecs;
             ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2053:12: warning: unused variable 'testWorker' [-Wunused-variable]
_iss sqInt testWorker;
           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2054:12: warning: unused variable 'theUnknownShort' [-Wunused-variable]
_iss sqInt theUnknownShort;
           ^

StackInterpreter>>readImageFromFile:StartingAt: contains declaration for non-existent variable heapSize
StackInterpreter>>readImageFromFile:StartingAt: contains declaration for non-existent variable minimumMemory
StackInterpreter>>readImageFromFile:StartingAt: contains declaration for non-existent variable allocationReserve
StackInterpreterPrimitives>>primitiveLoadSymbolFromModule contains declaration for non-existent variable ptr
StackInterpreterPrimitives>>primitiveFFIAllocate contains declaration for non-existent variable ptr
StackInterpreterPrimitives>>doPrimitiveWorkerExtractReturnValue contains declaration for non-existent variable externalFunction
StackInterpreterPrimitives>>primitiveFFIFree contains declaration for non-existent variable ptr
StackInterpreter>>reapAndResetErrorCodeTo:header: contains declaration for non-existent variable theSP
StackInterpreter>>checkImageVersionFrom: contains declaration for non-existent variable imageOffset

conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in extendedStoreBytecodePop:
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, void in baseFrameReturn
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in extendedStoreBytecodePop:
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, void in baseFrameReturn
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in extendedStoreBytecodePop:
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, void in baseFrameReturn
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in extendedStoreBytecodePop:
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, void in baseFrameReturn
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in extendedStoreBytecodePop:
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, void in baseFrameReturn
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in extendedStoreBytecodePop:
conflicting return types sqInt, void in primitiveFFIFree
MetacelloNotification: Loaded -> VMMaker-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loaded -> VMMaker-Slang-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMakerCompatibilityForPharo6-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
NewUndeclaredWarning: OCAbstractScope>>childrenDo:after:suchThat: (children is Undeclared)
NewUndeclaredWarning: OCAbstractScope>>childrenDo:after:suchThat: (children is Undeclared)
NewUndeclaredWarning: OCAbstractScope>>childrenDo:suchThat: (children is Undeclared)
NewUndeclaredWarning: OCAbstractScope>>childrenDo:suchThat: (children is Undeclared)
NewUndeclaredWarning: DisplayText class>>example (Sensor is Undeclared)
NewUndeclaredWarning: DisplayText class>>example (Sensor is Undeclared)
NewUndeclaredWarning: DisplayText class>>text: (DefaultTextStyle is Undeclared)
MetacelloNotification: Loaded -> VMMakerCompatibilityForPharo6-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMakerTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
NewUndeclaredWarning: ProcessorSimulator>>stackValues (VMMachineCodeDebuggerStackItem is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>arg0Register (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>arg1Register (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>baseRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>cResultRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>carg0Register (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>carg1Register (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>carg2Register (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>carg3Register (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>classRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>disassembler (LLVMRV64Disassembler is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>doublePrecisionFloatingPointRegister0 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>doublePrecisionFloatingPointRegister1 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>doublePrecisionFloatingPointRegister2 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f0 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f1 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f10 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f11 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f12 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f13 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f14 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f15 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f16 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f17 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f18 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f19 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f2 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f20 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f21 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f22 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f23 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f24 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f25 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f26 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f27 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f28 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f29 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f3 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f30 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f31 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f4 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f5 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f6 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f7 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f8 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f9 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>flagCarryRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>flagOverflowRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>flagSignRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>flagZeroRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>framePointerRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>instructionPointerRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>linkRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>mstatus (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>receiverRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s0 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s0: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s2 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s2: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s7 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s7: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s8 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s8: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s9 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s9: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>sendNumberOfArgumentsRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>stackPointerRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t0 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t0: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t1 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t1: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t2 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t2: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t3 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t3: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t4 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t4: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t5 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t5: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t6 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t6: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>temporaryRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x0 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x1 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x10 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x11 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x12 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x13 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x14 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x15 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x16 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x17 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x18 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x19 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x2 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x20 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x21 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x22 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x23 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x24 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x25 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x26 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x27 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x28 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x29 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x3 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x30 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x31 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x4 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x5 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x6 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x7 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x8 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x9 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: VMFrameBuilder>>gtInspectorItemsIn: (GTObjectPrinter is Undeclared)
NewUndeclaredWarning: VMFrameBuilder>>gtInspectorItemsIn: (GTObjectPrinter is Undeclared)
NewUndeclaredWarning: VMBytecodeMethod>>encoderClass (EncoderForV3PlusClosures is Undeclared)
NewUndeclaredWarning: VMSimpleStackBasedCogitAbstractTest>>openMachineDebuggerAt: (VMMachineCodeDebugger is Undeclared)
MetacelloNotification: Loaded -> VMMakerTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-MT-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
NewUndeclaredWarning: VMMTTests>>testHeartbeatReleasesVMWhenNoProcessIsWilling (CAContinuation is Undeclared)
NewUndeclaredWarning: VMMTTests>>testTryOwningOwnedVMLeavesThreadInWaitingState (CAContinuation is Undeclared)
NewUndeclaredWarning: VMMockCogThreadManager>>ioWaitOnOSSemaphore: (CAContinuation is Undeclared)
MetacelloNotification: Loaded -> VMMaker-MT-Tests-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-Tools-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
NewUndeclaredWarning: SimulatorMorph>>callStackPanel (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorph>>commandPanel (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorph>>contextPanel (ObjectExplorerWrapper is Undeclared)
NewUndeclaredWarning: SimulatorMorph>>initializeWithVMSimulator:title:aTranscript: (SimulatorMorphicModel is Undeclared)
NewUndeclaredWarning: SimulatorMorph>>stackPanel (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorph>>transcriptPanel (PluggableTextMorph is Undeclared)

Local variable name 'receiver' in doPrimitiveWorkerExtractReturnValue may mask method when inlining

Local variable name 'stack' in pathTo:using:followWeak: may mask method when inlining

Local variable name 'stack' in pruneStack:stackp: may mask method when inlining

Local variable name 'receiver' in doPrimitiveWorkerCallout may mask method when inlining

compactionStartUsecs localised to fullGC

gcMarkEndUsecs localised to fullGC

extA localised to interpret

extB localised to interpret

lkupClassTag localised to interpret

numExtB localised to interpret

traceSources localised to printLogEntryAt:

the2ndUnknownShort localised to writeImageFileIOMetacelloNotification: Loaded -> VMMaker-Tools-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-OriginalTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
NewUndeclaredWarning: SpurImageTestResource class>>preenImage (Spur32BitPreen is Undeclared)
NewUndeclaredWarning: SpurPlanningCompactorTests class>>preenImage (Spur32BitPreen is Undeclared)
SystemNotification: FloatMathPluginTests>>makeTestData:using:seed:rounds:(seed is shadowed)
NewUndeclaredWarning: FloatMathPluginTests>>makeTestData:using:seed:rounds: (FileStream is Undeclared)
NewUndeclaredWarning: FloatMathPluginTests>>makeTestData:using:seed:rounds: (Sensor is Undeclared)
SystemNotification: FloatMathPluginTests>>verifyTestData:using:(seed is shadowed)
NewUndeclaredWarning: FloatMathPluginTests>>verifyTestData:using: (FileStream is Undeclared)
NewUndeclaredWarning: FloatMathPluginTests>>verifyTestData:using: (Sensor is Undeclared)
NewUndeclaredWarning: IncludedMethodsTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared)
NewUndeclaredWarning: IncludedMethodsTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2PluginTest>>testPluginPresent (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2PluginTest>>testPrimJPEGReadImage (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2PluginTest>>testPrimJPEGWriteImage (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2PluginTest>>testPrimJPEGWriteImage (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: MiscPrimitivePluginTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared)
NewUndeclaredWarning: MiscPrimitivePluginTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared)
NewUndeclaredWarning: CogARMCompilerTests>>processor (GdbARMAlien is Undeclared)
NewUndeclaredWarning: CogIA32CompilerTests>>processor (BochsIA32Alien is Undeclared)
NewUndeclaredWarning: CogMIPSELCompilerTests>>processor (MIPSELSimulator is Undeclared)
NewUndeclaredWarning: CogX64CompilerTests>>processor (BochsX64Alien is Undeclared)
MetacelloNotification: Loaded -> VMMaker-OriginalTests-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: Loading -> FileAttributesPlugin-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
2494 warnings generated.
[ 28%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqHeapMap.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqHeapMap.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqHeapMap.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqHeapMap.c:22:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqHeapMap.c:22:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqHeapMap.c:22:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqHeapMap.c:22:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
4 warnings generated.
[ 29%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqVirtualMachine.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqVirtualMachine.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:8:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:8:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:8:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:8:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:306:11: warning: incompatible function pointer types assigning to 'sqInt (*)(sqInt)' (aka 'long (*)(long)') from 'void (sqInt)' (aka 'void (long)') [-Wincompatible-function-pointer-types]
        VM->push = push;
                 ^ ~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:308:16: warning: incompatible function pointer types assigning to 'sqInt (*)(double)' (aka 'long (*)(double)') from 'void (double)' [-Wincompatible-function-pointer-types]
        VM->pushFloat = pushFloat;
                      ^ ~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:432:37: warning: incompatible function pointer types assigning to 'void *(*)(sqInt, sqInt, sqInt)' (aka 'void *(*)(long, long, long)') from 'void *(sqInt, sqInt, void *)' (aka 'void *(long, long, void *)') [-Wincompatible-function-pointer-types]
        VM->ioLoadSymbolOfLengthFromModule = ioLoadSymbolOfLengthFromModule;
                                           ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:459:26: warning: incompatible function pointer types assigning to 'void (*)(void)' from 'sqInt (void)' (aka 'long (void)') [-Wincompatible-function-pointer-types]
        VM->forceInterruptCheck = forceInterruptCheck;
                                ^ ~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:510:22: warning: incompatible function pointer types assigning to 'volatile unsigned long (*)(void)' from 'volatile unsigned long long (void)' [-Wincompatible-function-pointer-types]
        VM->utcMicroseconds = ioUTCMicroseconds;
                            ^ ~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:546:23: warning: incompatible function pointer types assigning to 'sqInt (*)(char *)' (aka 'long (*)(char *)') from 'sqInt (const char *)' (aka 'long (const char *)') [-Wincompatible-function-pointer-types]
        VM->stringForCString = stringForCString;
                             ^ ~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:557:37: warning: incompatible function pointer types assigning to 'sqInt (*)(vmccp)' (aka 'long (*)(struct _VMCallbackContext *)') from 'sqInt (void *)' (aka 'long (void *)') [-Wincompatible-function-pointer-types]
        VM->ptEnterInterpreterFromCallback = ptEnterInterpreterFromCallback;
                                           ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:558:34: warning: incompatible function pointer types assigning to 'sqInt (*)(vmccp)' (aka 'long (*)(struct _VMCallbackContext *)') from 'sqInt (void *)' (aka 'long (void *)') [-Wincompatible-function-pointer-types]
        VM->ptExitInterpreterToCallback = ptExitInterpreterToCallback;
                                        ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:562:27: warning: incompatible function pointer types assigning to 'sqInt (*)(int)' (aka 'long (*)(int)') from 'Semaphore *(int)' (aka 'struct __Semaphore *(int)') [-Wincompatible-function-pointer-types]
        VM->platformSemaphoreNew = platform_semaphore_new;
                                 ^ ~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:565:35: warning: incompatible function pointer types assigning to 'sqInt (*)(sqInt)' (aka 'long (*)(long)') from 'void (sqInt)' (aka 'void (long)') [-Wincompatible-function-pointer-types]
        VM->waitOnExternalSemaphoreIndex = waitOnExternalSemaphoreIndex;
                                         ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
14 warnings generated.
[ 30%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqNamedPrims.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqNamedPrims.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqNamedPrims.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqNamedPrims.c:14:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqNamedPrims.c:14:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqNamedPrims.c:14:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqNamedPrims.c:14:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
4 warnings generated.
[ 30%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqExternalSemaphores.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqExternalSemaphores.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqExternalSemaphores.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqExternalSemaphores.c:32:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqExternalSemaphores.c:32:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqExternalSemaphores.c:32:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqExternalSemaphores.c:32:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqExternalSemaphores.c:135:6: warning: unused variable 'v' [-Wunused-variable]
        int v;
            ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqExternalSemaphores.c:267:11: warning: unused variable 'xArray' [-Wunused-variable]
    sqInt xArray;
          ^
6 warnings generated.
[ 31%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqTicker.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqTicker.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqTicker.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqTicker.c:54:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqTicker.c:54:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqTicker.c:54:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqTicker.c:54:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
4 warnings generated.
[ 31%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/osx/aioOSX.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/osx/aioOSX.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/osx/aioOSX.c
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/osx/aioOSX.c:264:6: warning: unused variable 'n' [-Wunused-variable]
        int n;
            ^
1 warning generated.
[ 32%] Building C object CMakeFiles/PharoVMCore.dir/src/debugUnix.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/debugUnix.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/src/debugUnix.c
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/src/debugUnix.c:369:8: warning: unused variable 'pc' [-Wunused-variable]
        void *pc;
              ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/src/debugUnix.c:489:2: warning: 'getcontext' is deprecated: first deprecated in macOS 10.6 - No longer supported [-Wdeprecated-declarations]
        getcontext(&uap);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ucontext.h:38:6: note: 'getcontext' has been explicitly marked deprecated here
int  getcontext(ucontext_t *);
     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/src/debugUnix.c:77:12: warning: unused variable 'inFault' [-Wunused-variable]
static int inFault = 0;
           ^
3 warnings generated.
MetacelloNotification: Loaded -> FileAttributesPlugin-tonel.1 --- tonel:///builds/workspace/pharo-vm_pharo-9/repository/smalltalksrc --- cache
MetacelloNotification: ...finished baseline
[ 32%] Building CXX object CMakeFiles/PharoVMCore.dir/src/utilsMac.mm.o
/Library/Developer/CommandLineTools/usr/bin/c++ -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/utilsMac.mm.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/src/utilsMac.mm
[ 33%] Building C object CMakeFiles/PharoVMCore.dir/src/fileDialogMac.m.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/fileDialogMac.m.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/src/fileDialogMac.m
[ 34%] Building C object CMakeFiles/PharoVMCore.dir/src/parameters/parameters.m.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/parameters/parameters.m.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/src/parameters/parameters.m
[ 34%] Building C object CMakeFiles/PharoVMCore.dir/src/memoryUnix.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DREAD_ONLY_CODE_ZONE=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/PharoVMCore.dir/src/memoryUnix.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/src/memoryUnix.c
[ 35%] Linking CXX shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_link_script CMakeFiles/PharoVMCore.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/c++  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -dynamiclib -Wl,-headerpad_max_install_names -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib -install_name @executable_path/Plugins/libPharoVMCore.dylib CMakeFiles/PharoVMCore.dir/src/debug.c.o CMakeFiles/PharoVMCore.dir/src/utils.c.o CMakeFiles/PharoVMCore.dir/src/errorCode.c.o CMakeFiles/PharoVMCore.dir/src/nullDisplay.c.o CMakeFiles/PharoVMCore.dir/src/externalPrimitives.c.o CMakeFiles/PharoVMCore.dir/src/client.c.o CMakeFiles/PharoVMCore.dir/src/pathUtilities.c.o CMakeFiles/PharoVMCore.dir/src/fileDialogCommon.c.o CMakeFiles/PharoVMCore.dir/src/stringUtilities.c.o CMakeFiles/PharoVMCore.dir/src/imageAccess.c.o CMakeFiles/PharoVMCore.dir/src/parameters/parameterVector.c.o CMakeFiles/PharoVMCore.dir/src/parameters/parameters.c.o CMakeFiles/PharoVMCore.dir/src/semaphores/platformSemaphore.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/heartbeat.c.o CMakeFiles/PharoVMCore.dir/ffi/src/functionDefinitionPrimitives.c.o CMakeFiles/PharoVMCore.dir/ffi/src/primitiveCalls.c.o CMakeFiles/PharoVMCore.dir/ffi/src/primitiveUtils.c.o CMakeFiles/PharoVMCore.dir/ffi/src/types.c.o CMakeFiles/PharoVMCore.dir/ffi/src/typesPrimitives.c.o CMakeFiles/PharoVMCore.dir/ffi/src/utils.c.o CMakeFiles/PharoVMCore.dir/ffi/src/sameThread/sameThread.c.o CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbackPrimitives.c.o CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbacks.c.o CMakeFiles/PharoVMCore.dir/src/semaphores/pharoSemaphore.c.o CMakeFiles/PharoVMCore.dir/src/threadSafeQueue/threadSafeQueue.c.o CMakeFiles/PharoVMCore.dir/ffi/src/pThreadedFFI.c.o CMakeFiles/PharoVMCore.dir/ffi/src/worker/worker.c.o CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerPrimitives.c.o CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerTask.c.o CMakeFiles/PharoVMCore.dir/generated/64/vm/src/cogit.c.o CMakeFiles/PharoVMCore.dir/generated/64/vm/src/gcc3x-cointerp.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqHeapMap.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqVirtualMachine.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqNamedPrims.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqExternalSemaphores.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqTicker.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/osx/aioOSX.c.o CMakeFiles/PharoVMCore.dir/src/debugUnix.c.o CMakeFiles/PharoVMCore.dir/src/utilsMac.mm.o CMakeFiles/PharoVMCore.dir/src/fileDialogMac.m.o CMakeFiles/PharoVMCore.dir/src/parameters/parameters.m.o CMakeFiles/PharoVMCore.dir/src/memoryUnix.c.o  -Wl,-rpath,@executable_path/Plugins /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/lib/libffi.tbd -framework AppKit -framework CoreGraphics 
cd /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/image && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-build
[ 12%] Performing install step for 'build_vmmaker_get_image'
cd /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/image && echo

cd /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/image && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-install
[ 13%] Completed 'build_vmmaker_get_image'
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/build_vmmaker_get_image-complete
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-done
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
[ 13%] Built target build_vmmaker_get_image
make -f CMakeFiles/PharoVMCore.dir/build.make CMakeFiles/PharoVMCore.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
[ 14%] Generating VM files for flavour: CoInterpreter
build/vmmaker/vm/pharo --headless /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/image/VMMaker.image --no-default-preferences eval "PharoVMMaker generate: #'CoInterpreter' outputDirectory: '/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'"
Generating #CoInterpreter in '/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'...
[ 35%] Built target PharoVMCore
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/SqueakSSL.dir/build.make CMakeFiles/SqueakSSL.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/SqueakSSL.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/SqueakSSL.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/SqueakSSL.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/SqueakSSL.dir/depend.internal".
Scanning dependencies of target SqueakSSL
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/SqueakSSL.dir/build.make CMakeFiles/SqueakSSL.dir/build
[ 35%] Building C object CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DSqueakSSL_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "SqueakSSLPlugin VMMaker.oscog-eem.2480 uuid: bb3ffda7-8241-4dea-b886-d656e474b6c1 " __DATE__ ;
            ^
1 warning generated.
[ 36%] Building C object CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DSqueakSSL_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c:11:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c:11:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c:11:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c:11:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c:502:36: warning: cast to smaller integer type 'int' from 'sqSSL *' (aka 'struct sqSSL *') [-Wpointer-to-int-cast]
    logTrace("sqConnectSSL: %x\n", (int)ssl);
                                   ^~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm/debug.h:34:83: note: expanded from macro 'logTrace'
#define logTrace(...)   logMessage(LOG_TRACE, __FILENAME__, __FUNCTION__, __LINE__, __VA_ARGS__)
                                                                                    ^~~~~~~~~~~
5 warnings generated.
[ 36%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libSqueakSSL.dylib
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_link_script CMakeFiles/SqueakSSL.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -dynamiclib -Wl,-headerpad_max_install_names -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libSqueakSSL.dylib -install_name @executable_path/Plugins/libSqueakSSL.dylib CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c.o CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c.o  -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib -framework CoreFoundation -framework Security /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/lib/libffi.tbd -framework AppKit -framework CoreGraphics 
[ 36%] Built target SqueakSSL
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/FilePlugin.dir/build.make CMakeFiles/FilePlugin.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/FilePlugin.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/FilePlugin.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/FilePlugin.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/FilePlugin.dir/depend.internal".
Scanning dependencies of target FilePlugin
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/FilePlugin.dir/build.make CMakeFiles/FilePlugin.dir/build
[ 37%] Building C object CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFilePlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c:32:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c:32:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c:32:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c:32:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c:846:1: warning: non-void function does not return a value in all control paths [-Wreturn-type]
}
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c:844:17: warning: unused typedef 'aioHandler' [-Wunused-local-typedef]
        typedef void (*aioHandler)(int fd, void *clientData, int flag);
                       ^
6 warnings generated.
[ 37%] Building C object CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFilePlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c:31:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c:31:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c:31:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c:31:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
4 warnings generated.
[ 38%] Building C object CMakeFiles/FilePlugin.dir/extracted/vm/src/unix/sqUnixCharConv.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFilePlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/FilePlugin.dir/extracted/vm/src/unix/sqUnixCharConv.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/unix/sqUnixCharConv.c
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/unix/sqUnixCharConv.c:108:9: warning: unused variable 'utf8' [-Wunused-variable]
  int   utf8= 0;
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/unix/sqUnixCharConv.c:133:87: warning: cast to smaller integer type 'CFStringEncoding' (aka 'unsigned int') from 'void *' [-Wvoid-pointer-to-int-cast]
  CFStringRef        cfs= CFStringCreateWithBytes(NULL, (unsigned char *)from, fromLen, (CFStringEncoding)fromCode, 0);
                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/unix/sqUnixCharConv.c:144:45: warning: cast to smaller integer type 'CFStringEncoding' (aka 'unsigned int') from 'void *' [-Wvoid-pointer-to-int-cast]
    CFIndex num= CFStringGetBytes(str, rng, (CFStringEncoding)toCode, '?', 0, (UInt8 *)to, toLen - term, &len);
                                            ^~~~~~~~~~~~~~~~~~~~~~~~
3 warnings generated.
[ 38%] Building C object CMakeFiles/FilePlugin.dir/src/fileUtils.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFilePlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/FilePlugin.dir/src/fileUtils.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/src/fileUtils.c
[ 39%] Building C object CMakeFiles/FilePlugin.dir/generated/64/plugins/src/FilePlugin/FilePlugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFilePlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/FilePlugin.dir/generated/64/plugins/src/FilePlugin/FilePlugin.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/FilePlugin/FilePlugin.c
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/FilePlugin/FilePlugin.c:504:10: warning: incompatible integer to pointer conversion returning 'sqInt' (aka 'long') from a function with result type 'void *' [-Wint-conversion]
                return primitiveFailFor(PrimErrBadArgument);
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/FilePlugin/FilePlugin.c:795:11: warning: unused variable 'results' [-Wunused-variable]
    sqInt results;
          ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/FilePlugin/FilePlugin.c:788:11: warning: unused variable 'modDateOop' [-Wunused-variable]
    sqInt modDateOop;
          ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/FilePlugin/FilePlugin.c:785:11: warning: unused variable 'fileSizeOop' [-Wunused-variable]
    sqInt fileSizeOop;
          ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/FilePlugin/FilePlugin.c:786:11: warning: unused variable 'i' [-Wunused-variable]
    sqInt i;
          ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/FilePlugin/FilePlugin.c:790:11: warning: unused variable 'nameString' [-Wunused-variable]
    sqInt nameString;
          ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/FilePlugin/FilePlugin.c:780:11: warning: unused variable 'createDateOop' [-Wunused-variable]
    sqInt createDateOop;
          ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/FilePlugin/FilePlugin.c:797:11: warning: unused variable 'stringPtr' [-Wunused-variable]
    char *stringPtr;
          ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/FilePlugin/FilePlugin.c:1131:12: warning: unused variable 'count1' [-Wunused-variable]
    size_t count1;
           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/FilePlugin/FilePlugin.c:1127:11: warning: unused variable 'array1' [-Wunused-variable]
    sqInt array1;
          ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/FilePlugin/FilePlugin.c:1138:11: warning: unused variable 'retryCount' [-Wunused-variable]
    sqInt retryCount;
          ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/FilePlugin/FilePlugin.c:1135:13: warning: unused variable 'file1' [-Wunused-variable]
    SQFile *file1;
            ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/FilePlugin/FilePlugin.c:1129:11: warning: unused variable 'bytesRead1' [-Wunused-variable]
    sqInt bytesRead1;
          ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/FilePlugin/FilePlugin.c:1133:12: warning: unused variable 'elementSize1' [-Wunused-variable]
    size_t elementSize1;
           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/FilePlugin/FilePlugin.c:1141:12: warning: unused variable 'startIndex1' [-Wunused-variable]
    size_t startIndex1;
           ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/FilePlugin/FilePlugin.c:1137:11: warning: unused variable 'objectPointer1' [-Wunused-variable]
    sqInt objectPointer1;
          ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/FilePlugin/FilePlugin.c:1629:21: warning: incompatible function pointer types assigning to 'sqInt (*)(sqInt)' (aka 'long (*)(long)') from 'sqInt (*)(int)' (aka 'long (*)(int)') [-Wincompatible-function-pointer-types]
                characterObjectOf = interpreterProxy->characterObjectOf;
                                  ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/FilePlugin/FilePlugin.c:1643:10: warning: incompatible function pointer types assigning to 'sqInt (*)(void)' (aka 'long (*)(void)') from 'void (*)(void)' [-Wincompatible-function-pointer-types]
                fullGC = interpreterProxy->fullGC;
                       ^ ~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/FilePlugin/FilePlugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "FilePlugin * VMMaker-tonel.1 uuid: c414a815-c29e-0d00-a7ad-ea940228f10c " __DATE__ ;
            ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/FilePlugin/FilePlugin.c:230:1: warning: unused function 'connectToFdwrite' [-Wunused-function]
connectToFdwrite(int fd, sqInt writeFlag)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/FilePlugin/FilePlugin.c:257:1: warning: unused function 'connectToFilewrite' [-Wunused-function]
connectToFilewrite(void *cfile, sqInt writeFlag)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/FilePlugin/FilePlugin.c:384:1: warning: unused function 'makeDirEntryNamesizecreateDatemodDateisDirfileSize' [-Wunused-function]
makeDirEntryNamesizecreateDatemodDateisDirfileSize(char *entryName, sqInt entryNameSize, sqInt createDate, sqInt modifiedDate, sqInt dirFlag, squeakFileOffsetType fileSize)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/FilePlugin/FilePlugin.c:1230:1: warning: unused function 'primitiveFileReadWithoutPinning' [-Wunused-function]
primitiveFileReadWithoutPinning(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/FilePlugin/FilePlugin.c:1285:1: warning: unused function 'primitiveFileReadWithPinning' [-Wunused-function]
primitiveFileReadWithPinning(void)
^
24 warnings generated.
[ 39%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libFilePlugin.dylib
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_link_script CMakeFiles/FilePlugin.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -dynamiclib -Wl,-headerpad_max_install_names -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libFilePlugin.dylib -install_name @executable_path/Plugins/libFilePlugin.dylib CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c.o CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c.o CMakeFiles/FilePlugin.dir/extracted/vm/src/unix/sqUnixCharConv.c.o CMakeFiles/FilePlugin.dir/src/fileUtils.c.o CMakeFiles/FilePlugin.dir/generated/64/plugins/src/FilePlugin/FilePlugin.c.o  -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib -framework CoreFoundation /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/lib/libffi.tbd -framework AppKit -framework CoreGraphics 
[ 40%] Built target FilePlugin
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/FileAttributesPlugin.dir/build.make CMakeFiles/FileAttributesPlugin.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/FileAttributesPlugin.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/FileAttributesPlugin.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/FileAttributesPlugin.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/FileAttributesPlugin.dir/depend.internal".
Scanning dependencies of target FileAttributesPlugin
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/FileAttributesPlugin.dir/build.make CMakeFiles/FileAttributesPlugin.dir/build
[ 41%] Building C object CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFileAttributesPlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:709:18: warning: unused variable 'mask' [-Wunused-variable]
    unsigned int mask;
                 ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "FileAttributesPlugin FileAttributesPlugin.oscog-akg.49 uuid: 00b4eed5-b2a8-454a-90b7-c3662d7c5423 " __DATE__ ;
            ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:183:1: warning: unused function 'addressObjectFor' [-Wunused-function]
addressObjectFor(void *aMachineAddress)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:313:1: warning: unused function 'badSessionId' [-Wunused-function]
badSessionId(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:354:1: warning: unused function 'faSuccess' [-Wunused-function]
faSuccess(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:384:1: warning: unused function 'objectFromStructsize' [-Wunused-function]
objectFromStructsize(void *aMachineAddress, sqInt structSize)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:403:1: warning: unused function 'pathOoptoBuffermaxLen' [-Wunused-function]
pathOoptoBuffermaxLen(sqInt pathNameOop, char *cPathName, sqInt maxLen)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:424:1: warning: unused function 'pointerFrom' [-Wunused-function]
pointerFrom(sqInt directoryPointerBytes)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:1093:1: warning: unused function 'readLinkintomaxLength' [-Wunused-function]
readLinkintomaxLength(char *cPathName, char *cLinkPtr, size_t maxLength)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:1171:1: warning: unused function 'sizeOfFaPath' [-Wunused-function]
sizeOfFaPath(void)
^
10 warnings generated.
[ 41%] Building C object CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFileAttributesPlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c:7:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c:7:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c:7:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c:7:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
4 warnings generated.
[ 42%] Building C object CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFileAttributesPlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c:10:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c:10:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c:10:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c:10:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c:468:6: warning: unused variable 'mode' [-Wunused-variable]
int             mode;
                ^
5 warnings generated.
[ 42%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libFileAttributesPlugin.dylib
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_link_script CMakeFiles/FileAttributesPlugin.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -dynamiclib -Wl,-headerpad_max_install_names -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libFileAttributesPlugin.dylib -install_name @executable_path/Plugins/libFileAttributesPlugin.dylib CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c.o CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c.o CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c.o  -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libFilePlugin.dylib build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/lib/libffi.tbd -framework AppKit -framework CoreGraphics 
[ 42%] Built target FileAttributesPlugin
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/openssl-1.1.1k.dir/build.make CMakeFiles/openssl-1.1.1k.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/openssl-1.1.1k.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/openssl-1.1.1k.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/openssl-1.1.1k.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/openssl-1.1.1k.dir/depend.internal".
Scanning dependencies of target openssl-1.1.1k
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/openssl-1.1.1k.dir/build.make CMakeFiles/openssl-1.1.1k.dir/build
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/openssl-1.1.1k-src/libcrypto.1.1.dylib /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/openssl-1.1.1k-src/libcrypto.dylib /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/openssl-1.1.1k-src/libssl.1.1.dylib /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/openssl-1.1.1k-src/libssl.dylib /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
[ 42%] Built target openssl-1.1.1k
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/fontconfig-2.13.1.dir/build.make CMakeFiles/fontconfig-2.13.1.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/fontconfig-2.13.1.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/fontconfig-2.13.1.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/fontconfig-2.13.1.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/fontconfig-2.13.1.dir/depend.internal".
Scanning dependencies of target fontconfig-2.13.1
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/fontconfig-2.13.1.dir/build.make CMakeFiles/fontconfig-2.13.1.dir/build
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/fontconfig-2.13.1-src/libfontconfig.1.dylib /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/fontconfig-2.13.1-src/libfontconfig.dylib /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
[ 42%] Built target fontconfig-2.13.1
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/UnixOSProcessPlugin.dir/build.make CMakeFiles/UnixOSProcessPlugin.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/UnixOSProcessPlugin.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/UnixOSProcessPlugin.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/UnixOSProcessPlugin.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/UnixOSProcessPlugin.dir/depend.internal".
Scanning dependencies of target UnixOSProcessPlugin
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/UnixOSProcessPlugin.dir/build.make CMakeFiles/UnixOSProcessPlugin.dir/build
[ 42%] Building C object CMakeFiles/UnixOSProcessPlugin.dir/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DUnixOSProcessPlugin_EXPORTS -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/UnixOSProcessPlugin.dir/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:942:8: warning: comparison of array 'semaIndices' equal to a null pointer is always false [-Wtautological-pointer-compare]
        if (!(semaIndices == null)) {
              ^~~~~~~~~~~    ~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1053:6: warning: comparison of array 'semaIndices' equal to a null pointer is always false [-Wtautological-pointer-compare]
        if (semaIndices == null) {
            ^~~~~~~~~~~    ~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:3017:6: warning: comparison of array 'semaIndices' equal to a null pointer is always false [-Wtautological-pointer-compare]
        if (semaIndices == null) {
            ^~~~~~~~~~~    ~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4326:8: warning: comparison of array 'semaIndices' equal to a null pointer is always false [-Wtautological-pointer-compare]
        if (!(semaIndices == null)) {
              ^~~~~~~~~~~    ~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4462:36: warning: incompatible function pointer types assigning to 'void (*)(int, struct __siginfo *, void *)' from 'void (int)' [-Wincompatible-function-pointer-types]
        sigchldHandlerAction.sa_sigaction = reapChildProcess;
                                          ^ ~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4468:53: warning: comparison between pointer and integer ('int' and 'void *') [-Wpointer-integer-compare]
        if ((sigaction(SIGCHLD, &sigchldHandlerAction, 0)) == (sigErrorNumber())) {
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4511:74: warning: comparison between pointer and integer ('int' and 'void *') [-Wpointer-integer-compare]
        if ((sigaction(signalNumber, (&sigHandlerAction), (&oldHandlerAction))) == (sigErrorNumber())) {
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4561:8: warning: comparison of array 'semaIndices' equal to a null pointer is always false [-Wtautological-pointer-compare]
        if (!(semaIndices == null)) {
              ^~~~~~~~~~~    ~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4903:2: warning: expression result unused [-Wunused-value]
        (char *)strncpy(cString, stringPtr, len);
        ^       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "UnixOSProcessPlugin VMConstruction-Plugins-OSProcessPlugin.oscog-dtl.66 uuid: a8a2bf10-e7b3-4963-90b3-d69a2bee77bb " __DATE__ ;
            ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:365:1: warning: unused function 'argumentAtAsType' [-Wunused-function]
argumentAtAsType(sqInt classIdentifier)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:410:1: warning: unused function 'copyBytesFromtolength' [-Wunused-function]
copyBytesFromtolength(void *charArray1, void *charArray2, sqInt len)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:499:1: warning: unused function 'descriptorTableSize' [-Wunused-function]
descriptorTableSize(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:663:1: warning: unused function 'environmentAtSymbolAsType' [-Wunused-function]
environmentAtSymbolAsType(sqInt classIdentifier)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:688:1: warning: unused function 'fileDescriptorFrom' [-Wunused-function]
fileDescriptorFrom(sqInt aSQFileByteArray)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:718:1: warning: unused function 'fileRecordSize' [-Wunused-function]
fileRecordSize(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:732:1: warning: unused function 'fileValueOf' [-Wunused-function]
fileValueOf(sqInt anSQFileRecord)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1202:1: warning: unused function 'getThisSessionIdentifier' [-Wunused-function]
getThisSessionIdentifier(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1313:1: warning: unused function 'isSQFileObject' [-Wunused-function]
isSQFileObject(sqInt objectPointer)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1331:1: warning: unused function 'isSQSocketObject' [-Wunused-function]
isSQSocketObject(sqInt objectPointer)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1345:1: warning: unused function 'isValidFileSession' [-Wunused-function]
isValidFileSession(sqInt objectPointer)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1401:1: warning: unused function 'maskForThisThreadAndResend' [-Wunused-function]
maskForThisThreadAndResend(int sigNum)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1526:1: warning: unused function 'newSQFileByteArray' [-Wunused-function]
newSQFileByteArray(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1536:1: warning: unused function 'newSQSocketByteArray' [-Wunused-function]
newSQSocketByteArray(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1560:1: warning: unused function 'pointerFrom' [-Wunused-function]
pointerFrom(sqInt aByteArray)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4322:1: warning: unused function 'restoreDefaultSignalHandlers' [-Wunused-function]
restoreDefaultSignalHandlers(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4365:1: warning: unused function 'sendSignaltoPid' [-Wunused-function]
sendSignaltoPid(sqInt sig, sqInt pid)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4478:1: warning: unused function 'setSigIntDefaultHandler' [-Wunused-function]
setSigIntDefaultHandler(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4488:1: warning: unused function 'setSigIntIgnore' [-Wunused-function]
setSigIntIgnore(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4519:1: warning: unused function 'setSigPipeDefaultHandler' [-Wunused-function]
setSigPipeDefaultHandler(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4535:1: warning: unused function 'setSigPipeHandler' [-Wunused-function]
setSigPipeHandler(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4549:1: warning: unused function 'setSigPipeIgnore' [-Wunused-function]
setSigPipeIgnore(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4580:1: warning: unused function 'sigAbrtNumber' [-Wunused-function]
sigAbrtNumber(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4590:1: warning: unused function 'sigAlrmNumber' [-Wunused-function]
sigAlrmNumber(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4600:1: warning: unused function 'sigChldNumber' [-Wunused-function]
sigChldNumber(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4610:1: warning: unused function 'sigContNumber' [-Wunused-function]
sigContNumber(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4640:1: warning: unused function 'sigHoldNumber' [-Wunused-function]
sigHoldNumber(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4654:1: warning: unused function 'sigHupNumber' [-Wunused-function]
sigHupNumber(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4674:1: warning: unused function 'sigIntNumber' [-Wunused-function]
sigIntNumber(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4684:1: warning: unused function 'sigKillNumber' [-Wunused-function]
sigKillNumber(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4705:1: warning: unused function 'sigPipeNumber' [-Wunused-function]
sigPipeNumber(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4715:1: warning: unused function 'sigQuitNumber' [-Wunused-function]
sigQuitNumber(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4725:1: warning: unused function 'sigStopNumber' [-Wunused-function]
sigStopNumber(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4737:1: warning: unused function 'sigTermNumber' [-Wunused-function]
sigTermNumber(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4748:1: warning: unused function 'sigUsr1Number' [-Wunused-function]
sigUsr1Number(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4759:1: warning: unused function 'sigUsr2Number' [-Wunused-function]
sigUsr2Number(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4769:1: warning: unused function 'sizeOfInt' [-Wunused-function]
sizeOfInt(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4779:1: warning: unused function 'sizeOfPointer' [-Wunused-function]
sizeOfPointer(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4810:1: warning: unused function 'socketDescriptorFrom' [-Wunused-function]
socketDescriptorFrom(sqInt sqSocketOop)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4829:1: warning: unused function 'socketRecordSize' [-Wunused-function]
socketRecordSize(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4843:1: warning: unused function 'socketValueOf' [-Wunused-function]
socketValueOf(sqInt anSQSocketRecord)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4915:1: warning: unused function 'unixFileNumber' [-Wunused-function]
unixFileNumber(FILEHANDLETYPE fileHandle)
^

warning, variable nsMethodCache doesn't exist or has already been removedCPack: - Install project: PharoVM []
CPack: -   Install component: Unspecified
CPack: -   Install component: bin
CPack: -   Install component: c-src
CPack: -   Install component: include
CPack: Create package
CPack: - package: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/packages/PharoVM-9.0.15-4a14a4a7-Windows-x86_64-Unspecified.zip generated.
CPack: - checksum file: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/packages/PharoVM-9.0.15-4a14a4a7-Windows-x86_64-Unspecified.zip.sha1 generated.
CPack: - package: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/packages/PharoVM-9.0.15-4a14a4a7-Windows-x86_64-bin.zip generated.
CPack: - checksum file: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/packages/PharoVM-9.0.15-4a14a4a7-Windows-x86_64-bin.zip.sha1 generated.
CPack: - package: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/packages/PharoVM-9.0.15-4a14a4a7-Windows-x86_64-c-src.zip generated.
CPack: - checksum file: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/packages/PharoVM-9.0.15-4a14a4a7-Windows-x86_64-c-src.zip.sha1 generated.
CPack: - package: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/packages/PharoVM-9.0.15-4a14a4a7-Windows-x86_64-include.zip generated.
CPack: - checksum file: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/packages/PharoVM-9.0.15-4a14a4a7-Windows-x86_64-include.zip.sha1 generated.
CPack: Create package using TGZ
CPack: Install projects
CPack: - Run preinstall target for: PharoVM
52 warnings generated.
[ 43%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libUnixOSProcessPlugin.dylib
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_link_script CMakeFiles/UnixOSProcessPlugin.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -dynamiclib -Wl,-headerpad_max_install_names -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libUnixOSProcessPlugin.dylib -install_name @executable_path/Plugins/libUnixOSProcessPlugin.dylib CMakeFiles/UnixOSProcessPlugin.dir/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c.o  -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libFilePlugin.dylib build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/lib/libffi.tbd -framework AppKit -framework CoreGraphics 
[ 43%] Built target UnixOSProcessPlugin
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/MiscPrimitivePlugin.dir/build.make CMakeFiles/MiscPrimitivePlugin.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/MiscPrimitivePlugin.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/MiscPrimitivePlugin.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/MiscPrimitivePlugin.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/MiscPrimitivePlugin.dir/depend.internal".
Scanning dependencies of target MiscPrimitivePlugin
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/MiscPrimitivePlugin.dir/build.make CMakeFiles/MiscPrimitivePlugin.dir/build
[ 43%] Building C object CMakeFiles/MiscPrimitivePlugin.dir/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DMiscPrimitivePlugin_EXPORTS -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/MiscPrimitivePlugin.dir/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "MiscPrimitivePlugin VMMaker.oscog-eem.2480 uuid: bb3ffda7-8241-4dea-b886-d656e474b6c1 " __DATE__ ;
            ^
1 warning generated.
[ 44%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libMiscPrimitivePlugin.dylib
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_link_script CMakeFiles/MiscPrimitivePlugin.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -dynamiclib -Wl,-headerpad_max_install_names -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libMiscPrimitivePlugin.dylib -install_name @executable_path/Plugins/libMiscPrimitivePlugin.dylib CMakeFiles/MiscPrimitivePlugin.dir/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c.o  -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/lib/libffi.tbd -framework AppKit -framework CoreGraphics 
[ 44%] Built target MiscPrimitivePlugin
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/cairo-1.16.0.dir/build.make CMakeFiles/cairo-1.16.0.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/cairo-1.16.0.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/cairo-1.16.0.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/cairo-1.16.0.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/cairo-1.16.0.dir/depend.internal".
Scanning dependencies of target cairo-1.16.0
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/cairo-1.16.0.dir/build.make CMakeFiles/cairo-1.16.0.dir/build
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/cairo-1.16.0-src/libcairo.2.dylib /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/cairo-1.16.0-src/libcairo.dylib /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
[ 44%] Built target cairo-1.16.0
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/pixman-0.40.0.dir/build.make CMakeFiles/pixman-0.40.0.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/pixman-0.40.0.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/pixman-0.40.0.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/pixman-0.40.0.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/pixman-0.40.0.dir/depend.internal".
Scanning dependencies of target pixman-0.40.0
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/pixman-0.40.0.dir/build.make CMakeFiles/pixman-0.40.0.dir/build
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/pixman-0.40.0-src/libpixman-1.0.40.0.dylib /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/pixman-0.40.0-src/libpixman-1.0.dylib /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/pixman-0.40.0-src/libpixman-1.dylib /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
[ 44%] Built target pixman-0.40.0
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/SDL2-2.0.14.dir/build.make CMakeFiles/SDL2-2.0.14.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/SDL2-2.0.14.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/SDL2-2.0.14.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/SDL2-2.0.14.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/SDL2-2.0.14.dir/depend.internal".
Scanning dependencies of target SDL2-2.0.14
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/SDL2-2.0.14.dir/build.make CMakeFiles/SDL2-2.0.14.dir/build
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/SDL2-2.0.14-src/libSDL2-2.0.0.dylib /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/SDL2-2.0.14-src/libSDL2.dylib /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
[ 44%] Built target SDL2-2.0.14
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/libpng-1.6.37.dir/build.make CMakeFiles/libpng-1.6.37.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/libpng-1.6.37.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/libpng-1.6.37.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/libpng-1.6.37.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/libpng-1.6.37.dir/depend.internal".
Scanning dependencies of target libpng-1.6.37
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/libpng-1.6.37.dir/build.make CMakeFiles/libpng-1.6.37.dir/build
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/libpng-1.6.37-src/libpng.dylib /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/libpng-1.6.37-src/libpng16.16.dylib /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/libpng-1.6.37-src/libpng16.dylib /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
[ 44%] Built target libpng-1.6.37
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/freetype-2.10.0.dir/build.make CMakeFiles/freetype-2.10.0.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/freetype-2.10.0.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/freetype-2.10.0.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/freetype-2.10.0.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/freetype-2.10.0.dir/depend.internal".
Scanning dependencies of target freetype-2.10.0
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/freetype-2.10.0.dir/build.make CMakeFiles/freetype-2.10.0.dir/build
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/freetype-2.10.0-src/libfreetype.6.dylib /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/freetype-2.10.0-src/libfreetype.dylib /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
[ 44%] Built target freetype-2.10.0
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/libssh2-1.9.0.dir/build.make CMakeFiles/libssh2-1.9.0.dir/depend


warning, variable nsMethodCache doesn't exist or has already been removedcd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/libssh2-1.9.0.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/libssh2-1.9.0.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/libssh2-1.9.0.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/libssh2-1.9.0.dir/depend.internal".
Scanning dependencies of target libssh2-1.9.0
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/libssh2-1.9.0.dir/build.make CMakeFiles/libssh2-1.9.0.dir/build
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/libssh2-1.9.0-src/libssh2.1.0.1.dylib /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/libssh2-1.9.0-src/libssh2.1.dylib /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/libssh2-1.9.0-src/libssh2.dylib /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
[ 44%] Built target libssh2-1.9.0
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/libgit2-1.0.1.dir/build.make CMakeFiles/libgit2-1.0.1.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/libgit2-1.0.1.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/libgit2-1.0.1.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/libgit2-1.0.1.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/libgit2-1.0.1.dir/depend.internal".
Scanning dependencies of target libgit2-1.0.1
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/libgit2-1.0.1.dir/build.make CMakeFiles/libgit2-1.0.1.dir/build
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/libgit2-1.0.1-src/libgit2.1.0.1.dylib /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/libgit2-1.0.1-src/libgit2.1.0.dylib /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/libgit2-1.0.1-src/libgit2.dylib /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
[ 44%] Built target libgit2-1.0.1
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/FloatArrayPlugin.dir/build.make CMakeFiles/FloatArrayPlugin.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/FloatArrayPlugin.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/FloatArrayPlugin.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/FloatArrayPlugin.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/FloatArrayPlugin.dir/depend.internal".
Scanning dependencies of target FloatArrayPlugin
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/FloatArrayPlugin.dir/build.make CMakeFiles/FloatArrayPlugin.dir/build
[ 45%] Building C object CMakeFiles/FloatArrayPlugin.dir/generated/64/plugins/src/FloatArrayPlugin/FloatArrayPlugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFloatArrayPlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/FloatArrayPlugin.dir/generated/64/plugins/src/FloatArrayPlugin/FloatArrayPlugin.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/FloatArrayPlugin/FloatArrayPlugin.c
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/FloatArrayPlugin/FloatArrayPlugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "FloatArrayPlugin * VMMaker-tonel.1 uuid: c414a815-c29e-0d00-a7ad-ea940228f10c " __DATE__ ;
            ^
1 warning generated.
[ 45%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libFloatArrayPlugin.dylib
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_link_script CMakeFiles/FloatArrayPlugin.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -dynamiclib -Wl,-headerpad_max_install_names -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libFloatArrayPlugin.dylib -install_name @executable_path/Plugins/libFloatArrayPlugin.dylib CMakeFiles/FloatArrayPlugin.dir/generated/64/plugins/src/FloatArrayPlugin/FloatArrayPlugin.c.o  -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/lib/libffi.tbd -framework AppKit -framework CoreGraphics 
[ 46%] Built target FloatArrayPlugin
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/BitBltPlugin.dir/build.make CMakeFiles/BitBltPlugin.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/BitBltPlugin.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/BitBltPlugin.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/BitBltPlugin.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/BitBltPlugin.dir/depend.internal".
Scanning dependencies of target BitBltPlugin
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/BitBltPlugin.dir/build.make CMakeFiles/BitBltPlugin.dir/build
[ 46%] Building C object CMakeFiles/BitBltPlugin.dir/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DBitBltPlugin_EXPORTS -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/BitBltPlugin.dir/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1689:8: warning: unused variable 'pixPerM1' [-Wunused-variable]
        sqInt pixPerM1;
              ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1685:8: warning: unused variable 'done' [-Wunused-variable]
        sqInt done;
              ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1693:8: warning: unused variable 'sxLowBits' [-Wunused-variable]
        sqInt sxLowBits;
              ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1692:8: warning: unused variable 'startBits1' [-Wunused-variable]
        sqInt startBits1;
              ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1686:8: warning: unused variable 'dxLowBits' [-Wunused-variable]
        sqInt dxLowBits;
              ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1687:8: warning: unused variable 'endBits' [-Wunused-variable]
        sqInt endBits;
              ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1691:8: warning: unused variable 'startBits' [-Wunused-variable]
        sqInt startBits;
              ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1688:15: warning: unused variable 'm1' [-Wunused-variable]
        unsigned int m1;
                     ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1690:8: warning: unused variable 'pixPerM11' [-Wunused-variable]
        sqInt pixPerM11;
              ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1694:8: warning: unused variable 't' [-Wunused-variable]
        sqInt t;
              ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4555:8: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        v = v;
                                        ~ ^ ~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4559:8: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        v = v;
                                        ~ ^ ~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:5028:8: warning: unused variable '_return_value' [-Wunused-variable]
        sqInt _return_value;
              ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6308:8: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        v = v;
                                        ~ ^ ~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6312:8: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        v = v;
                                        ~ ^ ~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:7944:12: warning: explicitly assigning value of variable of type 'unsigned int' to itself [-Wself-assign]
                                                        rgb = rgb;
                                                        ~~~ ^ ~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "BitBltSimulation VMMaker.oscog-eem.2493 uuid: d7437cc5-75c7-4a43-af6b-0f85bf0cebe6 " __DATE__ ;
            ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:411:1: warning: unused function 'affectedBottom' [-Wunused-function]
affectedBottom(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:418:1: warning: unused function 'affectedLeft' [-Wunused-function]
affectedLeft(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:425:1: warning: unused function 'affectedRight' [-Wunused-function]
affectedRight(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:432:1: warning: unused function 'affectedTop' [-Wunused-function]
affectedTop(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1133:1: warning: unused function 'checkSourceOverlap' [-Wunused-function]
checkSourceOverlap(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1271:1: warning: unused function 'copyBitsFastPathSpecialised' [-Wunused-function]
copyBitsFastPathSpecialised(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2494:1: warning: unused function 'default8To32Table' [-Wunused-function]
default8To32Table(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2538:1: warning: unused function 'deltaFromtonSteps' [-Wunused-function]
deltaFromtonSteps(sqInt x1, sqInt x2, sqInt n)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2563:1: warning: unused function 'destMaskAndPointerInit' [-Wunused-function]
destMaskAndPointerInit(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2610:1: warning: unused function 'dither32To16threshold' [-Wunused-function]
dither32To16threshold(unsigned int srcWord, sqInt ditherValue)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2626:1: warning: unused function 'drawLoopXY' [-Wunused-function]
drawLoopXY(sqInt xDelta, sqInt yDelta)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2771:1: warning: unused function 'expensiveDither32To16threshold' [-Wunused-function]
expensiveDither32To16threshold(unsigned int srcWord, sqInt ditherValue)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2819:1: warning: unused function 'fetchIntOrFloatofObject' [-Wunused-function]
fetchIntOrFloatofObject(sqInt fieldIndex, sqInt objectPointer)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2904:1: warning: unused function 'ignoreSourceOrHalftone' [-Wunused-function]
ignoreSourceOrHalftone(sqInt formPointer)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3066:1: warning: unused function 'loadBitBltDestForm' [-Wunused-function]
loadBitBltDestForm(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3551:1: warning: unused function 'loadBitBltSourceForm' [-Wunused-function]
loadBitBltSourceForm(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3641:1: warning: unused function 'loadColorMap' [-Wunused-function]
loadColorMap(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3755:1: warning: unused function 'loadColorMapShiftOrMaskFrom' [-Wunused-function]
loadColorMapShiftOrMaskFrom(sqInt mapOop)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3773:1: warning: unused function 'loadHalftoneForm' [-Wunused-function]
loadHalftoneForm(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3821:1: warning: unused function 'loadWarpBltFrom' [-Wunused-function]
loadWarpBltFrom(sqInt bbObj)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3986:1: warning: unused function 'mapPixelflags' [-Wunused-function]
mapPixelflags(sqInt sourcePixel, sqInt mapperFlags)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4016:1: warning: unused function 'mergewith' [-Wunused-function]
mergewith(unsigned int sourceWord, unsigned int destinationWord)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4490:1: warning: unused function 'partitionedRgbComponentAlphadestnBitsnPartitions' [-Wunused-function]
partitionedRgbComponentAlphadestnBitsnPartitions(unsigned int sourceWord, unsigned int destWord, sqInt nBits, sqInt nParts)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4637:1: warning: unused function 'performCopyLoop' [-Wunused-function]
performCopyLoop(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4790:1: warning: unused function 'pickSourcePixelsflagssrcMaskdestMasksrcShiftIncdstShiftInc' [-Wunused-function]
pickSourcePixelsflagssrcMaskdestMasksrcShiftIncdstShiftInc(sqInt nPixels, sqInt mapperFlags, sqInt srcMask, sqInt dstMask, sqInt srcShiftInc, sqInt dstShiftInc)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4892:1: warning: unused function 'pickWarpPixelAtXy' [-Wunused-function]
pickWarpPixelAtXy(sqInt xx, sqInt yy)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6406:1: warning: unused function 'rgbMap16To32' [-Wunused-function]
rgbMap16To32(sqInt sourcePixel)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6417:1: warning: unused function 'rgbMap32To32' [-Wunused-function]
rgbMap32To32(sqInt sourcePixel)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6427:1: warning: unused function 'rgbMapPixelflags' [-Wunused-function]
rgbMapPixelflags(sqInt sourcePixel, sqInt mapperFlags)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6764:1: warning: unused function 'showDisplayBits' [-Wunused-function]
showDisplayBits(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6780:1: warning: unused function 'sourceSkewAndPointerInit' [-Wunused-function]
sourceSkewAndPointerInit(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6842:1: warning: unused function 'sqAssert' [-Wunused-function]
sqAssert(sqInt aBool)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:7033:1: warning: unused function 'tryCopyingBitsQuickly' [-Wunused-function]
tryCopyingBitsQuickly(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:7160:1: warning: unused function 'warpBits' [-Wunused-function]
warpBits(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:7802:1: warning: unused function 'warpLoopSetup' [-Wunused-function]
warpLoopSetup(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:8027:1: warning: unused function 'warpPickSourcePixelsxDeltahyDeltahxDeltavyDeltavdstShiftIncflags' [-Wunused-function]
warpPickSourcePixelsxDeltahyDeltahxDeltavyDeltavdstShiftIncflags(sqInt nPixels, sqInt xDeltah, sqInt yDeltah, sqInt xDeltav, sqInt yDeltav, sqInt dstShiftInc, sqInt mapperFlags)
^

StackToRegisterMappingCogit>>freeAnyFloatRegNotConflictingWith: contains declaration for non-existent variable desc53 warnings generated.
[ 47%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libBitBltPlugin.dylib
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_link_script CMakeFiles/BitBltPlugin.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -dynamiclib -Wl,-headerpad_max_install_names -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libBitBltPlugin.dylib -install_name @executable_path/Plugins/libBitBltPlugin.dylib CMakeFiles/BitBltPlugin.dir/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c.o  -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/lib/libffi.tbd -framework AppKit -framework CoreGraphics 
[ 47%] Built target BitBltPlugin
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/LargeIntegers.dir/build.make CMakeFiles/LargeIntegers.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/LargeIntegers.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/LargeIntegers.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/LargeIntegers.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/LargeIntegers.dir/depend.internal".
Scanning dependencies of target LargeIntegers
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/LargeIntegers.dir/build.make CMakeFiles/LargeIntegers.dir/build
[ 47%] Building C object CMakeFiles/LargeIntegers.dir/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DLargeIntegers_EXPORTS -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/LargeIntegers.dir/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "LargeIntegersPlugin VMMaker.oscog-eem.2495 uuid: fcbf4c90-4c50-4ff3-8690-0edfded4f9c4 " __DATE__ ;
            ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:266:1: warning: unused function 'byteSizeOfCSI' [-Wunused-function]
byteSizeOfCSI(sqInt csi)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:332:1: warning: unused function 'cDigitAddlenwithleninto' [-Wunused-function]
cDigitAddlenwithleninto(unsigned int *pWordShort, sqInt shortLen, unsigned int *pWordLong, sqInt longLen, unsigned int *pWordRes)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:377:1: warning: unused function 'cDigitCopyFromtolen' [-Wunused-function]
cDigitCopyFromtolen(unsigned int *pFrom, unsigned int *pTo, sqInt len)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:389:1: warning: unused function 'cDigitDivlenremlenquolen' [-Wunused-function]
cDigitDivlenremlenquolen(unsigned int *pDiv, sqInt divLen, unsigned int *pRem, sqInt remLen, unsigned int *pQuo, sqInt quoLen)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:541:1: warning: unused function 'cDigitLshiftfromlentolen' [-Wunused-function]
cDigitLshiftfromlentolen(sqInt shiftCount, unsigned int *pFrom, sqInt lenFrom, unsigned int *pTo, sqInt lenTo)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:586:1: warning: unused function 'cDigitMontgomerylentimeslenmodulolenmInvModBinto' [-Wunused-function]
cDigitMontgomerylentimeslenmodulolenmInvModBinto(unsigned int *pFirst, sqInt firstLen, unsigned int *pSecond, sqInt secondLen, unsigned int *pThird, sqInt thirdLen, unsigned int mInv, unsigned int *pRes)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:659:1: warning: unused function 'cDigitMultiplylenwithlenintolen' [-Wunused-function]
cDigitMultiplylenwithlenintolen(unsigned int *pWordShort, sqInt shortLen, unsigned int *pWordLong, sqInt longLen, unsigned int *pWordRes, sqInt resLen)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:711:1: warning: unused function 'cDigitOfatput' [-Wunused-function]
cDigitOfatput(unsigned int *cPointer, sqInt zeroBasedDigitIndex, unsigned int aValue)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:724:1: warning: unused function 'cDigitOpshortlenlongleninto' [-Wunused-function]
cDigitOpshortlenlongleninto(sqInt opIndex, unsigned int *pWordShort, sqInt shortLen, unsigned int *pWordLong, sqInt longLen, unsigned int *pWordRes)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:768:1: warning: unused function 'cDigitReplacefromtowithstartingAt' [-Wunused-function]
cDigitReplacefromtowithstartingAt(unsigned int *pTo, sqInt start, sqInt stop, unsigned int *pFrom, sqInt repStart)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:781:1: warning: unused function 'cDigitRshiftfromlentolen' [-Wunused-function]
cDigitRshiftfromlentolen(sqInt shiftCount, unsigned int *pFrom, sqInt lenFrom, unsigned int *pTo, sqInt lenTo)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:825:1: warning: unused function 'cDigitSublenwithleninto' [-Wunused-function]
cDigitSublenwithleninto(unsigned int *pWordSmall, sqInt smallLen, unsigned int *pWordLarge, sqInt largeLen, unsigned int *pWordRes)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:994:1: warning: unused function 'digitAddLargewith' [-Wunused-function]
digitAddLargewith(sqInt firstInteger, sqInt secondInteger)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1254:1: warning: unused function 'digitCompareLargewith' [-Wunused-function]
digitCompareLargewith(sqInt firstInteger, sqInt secondInteger)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1278:1: warning: unused function 'digitDivLargewithnegative' [-Wunused-function]
digitDivLargewithnegative(sqInt firstInteger, sqInt secondInteger, sqInt neg)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1538:1: warning: unused function 'digitMontgomerytimesmodulomInvModB' [-Wunused-function]
digitMontgomerytimesmodulomInvModB(sqInt firstLarge, sqInt secondLarge, sqInt thirdLarge, unsigned int mInv)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1651:1: warning: unused function 'digitMultiplyLargewithnegative' [-Wunused-function]
digitMultiplyLargewithnegative(sqInt firstInteger, sqInt secondInteger, sqInt neg)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1754:1: warning: unused function 'digitOfCSIat' [-Wunused-function]
digitOfCSIat(sqInt csi, sqInt ix)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1766:1: warning: unused function 'digitOfLargeIntat' [-Wunused-function]
digitOfLargeIntat(sqInt aBytesOop, sqInt ix)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1786:1: warning: unused function 'digitSizeOfCSI' [-Wunused-function]
digitSizeOfCSI(sqInt csi)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1802:1: warning: unused function 'digitSizeOfLargeInt' [-Wunused-function]
digitSizeOfLargeInt(sqInt anOop)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1812:1: warning: unused function 'digitSubLargewith' [-Wunused-function]
digitSubLargewith(sqInt firstInteger, sqInt secondInteger)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:2100:1: warning: unused function 'highBitOfLargeInt' [-Wunused-function]
highBitOfLargeInt(sqInt anOop)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:2326:1: warning: unused function 'normalize' [-Wunused-function]
normalize(sqInt aLargeInteger)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:3797:1: warning: unused function 'sqAssert' [-Wunused-function]
sqAssert(sqInt aBool)
^
26 warnings generated.
[ 48%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libLargeIntegers.dylib
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_link_script CMakeFiles/LargeIntegers.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -dynamiclib -Wl,-headerpad_max_install_names -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libLargeIntegers.dylib -install_name @executable_path/Plugins/libLargeIntegers.dylib CMakeFiles/LargeIntegers.dir/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c.o  -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/lib/libffi.tbd -framework AppKit -framework CoreGraphics 
[ 48%] Built target LargeIntegers
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/JPEGReaderPlugin.dir/build.make CMakeFiles/JPEGReaderPlugin.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/JPEGReaderPlugin.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/JPEGReaderPlugin.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/JPEGReaderPlugin.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/JPEGReaderPlugin.dir/depend.internal".
Scanning dependencies of target JPEGReaderPlugin
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/JPEGReaderPlugin.dir/build.make CMakeFiles/JPEGReaderPlugin.dir/build
[ 48%] Building C object CMakeFiles/JPEGReaderPlugin.dir/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReaderPlugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReaderPlugin.dir/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "JPEGReaderPlugin VMMaker.oscog-eem.2480 uuid: bb3ffda7-8241-4dea-b886-d656e474b6c1 " __DATE__ ;
            ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:250:1: warning: unused function 'colorConvertGrayscaleMCU' [-Wunused-function]
colorConvertGrayscaleMCU(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:300:1: warning: unused function 'colorConvertMCU' [-Wunused-function]
colorConvertMCU(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:442:1: warning: unused function 'decodeBlockIntocomponent' [-Wunused-function]
decodeBlockIntocomponent(int *anArray, int *aColorComponent)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:582:1: warning: unused function 'fillBuffer' [-Wunused-function]
fillBuffer(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:610:1: warning: unused function 'getBits' [-Wunused-function]
getBits(sqInt requestedBits)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:662:1: warning: unused function 'idctBlockIntqt' [-Wunused-function]
idctBlockIntqt(int *anArray, int *qt)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:940:1: warning: unused function 'nextSampleCb' [-Wunused-function]
nextSampleCb(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:976:1: warning: unused function 'nextSampleCr' [-Wunused-function]
nextSampleCr(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1012:1: warning: unused function 'nextSampleFromblocks' [-Wunused-function]
nextSampleFromblocks(int *aComponent, int **aBlockArray)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1048:1: warning: unused function 'nextSampleY' [-Wunused-function]
nextSampleY(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1733:1: warning: unused function 'scaleAndSignExtendinFieldWidth' [-Wunused-function]
scaleAndSignExtendinFieldWidth(sqInt aNumber, sqInt w)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1780:1: warning: unused function 'stInit' [-Wunused-function]
stInit(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1787:1: warning: unused function 'storeJPEGStreamOn' [-Wunused-function]
storeJPEGStreamOn(sqInt streamOop)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:111:14: warning: unused variable 'cbSampleStream' [-Wunused-variable]
static sqInt cbSampleStream;
             ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:114:14: warning: unused variable 'crSampleStream' [-Wunused-variable]
static sqInt crSampleStream;
             ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:181:14: warning: unused variable 'ySampleStream' [-Wunused-variable]
static sqInt ySampleStream;
             ^
17 warnings generated.
[ 49%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libJPEGReaderPlugin.dylib
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_link_script CMakeFiles/JPEGReaderPlugin.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -dynamiclib -Wl,-headerpad_max_install_names -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libJPEGReaderPlugin.dylib -install_name @executable_path/Plugins/libJPEGReaderPlugin.dylib CMakeFiles/JPEGReaderPlugin.dir/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c.o  -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/lib/libffi.tbd -framework AppKit -framework CoreGraphics 
[ 49%] Built target JPEGReaderPlugin
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/LocalePlugin.dir/build.make CMakeFiles/LocalePlugin.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/LocalePlugin.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/LocalePlugin.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/LocalePlugin.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/LocalePlugin.dir/depend.internal".
Scanning dependencies of target LocalePlugin
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/LocalePlugin.dir/build.make CMakeFiles/LocalePlugin.dir/build
[ 50%] Building C object CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DLocalePlugin_EXPORTS -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "LocalePlugin VMMaker.oscog-eem.2495 uuid: fcbf4c90-4c50-4ff3-8690-0edfded4f9c4 " __DATE__ ;
            ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c:388:1: warning: unused function 'sqAssert' [-Wunused-function]
sqAssert(sqInt aBool)
^
2 warnings generated.
[ 50%] Building C object CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DLocalePlugin_EXPORTS -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c:9:
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx/sqIOSLocale.h:11:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c:9:
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx/sqIOSLocale.h:11:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c:9:
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx/sqIOSLocale.h:11:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c:9:
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx/sqIOSLocale.h:11:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c:133:17: warning: incompatible integer to pointer conversion passing 'time_t' (aka 'long') to parameter of type 'time_t *' (aka 'long *') [-Wint-conversion]
        theTime = time((time_t)NULL);
                       ^~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/time.h:118:21: note: passing argument to parameter here
time_t time(time_t *);
                    ^
5 warnings generated.
[ 51%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libLocalePlugin.dylib
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_link_script CMakeFiles/LocalePlugin.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -dynamiclib -Wl,-headerpad_max_install_names -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libLocalePlugin.dylib -install_name @executable_path/Plugins/libLocalePlugin.dylib CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c.o CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c.o  -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib -framework CoreFoundation /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/lib/libffi.tbd -framework AppKit -framework CoreGraphics 
[ 51%] Built target LocalePlugin
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/SurfacePlugin.dir/build.make CMakeFiles/SurfacePlugin.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/SurfacePlugin.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/SurfacePlugin.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/SurfacePlugin.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/SurfacePlugin.dir/depend.internal".
Scanning dependencies of target SurfacePlugin
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/SurfacePlugin.dir/build.make CMakeFiles/SurfacePlugin.dir/build
[ 51%] Building C object CMakeFiles/SurfacePlugin.dir/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DSurfacePlugin_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/SurfacePlugin.dir/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c:1:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c:1:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c:1:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c:1:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
4 warnings generated.
[ 52%] Building C object CMakeFiles/SurfacePlugin.dir/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DSurfacePlugin_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/SurfacePlugin.dir/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:492:19: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long') [-Wint-conversion]
        surfaceHandlePtr = fetchPointerofObject(0, surfaceHandle);
                         ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:493:29: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'sqIntptr_t' (aka 'long') [-Wint-conversion]
        result = ioRegisterSurface(surfaceHandlePtr, sqSurfaceDispatchPtr, surfaceIDPtr);
                                   ^~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:241:30: note: passing argument to parameter 'surfaceHandle' here
ioRegisterSurface(sqIntptr_t surfaceHandle, sqSurfaceDispatch *fn, int *surfaceIDPtr)
                             ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:493:47: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'sqSurfaceDispatch *' (aka 'struct sqSurfaceDispatch *') [-Wint-conversion]
        result = ioRegisterSurface(surfaceHandlePtr, sqSurfaceDispatchPtr, surfaceIDPtr);
                                                     ^~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:241:64: note: passing argument to parameter 'fn' here
ioRegisterSurface(sqIntptr_t surfaceHandle, sqSurfaceDispatch *fn, int *surfaceIDPtr)
                                                               ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "SurfacePlugin * VMMaker-tonel.1 uuid: c414a815-c29e-0d00-a7ad-ea940228f10c " __DATE__ ;
            ^
4 warnings generated.
[ 53%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libSurfacePlugin.dylib
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_link_script CMakeFiles/SurfacePlugin.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -dynamiclib -Wl,-headerpad_max_install_names -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libSurfacePlugin.dylib -install_name @executable_path/Plugins/libSurfacePlugin.dylib CMakeFiles/SurfacePlugin.dir/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c.o CMakeFiles/SurfacePlugin.dir/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c.o  -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/lib/libffi.tbd -framework AppKit -framework CoreGraphics 
[ 54%] Built target SurfacePlugin
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/UUIDPlugin.dir/build.make CMakeFiles/UUIDPlugin.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/UUIDPlugin.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/UUIDPlugin.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/UUIDPlugin.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/UUIDPlugin.dir/depend.internal".
Scanning dependencies of target UUIDPlugin
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/UUIDPlugin.dir/build.make CMakeFiles/UUIDPlugin.dir/build
[ 54%] Building C object CMakeFiles/UUIDPlugin.dir/plugins/UUIDPlugin/common/UUIDPlugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DUUIDPlugin_EXPORTS -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/UUIDPlugin.dir/plugins/UUIDPlugin/common/UUIDPlugin.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/plugins/UUIDPlugin/common/UUIDPlugin.c
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/plugins/UUIDPlugin/common/UUIDPlugin.c:2:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/plugins/UUIDPlugin/common/UUIDPlugin.c:2:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/plugins/UUIDPlugin/common/UUIDPlugin.c:2:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/plugins/UUIDPlugin/common/UUIDPlugin.c:2:
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/plugins/UUIDPlugin/common/UUIDPlugin.c:108:11: warning: unused variable 'ok' [-Wunused-variable]
    sqInt ok;
          ^
5 warnings generated.
[ 55%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libUUIDPlugin.dylib
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_link_script CMakeFiles/UUIDPlugin.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -dynamiclib -Wl,-headerpad_max_install_names -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libUUIDPlugin.dylib -install_name @executable_path/Plugins/libUUIDPlugin.dylib CMakeFiles/UUIDPlugin.dir/plugins/UUIDPlugin/common/UUIDPlugin.c.o  -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/lib/libffi.tbd -framework AppKit -framework CoreGraphics 
[ 55%] Built target UUIDPlugin
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/DSAPrims.dir/build.make CMakeFiles/DSAPrims.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/DSAPrims.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/DSAPrims.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/DSAPrims.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/DSAPrims.dir/depend.internal".
Scanning dependencies of target DSAPrims
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/DSAPrims.dir/build.make CMakeFiles/DSAPrims.dir/build
[ 55%] Building C object CMakeFiles/DSAPrims.dir/extracted/plugins/DSAPrims/src/common/DSAPrims.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DDSAPrims_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/DSAPrims.dir/extracted/plugins/DSAPrims/src/common/DSAPrims.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "DSAPlugin CryptographyPlugins-eem.14 uuid: 54292ff0-b538-43ba-9195-26766c158ba9 " __DATE__ ;
            ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:106:1: warning: unused function 'addBackDivisorDigitShift' [-Wunused-function]
addBackDivisorDigitShift(sqInt digitShift)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:144:1: warning: unused function 'bigDivideLoop' [-Wunused-function]
bigDivideLoop(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:265:1: warning: unused function 'leftRotateby' [-Wunused-function]
leftRotateby(unsigned int anInteger, sqInt bits)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:675:1: warning: unused function 'subtractDivisorMultipliedByDigitdigitShift' [-Wunused-function]
subtractDivisorMultipliedByDigitdigitShift(sqInt digit, sqInt digitShift)
^
5 warnings generated.
[ 56%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libDSAPrims.dylib
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_link_script CMakeFiles/DSAPrims.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -dynamiclib -Wl,-headerpad_max_install_names -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libDSAPrims.dylib -install_name @executable_path/Plugins/libDSAPrims.dylib CMakeFiles/DSAPrims.dir/extracted/plugins/DSAPrims/src/common/DSAPrims.c.o  -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/lib/libffi.tbd -framework AppKit -framework CoreGraphics 
[ 56%] Built target DSAPrims
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/SocketPlugin.dir/build.make CMakeFiles/SocketPlugin.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/SocketPlugin.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/SocketPlugin.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/SocketPlugin.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/SocketPlugin.dir/depend.internal".
Scanning dependencies of target SocketPlugin
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/SocketPlugin.dir/build.make CMakeFiles/SocketPlugin.dir/build
[ 56%] Building C object CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DSocketPlugin_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:1499:8: warning: unused variable 'okToListen' [-Wunused-variable]
        sqInt okToListen;
              ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:2311:3: warning: pointer/integer type mismatch in conditional expression ('SocketPtr' (aka 'SQSocket *') and 'int') [-Wconditional-type-mismatch]
                ? ((SocketPtr) (firstIndexableField(socketOop)))
                ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "SocketPlugin VMMaker.oscog-eem.2495 uuid: fcbf4c90-4c50-4ff3-8690-0edfded4f9c4 " __DATE__ ;
            ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:245:1: warning: unused function 'netAddressToInt' [-Wunused-function]
netAddressToInt(unsigned char *ptrToByteArray)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:2296:1: warning: unused function 'socketRecordSize' [-Wunused-function]
socketRecordSize(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:2307:1: warning: unused function 'socketValueOf' [-Wunused-function]
socketValueOf(sqInt socketOop)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:2318:1: warning: unused function 'sqAssert' [-Wunused-function]
sqAssert(sqInt aBool)
^
7 warnings generated.
[ 57%] Building C object CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DSocketPlugin_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c
[ 58%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libSocketPlugin.dylib
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_link_script CMakeFiles/SocketPlugin.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -dynamiclib -Wl,-headerpad_max_install_names -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libSocketPlugin.dylib -install_name @executable_path/Plugins/libSocketPlugin.dylib CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c.o CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c.o  -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/lib/libffi.tbd -framework AppKit -framework CoreGraphics 
[ 58%] Built target SocketPlugin
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/B2DPlugin.dir/build.make CMakeFiles/B2DPlugin.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/B2DPlugin.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/B2DPlugin.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/B2DPlugin.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/B2DPlugin.dir/depend.internal".
Scanning dependencies of target B2DPlugin
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/B2DPlugin.dir/build.make CMakeFiles/B2DPlugin.dir/build
[ 58%] Building C object CMakeFiles/B2DPlugin.dir/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DB2DPlugin_EXPORTS -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/B2DPlugin.dir/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2474:11: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
        leftViaY = leftViaY;
        ~~~~~~~~ ^ ~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2497:12: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
        rightViaY = rightViaY;
        ~~~~~~~~~ ^ ~~~~~~~~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3225:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        xp = xp;
                                        ~~ ^ ~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3241:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        yp = yp;
                                        ~~ ^ ~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3346:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        xp = xp;
                                        ~~ ^ ~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3362:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        yp = yp;
                                        ~~ ^ ~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3468:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        xp = xp;
                                        ~~ ^ ~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3484:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        yp = yp;
                                        ~~ ^ ~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3703:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        xp = xp;
                                        ~~ ^ ~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3719:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        yp = yp;
                                        ~~ ^ ~~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13646:18: warning: expression result unused [-Wunused-value]
                ((signed)lastX >> 8);
                 ~~~~~~~~~~~~~ ^  ~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13676:18: warning: expression result unused [-Wunused-value]
        ((signed)lastX1 >> 8);
         ~~~~~~~~~~~~~~ ^  ~
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "BalloonEnginePlugin VMMaker.oscog-eem.2480 uuid: bb3ffda7-8241-4dea-b886-d656e474b6c1 " __DATE__ ;
            ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:851:1: warning: unused function 'aaColorMaskGet' [-Wunused-function]
aaColorMaskGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:858:1: warning: unused function 'aaColorMaskPut' [-Wunused-function]
aaColorMaskPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:865:1: warning: unused function 'aaColorShiftGet' [-Wunused-function]
aaColorShiftGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:872:1: warning: unused function 'aaColorShiftPut' [-Wunused-function]
aaColorShiftPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:882:1: warning: unused function 'aaFirstPixelFromto' [-Wunused-function]
aaFirstPixelFromto(sqInt leftX, sqInt rightX)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:897:1: warning: unused function 'aaHalfPixelGet' [-Wunused-function]
aaHalfPixelGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:904:1: warning: unused function 'aaHalfPixelPut' [-Wunused-function]
aaHalfPixelPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:914:1: warning: unused function 'aaLastPixelFromto' [-Wunused-function]
aaLastPixelFromto(sqInt leftX, sqInt rightX)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:921:1: warning: unused function 'aaLevelGet' [-Wunused-function]
aaLevelGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:928:1: warning: unused function 'aaLevelPut' [-Wunused-function]
aaLevelPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:935:1: warning: unused function 'aaScanMaskGet' [-Wunused-function]
aaScanMaskGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:942:1: warning: unused function 'aaScanMaskPut' [-Wunused-function]
aaScanMaskPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:949:1: warning: unused function 'aaShiftGet' [-Wunused-function]
aaShiftGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:956:1: warning: unused function 'aaShiftPut' [-Wunused-function]
aaShiftPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:967:1: warning: unused function 'absoluteSquared8Dot24' [-Wunused-function]
absoluteSquared8Dot24(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1036:1: warning: unused function 'adjustAALevel' [-Wunused-function]
adjustAALevel(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1175:1: warning: unused function 'aetStartGet' [-Wunused-function]
aetStartGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1182:1: warning: unused function 'aetStartPut' [-Wunused-function]
aetStartPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1189:1: warning: unused function 'aetUsedGet' [-Wunused-function]
aetUsedGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1196:1: warning: unused function 'aetUsedPut' [-Wunused-function]
aetUsedPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1206:1: warning: unused function 'allocateAETEntry' [-Wunused-function]
allocateAETEntry(sqInt nSlots)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1220:1: warning: unused function 'allocateBezier' [-Wunused-function]
allocateBezier(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1240:1: warning: unused function 'allocateBezierStackEntry' [-Wunused-function]
allocateBezierStackEntry(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1254:1: warning: unused function 'allocateBitmapFillcolormap' [-Wunused-function]
allocateBitmapFillcolormap(sqInt cmSize, int *cmBits)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1321:1: warning: unused function 'allocateGradientFillrampWidthisRadial' [-Wunused-function]
allocateGradientFillrampWidthisRadial(int *ramp, sqInt rampWidth, sqInt isRadial)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1364:1: warning: unused function 'allocateLine' [-Wunused-function]
allocateLine(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1416:1: warning: unused function 'allocateStackEntry' [-Wunused-function]
allocateStackEntry(sqInt nSlots)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1430:1: warning: unused function 'allocateStackFillEntry' [-Wunused-function]
allocateStackFillEntry(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1443:1: warning: unused function 'allocateWideBezier' [-Wunused-function]
allocateWideBezier(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1463:1: warning: unused function 'allocateWideLine' [-Wunused-function]
allocateWideLine(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1483:1: warning: unused function 'areEdgeFillsValid' [-Wunused-function]
areEdgeFillsValid(sqInt edge)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1493:1: warning: unused function 'assureValuebetweenand' [-Wunused-function]
assureValuebetweenand(sqInt val1, sqInt val2, sqInt val3)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1516:1: warning: unused function 'bezierEndXOf' [-Wunused-function]
bezierEndXOf(sqInt bezier)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1523:1: warning: unused function 'bezierEndXOfput' [-Wunused-function]
bezierEndXOfput(sqInt bezier, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1530:1: warning: unused function 'bezierEndYOf' [-Wunused-function]
bezierEndYOf(sqInt bezier)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1537:1: warning: unused function 'bezierEndYOfput' [-Wunused-function]
bezierEndYOfput(sqInt bezier, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1544:1: warning: unused function 'bezierFinalXOf' [-Wunused-function]
bezierFinalXOf(sqInt bezier)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1551:1: warning: unused function 'bezierFinalXOfput' [-Wunused-function]
bezierFinalXOfput(sqInt bezier, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1558:1: warning: unused function 'bezierUpdateDataOf' [-Wunused-function]
bezierUpdateDataOf(sqInt bezier)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1565:1: warning: unused function 'bezierViaXOf' [-Wunused-function]
bezierViaXOf(sqInt bezier)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1572:1: warning: unused function 'bezierViaXOfput' [-Wunused-function]
bezierViaXOfput(sqInt bezier, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1579:1: warning: unused function 'bezierViaYOf' [-Wunused-function]
bezierViaYOf(sqInt bezier)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1586:1: warning: unused function 'bezierViaYOfput' [-Wunused-function]
bezierViaYOfput(sqInt bezier, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1593:1: warning: unused function 'bitmapCmSizeOf' [-Wunused-function]
bitmapCmSizeOf(sqInt bmFill)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1600:1: warning: unused function 'bitmapCmSizeOfput' [-Wunused-function]
bitmapCmSizeOfput(sqInt bmFill, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1607:1: warning: unused function 'bitmapDepthOf' [-Wunused-function]
bitmapDepthOf(sqInt bmFill)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1614:1: warning: unused function 'bitmapDepthOfput' [-Wunused-function]
bitmapDepthOfput(sqInt bmFill, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1621:1: warning: unused function 'bitmapHeightOf' [-Wunused-function]
bitmapHeightOf(sqInt bmFill)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1628:1: warning: unused function 'bitmapHeightOfput' [-Wunused-function]
bitmapHeightOfput(sqInt bmFill, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1635:1: warning: unused function 'bitmapRasterOf' [-Wunused-function]
bitmapRasterOf(sqInt bmFill)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1642:1: warning: unused function 'bitmapRasterOfput' [-Wunused-function]
bitmapRasterOfput(sqInt bmFill, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1649:1: warning: unused function 'bitmapSizeOf' [-Wunused-function]
bitmapSizeOf(sqInt bmFill)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1656:1: warning: unused function 'bitmapSizeOfput' [-Wunused-function]
bitmapSizeOfput(sqInt bmFill, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1663:1: warning: unused function 'bitmapTileFlagOf' [-Wunused-function]
bitmapTileFlagOf(sqInt bmFill)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1670:1: warning: unused function 'bitmapTileFlagOfput' [-Wunused-function]
bitmapTileFlagOfput(sqInt bmFill, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1677:1: warning: unused function 'bitmapValuebitsatXy' [-Wunused-function]
bitmapValuebitsatXy(sqInt bmFill, sqInt bits, sqInt xp, sqInt yp)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1740:1: warning: unused function 'bitmapWidthOf' [-Wunused-function]
bitmapWidthOf(sqInt bmFill)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1747:1: warning: unused function 'bitmapWidthOfput' [-Wunused-function]
bitmapWidthOfput(sqInt bmFill, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1754:1: warning: unused function 'bzEndX' [-Wunused-function]
bzEndX(sqInt index)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1765:1: warning: unused function 'bzEndXput' [-Wunused-function]
bzEndXput(sqInt index, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1776:1: warning: unused function 'bzEndY' [-Wunused-function]
bzEndY(sqInt index)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1787:1: warning: unused function 'bzEndYput' [-Wunused-function]
bzEndYput(sqInt index, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1798:1: warning: unused function 'bzStartX' [-Wunused-function]
bzStartX(sqInt index)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1809:1: warning: unused function 'bzStartXput' [-Wunused-function]
bzStartXput(sqInt index, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1820:1: warning: unused function 'bzStartY' [-Wunused-function]
bzStartY(sqInt index)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1831:1: warning: unused function 'bzStartYput' [-Wunused-function]
bzStartYput(sqInt index, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1842:1: warning: unused function 'bzViaX' [-Wunused-function]
bzViaX(sqInt index)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1853:1: warning: unused function 'bzViaXput' [-Wunused-function]
bzViaXput(sqInt index, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1864:1: warning: unused function 'bzViaY' [-Wunused-function]
bzViaY(sqInt index)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1875:1: warning: unused function 'bzViaYput' [-Wunused-function]
bzViaYput(sqInt index, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2030:1: warning: unused function 'checkedAddBezierToGET' [-Wunused-function]
checkedAddBezierToGET(sqInt bezier)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2058:1: warning: unused function 'checkedAddEdgeToGET' [-Wunused-function]
checkedAddEdgeToGET(sqInt edge)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2110:1: warning: unused function 'checkedAddLineToGET' [-Wunused-function]
checkedAddLineToGET(sqInt line)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2170:1: warning: unused function 'clampValuemax' [-Wunused-function]
clampValuemax(sqInt value, sqInt maxValue)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2218:1: warning: unused function 'clearSpanBufferGet' [-Wunused-function]
clearSpanBufferGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2225:1: warning: unused function 'clearSpanBufferPut' [-Wunused-function]
clearSpanBufferPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2232:1: warning: unused function 'clipMaxXGet' [-Wunused-function]
clipMaxXGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2239:1: warning: unused function 'clipMaxXPut' [-Wunused-function]
clipMaxXPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2246:1: warning: unused function 'clipMaxYGet' [-Wunused-function]
clipMaxYGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2253:1: warning: unused function 'clipMaxYPut' [-Wunused-function]
clipMaxYPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2260:1: warning: unused function 'clipMinXGet' [-Wunused-function]
clipMinXGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2267:1: warning: unused function 'clipMinXPut' [-Wunused-function]
clipMinXPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2274:1: warning: unused function 'clipMinYGet' [-Wunused-function]
clipMinYGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2281:1: warning: unused function 'clipMinYPut' [-Wunused-function]
clipMinYPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2288:1: warning: unused function 'colormapOf' [-Wunused-function]
colormapOf(sqInt bmFill)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2295:1: warning: unused function 'colorTransform' [-Wunused-function]
colorTransform(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2577:1: warning: unused function 'computeSqrt' [-Wunused-function]
computeSqrt(sqInt length2)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2672:1: warning: unused function 'currentYGet' [-Wunused-function]
currentYGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2679:1: warning: unused function 'currentYPut' [-Wunused-function]
currentYPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2686:1: warning: unused function 'currentZGet' [-Wunused-function]
currentZGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2693:1: warning: unused function 'currentZPut' [-Wunused-function]
currentZPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2700:1: warning: unused function 'destOffsetXGet' [-Wunused-function]
destOffsetXGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2707:1: warning: unused function 'destOffsetXPut' [-Wunused-function]
destOffsetXPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2714:1: warning: unused function 'destOffsetYGet' [-Wunused-function]
destOffsetYGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2721:1: warning: unused function 'destOffsetYPut' [-Wunused-function]
destOffsetYPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2766:1: warning: unused function 'drawWideEdgefrom' [-Wunused-function]
drawWideEdgefrom(sqInt edge, sqInt leftX)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2813:1: warning: unused function 'edgeFillsInvalidate' [-Wunused-function]
edgeFillsInvalidate(sqInt edge)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2824:1: warning: unused function 'edgeFillsValidate' [-Wunused-function]
edgeFillsValidate(sqInt edge)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2835:1: warning: unused function 'edgeLeftFillOf' [-Wunused-function]
edgeLeftFillOf(sqInt edge)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2842:1: warning: unused function 'edgeLeftFillOfput' [-Wunused-function]
edgeLeftFillOfput(sqInt edge, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2849:1: warning: unused function 'edgeNumLinesOf' [-Wunused-function]
edgeNumLinesOf(sqInt edge)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2856:1: warning: unused function 'edgeNumLinesOfput' [-Wunused-function]
edgeNumLinesOfput(sqInt edge, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2863:1: warning: unused function 'edgeRightFillOf' [-Wunused-function]
edgeRightFillOf(sqInt edge)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2870:1: warning: unused function 'edgeRightFillOfput' [-Wunused-function]
edgeRightFillOfput(sqInt edge, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2877:1: warning: unused function 'edgeTransform' [-Wunused-function]
edgeTransform(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2887:1: warning: unused function 'edgeTypeOf' [-Wunused-function]
edgeTypeOf(sqInt edge)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2894:1: warning: unused function 'edgeXValueOf' [-Wunused-function]
edgeXValueOf(sqInt edge)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2901:1: warning: unused function 'edgeXValueOfput' [-Wunused-function]
edgeXValueOfput(sqInt edge, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2908:1: warning: unused function 'edgeYValueOf' [-Wunused-function]
edgeYValueOf(sqInt edge)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2915:1: warning: unused function 'edgeYValueOfput' [-Wunused-function]
edgeYValueOfput(sqInt edge, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2922:1: warning: unused function 'edgeZValueOf' [-Wunused-function]
edgeZValueOf(sqInt edge)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2929:1: warning: unused function 'edgeZValueOfput' [-Wunused-function]
edgeZValueOfput(sqInt edge, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2953:1: warning: unused function 'estimatedLengthOfwith' [-Wunused-function]
estimatedLengthOfwith(sqInt deltaX, sqInt deltaY)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2983:1: warning: unused function 'fillAllFromto' [-Wunused-function]
fillAllFromto(sqInt leftX, sqInt rightX)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3086:1: warning: unused function 'fillBitmapSpan' [-Wunused-function]
fillBitmapSpan(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3866:1: warning: unused function 'fillColorSpanfromto' [-Wunused-function]
fillColorSpanfromto(sqInt pixelValue32, sqInt leftX, sqInt rightX)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3896:1: warning: unused function 'fillDirectionXOf' [-Wunused-function]
fillDirectionXOf(sqInt fill)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3903:1: warning: unused function 'fillDirectionXOfput' [-Wunused-function]
fillDirectionXOfput(sqInt fill, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3910:1: warning: unused function 'fillDirectionYOf' [-Wunused-function]
fillDirectionYOf(sqInt fill)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3917:1: warning: unused function 'fillDirectionYOfput' [-Wunused-function]
fillDirectionYOfput(sqInt fill, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3924:1: warning: unused function 'fillLinearGradient' [-Wunused-function]
fillLinearGradient(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4152:1: warning: unused function 'fillMaxXGet' [-Wunused-function]
fillMaxXGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4159:1: warning: unused function 'fillMaxXPut' [-Wunused-function]
fillMaxXPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4166:1: warning: unused function 'fillMaxYGet' [-Wunused-function]
fillMaxYGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4173:1: warning: unused function 'fillMaxYPut' [-Wunused-function]
fillMaxYPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4180:1: warning: unused function 'fillMinXGet' [-Wunused-function]
fillMinXGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4187:1: warning: unused function 'fillMinXPut' [-Wunused-function]
fillMinXPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4194:1: warning: unused function 'fillMinYGet' [-Wunused-function]
fillMinYGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4201:1: warning: unused function 'fillMinYPut' [-Wunused-function]
fillMinYPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4208:1: warning: unused function 'fillNormalXOf' [-Wunused-function]
fillNormalXOf(sqInt fill)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4215:1: warning: unused function 'fillNormalXOfput' [-Wunused-function]
fillNormalXOfput(sqInt fill, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4222:1: warning: unused function 'fillNormalYOf' [-Wunused-function]
fillNormalYOf(sqInt fill)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4229:1: warning: unused function 'fillNormalYOfput' [-Wunused-function]
fillNormalYOfput(sqInt fill, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4236:1: warning: unused function 'fillOffsetXGet' [-Wunused-function]
fillOffsetXGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4243:1: warning: unused function 'fillOffsetXPut' [-Wunused-function]
fillOffsetXPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4250:1: warning: unused function 'fillOffsetYGet' [-Wunused-function]
fillOffsetYGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4257:1: warning: unused function 'fillOffsetYPut' [-Wunused-function]
fillOffsetYPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4264:1: warning: unused function 'fillOriginXOf' [-Wunused-function]
fillOriginXOf(sqInt fill)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4271:1: warning: unused function 'fillOriginXOfput' [-Wunused-function]
fillOriginXOfput(sqInt fill, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4278:1: warning: unused function 'fillOriginYOf' [-Wunused-function]
fillOriginYOf(sqInt fill)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4285:1: warning: unused function 'fillOriginYOfput' [-Wunused-function]
fillOriginYOfput(sqInt fill, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4431:1: warning: unused function 'fillRadialDecreasingrampdeltaSTdsXdtXfromto' [-Wunused-function]
fillRadialDecreasingrampdeltaSTdsXdtXfromto(sqInt fill, sqInt ramp, sqInt deltaST, sqInt dsX, sqInt dtX, sqInt leftX, sqInt rightX)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4477:1: warning: unused function 'fillRadialGradient' [-Wunused-function]
fillRadialGradient(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4839:1: warning: unused function 'fillRadialIncreasingrampdeltaSTdsXdtXfromto' [-Wunused-function]
fillRadialIncreasingrampdeltaSTdsXdtXfromto(sqInt fill, sqInt ramp, sqInt deltaST, sqInt dsX, sqInt dtX, sqInt leftX, sqInt rightX)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5011:1: warning: unused function 'fillTypeOf' [-Wunused-function]
fillTypeOf(sqInt fill)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5018:1: warning: unused function 'findNextAETEdgeFrom' [-Wunused-function]
findNextAETEdgeFrom(sqInt leftEdge)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5446:1: warning: unused function 'finishedProcessing' [-Wunused-function]
finishedProcessing(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5453:1: warning: unused function 'firstPointListGet' [-Wunused-function]
firstPointListGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5460:1: warning: unused function 'firstPointListPut' [-Wunused-function]
firstPointListPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5467:1: warning: unused function 'freeStackFillEntry' [-Wunused-function]
freeStackFillEntry(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5509:1: warning: unused function 'getStartGet' [-Wunused-function]
getStartGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5516:1: warning: unused function 'getStartPut' [-Wunused-function]
getStartPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5523:1: warning: unused function 'getUsedGet' [-Wunused-function]
getUsedGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5530:1: warning: unused function 'getUsedPut' [-Wunused-function]
getUsedPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5537:1: warning: unused function 'gradientRampLengthOf' [-Wunused-function]
gradientRampLengthOf(sqInt fill)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5544:1: warning: unused function 'gradientRampLengthOfput' [-Wunused-function]
gradientRampLengthOfput(sqInt fill, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5551:1: warning: unused function 'gradientRampOf' [-Wunused-function]
gradientRampOf(sqInt fill)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5558:1: warning: unused function 'hasColorTransform' [-Wunused-function]
hasColorTransform(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5565:1: warning: unused function 'hasColorTransformGet' [-Wunused-function]
hasColorTransformGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5572:1: warning: unused function 'hasColorTransformPut' [-Wunused-function]
hasColorTransformPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5579:1: warning: unused function 'hasEdgeTransform' [-Wunused-function]
hasEdgeTransform(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5586:1: warning: unused function 'hasEdgeTransformGet' [-Wunused-function]
hasEdgeTransformGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5593:1: warning: unused function 'hasEdgeTransformPut' [-Wunused-function]
hasEdgeTransformPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5677:1: warning: unused function 'incrementPointby' [-Wunused-function]
incrementPointby(int *point, sqInt delta)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5686:1: warning: unused function 'incrementStatby' [-Wunused-function]
incrementStatby(sqInt statIndex, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5899:1: warning: unused function 'isBezier' [-Wunused-function]
isBezier(sqInt bezier)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5919:1: warning: unused function 'isFillColor' [-Wunused-function]
isFillColor(sqInt fill)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5938:1: warning: unused function 'isFill' [-Wunused-function]
isFill(sqInt fill)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5946:1: warning: unused function 'isLine' [-Wunused-function]
isLine(sqInt line)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5953:1: warning: unused function 'isObject' [-Wunused-function]
isObject(sqInt obj)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5961:1: warning: unused function 'isRealFill' [-Wunused-function]
isRealFill(sqInt fill)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5968:1: warning: unused function 'isStackEntry' [-Wunused-function]
isStackEntry(sqInt entry)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5976:1: warning: unused function 'isStackIndex' [-Wunused-function]
isStackIndex(sqInt index)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5984:1: warning: unused function 'isWideBezier' [-Wunused-function]
isWideBezier(sqInt bezier)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5992:1: warning: unused function 'isWideLine' [-Wunused-function]
isWideLine(sqInt line)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6000:1: warning: unused function 'isWide' [-Wunused-function]
isWide(sqInt object)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6007:1: warning: unused function 'lastExportedEdgeGet' [-Wunused-function]
lastExportedEdgeGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6014:1: warning: unused function 'lastExportedEdgePut' [-Wunused-function]
lastExportedEdgePut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6021:1: warning: unused function 'lastExportedFillGet' [-Wunused-function]
lastExportedFillGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6028:1: warning: unused function 'lastExportedFillPut' [-Wunused-function]
lastExportedFillPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6035:1: warning: unused function 'lastExportedLeftXGet' [-Wunused-function]
lastExportedLeftXGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6042:1: warning: unused function 'lastExportedLeftXPut' [-Wunused-function]
lastExportedLeftXPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6049:1: warning: unused function 'lastExportedRightXGet' [-Wunused-function]
lastExportedRightXGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6056:1: warning: unused function 'lastExportedRightXPut' [-Wunused-function]
lastExportedRightXPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6063:1: warning: unused function 'lineEndXOf' [-Wunused-function]
lineEndXOf(sqInt line)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6070:1: warning: unused function 'lineEndXOfput' [-Wunused-function]
lineEndXOfput(sqInt line, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6077:1: warning: unused function 'lineEndYOf' [-Wunused-function]
lineEndYOf(sqInt line)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6084:1: warning: unused function 'lineEndYOfput' [-Wunused-function]
lineEndYOfput(sqInt line, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6091:1: warning: unused function 'lineErrorAdjDownOf' [-Wunused-function]
lineErrorAdjDownOf(sqInt line)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6098:1: warning: unused function 'lineErrorAdjDownOfput' [-Wunused-function]
lineErrorAdjDownOfput(sqInt line, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6105:1: warning: unused function 'lineErrorAdjUpOf' [-Wunused-function]
lineErrorAdjUpOf(sqInt line)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6112:1: warning: unused function 'lineErrorAdjUpOfput' [-Wunused-function]
lineErrorAdjUpOfput(sqInt line, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6119:1: warning: unused function 'lineErrorOf' [-Wunused-function]
lineErrorOf(sqInt line)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6126:1: warning: unused function 'lineErrorOfput' [-Wunused-function]
lineErrorOfput(sqInt line, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6133:1: warning: unused function 'lineXDirectionOf' [-Wunused-function]
lineXDirectionOf(sqInt line)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6140:1: warning: unused function 'lineXDirectionOfput' [-Wunused-function]
lineXDirectionOfput(sqInt line, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6147:1: warning: unused function 'lineXIncrementOf' [-Wunused-function]
lineXIncrementOf(sqInt line)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6154:1: warning: unused function 'lineXIncrementOfput' [-Wunused-function]
lineXIncrementOfput(sqInt line, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6161:1: warning: unused function 'lineYDirectionOf' [-Wunused-function]
lineYDirectionOf(sqInt line)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6168:1: warning: unused function 'lineYDirectionOfput' [-Wunused-function]
lineYDirectionOfput(sqInt line, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6237:1: warning: unused function 'loadArrayPolygonnPointsfilllineWidthlineFill' [-Wunused-function]
loadArrayPolygonnPointsfilllineWidthlineFill(sqInt points, sqInt nPoints, sqInt fillIndex, sqInt lineWidth, sqInt lineFill)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6691:1: warning: unused function 'loadBitmapFillcolormaptilefromalongnormalxIndex' [-Wunused-function]
loadBitmapFillcolormaptilefromalongnormalxIndex(sqInt formOop, sqInt cmOop, sqInt tileFlag, int *point1, int *point2, int *point3, sqInt xIndex)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6834:1: warning: unused function 'loadColorTransformFrom' [-Wunused-function]
loadColorTransformFrom(sqInt transformOop)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6861:1: warning: unused function 'loadCompressedSegmentfromshortleftFillrightFilllineWidthlineColor' [-Wunused-function]
loadCompressedSegmentfromshortleftFillrightFilllineWidthlineColor(sqInt segmentIndex, sqInt points, sqInt pointsShort, sqInt leftFill, sqInt rightFill, sqInt lineWidth, sqInt lineFill)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:7868:1: warning: unused function 'loadLinefromtooffsetleftFillrightFill' [-Wunused-function]
loadLinefromtooffsetleftFillrightFill(sqInt line, int *point1, int *point2, sqInt yOffset, sqInt leftFill, sqInt rightFill)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8093:1: warning: unused function 'loadPointIntAtfrom' [-Wunused-function]
loadPointIntAtfrom(sqInt index, sqInt intArray)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8103:1: warning: unused function 'loadPointShortAtfrom' [-Wunused-function]
loadPointShortAtfrom(sqInt index, sqInt shortArray)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8147:1: warning: unused function 'loadPolygonnPointsfilllineWidthlineFillpointsShort' [-Wunused-function]
loadPolygonnPointsfilllineWidthlineFillpointsShort(int *points, sqInt nPoints, sqInt fillIndex, sqInt lineWidth, sqInt lineFill, sqInt isShort)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8316:1: warning: unused function 'loadRectanglelineFillleftFillrightFill' [-Wunused-function]
loadRectanglelineFillleftFillrightFill(sqInt lineWidth, sqInt lineFill, sqInt leftFill, sqInt rightFill)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8973:1: warning: unused function 'magicNumberGet' [-Wunused-function]
magicNumberGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8980:1: warning: unused function 'magicNumberPut' [-Wunused-function]
magicNumberPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8987:1: warning: unused function 'makeRectFromPoints' [-Wunused-function]
makeRectFromPoints(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8998:1: warning: unused function 'makeUnsignedFrom' [-Wunused-function]
makeUnsignedFrom(sqInt someIntegerValue)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9058:1: warning: unused function 'needsFlush' [-Wunused-function]
needsFlush(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9065:1: warning: unused function 'needsFlushGet' [-Wunused-function]
needsFlushGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9072:1: warning: unused function 'needsFlushPut' [-Wunused-function]
needsFlushPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9079:1: warning: unused function 'objectHeaderOf' [-Wunused-function]
objectHeaderOf(sqInt obj)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9090:1: warning: unused function 'objectIndexOf' [-Wunused-function]
objectIndexOf(sqInt obj)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9097:1: warning: unused function 'objectIndexOfput' [-Wunused-function]
objectIndexOfput(sqInt obj, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9104:1: warning: unused function 'objectLengthOf' [-Wunused-function]
objectLengthOf(sqInt obj)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9111:1: warning: unused function 'objectLengthOfput' [-Wunused-function]
objectLengthOfput(sqInt obj, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9118:1: warning: unused function 'objectTypeOf' [-Wunused-function]
objectTypeOf(sqInt obj)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9125:1: warning: unused function 'objectTypeOfput' [-Wunused-function]
objectTypeOfput(sqInt obj, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9132:1: warning: unused function 'objStartGet' [-Wunused-function]
objStartGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9139:1: warning: unused function 'objStartPut' [-Wunused-function]
objStartPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9146:1: warning: unused function 'objUsedGet' [-Wunused-function]
objUsedGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9153:1: warning: unused function 'objUsedPut' [-Wunused-function]
objUsedPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9160:1: warning: unused function 'objat' [-Wunused-function]
objat(sqInt object, sqInt index)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9167:1: warning: unused function 'objatput' [-Wunused-function]
objatput(sqInt object, sqInt index, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9178:1: warning: unused function 'offsetFromWidth' [-Wunused-function]
offsetFromWidth(sqInt lineWidth)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9185:1: warning: unused function 'point1Get' [-Wunused-function]
point1Get(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9192:1: warning: unused function 'point2Get' [-Wunused-function]
point2Get(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9199:1: warning: unused function 'point3Get' [-Wunused-function]
point3Get(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9206:1: warning: unused function 'point4Get' [-Wunused-function]
point4Get(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12282:1: warning: unused function 'quickRemoveInvalidFillsAt' [-Wunused-function]
quickRemoveInvalidFillsAt(sqInt leftX)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12428:1: warning: unused function 'repeatValuemax' [-Wunused-function]
repeatValuemax(sqInt delta, sqInt maxValue)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12495:1: warning: unused function 'returnWideBezierFill' [-Wunused-function]
returnWideBezierFill(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12502:1: warning: unused function 'returnWideBezierWidth' [-Wunused-function]
returnWideBezierWidth(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12512:1: warning: unused function 'returnWideLineFill' [-Wunused-function]
returnWideLineFill(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12522:1: warning: unused function 'returnWideLineWidth' [-Wunused-function]
returnWideLineWidth(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12668:1: warning: unused function 'shortRunLengthAtfrom' [-Wunused-function]
shortRunLengthAtfrom(sqInt i, sqInt runArray)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12680:1: warning: unused function 'shortRunValueAtfrom' [-Wunused-function]
shortRunValueAtfrom(sqInt i, sqInt runArray)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12748:1: warning: unused function 'sortGlobalEdgeTable' [-Wunused-function]
sortGlobalEdgeTable(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12756:1: warning: unused function 'spanEndAAGet' [-Wunused-function]
spanEndAAGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12763:1: warning: unused function 'spanEndAAPut' [-Wunused-function]
spanEndAAPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12770:1: warning: unused function 'spanEndGet' [-Wunused-function]
spanEndGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12777:1: warning: unused function 'spanEndPut' [-Wunused-function]
spanEndPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12784:1: warning: unused function 'spanSizeGet' [-Wunused-function]
spanSizeGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12791:1: warning: unused function 'spanSizePut' [-Wunused-function]
spanSizePut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12798:1: warning: unused function 'spanStartGet' [-Wunused-function]
spanStartGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12805:1: warning: unused function 'spanStartPut' [-Wunused-function]
spanStartPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12812:1: warning: unused function 'squaredLengthOfwith' [-Wunused-function]
squaredLengthOfwith(sqInt deltaX, sqInt deltaY)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12819:1: warning: unused function 'stackFillDepth' [-Wunused-function]
stackFillDepth(sqInt index)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12826:1: warning: unused function 'stackFillDepthput' [-Wunused-function]
stackFillDepthput(sqInt index, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12833:1: warning: unused function 'stackFillEntryLength' [-Wunused-function]
stackFillEntryLength(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12840:1: warning: unused function 'stackFillRightX' [-Wunused-function]
stackFillRightX(sqInt index)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12847:1: warning: unused function 'stackFillRightXput' [-Wunused-function]
stackFillRightXput(sqInt index, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12854:1: warning: unused function 'stackFillSize' [-Wunused-function]
stackFillSize(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12861:1: warning: unused function 'stackFillValue' [-Wunused-function]
stackFillValue(sqInt index)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12868:1: warning: unused function 'stackFillValueput' [-Wunused-function]
stackFillValueput(sqInt index, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12875:1: warning: unused function 'stateGet' [-Wunused-function]
stateGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12882:1: warning: unused function 'statePut' [-Wunused-function]
statePut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12894:1: warning: unused function 'stepToFirstBezier' [-Wunused-function]
stepToFirstBezier(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13033:1: warning: unused function 'stepToFirstLine' [-Wunused-function]
stepToFirstLine(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13140:1: warning: unused function 'stepToFirstWideBezier' [-Wunused-function]
stepToFirstWideBezier(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13244:1: warning: unused function 'stepToFirstWideLine' [-Wunused-function]
stepToFirstWideLine(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13388:1: warning: unused function 'stepToNextBezier' [-Wunused-function]
stepToNextBezier(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13434:1: warning: unused function 'stepToNextBezierForwardat' [-Wunused-function]
stepToNextBezierForwardat(int *updateData, sqInt yValue)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13515:1: warning: unused function 'stepToNextLine' [-Wunused-function]
stepToNextLine(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13686:1: warning: unused function 'stepToNextWideLine' [-Wunused-function]
stepToNextWideLine(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13814:1: warning: unused function 'stopBecauseOf' [-Wunused-function]
stopBecauseOf(sqInt stopReason)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13823:1: warning: unused function 'stopReasonGet' [-Wunused-function]
stopReasonGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13830:1: warning: unused function 'stopReasonPut' [-Wunused-function]
stopReasonPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13854:1: warning: unused function 'storeEngineStateInto' [-Wunused-function]
storeEngineStateInto(sqInt oop)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13930:1: warning: unused function 'storeStopStateIntoEdgefill' [-Wunused-function]
storeStopStateIntoEdgefill(sqInt edgeOop, sqInt fillOop)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14334:1: warning: unused function 'topFillDepth' [-Wunused-function]
topFillDepth(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14345:1: warning: unused function 'topFillDepthPut' [-Wunused-function]
topFillDepthPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14356:1: warning: unused function 'topFillRightX' [-Wunused-function]
topFillRightX(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14367:1: warning: unused function 'topFillRightXPut' [-Wunused-function]
topFillRightXPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14378:1: warning: unused function 'topFillValue' [-Wunused-function]
topFillValue(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14389:1: warning: unused function 'topFillValuePut' [-Wunused-function]
topFillValuePut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14468:1: warning: unused function 'transformPoints' [-Wunused-function]
transformPoints(sqInt n)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14597:1: warning: unused function 'transformPointXyinto' [-Wunused-function]
transformPointXyinto(double xValue, double yValue, int *dstPoint)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14619:1: warning: unused function 'transformPoint' [-Wunused-function]
transformPoint(int *point)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14658:1: warning: unused function 'transformPointinto' [-Wunused-function]
transformPointinto(sqInt srcPoint, sqInt dstPoint)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14872:1: warning: unused function 'wbSizeGet' [-Wunused-function]
wbSizeGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14879:1: warning: unused function 'wbSizePut' [-Wunused-function]
wbSizePut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14886:1: warning: unused function 'wbStackClear' [-Wunused-function]
wbStackClear(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14895:1: warning: unused function 'wbStackPop' [-Wunused-function]
wbStackPop(sqInt nItems)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14916:1: warning: unused function 'wbStackSize' [-Wunused-function]
wbStackSize(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14923:1: warning: unused function 'wbStackValue' [-Wunused-function]
wbStackValue(sqInt index)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14930:1: warning: unused function 'wbStackValueput' [-Wunused-function]
wbStackValueput(sqInt index, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14937:1: warning: unused function 'wbTopGet' [-Wunused-function]
wbTopGet(void)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14944:1: warning: unused function 'wbTopPut' [-Wunused-function]
wbTopPut(sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14951:1: warning: unused function 'wideBezierEntryOf' [-Wunused-function]
wideBezierEntryOf(sqInt line)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14959:1: warning: unused function 'wideBezierEntryOfput' [-Wunused-function]
wideBezierEntryOfput(sqInt line, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14967:1: warning: unused function 'wideBezierExitOf' [-Wunused-function]
wideBezierExitOf(sqInt line)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14975:1: warning: unused function 'wideBezierExitOfput' [-Wunused-function]
wideBezierExitOfput(sqInt line, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14983:1: warning: unused function 'wideBezierExtentOf' [-Wunused-function]
wideBezierExtentOf(sqInt bezier)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14991:1: warning: unused function 'wideBezierExtentOfput' [-Wunused-function]
wideBezierExtentOfput(sqInt bezier, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15007:1: warning: unused function 'wideBezierFillOfput' [-Wunused-function]
wideBezierFillOfput(sqInt bezier, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15015:1: warning: unused function 'wideBezierUpdateDataOf' [-Wunused-function]
wideBezierUpdateDataOf(sqInt bezier)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15030:1: warning: unused function 'wideBezierWidthOfput' [-Wunused-function]
wideBezierWidthOfput(sqInt line, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15038:1: warning: unused function 'wideLineEntryOf' [-Wunused-function]
wideLineEntryOf(sqInt line)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15046:1: warning: unused function 'wideLineEntryOfput' [-Wunused-function]
wideLineEntryOfput(sqInt line, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15054:1: warning: unused function 'wideLineExitOf' [-Wunused-function]
wideLineExitOf(sqInt line)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15062:1: warning: unused function 'wideLineExitOfput' [-Wunused-function]
wideLineExitOfput(sqInt line, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15070:1: warning: unused function 'wideLineExtentOf' [-Wunused-function]
wideLineExtentOf(sqInt line)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15078:1: warning: unused function 'wideLineExtentOfput' [-Wunused-function]
wideLineExtentOfput(sqInt line, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15094:1: warning: unused function 'wideLineFillOfput' [-Wunused-function]
wideLineFillOfput(sqInt line, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15110:1: warning: unused function 'wideLineWidthOfput' [-Wunused-function]
wideLineWidthOfput(sqInt line, sqInt value)
^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15118:1: warning: unused function 'workBufferPut' [-Wunused-function]
workBufferPut(sqInt wbOop)
^


pushNilSizeFunction localised to compileBlockBodies

savedFirstOpcodeIndex localised to compileBlockBodies

savedLastDumpedLiteralIndex localised to compileBlockBodies

savedNextLiteralIndex localised to compileBlockBodies

cStackAlignment localised to compileCallFor:numArgs:arg:arg:arg:arg:resultReg:regsToSave:

cPICEndOfCodeLabel localised to generateClosedPICPrototype

endCPICCase1 localised to generateClosedPICPrototype

primitiveGeneratorTable localised to primitiveDescriptor

numPushNilsFunction localised to scanBlock:
StackInterpreterPrimitives>>primitiveFFIFree contains declaration for non-existent variable ptr
StackInterpreterPrimitives>>primitiveLoadSymbolFromModule contains declaration for non-existent variable ptr
StackInterpreterPrimitives>>doPrimitiveWorkerExtractReturnValue contains declaration for non-existent variable externalFunction
StackInterpreter>>checkImageVersionFrom: contains declaration for non-existent variable imageOffset
StackInterpreter>>reapAndResetErrorCodeTo:header: contains declaration for non-existent variable theSP
StackInterpreterPrimitives>>primitiveFFIAllocate contains declaration for non-existent variable ptr
StackInterpreter>>readImageFromFile:StartingAt: contains declaration for non-existent variable heapSize
StackInterpreter>>readImageFromFile:StartingAt: contains declaration for non-existent variable minimumMemory
StackInterpreter>>readImageFromFile:StartingAt: contains declaration for non-existent variable allocationReserve

conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject:
conflicting return types sqInt, void in extendedStoreBytecodePop:
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject:
conflicting return types sqInt, void in extendedStoreBytecodePop:
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in baseFrameReturn
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject:
conflicting return types sqInt, void in extendedStoreBytecodePop:
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in baseFrameReturn
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject:
conflicting return types sqInt, void in extendedStoreBytecodePop:
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in baseFrameReturn
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject:
conflicting return types sqInt, void in extendedStoreBytecodePop:
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in baseFrameReturn
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject:
325 warnings generated.
[ 59%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libB2DPlugin.dylib
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_link_script CMakeFiles/B2DPlugin.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -dynamiclib -Wl,-headerpad_max_install_names -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libB2DPlugin.dylib -install_name @executable_path/Plugins/libB2DPlugin.dylib CMakeFiles/B2DPlugin.dir/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c.o  -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/lib/libffi.tbd -framework AppKit -framework CoreGraphics 
[ 59%] Built target B2DPlugin
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/JPEGReadWriter2Plugin.dir/build.make CMakeFiles/JPEGReadWriter2Plugin.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/JPEGReadWriter2Plugin.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/JPEGReadWriter2Plugin.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/JPEGReadWriter2Plugin.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/JPEGReadWriter2Plugin.dir/depend.internal".
Scanning dependencies of target JPEGReadWriter2Plugin
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/JPEGReadWriter2Plugin.dir/build.make CMakeFiles/JPEGReadWriter2Plugin.dir/build
[ 60%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c
[ 60%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "JPEGReadWriter2Plugin VMMaker.oscog-eem.2493 uuid: d7437cc5-75c7-4a43-af6b-0f85bf0cebe6 " __DATE__ ;
            ^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c:537:1: warning: unused function 'sqAssert' [-Wunused-function]
sqAssert(sqInt aBool)
^
2 warnings generated.
[ 61%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c

conflicting return types sqInt, void in extendedStoreBytecodePop:
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in baseFrameReturn
[ 62%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c
[ 62%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c
[ 63%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c
[ 63%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c
[ 64%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c
[ 64%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c
[ 65%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c
[ 66%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c
[ 66%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c
[ 67%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c
[ 67%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c
[ 68%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c
[ 69%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c
[ 69%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c
[ 70%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c
[ 70%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c
[ 71%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c
[ 71%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c
[ 72%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c
[ 73%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c
[ 73%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c
[ 74%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c
[ 74%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:454:13: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  { 0, ((-1)<<1) + 1, ((-1)<<2) + 1, ((-1)<<3) + 1, ((-1)<<4) + 1,
        ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:454:28: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  { 0, ((-1)<<1) + 1, ((-1)<<2) + 1, ((-1)<<3) + 1, ((-1)<<4) + 1,
                       ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:454:43: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  { 0, ((-1)<<1) + 1, ((-1)<<2) + 1, ((-1)<<3) + 1, ((-1)<<4) + 1,
                                      ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:454:58: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  { 0, ((-1)<<1) + 1, ((-1)<<2) + 1, ((-1)<<3) + 1, ((-1)<<4) + 1,
                                                     ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:455:10: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<5) + 1, ((-1)<<6) + 1, ((-1)<<7) + 1, ((-1)<<8) + 1,
     ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:455:25: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<5) + 1, ((-1)<<6) + 1, ((-1)<<7) + 1, ((-1)<<8) + 1,
                    ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:455:40: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<5) + 1, ((-1)<<6) + 1, ((-1)<<7) + 1, ((-1)<<8) + 1,
                                   ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:455:55: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<5) + 1, ((-1)<<6) + 1, ((-1)<<7) + 1, ((-1)<<8) + 1,
                                                  ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:456:10: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<9) + 1, ((-1)<<10) + 1, ((-1)<<11) + 1, ((-1)<<12) + 1,
     ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:456:25: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<9) + 1, ((-1)<<10) + 1, ((-1)<<11) + 1, ((-1)<<12) + 1,
                    ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:456:41: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<9) + 1, ((-1)<<10) + 1, ((-1)<<11) + 1, ((-1)<<12) + 1,
                                    ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:456:57: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<9) + 1, ((-1)<<10) + 1, ((-1)<<11) + 1, ((-1)<<12) + 1,
                                                    ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:457:10: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<13) + 1, ((-1)<<14) + 1, ((-1)<<15) + 1 };
     ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:457:26: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<13) + 1, ((-1)<<14) + 1, ((-1)<<15) + 1 };
                     ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:457:42: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<13) + 1, ((-1)<<14) + 1, ((-1)<<15) + 1 };
                                     ~~~~^
15 warnings generated.
[ 75%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c
[ 76%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c
[ 76%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c


warning, variable nsMethodCache doesn't exist or has already been removed[ 77%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c
[ 77%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c
[ 78%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:214:13: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  { 0, ((-1)<<1) + 1, ((-1)<<2) + 1, ((-1)<<3) + 1, ((-1)<<4) + 1,
        ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:214:28: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  { 0, ((-1)<<1) + 1, ((-1)<<2) + 1, ((-1)<<3) + 1, ((-1)<<4) + 1,
                       ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:214:43: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  { 0, ((-1)<<1) + 1, ((-1)<<2) + 1, ((-1)<<3) + 1, ((-1)<<4) + 1,
                                      ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:214:58: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  { 0, ((-1)<<1) + 1, ((-1)<<2) + 1, ((-1)<<3) + 1, ((-1)<<4) + 1,
                                                     ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:215:10: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<5) + 1, ((-1)<<6) + 1, ((-1)<<7) + 1, ((-1)<<8) + 1,
     ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:215:25: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<5) + 1, ((-1)<<6) + 1, ((-1)<<7) + 1, ((-1)<<8) + 1,
                    ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:215:40: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<5) + 1, ((-1)<<6) + 1, ((-1)<<7) + 1, ((-1)<<8) + 1,
                                   ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:215:55: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<5) + 1, ((-1)<<6) + 1, ((-1)<<7) + 1, ((-1)<<8) + 1,
                                                  ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:216:10: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<9) + 1, ((-1)<<10) + 1, ((-1)<<11) + 1, ((-1)<<12) + 1,
     ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:216:25: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<9) + 1, ((-1)<<10) + 1, ((-1)<<11) + 1, ((-1)<<12) + 1,
                    ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:216:41: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<9) + 1, ((-1)<<10) + 1, ((-1)<<11) + 1, ((-1)<<12) + 1,
                                    ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:216:57: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<9) + 1, ((-1)<<10) + 1, ((-1)<<11) + 1, ((-1)<<12) + 1,
                                                    ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:217:10: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<13) + 1, ((-1)<<14) + 1, ((-1)<<15) + 1 };
     ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:217:26: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<13) + 1, ((-1)<<14) + 1, ((-1)<<15) + 1 };
                     ~~~~^
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:217:42: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<13) + 1, ((-1)<<14) + 1, ((-1)<<15) + 1 };
                                     ~~~~^
15 warnings generated.
[ 78%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c
[ 79%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c
[ 80%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c
[ 80%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c
[ 81%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c
[ 81%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c
[ 82%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c

StackToRegisterMappingCogit>>freeAnyFloatRegNotConflictingWith: contains declaration for non-existent variable desc[ 83%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c
[ 83%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c
[ 84%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c
[ 84%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c
[ 85%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c
[ 86%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c:41:14: warning: unused variable 'src' [-Wunused-variable]
  my_src_ptr src = (my_src_ptr) cinfo->src;
             ^
1 warning generated.
[ 86%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c
[ 87%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c
[ 87%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c
[ 88%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c
[ 88%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c
[ 89%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c
[ 90%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libJPEGReadWriter2Plugin.dylib
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_link_script CMakeFiles/JPEGReadWriter2Plugin.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -dynamiclib -Wl,-headerpad_max_install_names -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libJPEGReadWriter2Plugin.dylib -install_name @executable_path/Plugins/libJPEGReadWriter2Plugin.dylib CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c.o  -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/lib/libffi.tbd -framework AppKit -framework CoreGraphics 
[ 90%] Built target JPEGReadWriter2Plugin
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/Pharo.dir/build.make CMakeFiles/Pharo.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/Pharo.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/Pharo.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/Pharo.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/Pharo.dir/depend.internal".
Scanning dependencies of target Pharo
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/Pharo.dir/build.make CMakeFiles/Pharo.dir/build
[ 90%] Building C object CMakeFiles/Pharo.dir/src/unixMain.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffi/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/ffi -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -o CMakeFiles/Pharo.dir/src/unixMain.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/src/unixMain.c
[ 91%] Linking C executable build/vm/Debug/Pharo.app/Contents/MacOS/Pharo
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_link_script CMakeFiles/Pharo.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/Pharo.dir/src/unixMain.c.o -o build/vm/Debug/Pharo.app/Contents/MacOS/Pharo  build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/lib/libffi.tbd -framework AppKit -framework CoreGraphics 
Copying OS X content build/vm/Debug/Pharo.app/Contents/Resources/Pharo.icns
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/resources/mac/Pharo.icns build/vm/Debug/Pharo.app/Contents/Resources/Pharo.icns
Copying OS X content build/vm/Debug/Pharo.app/Contents/Resources/PharoChanges.icns
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/resources/mac/PharoChanges.icns build/vm/Debug/Pharo.app/Contents/Resources/PharoChanges.icns
Copying OS X content build/vm/Debug/Pharo.app/Contents/Resources/PharoImage.icns
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/resources/mac/PharoImage.icns build/vm/Debug/Pharo.app/Contents/Resources/PharoImage.icns
Copying OS X content build/vm/Debug/Pharo.app/Contents/Resources/PharoSources.icns
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E copy /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/resources/mac/PharoSources.icns build/vm/Debug/Pharo.app/Contents/Resources/PharoSources.icns
[ 91%] Built target Pharo
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/build_vmmaker_get_vm.dir/build.make CMakeFiles/build_vmmaker_get_vm.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/build_vmmaker_get_vm.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/build_vmmaker_get_vm.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/build_vmmaker_get_vm.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/build_vmmaker_get_vm.dir/depend.internal".
Scanning dependencies of target build_vmmaker_get_vm
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/build_vmmaker_get_vm.dir/build.make CMakeFiles/build_vmmaker_get_vm.dir/build
[ 92%] Performing update step for 'build_vmmaker_get_vm'
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/vm && echo

[ 92%] No patch step for 'build_vmmaker_get_vm'
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E echo_append
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-patch
[ 93%] Performing configure step for 'build_vmmaker_get_vm'
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/vm && echo

cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/vm && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-configure
[ 93%] Performing build step for 'build_vmmaker_get_vm'
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/vm && echo

cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/vm && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-build
[ 94%] Performing install step for 'build_vmmaker_get_vm'
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/vm && echo

cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/vm && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-install
[ 94%] Completed 'build_vmmaker_get_vm'
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E make_directory /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/build_vmmaker_get_vm-complete
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E touch /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-done
[ 95%] Built target build_vmmaker_get_vm
/Library/Developer/CommandLineTools/usr/bin/make  -f build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/build.make build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/depend
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_depends "Unix Makefiles" /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/ffiTestLibrary /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/DependInfo.cmake --color=
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/DependInfo.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/depend.internal".
Dependee "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/ffiTestLibrary/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/depend.internal".
Scanning dependencies of target TestLibrary
/Library/Developer/CommandLineTools/usr/bin/make  -f build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/build.make build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/build
[ 95%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/basic_types.c.o
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/ffiTestLibrary && /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/includes -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/TestLibrary.dir/src/basic_types.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/src/basic_types.c
[ 96%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/callback_types.c.o
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/ffiTestLibrary && /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/includes -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/TestLibrary.dir/src/callback_types.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/src/callback_types.c
[ 96%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/callbacks.c.o
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/ffiTestLibrary && /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/includes -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/TestLibrary.dir/src/callbacks.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/src/callbacks.c
/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/src/callbacks.c:47:1: warning: non-void function does not return a value [-Wreturn-type]
}
^
1 warning generated.
[ 97%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/callout.c.o
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/ffiTestLibrary && /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/includes -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/TestLibrary.dir/src/callout.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/src/callout.c
[ 98%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/registerCallback.c.o
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/ffiTestLibrary && /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/includes -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/TestLibrary.dir/src/registerCallback.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/src/registerCallback.c
[ 98%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/structures.c.o
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/ffiTestLibrary && /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=59 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/includes -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -fPIC -o CMakeFiles/TestLibrary.dir/src/structures.c.o -c /Users/lse/Workspace/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/src/structures.c
[100%] Linking C shared library ../vm/Debug/Pharo.app/Contents/MacOS/Plugins/libTestLibrary.dylib
cd /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/ffiTestLibrary && /opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_link_script CMakeFiles/TestLibrary.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk -dynamiclib -Wl,-headerpad_max_install_names -o ../vm/Debug/Pharo.app/Contents/MacOS/Plugins/libTestLibrary.dylib -install_name @executable_path/Plugins/libTestLibrary.dylib CMakeFiles/TestLibrary.dir/src/basic_types.c.o CMakeFiles/TestLibrary.dir/src/callback_types.c.o CMakeFiles/TestLibrary.dir/src/callbacks.c.o CMakeFiles/TestLibrary.dir/src/callout.c.o CMakeFiles/TestLibrary.dir/src/registerCallback.c.o CMakeFiles/TestLibrary.dir/src/structures.c.o  -Wl,-rpath,@executable_path/Plugins 
[100%] Built target TestLibrary
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -E cmake_progress_start /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles 0
/Library/Developer/CommandLineTools/usr/bin/make  -f CMakeFiles/Makefile2 preinstall
make[1]: Nothing to be done for `preinstall'.
Install the project...
/opt/homebrew/Cellar/cmake/3.19.4/bin/cmake -P cmake_install.cmake
-- Install configuration: ""
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/./
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//Pharo.app
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//Pharo.app/Contents
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//Pharo.app/Contents/MacOS
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//Pharo.app/Contents/MacOS/Plugins
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libB2DPlugin.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libgit2.1.0.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libLocalePlugin.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libLargeIntegers.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libDSAPrims.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libfreetype.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libfontconfig.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libFloatArrayPlugin.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libssh2.1.0.1.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libSqueakSSL.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libcairo.2.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libSurfacePlugin.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libSocketPlugin.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libSDL2-2.0.0.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libFileAttributesPlugin.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libBitBltPlugin.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libpng16.16.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libssl.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libJPEGReadWriter2Plugin.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libTestLibrary.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libssl.1.1.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libpixman-1.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libcairo.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libFilePlugin.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libMiscPrimitivePlugin.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libssh2.1.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libpixman-1.0.40.0.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libUnixOSProcessPlugin.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libfreetype.6.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libpng.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libgit2.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libgit2.1.0.1.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libSDL2.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libssh2.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libUUIDPlugin.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libcrypto.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libfontconfig.1.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libJPEGReaderPlugin.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libpng16.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libpixman-1.0.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libcrypto.1.1.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//Pharo.app/Contents/MacOS/Pharo
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//Pharo.app/Contents/Resources
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//Pharo.app/Contents/Resources/PharoSources.icns
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//Pharo.app/Contents/Resources/Pharo.icns
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//Pharo.app/Contents/Resources/PharoImage.icns
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//Pharo.app/Contents/Resources/PharoChanges.icns
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//Pharo.app/Contents/Info.plist
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/sqGnu.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/sqConfig.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/sqPlatformSpecific.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/config.h
-- Up-to-date: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/pharoClient.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/errorCode.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/debug.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/pathUtilities.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/win
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/win/resources.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/interpreter.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/exportDefinition.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/threads
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/threads/vmthread.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/macros.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/sqNamedPrims.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/jit
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/jit/jit.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/stringUtilities.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/threadSafeQueue
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/threadSafeQueue/threadSafeQueue.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/imageAccess.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/parameters
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/parameters/parameterVector.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/parameters/parameters.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/sigjmp_support.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/semaphores
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/semaphores/pSemaphore.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/semaphores/platformSemaphore.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/semaphores/pharoSemaphore.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/fileDialog.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/pharo.h
-- Up-to-date: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/dispdbg.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/sqAtomicOps.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/sqAssert.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/sqVirtualMachine.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/sqaio.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/sqCogStackAlignment.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/sq.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/sqMemoryFence.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/sqMemoryAccess.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/cmake/Linux.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/cmake/FindSDL2.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/cmake/importLibFFI.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/cmake/FindFFI.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/cmake/Windows.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/cmake/importCairo.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/cmake/Darwin.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/cmake/OpenBSD.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/cmake/DownloadProject.CMakeLists.cmake.in
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/cmake/FindPThreadW32.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/cmake/versionExtraction.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/cmake/vmmaker.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/cmake/importFreetype2.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/cmake/DownloadProject.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/cmake/FindLibGit2.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/cmake/packaging.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/cmake/FindCairo.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/cmake/importLibGit2.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/cmake/importSDL2.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/LocalePlugin
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include/osx
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include/osx/sqIOSLocale.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include/common/LocalePlugin.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/osx
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/win
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/win/sqWin32Locale.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/unix
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/unix/sqUnixLocale.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/osx
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/osx/dummyFFI.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/unix
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/unix/ffi-test.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/unix/ffi-test-sq.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/unix/ppc-global.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/common/sqFFI.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/osx
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/osx/dummyFFI.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/win
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/win/sqWin32FFI.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix/ppc-sysv.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix/any-libffi.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix/x86-sysv.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix/ppc-darwin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/SqueakFFIPrims.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/ARM32FFIPlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/sqFFIPlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/IA32FFIPlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/sqManualSurface.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/sqFFITestFuncs.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/X64Win64FFIPlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/ARM64FFIPlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SurfacePlugin
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/include
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/include/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/include/common/SurfacePlugin.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/src/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/win
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/win/dirent.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/win/faSupport.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/unix
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/unix/faSupport.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/common/faConstants.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/common/faCommon.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/win
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/win/faSupport.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/unix
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakSSL
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include/unix
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include/unix/openssl_overlay.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include/common/SqueakSSL.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/osx
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/win
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/win/sqWin32SSL.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/unix
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReaderPlugin
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReaderPlugin/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReaderPlugin/src/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/MiscPrimitivePlugin
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/MiscPrimitivePlugin/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/MiscPrimitivePlugin/src/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/B2DPlugin
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/B2DPlugin/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/B2DPlugin/src/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/DSAPrims
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/DSAPrims/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/DSAPrims/src/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/DSAPrims/src/common/DSAPrims.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/IA32ABI
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/IA32ABI/include
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessppc.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessppcPostLogicDouble.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessARM32.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dax64business.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusiness.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessPostLogic.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessARM64.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessppcPostLogicInteger.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/ia32abi.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/AlienSUnitTestProcedures.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dax64win64business.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessppcPostLogicFloat.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessARM.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/IA32ABI/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/x64win64stub.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/x64sysvabicc.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/arm64abicc.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/IA32ABI.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/xabicc.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/AlienSUnitTestProcedures.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/ia32abicc.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/ppc32abicc.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/arm32abicc.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/x64win64abicc.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/UnixOSProcessPlugin
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/UnixOSProcessPlugin/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/UnixOSProcessPlugin/src/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FilePlugin
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FilePlugin/include
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FilePlugin/include/win
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FilePlugin/include/win/sqWin32File.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FilePlugin/include/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FilePlugin/include/common/FilePlugin.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FilePlugin/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/osx
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/osx/sqUnixFile.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/win
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/win/sqWin32FilePrims.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/unix
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SocketPlugin
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SocketPlugin/include
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SocketPlugin/include/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SocketPlugin/include/common/SocketPlugin.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SocketPlugin/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SocketPlugin/src/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/BitBltPlugin
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltArm.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltDispatch.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltArmSimd.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltInternal.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltGeneric.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltArmLinux.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltGeneric.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltArmSimd.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltArmOther.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltArm.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltDispatch.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jpeglib.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/README
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemsys.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jconfig.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmorecfg.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdct.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jversion.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/ReadMe.txt
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jinclude.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/README.6b2
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jpegint.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/LargeIntegers
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/LargeIntegers/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/LargeIntegers/src/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/include
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/include/osx
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/include/osx/sqGnu.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/include/osx/sqConfig.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/include/osx/sqPlatformSpecific.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/include/win
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/include/win/sqGnu.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/include/win/sqWin32HandleTable.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/include/win/sqWin32Alloc.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/include/win/sqWin32.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/include/win/sqConfig.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/include/win/sqPlatformSpecific.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/include/unix
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/include/unix/sqGnu.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/include/unix/sqConfig.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/include/unix/sqPlatformSpecific.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/include/unix/sqUnixCharConv.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/include/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/include/common/dispdbg.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/include/common/sqAtomicOps.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/include/common/sqAssert.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/include/common/sqVirtualMachine.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/include/common/sqaio.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/include/common/sqCogStackAlignment.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/include/common/sq.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/include/common/sqMemoryFence.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/include/common/sqMemoryAccess.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/src/osx
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/src/osx/aioOSX.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/src/win
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/src/win/sqWin32SpurAlloc.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/src/win/sqWin32Directory.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/src/win/aioWin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/src/unix
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/src/unix/sqUnixCharConv.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/src/unix/aio.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/src/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/src/common/sqNamedPrims.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/src/common/sqHeapMap.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/src/common/sqVirtualMachine.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/src/common/sqExternalSemaphores.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/src/common/sqTicker.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/src/common/heartbeat.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/include
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/include/pharovm
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/include/pharovm/pharoClient.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/include/pharovm/errorCode.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/include/pharovm/debug.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/include/pharovm/pathUtilities.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/include/pharovm/win
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/include/pharovm/win/resources.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/include/pharovm/interpreter.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/include/pharovm/config.h.in
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/include/pharovm/exportDefinition.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/include/pharovm/threads
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/include/pharovm/threads/vmthread.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/include/pharovm/macros.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/include/pharovm/sqNamedPrims.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/include/pharovm/jit
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/include/pharovm/jit/jit.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/include/pharovm/stringUtilities.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/include/pharovm/threadSafeQueue
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/include/pharovm/threadSafeQueue/threadSafeQueue.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/include/pharovm/imageAccess.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/include/pharovm/parameters
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/include/pharovm/parameters/parameterVector.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/include/pharovm/parameters/parameters.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/include/pharovm/sigjmp_support.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/include/pharovm/semaphores
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/include/pharovm/semaphores/pSemaphore.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/include/pharovm/semaphores/platformSemaphore.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/include/pharovm/semaphores/pharoSemaphore.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/include/pharovm/fileDialog.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/include/pharovm/pharo.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/packaging
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/packaging/linux
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/packaging/linux/bin
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/packaging/linux/bin/launch.sh.in
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/packaging/linux/launch.sh.in
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/plugins
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/plugins/UUIDPlugin
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/plugins/UUIDPlugin/common
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/plugins/UUIDPlugin/common/UUIDPlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/resources
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/resources/img.image
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/resources/mac
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/resources/mac/PharoSources.icns
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/resources/mac/Pharo.icns
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/resources/mac/PharoImage.icns
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/resources/mac/PharoChanges.icns
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/resources/mac/Info.plist.in
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/resources/windows
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/resources/windows/PharoDLL.rc.in
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/resources/windows/dialogs.rc
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/resources/windows/PharoConsole.exe.manifest.in
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/resources/windows/Pharo.rc.in
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/resources/windows/Pharo.ico
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/resources/windows/Pharo.exe.manifest.in
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/resources/windows/PharoConsole.rc.in
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/scripts
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/scripts/installCygwin.ps1
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/scripts/runTests.sh
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/scripts/installVMMaker.st
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/scripts/runScriptInCygwinBash.ps1
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/nullDisplay.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/externalPrimitives.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/fileDialogUnix.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/fileUtilsWin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/fileDialogMac.m
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/imageAccess.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/stringUtilities.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/win32Main.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/win
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/win/winDebugMenu.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/win/winDebug.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/win/winDebugWindow.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/macAlias.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/fileDialogWin32.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/unixMain.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/utils
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/utils/setjmp-Windows-wrapper-ARM64.S
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/utils/setjmp-Windows-wrapper-X86.S
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/utils/setjmp-Windows-wrapper-X64.S
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/fileDialogCommon.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/client.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/pathUtilities.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/debug.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/errorCode.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/memoryUnix.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/utils.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/threadSafeQueue
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/threadSafeQueue/threadSafeQueue.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/parameters
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/parameters/parameters.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/parameters/parameters.m
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/parameters/parameterVector.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/fileUtils.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/debugUnix.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/semaphores
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/semaphores/pharoSemaphore.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/semaphores/platformSemaphore.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/utilsMac.mm
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffiTestLibrary
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffiTestLibrary/CMakeLists.txt
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffiTestLibrary/includes
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffiTestLibrary/includes/callbacks.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffiTestLibrary/includes/testLibrary.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffiTestLibrary/includes/structures.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffiTestLibrary/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffiTestLibrary/src/basic_types.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffiTestLibrary/src/structures.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffiTestLibrary/src/callback_types.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffiTestLibrary/src/callout.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffiTestLibrary/src/registerCallback.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffiTestLibrary/src/callbacks.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffi
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffi/include
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffi/include/callbacks.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffi/include/pThreadedFFIUtils.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffi/include/worker.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffi/include/workerTask.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffi/include/pThreadedFFI.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffi/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffi/src/typesPrimitives.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffi/src/functionDefinitionPrimitives.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffi/src/callbacks
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffi/src/callbacks/callbackPrimitives.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffi/src/callbacks/callbacks.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffi/src/primitiveUtils.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffi/src/pThreadedFFI.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffi/src/sameThread
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffi/src/sameThread/sameThread.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffi/src/utils.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffi/src/types.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffi/src/worker
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffi/src/worker/worker.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffi/src/worker/workerTask.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffi/src/worker/workerPrimitives.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffi/src/primitiveCalls.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/version.info
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/CMakeLists.txt
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/macros.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/plugins.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/plugins.macros.cmake
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated/
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//32
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//32/plugins
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//32/plugins/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//32/plugins/src/SurfacePlugin
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//32/plugins/src/SurfacePlugin/SurfacePlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//32/plugins/src/FilePlugin
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//32/plugins/src/FilePlugin/FilePlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//32/plugins/src/FloatArrayPlugin
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//32/plugins/src/FloatArrayPlugin/FloatArrayPlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//32/vm
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//32/vm/include
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//32/vm/include/cogmethod.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//32/vm/include/cointerp.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//32/vm/include/vmCallback.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//32/vm/include/interp.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//32/vm/include/cogit.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//32/vm/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//32/vm/src/cointerp.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//32/vm/src/cogit.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//32/vm/src/cogitIA32.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//32/vm/src/cogitMIPSEL.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//32/vm/src/gcc3x-cointerp.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//32/vm/src/cogitARMv5.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//32/examplePlugins.ext
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//64
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//64/plugins
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//64/plugins/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//64/plugins/src/SurfacePlugin
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//64/plugins/src/SurfacePlugin/SurfacePlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//64/plugins/src/FilePlugin
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//64/plugins/src/FilePlugin/FilePlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//64/plugins/src/FloatArrayPlugin
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//64/plugins/src/FloatArrayPlugin/FloatArrayPlugin.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//64/vm
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//64/vm/include
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//64/vm/include/cogmethod.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//64/vm/include/cointerp.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//64/vm/include/vmCallback.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//64/vm/include/interp.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//64/vm/include/cogit.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//64/vm/src
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//64/vm/src/cogitX64SysV.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//64/vm/src/cointerp.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//64/vm/src/cogit.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//64/vm/src/cogitX64WIN64.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//64/vm/src/cogitaarch64.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//64/vm/src/gcc3x-cointerp.c
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//64/examplePlugins.ext
-- Up-to-date: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/cogmethod.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/cointerp.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/vmCallback.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/interp.h
-- Installing: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/cogit.h
Run CPack packaging tool...
/opt/homebrew/Cellar/cmake/3.19.4/bin/cpack --config ./CPackConfig.cmake
CPack: Create package using ZIP
CPack: Install projects
CPack: - Run preinstall target for: PharoVM


pushNilSizeFunction localised to compileBlockBodies

cStackAlignment localised to compileCallFor:numArgs:arg:arg:arg:arg:resultReg:regsToSave:

cPICEndOfCodeLabel localised to generateClosedPICPrototype

endCPICCase1 localised to generateClosedPICPrototype

primitiveGeneratorTable localised to primitiveDescriptor

numPushNilsFunction localised to scanBlock:

warning, variable nsMethodCache doesn't exist or has already been removed
StackToRegisterMappingCogit>>freeAnyFloatRegNotConflictingWith: contains declaration for non-existent variable desc
Local variable name 'receiver' in doPrimitiveWorkerExtractReturnValue may mask method when inlining

Local variable name 'stack' in pathTo:using:followWeak: may mask method when inlining

Local variable name 'stack' in pruneStack:stackp: may mask method when inlining

Local variable name 'receiver' in doPrimitiveWorkerCallout may mask method when inlining

compactionStartUsecs localised to fullGC

gcMarkEndUsecs localised to fullGC

extA localised to interpret

extB localised to interpret

lkupClassTag localised to interpret

numExtB localised to interpret

traceSources localised to printLogEntryAt:

the2ndUnknownShort localised to writeImageFileIO

pushNilSizeFunction localised to compileBlockBodies

cStackAlignment localised to compileCallFor:numArgs:arg:arg:arg:arg:resultReg:regsToSave:

cPICEndOfCodeLabel localised to generateClosedPICPrototype

endCPICCase1 localised to generateClosedPICPrototype

primitiveGeneratorTable localised to primitiveDescriptor

numPushNilsFunction localised to scanBlock:
26 June 2022 11:20:53.955905 pm
warning, signature of InterpreterProxy>>characterTable does not match reference implementation.
warning, signature of InterpreterProxy>>fullGC does not match reference implementation.
warning, signature of InterpreterProxy>>pop:thenPush: does not match reference implementation.
warning, signature of InterpreterProxy>>positive32BitValueOf: does not match reference implementation.
warning, signature of InterpreterProxy>>pushRemappableOop: does not match reference implementation.
external plugin FilePlugin generated as FilePlugin
warning, signature of InterpreterProxy>>pop:thenPush: does not match reference implementation.
warning, signature of InterpreterProxy>>pushBool: does not match reference implementation.
external plugin FloatArrayPlugin generated as FloatArrayPlugin
warning, signature of InterpreterProxy>>pop:thenPush: does not match reference implementation.
external plugin SurfacePlugin generated as SurfacePlugin
26 June 2022 11:20:54.349149 pm
PharoVMMaker
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/PharoVMCore.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/PharoVMCore.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/PharoVMCore.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/PharoVMCore.dir/depend.internal".
Scanning dependencies of target PharoVMCore
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/PharoVMCore.dir/build.make CMakeFiles/PharoVMCore.dir/build
[ 16%] Building C object CMakeFiles/PharoVMCore.dir/src/debug.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/src/debug.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/src/debug.c
[ 16%] Building C object CMakeFiles/PharoVMCore.dir/src/utils.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/src/utils.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/src/utils.c
/builds/workspace/pharo-vm_pharo-9/repository/src/utils.c:224:8: warning: unused variable 'tmpBasedir' [-Wunused-variable]
        char* tmpBasedir = (char*)alloca(bufferSize);
              ^
/builds/workspace/pharo-vm_pharo-9/repository/src/utils.c:496:17: warning: unused function 'max' [-Wunused-function]
static long int max(long int x, long int y) { return (x > y) ? x : y; }
                ^
2 warnings generated.
[ 17%] Building C object CMakeFiles/PharoVMCore.dir/src/errorCode.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/src/errorCode.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/src/errorCode.c
[ 18%] Building C object CMakeFiles/PharoVMCore.dir/src/nullDisplay.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/src/nullDisplay.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/src/nullDisplay.c
/builds/workspace/pharo-vm_pharo-9/repository/src/nullDisplay.c:208:1: warning: unused function 'dropInit' [-Wunused-function]
dropInit (void)
^
/builds/workspace/pharo-vm_pharo-9/repository/src/nullDisplay.c:215:1: warning: unused function 'dropShutdown' [-Wunused-function]
dropShutdown (void)
^
2 warnings generated.
[ 18%] Building C object CMakeFiles/PharoVMCore.dir/src/externalPrimitives.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/src/externalPrimitives.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/src/externalPrimitives.c
[ 19%] Building C object CMakeFiles/PharoVMCore.dir/src/client.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/src/client.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/src/client.c
[ 19%] Building C object CMakeFiles/PharoVMCore.dir/src/pathUtilities.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/src/pathUtilities.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/src/pathUtilities.c
[ 20%] Building C object CMakeFiles/PharoVMCore.dir/src/fileDialogCommon.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/src/fileDialogCommon.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/src/fileDialogCommon.c
[ 20%] Building C object CMakeFiles/PharoVMCore.dir/src/stringUtilities.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/src/stringUtilities.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/src/stringUtilities.c
[ 21%] Building C object CMakeFiles/PharoVMCore.dir/src/imageAccess.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/src/imageAccess.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/src/imageAccess.c
[ 21%] Building C object CMakeFiles/PharoVMCore.dir/src/parameters/parameterVector.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/src/parameters/parameterVector.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/src/parameters/parameterVector.c
[ 22%] Building C object CMakeFiles/PharoVMCore.dir/src/parameters/parameters.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/src/parameters/parameters.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/src/parameters/parameters.c
[ 23%] Building C object CMakeFiles/PharoVMCore.dir/src/semaphores/platformSemaphore.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/src/semaphores/platformSemaphore.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/src/semaphores/platformSemaphore.c
[ 23%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/heartbeat.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/heartbeat.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/heartbeat.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/heartbeat.c:19:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/heartbeat.c:19:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/heartbeat.c:19:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/heartbeat.c:19:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
4 warnings generated.
[ 24%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/functionDefinitionPrimitives.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/functionDefinitionPrimitives.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/ffi/src/functionDefinitionPrimitives.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/ffi/src/functionDefinitionPrimitives.c:1:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/ffi/src/functionDefinitionPrimitives.c:1:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/ffi/src/functionDefinitionPrimitives.c:1:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/ffi/src/functionDefinitionPrimitives.c:1:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
4 warnings generated.
[ 24%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/primitiveCalls.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/primitiveCalls.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/ffi/src/primitiveCalls.c
[ 25%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/primitiveUtils.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/primitiveUtils.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/ffi/src/primitiveUtils.c
[ 25%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/types.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/types.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/ffi/src/types.c
/builds/workspace/pharo-vm_pharo-9/repository/ffi/src/types.c:108:3: warning: variable 'address' is used uninitialized whenever switch default is taken [-Wsometimes-uninitialized]
                default:
                ^~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/ffi/src/types.c:112:19: note: uninitialized use occurs here
        setHandler(aOop, address);
                         ^~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/ffi/src/types.c:4:15: note: initialize the variable 'address' to silence this warning
        void* address;
                     ^
                      = NULL
1 warning generated.
[ 26%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/typesPrimitives.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/typesPrimitives.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/ffi/src/typesPrimitives.c
[ 26%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/utils.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/utils.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/ffi/src/utils.c
[ 27%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/sameThread/sameThread.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/sameThread/sameThread.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/ffi/src/sameThread/sameThread.c
/builds/workspace/pharo-vm_pharo-9/repository/ffi/src/sameThread/sameThread.c:34:8: warning: unused variable 'flags' [-Wunused-variable]
        sqInt flags;
              ^
1 warning generated.
[ 27%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbackPrimitives.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbackPrimitives.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/ffi/src/callbacks/callbackPrimitives.c
/builds/workspace/pharo-vm_pharo-9/repository/ffi/src/callbacks/callbackPrimitives.c:102:11: warning: unused variable 'handler' [-Wunused-variable]
    void *handler;
          ^
1 warning generated.
[ 28%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbacks.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbacks.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/ffi/src/callbacks/callbacks.c
[ 29%] Building C object CMakeFiles/PharoVMCore.dir/src/semaphores/pharoSemaphore.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/src/semaphores/pharoSemaphore.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/src/semaphores/pharoSemaphore.c
[ 29%] Building C object CMakeFiles/PharoVMCore.dir/src/threadSafeQueue/threadSafeQueue.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/src/threadSafeQueue/threadSafeQueue.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/src/threadSafeQueue/threadSafeQueue.c
[ 30%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/pThreadedFFI.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/pThreadedFFI.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/ffi/src/pThreadedFFI.c
[ 30%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/worker/worker.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/worker/worker.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/ffi/src/worker/worker.c
[ 31%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerPrimitives.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerPrimitives.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/ffi/src/worker/workerPrimitives.c
[ 31%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerTask.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerTask.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/ffi/src/worker/workerTask.c
[ 32%] Building C object CMakeFiles/PharoVMCore.dir/generated/64/vm/src/cogit.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/generated/64/vm/src/cogit.c.o   -c /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c
In file included from /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:15:
In file included from /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:14:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:15:
In file included from /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:14:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:15:
In file included from /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:14:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:15:
In file included from /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:14:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
In file included from /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:15:
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:2671:10: warning: expression result unused [-Wunused-value]
                        error("Case not found and no otherwise clause");
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:3127:26: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                                latestContinuation = latestContinuation;
                                                ~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:3243:8: warning: expression result unused [-Wunused-value]
        error("what??");
              ^~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:4266:62: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'void *' [-Wint-conversion]
                                 || (((cogMethod->methodObject)) == (((usqInt)(methodFor((cogMethod->methodObject))))))))) {
                                                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:773:36: note: passing argument to parameter 'address' here
extern CogMethod * methodFor(void *address);
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:4585:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'unsigned long' [-Wint-conversion]
        address = positive64BitIntegerFor(mcpc);
                                          ^~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include/cointerp.h:93:46: note: passing argument to parameter 'integerValue' here
extern sqInt positive64BitIntegerFor(usqLong integerValue);
                                             ^
In file included from /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:15:
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:4626:85: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                (targetMethod1->methodObject = classForInlineCacheTag(inlineCacheTagAt(backEnd, mcpc)));
                                                                                                                ^~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:2548:72: note: passing argument to parameter 'callSiteReturnAddress' here
inlineCacheTagAt(AbstractInstruction * self_in_inlineCacheTagAt, sqInt callSiteReturnAddress)
                                                                       ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:4823:26: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                                latestContinuation = latestContinuation;
                                                ~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:5033:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:5102:4: warning: expression result unused [-Wunused-value]
                ((AbstractInstruction *) backEnd);
                 ^                       ~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:5118:4: warning: expression result unused [-Wunused-value]
                ((AbstractInstruction *) backEnd);
                 ^                       ~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:5134:4: warning: expression result unused [-Wunused-value]
                ((AbstractInstruction *) backEnd);
                 ^                       ~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:5150:4: warning: expression result unused [-Wunused-value]
                ((AbstractInstruction *) backEnd);
                 ^                       ~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:5166:3: warning: expression result unused [-Wunused-value]
        ((AbstractInstruction *) backEnd);
         ^                       ~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:5390:9: warning: expression result unused [-Wunused-value]
                error("cannot differentiate checked and unchecked entry-points with current cog method alignment");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:5524:3: warning: expression result unused [-Wunused-value]
        ((AbstractInstruction *) backEnd);
         ^                       ~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:5573:3: warning: expression result unused [-Wunused-value]
        ((AbstractInstruction *) backEnd);
         ^                       ~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:5900:23: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                        latestContinuation = latestContinuation;
                        ~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:5920:8: warning: expression result unused [-Wunused-value]
        error("what??");
              ^~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:6112:10: warning: expression result unused [-Wunused-value]
                        error("too much code for stack check offset");
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:6741:16: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long') from 'CogMethod *' [-Wint-conversion]
        cPICPrototype = cPIC;
                      ^ ~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:7131:11: warning: unused variable 'opcodeSize' [-Wunused-variable]
    sqInt opcodeSize;
          ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:7132:11: warning: unused variable 'startAddress' [-Wunused-variable]
    sqInt startAddress;
          ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:7130:11: warning: unused variable 'fixupSize' [-Wunused-variable]
    sqInt fixupSize;
          ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:7671:8: warning: expression result unused [-Wunused-value]
        error("could not find selector in method when unlinking send site");
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:7846:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:7848:8: warning: expression result unused [-Wunused-value]
        error("invalid opcode for inverse");
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:8217:14: warning: expression result unused [-Wunused-value]
                                                        error("attempt to become two cogged methods");
                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:8220:14: warning: expression result unused [-Wunused-value]
                                                        error("attempt to become cogged method into different method");
                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:8509:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:8512:9: warning: expression result unused [-Wunused-value]
                error("youngReferrers list overflowed");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:8859:140: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), inlineCacheValueForSelectorinat((targetMethod1->selector), enumeratingCogMethod, mcpc), unlinkedRoutine);
                                                                                                                                                                       ^~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:7780:78: note: passing argument to parameter 'mcpc' here
inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc)
                                                                             ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:9156:26: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                                latestContinuation = latestContinuation;
                                                ~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:9552:11: warning: expression result unused [-Wunused-value]
                                error("attempt to generate run-time routine containing young object reference.  Cannot initialize Cogit run-time.");
                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:9674:3: warning: expression result unused [-Wunused-value]
        ((AbstractInstruction *) backEnd);
         ^                       ~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:9729:126: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), indexForSelectorinat((targetMethod->selector), enumeratingCogMethod, mcpc), unlinkedRoutine);
                                                                                                                                           ^~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:7649:66: note: passing argument to parameter 'mcpc' here
indexForSelectorinat(sqInt selector, CogMethod *cogMethod, sqInt mcpc)
                                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:9971:8: warning: expression result unused [-Wunused-value]
        error("couldn't locate end of clean block");
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:10193:140: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), inlineCacheValueForSelectorinat((targetMethod1->selector), enumeratingCogMethod, mcpc), unlinkedRoutine);
                                                                                                                                                                       ^~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:7780:78: note: passing argument to parameter 'mcpc' here
inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc)
                                                                             ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:10245:141: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), inlineCacheValueForSelectorinat((targetMethod1->selector), enumeratingCogMethod, mcpc), unlinkedRoutine);
                                                                                                                                                                               ^~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:7780:78: note: passing argument to parameter 'mcpc' here
inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc)
                                                                             ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:10295:140: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), inlineCacheValueForSelectorinat((targetMethod1->selector), enumeratingCogMethod, mcpc), unlinkedRoutine);
                                                                                                                                                                       ^~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:7780:78: note: passing argument to parameter 'mcpc' here
inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc)
                                                                             ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:10343:139: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), inlineCacheValueForSelectorinat((targetMethod1->selector), enumeratingCogMethod, mcpc), unlinkedRoutine);
                                                                                                                                                               ^~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:7780:78: note: passing argument to parameter 'mcpc' here
inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc)
                                                                             ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:10391:140: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), inlineCacheValueForSelectorinat((targetMethod1->selector), enumeratingCogMethod, mcpc), unlinkedRoutine);
                                                                                                                                                                       ^~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:7780:78: note: passing argument to parameter 'mcpc' here
inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc)
                                                                             ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:10864:9: warning: expression result unused [-Wunused-value]
                error("no room on youngReferrers list");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:17236:88: warning: incompatible pointer to integer conversion passing 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(reg, scratch, instruction, 0);
                                                                                              ^~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:927:125: note: passing argument to parameter 'fwdJumpTarget' here
static sqInt NoDbgRegParms genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero);
                                                                                                                            ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:17278:12: warning: incompatible integer to pointer conversion assigning to 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') from 'sqInt' (aka 'long') [-Wint-conversion]
                finished = nonFwdJumpTargetOrZero;
                         ^ ~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:17487:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:17670:10: warning: expression result unused [-Wunused-value]
                        error("Case not found and no otherwise clause");
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:17690:10: warning: expression result unused [-Wunused-value]
                        error("Case not found and no otherwise clause");
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:18291:86: warning: incompatible pointer to integer conversion passing 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(Arg0Reg, TempReg, comp, 0);
                                                                                                   ^~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:17246:98: note: passing argument to parameter 'fwdJumpTarget' here
genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
                                                                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:18317:86: warning: incompatible pointer to integer conversion passing 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(Arg0Reg, TempReg, comp, 0);
                                                                                                   ^~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:17246:98: note: passing argument to parameter 'fwdJumpTarget' here
genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
                                                                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:22839:10: warning: expression result unused [-Wunused-value]
                        error("Case not found and no otherwise clause");
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:22925:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:23511:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:25674:33: warning: expression result unused [-Wunused-value]
                        (self_in_dispatchConcretize->machineCodeSize);
                         ~~~~~~~~~~~~~~~~~~~~~~~~~~  ^~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:25807:33: warning: expression result unused [-Wunused-value]
                        (self_in_dispatchConcretize->machineCodeSize);
                         ~~~~~~~~~~~~~~~~~~~~~~~~~~  ^~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:25941:33: warning: expression result unused [-Wunused-value]
                        (self_in_dispatchConcretize->machineCodeSize);
                         ~~~~~~~~~~~~~~~~~~~~~~~~~~  ^~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:26039:33: warning: expression result unused [-Wunused-value]
                        (self_in_dispatchConcretize->machineCodeSize);
                         ~~~~~~~~~~~~~~~~~~~~~~~~~~  ^~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:27182:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:27305:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:27367:9: warning: expression result unused [-Wunused-value]
                error("couldn't find unused register in genDivR:R:Quo:Rem:");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:28004:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:28354:9: warning: expression result unused [-Wunused-value]
                error("linking callsite to invalid address");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:28423:9: warning: expression result unused [-Wunused-value]
                error("linking callsite to invalid address");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:28559:10: warning: expression result unused [-Wunused-value]
                        error("Case not found and no otherwise clause");
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:28591:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:28600:9: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'const void *' [-Wint-conversion]
        memset(startAddr, 204 /* stop */, (endAddr - startAddr) + 1);
               ^~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/secure/_string.h:77:62: note: expanded from macro 'memset'
                __builtin___memset_chk (dest, __VA_ARGS__, __darwin_obsz0 (dest))
                                                                           ^~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/secure/_common.h:38:55: note: expanded from macro '__darwin_obsz0'
#define __darwin_obsz0(object) __builtin_object_size (object, 0)
                                                      ^~~~~~
In file included from /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:15:
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:28600:9: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'void *' [-Wint-conversion]
        memset(startAddr, 204 /* stop */, (endAddr - startAddr) + 1);
               ^~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/secure/_string.h:77:27: note: expanded from macro 'memset'
                __builtin___memset_chk (dest, __VA_ARGS__, __darwin_obsz0 (dest))
                                        ^~~~
In file included from /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:15:
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:28639:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:28844:3: warning: expression result unused [-Wunused-value]
        ((AbstractInstruction *) backEnd);
         ^                       ~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:28855:3: warning: expression result unused [-Wunused-value]
        ((AbstractInstruction *) backEnd);
         ^                       ~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:28873:13: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') [-Wint-conversion]
                jmpTarget(arrivingJmp, genoperandoperand(Label, (labelCounter += 1), bytecodePC));
                          ^~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:28087:33: note: passing argument to parameter 'self_in_jmpTarget' here
jmpTarget(AbstractInstruction * self_in_jmpTarget, AbstractInstruction *anAbstractInstruction)
                                ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:29011:3: warning: expression result unused [-Wunused-value]
        ((AbstractInstruction *) backEnd);
         ^                       ~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:29022:3: warning: expression result unused [-Wunused-value]
        ((AbstractInstruction *) backEnd);
         ^                       ~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:29071:13: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') [-Wint-conversion]
                jmpTarget(arrivingJmp, genoperandoperand(Label, (labelCounter += 1), bytecodePC));
                          ^~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:28087:33: note: passing argument to parameter 'self_in_jmpTarget' here
jmpTarget(AbstractInstruction * self_in_jmpTarget, AbstractInstruction *anAbstractInstruction)
                                ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:29081:13: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') [-Wint-conversion]
                jmpTarget(arrivingJmp1, genoperandoperand(Label, (labelCounter += 1), bytecodePC));
                          ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:28087:33: note: passing argument to parameter 'self_in_jmpTarget' here
jmpTarget(AbstractInstruction * self_in_jmpTarget, AbstractInstruction *anAbstractInstruction)
                                ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:29149:9: warning: expression result unused [-Wunused-value]
                error("shouldBeImplemented");
                      ^~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:29155:4: warning: expression result unused [-Wunused-value]
                ((AbstractInstruction *) backEnd);
                 ^                       ~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:29161:4: warning: expression result unused [-Wunused-value]
                ((AbstractInstruction *) backEnd);
                 ^                       ~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:29167:4: warning: expression result unused [-Wunused-value]
                ((AbstractInstruction *) backEnd);
                 ^                       ~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:29173:4: warning: expression result unused [-Wunused-value]
                ((AbstractInstruction *) backEnd);
                 ^                       ~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:29179:3: warning: expression result unused [-Wunused-value]
        ((AbstractInstruction *) backEnd);
         ^                       ~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:29292:39: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (!(isWithinMwOffsetRange(backEnd, methodCacheAddress()))) {
                                             ^~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:28069:82: note: passing argument to parameter 'anAddress' here
isWithinMwOffsetRange(AbstractInstruction * self_in_isWithinMwOffsetRange, sqInt anAddress)
                                                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:29450:49: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'void (*)(void)' [-Wint-conversion]
                return compileMachineCodeInterpreterPrimitive(mcprimFunctionForPrimitiveIndex(primitiveIndex));
                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:29114:47: note: passing argument to parameter 'primitiveRoutine' here
compileMachineCodeInterpreterPrimitive(void (*primitiveRoutine)(void))
                                              ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:29453:24: warning: comparison of distinct pointer types ('void (*)(void)' and 'sqInt (*)(void)' (aka 'long (*)(void)')) [-Wcompare-distinct-pointer-types]
         || (primitiveRoutine == primitiveFail)) {
             ~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:30072:39: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (!(isWithinMwOffsetRange(backEnd, methodCacheAddress()))) {
                                             ^~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:28069:82: note: passing argument to parameter 'anAddress' here
isWithinMwOffsetRange(AbstractInstruction * self_in_isWithinMwOffsetRange, sqInt anAddress)
                                                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:30830:26: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                                latestContinuation = latestContinuation;
                                                ~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:32261:9: warning: expression result unused [-Wunused-value]
                error("Cog JIT internal error. Too many abstract opcodes.  Num opcodes heuristic is too optimistic.");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:33748:47: warning: incompatible pointer to integer conversion passing 'sqInt (sqInt, sqInt, sqInt, sqInt)' (aka 'long (long, long, long, long)') to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                generateSuperSendTrampolineTonamednumArgsin(ceSendabovetonumArgs, "ceDirectedSuperSend", numArgs, directedSuperSendTrampolines);
                                                            ^~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:1264:78: note: passing argument to parameter 'function' here
static sqInt NoDbgRegParms generateSuperSendTrampolineTonamednumArgsin(sqInt function, sqInt name, sqInt numArgs, sqInt *table);
                                                                             ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:33748:69: warning: incompatible pointer to integer conversion passing 'char [20]' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                generateSuperSendTrampolineTonamednumArgsin(ceSendabovetonumArgs, "ceDirectedSuperSend", numArgs, directedSuperSendTrampolines);
                                                                                  ^~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:1264:94: note: passing argument to parameter 'name' here
static sqInt NoDbgRegParms generateSuperSendTrampolineTonamednumArgsin(sqInt function, sqInt name, sqInt numArgs, sqInt *table);
                                                                                             ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:33749:47: warning: incompatible pointer to integer conversion passing 'void (sqInt, sqInt, sqInt, sqInt)' (aka 'void (long, long, long, long)') to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                generateSuperSendTrampolineTonamednumArgsin(ceSendaboveClassBindingtonumArgs, "ceDirectedSuperBindingSend", numArgs, directedSuperBindingSendTrampolines);
                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:1264:78: note: passing argument to parameter 'function' here
static sqInt NoDbgRegParms generateSuperSendTrampolineTonamednumArgsin(sqInt function, sqInt name, sqInt numArgs, sqInt *table);
                                                                             ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:33749:81: warning: incompatible pointer to integer conversion passing 'char [27]' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                generateSuperSendTrampolineTonamednumArgsin(ceSendaboveClassBindingtonumArgs, "ceDirectedSuperBindingSend", numArgs, directedSuperBindingSendTrampolines);
                                                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:1264:94: note: passing argument to parameter 'name' here
static sqInt NoDbgRegParms generateSuperSendTrampolineTonamednumArgsin(sqInt function, sqInt name, sqInt numArgs, sqInt *table);
                                                                                             ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:33768:102: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'char *' [-Wint-conversion]
        trampoline = genSendTrampolineFornumArgscalledargargargarg(function, numArgs, trampolineNamenumArgs(name, numArgs), ClassReg, TempReg, ReceiverResultReg, (numArgs <= (NumSendTrampolines - 2)
                                                                                                            ^~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:10025:29: note: passing argument to parameter 'routinePrefix' here
trampolineNamenumArgs(char *routinePrefix, sqInt numArgs)
                            ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:33768:61: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'void *' [-Wint-conversion]
        trampoline = genSendTrampolineFornumArgscalledargargargarg(function, numArgs, trampolineNamenumArgs(name, numArgs), ClassReg, TempReg, ReceiverResultReg, (numArgs <= (NumSendTrampolines - 2)
                                                                   ^~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:1297:80: note: passing argument to parameter 'aRoutine' here
static sqInt NoDbgRegParms genSendTrampolineFornumArgscalledargargargarg(void *aRoutine, sqInt numArgs, char *aString, sqInt regOrConst0, sqInt regOrConst1, sqInt regOrConst2, sqInt regOrConst3);
                                                                               ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:33991:85: warning: incompatible pointer to integer conversion passing 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(argReg, TempReg, label, 0);
                                                                                                  ^~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:17246:98: note: passing argument to parameter 'fwdJumpTarget' here
genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
                                                                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:33995:23: warning: incompatible pointer to integer conversion passing 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : argReg), TempReg, label, fixup);
                                    ^~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:17246:98: note: passing argument to parameter 'fwdJumpTarget' here
genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
                                                                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:33995:30: warning: incompatible pointer to integer conversion passing 'BytecodeFixup *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : argReg), TempReg, label, fixup);
                                           ^~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:17246:119: note: passing argument to parameter 'nonFwdJumpTargetOrZero' here
genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
                                                                                                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:34068:85: warning: incompatible pointer to integer conversion passing 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(argReg, TempReg, label, 0);
                                                                                                  ^~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:17246:98: note: passing argument to parameter 'fwdJumpTarget' here
genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
                                                                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:34072:92: warning: incompatible pointer to integer conversion passing 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(rcvrRegOrNone, TempReg, label, 0);
                                                                                                         ^~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:17246:98: note: passing argument to parameter 'fwdJumpTarget' here
genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
                                                                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:35095:10: warning: expression result unused [-Wunused-value]
                        error("Case not found and no otherwise clause");
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:35225:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:35094:3: warning: variable 'result' is used uninitialized whenever switch default is taken [-Wsometimes-uninitialized]
                default:
                ^~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:35097:22: note: uninitialized use occurs here
                if (isIntegerValue(result)) {
                                   ^~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:35063:17: note: initialize the variable 'result' to silence this warning
    sqInt result;
                ^
                 = 0
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:35488:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:35487:2: warning: variable 'result' is used uninitialized whenever switch default is taken [-Wsometimes-uninitialized]
        default:
        ^~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:35491:34: note: uninitialized use occurs here
        return ssPushAnnotatedConstant((result
                                        ^~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:35462:15: note: initialize the variable 'result' to silence this warning
    int result;
              ^
               = 0
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:36297:45: warning: incompatible integer to pointer conversion assigning to 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') from 'unsigned char' [-Wint-conversion]
                (self_in_reinitialize->targetInstruction) = ((self_in_reinitialize->simStackPtr) = 0);
                                                          ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:36521:22: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                latestContinuation = latestContinuation;
                ~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:2164:1: warning: unused function 'availableFloatRegisterOrNoneFor' [-Wunused-function]
availableFloatRegisterOrNoneFor(AbstractInstruction * self_in_availableFloatRegisterOrNoneFor, sqInt liveRegsMask)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:2198:1: warning: unused function 'cloneLiteralFrom' [-Wunused-function]
cloneLiteralFrom(AbstractInstruction * self_in_cloneLiteralFrom, AbstractInstruction *existingLiteral)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:2287:1: warning: unused function 'initializeSharableLiteral' [-Wunused-function]
initializeSharableLiteral(AbstractInstruction * self_in_initializeSharableLiteral, sqInt literal)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:2306:1: warning: unused function 'initializeUniqueLiteral' [-Wunused-function]
initializeUniqueLiteral(AbstractInstruction * self_in_initializeUniqueLiteral, sqInt literal)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:2329:1: warning: unused function 'isLiteral' [-Wunused-function]
isLiteral(AbstractInstruction * self_in_isLiteral)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:2385:1: warning: unused function 'rewriteConditionalJumpLongAttarget' [-Wunused-function]
rewriteConditionalJumpLongAttarget(AbstractInstruction * self_in_rewriteConditionalJumpLongAttarget, sqInt callSiteReturnAddress, sqInt callTargetAddress)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:2398:1: warning: unused function 'wantsNearAddressFor' [-Wunused-function]
wantsNearAddressFor(AbstractInstruction * self_in_wantsNearAddressFor, sqInt anObject)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:2425:1: warning: unused function 'computeSizeOfArithCqR' [-Wunused-function]
computeSizeOfArithCqR(AbstractInstruction * self_in_computeSizeOfArithCqR)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:2440:1: warning: unused function 'computeSizeOfArithCwR' [-Wunused-function]
computeSizeOfArithCwR(AbstractInstruction * self_in_computeSizeOfArithCwR)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:2485:1: warning: unused function 'concretizeMoveCwR' [-Wunused-function]
concretizeMoveCwR(AbstractInstruction * self_in_concretizeMoveCwR)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:2604:1: warning: unused function 'loadLiteralByteSize' [-Wunused-function]
loadLiteralByteSize(AbstractInstruction * self_in_loadLiteralByteSize)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:2879:1: warning: unused function 'allMethodsHaveCorrectHeader' [-Wunused-function]
allMethodsHaveCorrectHeader(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:5947:1: warning: unused function 'expectedClosedPICPrototype' [-Wunused-function]
expectedClosedPICPrototype(CogMethod *cPIC)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:6224:1: warning: unused function 'firstMappedPCFor' [-Wunused-function]
firstMappedPCFor(CogMethod *cogMethod)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:8969:1: warning: unused function 'maybeFreeCogMethodDoesntLookKosher' [-Wunused-function]
maybeFreeCogMethodDoesntLookKosher(CogMethod *cogMethod)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:9281:1: warning: unused function 'noAssertMethodClassAssociationOf' [-Wunused-function]
noAssertMethodClassAssociationOf(sqInt methodPointer)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:9293:1: warning: unused function 'noCogMethodsMaximallyMarked' [-Wunused-function]
noCogMethodsMaximallyMarked(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:9453:1: warning: unused function 'picAbortDiscriminatorValue' [-Wunused-function]
picAbortDiscriminatorValue(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:9562:1: warning: unused function 'registerMaskFor' [-Wunused-function]
registerMaskFor(sqInt reg)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:9569:1: warning: unused function 'registerMaskForand' [-Wunused-function]
registerMaskForand(sqInt reg1, sqInt reg2)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:10810:1: warning: unused function 'counters' [-Wunused-function]
counters(CogMethod * self_in_counters)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:11078:1: warning: unused function 'kosherYoungReferrers' [-Wunused-function]
kosherYoungReferrers(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:11565:1: warning: unused function 'voidYoungReferrersPostTenureAll' [-Wunused-function]
voidYoungReferrersPostTenureAll(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:16919:1: warning: unused function 'checkValidDerivedObjectReference' [-Wunused-function]
checkValidDerivedObjectReference(sqInt bodyAddress)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:16934:1: warning: unused function 'couldBeDerivedObject' [-Wunused-function]
couldBeDerivedObject(sqInt bodyAddress)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:17076:1: warning: unused function 'genCreateClosureAtnumArgsnumCopiedcontextNumArgslargeinBlock' [-Wunused-function]
genCreateClosureAtnumArgsnumCopiedcontextNumArgslargeinBlock(sqInt bcpc, sqInt numArgs, sqInt numCopied, sqInt ctxtNumArgs, sqInt isLargeCtxt, sqInt isInBlock)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:22504:1: warning: unused function 'getActiveContextAllocatesInMachineCode' [-Wunused-function]
getActiveContextAllocatesInMachineCode(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:22515:1: warning: unused function 'inlineCacheTagIsYoung' [-Wunused-function]
inlineCacheTagIsYoung(sqInt cacheTag)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:22932:1: warning: unused function 'isMergeFixup' [-Wunused-function]
isMergeFixup(BytecodeFixup * self_in_isMergeFixup)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:22991:1: warning: unused function 'callFullTargetFromReturnAddress' [-Wunused-function]
callFullTargetFromReturnAddress(AbstractInstruction * self_in_callFullTargetFromReturnAddress, sqInt callSiteReturnAddress)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:23019:1: warning: unused function 'cFloatResultToRd' [-Wunused-function]
cFloatResultToRd(AbstractInstruction * self_in_cFloatResultToRd, sqInt reg)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:23030:1: warning: unused function 'cFloatResultToRs' [-Wunused-function]
cFloatResultToRs(AbstractInstruction * self_in_cFloatResultToRs, sqInt reg)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:23590:1: warning: unused function 'concretizeFill32' [-Wunused-function]
concretizeFill32(AbstractInstruction * self_in_concretizeFill32)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:27312:1: warning: unused function 'fullCallsAreRelative' [-Wunused-function]
fullCallsAreRelative(AbstractInstruction * self_in_fullCallsAreRelative)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:27448:1: warning: unused function 'generateLowLevelTryLock' [-Wunused-function]
generateLowLevelTryLock(AbstractInstruction * self_in_generateLowLevelTryLock, sqInt vmOwnerLockAddress)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:27478:1: warning: unused function 'generateLowLevelUnlock' [-Wunused-function]
generateLowLevelUnlock(AbstractInstruction * self_in_generateLowLevelUnlock, sqInt vmOwnerLockAddress)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:27568:1: warning: unused function 'genMemCopytoconstantSize' [-Wunused-function]
genMemCopytoconstantSize(AbstractInstruction * self_in_genMemCopytoconstantSize, sqInt originalSourceReg, sqInt originalDestReg, sqInt size)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:27627:1: warning: unused function 'genMemCopytosize' [-Wunused-function]
genMemCopytosize(AbstractInstruction * self_in_genMemCopytosize, sqInt originalSourceReg, sqInt originalDestReg, sqInt originalSize)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:27933:1: warning: unused function 'genSubstituteReturnAddress' [-Wunused-function]
genSubstituteReturnAddress(AbstractInstruction * self_in_genSubstituteReturnAddress, sqInt retpc)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:27944:1: warning: unused function 'genSwapRRScratch' [-Wunused-function]
genSwapRRScratch(AbstractInstruction * self_in_genSwapRRScratch, sqInt regA, sqInt regB, sqInt regTmp)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:28185:1: warning: unused function 'literalBeforeInlineCacheTagAt' [-Wunused-function]
literalBeforeInlineCacheTagAt(AbstractInstruction * self_in_literalBeforeInlineCacheTagAt, sqInt callSiteReturnAddress)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:28197:1: warning: unused function 'loadPICLiteralByteSize' [-Wunused-function]
loadPICLiteralByteSize(AbstractInstruction * self_in_loadPICLiteralByteSize)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:28204:1: warning: unused function 'machineCodeAt' [-Wunused-function]
machineCodeAt(AbstractInstruction * self_in_machineCodeAt, sqInt anOffset)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:28217:1: warning: unused function 'machineCodeBytes' [-Wunused-function]
machineCodeBytes(AbstractInstruction * self_in_machineCodeBytes)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:28260:1: warning: unused function 'numLowLevelLockOpcodes' [-Wunused-function]
numLowLevelLockOpcodes(AbstractInstruction * self_in_numLowLevelLockOpcodes)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:28316:1: warning: unused function 'relocateMethodReferenceBeforeAddressby' [-Wunused-function]
relocateMethodReferenceBeforeAddressby(AbstractInstruction * self_in_relocateMethodReferenceBeforeAddressby, sqInt pc, sqInt delta)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:28652:1: warning: unused function 'zoneCallsAreRelative' [-Wunused-function]
zoneCallsAreRelative(AbstractInstruction * self_in_zoneCallsAreRelative)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:30930:1: warning: unused function 'numSpecialSelectors' [-Wunused-function]
numSpecialSelectors(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:31897:1: warning: unused function 'v4LongForwardBranchDistance' [-Wunused-function]
v4LongForwardBranchDistance(BytecodeDescriptor *descriptor, sqInt pc, sqInt nExts, sqInt aMethodObj)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:36270:1: warning: unused function 'receiverIsInReceiverResultReg' [-Wunused-function]
receiverIsInReceiverResultReg(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:36977:1: warning: unused function 'tempsValidAndVolatileEntriesSpilled' [-Wunused-function]
tempsValidAndVolatileEntriesSpilled(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:37078:1: warning: unused function 'violatesEnsureSpilledSpillAssert' [-Wunused-function]
violatesEnsureSpilledSpillAssert(void)
^


warning, variable nsMethodCache doesn't exist or has already been removed
StackToRegisterMappingCogit>>freeAnyFloatRegNotConflictingWith: contains declaration for non-existent variable desc

conflicting return types AbstractInstruction *, usqInt in concretizeMoveC32R
conflicting return types AbstractInstruction *, usqInt in concretizeAndCqRR
conflicting return types AbstractInstruction *, usqInt in concretizeLoadEffectiveAddressMwrR
conflicting return types AbstractInstruction *, usqInt in concretizeMoveC32R
conflicting return types AbstractInstruction *, usqInt in concretizeAndCqRR
conflicting return types AbstractInstruction *, usqInt in concretizeLoadEffectiveAddressMwrR
conflicting return types AbstractInstruction *, usqInt in concretizeMoveC32R
conflicting return types AbstractInstruction *, usqInt in concretizeAndCqRR
conflicting return types AbstractInstruction *, usqInt in concretizeLoadEffectiveAddressMwrR
conflicting return types AbstractInstruction *, usqInt in concretizeMoveC32R
conflicting return types AbstractInstruction *, usqInt in concretizeAndCqRR
conflicting return types AbstractInstruction *, usqInt in concretizeLoadEffectiveAddressMwrR
conflicting return types AbstractInstruction *, usqInt in concretizeMoveC32R
conflicting return types AbstractInstruction *, usqInt in concretizeAndCqRR
conflicting return types AbstractInstruction *, usqInt in concretizeLoadEffectiveAddressMwrR
Local variable name 'ret' in genPrimitiveIdentityHash may mask method when inlining

Local variable name 'ret' in genPrimitiveImmediateAsInteger may mask method when inlining

pushNilSizeFunction localised to compileBlockBodies

savedFirstOpcodeIndex localised to compileBlockBodies

savedLastDumpedLiteralIndex localised to compileBlockBodies

savedNextLiteralIndex localised to compileBlockBodies

cStackAlignment localised to compileCallFor:numArgs:arg:arg:arg:arg:resultReg:regsToSave:

cPICEndOfCodeLabel localised to generateClosedPICPrototype

endCPICCase1 localised to generateClosedPICPrototype

primitiveGeneratorTable localised to primitiveDescriptor

numPushNilsFunction localised to scanBlock:160 warnings generated.
[ 32%] Building C object CMakeFiles/PharoVMCore.dir/generated/64/vm/src/gcc3x-cointerp.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/generated/64/vm/src/gcc3x-cointerp.c.o   -c /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:48:9: warning: unknown pragma ignored [-Wunknown-pragmas]
#pragma auto_inline(off)
        ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65:9: warning: unknown pragma ignored [-Wunknown-pragmas]
#pragma auto_inline(on)
        ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2991:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
        localSP = pointerForOop(GIV(stackPointer));
                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2992:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
        localFP = pointerForOop(GIV(framePointer));
                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3012:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize));
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3026:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 8 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3040:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 16 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3054:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 24 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3068:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 32 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3082:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 40 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3096:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 48 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3110:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 56 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3124:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 64 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3138:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 72 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3152:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 80 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3166:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 88 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3180:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 96 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3194:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 104 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3208:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 112 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3222:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 120 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3237:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (0 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3238:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3239:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3254:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (1 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3255:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 1 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3256:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 1 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3271:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (2 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3272:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 2 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3273:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 2 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3288:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (3 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3289:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 3 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3290:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 3 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3305:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (4 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3306:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 4 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3307:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 4 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3322:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (5 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3323:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 5 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3324:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 5 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3339:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (6 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3340:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 6 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3341:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 6 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3356:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (7 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3357:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 7 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3358:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 7 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3373:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (8 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3374:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 8 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3375:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 8 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3390:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (9 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3391:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 9 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3392:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 9 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3407:77: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (10 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3408:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 10 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3409:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 10 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3424:77: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (11 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3425:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 11 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3426:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 11 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3440:77: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (12 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3441:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 12 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3442:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 12 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3456:77: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (13 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3457:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 13 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3458:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 13 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3472:77: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (14 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3473:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 14 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3474:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 14 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3488:77: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (15 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3489:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 15 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3490:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 15 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:4710:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                rcvr = longAt(localFP + FoxIFReceiver);
                                              ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:4766:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (0 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:4767:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:4770:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:4786:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (1 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:4787:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 1 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:4790:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 1 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:4806:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (2 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:4807:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 2 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:4810:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 2 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:4826:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (3 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:4827:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 3 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:4830:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 3 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:4846:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (4 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:4847:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 4 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:4850:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 4 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:4866:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (5 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:4867:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 5 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:4870:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 5 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:4886:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (6 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:4887:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 6 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:4890:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 6 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:4906:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (7 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:4907:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 7 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:4910:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 7 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:4926:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = longAt(localFP + FoxIFReceiver);
                                                ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5019:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                localReturnValue = longAt(localFP + FoxIFReceiver);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5059:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (!((byteAt((localFP + FoxIFrameFlags) + 3)) != 0)) {
                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5079:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                closure = longAt(localFP + (frameStackedReceiverOffset(localFP)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5096:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                if (((((usqInt)(longAt(localFP + FoxMethod)))) < (startOfMemory())
                                                                       ^~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5097:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        ? ((longAt(localFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                                   ^~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5098:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        : (byteAt((localFP + FoxIFrameFlags) + 2)) != 0)) {
                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5100:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        ourContext = longAt(localFP + FoxThisContext);
                                                                            ^~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5128:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        if (((((usqInt)(longAt(localFP + FoxMethod)))) < (startOfMemory())
                                                               ^~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5129:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                ? ((longAt(localFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                           ^~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5130:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                : (byteAt((localFP + FoxIFrameFlags) + 2)) != 0)) {
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5132:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                ourContext1 = longAt(localFP + FoxThisContext);
                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5149:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        if (((((usqInt)(longAt(localFP + FoxMethod)))) < (startOfMemory())
                                                               ^~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5150:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                ? ((longAt(localFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                           ^~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5151:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                : (byteAt((localFP + FoxIFrameFlags) + 2)) != 0)) {
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5153:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                ourContext2 = longAt(localFP + FoxThisContext);
                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5177:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        if ((longAt(theFP + FoxSavedFP)) == 0) {
                                                    ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5183:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                callerContextOrNil = longAt((thePage1->baseAddress));
                                                                            ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5190:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                frameToReturnTo = pointerForOop(longAt(theFP + FoxSavedFP));
                                                                                       ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5213:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                if (((((usqInt)(longAt(localFP + FoxMethod)))) < (startOfMemory())
                                                                       ^~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5214:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        ? ((longAt(localFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                                   ^~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5215:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        : (byteAt((localFP + FoxIFrameFlags) + 2)) != 0)) {
                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5217:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        ourContext3 = longAt(localFP + FoxThisContext);
                                                                             ^~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5244:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        callerContextOrNil2 = longAt((thePage3->baseAddress));
                                                                     ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5269:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        callerContextOrNil1 = longAt((thePage2->baseAddress));
                                                                                     ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5310:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                localFP = pointerForOop(longAt(localFP + FoxSavedFP));
                                                                               ^~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5312:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        localIP = pointerForOop(longAt(callerFP + FoxCallerSavedIP));
                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5326:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtPointerput(localSP, localIP);
                                                                          ^~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:142:57: note: passing argument to parameter 'val' here
  static inline sqInt longAtPointerput(char *ptr, sqInt val)    { return *(sqInt *)ptr= val; }
                                                        ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5337:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        localIP = pointerForOop(longAt(localFP + FoxIFSavedIP));
                                                                       ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5341:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                aMethodObj = longAt(localFP + FoxMethod);
                                                    ^~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5432:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                callersFPOrNull = pointerForOop(longAt(localFP + FoxSavedFP));
                                                                       ^~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5440:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        callerContextOrNil = longAt((thePage1->baseAddress));
                                                                    ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5472:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) {
                                                                                                 ^~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5501:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        contextToReturnFrom = longAt(((GIV(stackPage)->baseAddress)) - BytesPerWord);
                                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5504:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        longAtput((sp = GIV(stackPointer) - BytesPerWord), contextToReturnFrom);
                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5507:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), localReturnValue);
                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5510:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5540:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        longAtPointerput(localSP, localIP);
                                                                                  ^~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:142:57: note: passing argument to parameter 'val' here
  static inline sqInt longAtPointerput(char *ptr, sqInt val)    { return *(sqInt *)ptr= val; }
                                                        ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5551:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                localIP = pointerForOop(longAt(localFP + FoxIFSavedIP));
                                                                               ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5555:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        aMethodObj = longAt(localFP + FoxMethod);
                                                            ^~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5571:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                localIP = pointerForOop(longAt(localFP + FoxCallerSavedIP));
                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5572:79: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                localSP = localFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(localFP + FoxMethod)))) < (startOfMemory())
                                                                                                          ^~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5574:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        : byteAt((localFP + FoxIFrameFlags) + 1))));
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5585:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtPointerput(localSP, localIP);
                                                                          ^~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:142:57: note: passing argument to parameter 'val' here
  static inline sqInt longAtPointerput(char *ptr, sqInt val)    { return *(sqInt *)ptr= val; }
                                                        ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5596:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        localIP = pointerForOop(longAt(localFP + FoxIFSavedIP));
                                                                       ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5599:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                aMethodObj1 = longAt(localFP + FoxMethod);
                                                     ^~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5643:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                       ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5644:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                   ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5645:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5647:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ourContext = longAt(theFP + FoxThisContext);
                                                            ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5680:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        object1 = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + (((sqInt)((usqInt)(variableIndex) << (shiftForWord())))));
                                                                  ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5686:56: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        object = (variableIndex < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5687:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - variableIndex) * BytesPerWord))
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5688:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - variableIndex) * BytesPerWord)));
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5735:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        objOop = longAt(localFP + FoxIFReceiver);
                                                        ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5778:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        if (variableIndex < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5779:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - variableIndex) * BytesPerWord), value);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5782:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - variableIndex) * BytesPerWord), value);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5864:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        objOop = longAt(localFP + FoxIFReceiver);
                                                        ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5907:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        if (variableIndex < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5908:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - variableIndex) * BytesPerWord), value);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5911:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - variableIndex) * BytesPerWord), value);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:6195:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                                localSP = pointerForOop(GIV(stackPointer));
                                                                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:6196:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                                localFP = pointerForOop(GIV(framePointer));
                                                                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:6269:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                 && (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()))))) {
                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:6284:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:6289:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                                localSP = pointerForOop(GIV(stackPointer));
                                                                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:6290:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                                localFP = pointerForOop(GIV(framePointer));
                                                                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:6301:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(localFP + FoxIFSavedIP, ((sqInt)localIP));
                                                          ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:6312:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                                localSP = pointerForOop(GIV(stackPointer));
                                                                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:6313:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                                localFP = pointerForOop(GIV(framePointer));
                                                                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:6326:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtPointerput((localSP -= BytesPerOop), localIP);
                                                                                           ^~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:142:57: note: passing argument to parameter 'val' here
  static inline sqInt longAtPointerput(char *ptr, sqInt val)    { return *(sqInt *)ptr= val; }
                                                        ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:6328:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtPointerput((localSP -= BytesPerOop), localFP);
                                                                                           ^~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:142:57: note: passing argument to parameter 'val' here
  static inline sqInt longAtPointerput(char *ptr, sqInt val)    { return *(sqInt *)ptr= val; }
                                                        ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:6367:65: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                                shouldSkipStoreBytecode = reapAndResetErrorCodeToheader(localFP, methodHeader2);
                                                                                                                        ^~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:1644:76: note: passing argument to parameter 'theFP' here
static sqInt NoDbgRegParms NeverInline reapAndResetErrorCodeToheader(sqInt theFP, sqInt methodHeader);
                                                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:6387:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                                        localSP = pointerForOop(GIV(stackPointer));
                                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:6388:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                                        localFP = pointerForOop(GIV(framePointer));
                                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:6450:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        obj = longAt(localFP + FoxIFReceiver);
                                                     ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:6481:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                                                localSP = pointerForOop(GIV(stackPointer));
                                                                                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:6482:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                                                localFP = pointerForOop(GIV(framePointer));
                                                                                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:6498:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        callerFP = pointerForOop(longAt(spouseFP + FoxSavedFP));
                                                                                        ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:6507:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                                callerContextOrNil = longAt((thePage->baseAddress));
                                                                                            ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:6515:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        if (((((usqInt)(longAt(callerFP + FoxMethod)))) < (startOfMemory())
                                                                               ^~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:6516:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                                ? ((longAt(callerFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                                           ^~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:6517:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                                : (byteAt((callerFP + FoxIFrameFlags) + 2)) != 0)) {
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:6519:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                                object3 = longAt(callerFP + FoxThisContext);
                                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:6631:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                obj1 = longAt(localFP + FoxIFReceiver);
                                              ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:6726:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:6727:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:6924:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                       ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:6925:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                   ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:6926:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:6928:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ourContext = longAt(theFP + FoxThisContext);
                                                            ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:7066:61: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                tempVector = (tempVectorIndex < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:7067:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - tempVectorIndex) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:7068:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - tempVectorIndex) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:7090:61: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                tempVector = (tempVectorIndex < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:7091:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - tempVectorIndex) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:7092:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - tempVectorIndex) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:7127:61: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                tempVector = (tempVectorIndex < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:7128:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - tempVectorIndex) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:7129:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - tempVectorIndex) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:7180:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                       ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:7181:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                   ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:7182:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:7184:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        context = longAt(theFP + FoxThisContext);
                                                         ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:7500:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:7501:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:7506:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                backwardJumpCountByte = byteAt(localFP + ((VMBIGENDIAN
                                                               ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:7529:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                byteAtput(localFP + ((VMBIGENDIAN
                                          ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:159:39: note: passing argument to parameter 'oop' here
  static inline sqInt byteAtput(sqInt oop, int val)             { return byteAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:7743:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 + arg1));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:7749:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:7750:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:7887:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 - arg1));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:7893:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:7894:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:8964:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 * arg1));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:8970:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:8971:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:9123:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 / arg1));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:9129:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:9130:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:9269:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                integerArgument = longAt(GIV(stackPointer));
                                                             ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:9277:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:9315:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), shifted);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:9322:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                localSP = pointerForOop(GIV(stackPointer));
                                                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:9323:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                localFP = pointerForOop(GIV(framePointer));
                                                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:9391:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                localSP = pointerForOop(GIV(stackPointer));
                                                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:9392:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                localFP = pointerForOop(GIV(framePointer));
                                                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:9435:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                localSP = pointerForOop(GIV(stackPointer));
                                                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:9436:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                localFP = pointerForOop(GIV(framePointer));
                                                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:9766:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:9767:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:9819:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:9820:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:10132:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        if (((((usqInt)(longAt(localFP + FoxMethod)))) < (startOfMemory())
                                                               ^~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:10133:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                ? ((longAt(localFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                           ^~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:10134:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                : (byteAt((localFP + FoxIFrameFlags) + 2)) != 0)) {
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:10136:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                theThingToPush = longAt(localFP + FoxThisContext);
                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:10186:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                localReturnValue = longAt(localFP + FoxIFReceiver);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:10339:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 + arg1));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:10345:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:10346:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:10483:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 - arg1));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:10489:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:10490:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:11559:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 * arg1));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:11565:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:11566:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:11718:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 / arg1));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:11724:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:11725:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:11864:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                integerArgument = longAt(GIV(stackPointer));
                                                             ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:11872:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:11910:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), shifted);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:11917:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                localSP = pointerForOop(GIV(stackPointer));
                                                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:11918:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                localFP = pointerForOop(GIV(framePointer));
                                                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:11986:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                localSP = pointerForOop(GIV(stackPointer));
                                                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:11987:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                localFP = pointerForOop(GIV(framePointer));
                                                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:12030:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                localSP = pointerForOop(GIV(stackPointer));
                                                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:12031:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                localFP = pointerForOop(GIV(framePointer));
                                                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:12268:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:12269:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:12321:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:12322:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:12535:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                rcvr = longAt(localFP + FoxIFReceiver);
                                              ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:12636:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                obj = longAt(localFP + FoxIFReceiver);
                                             ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:12667:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                                        localSP = pointerForOop(GIV(stackPointer));
                                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:12668:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                                        localFP = pointerForOop(GIV(framePointer));
                                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:12684:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                callerFP = pointerForOop(longAt(spouseFP + FoxSavedFP));
                                                                                ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:12693:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        callerContextOrNil = longAt((thePage->baseAddress));
                                                                                    ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:12701:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                if (((((usqInt)(longAt(callerFP + FoxMethod)))) < (startOfMemory())
                                                                       ^~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:12702:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        ? ((longAt(callerFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                                   ^~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:12703:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        : (byteAt((callerFP + FoxIFrameFlags) + 2)) != 0)) {
                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:12705:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        object = longAt(callerFP + FoxThisContext);
                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:12787:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                object = (index < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:12788:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - index) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:12789:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - index) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:12964:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                top = longAt(localSP);
                                             ^~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:13062:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:13063:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:13068:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                backwardJumpCountByte = byteAt(localFP + ((VMBIGENDIAN
                                                               ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:13091:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                byteAtput(localFP + ((VMBIGENDIAN
                                          ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:159:39: note: passing argument to parameter 'oop' here
  static inline sqInt byteAtput(sqInt oop, int val)             { return byteAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:13201:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                obj = longAt(localFP + FoxIFReceiver);
                                             ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:13296:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:13297:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:13421:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (index < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:13422:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - index) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:13425:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - index) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:13450:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                obj = longAt(localFP + FoxIFReceiver);
                                             ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:13545:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:13546:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:13667:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (index < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:13668:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - index) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:13671:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - index) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:13765:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                               ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:13766:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                           ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:13767:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:13769:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                context = longAt(theFP + FoxThisContext);
                                                                 ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:13833:124: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((newClosure + BaseHeaderSize) + (((sqInt)((usqInt)(FullClosureReceiverIndex) << (shiftForWord())))), longAt(localFP + FoxIFReceiver));
                                                                                                                                                              ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:13883:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                       ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:13884:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                   ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:13885:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:13887:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        context = longAt(theFP + FoxThisContext);
                                                         ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:12948:3: warning: unused label 'directedSuperclassSend' [-Wunused-label]
                directedSuperclassSend:
                ^~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14258:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (((cogMethod->cmNumArgs)) * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14260:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14272:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14275:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), rcvr);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14281:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14281:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14285:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp7 = GIV(stackPointer) - BytesPerWord), ((sqInt)cogMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14288:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14291:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp9 = GIV(stackPointer) - BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14296:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14302:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                reapAndResetErrorCodeToheader(GIV(framePointer), methodHeader);
                                                  ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:1644:76: note: passing argument to parameter 'theFP' here
static sqInt NoDbgRegParms NeverInline reapAndResetErrorCodeToheader(sqInt theFP, sqInt methodHeader);
                                                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14308:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp3 = GIV(stackPointer) - BytesPerWord), object1);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14311:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp4 = GIV(stackPointer) - BytesPerWord), rcvr);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14359:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14363:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14367:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14370:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14370:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14374:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14388:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14394:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14397:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), 0);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14400:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp7 = GIV(stackPointer) - BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14404:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14416:64: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        shouldSkipStoreBytecode = reapAndResetErrorCodeToheader(GIV(framePointer), methodHeader);
                                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:1644:76: note: passing argument to parameter 'theFP' here
static sqInt NoDbgRegParms NeverInline reapAndResetErrorCodeToheader(sqInt theFP, sqInt methodHeader);
                                                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14590:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        methodField = longAt(lifp + FoxMethod);
                             ^~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14601:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                theIP = longAt(lifp + FoxIFSavedIP);
                                               ^~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14617:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        methodField1 = longAt(lifp + FoxMethod);
                                              ^~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14634:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((longAt(lifp + FoxSavedFP)) == 0) {
                    ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14649:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        cogMethod = ((CogBlockMethod *) ((longAt(GIV(framePointer) + FoxMethod)) & MFMethodMask));
                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14691:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                theIP = ((usqInt)(longAt((aStackPage->headSP))));
                                         ^~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14698:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                                      ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14700:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        methodField = longAt(theFP + FoxMethod);
                                             ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14717:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        methodObj = longAt(theFP + FoxMethod);
                                           ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14722:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                theIP = longAt(theFP + FoxIFSavedIP);
                                               ^~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14728:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                theIP = ((usqInt)(longAt(theFP + FoxCallerSavedIP)));
                                         ^~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14729:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                                        ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14785:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (((byteAt((GIV(framePointer) + FoxIFrameFlags) + 3)) != 0)
                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14786:109: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 && (!(isVanillaBlockClosure((cls = frameStackedReceivernumArgs(GIV(framePointer), ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())
                                                                                                                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14788:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : byteAt((GIV(framePointer) + FoxIFrameFlags) + 1)))))))) {
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14808:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(GIV(framePointer) + FoxSavedFP)) == 0) {
                            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14809:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput(GIV(framePointer) + FoxCallerSavedIP, ceBaseFrameReturnPC());
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14812:54: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if (!((((usqInt)(longAt((pointerForOop(longAt(GIV(framePointer) + FoxSavedFP))) + FoxMethod)))) < (startOfMemory()))) {
                                                                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14812:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if (!((((usqInt)(longAt((pointerForOop(longAt(GIV(framePointer) + FoxSavedFP))) + FoxMethod)))) < (startOfMemory()))) {
                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14814:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                theFP = pointerForOop(longAt(GIV(framePointer) + FoxSavedFP));
                                                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14816:71: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                longAtput(theFP + FoxIFSavedIP, ((sqInt)(pointerForOop(longAt(GIV(framePointer) + FoxCallerSavedIP)))));
                                                                                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14816:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                longAtput(theFP + FoxIFSavedIP, ((sqInt)(pointerForOop(longAt(GIV(framePointer) + FoxCallerSavedIP)))));
                                          ^~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14817:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                longAtput(GIV(framePointer) + FoxCallerSavedIP, ceReturnToInterpreterPC());
                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14820:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((byteAt((GIV(framePointer) + FoxIFrameFlags) + 3)) != 0) {
                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14821:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        closure = longAt(GIV(framePointer) + (frameStackedReceiverOffset(GIV(framePointer))));
                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14842:68: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(GIV(framePointer) + FoxMethod, methodField + (((byteAt((GIV(framePointer) + FoxIFrameFlags) + 2)) != 0
                                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14842:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(GIV(framePointer) + FoxMethod, methodField + (((byteAt((GIV(framePointer) + FoxIFrameFlags) + 2)) != 0
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14846:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((p + FoxMFReceiver) - FoxIFReceiver, longAt(p));
                                                                              ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14846:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((p + FoxMFReceiver) - FoxIFReceiver, longAt(p));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14853:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                cogMethod1 = ((CogBlockMethod *) ((longAt(GIV(framePointer) + FoxMethod)) & MFMethodMask));
                                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14864:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), pc);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14867:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14896:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        wasInMachineCode = (((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory());
                                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14941:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14991:64: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (3 * BytesPerWord), longAt(GIV(stackPointer)));
                                                                             ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14991:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (3 * BytesPerWord), longAt(GIV(stackPointer)));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14993:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                object = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14994:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14997:64: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (1 * BytesPerWord), longAt(GIV(stackPointer) + (3 * BytesPerWord)));
                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14997:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (1 * BytesPerWord), longAt(GIV(stackPointer) + (3 * BytesPerWord)));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14998:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (2 * BytesPerWord), rcvr);
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14999:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (3 * BytesPerWord), (((sqInt)cogMethod)) + entryOffset);
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15004:64: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (2 * BytesPerWord), longAt(GIV(stackPointer)));
                                                                             ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15004:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (2 * BytesPerWord), longAt(GIV(stackPointer)));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15006:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                object1 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15007:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object1);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15009:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (1 * BytesPerWord), rcvr);
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15010:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (2 * BytesPerWord), (((sqInt)cogMethod)) + entryOffset);
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15015:63: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput(GIV(stackPointer) + (1 * BytesPerWord), longAt(GIV(stackPointer)));
                                                                     ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15015:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput(GIV(stackPointer) + (1 * BytesPerWord), longAt(GIV(stackPointer)));
                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15016:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput(GIV(stackPointer) + (0 * BytesPerWord), (((sqInt)cogMethod)) + entryOffset);
                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15018:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15042:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                result = longAt(GIV(stackPointer));
                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15045:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), result);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15103:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        contextToReturnTo = longAt((GIV(stackPage)->baseAddress));
                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15132:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) {
                                                                 ^~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15162:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        contextToReturnFrom = longAt(((GIV(stackPage)->baseAddress)) - BytesPerWord);
                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15165:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), contextToReturnFrom);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15168:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), returnValue);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15171:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15189:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())) {
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15191:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), returnValue);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15195:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        GIV(instructionPointer) = longAt(GIV(stackPointer));
                                             ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15197:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15200:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        aMethodObj = longAt(GIV(framePointer) + FoxMethod);
                            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15233:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15237:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), immutableObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15240:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), valueToAssign);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15243:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), (((usqInt)(index + 1) << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15246:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15269:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        resultOop = longAt(GIV(stackPointer));
                               ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15271:64: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt(GIV(framePointer) + FoxThisContext));
                                                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15271:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt(GIV(framePointer) + FoxThisContext));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15274:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), resultOop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15278:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15280:158: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return ceSendAborttonumArgs(longAt((GIV(specialObjectsOop) + BaseHeaderSize) + (((sqInt)((usqInt)(SelectorCannotReturn) << (shiftForWord()))))), longAt(GIV(framePointer) + FoxThisContext), 1);
                                                                                                                                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15342:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                top = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15347:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15371:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                top = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15376:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15449:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15480:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                top = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15491:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15612:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        closure = longAt(GIV(framePointer) + (frameStackedReceiverOffset(GIV(framePointer))));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15632:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if (((((usqInt)(longAt(theFP1 + FoxMethod)))) < (startOfMemory())
                                               ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15633:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                ? ((longAt(theFP1 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                           ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15634:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                : (byteAt((theFP1 + FoxIFrameFlags) + 2)) != 0)) {
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15636:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                ourContext = longAt(theFP1 + FoxThisContext);
                                                    ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15642:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) - BytesPerWord), ourContext);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15645:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), returnValue);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15648:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15667:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (((((usqInt)(longAt(theFP2 + FoxMethod)))) < (startOfMemory())
                                       ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15668:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ? ((longAt(theFP2 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                   ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15669:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : (byteAt((theFP2 + FoxIFrameFlags) + 2)) != 0)) {
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15671:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ourContext = longAt(theFP2 + FoxThisContext);
                                            ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15677:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp3 = GIV(stackPointer) - BytesPerWord), ourContext);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15680:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp11 = GIV(stackPointer) - BytesPerWord), returnValue);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15683:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp21 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15691:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (((((usqInt)(longAt(theFP6 + FoxMethod)))) < (startOfMemory())
                                       ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15692:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ? ((longAt(theFP6 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                   ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15693:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : (byteAt((theFP6 + FoxIFrameFlags) + 2)) != 0)) {
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15695:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ourContext1 = longAt(theFP6 + FoxThisContext);
                                             ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15701:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp5 = GIV(stackPointer) - BytesPerWord), ourContext1);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15704:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp13 = GIV(stackPointer) - BytesPerWord), returnValue);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15707:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp23 = GIV(stackPointer) - BytesPerWord), unwindContextOrNilOrZero);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15710:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp31 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15721:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(theFP + FoxSavedFP)) == 0) {
                            ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15727:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        callerContextOrNil = longAt((thePage1->baseAddress));
                                                    ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15734:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        frameToReturnTo = pointerForOop(longAt(theFP + FoxSavedFP));
                                                               ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15758:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if (((((usqInt)(longAt(theFP3 + FoxMethod)))) < (startOfMemory())
                                               ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15759:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                ? ((longAt(theFP3 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                           ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15760:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                : (byteAt((theFP3 + FoxIFrameFlags) + 2)) != 0)) {
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15762:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                ourContext = longAt(theFP3 + FoxThisContext);
                                                    ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15768:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), ourContext);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15771:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp12 = GIV(stackPointer) - BytesPerWord), returnValue);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15774:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp22 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15790:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                callerContextOrNil2 = longAt((thePage3->baseAddress));
                                             ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15811:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                callerContextOrNil1 = longAt((thePage2->baseAddress));
                                                             ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15846:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                top = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15853:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        GIV(framePointer) = pointerForOop(longAt(GIV(framePointer) + FoxSavedFP));
                                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15855:60: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                GIV(instructionPointer) = ((usqInt)(pointerForOop(longAt(callerFP + FoxCallerSavedIP))));
                                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15868:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        reapAndResetErrorCodeToheader(GIV(framePointer), (cogMethod->methodHeader));
                                          ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:1644:76: note: passing argument to parameter 'theFP' here
static sqInt NoDbgRegParms NeverInline reapAndResetErrorCodeToheader(sqInt theFP, sqInt methodHeader);
                                                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15897:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        aMethodObj = longAt(GIV(framePointer) + FoxMethod);
                            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15908:51: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        assertValidExecutionPointersimbarline(longAt(GIV(framePointer) + FoxIFSavedIP), GIV(framePointer), GIV(stackPointer), 1, __LINE__);
                                                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15909:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15911:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), anOop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16008:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16053:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + ((numArgs + 1) * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16125:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16168:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        cogMethod = ((CogBlockMethod *) ((longAt(GIV(framePointer) + FoxMethod)) & MFMethodMask));
                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16169:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((((longAt(GIV(framePointer) + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0)
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16185:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16194:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                oop = longAt(p);
                             ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16195:55: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((p - BytesPerWord) - BytesPerWord, longAt(p));
                                                                    ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16195:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((p - BytesPerWord) - BytesPerWord, longAt(p));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16199:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), aNonBooleanObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16202:84: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? ((1 + (((cogMethod->cmNumArgs)) << ((BytesPerWord * 8) - 8))) + ((((longAt(GIV(framePointer) + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                                                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16204:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        : 0))) + ((((longAt(GIV(framePointer) + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16207:61: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : ((1 + (((cogMethod->cmNumArgs)) << 8)) + ((((longAt(GIV(framePointer) + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16209:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        : 0))) + ((((longAt(GIV(framePointer) + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16201:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput(GIV(framePointer) + FoxIFrameFlags, (VMBIGENDIAN
                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16212:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput(GIV(framePointer) + FoxIFSavedIP, 0);
                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16213:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput(GIV(framePointer) + FoxMethod, methodObj);
                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16237:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16241:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), anObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16244:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16392:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                linkSendAtintooffsetreceiver(longAt(GIV(stackPointer)), mframeHomeMethod(GIV(framePointer)), cogMethod, noCheckEntryOffset(), rcvr);
                                                                        ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16421:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        linkSendAtintooffsetreceiver(longAt(GIV(stackPointer)), mframeHomeMethod(GIV(framePointer)), cogMethod, noCheckEntryOffset(), rcvr);
                                                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16424:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                top = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16431:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top1 = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16500:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())) {
                                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16505:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        methodPointer = longAt(GIV(framePointer) + FoxMethod);
                                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16607:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                linkSendAtintooffsetreceiver(longAt(GIV(stackPointer)), mframeHomeMethod(GIV(framePointer)), cogMethod, (superNormalBar == 0
                                                                        ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16638:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        linkSendAtintooffsetreceiver(longAt(GIV(stackPointer)), mframeHomeMethod(GIV(framePointer)), cogMethod, (superNormalBar == 0
                                                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16652:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                top = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16659:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top1 = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16684:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16688:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        cogMethod = ((CogBlockMethod *) ((longAt(GIV(framePointer) + FoxMethod)) & MFMethodMask));
                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16712:134: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        printActivationNameForreceiverisBlockfirstTemporary(((mframeHomeMethod(GIV(framePointer)))->methodObject), ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())
                                                                                                                                                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16714:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAt(GIV(framePointer) + FoxMFReceiver))
                                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16716:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAt(GIV(framePointer) + FoxIFReceiver))), 1, null);
                                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16733:42: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        cogMethod = ((CogMethod *) ((longAt(GIV(stackPointer))) - (traceLinkedSendOffset())));
                                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16966:42: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                frameRcvrOffset = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                     ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16970:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        oop = longAt(theSP);
                                                     ^~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16978:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                       ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16980:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0)
                                                         ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16982:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                (byteAt((theFP + FoxIFrameFlags) + 2)) != 0))) {
                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16983:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        oop = longAt(theFP + FoxThisContext);
                                                     ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17007:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                                                      ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17009:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        methodField = longAt(theFP + FoxMethod);
                                                             ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17018:39: warning: incompatible pointer to integer conversion passing 'CogMethod *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        if ((heapMapAtWord(pointerForOop(cogMethod))) == 0) {
                                                                         ^~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17024:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        oop = longAt(theFP + FoxMethod);
                                                     ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17031:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                                                        ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17037:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                oop = longAt(theSP);
                                             ^~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17108:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17120:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                top = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17178:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                              ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17180:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                cogMethod = ((CogBlockMethod *) ((longAt(theFP + FoxMethod)) & MFMethodMask));
                                                         ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17194:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        ? longAt(theFP + FoxIFSavedIP)
                 ^~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17195:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        : theIP)) - (longAt(theFP + FoxMethod))) - BaseHeaderSize) + 2) << 3) | 1);
                            ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17249:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()))
                                       ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17252:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                               ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17253:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                           ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17254:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17256:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                theContext = longAt(theFP + FoxThisContext);
                                                    ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17265:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                theFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                             ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17406:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())) {
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17410:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        aMethodObj = longAt(GIV(framePointer) + FoxMethod);
                            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17422:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17449:51: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        assertValidExecutionPointersimbarline(longAt(GIV(stackPointer)), GIV(framePointer), GIV(stackPointer), 0, __LINE__);
                                                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17457:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17460:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17485:51: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        assertValidExecutionPointersimbarline(longAt(GIV(stackPointer)), GIV(framePointer), GIV(stackPointer), 0, __LINE__);
                                                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17493:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17496:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17523:51: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        assertValidExecutionPointersimbarline(longAt(GIV(stackPointer)), GIV(framePointer), GIV(stackPointer), 0, __LINE__);
                                                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17526:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17532:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), cacheTag);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17551:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17554:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), cacheTag);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17607:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput(GIV(framePointer) + FoxIFSavedIP, ((sqInt)GIV(instructionPointer)));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17856:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())) {
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17858:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                methodField = longAt(GIV(framePointer) + FoxMethod);
                                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17970:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                                                      ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17971:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        oop = longAt(theFP + FoxMFReceiver);
                                                     ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17974:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(theFP + FoxMFReceiver, followForwarded(oop));
                                                          ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17979:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        oop = longAt(theFP + FoxIFReceiver);
                                                     ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17982:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(theFP + FoxIFReceiver, followForwarded(oop));
                                                          ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17984:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        oop = longAt(theFP + FoxMethod);
                                                     ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18001:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(theFP + FoxIFSavedIP, (longAt(theFP + FoxIFSavedIP)) + offset);
                                                                                        ^~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18001:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(theFP + FoxIFSavedIP, (longAt(theFP + FoxIFSavedIP)) + offset);
                                                          ^~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18002:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(theFP + FoxMethod, (oop = newOop));
                                                          ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18005:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if ((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                        ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18007:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0)
                                                         ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18009:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)))
                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18010:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                 && (((longAt(longAt(theFP + FoxThisContext))) & ((classIndexMask()) - (isForwardedObjectClassIndexPun()))) == 0)) {
                                                     ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18011:63: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(theFP + FoxThisContext, followForwarded(longAt(theFP + FoxThisContext)));
                                                                                                 ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18011:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(theFP + FoxThisContext, followForwarded(longAt(theFP + FoxThisContext)));
                                                  ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18014:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                numArgs = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                             ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18016:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : byteAt((theFP + FoxIFrameFlags) + 1));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18018:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                oop = longAt(theFP + offset);
                                             ^~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18021:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(theFP + offset, followForwarded(oop));
                                                  ^~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18023:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                                                        ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18029:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                oop = longAt(theSP);
                                             ^~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18031:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(theSP, followForwarded(oop));
                                                  ^~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18095:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        callerContextOrNil = longAt((thePage->baseAddress));
                                    ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18106:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18107:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                           ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18108:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18118:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18119:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                           ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18120:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18127:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18129:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : longAt(theFP + FoxMethod));
                         ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18139:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18141:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : byteAt((theFP + FoxIFrameFlags) + 1));
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18155:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18156:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? longAt(theFP + FoxMFReceiver)
                         ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18157:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : longAt(theFP + FoxIFReceiver));
                         ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18256:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
         && (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())))
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18286:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput(GIV(stackPointer) + (rcvrStackIndex * BytesPerWord), rcvr);
                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18288:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (isPointers(((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())
                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18289:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? longAt(GIV(framePointer) + FoxMFReceiver)
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18290:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : longAt(GIV(framePointer) + FoxIFReceiver)))) {
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18291:61: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                followForwardedObjectFieldstoDepth(((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())
                                                                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18292:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ? longAt(GIV(framePointer) + FoxMFReceiver)
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18293:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : longAt(GIV(framePointer) + FoxIFReceiver)), 0);
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18322:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18371:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18380:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18395:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return (byteAt((theFP + FoxIFrameFlags) + 3)) != 0;
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18402:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return longAt(theFP + FoxIFReceiver);
                      ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18409:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return longAt(theFP + FoxIFSavedIP);
                      ^~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18469:25: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'void *' [-Wint-conversion]
                theIP = oopForPointer(instrPtr);
                                      ^~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:153:43: note: passing argument to parameter 'ptr' here
  static inline sqInt oopForPointer(void *ptr)                  { return (sqInt)ptr; }
                                          ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18481:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) {
                                                         ^~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18492:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ? longAt((thePage->headSP))
                                 ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18493:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : oopForPointer(pointerForOop(longAt(theFPAbove + FoxCallerSavedIP))));
                                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18497:54: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? mustMapMachineCodePCcontext((value >> 3), longAt(spouseFP + FoxThisContext))
                                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18602:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                         && (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()))))) {
                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18614:4: warning: expression result unused [-Wunused-value]
                        !GIV(primFailCode);
                        ^    ~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18645:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return (((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory());
                                 ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18779:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((pointer = (page->baseAddress)), followObjFieldofObject(SenderIndex, aContext));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18780:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((pointer -= BytesPerWord), aContext);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18797:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((pointer -= BytesPerWord), maybeClosure);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18820:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((pointer -= BytesPerWord), rcvr);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18823:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((pointer -= BytesPerWord), longAt((aContext + BaseHeaderSize) + (((sqInt)((usqInt)((ReceiverIndex + i)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18825:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((pointer -= BytesPerWord), ceBaseFrameReturnPC());
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18826:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((pointer -= BytesPerWord), 0);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18883:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((pointer -= BytesPerWord), (theMethod + MFMethodFlagHasContextFlag) + MFMethodFlagIsBlockFlag);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18890:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((pointer -= BytesPerWord), theMethod + MFMethodFlagHasContextFlag);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18892:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((pointer -= BytesPerWord), aContext);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18895:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((pointer -= BytesPerWord), theMethod);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18896:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((pointer -= BytesPerWord), aContext);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18897:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((pointer -= BytesPerWord), (VMBIGENDIAN
                          ^~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18904:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((pointer -= BytesPerWord), 0);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18911:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((pointer -= BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18918:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((pointer -= BytesPerWord), longAt((aContext + BaseHeaderSize) + (((sqInt)((usqInt)((ReceiverIndex + i)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18923:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((pointer -= BytesPerWord), theIP);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19006:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                theIPPtr = (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()))
                                                               ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19007:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                 || ((longAt(theFP + FoxIFSavedIP)) == 0)
                                             ^~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19020:42: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                frameRcvrOffset = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                     ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19024:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        oop = longAt(theSP);
                                                     ^~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19027:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(theSP, remapObj(oop));
                                                          ^~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19031:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                       ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19032:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                   ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19033:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19034:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        if (shouldRemapObj(longAt(theFP + FoxThisContext))) {
                                                                  ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19035:57: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(theFP + FoxThisContext, remapObj(longAt(theFP + FoxThisContext)));
                                                                                                  ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19035:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(theFP + FoxThisContext, remapObj(longAt(theFP + FoxThisContext)));
                                                          ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19042:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (!((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()))) {
                                                        ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19043:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        if (shouldRemapObj(longAt(theFP + FoxMethod))) {
                                                                  ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19045:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        theIP = longAt(theIPPtr);
                                                                       ^~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19049:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                                theIP = longAt(theIPPtr);
                                                                               ^~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19054:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        theIP -= longAt(theFP + FoxMethod);
                                                                        ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19056:52: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(theFP + FoxMethod, remapObj(longAt(theFP + FoxMethod)));
                                                                                             ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19056:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(theFP + FoxMethod, remapObj(longAt(theFP + FoxMethod)));
                                                          ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19058:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        longAtput(theIPPtr, theIP + (longAt(theFP + FoxMethod)));
                                                                                            ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19058:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        longAtput(theIPPtr, theIP + (longAt(theFP + FoxMethod)));
                                                                  ^~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19062:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                                                        ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19068:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                oop = longAt(theSP);
                                             ^~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19071:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(theSP, remapObj(oop));
                                                  ^~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19199:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                frameRcvrOffset = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                     ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19203:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        oop = longAt(theSP);
                                     ^~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19216:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                longAtput(theSP, oop);
                                          ^~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19223:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                       ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19224:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                   ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19225:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19227:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        markAndTrace(longAt(theFP + FoxThisContext));
                                            ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19229:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                                      ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19231:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        aCogMethod = ((CogBlockMethod *) ((longAt(theFP + FoxMethod)) & MFMethodMask));
                                                                  ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19241:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        markAndTrace(longAt(theFP + FoxMethod));
                                            ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19243:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                                        ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19251:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                oop = longAt(theSP);
                             ^~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19264:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput(theSP, oop);
                                  ^~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19322:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                                      ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19325:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                                        ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19387:10: warning: incompatible pointer to integer conversion returning 'sqInt (sqInt)' (aka 'long (long)') from a function with result type 'sqInt' (aka 'long') [-Wint-conversion]
                return mcprimHashMultiply;
                       ^~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19485:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return ((CogBlockMethod *) ((longAt(theFP + FoxMethod)) & MFMethodMask));
                                            ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19495:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        methodField = longAt(GIV(framePointer) + FoxMethod);
                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19518:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        methodField = longAt(theFP + FoxMethod);
                             ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19534:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0;
                        ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19541:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return longAt(theFP + FoxMFReceiver);
                      ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19766:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                        ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19770:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        theSP = theFP + (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                            ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19773:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                               ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19774:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                           ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19775:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19777:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                theContext = longAt(theFP + FoxThisContext);
                                    ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19782:53: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((newSP = (newPage->baseAddress)), longAt(callerFP + FoxThisContext));
                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19782:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((newSP = (newPage->baseAddress)), longAt(callerFP + FoxThisContext));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19783:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((newSP -= BytesPerWord), theContext);
                  ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19785:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        numArgs = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                     ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19787:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : byteAt((theFP + FoxIFrameFlags) + 1));
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19791:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(newSP, longAt(source));
                                        ^~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19791:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(newSP, longAt(source));
                          ^~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19805:48: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        callerIP = oopForPointer(pointerForOop(longAt(theFP + FoxCallerSavedIP)));
                                                      ^~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19809:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(callerFP + FoxIFSavedIP, callerIP);
                          ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19812:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput(theFP + stackedReceiverOffset, callerIP);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19817:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput(newFP + FoxCallerSavedIP, ceBaseFrameReturnPC());
                  ^~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19818:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput(newFP + FoxSavedFP, 0);
                  ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19821:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                offsetCallerFP = pointerForOop(longAt(fpInNewPage + FoxSavedFP));
                                                      ^~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19825:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(fpInNewPage + FoxSavedFP, oopForPointer(offsetCallerFP));
                          ^~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19826:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (((((usqInt)(longAt(fpInNewPage + FoxMethod)))) < (startOfMemory())
                                       ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19827:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ? ((longAt(fpInNewPage + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                   ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19828:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : (byteAt((fpInNewPage + FoxIFrameFlags) + 2)) != 0)) {
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19829:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        theContext = longAt(fpInNewPage + FoxThisContext);
                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20362:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                              ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20364:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                it = (longAt(address)) & 7;
                             ^~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20368:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                it = longAt(address);
                            ^~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20372:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        print(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                 ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20381:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        printNum(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                    ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20383:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : byteAt((theFP + FoxIFrameFlags) + 1)));
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20384:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        print((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20385:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                           ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20386:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20389:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        print((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20390:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                           ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20391:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0)
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20409:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        it = longAt(address);
                    ^~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20416:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()))
                               ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20417:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
         && (((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0)) {
                      ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20419:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                methodField = longAt(theFP + FoxMethod);
                                     ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20433:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        obj = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                 ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20435:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : longAt(theFP + FoxMethod));
                         ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20447:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        it = longAt(address);
                    ^~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20485:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        it = longAt(address);
                    ^~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20542:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                              ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20544:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                cogMethod = ((CogBlockMethod *) ((longAt(theFP + FoxMethod)) & MFMethodMask));
                                                         ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20546:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                methodField = longAt(theFP + FoxMethod);
                                     ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20561:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                theMethod = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                               ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20563:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : longAt(theFP + FoxMethod));
                                 ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20566:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                numArgs = byteAt((theFP + FoxIFrameFlags) + 1);
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20580:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                               ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20581:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                           ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20582:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0)) {
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20583:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                rcvrOrClosure = longAt(theFP + (frameStackedReceiverOffset(theFP)));
                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20594:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((longAt(theFP + FoxSavedFP)) == 0) {
                    ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20595:98: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                printFrameOopat("(caller ctxt", (theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                                                               ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20597:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        : byteAt((theFP + FoxIFrameFlags) + 1))))) + (2 * BytesPerWord));
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20598:97: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                printFrameOopat("(saved ctxt", (theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                                                              ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20600:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        : byteAt((theFP + FoxIFrameFlags) + 1))))) + (1 * BytesPerWord));
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20606:79: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        printFrameThingatextraString("caller ip", theFP + FoxCallerSavedIP, ((longAt(theFP + FoxCallerSavedIP)) == (ceReturnToInterpreterPC())
                                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20611:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                              ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20615:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (!((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()))) {
                                ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20618:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                              ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20622:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                printFrameThingatextra("saved ip", theFP + FoxIFSavedIP, ((longAt(theFP + FoxIFSavedIP)) == 0
                                                                                  ^~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20624:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : (((longAt(theFP + FoxIFSavedIP)) - theMethod) + 2) - BaseHeaderSize));
                                    ^~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20628:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        topThing = longAt(theSP);
                          ^~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20636:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                printFrameOopat((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                    ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20637:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                                                   ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20638:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0)
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20643:64: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                printFrameThingatextra("frame ip", theSP, ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                             ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20654:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                printFrameOopat((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                    ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20655:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                                                   ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20656:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0)
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21048:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())) {
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21052:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        cogMethod = ((CogBlockMethod *) ((longAt(GIV(framePointer) + FoxMethod)) & MFMethodMask));
                                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21059:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                top = longAt(GIV(stackPointer));
                                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21065:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                retValue = longAt(GIV(framePointer) + FoxMFReceiver);
                                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21070:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        retValue = longAt(GIV(framePointer) + FoxMFReceiver);
                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21073:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21076:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), retValue);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21081:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        aMethodObj = longAt(GIV(framePointer) + FoxMethod);
                            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21094:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                GIV(instructionPointer) = ((usqInt)(longAt(GIV(framePointer) + FoxIFSavedIP)));
                                                           ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21121:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())) {
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21124:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21127:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), returnValue);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21132:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), returnValue);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21135:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        aMethodObj = longAt(GIV(framePointer) + FoxMethod);
                            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21149:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21306:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), object3);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21311:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21315:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object1);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21319:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp2 = GIV(stackPointer) - BytesPerWord), object2);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21324:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object4);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21364:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21370:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21374:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp7 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21377:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21377:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21384:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp10 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21398:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21404:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object5);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21407:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp31 = GIV(stackPointer) - BytesPerWord), 0);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21414:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp41 = GIV(stackPointer) - BytesPerWord), object11);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21417:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21422:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp9 = GIV(stackPointer) - BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21426:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21438:64: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        shouldSkipStoreBytecode = reapAndResetErrorCodeToheader(GIV(framePointer), methodHeader);
                                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:1644:76: note: passing argument to parameter 'theFP' here
static sqInt NoDbgRegParms NeverInline reapAndResetErrorCodeToheader(sqInt theFP, sqInt methodHeader);
                                                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21445:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()))) {
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21548:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21552:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21556:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), object2);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21560:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), object3);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21564:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object4);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21604:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21610:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21614:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp7 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21617:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21617:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21624:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp10 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21638:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21644:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object5);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21647:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp31 = GIV(stackPointer) - BytesPerWord), 0);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21654:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp41 = GIV(stackPointer) - BytesPerWord), object11);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21657:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21662:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp9 = GIV(stackPointer) - BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21666:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21678:64: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        shouldSkipStoreBytecode = reapAndResetErrorCodeToheader(GIV(framePointer), methodHeader);
                                                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:1644:76: note: passing argument to parameter 'theFP' here
static sqInt NoDbgRegParms NeverInline reapAndResetErrorCodeToheader(sqInt theFP, sqInt methodHeader);
                                                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21685:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()))) {
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21743:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21744:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? longAt(theFP + FoxMFReceiver)
                         ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21745:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : longAt(theFP + FoxIFReceiver));
                         ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21746:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        mthd = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21748:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : longAt(theFP + FoxMethod));
                         ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21753:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        printChar(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                     ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21758:85: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        printActivationNameForreceiverisBlockfirstTemporary(mthd, rcvr, ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                                           ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21759:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                           ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21760:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0), ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21760:70: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0), ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                                   ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21762:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs) * BytesPerWord))
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21763:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                : longAt(((theFP + FoxMFReceiver) - BytesPerWord) + ((frameNumArgs) * BytesPerWord)))
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21765:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        (0 < ((frameNumArgs1 = byteAt((theFP + FoxIFrameFlags) + 1)))
                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21766:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs1) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21767:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((theFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs1) * BytesPerWord))))));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22024:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
         && (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()))))) {
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22323:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22339:127: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22356:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                               ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22357:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                           ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22358:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22360:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                activeContext = longAt(theFP + FoxThisContext);
                                       ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22464:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()))) {
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22466:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                aMethodObj = longAt(GIV(framePointer) + FoxMethod);
                                    ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22479:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22483:127: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22507:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                                                      ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22509:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        theMethodField = longAt(theFP + FoxMethod);
                                                                ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22517:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        theIP = ((usqInt)(longAt(theIPPtr)));
                                                                 ^~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22521:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(theIPPtr, theIP + ((theMethod->objectHeader)));
                                                          ^~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22523:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(theFP + FoxMethod, theMethodField + ((theMethod->objectHeader)));
                                                  ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22525:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                                                        ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22550:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        theContext = longAt(theFP + FoxThisContext);
                            ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22553:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                              ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22559:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                tempIndex = byteAt((theFP + FoxIFrameFlags) + 1);
                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22572:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if ((((longAt(argsPointer)) & (tagMask())) == 0)
                                      ^~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22573:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                         && (oopisLessThan(longAt(argsPointer), GIV(newSpaceLimit)))) {
                                                  ^~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2936:49: note: expanded from macro 'oopisLessThan'
#define oopisLessThan(anOop,otherOop) ((usqInt)(anOop) < (usqInt)(otherOop))
                                                ^~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22580:116: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((theContext + BaseHeaderSize) + (((sqInt)((usqInt)((ReceiverIndex + i)) << (shiftForWord())))), longAt(argsPointer));
                                                                                                                                 ^~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22591:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if ((((longAt(pointer)) & (tagMask())) == 0)
                                      ^~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22592:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                         && (oopisLessThan(longAt(pointer), GIV(newSpaceLimit)))) {
                                                  ^~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2936:49: note: expanded from macro 'oopisLessThan'
#define oopisLessThan(anOop,otherOop) ((usqInt)(anOop) < (usqInt)(otherOop))
                                                ^~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22599:124: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((theContext + BaseHeaderSize) + (((sqInt)((usqInt)((ReceiverIndex + tempIndex)) << (shiftForWord())))), longAt(pointer));
                                                                                                                                         ^~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22623:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                return (((usqInt)(longAt(fp + FoxMethod)))) < (startOfMemory());
                                         ^~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22626:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((((usqInt)(longAt(fp + FoxMethod)))) < (startOfMemory())) {
                                      ^~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22630:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                theInstrPointer = longAt(fp + FoxIFSavedIP);
                                         ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22660:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        senderContextOrNil = longAt((aPage->baseAddress));
                                    ^~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22661:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        savedThisContext = longAt(((aPage->baseAddress)) - BytesPerWord);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23107:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                withDetails = longAt(GIV(stackPointer));
                                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23121:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), constituents);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23148:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        context = longAt(GIV(stackPointer));
                             ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23156:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                                              ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23181:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)flags << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23210:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                criticalSection = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23211:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                activeProc = longAt(GIV(stackPointer));
                                        ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23216:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                criticalSection = longAt(GIV(stackPointer));
                                             ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23243:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(falseObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23249:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(trueObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23254:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(falseObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23281:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        criticalSection = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23335:68: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((GIV(methodCache)[probe + MethodCacheMethod]) == (longAt(GIV(stackPointer)))) {
                                                                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23340:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        flushExternalPrimitiveOf(longAt(GIV(stackPointer)));
                                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23341:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        unlinkSendsToandFreeIf(longAt(GIV(stackPointer)), 0);
                                          ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23357:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        selector = longAt(GIV(stackPointer));
                              ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23395:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        sema = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23410:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23445:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        methodReceiver = longAt(GIV(stackPointer));
                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23481:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), data);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23512:63: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (methodWithHeaderShouldBeCogged(methodHeaderOf(longAt(GIV(stackPointer))))) {
                                                                     ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23514:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                alreadyCogged = (((longAt(GIV(stackPointer))) & (tagMask())) == 0)
                                              ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23515:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 && ((((((usqInt) (longAt(longAt(GIV(stackPointer))))) >> (formatShift())) & (formatMask())) >= (firstCompiledMethodFormat()))
                                                     ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23516:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 && (isCogMethodReference(longAt(((longAt(GIV(stackPointer))) + BaseHeaderSize) + (((sqInt)((usqInt)(HeaderIndex) << (shiftForWord()))))))));
                                                              ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23519:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        cogMethod = cogselector(longAt(GIV(stackPointer)), GIV(nilObj));
                                                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23523:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                cogMethod = cogselector(longAt(GIV(stackPointer)), GIV(nilObj));
                                                                   ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23542:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 && ((((longAt(GIV(stackPointer))) & (tagMask())) == 0)
                                   ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23543:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 && ((((((usqInt) (longAt(longAt(GIV(stackPointer))))) >> (formatShift())) & (formatMask())) >= (firstCompiledMethodFormat()))
                                                     ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23544:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 && (isCogMethodReference(longAt(((longAt(GIV(stackPointer))) + BaseHeaderSize) + (((sqInt)((usqInt)(HeaderIndex) << (shiftForWord())))))))))) {
                                                              ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23546:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        methodHeader = longAt(((longAt(GIV(stackPointer))) + BaseHeaderSize) + (((sqInt)((usqInt)(HeaderIndex) << (shiftForWord())))));
                                                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23565:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)flags << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23579:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23599:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23618:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        thisReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23636:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23655:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        newValue = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23656:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23662:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        thisReceiver = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23724:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), newValue);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23745:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        sema = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23764:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23800:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        proc = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23859:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (synchronousSignal(longAt(GIV(stackPointer)))) {
                                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23880:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((longAt(GIV(framePointer) + FoxMethod)) == GIV(newMethod)) {
                    ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23900:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((longAt(GIV(framePointer) + FoxMethod)) == GIV(newMethod)) {
                    ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23932:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        process = longAt(GIV(stackPointer));
                             ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23935:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24101:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), myList);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24157:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        aContextOrNil = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24167:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        thisCtx = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24211:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if ((pointerForOop(longAt(theFP + FoxSavedFP))) != contextsFP) {
                                                  ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24213:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                numArgs = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                             ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24215:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : byteAt((theFP + FoxIFrameFlags) + 1));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24223:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) {
                                                                         ^~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24233:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                contextsIP = ((usqInt)(pointerForOop(longAt(frameAbove + FoxCallerSavedIP))));
                                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24241:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(newSP, longAt(source));
                                                                ^~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24241:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(newSP, longAt(source));
                                                  ^~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24243:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                longAtput(newFP + FoxSavedFP, contextsFP);
                                          ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24243:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                longAtput(newFP + FoxSavedFP, contextsFP);
                                                              ^~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24244:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (((((usqInt)(longAt(newFP + FoxMethod)))) < (startOfMemory()))
                                                       ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24248:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput(contextsFP + FoxIFSavedIP, contextsIP);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24251:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                longAtput(newFP + FoxCallerSavedIP, contextsIP);
                                          ^~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24279:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                callerContextOrNil = longAt((thePage1->baseAddress));
                                            ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24324:48: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        while (((callerFP1 = pointerForOop(longAt(fp1 + FoxSavedFP)))) != 0) {
                                                                                  ^~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24365:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                while (((callerFP2 = pointerForOop(longAt(fp2 + FoxSavedFP)))) != 0) {
                                                                                          ^~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24378:51: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        longAtput(contextsSP, pointerForOop(longAt(frameAbove + FoxCallerSavedIP)));
                                                                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24378:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        longAtput(contextsSP, pointerForOop(longAt(frameAbove + FoxCallerSavedIP)));
                                                                  ^~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24378:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        longAtput(contextsSP, pointerForOop(longAt(frameAbove + FoxCallerSavedIP)));
                                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24399:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                callerContextOrNil1 = longAt((thePage2->baseAddress));
                                                                             ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24438:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                                         ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24440:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        : byteAt((theFP + FoxIFrameFlags) + 1))))) + (2 * BytesPerWord), aContextOrNil);
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24438:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24479:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24544:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                methodObj = longAt(GIV(stackPointer));
                                       ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24547:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                methodObj = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24549:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24553:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24586:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                               ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24587:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                           ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24588:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24590:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                activeContext = longAt(theFP + FoxThisContext);
                                       ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24601:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24604:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24615:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24770:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                top = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24798:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top1 = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24864:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                methodField = longAt(theFP + FoxMethod);
                                                     ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24867:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(theFP + FoxMethod, methodField - 4);
                                                          ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24871:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        flags = longAt(theFP + FoxIFrameFlags);
                                                       ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24873:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(theFP + FoxIFrameFlags, flags - 2);
                                                          ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24876:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        } while(((theFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0);
                                                               ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:25389:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerResult << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:25421:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:25422:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:25456:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:25484:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:25485:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:25529:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        result = allInstancesOf(longAt(GIV(stackPointer)));
                                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:25534:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                result = allInstancesOf(longAt(GIV(stackPointer)));
                                                   ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:25541:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:25570:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:25586:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:25606:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:25607:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:25630:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:25631:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:25656:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                        ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:25660:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:25668:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        ec = becomewithtwoWaycopyHash(longAt(GIV(stackPointer) + (2 * BytesPerWord)), longAt(GIV(stackPointer) + (1 * BytesPerWord)), 0, copyHashFlag);
                                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:25668:91: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        ec = becomewithtwoWaycopyHash(longAt(GIV(stackPointer) + (2 * BytesPerWord)), longAt(GIV(stackPointer) + (1 * BytesPerWord)), 0, copyHashFlag);
                                                                                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:25690:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:25691:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:25711:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        characterCode = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:25724:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), characterObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:25739:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:25742:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), floatObjectOf(((double) ((rcvr >> 3)) )));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:25770:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:25771:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:25898:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:25928:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:25929:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:25930:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        value = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:26089:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:26140:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                cursorObj = longAt(GIV(stackPointer));
                                       ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:26144:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                cursorObj = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:26145:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                maskObj = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:26368:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:26440:48: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        hashOrError = (((hash = (long32At((longAt(GIV(stackPointer))) + 4)) & (identityHashHalfWordMask()))) != 0
                                                      ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:26442:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : (objCouldBeClassObj(longAt(GIV(stackPointer)))
                                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:26443:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                ? (((err = enterIntoClassTable(longAt(GIV(stackPointer))))) != 0
                                                                          ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:26445:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                : (long32At((longAt(GIV(stackPointer))) + 4)) & (identityHashHalfWordMask()))
                                                                        ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:26449:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)hashOrError << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:26485:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop1 = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:26547:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop2 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:26611:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:26628:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArg = positive64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:26629:48: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerRcvr = positive64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:26636:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:26669:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop1 = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:26731:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop2 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:26795:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:26812:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArg = positive64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:26813:48: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerRcvr = positive64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:26820:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:26838:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArgument = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:26846:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:26884:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), shifted);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:26906:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:26921:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:26959:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:26987:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArgument = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:26988:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:26995:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27124:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop1);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27142:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArg = positive64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27143:48: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerRcvr = positive64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27150:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27178:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), ((GIV(totalFreeOldSpace) << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27185:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(nilObj)) {
                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27201:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27206:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27210:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27225:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerVal1 << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27294:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27306:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop1 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27343:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        instance = longAt(GIV(stackPointer));
                              ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27361:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27398:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                s = longAt(GIV(stackPointer));
                               ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27466:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), s);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27511:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        runInNOut = (longAt(GIV(stackPointer) + (0 * BytesPerWord))) == GIV(trueObj);
                            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27594:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27643:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27693:128: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27700:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27703:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp8 = GIV(stackPointer) - BytesPerWord), object2);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27714:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27719:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object11);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27722:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp31 = GIV(stackPointer) - BytesPerWord), blockClosure);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27742:131: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27749:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27752:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp9 = GIV(stackPointer) - BytesPerWord), object3);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27763:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp12 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27768:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((sp22 = GIV(stackPointer) - BytesPerWord), object12);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27771:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((sp32 = GIV(stackPointer) - BytesPerWord), blockClosure);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27791:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27795:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27798:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27798:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27802:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), closureMethod);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27805:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27811:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27814:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), 0);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27823:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp7 = GIV(stackPointer) - BytesPerWord), object1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27827:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + ClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27906:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27956:128: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27963:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27966:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp8 = GIV(stackPointer) - BytesPerWord), object2);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27977:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27982:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object11);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27985:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp31 = GIV(stackPointer) - BytesPerWord), blockClosure);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28005:131: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28012:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28015:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp9 = GIV(stackPointer) - BytesPerWord), object3);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28026:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp12 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28031:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((sp22 = GIV(stackPointer) - BytesPerWord), object12);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28034:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((sp32 = GIV(stackPointer) - BytesPerWord), blockClosure);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28054:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28058:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28061:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28061:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28065:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), closureMethod);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28068:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28074:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28077:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), 0);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28086:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp7 = GIV(stackPointer) - BytesPerWord), object1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28090:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + ClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28169:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argumentArray = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28191:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28224:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28229:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((argumentArray + BaseHeaderSize) + (((sqInt)((usqInt)((index - 1)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28251:128: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28258:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28261:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp8 = GIV(stackPointer) - BytesPerWord), object2);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28272:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28277:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object11);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28280:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp31 = GIV(stackPointer) - BytesPerWord), blockClosure);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28300:131: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28307:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28310:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp9 = GIV(stackPointer) - BytesPerWord), object3);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28321:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp12 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28326:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((sp22 = GIV(stackPointer) - BytesPerWord), object12);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28329:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((sp32 = GIV(stackPointer) - BytesPerWord), blockClosure);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28349:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28353:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28356:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28356:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28360:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), closureMethod);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28363:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28369:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28372:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), 0);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28381:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp7 = GIV(stackPointer) - BytesPerWord), object1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28385:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp10 = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + ClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28434:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28458:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28492:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg1 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28493:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg2 = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28506:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(trueObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28572:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(falseObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28579:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(falseObj));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28585:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(trueObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28623:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                order = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28631:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        string1 = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28634:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        string2 = longAt(GIV(stackPointer) + ((GIV(argumentCount) - 1) * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28681:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)result << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28701:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        fillValue = positive64BitValueOf(longAt(GIV(stackPointer)));
                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28702:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28792:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (((onOffBar = longAt(GIV(stackPointer) + (1 * BytesPerWord)))) == GIV(trueObj)) {
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28807:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (((bufferSize = longAt(GIV(stackPointer)))) == GIV(nilObj)) {
                                      ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28822:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), (((usqInt)numSamples << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28853:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28854:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28952:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (((((longAt(GIV(stackPointer)))) & 7) == 1)) {
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28953:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                crashInThisThread = ((longAt(GIV(stackPointer))) >> 3);
                                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28957:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28961:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28997:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29027:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        quotient = doPrimitiveDivby(longAt(GIV(stackPointer) + (1 * BytesPerWord)), longAt(GIV(stackPointer)));
                                           ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29027:89: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        quotient = doPrimitiveDivby(longAt(GIV(stackPointer) + (1 * BytesPerWord)), longAt(GIV(stackPointer)));
                                                                                               ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29032:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)quotient << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29057:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29073:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer1 = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29094:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)(integerReceiver / integerArgument) << 3) | 1));
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29132:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29133:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29153:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29176:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29177:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29207:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29222:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArgument = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29223:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29226:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver == integerArgument
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29235:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (result
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29254:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29255:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29258:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr == integerArg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29285:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29307:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29399:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                rcvr = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29405:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29409:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp7 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29412:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29412:59: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                        ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29419:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29433:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29439:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), object);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29442:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), 0);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29449:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object1);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29452:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29457:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp9 = GIV(stackPointer) - BytesPerWord), rcvr);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29461:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29473:65: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                shouldSkipStoreBytecode = reapAndResetErrorCodeToheader(GIV(framePointer), methodHeader);
                                                                                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:1644:76: note: passing argument to parameter 'theFP' here
static sqInt NoDbgRegParms NeverInline reapAndResetErrorCodeToheader(sqInt theFP, sqInt methodHeader);
                                                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29530:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), mourner);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29558:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29559:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29638:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr + arg));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29662:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29663:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29691:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), result);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29715:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopToStore = longAt(GIV(stackPointer));
                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29722:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29723:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29748:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), oopToStore);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29759:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), oopToStore);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29793:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29794:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29881:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr / arg));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29910:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29911:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29991:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (aBool
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:30022:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:30023:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:30103:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (aBool
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:30134:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:30135:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:30215:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (aBool
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:30246:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:30247:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:30327:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (aBool
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:30358:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:30359:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:30439:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (aBool
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:30469:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:30470:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:30549:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr * arg));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:30578:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:30579:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:30659:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (!aBool
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:30689:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:30690:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:30769:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr - arg));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:30967:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                        ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:30971:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                        ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:30983:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        vScale = floatValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:30984:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        hScale = floatValueOf(longAt(GIV(stackPointer) + (2 * BytesPerWord)));
                                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:30985:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31090:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31142:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31178:128: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31185:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31188:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp9 = GIV(stackPointer) - BytesPerWord), object2);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31199:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31204:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object11);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31207:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp31 = GIV(stackPointer) - BytesPerWord), blockClosure);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31236:131: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31243:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31246:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp10 = GIV(stackPointer) - BytesPerWord), object3);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31257:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp12 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31262:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((sp22 = GIV(stackPointer) - BytesPerWord), object12);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31265:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((sp32 = GIV(stackPointer) - BytesPerWord), blockClosure);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31285:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31289:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31292:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31292:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31296:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), closureMethod);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31299:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31305:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31308:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp7 = GIV(stackPointer) - BytesPerWord), 0);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31317:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp8 = GIV(stackPointer) - BytesPerWord), object1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31321:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + FullClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31340:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31414:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31450:128: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31457:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31460:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp9 = GIV(stackPointer) - BytesPerWord), object2);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31471:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31476:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object11);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31479:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp31 = GIV(stackPointer) - BytesPerWord), blockClosure);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31508:131: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31515:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31518:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp10 = GIV(stackPointer) - BytesPerWord), object3);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31529:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp12 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31534:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((sp22 = GIV(stackPointer) - BytesPerWord), object12);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31537:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((sp32 = GIV(stackPointer) - BytesPerWord), blockClosure);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31557:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31561:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31564:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31564:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31568:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), closureMethod);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31571:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31577:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31580:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp7 = GIV(stackPointer) - BytesPerWord), 0);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31589:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp8 = GIV(stackPointer) - BytesPerWord), object1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31593:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + FullClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31612:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31686:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argumentArray = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31708:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31730:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31735:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((argumentArray + BaseHeaderSize) + (((sqInt)((usqInt)((index - 1)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31754:128: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31761:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31764:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp9 = GIV(stackPointer) - BytesPerWord), object2);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31775:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31780:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object11);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31783:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp31 = GIV(stackPointer) - BytesPerWord), blockClosure);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31812:131: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31819:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31822:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp10 = GIV(stackPointer) - BytesPerWord), object3);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31833:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAtput((sp12 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31838:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((sp22 = GIV(stackPointer) - BytesPerWord), object12);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31841:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((sp32 = GIV(stackPointer) - BytesPerWord), blockClosure);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31861:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31865:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31868:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31868:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31872:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), closureMethod);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31875:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31881:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31884:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp7 = GIV(stackPointer) - BytesPerWord), 0);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31893:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp8 = GIV(stackPointer) - BytesPerWord), object1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31897:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp13 = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + FullClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31916:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31957:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31980:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), s);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32007:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        key = cStringOrNullFor(longAt(GIV(stackPointer)));
                                          ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32030:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32044:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32048:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (trueOrFalse
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32087:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), stringOop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32105:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32247:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), labelOop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32320:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32333:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArgument = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32334:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32337:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver >= integerArgument
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32361:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32362:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32365:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr >= integerArg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32380:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArgument = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32381:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32384:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver > integerArgument
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32408:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32409:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32412:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr > integerArg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32427:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        ammount = longAt(GIV(stackPointer));
                             ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32440:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)segSize << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32458:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        value = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32483:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)((value * HashMultiplyConstant) & 0xFFFFFFF) << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32501:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
         && ((longAt(GIV(stackPointer))) == GIV(trueObj));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32507:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32531:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32548:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        otherObject = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32549:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        thisObject = longAt(GIV(stackPointer));
                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32560:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (thisObject == otherObject
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32577:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        thisReceiver = longAt(GIV(stackPointer));
                                  ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32603:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32627:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32664:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                s = longAt(GIV(stackPointer));
                               ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32695:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), s);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32716:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32739:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), ((value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32753:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32825:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index1 = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32826:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr1 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32855:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp4 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32871:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp5 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32885:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp7 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32901:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp6 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32922:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), longAt((rcvr1 + BaseHeaderSize) + (((sqInt)((usqInt)(index1) << (shiftForWord()))))));
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32933:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp3 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), longAt((rcvr1 + BaseHeaderSize) + (((sqInt)((usqInt)((index1 + numFixed)) << (shiftForWord()))))));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32971:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueOop = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32972:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32973:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33018:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33036:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33051:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33069:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp3 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33105:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                longAtput((sp4 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33131:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp5 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33168:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33184:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33241:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                top1 = longAt(GIV(stackPointer));
                                  ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33248:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33252:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33255:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(messageSelector));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33258:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), runArgs);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33261:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), runReceiver);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33289:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (VMBIGENDIAN
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33307:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        obj = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33316:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (trueOrFalse
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33342:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33355:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArgument = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33356:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33359:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver <= integerArgument
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33383:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33384:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33387:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr <= integerArg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33402:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArgument = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33403:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33406:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver < integerArgument
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33430:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33431:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33434:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr < integerArg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33466:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33493:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33506:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), nameOop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33535:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33562:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33575:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), nameOop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33610:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        outPointerArray = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33613:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        segmentWordArray = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33627:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), result);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33654:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33671:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33689:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33732:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33733:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33784:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), pt);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33797:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33826:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33841:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)MillisecondClockMask << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33853:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        mod = doPrimitiveModby(longAt(GIV(stackPointer) + (1 * BytesPerWord)), longAt(GIV(stackPointer)));
                                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33853:84: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        mod = doPrimitiveModby(longAt(GIV(stackPointer) + (1 * BytesPerWord)), longAt(GIV(stackPointer)));
                                                                                          ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33858:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)mod << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33889:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33890:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33915:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33933:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33949:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer1 = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33982:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerResult << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34005:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34006:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34027:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34043:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        obj = instantiateClassisPinned(longAt(GIV(stackPointer)), 0);
                                                  ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34046:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                reasonCode = (isFixedSizePointerFormat(instSpecOfClass(longAt(GIV(stackPointer))))
                                                                                  ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34053:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), obj);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34083:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        header = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34084:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        bytecodeCount = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34092:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        class = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34202:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), theMethod);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34215:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        obj = instantiateClassisPinned(longAt(GIV(stackPointer)), 1);
                                                  ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34218:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                reasonCode = (isFixedSizePointerFormat(instSpecOfClass(longAt(GIV(stackPointer))))
                                                                                  ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34225:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), obj);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34252:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop1 = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34320:57: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        obj = instantiateClassindexableSizeisPinned(longAt(GIV(stackPointer) + (1 * BytesPerWord)), size, 0);
                                                           ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34323:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                classFormat = ((longAt(((longAt(GIV(stackPointer) + (1 * BytesPerWord))) + BaseHeaderSize) + (((sqInt)((usqInt)(InstanceSpecificationIndex) << (shiftForWord())))))) >> 3);
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34336:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), obj);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34360:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34421:57: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        obj = instantiateClassindexableSizeisPinned(longAt(GIV(stackPointer) + (1 * BytesPerWord)), size, 1);
                                                           ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34424:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                classFormat = ((longAt(((longAt(GIV(stackPointer) + (1 * BytesPerWord))) + BaseHeaderSize) + (((sqInt)((usqInt)(InstanceSpecificationIndex) << (shiftForWord())))))) >> 3);
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34437:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), obj);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34460:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        object = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34543:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), subsequentObject);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34566:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        instance = accessibleObjectAfter(longAt(GIV(stackPointer)));
                                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34569:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)0 << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34575:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), instance);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34590:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArgument = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34591:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34594:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver != integerArgument
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34603:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (result
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34622:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34623:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34626:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr != integerArg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34648:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        otherObject = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34649:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        thisObject = longAt(GIV(stackPointer));
                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34678:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (thisObject != otherObject
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34738:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (!(((longAt(GIV(stackPointer))) == GIV(trueObj))
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34739:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 || ((longAt(GIV(stackPointer))) == GIV(falseObj)))) {
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34744:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        goal = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34745:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        stack = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34746:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        followWeak = (longAt(GIV(stackPointer))) == GIV(trueObj);
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34987:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        path = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34989:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), path);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35022:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35023:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        lookupClass = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35055:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        selector = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35056:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argumentArray = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35079:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35082:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35086:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((argumentArray + BaseHeaderSize) + (((sqInt)((usqInt)((index - 1)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35133:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                top = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35148:62: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((GIV(stackPointer) + offset) + delta, longAt(GIV(stackPointer) + offset));
                                                                       ~~~~^~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35148:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((GIV(stackPointer) + offset) + delta, longAt(GIV(stackPointer) + offset));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35181:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        actualReceiver = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35182:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        selector = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35183:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argumentArray = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35206:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35209:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), actualReceiver);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35213:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((argumentArray + BaseHeaderSize) + (((sqInt)((usqInt)((index - 1)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35248:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                top = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35261:62: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((GIV(stackPointer) + offset) + delta, longAt(GIV(stackPointer) + offset));
                                                                       ~~~~^~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35261:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((GIV(stackPointer) + offset) + delta, longAt(GIV(stackPointer) + offset));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35288:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(profileMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35313:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(profileProcess));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35348:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35380:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? ((longAt(GIV(stackPointer))) >> 3)
                               ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35400:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35416:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer1 = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35452:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerResult << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35483:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35484:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35502:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35519:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35564:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35565:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35582:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35608:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)depth << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35637:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35709:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35729:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35753:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                        ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35757:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                        ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35770:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35786:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer1 = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35802:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer2 = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35822:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((5 - 1) * BytesPerWord)), (okay
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35839:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35869:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35883:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                        ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35893:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35904:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (wasImmutable
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35923:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35959:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        stringOop = longAt(GIV(stackPointer));
                               ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36025:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                hasHash = (((longAt(GIV(stackPointer))) & (tagMask())) == 0)
                                        ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36026:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 && ((long32At((longAt(GIV(stackPointer))) + 4)) & (identityHashHalfWordMask()));
                                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36028:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (hasHash
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36036:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36040:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36061:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + ((GIV(argumentCount) - 1) * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36077:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36114:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)oldHash << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36132:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        labelOop = longAt(GIV(stackPointer));
                              ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36194:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36210:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer1 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36248:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36254:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36270:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36290:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        value = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36291:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36301:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36329:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36351:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36367:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer1 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36383:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer2 = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36399:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer3 = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36434:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        bytes = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36469:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36492:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36551:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)(totalLength - fixedFields) << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36563:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        byteSize = ((longAt(GIV(stackPointer))) & (tagMask())
                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36565:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : bytesInObject(longAt(GIV(stackPointer))));
                                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36568:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36602:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (!(((((longAt(GIV(stackPointer)))) & 7) == 1))) {
                                     ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36608:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                nElements = ((longAt(GIV(stackPointer))) >> 3);
                                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36609:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                classFormat = ((longAt(((longAt(GIV(stackPointer) + (1 * BytesPerWord))) + BaseHeaderSize) + (((sqInt)((usqInt)(InstanceSpecificationIndex) << (shiftForWord())))))) >> 3);
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36658:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36663:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        classFormat1 = ((longAt(((longAt(GIV(stackPointer) + (0 * BytesPerWord))) + BaseHeaderSize) + (((sqInt)((usqInt)(InstanceSpecificationIndex) << (shiftForWord())))))) >> 3);
                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36683:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), ((byteSize << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36707:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36722:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36762:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr + arg));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36779:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36818:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36833:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36879:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr / arg));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36904:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36919:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36959:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (rcvr == arg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36977:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        aValue = floatObjectOf(exp(smallFloatValueOf(longAt(GIV(stackPointer)))));
                                                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36993:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
((((usqInt)(longAt(GIV(stackPointer))))) <= 15
                       ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36995:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : ((exp = ((usqInt) (((usqInt)(longAt(GIV(stackPointer)))))) >> (((numTagBits()) + (smallFloatMantissaBits())) + 1)),
                                                          ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37014:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37054:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37069:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37109:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (rcvr >= arg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37136:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37151:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37191:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (rcvr > arg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37218:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37233:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37273:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (rcvr <= arg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37300:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37315:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37355:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (rcvr < arg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37377:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37416:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37431:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37471:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr * arg));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37496:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37511:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37551:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (!(rcvr == arg)
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37570:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37601:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37648:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37663:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37703:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr - arg));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37721:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37731:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37753:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), result);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37769:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37804:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        class = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37814:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), instance);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37833:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37847:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(specialObjectsOop));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37863:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37918:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        outPointerArray = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37919:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        segmentWordArray = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37922:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arrayOfRoots = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37938:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                outPointerArray = longAt(GIV(stackPointer));
                                             ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37939:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                segmentWordArray = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37940:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                arrayOfRoots = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37979:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37980:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:38114:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:38145:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:38146:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:38147:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        value = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:38314:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:38354:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        array = longAt(GIV(stackPointer) + (4 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:38355:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        start = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:38356:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        stop = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:38357:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        repl = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:38358:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        replStart = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                           ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:38423:12: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                arrayFmt = arrayFmt;
                ~~~~~~~~ ^ ~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:38470:11: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                replFmt = replFmt;
                ~~~~~~~ ^ ~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:38624:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerResult << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:38656:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:38657:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:38691:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:38721:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                criticalSection = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:38722:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                activeProc = longAt(GIV(stackPointer));
                                        ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:38727:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                criticalSection = longAt(GIV(stackPointer));
                                             ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:38754:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(falseObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:38760:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(trueObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:38765:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:38783:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:38803:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (okay
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:38823:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:38839:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:38842:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(result));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:38858:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:38911:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        moduleName = longAt(GIV(stackPointer));
                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:39067:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:39092:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                resultArray = longAt(GIV(stackPointer));
                                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:39127:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), resultArray);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:39154:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                resultArray = longAt(GIV(stackPointer));
                                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:39188:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), resultArray);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:39209:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), s);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:39238:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (running
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:39249:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        sampleBuffer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:39259:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)numSamples << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:39276:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        sema = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:44603:15: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        treeNode = treeNode;
                                        ~~~~~~~~ ^ ~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:49642:13: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                        treeNode = treeNode;
                        ~~~~~~~~ ^ ~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:51474:5: warning: expression result unused [-Wunused-value]
                                -classIndex2;
                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:51539:26: warning: expression result unused [-Wunused-value]
                8 /* allocationUnit */ / BytesPerOop;
                ~                      ^ ~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:52836:13: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long') from 'void *' [-Wint-conversion]
        allocation = calloc(sizeof(void *), unscannedEphemeronsQueueInitialSize);
                   ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:53051:7: warning: incompatible integer to pointer conversion passing 'usqInt' (aka 'unsigned long') to parameter of type 'void *' [-Wint-conversion]
        free((GIV(unscannedEphemerons).start));
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/malloc/_malloc.h:42:18: note: passing argument to parameter here
void     free(void *);
                    ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:57008:25: warning: incompatible integer to pointer conversion passing 'usqInt' (aka 'unsigned long') to parameter of type 'void *' [-Wint-conversion]
                reallocated = realloc((GIV(unscannedEphemerons).start), desiredSize);
                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/malloc/_malloc.h:43:21: note: passing argument to parameter '__ptr' here
void    *realloc(void *__ptr, size_t __size) __result_use_check __alloc_size(2);
                       ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:57008:15: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long') from 'void *' [-Wint-conversion]
                reallocated = realloc((GIV(unscannedEphemerons).start), desiredSize);
                            ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:57445:41: warning: expression result unused [-Wunused-value]
                asserta((checkInterpreterIntegrity()) == 0);
                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqAssert.h:30:25: note: expanded from macro 'asserta'
# define asserta(expr) (expr)
                        ^~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:57466:41: warning: expression result unused [-Wunused-value]
                asserta((checkInterpreterIntegrity()) == 0);
                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqAssert.h:30:25: note: expanded from macro 'asserta'
# define asserta(expr) (expr)
                        ^~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:58477:14: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                        treeNode1 = treeNode1;
                        ~~~~~~~~~ ^ ~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:60970:108: warning: passing 'usqInt *' (aka 'unsigned long *') to parameter of type 'sqInt *' (aka 'long *') converts between pointers to integer types with different sign [-Wpointer-sign]
        segAddress = sqAllocateMemorySegmentOfSizeAboveAllocatedSizeInto(ammount, firstGapOfSizeAtLeast(ammount), (&allocatedSize));
                                                                                                                  ^~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:60:98: note: passing argument to parameter 'asp' here
extern void *sqAllocateMemorySegmentOfSizeAboveAllocatedSizeInto(sqInt sz, void *minAddr, sqInt *asp);
                                                                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:61431:13: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                        treeNode = treeNode;
                        ~~~~~~~~ ^ ~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:61982:77: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        assertValidExecutionPointersimbarline(lip, lifp, lisp, !((((usqInt)(longAt(lifp + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                   ^~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:62492:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 && ((((((sqInt)(pointerForOop(longAt(maybeFP + FoxSavedFP))))) & (tagMask())) == 0)
                                                      ^~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:62494:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                (oopForPointer(pointerForOop(longAt(maybeFP + FoxSavedFP)))) + (smallIntegerTag()))) == (longAt((aContext + BaseHeaderSize) + (((sqInt)((usqInt)(InstructionPointerIndex) << (shiftForWord())))))))
                                                    ^~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:62495:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 && (((((usqInt)(longAt(maybeFP + FoxMethod)))) < (startOfMemory())
                                        ^~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:62496:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ? ((longAt(maybeFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                   ^~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:62497:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : (byteAt((maybeFP + FoxIFrameFlags) + 2)) != 0)))))) {
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:62504:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        maybeFrameCtxt = longAt(maybeFP + FoxThisContext);
                                ^~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:62577:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                frameRcvrOffset = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                     ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:62581:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        oop = longAt(theSP);
                                     ^~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:62587:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                       ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:62588:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                   ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:62589:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:62591:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ok = ok && (checkOkayFields(longAt(theFP + FoxThisContext)));
                                                           ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:62593:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ok = ok && (checkOkayFields(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                               ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:62595:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : longAt(theFP + FoxMethod))));
                                 ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:62596:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                                        ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:62604:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                oop = longAt(theSP);
                             ^~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:62746:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                          ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:62748:95: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : (((usqInt) ((theFP + FoxIFReceiver) - GIV(stackPointer))) >> (shiftForWord())) + (byteAt((theFP + FoxIFrameFlags) + 1)));
                                                                                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:62761:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        theSP = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                   ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:62774:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                aFrame = pointerForOop(longAt(aFrame + FoxSavedFP));
                                              ^~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:62787:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:62789:82: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : (((usqInt) ((theFP + FoxIFReceiver) - theSP)) >> (shiftForWord())) + (byteAt((theFP + FoxIFrameFlags) + 1)));
                                                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63045:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), message);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63101:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63137:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                               ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63138:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                           ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63139:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63141:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                activeContext = longAt(theFP + FoxThisContext);
                                       ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63179:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        theIP = longAt(theSP);
                       ^~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63186:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                       ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63187:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                   ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63188:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63190:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        theContext = longAt(theFP + FoxThisContext);
                                            ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63220:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                theIP = ((sqInt)(pointerForOop(longAt(theFP + FoxCallerSavedIP))));
                                                      ^~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63221:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                theFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                             ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63233:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        callerContextOrNil = longAt((thePage->baseAddress));
                                    ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63414:19: warning: explicitly assigning value of variable of type 'struct VirtualMachine *' to itself [-Wself-assign]
        interpreterProxy = interpreterProxy;
        ~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63429:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                        ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63438:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                callerContextOrNil = longAt((thePage->baseAddress));
                                            ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63445:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (((((usqInt)(longAt(callerFP + FoxMethod)))) < (startOfMemory())
                               ^~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63446:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? ((longAt(callerFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                           ^~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63447:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : (byteAt((callerFP + FoxIFrameFlags) + 2)) != 0)) {
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63449:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                return longAt(callerFP + FoxThisContext);
                              ^~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63859:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        callerFP1 = pointerForOop(longAt(theFP + FoxSavedFP));
                                         ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63868:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                callerContextOrNil = longAt((thePage1->baseAddress));
                                            ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63876:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (((((usqInt)(longAt(callerFP1 + FoxMethod)))) < (startOfMemory())
                               ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63877:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? ((longAt(callerFP1 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                           ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63878:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : (byteAt((callerFP1 + FoxIFrameFlags) + 2)) != 0)) {
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63880:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                callerCtx = longAt(callerFP1 + FoxThisContext);
                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63889:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                theIP = longAt((thePage->headSP));
                               ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63903:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                theIP = oopForPointer(pointerForOop(longAt(frameAbove + FoxCallerSavedIP)));
                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63941:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                        ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63946:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                callerIP = oopForPointer(pointerForOop(longAt(theFP + FoxCallerSavedIP)));
                                                              ^~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63949:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(callerSP, callerIP);
                          ^~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63973:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((longAt(aFramePtr + FoxSavedFP)) == 0) {
                    ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64120:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                oop = longAt(((longAt(GIV(stackPointer))) + BaseHeaderSize) + (((sqInt)((usqInt)((localPrimIndex - 264)) << (shiftForWord())))));
                                          ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64121:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64130:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(trueObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64136:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp2 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(falseObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64142:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp3 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64147:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)(localPrimIndex - 261) << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64264:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        callerFP = pointerForOop(longAt(spouseFP + FoxSavedFP));
                                                        ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64273:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                callerContextOrNil = longAt((thePage->baseAddress));
                                                            ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64280:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if (((((usqInt)(longAt(callerFP + FoxMethod)))) < (startOfMemory())
                                               ^~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64281:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                ? ((longAt(callerFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                           ^~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64282:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                : (byteAt((callerFP + FoxIFrameFlags) + 2)) != 0)) {
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64284:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                return longAt(callerFP + FoxThisContext);
                                              ^~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64301:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? ((((usqInt)(longAt(spouseFP + FoxMethod)))) < (startOfMemory())
                                     ^~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64303:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs - (offset - (ReceiverIndex + 1))) * BytesPerWord))
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64304:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                : longAt(((spouseFP + FoxMFReceiver) - BytesPerWord) + ((frameNumArgs - (offset - (ReceiverIndex + 1))) * BytesPerWord)))
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64305:66: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                : ((offset - (ReceiverIndex + 1)) < ((frameNumArgs1 = byteAt((spouseFP + FoxIFrameFlags) + 1)))
                                                                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64306:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs1 - (offset - (ReceiverIndex + 1))) * BytesPerWord))
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64307:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                : longAt(((spouseFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs1 - (offset - (ReceiverIndex + 1))) * BytesPerWord))))
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64482:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) {
                                                 ^~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64574:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                        ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64575:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                   ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64576:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0))
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64577:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 && (homeContext == (longAt(theFP + FoxThisContext)))) {
                                            ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64581:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                         || (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64582:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                                           ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64583:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0)))) {
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64584:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        theMethod1 = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                        ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64586:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                : longAt(theFP + FoxMethod));
                                         ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64596:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                       ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64597:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                   ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64598:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64600:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        return longAt(theFP + FoxThisContext);
                                                      ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64606:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                theFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                             ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64613:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        callerContextOrNil = longAt((thePage->baseAddress));
                                    ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64702:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        theSP = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                   ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64715:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                aFrame = pointerForOop(longAt(aFrame + FoxSavedFP));
                                              ^~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64770:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                        ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64771:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                   ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64772:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0))
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64773:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 && (homeContext == (longAt(theFP + FoxThisContext)))) {
                                            ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64777:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (!(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                         ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64778:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                                           ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64779:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0))) {
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64780:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        theMethod1 = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                        ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64782:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                : longAt(theFP + FoxMethod));
                                         ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64792:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                       ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64793:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                   ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64794:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64796:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ctxtOrNilOrZero = longAt(theFP + FoxThisContext);
                                                                 ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64804:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                theFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                             ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64811:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        callerContextOrNil = longAt((thePage->baseAddress));
                                    ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64857:53: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        for (ptr = theSP, toDoLimit1 = (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                           ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64860:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                oop = longAt(ptr);
                             ^~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64863:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput(ptr, followForwarded(oop));
                                  ^~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64866:134: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        for (ptr = ((theFP + FoxCallerSavedIP) + BytesPerWord), toDoLimit2 = (theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                                                                                            ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64868:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        : byteAt((theFP + FoxIFrameFlags) + 1))))); ptr <= toDoLimit2; ptr += BytesPerWord) {
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64869:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                oop = longAt(ptr);
                             ^~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64882:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput(ptr, oop);
                                  ^~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64885:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                               ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64886:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                           ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64887:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0)) {
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64892:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                               ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64893:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                           ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64894:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64933:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return longAt(theFP + FoxThisContext);
                      ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64977:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        numArgs = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                     ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64979:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : byteAt((theFP + FoxIFrameFlags) + 1));
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64993:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return longAt(theFP + ((FoxCallerSavedIP + BytesPerWord) + (((sqInt)((usqInt)(numArgs) << (shiftForWord()))))));
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65231:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65243:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord), rcvr);
                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65245:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (isPointers(((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())
                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65246:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? longAt(GIV(framePointer) + FoxMFReceiver)
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65247:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : longAt(GIV(framePointer) + FoxIFReceiver)))) {
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65248:61: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                followForwardedObjectFieldstoDepth(((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())
                                                                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65249:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ? longAt(GIV(framePointer) + FoxMFReceiver)
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65250:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : longAt(GIV(framePointer) + FoxIFReceiver)), 0);
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65271:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65272:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? longAt(theFP + FoxMFReceiver)
                         ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65273:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : longAt(theFP + FoxIFReceiver));
                         ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65313:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                source = ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())
                                            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65339:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 && ((((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) < overflowLimitAddress)
                                                        ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65340:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 && (!((longAt(callerFP + FoxSavedFP)) == 0)))) {
                               ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65349:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        callerFP1 = pointerForOop(longAt(theFP + FoxSavedFP));
                                         ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65358:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                callerContextOrNil = longAt((thePage->baseAddress));
                                            ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65365:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (((((usqInt)(longAt(callerFP1 + FoxMethod)))) < (startOfMemory())
                               ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65366:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? ((longAt(callerFP1 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                           ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65367:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : (byteAt((callerFP1 + FoxIFrameFlags) + 2)) != 0)) {
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65369:10: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAt(callerFP1 + FoxThisContext);
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65521:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return longAt(theFP + FoxMethod);
                      ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65578:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return (longAt(theFP + FoxSavedFP)) == 0;
                       ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65618:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                theFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                             ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65844:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (((pointerForOop(longAt(maybeFrame + FoxSavedFP))) == shouldBeFrameCallerField)
                                           ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65845:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 && (((((usqInt)(longAt(maybeFrame + FoxMethod)))) < (startOfMemory())
                                        ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65846:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ? ((longAt(maybeFrame + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                   ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65847:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : (byteAt((maybeFrame + FoxIFrameFlags) + 2)) != 0))) {
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65849:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        maybeFrameCtxt = longAt(maybeFrame + FoxThisContext);
                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65863:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                longAtput(maybeFrame + FoxThisContext, maybeFrameCtxt);
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65924:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (((pointerForOop(longAt(theFrame + FoxSavedFP))) == shouldBeFrameCallerField)
                                           ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65925:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                 && (((((usqInt)(longAt(theFrame + FoxMethod)))) < (startOfMemory())
                                        ^~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65926:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ? ((longAt(theFrame + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                   ^~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65927:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : (byteAt((theFrame + FoxIFrameFlags) + 2)) != 0))) {
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65930:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if ((longAt(theFrame + FoxThisContext)) == aOnceMarriedContext) {
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67307:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                callerContextOrNil = longAt((thePage2->baseAddress));
                                            ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67386:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((anOop == ((((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                     ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67388:81: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        : (((usqInt) ((theFP + FoxIFReceiver) - theSP)) >> (shiftForWord())) + (byteAt((theFP + FoxIFrameFlags) + 1)))) << 3) | 1)))
                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67396:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (anOop == (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                 ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67398:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : longAt(theFP + FoxMethod)))) {
                                 ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67401:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(theFP + FoxSavedFP)) == 0) {
                            ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67407:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if ((((((usqInt)(longAt((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxMethod)))) < (startOfMemory())
                                                                      ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67407:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if ((((((usqInt)(longAt((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxMethod)))) < (startOfMemory())
                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67408:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                ? ((longAt((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67408:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                ? ((longAt((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67409:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                : (byteAt(((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxIFrameFlags) + 2)) != 0))
                                                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67409:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                : (byteAt(((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxIFrameFlags) + 2)) != 0))
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67410:48: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                         && (anOop == (longAt((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxThisContext)))) {
                                                                    ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67410:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                         && (anOop == (longAt((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxThisContext)))) {
                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67415:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvrOffset = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                        ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67419:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (anOop == (longAt(theSP))) {
                                     ^~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67427:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (anOop == (longAt(theSP))) {
                                     ^~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67461:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        aMethodObj = longAt(((GIV(stackPage)->headFP)) + FoxMethod);
                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67473:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67506:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        methodFieldOrObj = longAt(theFP + FoxMethod);
                                  ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67508:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(theFP + FoxMethod, methodFieldOrObj + MFMethodFlagHasContextFlag);
                          ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67513:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                closureOrNil = longAt(theFP + ((FoxCallerSavedIP + BytesPerWord) + (numArgs << (shiftForWord()))));
                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67523:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        closureOrNil = longAt(theFP + ((FoxCallerSavedIP + BytesPerWord) + (numArgs << (shiftForWord()))));
                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67529:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                rcvr = longAt(theFP + FoxMFReceiver);
                              ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67534:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                byteAtput((theFP + FoxIFrameFlags) + 2, 1);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:159:39: note: passing argument to parameter 'oop' here
  static inline sqInt byteAtput(sqInt oop, int val)             { return byteAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67536:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                numArgs = byteAt((theFP + FoxIFrameFlags) + 1);
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67540:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((byteAt((theFP + FoxIFrameFlags) + 3)) != 0) {
                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67541:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        closureOrNil = longAt(theFP + ((FoxCallerSavedIP + BytesPerWord) + (numArgs << (shiftForWord()))));
                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67547:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                rcvr = longAt(theFP + FoxIFReceiver);
                              ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67552:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput(theFP + FoxThisContext, theContext);
                  ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67559:54: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valuePointer2 = (oopForPointer(pointerForOop(longAt(theFP + FoxSavedFP)))) + (smallIntegerTag());
                                                            ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67572:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                                      ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67574:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs - (i - 1)) * BytesPerWord))
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67575:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                : longAt(((theFP + FoxMFReceiver) - BytesPerWord) + ((frameNumArgs - (i - 1)) * BytesPerWord)));
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67579:55: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        valuePointer = ((i - 1) < ((frameNumArgs2 = byteAt((theFP + FoxIFrameFlags) + 1)))
                                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67580:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs2 - (i - 1)) * BytesPerWord))
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67581:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                : longAt(((theFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs2 - (i - 1)) * BytesPerWord)));
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67776:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (boolean
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67795:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((nItems - 1) * BytesPerWord)), floatObjectOf(aFloat));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67811:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)integer << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67840:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67856:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67982:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67984:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs - offset) * BytesPerWord))
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67985:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                : longAt(((theFP + FoxMFReceiver) - BytesPerWord) + ((frameNumArgs - offset) * BytesPerWord)))
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67986:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : (offset < ((frameNumArgs1 = byteAt((theFP + FoxIFrameFlags) + 1)))
                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67987:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs1 - offset) * BytesPerWord))
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67988:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                : longAt(((theFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs1 - offset) * BytesPerWord))));
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:68003:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                       ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:68004:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                   ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:68005:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:68007:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if (((((usqInt) (longAt(longAt(theFP + FoxThisContext)))) >> (markedBitFullShift())) & 1) != 0) {
                                                       ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:68011:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        } while(((theFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0);
                                               ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:68098:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:68125:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:68150:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((nItems - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:68210:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (enabled
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:68217:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                                ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:68223:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                                        ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:68233:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (enabled
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:68308:11: warning: unused variable 'sp' [-Wunused-variable]
    char *sp;
          ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:68780:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                callerContextOrNil = longAt((thePage1->baseAddress));
                                                            ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:68925:15: warning: incompatible pointer to integer conversion passing 'CogMethod *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                        printHexnp(cogMethodOf(meth));
                                   ^~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:1611:32: note: passing argument to parameter 'n' here
extern sqInt printHexnp(usqInt n);
                               ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:68937:15: warning: incompatible pointer to integer conversion passing 'CogMethod *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                        printHexnp(cogMethodOf(meth));
                                   ^~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:1611:32: note: passing argument to parameter 'n' here
extern sqInt printHexnp(usqInt n);
                               ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:68993:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (!((longAt(theFP + FoxSavedFP)) == 0)) {
                      ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:68994:52: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                printFrameAndCallersSPshort(pointerForOop(longAt(theFP + FoxSavedFP)), (assert(!(isBaseFrame(theFP))),
                                                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:68995:66: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                (theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                               ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:68997:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        : byteAt((theFP + FoxIFrameFlags) + 1))))) + BytesPerWord), printShort);
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:69017:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        it = longAt(address);
                    ^~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:69043:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        it = longAt(address);
                    ^~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:69102:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        it = longAt(address);
                    ^~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:69138:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        it = longAt(address);
                    ^~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:69224:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                aFrame = pointerForOop(longAt(aFrame + FoxSavedFP));
                                                              ^~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:69235:74: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        (frameAbove + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(frameAbove + FoxMethod)))) < (startOfMemory())
                                                                                                            ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:69237:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        : byteAt((frameAbove + FoxIFrameFlags) + 1))))) + BytesPerWord)
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:69245:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                theSP = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                           ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:70670:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                while (theSP <= (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                    ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:70673:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        if (oop == (longAt(theSP))) {
                                                           ^~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:70675:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                                printHexnp(theFP);
                                                           ^~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:69271:19: note: passing argument to parameter 'n' here
printHexnp(usqInt n)
                  ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:70677:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                                printHexnp(theSP);
                                                           ^~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:69271:19: note: passing argument to parameter 'n' here
printHexnp(usqInt n)
                  ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:70683:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                       ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:70684:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                   ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:70685:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:70686:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        if (oop == (longAt(theFP + FoxThisContext))) {
                                                           ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:70688:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                                printHexnp(theFP);
                                                           ^~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:69271:19: note: passing argument to parameter 'n' here
printHexnp(usqInt n)
                  ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:70694:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (oop == (longAt(theFP + FoxMethod))) {
                                                   ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:70696:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        printHexnp(theFP);
                                                   ^~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:69271:19: note: passing argument to parameter 'n' here
printHexnp(usqInt n)
                  ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:70701:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                                                        ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:70709:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (oop == (longAt(theSP))) {
                                                   ^~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:70711:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        printHexnp(theFP);
                                                   ^~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:69271:19: note: passing argument to parameter 'n' here
printHexnp(usqInt n)
                  ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:70713:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
                                        printHexnp(theSP);
                                                   ^~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:69271:19: note: passing argument to parameter 'n' here
printHexnp(usqInt n)
                  ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:70793:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:70806:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return longAt(theFP + (frameStackedReceiverOffset(theFP)));
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:70818:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:70829:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), (((usqInt)integerValue << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:70843:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:71153:33: warning: expression result unused [-Wunused-value]
                ((((usqInt) w1) >> 8) & 0xFF) | (((sqInt)((usqInt)((w1 & 0xFF)) << 8)));
                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:71224:30: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'usqInt' (aka 'unsigned long') [-Wint-conversion]
        cogCodeBase = pointerForOop(allocateJITMemory(GIV(cogCodeSize), ((header.oldBaseAddr)) - GIV(cogCodeSize)));
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:71225:61: warning: ordered comparison between pointer and integer ('char *' and 'sqInt' (aka 'long'))
        desiredPositionOfHeap = (((cogCodeBase + GIV(cogCodeSize)) < ((header.oldBaseAddr))) ? ((header.oldBaseAddr)) : (cogCodeBase + GIV(cogCodeSize)));
                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:71225:87: warning: pointer/integer type mismatch in conditional expression ('sqInt' (aka 'long') and 'char *') [-Wconditional-type-mismatch]
        desiredPositionOfHeap = (((cogCodeBase + GIV(cogCodeSize)) < ((header.oldBaseAddr))) ? ((header.oldBaseAddr)) : (cogCodeBase + GIV(cogCodeSize)));
                                                                                             ^ ~~~~~~~~~~~~~~~~~~~~~~   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:71225:24: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long') from 'char *' [-Wint-conversion]
        desiredPositionOfHeap = (((cogCodeBase + GIV(cogCodeSize)) < ((header.oldBaseAddr))) ? ((header.oldBaseAddr)) : (cogCodeBase + GIV(cogCodeSize)));
                              ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:71381:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        initializeCodeZoneFromupTo(cogCodeBase, cogCodeBase + GIV(cogCodeSize));
                                   ^~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include/cogit.h:56:46: note: passing argument to parameter 'startAddress' here
extern void initializeCodeZoneFromupTo(sqInt startAddress, sqInt endAddress);
                                             ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:71381:42: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        initializeCodeZoneFromupTo(cogCodeBase, cogCodeBase + GIV(cogCodeSize));
                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include/cogit.h:56:66: note: passing argument to parameter 'endAddress' here
extern void initializeCodeZoneFromupTo(sqInt startAddress, sqInt endAddress);
                                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:71510:67: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'char *' [-Wint-conversion]
                        longAtput((temporaryIndex < ((frameNumArgs = ((mframeCogMethod(theFP))->cmNumArgs)))
                                                                                       ^~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19483:23: note: passing argument to parameter 'theFP' here
mframeCogMethod(char *theFP)
                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:71559:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:71592:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if ((longAt(theFP + FoxSavedFP)) == 0) {
                                    ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:71598:66: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                GIV(instructionPointer) = ((usqInt)(pointerForOop(longAt(GIV(framePointer) + FoxCallerSavedIP))));
                                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:71601:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                GIV(framePointer) = pointerForOop(longAt(GIV(framePointer) + FoxSavedFP));
                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:71640:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:71815:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                oop = longAt(GIV(stackPointer) + (index * BytesPerWord));
                                                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:71830:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                                longAtput(GIV(stackPointer) + (index * BytesPerWord), oop);
                                                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:71907:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:71944:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if (!((longAt(theFP + FoxSavedFP)) == 0)) {
                                      ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:71948:62: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                GIV(instructionPointer) = ((usqInt)(pointerForOop(longAt(theFP + FoxCallerSavedIP))));
                                                                                         ^~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:71951:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                GIV(framePointer) = pointerForOop(longAt(theFP + FoxSavedFP));
                                                                         ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:71953:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                aMethodObj = ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())
                                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:71955:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(GIV(framePointer) + FoxMethod));
                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:71971:130: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:72017:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:72362:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                                              ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:72403:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (!((longAt(theFP + FoxSavedFP)) == 0)) {
                      ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:72404:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                shortPrintFrameAndCallers(pointerForOop(longAt(theFP + FoxSavedFP)));
                                                               ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:72451:51: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                shortPrintFrameAndNCallers(pointerForOop(longAt(theFP + FoxSavedFP)), n - 1);
                                                                ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:72510:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                                ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:72519:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        callerContextOrNil = longAt((thePage->baseAddress));
                                    ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:72704:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:72781:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:72788:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), rcvr);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:72800:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                rcvr1 = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:72806:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:72810:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp7 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:72813:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:72813:59: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                        ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:72820:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp10 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:72834:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:72840:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object2);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:72843:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), 0);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:72850:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object1);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:72853:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:72858:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp9 = GIV(stackPointer) - BytesPerWord), rcvr1);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:72862:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:72874:65: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                shouldSkipStoreBytecode = reapAndResetErrorCodeToheader(GIV(framePointer), methodHeader);
                                                                                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:71394:37: note: passing argument to parameter 'theFP' here
reapAndResetErrorCodeToheader(sqInt theFP, sqInt methodHeader)
                                    ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:73287:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return floatValueOf(longAt(GIV(stackPointer) + (offset * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:73299:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (offset * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:73336:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (offset * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:73417:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:73419:82: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : (((usqInt) ((theFP + FoxIFReceiver) - theSP)) >> (shiftForWord())) + (byteAt((theFP + FoxIFrameFlags) + 1)));
                                                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:73436:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (offset * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:73501:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (offset * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:73509:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:73519:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return longAt(GIV(stackPointer) + (offset * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:73854:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((longAt(theFP + FoxSavedFP)) == 0) {
                    ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:73861:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                                         ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:73863:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        : byteAt((theFP + FoxIFrameFlags) + 1))))) + (2 * BytesPerWord), anOop);
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:73861:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:73867:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                        ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:73876:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                callerContextOrNil = longAt((thePage1->baseAddress));
                                            ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:73883:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if (((((usqInt)(longAt(callerFP + FoxMethod)))) < (startOfMemory())
                               ^~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:73884:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                ? ((longAt(callerFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                           ^~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:73885:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : (byteAt((callerFP + FoxIFrameFlags) + 2)) != 0)) {
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:73887:10: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAt(callerFP + FoxThisContext);
                       ^~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:73932:80: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((theMovedFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theMovedFP + FoxMethod)))) < (startOfMemory())
                                                                                      ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:73934:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        : byteAt((theMovedFP + FoxIFrameFlags) + 1))))) + (2 * BytesPerWord), anOop);
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:73932:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((theMovedFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theMovedFP + FoxMethod)))) < (startOfMemory())
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74193:88: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        return validInstructionPointerinMethodframePointer(anInstrPointer, ((((usqInt)(longAt(fp + FoxMethod)))) < (startOfMemory())
                                                                                              ^~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74195:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : longAt(fp + FoxMethod)), fp);
                         ^~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74393:17: warning: variable 'the2ndUnknownShort' is uninitialized when used here [-Wuninitialized]
        putShorttoFile(the2ndUnknownShort, f);
                       ^~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74338:29: note: initialize the variable 'the2ndUnknownShort' to silence this warning
    sqInt the2ndUnknownShort;
                            ^
                             = 0
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74474:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                valuePointer2 = ((((usqInt)(longAt(spouseFP + FoxMethod)))) < (startOfMemory())
                                                                   ^~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74476:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs - i) * BytesPerWord))
                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74477:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        : longAt(((spouseFP + FoxMFReceiver) - BytesPerWord) + ((frameNumArgs - i) * BytesPerWord)))
                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74478:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : (i < ((frameNumArgs1 = byteAt((spouseFP + FoxIFrameFlags) + 1)))
                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74479:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs1 - i) * BytesPerWord))
                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74480:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        : longAt(((spouseFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs1 - i) * BytesPerWord))));
                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74532:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        anOop = longAt(GIV(stackPointer) + (PARAM_EXTERNALFUNCTION * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74554:19: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long') [-Wint-conversion]
        externalFunction = longAt((anOop1 + BaseHeaderSize) + (0U << (shiftForWord())));
                         ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74562:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        anOop2 = longAt(((longAt(GIV(stackPointer) + (PARAM_EXTERNALFUNCTION * BytesPerWord))) + BaseHeaderSize) + (1U << (shiftForWord())));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74570:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argumentsArrayOop = longAt(GIV(stackPointer) + (PARAM_ARGUMENTS * BytesPerWord));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74586:16: warning: expression which evaluates to zero treated as a null pointer constant of type 'void **' [-Wnon-literal-null-conversion]
                parameters = ((sqInt) null);
                             ^~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74594:13: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long') from 'void *' [-Wint-conversion]
                argHolder = alloca((argType->size));
                          ^ ~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74595:17: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long') [-Wint-conversion]
                parameters[i] = argHolder;
                              ^ ~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74610:45: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        marshallAndPushReturnValueFromofTypepoping(returnHolder, (cif->rtype), 3);
                                                   ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:1725:76: note: passing argument to parameter 'returnHolder' here
static void NoDbgRegParms marshallAndPushReturnValueFromofTypepoping(sqInt returnHolder, ffi_type *ffiType, sqInt argumentsAndReceiverCount);
                                                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74667:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        anOop = longAt(GIV(stackPointer) + (PARAM_EXTERNALFUNCTION * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74689:19: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long') [-Wint-conversion]
        externalFunction = longAt((anOop1 + BaseHeaderSize) + (0U << (shiftForWord())));
                         ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74696:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        anOop2 = longAt(((longAt(GIV(stackPointer) + (PARAM_EXTERNALFUNCTION * BytesPerWord))) + BaseHeaderSize) + (1U << (shiftForWord())));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74703:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (PARAM_SEMAPHORE_INDEX * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74723:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        receiver = longAt(GIV(stackPointer) + (PARAM_RECEIVER * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74732:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argumentsArrayOop = longAt(GIV(stackPointer) + (PARAM_ARGUMENTS * BytesPerWord));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74746:16: warning: expression which evaluates to zero treated as a null pointer constant of type 'void **' [-Wnon-literal-null-conversion]
                parameters = ((sqInt) null);
                             ^~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74754:13: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long') from 'void *' [-Wint-conversion]
                argHolder = malloc((argType->size));
                          ^ ~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74755:17: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long') [-Wint-conversion]
                parameters[i] = argHolder;
                              ^ ~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74760:10: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long') from 'void *' [-Wint-conversion]
                                aPtr = parameters[i1];
                                     ^ ~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74763:11: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'void *' [-Wint-conversion]
                                        free(aPtr);
                                             ^~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/malloc/_malloc.h:42:18: note: passing argument to parameter here
void     free(void *);
                    ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74785:9: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqIntptr_t' (aka 'long') [-Wint-conversion]
        ptr[0] = (((sqIntptr_t)aPointer));
               ^ ~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74787:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((4 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74826:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        anOop = longAt(GIV(stackPointer) + (PARAM_TASK_ADDRESS * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74836:14: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long') [-Wint-conversion]
        taskAddress = longAt((anOop + BaseHeaderSize) + (0U << (shiftForWord())));
                    ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74839:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        receiver = longAt(GIV(stackPointer) + (PARAM_RECEIVER * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74856:45: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        marshallAndPushReturnValueFromofTypepoping(returnHolder, (((task->cif))->rtype), 2);
                                                   ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:1725:76: note: passing argument to parameter 'returnHolder' here
static void NoDbgRegParms marshallAndPushReturnValueFromofTypepoping(sqInt returnHolder, ffi_type *ffiType, sqInt argumentsAndReceiverCount);
                                                                           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74862:23: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long') from 'void *' [-Wint-conversion]
                        anParameterAddress = parameters[i];
                                           ^ ~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74864:26: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'void *' [-Wint-conversion]
                                doFreeFromTask(task, anParameterAddress);
                                                     ^~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2848:47: note: expanded from macro 'doFreeFromTask'
#define doFreeFromTask(aTask,anAddress) (free(anAddress))
                                              ^~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/malloc/_malloc.h:42:18: note: passing argument to parameter here
void     free(void *);
                    ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74873:23: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'void *' [-Wint-conversion]
        doFreeFromTask(task, ((sqInt)task));
                             ^~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2848:47: note: expanded from macro 'doFreeFromTask'
#define doFreeFromTask(aTask,anAddress) (free(anAddress))
                                              ^~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/malloc/_malloc.h:42:18: note: passing argument to parameter here
void     free(void *);
                    ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74927:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                                ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74934:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                (callerContextOrNil = longAt((thePage->baseAddress))),
                                                             ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74939:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : (((((usqInt)(longAt(callerFP + FoxMethod)))) < (startOfMemory())
                                              ^~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74940:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? ((longAt(callerFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                   ^~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74941:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : (byteAt((callerFP + FoxIFrameFlags) + 2)) != 0)
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74944:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                longAt(callerFP + FoxThisContext))
                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74952:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                          ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74954:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : longAt(theFP + FoxMethod));
                                 ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74957:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                return (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                           ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74958:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                                   ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74959:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0)
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74961:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                (numArgs = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                              ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74963:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                : byteAt((theFP + FoxIFrameFlags) + 1))),
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74964:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                longAt(theFP + ((FoxCallerSavedIP + BytesPerWord) + (((sqInt)((usqInt)(numArgs) << (shiftForWord())))))))
                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74968:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                          ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74969:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        ? longAt(theFP + FoxMFReceiver)
                                 ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74970:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : longAt(theFP + FoxIFReceiver));
                                 ^~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74974:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                          ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74976:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs - (index - CtxtTempFrameStart)) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74977:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((theFP + FoxMFReceiver) - BytesPerWord) + ((frameNumArgs - (index - CtxtTempFrameStart)) * BytesPerWord)))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74978:63: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        : ((index - CtxtTempFrameStart) < ((frameNumArgs1 = byteAt((theFP + FoxIFrameFlags) + 1)))
                                                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74979:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs1 - (index - CtxtTempFrameStart)) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74980:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : longAt(((theFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs1 - (index - CtxtTempFrameStart)) * BytesPerWord))));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:75010:9: warning: incompatible integer to pointer conversion returning 'sqInt' (aka 'long') from a function with result type 'void *' [-Wint-conversion]
        return longAt((anOop1 + BaseHeaderSize) + (0U << (shiftForWord())));
               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:75074:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp8 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:75080:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp9 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), (((usqInt)integerVal1 << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:75089:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:75095:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop1);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:75101:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp10 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), (((usqInt)integerVal2 << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:75107:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp11 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), (((usqInt)integerVal3 << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:75116:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp2 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop2);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:75122:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp3 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop3);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:75132:10: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqIntptr_t' (aka 'long') [-Wint-conversion]
                ptr[0] = (((sqIntptr_t)aPointer));
                       ^ ~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:75134:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp4 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop4);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:75143:25: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'const void *' [-Wint-conversion]
                memcpy(targetPointer, returnHolder, sizeToCopy);
                                      ^~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/secure/_string.h:63:33: note: expanded from macro 'memcpy'
                __builtin___memcpy_chk (dest, __VA_ARGS__, __darwin_obsz0 (dest))
                                              ^~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:75145:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp5 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop5);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:75152:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp6 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), floatObjectOf(f));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:75159:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp7 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), floatObjectOf(f1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:75231:12: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long') [-Wint-conversion]
                        address = longAt((oop1 + BaseHeaderSize) + (0U << (shiftForWord())));
                                ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:75250:10: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'const void *' [-Wint-conversion]
                memcpy(argHolder, srcPtr, argTypeSize);
                       ^~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/secure/_string.h:63:62: note: expanded from macro 'memcpy'
                __builtin___memcpy_chk (dest, __VA_ARGS__, __darwin_obsz0 (dest))
                                                                           ^~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/secure/_common.h:38:55: note: expanded from macro '__darwin_obsz0'
#define __darwin_obsz0(object) __builtin_object_size (object, 0)
                                                      ^~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:75250:10: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'void *' [-Wint-conversion]
                memcpy(argHolder, srcPtr, argTypeSize);
                       ^~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/secure/_string.h:63:27: note: expanded from macro 'memcpy'
                __builtin___memcpy_chk (dest, __VA_ARGS__, __darwin_obsz0 (dest))
                                        ^~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:75873:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:75891:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:75915:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newCopy);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:75963:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:75971:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        aContext = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76090:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76193:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76206:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        value = ((((usqInt)(longAt(spouseFP + FoxMethod)))) < (startOfMemory())
                                   ^~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76208:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs - (index - 1)) * BytesPerWord))
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76209:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                : longAt(((spouseFP + FoxMFReceiver) - BytesPerWord) + ((frameNumArgs - (index - 1)) * BytesPerWord)))
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76210:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                : ((index - 1) < ((frameNumArgs1 = byteAt((spouseFP + FoxIFrameFlags) + 1)))
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76211:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs1 - (index - 1)) * BytesPerWord))
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76212:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                : longAt(((spouseFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs1 - (index - 1)) * BytesPerWord))));
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76214:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76250:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        value = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76252:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76254:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        aContext = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76408:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76421:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        if ((((usqInt)(longAt(spouseFP + FoxMethod)))) < (startOfMemory())) {
                              ^~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76422:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(((index - 1) < ((frameNumArgs = ((mframeCogMethod(spouseFP))->cmNumArgs)))
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76427:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((index - 1) < ((frameNumArgs1 = byteAt((spouseFP + FoxIFrameFlags) + 1)))) {
                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76428:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((spouseFP + FoxCallerSavedIP) + ((frameNumArgs1 - (index - 1)) * BytesPerWord), value);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76431:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput(((spouseFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs1 - (index - 1)) * BytesPerWord), value);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76435:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76462:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76546:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)sz << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76562:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        flag = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76643:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argumentArray = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76645:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        methodArg = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                           ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76830:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76836:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top1 = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76842:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), primRcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76848:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76870:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object1);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76874:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp2 = GIV(stackPointer) - BytesPerWord), object2);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76878:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp3 = GIV(stackPointer) - BytesPerWord), object3);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76882:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object4);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76935:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argumentArray = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76937:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        primIdx = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76972:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                GIV(tempOop2) = longAt(GIV(stackPointer) + (4 * BytesPerWord));
                                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76974:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                rcvr = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76991:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), rcvr);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77003:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77048:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
         && (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()))))) {
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77060:2: warning: expression result unused [-Wunused-value]
        !GIV(primFailCode);
        ^    ~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77068:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        rcvr = longAt(GIV(stackPointer));
                                          ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77072:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), rcvr);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77076:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp4 = GIV(stackPointer) - BytesPerWord), (((usqInt)primIdx << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77079:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(tempOop));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77106:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        methodArgument = longAt(GIV(stackPointer));
                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77119:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77176:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        methodArgument = longAt(GIV(stackPointer));
                                    ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77178:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argumentArray = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77210:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77219:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord), rcvr);
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77226:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77513:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77531:7: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long') from 'void *' [-Wint-conversion]
        addr = malloc(byteSize);
             ^ ~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77543:9: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqIntptr_t' (aka 'long') [-Wint-conversion]
        ptr[0] = (((sqIntptr_t)addr));
               ^ ~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77546:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77564:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop1 = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77585:7: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long') [-Wint-conversion]
        addr = longAt((oop + BaseHeaderSize) + (0U << (shiftForWord())));
             ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77592:18: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
         || (isInMemory(addr)))) {
                        ^~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:50299:18: note: passing argument to parameter 'address' here
isInMemory(sqInt address)
                 ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77625:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77653:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        obj = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77671:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77687:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer1 = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77703:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77770:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77798:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        obj = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77816:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77832:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueOop = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77834:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer1 = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77850:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (4 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77914:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77943:85: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        handlerOrNilOrZero = findMethodWithPrimitiveFromContextUpToContext(199, longAt(GIV(stackPointer)), GIV(nilObj));
                                                                                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77949:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), handlerOrNilOrZero);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77980:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        stopContext = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77982:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        calleeContext = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78012:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                if ((longAt(theFP + FoxSavedFP)) == 0) {
                            ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78017:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        startFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                                       ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78021:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if ((((((usqInt)(longAt(theFP1 + FoxMethod)))) < (startOfMemory())
                                                        ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78022:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        ? ((longAt(theFP1 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                   ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78023:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        : (byteAt((theFP1 + FoxIFrameFlags) + 2)) != 0))
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78024:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                 && (stopContext == (longAt(theFP1 + FoxThisContext)))) {
                                                            ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78028:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                if (!(((((usqInt)(longAt(theFP1 + FoxMethod)))) < (startOfMemory())
                                                         ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78029:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                ? ((longAt(theFP1 + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                                                           ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78030:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                : (byteAt((theFP1 + FoxIFrameFlags) + 3)) != 0))) {
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78031:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        theMethod = ((((usqInt)(longAt(theFP1 + FoxMethod)))) < (startOfMemory())
                                                                       ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78033:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                : longAt(theFP1 + FoxMethod));
                                                         ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78043:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                if (((((usqInt)(longAt(theFP1 + FoxMethod)))) < (startOfMemory())
                                                                       ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78044:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        ? ((longAt(theFP1 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                                   ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78045:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        : (byteAt((theFP1 + FoxIFrameFlags) + 2)) != 0)) {
                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78047:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                                        handlerOrNilOrZero = longAt(theFP1 + FoxThisContext);
                                                                                    ^~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78055:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                theFP1 = pointerForOop(longAt(theFP1 + FoxSavedFP));
                                                              ^~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78062:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        callerContextOrNil = longAt((thePage->baseAddress));
                                                    ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78093:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), handlerOrNilOrZero);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78129:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78137:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)integerVal1 << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78159:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78440:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78463:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78465:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78563:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78588:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        newValue = longAt(GIV(stackPointer));
                              ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78590:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78592:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78742:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78763:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78765:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78823:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78839:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78841:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78860:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78881:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78883:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78940:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78956:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78958:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78975:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78996:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78998:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79055:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79071:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79073:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79090:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79111:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79113:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79169:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79185:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79187:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79204:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79225:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79227:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79284:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79300:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79302:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79319:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79340:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79342:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79399:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79415:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79417:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79434:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79454:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79456:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79512:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79527:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79529:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79545:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79566:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79568:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79627:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79643:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79645:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79664:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79685:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79687:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79744:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79760:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79762:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79779:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79799:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79801:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79856:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79871:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79873:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79889:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79910:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79912:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79971:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79987:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79989:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80008:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80045:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        module = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80047:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        symbol = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80092:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                moduleHandle = ((void *) (ioLoadModuleOfLength(moduleNameString, moduleNameStringSize)));
                                                               ^~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:558:35: note: passing argument to parameter 'moduleNameIndex' here
void  *ioLoadModuleOfLength(sqInt moduleNameIndex, sqInt moduleNameLength);
                                  ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80128:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        address = ioLoadSymbolOfLengthFromModule(symbolString, symbolStringSize, moduleHandle);
                                                 ^~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:559:45: note: passing argument to parameter 'functionNameIndex' here
void  *ioLoadSymbolOfLengthFromModule(sqInt functionNameIndex, sqInt functionNameLength, void *moduleHandle);
                                            ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80137:9: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqIntptr_t' (aka 'long') [-Wint-conversion]
        ptr[0] = (((sqIntptr_t)address));
               ^ ~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80140:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80161:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80163:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80219:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80234:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80236:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80252:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80273:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80275:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80334:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80350:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80352:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80371:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80392:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80394:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80451:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80467:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80469:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80486:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80506:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80508:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80563:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80578:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80580:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80596:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80665:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), result);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80698:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        thang = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80700:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80703:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(falseObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80731:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                        longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (trueOrFalse
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80752:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(falseObj));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80769:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp3 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(trueObj));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80780:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp4 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(trueObj));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80786:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(falseObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80802:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        GIV(messageSelector) = longAt(GIV(stackPointer) + ((GIV(argumentCount) - 1) * BytesPerWord));
                                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80804:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        newReceiver = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80807:64: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (i * BytesPerWord), longAt(GIV(stackPointer) + ((i - 1) * BytesPerWord)));
                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80807:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (i * BytesPerWord), longAt(GIV(stackPointer) + ((i - 1) * BytesPerWord)));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80830:71: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput(GIV(stackPointer) + ((i - 1) * BytesPerWord), longAt(GIV(stackPointer) + (i * BytesPerWord)));
                                                                                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80830:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput(GIV(stackPointer) + ((i - 1) * BytesPerWord), longAt(GIV(stackPointer) + (i * BytesPerWord)));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80832:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord), GIV(messageSelector));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80863:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        obj = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80871:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        boolean = longAt(GIV(stackPointer));
                             ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80906:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), wasPinned);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80945:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80982:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        msecsObj = longAt(GIV(stackPointer));
                              ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80984:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        sema = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81053:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        usecsObj = longAt(GIV(stackPointer));
                              ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81055:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        sema = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81141:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81143:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81192:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81212:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp3 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)(byteAt((rcvr + BaseHeaderSize) + index)) << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81225:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp4 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81238:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81254:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop1);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81301:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        newValue = longAt(GIV(stackPointer));
                              ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81303:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81305:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81359:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81451:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81470:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81484:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp3 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81503:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        longAtput((sp4 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81534:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81536:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81538:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81606:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81623:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81625:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81627:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81656:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81677:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81679:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81681:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81740:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81756:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81758:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81760:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81779:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81800:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81802:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81804:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81863:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81879:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81881:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81883:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81902:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81923:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81925:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81927:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81985:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82001:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82003:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82005:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82024:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82046:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82048:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82050:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82110:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82127:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82129:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82131:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82151:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82173:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82175:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82177:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82237:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82254:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82256:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82258:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82278:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82299:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82301:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82303:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82361:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82377:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82379:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82381:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82399:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82420:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82422:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82424:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82485:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82501:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82503:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82505:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82526:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82547:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82549:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82551:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82612:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82628:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82630:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82632:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82653:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82674:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82676:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82678:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82735:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82751:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82753:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82755:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82773:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82795:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82797:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82799:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82869:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82886:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82888:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82890:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82920:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82945:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        ctxt = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82947:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83053:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83055:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83057:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83120:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83136:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83138:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83140:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83163:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83184:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83186:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83188:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83249:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83265:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83267:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83269:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83290:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83311:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83313:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83315:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83376:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83392:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83394:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83396:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83417:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83438:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83440:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83442:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83504:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83520:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83522:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83524:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83547:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83689:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (offset * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83710:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83715:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83924:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result1);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83944:42: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtPointerput(((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())
                                            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:84065:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) {
                                                                 ^~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:84076:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                               ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:84077:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                           ^~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:84078:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:84080:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                                objOrFP = longAt(theFP + FoxThisContext);
                                                 ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:84084:72: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
                        (theFPAbove + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFPAbove + FoxMethod)))) < (startOfMemory())
                                                                                            ^~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:84086:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        : byteAt((theFPAbove + FoxIFrameFlags) + 1))))) + BytesPerWord));
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:84144:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:84244:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:84268:9: warning: incompatible integer to pointer conversion returning 'sqInt' (aka 'long') from a function with result type 'void *' [-Wint-conversion]
        return longAt((anOop + BaseHeaderSize) + (0U << (shiftForWord())));
               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:13979:1: warning: unused function 'cmHomeMethod' [-Wunused-function]
cmHomeMethod(CogBlockMethod * self_in_cmHomeMethod)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14142:1: warning: unused function 'pageListIsWellFormed' [-Wunused-function]
pageListIsWellFormed(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14565:1: warning: unused function 'asCogHomeMethod' [-Wunused-function]
asCogHomeMethod(CogBlockMethod *aCogMethod)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17214:1: warning: unused function 'deferStackLimitSmashAroundwith' [-Wunused-function]
deferStackLimitSmashAroundwith(void (*functionSymbol)(sqInt), sqInt arg)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18104:1: warning: unused function 'frameHasContext' [-Wunused-function]
frameHasContext(char *theFP)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18116:1: warning: unused function 'frameIsBlockActivation' [-Wunused-function]
frameIsBlockActivation(char *theFP)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18125:1: warning: unused function 'frameMethodObject' [-Wunused-function]
frameMethodObject(char *theFP)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18137:1: warning: unused function 'frameNumArgs' [-Wunused-function]
frameNumArgs(char *theFP)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18153:1: warning: unused function 'frameReceiver' [-Wunused-function]
frameReceiver(char *theFP)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18393:1: warning: unused function 'iframeIsBlockActivation' [-Wunused-function]
iframeIsBlockActivation(char *theFP)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18400:1: warning: unused function 'iframeReceiver' [-Wunused-function]
iframeReceiver(char *theFP)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18407:1: warning: unused function 'iframeSavedIP' [-Wunused-function]
iframeSavedIP(char *theFP)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18643:1: warning: unused function 'isMachineCodeFrame' [-Wunused-function]
isMachineCodeFrame(char *theFP)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19532:1: warning: unused function 'mframeIsBlockActivation' [-Wunused-function]
mframeIsBlockActivation(char *theFP)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19539:1: warning: unused function 'mframeReceiver' [-Wunused-function]
mframeReceiver(char *theFP)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19954:1: warning: unused function 'newMethodInLookupCacheAtand' [-Wunused-function]
newMethodInLookupCacheAtand(sqInt selector, sqInt classTag)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22083:1: warning: unused function 'stackLimitOffset' [-Wunused-function]
stackLimitOffset(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22096:1: warning: unused function 'stackPageHeadroom' [-Wunused-function]
stackPageHeadroom(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:39675:1: warning: unused function 'headerWhileForwardingOf' [-Wunused-function]
headerWhileForwardingOf(sqInt aCompiledMethodObjOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:40491:1: warning: unused function 'isImmediateFloat' [-Wunused-function]
isImmediateFloat(sqInt oop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:40599:1: warning: unused function 'maxSlotsForAlloc' [-Wunused-function]
maxSlotsForAlloc(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:40611:1: warning: unused function 'numFreeLists' [-Wunused-function]
numFreeLists(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:40830:1: warning: unused function 'wordIndexableFormat' [-Wunused-function]
wordIndexableFormat(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:40891:1: warning: unused function 'allNewSpaceObjectsHaveZeroRTRefCount' [-Wunused-function]
allNewSpaceObjectsHaveZeroRTRefCount(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:40970:1: warning: unused function 'allWeakSurvivorsOnWeakList' [-Wunused-function]
allWeakSurvivorsOnWeakList(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:41373:1: warning: unused function 'firstCorpse' [-Wunused-function]
firstCorpse(sqInt headOfCorpseList)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:41624:1: warning: unused function 'noUnfiredEphemeronsAtEndOfRememberedSet' [-Wunused-function]
noUnfiredEphemeronsAtEndOfRememberedSet(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:43502:1: warning: unused function 'allObjectsUnmarked' [-Wunused-function]
allObjectsUnmarked(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:43617:1: warning: unused function 'allOldMarkedWeakObjectsOnWeaklingStack' [-Wunused-function]
allOldMarkedWeakObjectsOnWeaklingStack(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:44470:1: warning: unused function 'allocationUnit' [-Wunused-function]
allocationUnit(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:44481:1: warning: unused function 'allStrongSlotsOfWeaklingAreMarked' [-Wunused-function]
allStrongSlotsOfWeaklingAreMarked(sqInt aWeakling)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:44507:1: warning: unused function 'allUnscannedEphemeronsAreActive' [-Wunused-function]
allUnscannedEphemeronsAreActive(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:44539:1: warning: unused function 'assertInnerValidFreeObject' [-Wunused-function]
assertInnerValidFreeObject(sqInt objOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:45129:1: warning: unused function 'bitsSetInFreeSpaceMaskForAllFreeLists' [-Wunused-function]
bitsSetInFreeSpaceMaskForAllFreeLists(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:45191:1: warning: unused function 'bridgeSize' [-Wunused-function]
bridgeSize(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:45198:1: warning: unused function 'byteFormatMask' [-Wunused-function]
byteFormatMask(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:46532:1: warning: unused function 'classIndexFieldWidth' [-Wunused-function]
classIndexFieldWidth(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:46669:1: warning: unused function 'classTableRootSlots' [-Wunused-function]
classTableRootSlots(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:47722:1: warning: unused function 'ephemeronFormat' [-Wunused-function]
ephemeronFormat(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:47729:1: warning: unused function 'existInstancesInNewSpaceOf' [-Wunused-function]
existInstancesInNewSpaceOf(sqInt classObj)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:47937:1: warning: unused function 'fetchPointerofFreeChunk' [-Wunused-function]
fetchPointerofFreeChunk(sqInt fieldIndex, sqInt objOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:48301:1: warning: unused function 'firstFixedFieldOfMaybeImmediate' [-Wunused-function]
firstFixedFieldOfMaybeImmediate(sqInt oop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:48605:1: warning: unused function 'formatOf' [-Wunused-function]
formatOf(sqInt objOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:48615:1: warning: unused function 'forwardedFormat' [-Wunused-function]
forwardedFormat(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:48626:1: warning: unused function 'forwardersIn' [-Wunused-function]
forwardersIn(sqInt anObject)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:48652:1: warning: unused function 'freeChunkNextIndex' [-Wunused-function]
freeChunkNextIndex(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:48662:1: warning: unused function 'freeChunkParentIndex' [-Wunused-function]
freeChunkParentIndex(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:48673:1: warning: unused function 'freeChunkPrevIndex' [-Wunused-function]
freeChunkPrevIndex(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:48861:1: warning: unused function 'goodContextSize' [-Wunused-function]
goodContextSize(sqInt oop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:48959:1: warning: unused function 'hasSpurMemoryManagerAPI' [-Wunused-function]
hasSpurMemoryManagerAPI(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:49032:1: warning: unused function 'hiddenRootSlots' [-Wunused-function]
hiddenRootSlots(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:49039:1: warning: unused function 'hiddenRootsObject' [-Wunused-function]
hiddenRootsObject(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:50098:1: warning: unused function 'isCompiledMethodHeader' [-Wunused-function]
isCompiledMethodHeader(sqInt objHeader)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:50115:1: warning: unused function 'isContextHeader' [-Wunused-function]
isContextHeader(sqInt aHeader)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:50133:1: warning: unused function 'isCopiedIntoSegment' [-Wunused-function]
isCopiedIntoSegment(sqInt anObjectInTheHeap)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:50156:1: warning: unused function 'isEnumerableObjectNoAssert' [-Wunused-function]
isEnumerableObjectNoAssert(sqInt objOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:50192:1: warning: unused function 'isEphemeron' [-Wunused-function]
isEphemeron(sqInt objOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:50212:1: warning: unused function 'isForwardedClassTag' [-Wunused-function]
isForwardedClassTag(sqInt classIndex)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:50237:1: warning: unused function 'isFreeObject' [-Wunused-function]
isFreeObject(sqInt objOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:50244:1: warning: unused function 'isFreeOop' [-Wunused-function]
isFreeOop(sqInt oop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:50259:1: warning: unused function 'isInClassTable' [-Wunused-function]
isInClassTable(sqInt objOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:50282:1: warning: unused function 'isInEden' [-Wunused-function]
isInEden(sqInt objOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:50289:1: warning: unused function 'isInFutureSpace' [-Wunused-function]
isInFutureSpace(sqInt address)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:50324:1: warning: unused function 'isInNewSpace' [-Wunused-function]
isInNewSpace(sqInt objOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:50339:1: warning: unused function 'isInPastSpace' [-Wunused-function]
isInPastSpace(sqInt address)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:50346:1: warning: unused function 'isLargeFreeObject' [-Wunused-function]
isLargeFreeObject(sqInt objOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:50353:1: warning: unused function 'isMaybeFiredEphemeron' [-Wunused-function]
isMaybeFiredEphemeron(sqInt objOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:50372:1: warning: unused function 'isObjEphemeron' [-Wunused-function]
isObjEphemeron(sqInt objOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:50383:1: warning: unused function 'isObjImmutable' [-Wunused-function]
isObjImmutable(sqInt anOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:50486:1: warning: unused function 'isRemembered' [-Wunused-function]
isRemembered(sqInt objOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:50496:1: warning: unused function 'isSegmentBridge' [-Wunused-function]
isSegmentBridge(sqInt objOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:50503:1: warning: unused function 'isSemaphoreOop' [-Wunused-function]
isSemaphoreOop(sqInt anOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:50563:1: warning: unused function 'isValidObjStackAt' [-Wunused-function]
isValidObjStackAt(sqInt objStackRootIndex)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:50710:1: warning: unused function 'isWeakNonImm' [-Wunused-function]
isWeakNonImm(sqInt objOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:50848:1: warning: unused function 'knownClassAtIndex' [-Wunused-function]
knownClassAtIndex(sqInt classIndex)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:50857:1: warning: unused function 'lastPointerFormat' [-Wunused-function]
lastPointerFormat(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:50986:1: warning: unused function 'lengthOfMaybeImmediate' [-Wunused-function]
lengthOfMaybeImmediate(sqInt oop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:53328:1: warning: unused function 'newSpaceIsEmpty' [-Wunused-function]
newSpaceIsEmpty(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:53563:1: warning: unused function 'noUnscannedEphemerons' [-Wunused-function]
noUnscannedEphemerons(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:57712:1: warning: unused function 'slidingCompactionInProgress' [-Wunused-function]
slidingCompactionInProgress(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:57780:1: warning: unused function 'startOfObject' [-Wunused-function]
startOfObject(sqInt objOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:58788:1: warning: unused function 'validClassTableHashes' [-Wunused-function]
validClassTableHashes(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:58869:1: warning: unused function 'validFreeTreeChunk' [-Wunused-function]
validFreeTreeChunk(sqInt chunk)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:58912:1: warning: unused function 'validObjStacks' [-Wunused-function]
validObjStacks(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:59709:1: warning: unused function 'isMobile' [-Wunused-function]
isMobile(sqInt obj)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:59720:1: warning: unused function 'isPostMobile' [-Wunused-function]
isPostMobile(sqInt obj)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:59987:1: warning: unused function 'savedFirstFieldsSpaceWasAllocated' [-Wunused-function]
savedFirstFieldsSpaceWasAllocated(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:60884:1: warning: unused function 'validRelocationPlanInPass' [-Wunused-function]
validRelocationPlanInPass(sqInt onePass)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:60949:1: warning: unused function 'segLimit' [-Wunused-function]
segLimit(SpurSegmentInfo * self_in_segLimit)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:61044:1: warning: unused function 'allBridgesMarked' [-Wunused-function]
allBridgesMarked(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:61094:1: warning: unused function 'bridgeAt' [-Wunused-function]
bridgeAt(sqInt segIndex)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:61109:1: warning: unused function 'bridgeFor' [-Wunused-function]
bridgeFor(SpurSegmentInfo *aSegment)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:61232:1: warning: unused function 'isInSegments' [-Wunused-function]
isInSegments(usqInt address)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:61253:1: warning: unused function 'isValidSegmentBridge' [-Wunused-function]
isValidSegmentBridge(sqInt objOop)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:61555:1: warning: unused function 'segmentOverlap' [-Wunused-function]
segmentOverlap(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:61909:1: warning: unused function 'allOnesAsCharStar' [-Wunused-function]
allOnesAsCharStar(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:61992:1: warning: unused function 'assertValidStackLimits' [-Wunused-function]
assertValidStackLimits(sqInt ln)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:62688:1: warning: unused function 'checkStackPointerForMaybeMarriedContext' [-Wunused-function]
checkStackPointerForMaybeMarriedContext(sqInt aContext)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:62843:1: warning: unused function 'contexthasValidInversePCMappingOfin' [-Wunused-function]
contexthasValidInversePCMappingOfin(sqInt aContext, sqInt theIP, char *theFP)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:62945:1: warning: unused function 'cr' [-Wunused-function]
cr(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65498:1: warning: unused function 'ifCurrentStackPageHasValidHeadPointers' [-Wunused-function]
ifCurrentStackPageHasValidHeadPointers(StackPage *thePage)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65519:1: warning: unused function 'iframeMethod' [-Wunused-function]
iframeMethod(char *theFP)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65576:1: warning: unused function 'isBaseFrame' [-Wunused-function]
isBaseFrame(char *theFP)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65682:1: warning: unused function 'isMarriedOrWidowedContext' [-Wunused-function]
isMarriedOrWidowedContext(sqInt aContext)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65701:1: warning: unused function 'isMetaPrimitiveIndex' [-Wunused-function]
isMetaPrimitiveIndex(sqInt primIndex)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65714:1: warning: unused function 'isNullExternalPrimitiveCall' [-Wunused-function]
isNullExternalPrimitiveCall(sqInt aMethodObj)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65739:1: warning: unused function 'isPrimitiveFunctionPointerAnIndex' [-Wunused-function]
isPrimitiveFunctionPointerAnIndex(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67605:1: warning: unused function 'maybeLeakCheckExternalPrimCall' [-Wunused-function]
maybeLeakCheckExternalPrimCall(sqInt aMethodObj)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67996:1: warning: unused function 'noMarkedContextsOnPage' [-Wunused-function]
noMarkedContextsOnPage(StackPage *thePage)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:70804:1: warning: unused function 'pushedReceiverOrClosureOfFrame' [-Wunused-function]
pushedReceiverOrClosureOfFrame(char *theFP)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:72146:1: warning: unused function 'saneFunctionPointerForFailureOfPrimIndex' [-Wunused-function]
saneFunctionPointerForFailureOfPrimIndex(sqInt primIndex)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:72887:1: warning: unused function 'space' [-Wunused-function]
space(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:73321:1: warning: unused function 'stackLimitBytes' [-Wunused-function]
stackLimitBytes(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74177:1: warning: unused function 'validBCPCinMethod' [-Wunused-function]
validBCPCinMethod(sqInt thePC, usqInt aMethod)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74191:1: warning: unused function 'validInstructionPointerinFrame' [-Wunused-function]
validInstructionPointerinFrame(usqInt anInstrPointer, char *fp)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74204:1: warning: unused function 'validStackPageBaseFrames' [-Wunused-function]
validStackPageBaseFrames(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2024:13: warning: unused variable 'messageCount' [-Wunused-variable]
_iss usqInt messageCount;
            ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2041:13: warning: unused variable 'byteCount' [-Wunused-variable]
_iss usqInt byteCount;
            ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2042:12: warning: unused variable 'cifs' [-Wunused-variable]
_iss sqInt cifs;
           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2043:12: warning: unused variable 'codeGeneratorToComputeAccessorDepth' [-Wunused-variable]
_iss sqInt codeGeneratorToComputeAccessorDepth;
           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2044:12: warning: unused variable 'functions' [-Wunused-variable]
_iss sqInt functions;
           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2045:12: warning: unused variable 'initialMemoryAddress' [-Wunused-variable]
_iss sqInt initialMemoryAddress;
           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2046:12: warning: unused variable 'largeOpaqueMemoryManager' [-Wunused-variable]
_iss sqInt largeOpaqueMemoryManager;
           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2047:12: warning: unused variable 'memoryManager' [-Wunused-variable]
_iss sqInt memoryManager;
           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2048:12: warning: unused variable 'nextAddress' [-Wunused-variable]
_iss sqInt nextAddress;
           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2049:12: warning: unused variable 'preferredPinningSegment' [-Wunused-variable]
_iss sqInt preferredPinningSegment;
           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2050:12: warning: unused variable 'statCoalesces' [-Wunused-variable]
_iss sqInt statCoalesces;
           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2051:14: warning: unused variable 'statFGCDeltaUsecs' [-Wunused-variable]
_iss usqLong statFGCDeltaUsecs;
             ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2052:14: warning: unused variable 'statIncrGCUsecs' [-Wunused-variable]
_iss usqLong statIncrGCUsecs;
             ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2053:12: warning: unused variable 'testWorker' [-Wunused-variable]
_iss sqInt testWorker;
           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2054:12: warning: unused variable 'theUnknownShort' [-Wunused-variable]
_iss sqInt theUnknownShort;
           ^


warning, variable nsMethodCache doesn't exist or has already been removed
StackToRegisterMappingCogit>>freeAnyFloatRegNotConflictingWith: contains declaration for non-existent variable desc

pushNilSizeFunction localised to compileBlockBodies

cStackAlignment localised to compileCallFor:numArgs:arg:arg:arg:arg:resultReg:regsToSave:

cPICEndOfCodeLabel localised to generateClosedPICPrototype

endCPICCase1 localised to generateClosedPICPrototype

primitiveGeneratorTable localised to primitiveDescriptor

numPushNilsFunction localised to scanBlock:

warning, variable nsMethodCache doesn't exist or has already been removed
StackToRegisterMappingCogit>>freeAnyFloatRegNotConflictingWith: contains declaration for non-existent variable desc2494 warnings generated.
[ 33%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqHeapMap.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqHeapMap.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqHeapMap.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqHeapMap.c:22:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqHeapMap.c:22:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqHeapMap.c:22:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqHeapMap.c:22:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
4 warnings generated.
[ 33%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqVirtualMachine.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqVirtualMachine.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:8:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:8:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:8:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:8:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:306:11: warning: incompatible pointer types assigning to 'sqInt (*)(sqInt)' (aka 'long (*)(long)') from 'void (sqInt)' (aka 'void (long)') [-Wincompatible-pointer-types]
        VM->push = push;
                 ^ ~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:308:16: warning: incompatible pointer types assigning to 'sqInt (*)(double)' (aka 'long (*)(double)') from 'void (double)' [-Wincompatible-pointer-types]
        VM->pushFloat = pushFloat;
                      ^ ~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:432:37: warning: incompatible pointer types assigning to 'void *(*)(sqInt, sqInt, sqInt)' (aka 'void *(*)(long, long, long)') from 'void *(sqInt, sqInt, void *)' (aka 'void *(long, long, void *)') [-Wincompatible-pointer-types]
        VM->ioLoadSymbolOfLengthFromModule = ioLoadSymbolOfLengthFromModule;
                                           ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:459:26: warning: incompatible pointer types assigning to 'void (*)(void)' from 'sqInt (void)' (aka 'long (void)') [-Wincompatible-pointer-types]
        VM->forceInterruptCheck = forceInterruptCheck;
                                ^ ~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:510:22: warning: incompatible pointer types assigning to 'volatile unsigned long (*)(void)' from 'volatile unsigned long long (void)' [-Wincompatible-pointer-types]
        VM->utcMicroseconds = ioUTCMicroseconds;
                            ^ ~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:546:23: warning: incompatible pointer types assigning to 'sqInt (*)(char *)' (aka 'long (*)(char *)') from 'sqInt (const char *)' (aka 'long (const char *)') [-Wincompatible-pointer-types]
        VM->stringForCString = stringForCString;
                             ^ ~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:557:37: warning: incompatible pointer types assigning to 'sqInt (*)(vmccp)' (aka 'long (*)(struct _VMCallbackContext *)') from 'sqInt (void *)' (aka 'long (void *)') [-Wincompatible-pointer-types]
        VM->ptEnterInterpreterFromCallback = ptEnterInterpreterFromCallback;
                                           ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:558:34: warning: incompatible pointer types assigning to 'sqInt (*)(vmccp)' (aka 'long (*)(struct _VMCallbackContext *)') from 'sqInt (void *)' (aka 'long (void *)') [-Wincompatible-pointer-types]
        VM->ptExitInterpreterToCallback = ptExitInterpreterToCallback;
                                        ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:562:27: warning: incompatible pointer types assigning to 'sqInt (*)(int)' (aka 'long (*)(int)') from 'Semaphore *(int)' (aka 'struct __Semaphore *(int)') [-Wincompatible-pointer-types]
        VM->platformSemaphoreNew = platform_semaphore_new;
                                 ^ ~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:565:35: warning: incompatible pointer types assigning to 'sqInt (*)(sqInt)' (aka 'long (*)(long)') from 'void (sqInt)' (aka 'void (long)') [-Wincompatible-pointer-types]
        VM->waitOnExternalSemaphoreIndex = waitOnExternalSemaphoreIndex;
                                         ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
14 warnings generated.
[ 34%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqNamedPrims.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqNamedPrims.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqNamedPrims.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqNamedPrims.c:14:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqNamedPrims.c:14:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqNamedPrims.c:14:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqNamedPrims.c:14:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
4 warnings generated.
[ 35%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqExternalSemaphores.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqExternalSemaphores.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqExternalSemaphores.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqExternalSemaphores.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqExternalSemaphores.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqExternalSemaphores.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqExternalSemaphores.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqExternalSemaphores.c:135:6: warning: unused variable 'v' [-Wunused-variable]
        int v;
            ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqExternalSemaphores.c:267:11: warning: unused variable 'xArray' [-Wunused-variable]
    sqInt xArray;
          ^
6 warnings generated.
[ 35%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqTicker.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqTicker.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqTicker.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqTicker.c:54:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqTicker.c:54:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqTicker.c:54:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqTicker.c:54:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
4 warnings generated.
[ 36%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/osx/aioOSX.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/osx/aioOSX.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/osx/aioOSX.c
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/osx/aioOSX.c:264:6: warning: unused variable 'n' [-Wunused-variable]
        int n;
            ^
1 warning generated.
[ 36%] Building C object CMakeFiles/PharoVMCore.dir/src/debugUnix.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/src/debugUnix.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/src/debugUnix.c
/builds/workspace/pharo-vm_pharo-9/repository/src/debugUnix.c:369:8: warning: unused variable 'pc' [-Wunused-variable]
        void *pc;
              ^
/builds/workspace/pharo-vm_pharo-9/repository/src/debugUnix.c:489:2: warning: 'getcontext' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations]
        getcontext(&uap);
        ^
/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/ucontext.h:37:6: note: 'getcontext' has been explicitly marked deprecated here
int  getcontext(ucontext_t *) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_5, __MAC_10_6, __IPHONE_2_0, __IPHONE_2_0) __WATCHOS_PROHIBITED __TVOS_PROHIBITED;
     ^
/builds/workspace/pharo-vm_pharo-9/repository/src/debugUnix.c:77:12: warning: unused variable 'inFault' [-Wunused-variable]
static int inFault = 0;
           ^
3 warnings generated.


pushNilSizeFunction localised to compileBlockBodies

cStackAlignment localised to compileCallFor:numArgs:arg:arg:arg:arg:resultReg:regsToSave:

cPICEndOfCodeLabel localised to generateClosedPICPrototype

endCPICCase1 localised to generateClosedPICPrototype

primitiveGeneratorTable localised to primitiveDescriptor

numPushNilsFunction localised to scanBlock:[ 37%] Building CXX object CMakeFiles/PharoVMCore.dir/src/utilsMac.mm.o
/Library/Developer/CommandLineTools/usr/bin/c++  -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/src/utilsMac.mm.o -c /builds/workspace/pharo-vm_pharo-9/repository/src/utilsMac.mm

26 June 2022 11:21:19.438401 pm
warning, signature of InterpreterProxy>>characterTable does not match reference implementation.
warning, signature of InterpreterProxy>>fullGC does not match reference implementation.
warning, signature of InterpreterProxy>>pop:thenPush: does not match reference implementation.
warning, signature of InterpreterProxy>>positive32BitValueOf: does not match reference implementation.
warning, signature of InterpreterProxy>>pushRemappableOop: does not match reference implementation.
external plugin FilePlugin generated as FilePlugin
warning, signature of InterpreterProxy>>pop:thenPush: does not match reference implementation.
warning, signature of InterpreterProxy>>pushBool: does not match reference implementation.
external plugin FloatArrayPlugin generated as FloatArrayPlugin
warning, signature of InterpreterProxy>>pop:thenPush: does not match reference implementation.
external plugin SurfacePlugin generated as SurfacePlugin
26 June 2022 11:21:20.005479 pm
[ 37%] Building C object CMakeFiles/PharoVMCore.dir/src/fileDialogMac.m.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/src/fileDialogMac.m.o   -c /builds/workspace/pharo-vm_pharo-9/repository/src/fileDialogMac.m
[ 38%] Building C object CMakeFiles/PharoVMCore.dir/src/parameters/parameters.m.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/src/parameters/parameters.m.o   -c /builds/workspace/pharo-vm_pharo-9/repository/src/parameters/parameters.m
[ 38%] Building C object CMakeFiles/PharoVMCore.dir/src/memoryUnix.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/PharoVMCore.dir/src/memoryUnix.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/src/memoryUnix.c
[ 39%] Linking CXX shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/PharoVMCore.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/c++  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -dynamiclib -Wl,-headerpad_max_install_names  -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib -install_name @executable_path/Plugins/libPharoVMCore.dylib CMakeFiles/PharoVMCore.dir/src/debug.c.o CMakeFiles/PharoVMCore.dir/src/utils.c.o CMakeFiles/PharoVMCore.dir/src/errorCode.c.o CMakeFiles/PharoVMCore.dir/src/nullDisplay.c.o CMakeFiles/PharoVMCore.dir/src/externalPrimitives.c.o CMakeFiles/PharoVMCore.dir/src/client.c.o CMakeFiles/PharoVMCore.dir/src/pathUtilities.c.o CMakeFiles/PharoVMCore.dir/src/fileDialogCommon.c.o CMakeFiles/PharoVMCore.dir/src/stringUtilities.c.o CMakeFiles/PharoVMCore.dir/src/imageAccess.c.o CMakeFiles/PharoVMCore.dir/src/parameters/parameterVector.c.o CMakeFiles/PharoVMCore.dir/src/parameters/parameters.c.o CMakeFiles/PharoVMCore.dir/src/semaphores/platformSemaphore.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/heartbeat.c.o CMakeFiles/PharoVMCore.dir/ffi/src/functionDefinitionPrimitives.c.o CMakeFiles/PharoVMCore.dir/ffi/src/primitiveCalls.c.o CMakeFiles/PharoVMCore.dir/ffi/src/primitiveUtils.c.o CMakeFiles/PharoVMCore.dir/ffi/src/types.c.o CMakeFiles/PharoVMCore.dir/ffi/src/typesPrimitives.c.o CMakeFiles/PharoVMCore.dir/ffi/src/utils.c.o CMakeFiles/PharoVMCore.dir/ffi/src/sameThread/sameThread.c.o CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbackPrimitives.c.o CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbacks.c.o CMakeFiles/PharoVMCore.dir/src/semaphores/pharoSemaphore.c.o CMakeFiles/PharoVMCore.dir/src/threadSafeQueue/threadSafeQueue.c.o CMakeFiles/PharoVMCore.dir/ffi/src/pThreadedFFI.c.o CMakeFiles/PharoVMCore.dir/ffi/src/worker/worker.c.o CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerPrimitives.c.o CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerTask.c.o CMakeFiles/PharoVMCore.dir/generated/64/vm/src/cogit.c.o CMakeFiles/PharoVMCore.dir/generated/64/vm/src/gcc3x-cointerp.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqHeapMap.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqVirtualMachine.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqNamedPrims.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqExternalSemaphores.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqTicker.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/osx/aioOSX.c.o CMakeFiles/PharoVMCore.dir/src/debugUnix.c.o CMakeFiles/PharoVMCore.dir/src/utilsMac.mm.o CMakeFiles/PharoVMCore.dir/src/fileDialogMac.m.o CMakeFiles/PharoVMCore.dir/src/parameters/parameters.m.o CMakeFiles/PharoVMCore.dir/src/memoryUnix.c.o -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libffi.dylib -framework AppKit -framework CoreGraphics 
[ 39%] Built target PharoVMCore
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/SqueakSSL.dir/build.make CMakeFiles/SqueakSSL.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/SqueakSSL.dir/DependInfo.cmake --color=

warning, variable nsMethodCache doesn't exist or has already been removedDependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/SqueakSSL.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/SqueakSSL.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/SqueakSSL.dir/depend.internal".
Scanning dependencies of target SqueakSSL
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/SqueakSSL.dir/build.make CMakeFiles/SqueakSSL.dir/build
[ 39%] Building C object CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DSqueakSSL_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "SqueakSSLPlugin VMMaker.oscog-eem.2480 uuid: bb3ffda7-8241-4dea-b886-d656e474b6c1 " __DATE__ ;
            ^
1 warning generated.
[ 40%] Building C object CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DSqueakSSL_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c:11:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c:11:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c:11:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c:11:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
4 warnings generated.
[ 40%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libSqueakSSL.dylib
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/SqueakSSL.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -dynamiclib -Wl,-headerpad_max_install_names  -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libSqueakSSL.dylib -install_name @executable_path/Plugins/libSqueakSSL.dylib CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c.o CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c.o -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib -framework CoreFoundation -framework Security build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libffi.dylib -framework AppKit -framework CoreGraphics 
[ 40%] Built target SqueakSSL
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/MiscPrimitivePlugin.dir/build.make CMakeFiles/MiscPrimitivePlugin.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/MiscPrimitivePlugin.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/MiscPrimitivePlugin.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/MiscPrimitivePlugin.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/MiscPrimitivePlugin.dir/depend.internal".
Scanning dependencies of target MiscPrimitivePlugin
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/MiscPrimitivePlugin.dir/build.make CMakeFiles/MiscPrimitivePlugin.dir/build
[ 40%] Building C object CMakeFiles/MiscPrimitivePlugin.dir/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DMiscPrimitivePlugin_EXPORTS -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/MiscPrimitivePlugin.dir/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "MiscPrimitivePlugin VMMaker.oscog-eem.2480 uuid: bb3ffda7-8241-4dea-b886-d656e474b6c1 " __DATE__ ;
            ^
1 warning generated.
[ 41%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libMiscPrimitivePlugin.dylib
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/MiscPrimitivePlugin.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -dynamiclib -Wl,-headerpad_max_install_names  -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libMiscPrimitivePlugin.dylib -install_name @executable_path/Plugins/libMiscPrimitivePlugin.dylib CMakeFiles/MiscPrimitivePlugin.dir/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libffi.dylib -framework AppKit -framework CoreGraphics 
[ 41%] Built target MiscPrimitivePlugin
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/FloatArrayPlugin.dir/build.make CMakeFiles/FloatArrayPlugin.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/FloatArrayPlugin.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/FloatArrayPlugin.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/FloatArrayPlugin.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/FloatArrayPlugin.dir/depend.internal".
Scanning dependencies of target FloatArrayPlugin
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/FloatArrayPlugin.dir/build.make CMakeFiles/FloatArrayPlugin.dir/build
[ 42%] Building C object CMakeFiles/FloatArrayPlugin.dir/generated/64/plugins/src/FloatArrayPlugin/FloatArrayPlugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFloatArrayPlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/FloatArrayPlugin.dir/generated/64/plugins/src/FloatArrayPlugin/FloatArrayPlugin.c.o   -c /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/FloatArrayPlugin/FloatArrayPlugin.c
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/FloatArrayPlugin/FloatArrayPlugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "FloatArrayPlugin * VMMaker-tonel.1 uuid: 5f141f18-c29e-0d00-a87b-421f0f2acd2a " __DATE__ ;
            ^
1 warning generated.
[ 42%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libFloatArrayPlugin.dylib
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/FloatArrayPlugin.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -dynamiclib -Wl,-headerpad_max_install_names  -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libFloatArrayPlugin.dylib -install_name @executable_path/Plugins/libFloatArrayPlugin.dylib CMakeFiles/FloatArrayPlugin.dir/generated/64/plugins/src/FloatArrayPlugin/FloatArrayPlugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libffi.dylib -framework AppKit -framework CoreGraphics 
[ 42%] Built target FloatArrayPlugin
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/BitBltPlugin.dir/build.make CMakeFiles/BitBltPlugin.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/BitBltPlugin.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/BitBltPlugin.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/BitBltPlugin.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/BitBltPlugin.dir/depend.internal".
Scanning dependencies of target BitBltPlugin
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/BitBltPlugin.dir/build.make CMakeFiles/BitBltPlugin.dir/build
[ 42%] Building C object CMakeFiles/BitBltPlugin.dir/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DBitBltPlugin_EXPORTS -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/BitBltPlugin.dir/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1691:8: warning: unused variable 'startBits' [-Wunused-variable]
        sqInt startBits;
              ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1690:8: warning: unused variable 'pixPerM11' [-Wunused-variable]
        sqInt pixPerM11;
              ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1687:8: warning: unused variable 'endBits' [-Wunused-variable]
        sqInt endBits;
              ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1694:8: warning: unused variable 't' [-Wunused-variable]
        sqInt t;
              ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1689:8: warning: unused variable 'pixPerM1' [-Wunused-variable]
        sqInt pixPerM1;
              ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1693:8: warning: unused variable 'sxLowBits' [-Wunused-variable]
        sqInt sxLowBits;
              ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1685:8: warning: unused variable 'done' [-Wunused-variable]
        sqInt done;
              ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1688:15: warning: unused variable 'm1' [-Wunused-variable]
        unsigned int m1;
                     ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1692:8: warning: unused variable 'startBits1' [-Wunused-variable]
        sqInt startBits1;
              ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1686:8: warning: unused variable 'dxLowBits' [-Wunused-variable]
        sqInt dxLowBits;
              ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4555:8: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        v = v;
                                        ~ ^ ~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4559:8: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        v = v;
                                        ~ ^ ~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:5028:8: warning: unused variable '_return_value' [-Wunused-variable]
        sqInt _return_value;
              ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6308:8: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        v = v;
                                        ~ ^ ~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6312:8: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        v = v;
                                        ~ ^ ~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:7944:12: warning: explicitly assigning value of variable of type 'unsigned int' to itself [-Wself-assign]
                                                        rgb = rgb;
                                                        ~~~ ^ ~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "BitBltSimulation VMMaker.oscog-eem.2493 uuid: d7437cc5-75c7-4a43-af6b-0f85bf0cebe6 " __DATE__ ;
            ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:411:1: warning: unused function 'affectedBottom' [-Wunused-function]
affectedBottom(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:418:1: warning: unused function 'affectedLeft' [-Wunused-function]
affectedLeft(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:425:1: warning: unused function 'affectedRight' [-Wunused-function]
affectedRight(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:432:1: warning: unused function 'affectedTop' [-Wunused-function]
affectedTop(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1133:1: warning: unused function 'checkSourceOverlap' [-Wunused-function]
checkSourceOverlap(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1271:1: warning: unused function 'copyBitsFastPathSpecialised' [-Wunused-function]
copyBitsFastPathSpecialised(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2494:1: warning: unused function 'default8To32Table' [-Wunused-function]
default8To32Table(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2538:1: warning: unused function 'deltaFromtonSteps' [-Wunused-function]
deltaFromtonSteps(sqInt x1, sqInt x2, sqInt n)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2563:1: warning: unused function 'destMaskAndPointerInit' [-Wunused-function]
destMaskAndPointerInit(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2610:1: warning: unused function 'dither32To16threshold' [-Wunused-function]
dither32To16threshold(unsigned int srcWord, sqInt ditherValue)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2626:1: warning: unused function 'drawLoopXY' [-Wunused-function]
drawLoopXY(sqInt xDelta, sqInt yDelta)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2771:1: warning: unused function 'expensiveDither32To16threshold' [-Wunused-function]
expensiveDither32To16threshold(unsigned int srcWord, sqInt ditherValue)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2819:1: warning: unused function 'fetchIntOrFloatofObject' [-Wunused-function]
fetchIntOrFloatofObject(sqInt fieldIndex, sqInt objectPointer)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2904:1: warning: unused function 'ignoreSourceOrHalftone' [-Wunused-function]
ignoreSourceOrHalftone(sqInt formPointer)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3066:1: warning: unused function 'loadBitBltDestForm' [-Wunused-function]
loadBitBltDestForm(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3551:1: warning: unused function 'loadBitBltSourceForm' [-Wunused-function]
loadBitBltSourceForm(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3641:1: warning: unused function 'loadColorMap' [-Wunused-function]
loadColorMap(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3755:1: warning: unused function 'loadColorMapShiftOrMaskFrom' [-Wunused-function]
loadColorMapShiftOrMaskFrom(sqInt mapOop)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3773:1: warning: unused function 'loadHalftoneForm' [-Wunused-function]
loadHalftoneForm(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3821:1: warning: unused function 'loadWarpBltFrom' [-Wunused-function]
loadWarpBltFrom(sqInt bbObj)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3986:1: warning: unused function 'mapPixelflags' [-Wunused-function]
mapPixelflags(sqInt sourcePixel, sqInt mapperFlags)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4016:1: warning: unused function 'mergewith' [-Wunused-function]
mergewith(unsigned int sourceWord, unsigned int destinationWord)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4490:1: warning: unused function 'partitionedRgbComponentAlphadestnBitsnPartitions' [-Wunused-function]
partitionedRgbComponentAlphadestnBitsnPartitions(unsigned int sourceWord, unsigned int destWord, sqInt nBits, sqInt nParts)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4637:1: warning: unused function 'performCopyLoop' [-Wunused-function]
performCopyLoop(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4790:1: warning: unused function 'pickSourcePixelsflagssrcMaskdestMasksrcShiftIncdstShiftInc' [-Wunused-function]
pickSourcePixelsflagssrcMaskdestMasksrcShiftIncdstShiftInc(sqInt nPixels, sqInt mapperFlags, sqInt srcMask, sqInt dstMask, sqInt srcShiftInc, sqInt dstShiftInc)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4892:1: warning: unused function 'pickWarpPixelAtXy' [-Wunused-function]
pickWarpPixelAtXy(sqInt xx, sqInt yy)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6406:1: warning: unused function 'rgbMap16To32' [-Wunused-function]
rgbMap16To32(sqInt sourcePixel)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6417:1: warning: unused function 'rgbMap32To32' [-Wunused-function]
rgbMap32To32(sqInt sourcePixel)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6427:1: warning: unused function 'rgbMapPixelflags' [-Wunused-function]
rgbMapPixelflags(sqInt sourcePixel, sqInt mapperFlags)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6764:1: warning: unused function 'showDisplayBits' [-Wunused-function]
showDisplayBits(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6780:1: warning: unused function 'sourceSkewAndPointerInit' [-Wunused-function]
sourceSkewAndPointerInit(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6842:1: warning: unused function 'sqAssert' [-Wunused-function]
sqAssert(sqInt aBool)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:7033:1: warning: unused function 'tryCopyingBitsQuickly' [-Wunused-function]
tryCopyingBitsQuickly(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:7160:1: warning: unused function 'warpBits' [-Wunused-function]
warpBits(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:7802:1: warning: unused function 'warpLoopSetup' [-Wunused-function]
warpLoopSetup(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:8027:1: warning: unused function 'warpPickSourcePixelsxDeltahyDeltahxDeltavyDeltavdstShiftIncflags' [-Wunused-function]
warpPickSourcePixelsxDeltahyDeltahxDeltavyDeltavdstShiftIncflags(sqInt nPixels, sqInt xDeltah, sqInt yDeltah, sqInt xDeltav, sqInt yDeltav, sqInt dstShiftInc, sqInt mapperFlags)
^
53 warnings generated.
[ 43%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libBitBltPlugin.dylib
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/BitBltPlugin.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -dynamiclib -Wl,-headerpad_max_install_names  -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libBitBltPlugin.dylib -install_name @executable_path/Plugins/libBitBltPlugin.dylib CMakeFiles/BitBltPlugin.dir/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libffi.dylib -framework AppKit -framework CoreGraphics 
[ 43%] Built target BitBltPlugin
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/LargeIntegers.dir/build.make CMakeFiles/LargeIntegers.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/LargeIntegers.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/LargeIntegers.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/LargeIntegers.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/LargeIntegers.dir/depend.internal".
Scanning dependencies of target LargeIntegers
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/LargeIntegers.dir/build.make CMakeFiles/LargeIntegers.dir/build
[ 43%] Building C object CMakeFiles/LargeIntegers.dir/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DLargeIntegers_EXPORTS -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/LargeIntegers.dir/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "LargeIntegersPlugin VMMaker.oscog-eem.2495 uuid: fcbf4c90-4c50-4ff3-8690-0edfded4f9c4 " __DATE__ ;
            ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:266:1: warning: unused function 'byteSizeOfCSI' [-Wunused-function]
byteSizeOfCSI(sqInt csi)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:332:1: warning: unused function 'cDigitAddlenwithleninto' [-Wunused-function]
cDigitAddlenwithleninto(unsigned int *pWordShort, sqInt shortLen, unsigned int *pWordLong, sqInt longLen, unsigned int *pWordRes)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:377:1: warning: unused function 'cDigitCopyFromtolen' [-Wunused-function]
cDigitCopyFromtolen(unsigned int *pFrom, unsigned int *pTo, sqInt len)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:389:1: warning: unused function 'cDigitDivlenremlenquolen' [-Wunused-function]
cDigitDivlenremlenquolen(unsigned int *pDiv, sqInt divLen, unsigned int *pRem, sqInt remLen, unsigned int *pQuo, sqInt quoLen)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:541:1: warning: unused function 'cDigitLshiftfromlentolen' [-Wunused-function]
cDigitLshiftfromlentolen(sqInt shiftCount, unsigned int *pFrom, sqInt lenFrom, unsigned int *pTo, sqInt lenTo)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:586:1: warning: unused function 'cDigitMontgomerylentimeslenmodulolenmInvModBinto' [-Wunused-function]
cDigitMontgomerylentimeslenmodulolenmInvModBinto(unsigned int *pFirst, sqInt firstLen, unsigned int *pSecond, sqInt secondLen, unsigned int *pThird, sqInt thirdLen, unsigned int mInv, unsigned int *pRes)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:659:1: warning: unused function 'cDigitMultiplylenwithlenintolen' [-Wunused-function]
cDigitMultiplylenwithlenintolen(unsigned int *pWordShort, sqInt shortLen, unsigned int *pWordLong, sqInt longLen, unsigned int *pWordRes, sqInt resLen)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:711:1: warning: unused function 'cDigitOfatput' [-Wunused-function]
cDigitOfatput(unsigned int *cPointer, sqInt zeroBasedDigitIndex, unsigned int aValue)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:724:1: warning: unused function 'cDigitOpshortlenlongleninto' [-Wunused-function]
cDigitOpshortlenlongleninto(sqInt opIndex, unsigned int *pWordShort, sqInt shortLen, unsigned int *pWordLong, sqInt longLen, unsigned int *pWordRes)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:768:1: warning: unused function 'cDigitReplacefromtowithstartingAt' [-Wunused-function]
cDigitReplacefromtowithstartingAt(unsigned int *pTo, sqInt start, sqInt stop, unsigned int *pFrom, sqInt repStart)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:781:1: warning: unused function 'cDigitRshiftfromlentolen' [-Wunused-function]
cDigitRshiftfromlentolen(sqInt shiftCount, unsigned int *pFrom, sqInt lenFrom, unsigned int *pTo, sqInt lenTo)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:825:1: warning: unused function 'cDigitSublenwithleninto' [-Wunused-function]
cDigitSublenwithleninto(unsigned int *pWordSmall, sqInt smallLen, unsigned int *pWordLarge, sqInt largeLen, unsigned int *pWordRes)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:994:1: warning: unused function 'digitAddLargewith' [-Wunused-function]
digitAddLargewith(sqInt firstInteger, sqInt secondInteger)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1254:1: warning: unused function 'digitCompareLargewith' [-Wunused-function]
digitCompareLargewith(sqInt firstInteger, sqInt secondInteger)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1278:1: warning: unused function 'digitDivLargewithnegative' [-Wunused-function]
digitDivLargewithnegative(sqInt firstInteger, sqInt secondInteger, sqInt neg)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1538:1: warning: unused function 'digitMontgomerytimesmodulomInvModB' [-Wunused-function]
digitMontgomerytimesmodulomInvModB(sqInt firstLarge, sqInt secondLarge, sqInt thirdLarge, unsigned int mInv)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1651:1: warning: unused function 'digitMultiplyLargewithnegative' [-Wunused-function]
digitMultiplyLargewithnegative(sqInt firstInteger, sqInt secondInteger, sqInt neg)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1754:1: warning: unused function 'digitOfCSIat' [-Wunused-function]
digitOfCSIat(sqInt csi, sqInt ix)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1766:1: warning: unused function 'digitOfLargeIntat' [-Wunused-function]
digitOfLargeIntat(sqInt aBytesOop, sqInt ix)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1786:1: warning: unused function 'digitSizeOfCSI' [-Wunused-function]
digitSizeOfCSI(sqInt csi)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1802:1: warning: unused function 'digitSizeOfLargeInt' [-Wunused-function]
digitSizeOfLargeInt(sqInt anOop)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1812:1: warning: unused function 'digitSubLargewith' [-Wunused-function]
digitSubLargewith(sqInt firstInteger, sqInt secondInteger)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:2100:1: warning: unused function 'highBitOfLargeInt' [-Wunused-function]
highBitOfLargeInt(sqInt anOop)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:2326:1: warning: unused function 'normalize' [-Wunused-function]
normalize(sqInt aLargeInteger)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:3797:1: warning: unused function 'sqAssert' [-Wunused-function]
sqAssert(sqInt aBool)
^

StackInterpreter>>reapAndResetErrorCodeTo:header: contains declaration for non-existent variable theSP
StackInterpreterPrimitives>>primitiveFFIAllocate contains declaration for non-existent variable ptr
StackInterpreter>>checkImageVersionFrom: contains declaration for non-existent variable imageOffset
StackInterpreter>>readImageFromFile:StartingAt: contains declaration for non-existent variable heapSize
StackInterpreter>>readImageFromFile:StartingAt: contains declaration for non-existent variable minimumMemory
StackInterpreter>>readImageFromFile:StartingAt: contains declaration for non-existent variable allocationReserve
StackInterpreterPrimitives>>doPrimitiveWorkerExtractReturnValue contains declaration for non-existent variable externalFunction26 warnings generated.
[ 44%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libLargeIntegers.dylib
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/LargeIntegers.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -dynamiclib -Wl,-headerpad_max_install_names  -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libLargeIntegers.dylib -install_name @executable_path/Plugins/libLargeIntegers.dylib CMakeFiles/LargeIntegers.dir/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c.o -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libffi.dylib -framework AppKit -framework CoreGraphics 
[ 44%] Built target LargeIntegers
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/JPEGReaderPlugin.dir/build.make CMakeFiles/JPEGReaderPlugin.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/JPEGReaderPlugin.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/JPEGReaderPlugin.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/JPEGReaderPlugin.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/JPEGReaderPlugin.dir/depend.internal".
Scanning dependencies of target JPEGReaderPlugin
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/JPEGReaderPlugin.dir/build.make CMakeFiles/JPEGReaderPlugin.dir/build
[ 44%] Building C object CMakeFiles/JPEGReaderPlugin.dir/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReaderPlugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReaderPlugin.dir/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "JPEGReaderPlugin VMMaker.oscog-eem.2480 uuid: bb3ffda7-8241-4dea-b886-d656e474b6c1 " __DATE__ ;
            ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:250:1: warning: unused function 'colorConvertGrayscaleMCU' [-Wunused-function]
colorConvertGrayscaleMCU(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:300:1: warning: unused function 'colorConvertMCU' [-Wunused-function]
colorConvertMCU(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:442:1: warning: unused function 'decodeBlockIntocomponent' [-Wunused-function]
decodeBlockIntocomponent(int *anArray, int *aColorComponent)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:582:1: warning: unused function 'fillBuffer' [-Wunused-function]
fillBuffer(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:610:1: warning: unused function 'getBits' [-Wunused-function]
getBits(sqInt requestedBits)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:662:1: warning: unused function 'idctBlockIntqt' [-Wunused-function]
idctBlockIntqt(int *anArray, int *qt)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:940:1: warning: unused function 'nextSampleCb' [-Wunused-function]
nextSampleCb(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:976:1: warning: unused function 'nextSampleCr' [-Wunused-function]
nextSampleCr(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1012:1: warning: unused function 'nextSampleFromblocks' [-Wunused-function]
nextSampleFromblocks(int *aComponent, int **aBlockArray)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1048:1: warning: unused function 'nextSampleY' [-Wunused-function]
nextSampleY(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1733:1: warning: unused function 'scaleAndSignExtendinFieldWidth' [-Wunused-function]
scaleAndSignExtendinFieldWidth(sqInt aNumber, sqInt w)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1780:1: warning: unused function 'stInit' [-Wunused-function]
stInit(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1787:1: warning: unused function 'storeJPEGStreamOn' [-Wunused-function]
storeJPEGStreamOn(sqInt streamOop)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:111:14: warning: unused variable 'cbSampleStream' [-Wunused-variable]
static sqInt cbSampleStream;
             ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:114:14: warning: unused variable 'crSampleStream' [-Wunused-variable]
static sqInt crSampleStream;
             ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:181:14: warning: unused variable 'ySampleStream' [-Wunused-variable]
static sqInt ySampleStream;
             ^

StackInterpreterPrimitives>>primitiveFFIFree contains declaration for non-existent variable ptr
StackInterpreterPrimitives>>primitiveLoadSymbolFromModule contains declaration for non-existent variable ptr

conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in extendedStoreBytecodePop:
17 warnings generated.
[ 45%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libJPEGReaderPlugin.dylib
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/JPEGReaderPlugin.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -dynamiclib -Wl,-headerpad_max_install_names  -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libJPEGReaderPlugin.dylib -install_name @executable_path/Plugins/libJPEGReaderPlugin.dylib CMakeFiles/JPEGReaderPlugin.dir/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libffi.dylib -framework AppKit -framework CoreGraphics 
[ 45%] Built target JPEGReaderPlugin
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/DSAPrims.dir/build.make CMakeFiles/DSAPrims.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/DSAPrims.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/DSAPrims.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/DSAPrims.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/DSAPrims.dir/depend.internal".
Scanning dependencies of target DSAPrims
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/DSAPrims.dir/build.make CMakeFiles/DSAPrims.dir/build
[ 45%] Building C object CMakeFiles/DSAPrims.dir/extracted/plugins/DSAPrims/src/common/DSAPrims.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DDSAPrims_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/DSAPrims.dir/extracted/plugins/DSAPrims/src/common/DSAPrims.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "DSAPlugin CryptographyPlugins-eem.14 uuid: 54292ff0-b538-43ba-9195-26766c158ba9 " __DATE__ ;
            ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:106:1: warning: unused function 'addBackDivisorDigitShift' [-Wunused-function]
addBackDivisorDigitShift(sqInt digitShift)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:144:1: warning: unused function 'bigDivideLoop' [-Wunused-function]
bigDivideLoop(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:265:1: warning: unused function 'leftRotateby' [-Wunused-function]
leftRotateby(unsigned int anInteger, sqInt bits)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:675:1: warning: unused function 'subtractDivisorMultipliedByDigitdigitShift' [-Wunused-function]
subtractDivisorMultipliedByDigitdigitShift(sqInt digit, sqInt digitShift)
^

conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in extendedStoreBytecodePop:
conflicting return types sqInt, void in baseFrameReturn
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in extendedStoreBytecodePop:
conflicting return types sqInt, void in baseFrameReturn
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in extendedStoreBytecodePop:
conflicting return types sqInt, void in baseFrameReturn
conflicting return types sqInt, void in primitiveFFIFree
conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in extendedStoreBytecodePop:
conflicting return types sqInt, void in baseFrameReturn
conflicting return types sqInt, void in primitiveFFIFree
5 warnings generated.
[ 46%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libDSAPrims.dylib
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/DSAPrims.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -dynamiclib -Wl,-headerpad_max_install_names  -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libDSAPrims.dylib -install_name @executable_path/Plugins/libDSAPrims.dylib CMakeFiles/DSAPrims.dir/extracted/plugins/DSAPrims/src/common/DSAPrims.c.o -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libffi.dylib -framework AppKit -framework CoreGraphics 
[ 46%] Built target DSAPrims
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/SocketPlugin.dir/build.make CMakeFiles/SocketPlugin.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/SocketPlugin.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/SocketPlugin.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/SocketPlugin.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/SocketPlugin.dir/depend.internal".
Scanning dependencies of target SocketPlugin
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/SocketPlugin.dir/build.make CMakeFiles/SocketPlugin.dir/build
[ 46%] Building C object CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DSocketPlugin_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:1499:8: warning: unused variable 'okToListen' [-Wunused-variable]
        sqInt okToListen;
              ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:2311:3: warning: pointer/integer type mismatch in conditional expression ('SocketPtr' (aka 'SQSocket *') and 'int') [-Wconditional-type-mismatch]
                ? ((SocketPtr) (firstIndexableField(socketOop)))
                ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "SocketPlugin VMMaker.oscog-eem.2495 uuid: fcbf4c90-4c50-4ff3-8690-0edfded4f9c4 " __DATE__ ;
            ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:245:1: warning: unused function 'netAddressToInt' [-Wunused-function]
netAddressToInt(unsigned char *ptrToByteArray)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:2296:1: warning: unused function 'socketRecordSize' [-Wunused-function]
socketRecordSize(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:2307:1: warning: unused function 'socketValueOf' [-Wunused-function]
socketValueOf(sqInt socketOop)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:2318:1: warning: unused function 'sqAssert' [-Wunused-function]
sqAssert(sqInt aBool)
^

conflicting return types sqInt, void in primitiveFFIAllocate
conflicting return types sqInt, void in extendedStoreBytecodePop:
conflicting return types sqInt, void in baseFrameReturn
conflicting return types sqInt, void in primitiveFFIFree
7 warnings generated.
[ 47%] Building C object CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DSocketPlugin_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c
[ 48%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libSocketPlugin.dylib
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/SocketPlugin.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -dynamiclib -Wl,-headerpad_max_install_names  -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libSocketPlugin.dylib -install_name @executable_path/Plugins/libSocketPlugin.dylib CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c.o CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c.o -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libffi.dylib -framework AppKit -framework CoreGraphics 
[ 48%] Built target SocketPlugin
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/FilePlugin.dir/build.make CMakeFiles/FilePlugin.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/FilePlugin.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/FilePlugin.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/FilePlugin.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/FilePlugin.dir/depend.internal".
Scanning dependencies of target FilePlugin
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/FilePlugin.dir/build.make CMakeFiles/FilePlugin.dir/build
[ 48%] Building C object CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFilePlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c:846:1: warning: control may reach end of non-void function [-Wreturn-type]
}
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c:844:17: warning: unused typedef 'aioHandler' [-Wunused-local-typedef]
        typedef void (*aioHandler)(int fd, void *clientData, int flag);
                       ^
6 warnings generated.
[ 49%] Building C object CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFilePlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c:31:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c:31:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c:31:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c:31:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
4 warnings generated.
[ 49%] Building C object CMakeFiles/FilePlugin.dir/extracted/vm/src/unix/sqUnixCharConv.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFilePlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/FilePlugin.dir/extracted/vm/src/unix/sqUnixCharConv.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/unix/sqUnixCharConv.c
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/unix/sqUnixCharConv.c:108:9: warning: unused variable 'utf8' [-Wunused-variable]
  int   utf8= 0;
        ^
1 warning generated.
[ 50%] Building C object CMakeFiles/FilePlugin.dir/src/fileUtils.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFilePlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/FilePlugin.dir/src/fileUtils.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/src/fileUtils.c
[ 50%] Building C object CMakeFiles/FilePlugin.dir/generated/64/plugins/src/FilePlugin/FilePlugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFilePlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/FilePlugin.dir/generated/64/plugins/src/FilePlugin/FilePlugin.c.o   -c /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/FilePlugin/FilePlugin.c
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/FilePlugin/FilePlugin.c:504:10: warning: incompatible integer to pointer conversion returning 'sqInt' (aka 'long') from a function with result type 'void *' [-Wint-conversion]
                return primitiveFailFor(PrimErrBadArgument);
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/FilePlugin/FilePlugin.c:785:11: warning: unused variable 'fileSizeOop' [-Wunused-variable]
    sqInt fileSizeOop;
          ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/FilePlugin/FilePlugin.c:795:11: warning: unused variable 'results' [-Wunused-variable]
    sqInt results;
          ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/FilePlugin/FilePlugin.c:788:11: warning: unused variable 'modDateOop' [-Wunused-variable]
    sqInt modDateOop;
          ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/FilePlugin/FilePlugin.c:790:11: warning: unused variable 'nameString' [-Wunused-variable]
    sqInt nameString;
          ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/FilePlugin/FilePlugin.c:797:11: warning: unused variable 'stringPtr' [-Wunused-variable]
    char *stringPtr;
          ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/FilePlugin/FilePlugin.c:786:11: warning: unused variable 'i' [-Wunused-variable]
    sqInt i;
          ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/FilePlugin/FilePlugin.c:780:11: warning: unused variable 'createDateOop' [-Wunused-variable]
    sqInt createDateOop;
          ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/FilePlugin/FilePlugin.c:1135:13: warning: unused variable 'file1' [-Wunused-variable]
    SQFile *file1;
            ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/FilePlugin/FilePlugin.c:1127:11: warning: unused variable 'array1' [-Wunused-variable]
    sqInt array1;
          ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/FilePlugin/FilePlugin.c:1131:12: warning: unused variable 'count1' [-Wunused-variable]
    size_t count1;
           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/FilePlugin/FilePlugin.c:1138:11: warning: unused variable 'retryCount' [-Wunused-variable]
    sqInt retryCount;
          ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/FilePlugin/FilePlugin.c:1141:12: warning: unused variable 'startIndex1' [-Wunused-variable]
    size_t startIndex1;
           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/FilePlugin/FilePlugin.c:1137:11: warning: unused variable 'objectPointer1' [-Wunused-variable]
    sqInt objectPointer1;
          ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/FilePlugin/FilePlugin.c:1129:11: warning: unused variable 'bytesRead1' [-Wunused-variable]
    sqInt bytesRead1;
          ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/FilePlugin/FilePlugin.c:1133:12: warning: unused variable 'elementSize1' [-Wunused-variable]
    size_t elementSize1;
           ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/FilePlugin/FilePlugin.c:1629:21: warning: incompatible function pointer types assigning to 'sqInt (*)(sqInt)' (aka 'long (*)(long)') from 'sqInt (*)(int)' (aka 'long (*)(int)') [-Wincompatible-function-pointer-types]
                characterObjectOf = interpreterProxy->characterObjectOf;
                                  ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/FilePlugin/FilePlugin.c:1643:10: warning: incompatible function pointer types assigning to 'sqInt (*)(void)' (aka 'long (*)(void)') from 'void (*)(void)' [-Wincompatible-function-pointer-types]
                fullGC = interpreterProxy->fullGC;
                       ^ ~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/FilePlugin/FilePlugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "FilePlugin * VMMaker-tonel.1 uuid: 5f141f18-c29e-0d00-a87b-421f0f2acd2a " __DATE__ ;
            ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/FilePlugin/FilePlugin.c:230:1: warning: unused function 'connectToFdwrite' [-Wunused-function]
connectToFdwrite(int fd, sqInt writeFlag)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/FilePlugin/FilePlugin.c:257:1: warning: unused function 'connectToFilewrite' [-Wunused-function]
connectToFilewrite(void *cfile, sqInt writeFlag)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/FilePlugin/FilePlugin.c:384:1: warning: unused function 'makeDirEntryNamesizecreateDatemodDateisDirfileSize' [-Wunused-function]
makeDirEntryNamesizecreateDatemodDateisDirfileSize(char *entryName, sqInt entryNameSize, sqInt createDate, sqInt modifiedDate, sqInt dirFlag, squeakFileOffsetType fileSize)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/FilePlugin/FilePlugin.c:1230:1: warning: unused function 'primitiveFileReadWithoutPinning' [-Wunused-function]
primitiveFileReadWithoutPinning(void)
^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/FilePlugin/FilePlugin.c:1285:1: warning: unused function 'primitiveFileReadWithPinning' [-Wunused-function]
primitiveFileReadWithPinning(void)
^
24 warnings generated.
[ 51%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libFilePlugin.dylib
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/FilePlugin.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -dynamiclib -Wl,-headerpad_max_install_names  -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libFilePlugin.dylib -install_name @executable_path/Plugins/libFilePlugin.dylib CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c.o CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c.o CMakeFiles/FilePlugin.dir/extracted/vm/src/unix/sqUnixCharConv.c.o CMakeFiles/FilePlugin.dir/src/fileUtils.c.o CMakeFiles/FilePlugin.dir/generated/64/plugins/src/FilePlugin/FilePlugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib -framework CoreFoundation build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libffi.dylib -framework AppKit -framework CoreGraphics 
[ 52%] Built target FilePlugin
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/LocalePlugin.dir/build.make CMakeFiles/LocalePlugin.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/LocalePlugin.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/LocalePlugin.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/LocalePlugin.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/LocalePlugin.dir/depend.internal".
Scanning dependencies of target LocalePlugin
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/LocalePlugin.dir/build.make CMakeFiles/LocalePlugin.dir/build
[ 53%] Building C object CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DLocalePlugin_EXPORTS -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "LocalePlugin VMMaker.oscog-eem.2495 uuid: fcbf4c90-4c50-4ff3-8690-0edfded4f9c4 " __DATE__ ;
            ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c:388:1: warning: unused function 'sqAssert' [-Wunused-function]
sqAssert(sqInt aBool)
^
2 warnings generated.
[ 53%] Building C object CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DLocalePlugin_EXPORTS -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c:9:
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx/sqIOSLocale.h:11:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c:9:
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx/sqIOSLocale.h:11:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c:9:
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx/sqIOSLocale.h:11:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c:9:
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx/sqIOSLocale.h:11:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c:133:17: warning: incompatible integer to pointer conversion passing 'time_t' (aka 'long') to parameter of type 'time_t *' (aka 'long *') [-Wint-conversion]
        theTime = time((time_t)NULL);
                       ^~~~~~~~~~~~
/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/time.h:118:21: note: passing argument to parameter here
time_t time(time_t *);
                    ^
5 warnings generated.
[ 54%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libLocalePlugin.dylib
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/LocalePlugin.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -dynamiclib -Wl,-headerpad_max_install_names  -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libLocalePlugin.dylib -install_name @executable_path/Plugins/libLocalePlugin.dylib CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c.o CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c.o -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib -framework CoreFoundation build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libffi.dylib -framework AppKit -framework CoreGraphics 
[ 54%] Built target LocalePlugin
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/SurfacePlugin.dir/build.make CMakeFiles/SurfacePlugin.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/SurfacePlugin.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/SurfacePlugin.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/SurfacePlugin.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/SurfacePlugin.dir/depend.internal".
Scanning dependencies of target SurfacePlugin
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/SurfacePlugin.dir/build.make CMakeFiles/SurfacePlugin.dir/build
[ 54%] Building C object CMakeFiles/SurfacePlugin.dir/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DSurfacePlugin_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/SurfacePlugin.dir/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c:1:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c:1:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c:1:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c:1:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
4 warnings generated.
[ 55%] Building C object CMakeFiles/SurfacePlugin.dir/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DSurfacePlugin_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/SurfacePlugin.dir/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c.o   -c /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:492:19: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long') [-Wint-conversion]
        surfaceHandlePtr = fetchPointerofObject(0, surfaceHandle);
                         ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:493:29: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'sqIntptr_t' (aka 'long') [-Wint-conversion]
        result = ioRegisterSurface(surfaceHandlePtr, sqSurfaceDispatchPtr, surfaceIDPtr);
                                   ^~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:241:30: note: passing argument to parameter 'surfaceHandle' here
ioRegisterSurface(sqIntptr_t surfaceHandle, sqSurfaceDispatch *fn, int *surfaceIDPtr)
                             ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:493:47: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long') to parameter of type 'sqSurfaceDispatch *' (aka 'struct sqSurfaceDispatch *') [-Wint-conversion]
        result = ioRegisterSurface(surfaceHandlePtr, sqSurfaceDispatchPtr, surfaceIDPtr);
                                                     ^~~~~~~~~~~~~~~~~~~~
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:241:64: note: passing argument to parameter 'fn' here
ioRegisterSurface(sqIntptr_t surfaceHandle, sqSurfaceDispatch *fn, int *surfaceIDPtr)
                                                               ^
/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "SurfacePlugin * VMMaker-tonel.1 uuid: 5f141f18-c29e-0d00-a87b-421f0f2acd2a " __DATE__ ;
            ^
4 warnings generated.
[ 55%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libSurfacePlugin.dylib
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/SurfacePlugin.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -dynamiclib -Wl,-headerpad_max_install_names  -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libSurfacePlugin.dylib -install_name @executable_path/Plugins/libSurfacePlugin.dylib CMakeFiles/SurfacePlugin.dir/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c.o CMakeFiles/SurfacePlugin.dir/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libffi.dylib -framework AppKit -framework CoreGraphics 
[ 56%] Built target SurfacePlugin
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/UnixOSProcessPlugin.dir/build.make CMakeFiles/UnixOSProcessPlugin.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/UnixOSProcessPlugin.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/UnixOSProcessPlugin.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/UnixOSProcessPlugin.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/UnixOSProcessPlugin.dir/depend.internal".
Scanning dependencies of target UnixOSProcessPlugin
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/UnixOSProcessPlugin.dir/build.make CMakeFiles/UnixOSProcessPlugin.dir/build
[ 57%] Building C object CMakeFiles/UnixOSProcessPlugin.dir/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DUnixOSProcessPlugin_EXPORTS -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/UnixOSProcessPlugin.dir/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:942:8: warning: comparison of array 'semaIndices' equal to a null pointer is always false [-Wtautological-pointer-compare]
        if (!(semaIndices == null)) {
              ^~~~~~~~~~~    ~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1053:6: warning: comparison of array 'semaIndices' equal to a null pointer is always false [-Wtautological-pointer-compare]
        if (semaIndices == null) {
            ^~~~~~~~~~~    ~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:3017:6: warning: comparison of array 'semaIndices' equal to a null pointer is always false [-Wtautological-pointer-compare]
        if (semaIndices == null) {
            ^~~~~~~~~~~    ~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4326:8: warning: comparison of array 'semaIndices' equal to a null pointer is always false [-Wtautological-pointer-compare]
        if (!(semaIndices == null)) {
              ^~~~~~~~~~~    ~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4462:36: warning: incompatible pointer types assigning to 'void (*)(int, struct __siginfo *, void *)' from 'void (int)' [-Wincompatible-pointer-types]
        sigchldHandlerAction.sa_sigaction = reapChildProcess;
                                          ^ ~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4468:53: warning: comparison between pointer and integer ('int' and 'void *') [-Wpointer-integer-compare]
        if ((sigaction(SIGCHLD, &sigchldHandlerAction, 0)) == (sigErrorNumber())) {
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4511:74: warning: comparison between pointer and integer ('int' and 'void *') [-Wpointer-integer-compare]
        if ((sigaction(signalNumber, (&sigHandlerAction), (&oldHandlerAction))) == (sigErrorNumber())) {
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4561:8: warning: comparison of array 'semaIndices' equal to a null pointer is always false [-Wtautological-pointer-compare]
        if (!(semaIndices == null)) {
              ^~~~~~~~~~~    ~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4903:2: warning: expression result unused [-Wunused-value]
        (char *)strncpy(cString, stringPtr, len);
        ^       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "UnixOSProcessPlugin VMConstruction-Plugins-OSProcessPlugin.oscog-dtl.66 uuid: a8a2bf10-e7b3-4963-90b3-d69a2bee77bb " __DATE__ ;
            ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:365:1: warning: unused function 'argumentAtAsType' [-Wunused-function]
argumentAtAsType(sqInt classIdentifier)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:410:1: warning: unused function 'copyBytesFromtolength' [-Wunused-function]
copyBytesFromtolength(void *charArray1, void *charArray2, sqInt len)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:499:1: warning: unused function 'descriptorTableSize' [-Wunused-function]
descriptorTableSize(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:663:1: warning: unused function 'environmentAtSymbolAsType' [-Wunused-function]
environmentAtSymbolAsType(sqInt classIdentifier)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:688:1: warning: unused function 'fileDescriptorFrom' [-Wunused-function]
fileDescriptorFrom(sqInt aSQFileByteArray)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:718:1: warning: unused function 'fileRecordSize' [-Wunused-function]
fileRecordSize(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:732:1: warning: unused function 'fileValueOf' [-Wunused-function]
fileValueOf(sqInt anSQFileRecord)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1202:1: warning: unused function 'getThisSessionIdentifier' [-Wunused-function]
getThisSessionIdentifier(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1313:1: warning: unused function 'isSQFileObject' [-Wunused-function]
isSQFileObject(sqInt objectPointer)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1331:1: warning: unused function 'isSQSocketObject' [-Wunused-function]
isSQSocketObject(sqInt objectPointer)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1345:1: warning: unused function 'isValidFileSession' [-Wunused-function]
isValidFileSession(sqInt objectPointer)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1401:1: warning: unused function 'maskForThisThreadAndResend' [-Wunused-function]
maskForThisThreadAndResend(int sigNum)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1526:1: warning: unused function 'newSQFileByteArray' [-Wunused-function]
newSQFileByteArray(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1536:1: warning: unused function 'newSQSocketByteArray' [-Wunused-function]
newSQSocketByteArray(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1560:1: warning: unused function 'pointerFrom' [-Wunused-function]
pointerFrom(sqInt aByteArray)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4322:1: warning: unused function 'restoreDefaultSignalHandlers' [-Wunused-function]
restoreDefaultSignalHandlers(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4365:1: warning: unused function 'sendSignaltoPid' [-Wunused-function]
sendSignaltoPid(sqInt sig, sqInt pid)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4478:1: warning: unused function 'setSigIntDefaultHandler' [-Wunused-function]
setSigIntDefaultHandler(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4488:1: warning: unused function 'setSigIntIgnore' [-Wunused-function]
setSigIntIgnore(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4519:1: warning: unused function 'setSigPipeDefaultHandler' [-Wunused-function]
setSigPipeDefaultHandler(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4535:1: warning: unused function 'setSigPipeHandler' [-Wunused-function]
setSigPipeHandler(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4549:1: warning: unused function 'setSigPipeIgnore' [-Wunused-function]
setSigPipeIgnore(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4580:1: warning: unused function 'sigAbrtNumber' [-Wunused-function]
sigAbrtNumber(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4590:1: warning: unused function 'sigAlrmNumber' [-Wunused-function]
sigAlrmNumber(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4600:1: warning: unused function 'sigChldNumber' [-Wunused-function]
sigChldNumber(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4610:1: warning: unused function 'sigContNumber' [-Wunused-function]
sigContNumber(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4640:1: warning: unused function 'sigHoldNumber' [-Wunused-function]
sigHoldNumber(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4654:1: warning: unused function 'sigHupNumber' [-Wunused-function]
sigHupNumber(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4674:1: warning: unused function 'sigIntNumber' [-Wunused-function]
sigIntNumber(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4684:1: warning: unused function 'sigKillNumber' [-Wunused-function]
sigKillNumber(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4705:1: warning: unused function 'sigPipeNumber' [-Wunused-function]
sigPipeNumber(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4715:1: warning: unused function 'sigQuitNumber' [-Wunused-function]
sigQuitNumber(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4725:1: warning: unused function 'sigStopNumber' [-Wunused-function]
sigStopNumber(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4737:1: warning: unused function 'sigTermNumber' [-Wunused-function]
sigTermNumber(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4748:1: warning: unused function 'sigUsr1Number' [-Wunused-function]
sigUsr1Number(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4759:1: warning: unused function 'sigUsr2Number' [-Wunused-function]
sigUsr2Number(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4769:1: warning: unused function 'sizeOfInt' [-Wunused-function]
sizeOfInt(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4779:1: warning: unused function 'sizeOfPointer' [-Wunused-function]
sizeOfPointer(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4810:1: warning: unused function 'socketDescriptorFrom' [-Wunused-function]
socketDescriptorFrom(sqInt sqSocketOop)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4829:1: warning: unused function 'socketRecordSize' [-Wunused-function]
socketRecordSize(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4843:1: warning: unused function 'socketValueOf' [-Wunused-function]
socketValueOf(sqInt anSQSocketRecord)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4915:1: warning: unused function 'unixFileNumber' [-Wunused-function]
unixFileNumber(FILEHANDLETYPE fileHandle)
^
52 warnings generated.
[ 57%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libUnixOSProcessPlugin.dylib
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/UnixOSProcessPlugin.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -dynamiclib -Wl,-headerpad_max_install_names  -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libUnixOSProcessPlugin.dylib -install_name @executable_path/Plugins/libUnixOSProcessPlugin.dylib CMakeFiles/UnixOSProcessPlugin.dir/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libFilePlugin.dylib build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libffi.dylib -framework AppKit -framework CoreGraphics 
[ 57%] Built target UnixOSProcessPlugin
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/libpng-1.2.49.dir/build.make CMakeFiles/libpng-1.2.49.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/libpng-1.2.49.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/libpng-1.2.49.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/libpng-1.2.49.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/libpng-1.2.49.dir/depend.internal".
Scanning dependencies of target libpng-1.2.49
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/libpng-1.2.49.dir/build.make CMakeFiles/libpng-1.2.49.dir/build
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libpng-1.2.49-src/libpng12.0.dylib /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libpng-1.2.49-src/libpng12.dylib /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
[ 57%] Built target libpng-1.2.49
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/pixman-0.34.0.dir/build.make CMakeFiles/pixman-0.34.0.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/pixman-0.34.0.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/pixman-0.34.0.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/pixman-0.34.0.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/pixman-0.34.0.dir/depend.internal".
Scanning dependencies of target pixman-0.34.0
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/pixman-0.34.0.dir/build.make CMakeFiles/pixman-0.34.0.dir/build
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/pixman-0.34.0-src/libpixman-1.0.dylib /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/pixman-0.34.0-src/libpixman-1.dylib /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
[ 57%] Built target pixman-0.34.0
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/freetype-2.9.1.dir/build.make CMakeFiles/freetype-2.9.1.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/freetype-2.9.1.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/freetype-2.9.1.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/freetype-2.9.1.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/freetype-2.9.1.dir/depend.internal".
Scanning dependencies of target freetype-2.9.1
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/freetype-2.9.1.dir/build.make CMakeFiles/freetype-2.9.1.dir/build
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/freetype-2.9.1-src/libfreetype.6.dylib /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/freetype-2.9.1-src/libfreetype.dylib /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
[ 57%] Built target freetype-2.9.1
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cairo-1.15.4.dir/build.make CMakeFiles/cairo-1.15.4.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/cairo-1.15.4.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/cairo-1.15.4.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/cairo-1.15.4.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/cairo-1.15.4.dir/depend.internal".
Scanning dependencies of target cairo-1.15.4
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cairo-1.15.4.dir/build.make CMakeFiles/cairo-1.15.4.dir/build
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/cairo-1.15.4-src/libcairo.2.dylib /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/cairo-1.15.4-src/libcairo.dylib /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
[ 57%] Built target cairo-1.15.4
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/libgit2-mac-1.0.0.dir/build.make CMakeFiles/libgit2-mac-1.0.0.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/libgit2-mac-1.0.0.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/libgit2-mac-1.0.0.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/libgit2-mac-1.0.0.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/libgit2-mac-1.0.0.dir/depend.internal".
Scanning dependencies of target libgit2-mac-1.0.0
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/libgit2-mac-1.0.0.dir/build.make CMakeFiles/libgit2-mac-1.0.0.dir/build
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libgit2-mac-1.0.0-src/libgit2.1.0.0.dylib /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
[ 57%] Built target libgit2-mac-1.0.0
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/libgit2-0.25.1.dir/build.make CMakeFiles/libgit2-0.25.1.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/libgit2-0.25.1.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/libgit2-0.25.1.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/libgit2-0.25.1.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/libgit2-0.25.1.dir/depend.internal".
Scanning dependencies of target libgit2-0.25.1
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/libgit2-0.25.1.dir/build.make CMakeFiles/libgit2-0.25.1.dir/build
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libgit2-0.25.1-src/libgit2.0.25.1.dylib /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libgit2-0.25.1-src/libgit2.25.dylib /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libgit2-0.25.1-src/libgit2.dylib /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
[ 57%] Built target libgit2-0.25.1
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/libssh2-1.7.0.dir/build.make CMakeFiles/libssh2-1.7.0.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/libssh2-1.7.0.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/libssh2-1.7.0.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/libssh2-1.7.0.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/libssh2-1.7.0.dir/depend.internal".
Scanning dependencies of target libssh2-1.7.0
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/libssh2-1.7.0.dir/build.make CMakeFiles/libssh2-1.7.0.dir/build
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libssh2-1.7.0-src/libssh2.1.dylib /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libssh2-1.7.0-src/libssh2.dylib /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
[ 57%] Built target libssh2-1.7.0
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/SDL2-2.0.18.dir/build.make CMakeFiles/SDL2-2.0.18.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/SDL2-2.0.18.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/SDL2-2.0.18.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/SDL2-2.0.18.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/SDL2-2.0.18.dir/depend.internal".
Scanning dependencies of target SDL2-2.0.18
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/SDL2-2.0.18.dir/build.make CMakeFiles/SDL2-2.0.18.dir/build
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/SDL2-2.0.18-src/libSDL2-2.0.0.dylib /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/SDL2-2.0.18-src/libSDL2.dylib /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
[ 57%] Built target SDL2-2.0.18
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/UUIDPlugin.dir/build.make CMakeFiles/UUIDPlugin.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/UUIDPlugin.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/UUIDPlugin.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/UUIDPlugin.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/UUIDPlugin.dir/depend.internal".
Scanning dependencies of target UUIDPlugin
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/UUIDPlugin.dir/build.make CMakeFiles/UUIDPlugin.dir/build
[ 58%] Building C object CMakeFiles/UUIDPlugin.dir/plugins/UUIDPlugin/common/UUIDPlugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DUUIDPlugin_EXPORTS -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/UUIDPlugin.dir/plugins/UUIDPlugin/common/UUIDPlugin.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/plugins/UUIDPlugin/common/UUIDPlugin.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/plugins/UUIDPlugin/common/UUIDPlugin.c:2:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/plugins/UUIDPlugin/common/UUIDPlugin.c:2:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/plugins/UUIDPlugin/common/UUIDPlugin.c:2:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/plugins/UUIDPlugin/common/UUIDPlugin.c:2:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
/builds/workspace/pharo-vm_pharo-9/repository/plugins/UUIDPlugin/common/UUIDPlugin.c:108:11: warning: unused variable 'ok' [-Wunused-variable]
    sqInt ok;
          ^
5 warnings generated.
[ 58%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libUUIDPlugin.dylib
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/UUIDPlugin.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -dynamiclib -Wl,-headerpad_max_install_names  -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libUUIDPlugin.dylib -install_name @executable_path/Plugins/libUUIDPlugin.dylib CMakeFiles/UUIDPlugin.dir/plugins/UUIDPlugin/common/UUIDPlugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libffi.dylib -framework AppKit -framework CoreGraphics 
[ 58%] Built target UUIDPlugin
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/B2DPlugin.dir/build.make CMakeFiles/B2DPlugin.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/B2DPlugin.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/B2DPlugin.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/B2DPlugin.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/B2DPlugin.dir/depend.internal".
Scanning dependencies of target B2DPlugin
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/B2DPlugin.dir/build.make CMakeFiles/B2DPlugin.dir/build
[ 58%] Building C object CMakeFiles/B2DPlugin.dir/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DB2DPlugin_EXPORTS -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/B2DPlugin.dir/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2474:11: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
        leftViaY = leftViaY;
        ~~~~~~~~ ^ ~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2497:12: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
        rightViaY = rightViaY;
        ~~~~~~~~~ ^ ~~~~~~~~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3225:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        xp = xp;
                                        ~~ ^ ~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3241:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        yp = yp;
                                        ~~ ^ ~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3346:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        xp = xp;
                                        ~~ ^ ~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3362:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        yp = yp;
                                        ~~ ^ ~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3468:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        xp = xp;
                                        ~~ ^ ~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3484:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        yp = yp;
                                        ~~ ^ ~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3703:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        xp = xp;
                                        ~~ ^ ~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3719:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long') to itself [-Wself-assign]
                                        yp = yp;
                                        ~~ ^ ~~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13646:18: warning: expression result unused [-Wunused-value]
                ((signed)lastX >> 8);
                 ~~~~~~~~~~~~~ ^  ~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13676:18: warning: expression result unused [-Wunused-value]
        ((signed)lastX1 >> 8);
         ~~~~~~~~~~~~~~ ^  ~
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "BalloonEnginePlugin VMMaker.oscog-eem.2480 uuid: bb3ffda7-8241-4dea-b886-d656e474b6c1 " __DATE__ ;
            ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:851:1: warning: unused function 'aaColorMaskGet' [-Wunused-function]
aaColorMaskGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:858:1: warning: unused function 'aaColorMaskPut' [-Wunused-function]
aaColorMaskPut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:865:1: warning: unused function 'aaColorShiftGet' [-Wunused-function]
aaColorShiftGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:872:1: warning: unused function 'aaColorShiftPut' [-Wunused-function]
aaColorShiftPut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:882:1: warning: unused function 'aaFirstPixelFromto' [-Wunused-function]
aaFirstPixelFromto(sqInt leftX, sqInt rightX)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:897:1: warning: unused function 'aaHalfPixelGet' [-Wunused-function]
aaHalfPixelGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:904:1: warning: unused function 'aaHalfPixelPut' [-Wunused-function]
aaHalfPixelPut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:914:1: warning: unused function 'aaLastPixelFromto' [-Wunused-function]
aaLastPixelFromto(sqInt leftX, sqInt rightX)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:921:1: warning: unused function 'aaLevelGet' [-Wunused-function]
aaLevelGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:928:1: warning: unused function 'aaLevelPut' [-Wunused-function]
aaLevelPut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:935:1: warning: unused function 'aaScanMaskGet' [-Wunused-function]
aaScanMaskGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:942:1: warning: unused function 'aaScanMaskPut' [-Wunused-function]
aaScanMaskPut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:949:1: warning: unused function 'aaShiftGet' [-Wunused-function]
aaShiftGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:956:1: warning: unused function 'aaShiftPut' [-Wunused-function]
aaShiftPut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:967:1: warning: unused function 'absoluteSquared8Dot24' [-Wunused-function]
absoluteSquared8Dot24(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1036:1: warning: unused function 'adjustAALevel' [-Wunused-function]
adjustAALevel(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1175:1: warning: unused function 'aetStartGet' [-Wunused-function]
aetStartGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1182:1: warning: unused function 'aetStartPut' [-Wunused-function]
aetStartPut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1189:1: warning: unused function 'aetUsedGet' [-Wunused-function]
aetUsedGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1196:1: warning: unused function 'aetUsedPut' [-Wunused-function]
aetUsedPut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1206:1: warning: unused function 'allocateAETEntry' [-Wunused-function]
allocateAETEntry(sqInt nSlots)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1220:1: warning: unused function 'allocateBezier' [-Wunused-function]
allocateBezier(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1240:1: warning: unused function 'allocateBezierStackEntry' [-Wunused-function]
allocateBezierStackEntry(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1254:1: warning: unused function 'allocateBitmapFillcolormap' [-Wunused-function]
allocateBitmapFillcolormap(sqInt cmSize, int *cmBits)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1321:1: warning: unused function 'allocateGradientFillrampWidthisRadial' [-Wunused-function]
allocateGradientFillrampWidthisRadial(int *ramp, sqInt rampWidth, sqInt isRadial)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1364:1: warning: unused function 'allocateLine' [-Wunused-function]
allocateLine(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1416:1: warning: unused function 'allocateStackEntry' [-Wunused-function]
allocateStackEntry(sqInt nSlots)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1430:1: warning: unused function 'allocateStackFillEntry' [-Wunused-function]
allocateStackFillEntry(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1443:1: warning: unused function 'allocateWideBezier' [-Wunused-function]
allocateWideBezier(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1463:1: warning: unused function 'allocateWideLine' [-Wunused-function]
allocateWideLine(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1483:1: warning: unused function 'areEdgeFillsValid' [-Wunused-function]
areEdgeFillsValid(sqInt edge)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1493:1: warning: unused function 'assureValuebetweenand' [-Wunused-function]
assureValuebetweenand(sqInt val1, sqInt val2, sqInt val3)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1516:1: warning: unused function 'bezierEndXOf' [-Wunused-function]
bezierEndXOf(sqInt bezier)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1523:1: warning: unused function 'bezierEndXOfput' [-Wunused-function]
bezierEndXOfput(sqInt bezier, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1530:1: warning: unused function 'bezierEndYOf' [-Wunused-function]
bezierEndYOf(sqInt bezier)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1537:1: warning: unused function 'bezierEndYOfput' [-Wunused-function]
bezierEndYOfput(sqInt bezier, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1544:1: warning: unused function 'bezierFinalXOf' [-Wunused-function]
bezierFinalXOf(sqInt bezier)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1551:1: warning: unused function 'bezierFinalXOfput' [-Wunused-function]
bezierFinalXOfput(sqInt bezier, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1558:1: warning: unused function 'bezierUpdateDataOf' [-Wunused-function]
bezierUpdateDataOf(sqInt bezier)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1565:1: warning: unused function 'bezierViaXOf' [-Wunused-function]
bezierViaXOf(sqInt bezier)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1572:1: warning: unused function 'bezierViaXOfput' [-Wunused-function]
bezierViaXOfput(sqInt bezier, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1579:1: warning: unused function 'bezierViaYOf' [-Wunused-function]
bezierViaYOf(sqInt bezier)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1586:1: warning: unused function 'bezierViaYOfput' [-Wunused-function]
bezierViaYOfput(sqInt bezier, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1593:1: warning: unused function 'bitmapCmSizeOf' [-Wunused-function]
bitmapCmSizeOf(sqInt bmFill)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1600:1: warning: unused function 'bitmapCmSizeOfput' [-Wunused-function]
bitmapCmSizeOfput(sqInt bmFill, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1607:1: warning: unused function 'bitmapDepthOf' [-Wunused-function]
bitmapDepthOf(sqInt bmFill)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1614:1: warning: unused function 'bitmapDepthOfput' [-Wunused-function]
bitmapDepthOfput(sqInt bmFill, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1621:1: warning: unused function 'bitmapHeightOf' [-Wunused-function]
bitmapHeightOf(sqInt bmFill)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1628:1: warning: unused function 'bitmapHeightOfput' [-Wunused-function]
bitmapHeightOfput(sqInt bmFill, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1635:1: warning: unused function 'bitmapRasterOf' [-Wunused-function]
bitmapRasterOf(sqInt bmFill)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1642:1: warning: unused function 'bitmapRasterOfput' [-Wunused-function]
bitmapRasterOfput(sqInt bmFill, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1649:1: warning: unused function 'bitmapSizeOf' [-Wunused-function]
bitmapSizeOf(sqInt bmFill)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1656:1: warning: unused function 'bitmapSizeOfput' [-Wunused-function]
bitmapSizeOfput(sqInt bmFill, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1663:1: warning: unused function 'bitmapTileFlagOf' [-Wunused-function]
bitmapTileFlagOf(sqInt bmFill)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1670:1: warning: unused function 'bitmapTileFlagOfput' [-Wunused-function]
bitmapTileFlagOfput(sqInt bmFill, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1677:1: warning: unused function 'bitmapValuebitsatXy' [-Wunused-function]
bitmapValuebitsatXy(sqInt bmFill, sqInt bits, sqInt xp, sqInt yp)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1740:1: warning: unused function 'bitmapWidthOf' [-Wunused-function]
bitmapWidthOf(sqInt bmFill)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1747:1: warning: unused function 'bitmapWidthOfput' [-Wunused-function]
bitmapWidthOfput(sqInt bmFill, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1754:1: warning: unused function 'bzEndX' [-Wunused-function]
bzEndX(sqInt index)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1765:1: warning: unused function 'bzEndXput' [-Wunused-function]
bzEndXput(sqInt index, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1776:1: warning: unused function 'bzEndY' [-Wunused-function]
bzEndY(sqInt index)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1787:1: warning: unused function 'bzEndYput' [-Wunused-function]
bzEndYput(sqInt index, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1798:1: warning: unused function 'bzStartX' [-Wunused-function]
bzStartX(sqInt index)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1809:1: warning: unused function 'bzStartXput' [-Wunused-function]
bzStartXput(sqInt index, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1820:1: warning: unused function 'bzStartY' [-Wunused-function]
bzStartY(sqInt index)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1831:1: warning: unused function 'bzStartYput' [-Wunused-function]
bzStartYput(sqInt index, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1842:1: warning: unused function 'bzViaX' [-Wunused-function]
bzViaX(sqInt index)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1853:1: warning: unused function 'bzViaXput' [-Wunused-function]
bzViaXput(sqInt index, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1864:1: warning: unused function 'bzViaY' [-Wunused-function]
bzViaY(sqInt index)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1875:1: warning: unused function 'bzViaYput' [-Wunused-function]
bzViaYput(sqInt index, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2030:1: warning: unused function 'checkedAddBezierToGET' [-Wunused-function]
checkedAddBezierToGET(sqInt bezier)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2058:1: warning: unused function 'checkedAddEdgeToGET' [-Wunused-function]
checkedAddEdgeToGET(sqInt edge)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2110:1: warning: unused function 'checkedAddLineToGET' [-Wunused-function]
checkedAddLineToGET(sqInt line)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2170:1: warning: unused function 'clampValuemax' [-Wunused-function]
clampValuemax(sqInt value, sqInt maxValue)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2218:1: warning: unused function 'clearSpanBufferGet' [-Wunused-function]
clearSpanBufferGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2225:1: warning: unused function 'clearSpanBufferPut' [-Wunused-function]
clearSpanBufferPut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2232:1: warning: unused function 'clipMaxXGet' [-Wunused-function]
clipMaxXGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2239:1: warning: unused function 'clipMaxXPut' [-Wunused-function]
clipMaxXPut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2246:1: warning: unused function 'clipMaxYGet' [-Wunused-function]
clipMaxYGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2253:1: warning: unused function 'clipMaxYPut' [-Wunused-function]
clipMaxYPut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2260:1: warning: unused function 'clipMinXGet' [-Wunused-function]
clipMinXGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2267:1: warning: unused function 'clipMinXPut' [-Wunused-function]
clipMinXPut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2274:1: warning: unused function 'clipMinYGet' [-Wunused-function]
clipMinYGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2281:1: warning: unused function 'clipMinYPut' [-Wunused-function]
clipMinYPut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2288:1: warning: unused function 'colormapOf' [-Wunused-function]
colormapOf(sqInt bmFill)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2295:1: warning: unused function 'colorTransform' [-Wunused-function]
colorTransform(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2577:1: warning: unused function 'computeSqrt' [-Wunused-function]
computeSqrt(sqInt length2)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2672:1: warning: unused function 'currentYGet' [-Wunused-function]
currentYGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2679:1: warning: unused function 'currentYPut' [-Wunused-function]
currentYPut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2686:1: warning: unused function 'currentZGet' [-Wunused-function]
currentZGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2693:1: warning: unused function 'currentZPut' [-Wunused-function]
currentZPut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2700:1: warning: unused function 'destOffsetXGet' [-Wunused-function]
destOffsetXGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2707:1: warning: unused function 'destOffsetXPut' [-Wunused-function]
destOffsetXPut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2714:1: warning: unused function 'destOffsetYGet' [-Wunused-function]
destOffsetYGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2721:1: warning: unused function 'destOffsetYPut' [-Wunused-function]
destOffsetYPut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2766:1: warning: unused function 'drawWideEdgefrom' [-Wunused-function]
drawWideEdgefrom(sqInt edge, sqInt leftX)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2813:1: warning: unused function 'edgeFillsInvalidate' [-Wunused-function]
edgeFillsInvalidate(sqInt edge)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2824:1: warning: unused function 'edgeFillsValidate' [-Wunused-function]
edgeFillsValidate(sqInt edge)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2835:1: warning: unused function 'edgeLeftFillOf' [-Wunused-function]
edgeLeftFillOf(sqInt edge)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2842:1: warning: unused function 'edgeLeftFillOfput' [-Wunused-function]
edgeLeftFillOfput(sqInt edge, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2849:1: warning: unused function 'edgeNumLinesOf' [-Wunused-function]
edgeNumLinesOf(sqInt edge)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2856:1: warning: unused function 'edgeNumLinesOfput' [-Wunused-function]
edgeNumLinesOfput(sqInt edge, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2863:1: warning: unused function 'edgeRightFillOf' [-Wunused-function]
edgeRightFillOf(sqInt edge)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2870:1: warning: unused function 'edgeRightFillOfput' [-Wunused-function]
edgeRightFillOfput(sqInt edge, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2877:1: warning: unused function 'edgeTransform' [-Wunused-function]
edgeTransform(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2887:1: warning: unused function 'edgeTypeOf' [-Wunused-function]
edgeTypeOf(sqInt edge)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2894:1: warning: unused function 'edgeXValueOf' [-Wunused-function]
edgeXValueOf(sqInt edge)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2901:1: warning: unused function 'edgeXValueOfput' [-Wunused-function]
edgeXValueOfput(sqInt edge, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2908:1: warning: unused function 'edgeYValueOf' [-Wunused-function]
edgeYValueOf(sqInt edge)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2915:1: warning: unused function 'edgeYValueOfput' [-Wunused-function]
edgeYValueOfput(sqInt edge, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2922:1: warning: unused function 'edgeZValueOf' [-Wunused-function]
edgeZValueOf(sqInt edge)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2929:1: warning: unused function 'edgeZValueOfput' [-Wunused-function]
edgeZValueOfput(sqInt edge, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2953:1: warning: unused function 'estimatedLengthOfwith' [-Wunused-function]
estimatedLengthOfwith(sqInt deltaX, sqInt deltaY)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2983:1: warning: unused function 'fillAllFromto' [-Wunused-function]
fillAllFromto(sqInt leftX, sqInt rightX)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3086:1: warning: unused function 'fillBitmapSpan' [-Wunused-function]
fillBitmapSpan(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3866:1: warning: unused function 'fillColorSpanfromto' [-Wunused-function]
fillColorSpanfromto(sqInt pixelValue32, sqInt leftX, sqInt rightX)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3896:1: warning: unused function 'fillDirectionXOf' [-Wunused-function]
fillDirectionXOf(sqInt fill)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3903:1: warning: unused function 'fillDirectionXOfput' [-Wunused-function]
fillDirectionXOfput(sqInt fill, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3910:1: warning: unused function 'fillDirectionYOf' [-Wunused-function]
fillDirectionYOf(sqInt fill)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3917:1: warning: unused function 'fillDirectionYOfput' [-Wunused-function]
fillDirectionYOfput(sqInt fill, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3924:1: warning: unused function 'fillLinearGradient' [-Wunused-function]
fillLinearGradient(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4152:1: warning: unused function 'fillMaxXGet' [-Wunused-function]
fillMaxXGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4159:1: warning: unused function 'fillMaxXPut' [-Wunused-function]
fillMaxXPut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4166:1: warning: unused function 'fillMaxYGet' [-Wunused-function]
fillMaxYGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4173:1: warning: unused function 'fillMaxYPut' [-Wunused-function]
fillMaxYPut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4180:1: warning: unused function 'fillMinXGet' [-Wunused-function]
fillMinXGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4187:1: warning: unused function 'fillMinXPut' [-Wunused-function]
fillMinXPut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4194:1: warning: unused function 'fillMinYGet' [-Wunused-function]
fillMinYGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4201:1: warning: unused function 'fillMinYPut' [-Wunused-function]
fillMinYPut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4208:1: warning: unused function 'fillNormalXOf' [-Wunused-function]
fillNormalXOf(sqInt fill)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4215:1: warning: unused function 'fillNormalXOfput' [-Wunused-function]
fillNormalXOfput(sqInt fill, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4222:1: warning: unused function 'fillNormalYOf' [-Wunused-function]
fillNormalYOf(sqInt fill)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4229:1: warning: unused function 'fillNormalYOfput' [-Wunused-function]
fillNormalYOfput(sqInt fill, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4236:1: warning: unused function 'fillOffsetXGet' [-Wunused-function]
fillOffsetXGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4243:1: warning: unused function 'fillOffsetXPut' [-Wunused-function]
fillOffsetXPut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4250:1: warning: unused function 'fillOffsetYGet' [-Wunused-function]
fillOffsetYGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4257:1: warning: unused function 'fillOffsetYPut' [-Wunused-function]
fillOffsetYPut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4264:1: warning: unused function 'fillOriginXOf' [-Wunused-function]
fillOriginXOf(sqInt fill)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4271:1: warning: unused function 'fillOriginXOfput' [-Wunused-function]
fillOriginXOfput(sqInt fill, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4278:1: warning: unused function 'fillOriginYOf' [-Wunused-function]
fillOriginYOf(sqInt fill)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4285:1: warning: unused function 'fillOriginYOfput' [-Wunused-function]
fillOriginYOfput(sqInt fill, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4431:1: warning: unused function 'fillRadialDecreasingrampdeltaSTdsXdtXfromto' [-Wunused-function]
fillRadialDecreasingrampdeltaSTdsXdtXfromto(sqInt fill, sqInt ramp, sqInt deltaST, sqInt dsX, sqInt dtX, sqInt leftX, sqInt rightX)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4477:1: warning: unused function 'fillRadialGradient' [-Wunused-function]
fillRadialGradient(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4839:1: warning: unused function 'fillRadialIncreasingrampdeltaSTdsXdtXfromto' [-Wunused-function]
fillRadialIncreasingrampdeltaSTdsXdtXfromto(sqInt fill, sqInt ramp, sqInt deltaST, sqInt dsX, sqInt dtX, sqInt leftX, sqInt rightX)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5011:1: warning: unused function 'fillTypeOf' [-Wunused-function]
fillTypeOf(sqInt fill)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5018:1: warning: unused function 'findNextAETEdgeFrom' [-Wunused-function]
findNextAETEdgeFrom(sqInt leftEdge)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5446:1: warning: unused function 'finishedProcessing' [-Wunused-function]
finishedProcessing(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5453:1: warning: unused function 'firstPointListGet' [-Wunused-function]
firstPointListGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5460:1: warning: unused function 'firstPointListPut' [-Wunused-function]
firstPointListPut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5467:1: warning: unused function 'freeStackFillEntry' [-Wunused-function]
freeStackFillEntry(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5509:1: warning: unused function 'getStartGet' [-Wunused-function]
getStartGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5516:1: warning: unused function 'getStartPut' [-Wunused-function]
getStartPut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5523:1: warning: unused function 'getUsedGet' [-Wunused-function]
getUsedGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5530:1: warning: unused function 'getUsedPut' [-Wunused-function]
getUsedPut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5537:1: warning: unused function 'gradientRampLengthOf' [-Wunused-function]
gradientRampLengthOf(sqInt fill)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5544:1: warning: unused function 'gradientRampLengthOfput' [-Wunused-function]
gradientRampLengthOfput(sqInt fill, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5551:1: warning: unused function 'gradientRampOf' [-Wunused-function]
gradientRampOf(sqInt fill)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5558:1: warning: unused function 'hasColorTransform' [-Wunused-function]
hasColorTransform(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5565:1: warning: unused function 'hasColorTransformGet' [-Wunused-function]
hasColorTransformGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5572:1: warning: unused function 'hasColorTransformPut' [-Wunused-function]
hasColorTransformPut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5579:1: warning: unused function 'hasEdgeTransform' [-Wunused-function]
hasEdgeTransform(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5586:1: warning: unused function 'hasEdgeTransformGet' [-Wunused-function]
hasEdgeTransformGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5593:1: warning: unused function 'hasEdgeTransformPut' [-Wunused-function]
hasEdgeTransformPut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5677:1: warning: unused function 'incrementPointby' [-Wunused-function]
incrementPointby(int *point, sqInt delta)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5686:1: warning: unused function 'incrementStatby' [-Wunused-function]
incrementStatby(sqInt statIndex, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5899:1: warning: unused function 'isBezier' [-Wunused-function]
isBezier(sqInt bezier)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5919:1: warning: unused function 'isFillColor' [-Wunused-function]
isFillColor(sqInt fill)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5938:1: warning: unused function 'isFill' [-Wunused-function]
isFill(sqInt fill)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5946:1: warning: unused function 'isLine' [-Wunused-function]
isLine(sqInt line)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5953:1: warning: unused function 'isObject' [-Wunused-function]
isObject(sqInt obj)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5961:1: warning: unused function 'isRealFill' [-Wunused-function]
isRealFill(sqInt fill)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5968:1: warning: unused function 'isStackEntry' [-Wunused-function]
isStackEntry(sqInt entry)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5976:1: warning: unused function 'isStackIndex' [-Wunused-function]
isStackIndex(sqInt index)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5984:1: warning: unused function 'isWideBezier' [-Wunused-function]
isWideBezier(sqInt bezier)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5992:1: warning: unused function 'isWideLine' [-Wunused-function]
isWideLine(sqInt line)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6000:1: warning: unused function 'isWide' [-Wunused-function]
isWide(sqInt object)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6007:1: warning: unused function 'lastExportedEdgeGet' [-Wunused-function]
lastExportedEdgeGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6014:1: warning: unused function 'lastExportedEdgePut' [-Wunused-function]
lastExportedEdgePut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6021:1: warning: unused function 'lastExportedFillGet' [-Wunused-function]
lastExportedFillGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6028:1: warning: unused function 'lastExportedFillPut' [-Wunused-function]
lastExportedFillPut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6035:1: warning: unused function 'lastExportedLeftXGet' [-Wunused-function]
lastExportedLeftXGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6042:1: warning: unused function 'lastExportedLeftXPut' [-Wunused-function]
lastExportedLeftXPut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6049:1: warning: unused function 'lastExportedRightXGet' [-Wunused-function]
lastExportedRightXGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6056:1: warning: unused function 'lastExportedRightXPut' [-Wunused-function]
lastExportedRightXPut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6063:1: warning: unused function 'lineEndXOf' [-Wunused-function]
lineEndXOf(sqInt line)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6070:1: warning: unused function 'lineEndXOfput' [-Wunused-function]
lineEndXOfput(sqInt line, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6077:1: warning: unused function 'lineEndYOf' [-Wunused-function]
lineEndYOf(sqInt line)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6084:1: warning: unused function 'lineEndYOfput' [-Wunused-function]
lineEndYOfput(sqInt line, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6091:1: warning: unused function 'lineErrorAdjDownOf' [-Wunused-function]
lineErrorAdjDownOf(sqInt line)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6098:1: warning: unused function 'lineErrorAdjDownOfput' [-Wunused-function]
lineErrorAdjDownOfput(sqInt line, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6105:1: warning: unused function 'lineErrorAdjUpOf' [-Wunused-function]
lineErrorAdjUpOf(sqInt line)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6112:1: warning: unused function 'lineErrorAdjUpOfput' [-Wunused-function]
lineErrorAdjUpOfput(sqInt line, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6119:1: warning: unused function 'lineErrorOf' [-Wunused-function]
lineErrorOf(sqInt line)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6126:1: warning: unused function 'lineErrorOfput' [-Wunused-function]
lineErrorOfput(sqInt line, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6133:1: warning: unused function 'lineXDirectionOf' [-Wunused-function]
lineXDirectionOf(sqInt line)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6140:1: warning: unused function 'lineXDirectionOfput' [-Wunused-function]
lineXDirectionOfput(sqInt line, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6147:1: warning: unused function 'lineXIncrementOf' [-Wunused-function]
lineXIncrementOf(sqInt line)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6154:1: warning: unused function 'lineXIncrementOfput' [-Wunused-function]
lineXIncrementOfput(sqInt line, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6161:1: warning: unused function 'lineYDirectionOf' [-Wunused-function]
lineYDirectionOf(sqInt line)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6168:1: warning: unused function 'lineYDirectionOfput' [-Wunused-function]
lineYDirectionOfput(sqInt line, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6237:1: warning: unused function 'loadArrayPolygonnPointsfilllineWidthlineFill' [-Wunused-function]
loadArrayPolygonnPointsfilllineWidthlineFill(sqInt points, sqInt nPoints, sqInt fillIndex, sqInt lineWidth, sqInt lineFill)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6691:1: warning: unused function 'loadBitmapFillcolormaptilefromalongnormalxIndex' [-Wunused-function]
loadBitmapFillcolormaptilefromalongnormalxIndex(sqInt formOop, sqInt cmOop, sqInt tileFlag, int *point1, int *point2, int *point3, sqInt xIndex)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6834:1: warning: unused function 'loadColorTransformFrom' [-Wunused-function]
loadColorTransformFrom(sqInt transformOop)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6861:1: warning: unused function 'loadCompressedSegmentfromshortleftFillrightFilllineWidthlineColor' [-Wunused-function]
loadCompressedSegmentfromshortleftFillrightFilllineWidthlineColor(sqInt segmentIndex, sqInt points, sqInt pointsShort, sqInt leftFill, sqInt rightFill, sqInt lineWidth, sqInt lineFill)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:7868:1: warning: unused function 'loadLinefromtooffsetleftFillrightFill' [-Wunused-function]
loadLinefromtooffsetleftFillrightFill(sqInt line, int *point1, int *point2, sqInt yOffset, sqInt leftFill, sqInt rightFill)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8093:1: warning: unused function 'loadPointIntAtfrom' [-Wunused-function]
loadPointIntAtfrom(sqInt index, sqInt intArray)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8103:1: warning: unused function 'loadPointShortAtfrom' [-Wunused-function]
loadPointShortAtfrom(sqInt index, sqInt shortArray)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8147:1: warning: unused function 'loadPolygonnPointsfilllineWidthlineFillpointsShort' [-Wunused-function]
loadPolygonnPointsfilllineWidthlineFillpointsShort(int *points, sqInt nPoints, sqInt fillIndex, sqInt lineWidth, sqInt lineFill, sqInt isShort)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8316:1: warning: unused function 'loadRectanglelineFillleftFillrightFill' [-Wunused-function]
loadRectanglelineFillleftFillrightFill(sqInt lineWidth, sqInt lineFill, sqInt leftFill, sqInt rightFill)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8973:1: warning: unused function 'magicNumberGet' [-Wunused-function]
magicNumberGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8980:1: warning: unused function 'magicNumberPut' [-Wunused-function]
magicNumberPut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8987:1: warning: unused function 'makeRectFromPoints' [-Wunused-function]
makeRectFromPoints(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8998:1: warning: unused function 'makeUnsignedFrom' [-Wunused-function]
makeUnsignedFrom(sqInt someIntegerValue)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9058:1: warning: unused function 'needsFlush' [-Wunused-function]
needsFlush(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9065:1: warning: unused function 'needsFlushGet' [-Wunused-function]
needsFlushGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9072:1: warning: unused function 'needsFlushPut' [-Wunused-function]
needsFlushPut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9079:1: warning: unused function 'objectHeaderOf' [-Wunused-function]
objectHeaderOf(sqInt obj)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9090:1: warning: unused function 'objectIndexOf' [-Wunused-function]
objectIndexOf(sqInt obj)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9097:1: warning: unused function 'objectIndexOfput' [-Wunused-function]
objectIndexOfput(sqInt obj, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9104:1: warning: unused function 'objectLengthOf' [-Wunused-function]
objectLengthOf(sqInt obj)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9111:1: warning: unused function 'objectLengthOfput' [-Wunused-function]
objectLengthOfput(sqInt obj, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9118:1: warning: unused function 'objectTypeOf' [-Wunused-function]
objectTypeOf(sqInt obj)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9125:1: warning: unused function 'objectTypeOfput' [-Wunused-function]
objectTypeOfput(sqInt obj, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9132:1: warning: unused function 'objStartGet' [-Wunused-function]
objStartGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9139:1: warning: unused function 'objStartPut' [-Wunused-function]
objStartPut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9146:1: warning: unused function 'objUsedGet' [-Wunused-function]
objUsedGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9153:1: warning: unused function 'objUsedPut' [-Wunused-function]
objUsedPut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9160:1: warning: unused function 'objat' [-Wunused-function]
objat(sqInt object, sqInt index)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9167:1: warning: unused function 'objatput' [-Wunused-function]
objatput(sqInt object, sqInt index, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9178:1: warning: unused function 'offsetFromWidth' [-Wunused-function]
offsetFromWidth(sqInt lineWidth)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9185:1: warning: unused function 'point1Get' [-Wunused-function]
point1Get(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9192:1: warning: unused function 'point2Get' [-Wunused-function]
point2Get(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9199:1: warning: unused function 'point3Get' [-Wunused-function]
point3Get(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9206:1: warning: unused function 'point4Get' [-Wunused-function]
point4Get(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12282:1: warning: unused function 'quickRemoveInvalidFillsAt' [-Wunused-function]
quickRemoveInvalidFillsAt(sqInt leftX)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12428:1: warning: unused function 'repeatValuemax' [-Wunused-function]
repeatValuemax(sqInt delta, sqInt maxValue)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12495:1: warning: unused function 'returnWideBezierFill' [-Wunused-function]
returnWideBezierFill(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12502:1: warning: unused function 'returnWideBezierWidth' [-Wunused-function]
returnWideBezierWidth(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12512:1: warning: unused function 'returnWideLineFill' [-Wunused-function]
returnWideLineFill(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12522:1: warning: unused function 'returnWideLineWidth' [-Wunused-function]
returnWideLineWidth(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12668:1: warning: unused function 'shortRunLengthAtfrom' [-Wunused-function]
shortRunLengthAtfrom(sqInt i, sqInt runArray)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12680:1: warning: unused function 'shortRunValueAtfrom' [-Wunused-function]
shortRunValueAtfrom(sqInt i, sqInt runArray)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12748:1: warning: unused function 'sortGlobalEdgeTable' [-Wunused-function]
sortGlobalEdgeTable(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12756:1: warning: unused function 'spanEndAAGet' [-Wunused-function]
spanEndAAGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12763:1: warning: unused function 'spanEndAAPut' [-Wunused-function]
spanEndAAPut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12770:1: warning: unused function 'spanEndGet' [-Wunused-function]
spanEndGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12777:1: warning: unused function 'spanEndPut' [-Wunused-function]
spanEndPut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12784:1: warning: unused function 'spanSizeGet' [-Wunused-function]
spanSizeGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12791:1: warning: unused function 'spanSizePut' [-Wunused-function]
spanSizePut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12798:1: warning: unused function 'spanStartGet' [-Wunused-function]
spanStartGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12805:1: warning: unused function 'spanStartPut' [-Wunused-function]
spanStartPut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12812:1: warning: unused function 'squaredLengthOfwith' [-Wunused-function]
squaredLengthOfwith(sqInt deltaX, sqInt deltaY)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12819:1: warning: unused function 'stackFillDepth' [-Wunused-function]
stackFillDepth(sqInt index)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12826:1: warning: unused function 'stackFillDepthput' [-Wunused-function]
stackFillDepthput(sqInt index, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12833:1: warning: unused function 'stackFillEntryLength' [-Wunused-function]
stackFillEntryLength(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12840:1: warning: unused function 'stackFillRightX' [-Wunused-function]
stackFillRightX(sqInt index)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12847:1: warning: unused function 'stackFillRightXput' [-Wunused-function]
stackFillRightXput(sqInt index, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12854:1: warning: unused function 'stackFillSize' [-Wunused-function]
stackFillSize(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12861:1: warning: unused function 'stackFillValue' [-Wunused-function]
stackFillValue(sqInt index)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12868:1: warning: unused function 'stackFillValueput' [-Wunused-function]
stackFillValueput(sqInt index, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12875:1: warning: unused function 'stateGet' [-Wunused-function]
stateGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12882:1: warning: unused function 'statePut' [-Wunused-function]
statePut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12894:1: warning: unused function 'stepToFirstBezier' [-Wunused-function]
stepToFirstBezier(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13033:1: warning: unused function 'stepToFirstLine' [-Wunused-function]
stepToFirstLine(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13140:1: warning: unused function 'stepToFirstWideBezier' [-Wunused-function]
stepToFirstWideBezier(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13244:1: warning: unused function 'stepToFirstWideLine' [-Wunused-function]
stepToFirstWideLine(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13388:1: warning: unused function 'stepToNextBezier' [-Wunused-function]
stepToNextBezier(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13434:1: warning: unused function 'stepToNextBezierForwardat' [-Wunused-function]
stepToNextBezierForwardat(int *updateData, sqInt yValue)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13515:1: warning: unused function 'stepToNextLine' [-Wunused-function]
stepToNextLine(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13686:1: warning: unused function 'stepToNextWideLine' [-Wunused-function]
stepToNextWideLine(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13814:1: warning: unused function 'stopBecauseOf' [-Wunused-function]
stopBecauseOf(sqInt stopReason)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13823:1: warning: unused function 'stopReasonGet' [-Wunused-function]
stopReasonGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13830:1: warning: unused function 'stopReasonPut' [-Wunused-function]
stopReasonPut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13854:1: warning: unused function 'storeEngineStateInto' [-Wunused-function]
storeEngineStateInto(sqInt oop)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13930:1: warning: unused function 'storeStopStateIntoEdgefill' [-Wunused-function]
storeStopStateIntoEdgefill(sqInt edgeOop, sqInt fillOop)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14334:1: warning: unused function 'topFillDepth' [-Wunused-function]
topFillDepth(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14345:1: warning: unused function 'topFillDepthPut' [-Wunused-function]
topFillDepthPut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14356:1: warning: unused function 'topFillRightX' [-Wunused-function]
topFillRightX(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14367:1: warning: unused function 'topFillRightXPut' [-Wunused-function]
topFillRightXPut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14378:1: warning: unused function 'topFillValue' [-Wunused-function]
topFillValue(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14389:1: warning: unused function 'topFillValuePut' [-Wunused-function]
topFillValuePut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14468:1: warning: unused function 'transformPoints' [-Wunused-function]
transformPoints(sqInt n)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14597:1: warning: unused function 'transformPointXyinto' [-Wunused-function]
transformPointXyinto(double xValue, double yValue, int *dstPoint)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14619:1: warning: unused function 'transformPoint' [-Wunused-function]
transformPoint(int *point)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14658:1: warning: unused function 'transformPointinto' [-Wunused-function]
transformPointinto(sqInt srcPoint, sqInt dstPoint)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14872:1: warning: unused function 'wbSizeGet' [-Wunused-function]
wbSizeGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14879:1: warning: unused function 'wbSizePut' [-Wunused-function]
wbSizePut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14886:1: warning: unused function 'wbStackClear' [-Wunused-function]
wbStackClear(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14895:1: warning: unused function 'wbStackPop' [-Wunused-function]
wbStackPop(sqInt nItems)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14916:1: warning: unused function 'wbStackSize' [-Wunused-function]
wbStackSize(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14923:1: warning: unused function 'wbStackValue' [-Wunused-function]
wbStackValue(sqInt index)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14930:1: warning: unused function 'wbStackValueput' [-Wunused-function]
wbStackValueput(sqInt index, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14937:1: warning: unused function 'wbTopGet' [-Wunused-function]
wbTopGet(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14944:1: warning: unused function 'wbTopPut' [-Wunused-function]
wbTopPut(sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14951:1: warning: unused function 'wideBezierEntryOf' [-Wunused-function]
wideBezierEntryOf(sqInt line)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14959:1: warning: unused function 'wideBezierEntryOfput' [-Wunused-function]
wideBezierEntryOfput(sqInt line, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14967:1: warning: unused function 'wideBezierExitOf' [-Wunused-function]
wideBezierExitOf(sqInt line)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14975:1: warning: unused function 'wideBezierExitOfput' [-Wunused-function]
wideBezierExitOfput(sqInt line, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14983:1: warning: unused function 'wideBezierExtentOf' [-Wunused-function]
wideBezierExtentOf(sqInt bezier)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14991:1: warning: unused function 'wideBezierExtentOfput' [-Wunused-function]
wideBezierExtentOfput(sqInt bezier, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15007:1: warning: unused function 'wideBezierFillOfput' [-Wunused-function]
wideBezierFillOfput(sqInt bezier, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15015:1: warning: unused function 'wideBezierUpdateDataOf' [-Wunused-function]
wideBezierUpdateDataOf(sqInt bezier)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15030:1: warning: unused function 'wideBezierWidthOfput' [-Wunused-function]
wideBezierWidthOfput(sqInt line, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15038:1: warning: unused function 'wideLineEntryOf' [-Wunused-function]
wideLineEntryOf(sqInt line)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15046:1: warning: unused function 'wideLineEntryOfput' [-Wunused-function]
wideLineEntryOfput(sqInt line, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15054:1: warning: unused function 'wideLineExitOf' [-Wunused-function]
wideLineExitOf(sqInt line)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15062:1: warning: unused function 'wideLineExitOfput' [-Wunused-function]
wideLineExitOfput(sqInt line, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15070:1: warning: unused function 'wideLineExtentOf' [-Wunused-function]
wideLineExtentOf(sqInt line)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15078:1: warning: unused function 'wideLineExtentOfput' [-Wunused-function]
wideLineExtentOfput(sqInt line, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15094:1: warning: unused function 'wideLineFillOfput' [-Wunused-function]
wideLineFillOfput(sqInt line, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15110:1: warning: unused function 'wideLineWidthOfput' [-Wunused-function]
wideLineWidthOfput(sqInt line, sqInt value)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15118:1: warning: unused function 'workBufferPut' [-Wunused-function]
workBufferPut(sqInt wbOop)
^
325 warnings generated.
[ 59%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libB2DPlugin.dylib
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/B2DPlugin.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -dynamiclib -Wl,-headerpad_max_install_names  -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libB2DPlugin.dylib -install_name @executable_path/Plugins/libB2DPlugin.dylib CMakeFiles/B2DPlugin.dir/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libffi.dylib -framework AppKit -framework CoreGraphics 
[ 59%] Built target B2DPlugin
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/openssl-1.0.2q.dir/build.make CMakeFiles/openssl-1.0.2q.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/openssl-1.0.2q.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/openssl-1.0.2q.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/openssl-1.0.2q.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/openssl-1.0.2q.dir/depend.internal".
Scanning dependencies of target openssl-1.0.2q
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/openssl-1.0.2q.dir/build.make CMakeFiles/openssl-1.0.2q.dir/build
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/openssl-1.0.2q-src/libcrypto.1.0.0.dylib /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/openssl-1.0.2q-src/libssl.1.0.0.dylib /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/openssl-1.0.2q-src/libssl.dylib /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vm/Debug/Pharo.app/Contents/MacOS/Plugins
[ 59%] Built target openssl-1.0.2q
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/JPEGReadWriter2Plugin.dir/build.make CMakeFiles/JPEGReadWriter2Plugin.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/JPEGReadWriter2Plugin.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/JPEGReadWriter2Plugin.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/JPEGReadWriter2Plugin.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/JPEGReadWriter2Plugin.dir/depend.internal".
Scanning dependencies of target JPEGReadWriter2Plugin
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/JPEGReadWriter2Plugin.dir/build.make CMakeFiles/JPEGReadWriter2Plugin.dir/build
[ 60%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c
[ 61%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "JPEGReadWriter2Plugin VMMaker.oscog-eem.2493 uuid: d7437cc5-75c7-4a43-af6b-0f85bf0cebe6 " __DATE__ ;
            ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c:537:1: warning: unused function 'sqAssert' [-Wunused-function]
sqAssert(sqInt aBool)
^
2 warnings generated.
[ 61%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c
[ 62%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c
[ 62%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c
[ 63%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c
[ 63%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c
[ 64%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c
[ 64%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c
[ 65%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c
[ 65%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c
[ 66%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c
[ 67%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c
[ 67%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c
[ 68%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c
[ 68%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c
[ 69%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c
[ 69%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c
[ 70%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c
[ 70%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c
[ 71%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c
[ 71%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c
[ 72%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c
[ 73%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c
[ 73%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c
[ 74%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:454:13: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  { 0, ((-1)<<1) + 1, ((-1)<<2) + 1, ((-1)<<3) + 1, ((-1)<<4) + 1,
        ~~~~^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:454:28: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  { 0, ((-1)<<1) + 1, ((-1)<<2) + 1, ((-1)<<3) + 1, ((-1)<<4) + 1,
                       ~~~~^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:454:43: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  { 0, ((-1)<<1) + 1, ((-1)<<2) + 1, ((-1)<<3) + 1, ((-1)<<4) + 1,
                                      ~~~~^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:454:58: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  { 0, ((-1)<<1) + 1, ((-1)<<2) + 1, ((-1)<<3) + 1, ((-1)<<4) + 1,
                                                     ~~~~^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:455:10: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<5) + 1, ((-1)<<6) + 1, ((-1)<<7) + 1, ((-1)<<8) + 1,
     ~~~~^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:455:25: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<5) + 1, ((-1)<<6) + 1, ((-1)<<7) + 1, ((-1)<<8) + 1,
                    ~~~~^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:455:40: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<5) + 1, ((-1)<<6) + 1, ((-1)<<7) + 1, ((-1)<<8) + 1,
                                   ~~~~^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:455:55: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<5) + 1, ((-1)<<6) + 1, ((-1)<<7) + 1, ((-1)<<8) + 1,
                                                  ~~~~^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:456:10: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<9) + 1, ((-1)<<10) + 1, ((-1)<<11) + 1, ((-1)<<12) + 1,
     ~~~~^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:456:25: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<9) + 1, ((-1)<<10) + 1, ((-1)<<11) + 1, ((-1)<<12) + 1,
                    ~~~~^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:456:41: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<9) + 1, ((-1)<<10) + 1, ((-1)<<11) + 1, ((-1)<<12) + 1,
                                    ~~~~^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:456:57: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<9) + 1, ((-1)<<10) + 1, ((-1)<<11) + 1, ((-1)<<12) + 1,
                                                    ~~~~^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:457:10: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<13) + 1, ((-1)<<14) + 1, ((-1)<<15) + 1 };
     ~~~~^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:457:26: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<13) + 1, ((-1)<<14) + 1, ((-1)<<15) + 1 };
                     ~~~~^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c:457:42: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<13) + 1, ((-1)<<14) + 1, ((-1)<<15) + 1 };
                                     ~~~~^
15 warnings generated.
[ 74%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c
[ 75%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c
[ 75%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c
[ 76%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c
[ 76%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c
[ 77%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:214:13: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  { 0, ((-1)<<1) + 1, ((-1)<<2) + 1, ((-1)<<3) + 1, ((-1)<<4) + 1,
        ~~~~^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:214:28: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  { 0, ((-1)<<1) + 1, ((-1)<<2) + 1, ((-1)<<3) + 1, ((-1)<<4) + 1,
                       ~~~~^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:214:43: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  { 0, ((-1)<<1) + 1, ((-1)<<2) + 1, ((-1)<<3) + 1, ((-1)<<4) + 1,
                                      ~~~~^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:214:58: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  { 0, ((-1)<<1) + 1, ((-1)<<2) + 1, ((-1)<<3) + 1, ((-1)<<4) + 1,
                                                     ~~~~^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:215:10: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<5) + 1, ((-1)<<6) + 1, ((-1)<<7) + 1, ((-1)<<8) + 1,
     ~~~~^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:215:25: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<5) + 1, ((-1)<<6) + 1, ((-1)<<7) + 1, ((-1)<<8) + 1,
                    ~~~~^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:215:40: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<5) + 1, ((-1)<<6) + 1, ((-1)<<7) + 1, ((-1)<<8) + 1,
                                   ~~~~^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:215:55: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<5) + 1, ((-1)<<6) + 1, ((-1)<<7) + 1, ((-1)<<8) + 1,
                                                  ~~~~^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:216:10: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<9) + 1, ((-1)<<10) + 1, ((-1)<<11) + 1, ((-1)<<12) + 1,
     ~~~~^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:216:25: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<9) + 1, ((-1)<<10) + 1, ((-1)<<11) + 1, ((-1)<<12) + 1,
                    ~~~~^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:216:41: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<9) + 1, ((-1)<<10) + 1, ((-1)<<11) + 1, ((-1)<<12) + 1,
                                    ~~~~^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:216:57: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<9) + 1, ((-1)<<10) + 1, ((-1)<<11) + 1, ((-1)<<12) + 1,
                                                    ~~~~^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:217:10: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<13) + 1, ((-1)<<14) + 1, ((-1)<<15) + 1 };
     ~~~~^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:217:26: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<13) + 1, ((-1)<<14) + 1, ((-1)<<15) + 1 };
                     ~~~~^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c:217:42: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    ((-1)<<13) + 1, ((-1)<<14) + 1, ((-1)<<15) + 1 };
                                     ~~~~^
15 warnings generated.
[ 77%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c
[ 78%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c
[ 79%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c
[ 79%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c

Local variable name 'receiver' in doPrimitiveWorkerExtractReturnValue may mask method when inlining

Local variable name 'stack' in pathTo:using:followWeak: may mask method when inlining

Local variable name 'stack' in pruneStack:stackp: may mask method when inlining

Local variable name 'receiver' in doPrimitiveWorkerCallout may mask method when inlining

compactionStartUsecs localised to fullGC

gcMarkEndUsecs localised to fullGC

extA localised to interpret

extB localised to interpret

lkupClassTag localised to interpret

numExtB localised to interpret

traceSources localised to printLogEntryAt:

the2ndUnknownShort localised to writeImageFileIO[ 80%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c
[ 80%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c
[ 81%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c
[ 81%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c
[ 82%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c
[ 82%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c
[ 83%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c
[ 83%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c
[ 84%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c:41:14: warning: unused variable 'src' [-Wunused-variable]
  my_src_ptr src = (my_src_ptr) cinfo->src;
             ^
1 warning generated.
[ 85%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c
[ 85%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c
[ 86%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c
[ 86%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c
[ 87%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c
[ 87%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c
[ 88%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libJPEGReadWriter2Plugin.dylib
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/JPEGReadWriter2Plugin.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -dynamiclib -Wl,-headerpad_max_install_names  -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libJPEGReadWriter2Plugin.dylib -install_name @executable_path/Plugins/libJPEGReadWriter2Plugin.dylib CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libffi.dylib -framework AppKit -framework CoreGraphics 
[ 88%] Built target JPEGReadWriter2Plugin
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/FileAttributesPlugin.dir/build.make CMakeFiles/FileAttributesPlugin.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/FileAttributesPlugin.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/FileAttributesPlugin.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/FileAttributesPlugin.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/FileAttributesPlugin.dir/depend.internal".
Scanning dependencies of target FileAttributesPlugin
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/FileAttributesPlugin.dir/build.make CMakeFiles/FileAttributesPlugin.dir/build
[ 88%] Building C object CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFileAttributesPlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:709:18: warning: unused variable 'mask' [-Wunused-variable]
    unsigned int mask;
                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:6:13: warning: unused variable '__buildInfo' [-Wunused-variable]
static char __buildInfo[] = "FileAttributesPlugin FileAttributesPlugin.oscog-akg.49 uuid: 00b4eed5-b2a8-454a-90b7-c3662d7c5423 " __DATE__ ;
            ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:183:1: warning: unused function 'addressObjectFor' [-Wunused-function]
addressObjectFor(void *aMachineAddress)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:313:1: warning: unused function 'badSessionId' [-Wunused-function]
badSessionId(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:354:1: warning: unused function 'faSuccess' [-Wunused-function]
faSuccess(void)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:384:1: warning: unused function 'objectFromStructsize' [-Wunused-function]
objectFromStructsize(void *aMachineAddress, sqInt structSize)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:403:1: warning: unused function 'pathOoptoBuffermaxLen' [-Wunused-function]
pathOoptoBuffermaxLen(sqInt pathNameOop, char *cPathName, sqInt maxLen)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:424:1: warning: unused function 'pointerFrom' [-Wunused-function]
pointerFrom(sqInt directoryPointerBytes)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:1093:1: warning: unused function 'readLinkintomaxLength' [-Wunused-function]
readLinkintomaxLength(char *cPathName, char *cLinkPtr, size_t maxLength)
^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:1171:1: warning: unused function 'sizeOfFaPath' [-Wunused-function]
sizeOfFaPath(void)
^
10 warnings generated.
[ 89%] Building C object CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFileAttributesPlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c:7:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c:7:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c:7:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c:7:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
4 warnings generated.
[ 89%] Building C object CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFileAttributesPlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c:10:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:166:9: warning: 'insufficientMemorySpecifiedError' macro redefined [-Wmacro-redefined]
#define insufficientMemorySpecifiedError()      error("Insufficient memory for this image")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:108:13: note: previous definition is here
    #define insufficientMemorySpecifiedError() plugInNotifyUser("The amount of memory specified by the Setting Slider is not enough for the installed Squeak image file.")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c:10:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:167:9: warning: 'insufficientMemoryAvailableError' macro redefined [-Wmacro-redefined]
#define insufficientMemoryAvailableError()      error("Failed to allocate memory for the heap")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:109:13: note: previous definition is here
    #define insufficientMemoryAvailableError() plugInNotifyUser("There is not enough memory to give Squeak the amount specified by the Setting Slider")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c:10:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:168:9: warning: 'unableToReadImageError' macro redefined [-Wmacro-redefined]
#define unableToReadImageError()                error("Read failed or premature end of image file")
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:110:13: note: previous definition is here
    #define unableToReadImageError() plugInNotifyUser("Read failed or premature end of image file")
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c:10:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:169:9: warning: 'browserPluginReturnIfNeeded' macro redefined [-Wmacro-redefined]
#define browserPluginReturnIfNeeded()
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx/sqPlatformSpecific.h:113:10: note: previous definition is here
        #define browserPluginReturnIfNeeded() if (plugInTimeToReturn()) {ReturnFromInterpret();}
                ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c:468:6: warning: unused variable 'mode' [-Wunused-variable]
int             mode;
                ^
5 warnings generated.
[ 90%] Linking C shared library build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libFileAttributesPlugin.dylib
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/FileAttributesPlugin.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -dynamiclib -Wl,-headerpad_max_install_names  -o build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libFileAttributesPlugin.dylib -install_name @executable_path/Plugins/libFileAttributesPlugin.dylib CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c.o CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c.o CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c.o -Wl,-rpath,@executable_path/Plugins build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libFilePlugin.dylib build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libffi.dylib -framework AppKit -framework CoreGraphics 
[ 90%] Built target FileAttributesPlugin
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/Pharo.dir/build.make CMakeFiles/Pharo.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/Pharo.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/Pharo.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/Pharo.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/Pharo.dir/depend.internal".
Scanning dependencies of target Pharo
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/Pharo.dir/build.make CMakeFiles/Pharo.dir/build
[ 90%] Building C object CMakeFiles/Pharo.dir/src/unixMain.c.o
/Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk   -o CMakeFiles/Pharo.dir/src/unixMain.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/src/unixMain.c
[ 91%] Linking C executable build/vm/Debug/Pharo.app/Contents/MacOS/Pharo
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/Pharo.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names  CMakeFiles/Pharo.dir/src/unixMain.c.o  -o build/vm/Debug/Pharo.app/Contents/MacOS/Pharo build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib build/vm/Debug/Pharo.app/Contents/MacOS/Plugins/libffi.dylib -framework AppKit -framework CoreGraphics 
CPack: - Install project: PharoVM []
CPack: -   Install component: bin
CPack: -   Install component: c-src
CPack: -   Install component: include
CPack: Create package
CPack: - package: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/packages/PharoVM-9.0.15-4a14a4a7-Darwin-arm64-stockReplacement-bin.zip generated.
CPack: - checksum file: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/packages/PharoVM-9.0.15-4a14a4a7-Darwin-arm64-stockReplacement-bin.zip.sha1 generated.
CPack: - package: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/packages/PharoVM-9.0.15-4a14a4a7-Darwin-arm64-stockReplacement-c-src.zip generated.
CPack: - checksum file: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/packages/PharoVM-9.0.15-4a14a4a7-Darwin-arm64-stockReplacement-c-src.zip.sha1 generated.
CPack: - package: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/packages/PharoVM-9.0.15-4a14a4a7-Darwin-arm64-stockReplacement-include.zip generated.
CPack: - checksum file: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/packages/PharoVM-9.0.15-4a14a4a7-Darwin-arm64-stockReplacement-include.zip.sha1 generated.
CPack: Create package using TGZ
CPack: Install projects
CPack: - Run preinstall target for: PharoVM
Copying OS X content build/vm/Debug/Pharo.app/Contents/Resources/Pharo.icns
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_pharo-9/repository/resources/mac/Pharo.icns build/vm/Debug/Pharo.app/Contents/Resources/Pharo.icns
Copying OS X content build/vm/Debug/Pharo.app/Contents/Resources/PharoChanges.icns
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_pharo-9/repository/resources/mac/PharoChanges.icns build/vm/Debug/Pharo.app/Contents/Resources/PharoChanges.icns
Copying OS X content build/vm/Debug/Pharo.app/Contents/Resources/PharoImage.icns
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_pharo-9/repository/resources/mac/PharoImage.icns build/vm/Debug/Pharo.app/Contents/Resources/PharoImage.icns
Copying OS X content build/vm/Debug/Pharo.app/Contents/Resources/PharoSources.icns
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_pharo-9/repository/resources/mac/PharoSources.icns build/vm/Debug/Pharo.app/Contents/Resources/PharoSources.icns
[ 91%] Built target Pharo
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/build_vmmaker_get_vm.dir/build.make CMakeFiles/build_vmmaker_get_vm.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/build_vmmaker_get_vm.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/build_vmmaker_get_vm.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/build_vmmaker_get_vm.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/build_vmmaker_get_vm.dir/depend.internal".
Scanning dependencies of target build_vmmaker_get_vm
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/build_vmmaker_get_vm.dir/build.make CMakeFiles/build_vmmaker_get_vm.dir/build
[ 91%] Performing update step for 'build_vmmaker_get_vm'
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/vm && echo

[ 92%] Performing configure step for 'build_vmmaker_get_vm'
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/vm && echo

cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/vm && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-configure
[ 92%] Performing build step for 'build_vmmaker_get_vm'
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/vm && echo

cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/vm && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-build
[ 93%] Performing install step for 'build_vmmaker_get_vm'
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/vm && echo

cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/vm && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-install
[ 93%] Completed 'build_vmmaker_get_vm'
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/build_vmmaker_get_vm-complete
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-done
[ 95%] Built target build_vmmaker_get_vm
/Library/Developer/CommandLineTools/usr/bin/make -f build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/build.make build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/depend
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/ffiTestLibrary /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/DependInfo.cmake --color=
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/DependInfo.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/depend.internal".
Dependee "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/ffiTestLibrary/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/depend.internal".
Scanning dependencies of target TestLibrary
/Library/Developer/CommandLineTools/usr/bin/make -f build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/build.make build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/build
[ 96%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/basic_types.c.o
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/ffiTestLibrary && /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/includes  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/TestLibrary.dir/src/basic_types.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/src/basic_types.c
[ 96%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/callback_types.c.o
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/ffiTestLibrary && /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/includes  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/TestLibrary.dir/src/callback_types.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/src/callback_types.c
[ 97%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/callbacks.c.o
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/ffiTestLibrary && /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/includes  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/TestLibrary.dir/src/callbacks.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/src/callbacks.c
/builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/src/callbacks.c:47:1: warning: control reaches end of non-void function [-Wreturn-type]
}
^
1 warning generated.
[ 98%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/callout.c.o
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/ffiTestLibrary && /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/includes  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/TestLibrary.dir/src/callout.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/src/callout.c
[ 98%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/registerCallback.c.o
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/ffiTestLibrary && /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/includes  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/TestLibrary.dir/src/registerCallback.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/src/registerCallback.c
[100%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/structures.c.o
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/ffiTestLibrary && /Library/Developer/CommandLineTools/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/osx -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/includes  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC   -o CMakeFiles/TestLibrary.dir/src/structures.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/src/structures.c
[100%] Linking C shared library ../vm/Debug/Pharo.app/Contents/MacOS/Plugins/libTestLibrary.dylib
cd /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/ffiTestLibrary && /System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/TestLibrary.dir/link.txt --verbose=1
/Library/Developer/CommandLineTools/usr/bin/cc  -g -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -dynamiclib -Wl,-headerpad_max_install_names  -o ../vm/Debug/Pharo.app/Contents/MacOS/Plugins/libTestLibrary.dylib -install_name @executable_path/Plugins/libTestLibrary.dylib CMakeFiles/TestLibrary.dir/src/basic_types.c.o CMakeFiles/TestLibrary.dir/src/callback_types.c.o CMakeFiles/TestLibrary.dir/src/callbacks.c.o CMakeFiles/TestLibrary.dir/src/callout.c.o CMakeFiles/TestLibrary.dir/src/registerCallback.c.o CMakeFiles/TestLibrary.dir/src/structures.c.o -Wl,-rpath,@executable_path/Plugins 
[100%] Built target TestLibrary
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_progress_start /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles 0
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/Makefile2 preinstall
make[1]: Nothing to be done for `preinstall'.
Install the project...
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -P cmake_install.cmake
-- Install configuration: ""
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/./
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//Pharo.app
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//Pharo.app/Contents
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//Pharo.app/Contents/MacOS
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//Pharo.app/Contents/MacOS/Plugins
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libB2DPlugin.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libLocalePlugin.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libLargeIntegers.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libDSAPrims.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libfreetype.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libgit2.0.25.1.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libFloatArrayPlugin.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libSqueakSSL.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libcairo.2.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libSurfacePlugin.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libSocketPlugin.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libSDL2-2.0.0.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libFileAttributesPlugin.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libBitBltPlugin.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libssl.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libJPEGReadWriter2Plugin.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libTestLibrary.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libpixman-1.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libcairo.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libFilePlugin.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libMiscPrimitivePlugin.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libssh2.1.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libUnixOSProcessPlugin.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libfreetype.6.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libgit2.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libcrypto.1.0.0.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libSDL2.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libssh2.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libUUIDPlugin.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libgit2.25.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libssl.1.0.0.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libffi.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libJPEGReaderPlugin.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libpng12.0.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libpixman-1.0.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libgit2.1.0.0.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libPharoVMCore.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//Pharo.app/Contents/MacOS/Plugins/libpng12.dylib
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//Pharo.app/Contents/MacOS/Pharo
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//Pharo.app/Contents/Resources
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//Pharo.app/Contents/Resources/PharoSources.icns
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//Pharo.app/Contents/Resources/Pharo.icns
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//Pharo.app/Contents/Resources/PharoImage.icns
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//Pharo.app/Contents/Resources/PharoChanges.icns
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//Pharo.app/Contents/Info.plist
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/sqGnu.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/sqConfig.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/sqPlatformSpecific.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/config.h
-- Up-to-date: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/pharoClient.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/errorCode.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/debug.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/pathUtilities.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/win
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/win/resources.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/interpreter.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/exportDefinition.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/threads
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/threads/vmthread.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/macros.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/sqNamedPrims.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/jit
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/jit/jit.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/stringUtilities.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/threadSafeQueue
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/threadSafeQueue/threadSafeQueue.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/imageAccess.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/parameters
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/parameters/parameterVector.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/parameters/parameters.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/sigjmp_support.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/semaphores
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/semaphores/pSemaphore.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/semaphores/platformSemaphore.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/semaphores/pharoSemaphore.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/fileDialog.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/pharo.h
-- Up-to-date: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/dispdbg.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/sqAtomicOps.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/sqAssert.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/sqVirtualMachine.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/sqaio.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/sqCogStackAlignment.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/sq.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/sqMemoryFence.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/sqMemoryAccess.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/cmake
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/cmake/Linux.cmake
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/cmake/FindSDL2.cmake
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/cmake/importLibFFI.cmake
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/cmake/FindFFI.cmake
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/cmake/Windows.cmake
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/cmake/importCairo.cmake
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/cmake/Darwin.cmake
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/cmake/OpenBSD.cmake
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/cmake/DownloadProject.CMakeLists.cmake.in
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/cmake/FindPThreadW32.cmake
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/cmake/versionExtraction.cmake
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/cmake/vmmaker.cmake
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/cmake/importFreetype2.cmake
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/cmake/DownloadProject.cmake
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/cmake/FindLibGit2.cmake
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/cmake/packaging.cmake
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/cmake/FindCairo.cmake
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/cmake/importLibGit2.cmake
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/cmake/importSDL2.cmake
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/LocalePlugin
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include/osx
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include/osx/sqIOSLocale.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include/common/LocalePlugin.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/osx
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/win
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/win/sqWin32Locale.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/unix
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/unix/sqUnixLocale.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/osx
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/osx/dummyFFI.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/unix
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/unix/ffi-test.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/unix/ffi-test-sq.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/unix/ppc-global.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/common/sqFFI.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/osx
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/osx/dummyFFI.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/win
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/win/sqWin32FFI.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix/ppc-sysv.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix/any-libffi.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix/x86-sysv.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix/ppc-darwin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/SqueakFFIPrims.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/ARM32FFIPlugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/sqFFIPlugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/IA32FFIPlugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/sqManualSurface.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/sqFFITestFuncs.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/X64Win64FFIPlugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/ARM64FFIPlugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SurfacePlugin
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/include
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/include/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/include/common/SurfacePlugin.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/src/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/win
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/win/dirent.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/win/faSupport.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/unix
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/unix/faSupport.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/common/faConstants.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/common/faCommon.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/win
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/win/faSupport.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/unix
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakSSL
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include/unix
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include/unix/openssl_overlay.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include/common/SqueakSSL.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/osx
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/win
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/win/sqWin32SSL.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/unix
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReaderPlugin
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReaderPlugin/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReaderPlugin/src/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/MiscPrimitivePlugin
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/MiscPrimitivePlugin/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/MiscPrimitivePlugin/src/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/B2DPlugin
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/B2DPlugin/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/B2DPlugin/src/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/DSAPrims
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/DSAPrims/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/DSAPrims/src/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/DSAPrims/src/common/DSAPrims.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/IA32ABI
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/IA32ABI/include
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessppc.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessppcPostLogicDouble.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessARM32.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dax64business.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusiness.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessPostLogic.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessARM64.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessppcPostLogicInteger.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/ia32abi.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/AlienSUnitTestProcedures.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dax64win64business.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessppcPostLogicFloat.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessARM.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/IA32ABI/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/x64win64stub.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/x64sysvabicc.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/arm64abicc.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/IA32ABI.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/xabicc.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/AlienSUnitTestProcedures.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/ia32abicc.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/ppc32abicc.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/arm32abicc.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/x64win64abicc.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/UnixOSProcessPlugin
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/UnixOSProcessPlugin/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/UnixOSProcessPlugin/src/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FilePlugin
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FilePlugin/include
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FilePlugin/include/win
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FilePlugin/include/win/sqWin32File.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FilePlugin/include/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FilePlugin/include/common/FilePlugin.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FilePlugin/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/osx
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/osx/sqUnixFile.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/win
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/win/sqWin32FilePrims.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/unix
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SocketPlugin
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SocketPlugin/include
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SocketPlugin/include/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SocketPlugin/include/common/SocketPlugin.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SocketPlugin/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SocketPlugin/src/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/BitBltPlugin
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltArm.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltDispatch.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltArmSimd.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltInternal.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltGeneric.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltArmLinux.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltGeneric.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltArmSimd.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltArmOther.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltArm.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltDispatch.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jpeglib.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/README
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemsys.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jconfig.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmorecfg.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdct.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jversion.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/ReadMe.txt
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jinclude.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/README.6b2
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jpegint.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/LargeIntegers
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/LargeIntegers/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/LargeIntegers/src/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/include
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/include/osx
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/include/osx/sqGnu.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/include/osx/sqConfig.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/include/osx/sqPlatformSpecific.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/include/win
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/include/win/sqGnu.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/include/win/sqWin32HandleTable.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/include/win/sqWin32Alloc.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/include/win/sqWin32.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/include/win/sqConfig.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/include/win/sqPlatformSpecific.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/include/unix
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/include/unix/sqGnu.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/include/unix/sqConfig.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/include/unix/sqPlatformSpecific.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/include/unix/sqUnixCharConv.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/include/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/include/common/dispdbg.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/include/common/sqAtomicOps.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/include/common/sqAssert.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/include/common/sqVirtualMachine.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/include/common/sqaio.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/include/common/sqCogStackAlignment.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/include/common/sq.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/include/common/sqMemoryFence.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/include/common/sqMemoryAccess.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/src/osx
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/src/osx/aioOSX.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/src/win
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/src/win/sqWin32SpurAlloc.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/src/win/sqWin32Directory.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/src/win/aioWin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/src/unix
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/src/unix/sqUnixCharConv.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/src/unix/aio.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/src/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/src/common/sqNamedPrims.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/src/common/sqHeapMap.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/src/common/sqVirtualMachine.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/src/common/sqExternalSemaphores.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/src/common/sqTicker.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/src/common/heartbeat.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/include
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/include/pharovm
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/include/pharovm/pharoClient.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/include/pharovm/errorCode.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/include/pharovm/debug.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/include/pharovm/pathUtilities.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/include/pharovm/win
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/include/pharovm/win/resources.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/include/pharovm/interpreter.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/include/pharovm/config.h.in
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/include/pharovm/exportDefinition.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/include/pharovm/threads
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/include/pharovm/threads/vmthread.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/include/pharovm/macros.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/include/pharovm/sqNamedPrims.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/include/pharovm/jit
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/include/pharovm/jit/jit.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/include/pharovm/stringUtilities.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/include/pharovm/threadSafeQueue
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/include/pharovm/threadSafeQueue/threadSafeQueue.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/include/pharovm/imageAccess.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/include/pharovm/parameters
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/include/pharovm/parameters/parameterVector.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/include/pharovm/parameters/parameters.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/include/pharovm/sigjmp_support.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/include/pharovm/semaphores
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/include/pharovm/semaphores/pSemaphore.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/include/pharovm/semaphores/platformSemaphore.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/include/pharovm/semaphores/pharoSemaphore.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/include/pharovm/fileDialog.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/include/pharovm/pharo.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/packaging
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/packaging/linux
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/packaging/linux/bin
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/packaging/linux/bin/launch.sh.in
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/packaging/linux/launch.sh.in
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/plugins
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/plugins/UUIDPlugin
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/plugins/UUIDPlugin/common
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/plugins/UUIDPlugin/common/UUIDPlugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/resources
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/resources/img.image
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/resources/mac
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/resources/mac/PharoSources.icns
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/resources/mac/Pharo.icns
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/resources/mac/PharoImage.icns
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/resources/mac/PharoChanges.icns
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/resources/mac/Info.plist.in
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/resources/windows
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/resources/windows/PharoDLL.rc.in
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/resources/windows/dialogs.rc
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/resources/windows/PharoConsole.exe.manifest.in
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/resources/windows/Pharo.rc.in
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/resources/windows/Pharo.ico
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/resources/windows/Pharo.exe.manifest.in
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/resources/windows/PharoConsole.rc.in
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/scripts
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/scripts/installCygwin.ps1
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/scripts/runTests.sh
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/scripts/installVMMaker.st
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/scripts/runScriptInCygwinBash.ps1
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/nullDisplay.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/externalPrimitives.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/fileDialogUnix.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/fileUtilsWin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/fileDialogMac.m
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/imageAccess.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/stringUtilities.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/win32Main.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/win
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/win/winDebugMenu.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/win/winDebug.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/win/winDebugWindow.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/macAlias.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/fileDialogWin32.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/unixMain.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/utils
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/utils/setjmp-Windows-wrapper-ARM64.S
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/utils/setjmp-Windows-wrapper-X86.S
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/utils/setjmp-Windows-wrapper-X64.S
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/fileDialogCommon.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/client.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/pathUtilities.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/debug.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/errorCode.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/memoryUnix.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/utils.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/threadSafeQueue
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/threadSafeQueue/threadSafeQueue.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/parameters
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/parameters/parameters.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/parameters/parameters.m
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/parameters/parameterVector.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/fileUtils.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/debugUnix.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/semaphores
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/semaphores/pharoSemaphore.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/semaphores/platformSemaphore.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/utilsMac.mm
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffiTestLibrary
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffiTestLibrary/CMakeLists.txt
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffiTestLibrary/includes
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffiTestLibrary/includes/callbacks.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffiTestLibrary/includes/testLibrary.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffiTestLibrary/includes/structures.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffiTestLibrary/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffiTestLibrary/src/basic_types.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffiTestLibrary/src/structures.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffiTestLibrary/src/callback_types.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffiTestLibrary/src/callout.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffiTestLibrary/src/registerCallback.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffiTestLibrary/src/callbacks.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffi
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffi/include
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffi/include/callbacks.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffi/include/pThreadedFFIUtils.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffi/include/worker.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffi/include/workerTask.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffi/include/pThreadedFFI.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffi/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffi/src/typesPrimitives.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffi/src/functionDefinitionPrimitives.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffi/src/callbacks
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffi/src/callbacks/callbackPrimitives.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffi/src/callbacks/callbacks.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffi/src/primitiveUtils.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffi/src/pThreadedFFI.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffi/src/sameThread
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffi/src/sameThread/sameThread.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffi/src/utils.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffi/src/types.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffi/src/worker
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffi/src/worker/worker.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffi/src/worker/workerTask.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffi/src/worker/workerPrimitives.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffi/src/primitiveCalls.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/version.info
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/CMakeLists.txt
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/macros.cmake
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/plugins.cmake
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/plugins.macros.cmake
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated/
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//32
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//32/plugins
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//32/plugins/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//32/plugins/src/SurfacePlugin
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//32/plugins/src/SurfacePlugin/SurfacePlugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//32/plugins/src/FilePlugin
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//32/plugins/src/FilePlugin/FilePlugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//32/plugins/src/FloatArrayPlugin
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//32/plugins/src/FloatArrayPlugin/FloatArrayPlugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//32/vm
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//32/vm/include
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//32/vm/include/cogmethod.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//32/vm/include/cointerp.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//32/vm/include/vmCallback.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//32/vm/include/interp.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//32/vm/include/cogit.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//32/vm/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//32/vm/src/cointerp.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//32/vm/src/cogit.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//32/vm/src/cogitIA32.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//32/vm/src/cogitMIPSEL.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//32/vm/src/gcc3x-cointerp.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//32/vm/src/cogitARMv5.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//32/examplePlugins.ext
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//64
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//64/plugins
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//64/plugins/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//64/plugins/src/SurfacePlugin
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//64/plugins/src/SurfacePlugin/SurfacePlugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//64/plugins/src/FilePlugin
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//64/plugins/src/FilePlugin/FilePlugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//64/plugins/src/FloatArrayPlugin
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//64/plugins/src/FloatArrayPlugin/FloatArrayPlugin.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//64/vm
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//64/vm/include
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//64/vm/include/cogmethod.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//64/vm/include/cointerp.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//64/vm/include/vmCallback.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//64/vm/include/interp.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//64/vm/include/cogit.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//64/vm/src
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//64/vm/src/cogitX64SysV.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//64/vm/src/cointerp.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//64/vm/src/cogit.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//64/vm/src/cogitX64WIN64.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//64/vm/src/cogitaarch64.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//64/vm/src/gcc3x-cointerp.c
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//64/examplePlugins.ext
-- Up-to-date: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/cogmethod.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/cointerp.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/vmCallback.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/interp.h
-- Installing: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/cogit.h
Run CPack packaging tool...
/System/Volumes/Data/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cpack --config ./CPackConfig.cmake
CPack: Create package using ZIP
CPack: Install projects
CPack: - Run preinstall target for: PharoVM


warning, variable nsMethodCache doesn't exist or has already been removed
StackToRegisterMappingCogit>>freeAnyFloatRegNotConflictingWith: contains declaration for non-existent variable desc

pushNilSizeFunction localised to compileBlockBodies

savedFirstOpcodeIndex localised to compileBlockBodies

savedLastDumpedLiteralIndex localised to compileBlockBodies

savedNextLiteralIndex localised to compileBlockBodies

cStackAlignment localised to compileCallFor:numArgs:arg:arg:arg:arg:resultReg:regsToSave:

cPICEndOfCodeLabel localised to generateClosedPICPrototype

endCPICCase1 localised to generateClosedPICPrototype

primitiveGeneratorTable localised to primitiveDescriptor

numPushNilsFunction localised to scanBlock:

warning, variable nsMethodCache doesn't exist or has already been removed
StackToRegisterMappingCogit>>freeAnyFloatRegNotConflictingWith: contains declaration for non-existent variable desc

pushNilSizeFunction localised to compileBlockBodies

cStackAlignment localised to compileCallFor:numArgs:arg:arg:arg:arg:resultReg:regsToSave:

cPICEndOfCodeLabel localised to generateClosedPICPrototype

endCPICCase1 localised to generateClosedPICPrototype

primitiveGeneratorTable localised to primitiveDescriptor

numPushNilsFunction localised to scanBlock:CPack: - Install project: PharoVM []
CPack: -   Install component: Unspecified
CPack: -   Install component: bin
CPack: -   Install component: c-src


warning, variable nsMethodCache doesn't exist or has already been removedCPack: -   Install component: include
CPack: Create package

StackToRegisterMappingCogit>>freeAnyFloatRegNotConflictingWith: contains declaration for non-existent variable desc

pushNilSizeFunction localised to compileBlockBodies

cStackAlignment localised to compileCallFor:numArgs:arg:arg:arg:arg:resultReg:regsToSave:

cPICEndOfCodeLabel localised to generateClosedPICPrototype

endCPICCase1 localised to generateClosedPICPrototype

primitiveGeneratorTable localised to primitiveDescriptor

numPushNilsFunction localised to scanBlock:
26 June 2022 11:21:56.859742 pm
CPack: - package: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/packages/PharoVM-9.0.15-4a14a4a7-Windows-x86_64-Unspecified.tar.gz generated.
CPack: - checksum file: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/packages/PharoVM-9.0.15-4a14a4a7-Windows-x86_64-Unspecified.tar.gz.sha1 generated.
CPack: - package: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/packages/PharoVM-9.0.15-4a14a4a7-Windows-x86_64-bin.tar.gz generated.
CPack: - checksum file: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/packages/PharoVM-9.0.15-4a14a4a7-Windows-x86_64-bin.tar.gz.sha1 generated.
CPack: - package: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/packages/PharoVM-9.0.15-4a14a4a7-Windows-x86_64-c-src.tar.gz generated.
CPack: - checksum file: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/packages/PharoVM-9.0.15-4a14a4a7-Windows-x86_64-c-src.tar.gz.sha1 generated.
CPack: - package: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/packages/PharoVM-9.0.15-4a14a4a7-Windows-x86_64-include.tar.gz generated.
CPack: - checksum file: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build/build/packages/PharoVM-9.0.15-4a14a4a7-Windows-x86_64-include.tar.gz.sha1 generated.
warning, signature of InterpreterProxy>>characterTable does not match reference implementation.
warning, signature of InterpreterProxy>>fullGC does not match reference implementation.
warning, signature of InterpreterProxy>>pop:thenPush: does not match reference implementation.
warning, signature of InterpreterProxy>>positive32BitValueOf: does not match reference implementation.
warning, signature of InterpreterProxy>>pushRemappableOop: does not match reference implementation.
external plugin FilePlugin generated as FilePlugin[Pipeline] }
[Pipeline] // withEnv

warning, signature of InterpreterProxy>>pop:thenPush: does not match reference implementation.
warning, signature of InterpreterProxy>>pushBool: does not match reference implementation.
external plugin FloatArrayPlugin generated as FloatArrayPlugin
warning, signature of InterpreterProxy>>pop:thenPush: does not match reference implementation.
external plugin SurfacePlugin generated as SurfacePlugin
26 June 2022 11:21:57.465085 pm
PharoVMMaker
cd /builds/workspace/pharo-vm_pharo-9/build-stockReplacement && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/build-stockReplacement /builds/workspace/pharo-vm_pharo-9/build-stockReplacement /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/PharoVMCore.dir/DependInfo.cmake --color=
[Pipeline] stash
Dependee "/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/PharoVMCore.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/PharoVMCore.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/PharoVMCore.dir/depend.internal".
Scanning dependencies of target PharoVMCore
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
make -f CMakeFiles/PharoVMCore.dir/build.make CMakeFiles/PharoVMCore.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
[ 14%] Building C object CMakeFiles/PharoVMCore.dir/src/debug.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/src/debug.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/src/debug.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/src/debug.c:1:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/src/debug.c: In function ‘getVersionInfo’:
/builds/workspace/pharo-vm_pharo-9/repository/src/debug.c:145:16: warning: unused variable ‘__cogitBuildInfo’ [-Wunused-variable]
   extern char *__cogitBuildInfo;
                ^
[ 15%] Building C object CMakeFiles/PharoVMCore.dir/src/utils.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/src/utils.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/src/utils.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/src/utils.c:1:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/src/utils.c: At top level:
/builds/workspace/pharo-vm_pharo-9/repository/src/utils.c:496:17: warning: ‘max’ defined but not used [-Wunused-function]
 static long int max(long int x, long int y) { return (x > y) ? x : y; }
                 ^
[ 15%] Building C object CMakeFiles/PharoVMCore.dir/src/errorCode.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/src/errorCode.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/src/errorCode.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/errorCode.h:6,
                 from /builds/workspace/pharo-vm_pharo-9/repository/src/errorCode.c:1:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 16%] Building C object CMakeFiles/PharoVMCore.dir/src/nullDisplay.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/src/nullDisplay.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/src/nullDisplay.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/src/nullDisplay.c:1:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/src/nullDisplay.c: At top level:
/builds/workspace/pharo-vm_pharo-9/repository/src/nullDisplay.c:208:1: warning: ‘dropInit’ defined but not used [-Wunused-function]
 dropInit (void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/src/nullDisplay.c:215:1: warning: ‘dropShutdown’ defined but not used [-Wunused-function]
 dropShutdown (void)
 ^
[ 17%] Building C object CMakeFiles/PharoVMCore.dir/src/externalPrimitives.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/src/externalPrimitives.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/src/externalPrimitives.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/src/externalPrimitives.c:33:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 17%] Building C object CMakeFiles/PharoVMCore.dir/src/client.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/src/client.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/src/client.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/src/client.c:1:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/src/client.c: In function ‘loadPharoImage’:
/builds/workspace/pharo-vm_pharo-9/repository/src/client.c:206:12: warning: variable ‘imageSize’ set but not used [-Wunused-but-set-variable]
     size_t imageSize = 0;
            ^
[ 18%] Building C object CMakeFiles/PharoVMCore.dir/src/pathUtilities.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/src/pathUtilities.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/src/pathUtilities.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/errorCode.h:6,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pathUtilities.h:8,
                 from /builds/workspace/pharo-vm_pharo-9/repository/src/pathUtilities.c:1:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 18%] Building C object CMakeFiles/PharoVMCore.dir/src/fileDialogCommon.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/src/fileDialogCommon.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/src/fileDialogCommon.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/errorCode.h:6,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/fileDialog.h:4,
                 from /builds/workspace/pharo-vm_pharo-9/repository/src/fileDialogCommon.c:1:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 19%] Building C object CMakeFiles/PharoVMCore.dir/src/stringUtilities.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/src/stringUtilities.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/src/stringUtilities.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/errorCode.h:6,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/stringUtilities.h:6,
                 from /builds/workspace/pharo-vm_pharo-9/repository/src/stringUtilities.c:1:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 19%] Building C object CMakeFiles/PharoVMCore.dir/src/imageAccess.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/src/imageAccess.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/src/imageAccess.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/src/imageAccess.c:1:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 20%] Building C object CMakeFiles/PharoVMCore.dir/src/parameters/parameterVector.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/src/parameters/parameterVector.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/src/parameters/parameterVector.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/errorCode.h:6,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/parameters/parameterVector.h:10,
                 from /builds/workspace/pharo-vm_pharo-9/repository/src/parameters/parameterVector.c:1:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 20%] Building C object CMakeFiles/PharoVMCore.dir/src/parameters/parameters.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/src/parameters/parameters.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/src/parameters/parameters.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/src/parameters/parameters.c:1:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 21%] Building C object CMakeFiles/PharoVMCore.dir/src/semaphores/platformSemaphore.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/src/semaphores/platformSemaphore.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/src/semaphores/platformSemaphore.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/src/semaphores/platformSemaphore.c:1:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 22%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/heartbeat.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/heartbeat.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/heartbeat.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/heartbeat.c:19:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 22%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/functionDefinitionPrimitives.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/functionDefinitionPrimitives.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/ffi/src/functionDefinitionPrimitives.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/src/functionDefinitionPrimitives.c:1:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 23%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/primitiveCalls.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/primitiveCalls.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/ffi/src/primitiveCalls.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/src/primitiveCalls.c:1:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/ffi/src/primitiveCalls.c: In function ‘primitiveReleaseParametersForCall’:
/builds/workspace/pharo-vm_pharo-9/repository/ffi/src/primitiveCalls.c:102:8: warning: variable ‘aReturnAddress’ set but not used [-Wunused-but-set-variable]
  sqInt aReturnAddress;
        ^
[ 23%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/primitiveUtils.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/primitiveUtils.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/ffi/src/primitiveUtils.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/src/primitiveUtils.c:1:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 24%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/types.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/types.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/ffi/src/types.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/src/types.c:1:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/ffi/src/types.c: In function ‘fillBasicType’:
/builds/workspace/pharo-vm_pharo-9/repository/ffi/src/types.c:112:2: warning: ‘address’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  setHandler(aOop, address);
  ^
[ 24%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/typesPrimitives.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/typesPrimitives.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/ffi/src/typesPrimitives.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/src/typesPrimitives.c:1:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 25%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/utils.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/utils.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/ffi/src/utils.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/src/utils.c:1:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 25%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/sameThread/sameThread.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/sameThread/sameThread.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/ffi/src/sameThread/sameThread.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/src/sameThread/sameThread.c:3:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/ffi/src/sameThread/sameThread.c: In function ‘sameThreadCallbackEnter’:
/builds/workspace/pharo-vm_pharo-9/repository/ffi/src/sameThread/sameThread.c:34:8: warning: unused variable ‘flags’ [-Wunused-variable]
  sqInt flags;
        ^
[ 26%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbackPrimitives.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbackPrimitives.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/ffi/src/callbacks/callbackPrimitives.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/callbacks.h:6,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/src/callbacks/callbackPrimitives.c:1:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/ffi/src/callbacks/callbackPrimitives.c: In function ‘primitiveRegisterCallback’:
/builds/workspace/pharo-vm_pharo-9/repository/ffi/src/callbacks/callbackPrimitives.c:102:11: warning: unused variable ‘handler’ [-Wunused-variable]
     void *handler;
           ^
[ 27%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbacks.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbacks.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/ffi/src/callbacks/callbacks.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/callbacks.h:6,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/src/callbacks/callbacks.c:1:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 27%] Building C object CMakeFiles/PharoVMCore.dir/src/semaphores/pharoSemaphore.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/src/semaphores/pharoSemaphore.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/src/semaphores/pharoSemaphore.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/src/semaphores/pharoSemaphore.c:1:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 28%] Building C object CMakeFiles/PharoVMCore.dir/src/threadSafeQueue/threadSafeQueue.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/src/threadSafeQueue/threadSafeQueue.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/src/threadSafeQueue/threadSafeQueue.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/semaphores/platformSemaphore.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/repository/src/threadSafeQueue/threadSafeQueue.c:2:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 28%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/pThreadedFFI.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/pThreadedFFI.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/ffi/src/pThreadedFFI.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/src/pThreadedFFI.c:1:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 29%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/worker/worker.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/worker/worker.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/ffi/src/worker/worker.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/src/worker/worker.c:1:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 29%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerPrimitives.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerPrimitives.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/ffi/src/worker/workerPrimitives.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/src/worker/workerPrimitives.c:1:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 30%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerTask.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerTask.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/ffi/src/worker/workerTask.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/callbacks.h:6,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/workerTask.h:6,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/src/worker/workerTask.c:1:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 30%] Building C object CMakeFiles/PharoVMCore.dir/generated/64/vm/src/cogit.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/generated/64/vm/src/cogit.c.o   -c /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:14,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
In file included from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genCaptureCStackPointers’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:2235:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:2234:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:2233:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:2232:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘sizePCDependentInstructionAt’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:2671:9: warning: statement with no effect [-Wunused-value]
    error("Case not found and no otherwise clause");
         ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘gAndCqRR’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:2733:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘addCogMethodsToHeapMap’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:2119:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:2795:31: note: in expansion of macro ‘roundUpLength’
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘addressIsInInstructions’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:2810:29: warning: suggest parentheses around ‘-’ in operand of ‘&’ [-Wparentheses]
  return !((usqInt)(address) & BytesPerWord-1) \
                             ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘allMachineCodeObjectReferencesValid’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:2119:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:2872:31: note: in expansion of macro ‘roundUpLength’
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘allMethodsHaveCorrectHeader’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:2119:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:2890:31: note: in expansion of macro ‘roundUpLength’
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘callCogCodePopReceiver’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:3243:7: warning: statement with no effect [-Wunused-value]
  error("what??");
       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘ceCPICMissreceiver’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:3276:11: warning: variable ‘result’ set but not used [-Wunused-but-set-variable]
     sqInt result;
           ^
In file included from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:15:0,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘ceSICMiss’:
/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/jit/jit.h:24:52: warning: statement with no effect [-Wunused-value]
 #define flushICacheFromto(startAddress,endAddress) 0
                                                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:3470:4: note: in expansion of macro ‘flushICacheFromto’
    flushICacheFromto(((usqInt)pic), (((usqInt)pic)) + closedPICSize);
    ^
/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/jit/jit.h:24:52: warning: statement with no effect [-Wunused-value]
 #define flushICacheFromto(startAddress,endAddress) 0
                                                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:3497:2: note: in expansion of macro ‘flushICacheFromto’
  flushICacheFromto((((usqInt)outerReturn)) - extent, ((usqInt)outerReturn));
  ^
In file included from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:3386:11: warning: variable ‘result’ set but not used [-Wunused-but-set-variable]
     sqInt result;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:3380:11: warning: variable ‘extent’ set but not used [-Wunused-but-set-variable]
     sqInt extent;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:3378:11: warning: variable ‘entryPoint’ set but not used [-Wunused-but-set-variable]
     sqInt entryPoint;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘checkAssertsEnabledInCogit’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:3506:11: warning: variable ‘assertsAreEnabledInCogit’ set but not used [-Wunused-but-set-variable]
     sqInt assertsAreEnabledInCogit;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘checkIfValidOopRefAndTargetpccogMethod’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:3571:12: warning: variable ‘sendTable1’ set but not used [-Wunused-but-set-variable]
     sqInt *sendTable1;
            ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘checkIfValidOopRefpccogMethod’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:3689:12: warning: variable ‘sendTable’ set but not used [-Wunused-but-set-variable]
     sqInt *sendTable;
            ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘checkIntegrityOfObjectReferencesInCode’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:2119:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:3838:31: note: in expansion of macro ‘roundUpLength’
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘cleanUpFailingCogCodeConstituents’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:2119:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:3907:31: note: in expansion of macro ‘roundUpLength’
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘cogCodeConstituents’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:2119:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:4030:31: note: in expansion of macro ‘roundUpLength’
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:2119:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:4079:31: note: in expansion of macro ‘roundUpLength’
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
In file included from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:15:0,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘cogExtendPICCaseNMethodtagisMNUCase’:
/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/jit/jit.h:24:52: warning: statement with no effect [-Wunused-value]
 #define flushICacheFromto(startAddress,endAddress) 0
                                                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:4161:2: note: in expansion of macro ‘flushICacheFromto’
  flushICacheFromto(((usqInt)cPIC), (((usqInt)cPIC)) + closedPICSize);
  ^
In file included from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘cogMethodDoesntLookKosher’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:4266:62: warning: passing argument 1 of ‘methodFor’ makes pointer from integer without a cast [-Wint-conversion]
      || (((cogMethod->methodObject)) == (((usqInt)(methodFor((cogMethod->methodObject))))))))) {
                                                              ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:773:20: note: expected ‘void *’ but argument is of type ‘sqInt {aka long int}’
 extern CogMethod * methodFor(void *address);
                    ^
In file included from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:15:0,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘cogMNUPICSelectorreceivermethodOperandnumArgs’:
/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/jit/jit.h:24:52: warning: statement with no effect [-Wunused-value]
 #define flushICacheFromto(startAddress,endAddress) 0
                                                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:4357:2: note: in expansion of macro ‘flushICacheFromto’
  flushICacheFromto(((usqInt)pic), (((usqInt)pic)) + closedPICSize);
  ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘cogOpenPICSelectornumArgs’:
/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/jit/jit.h:24:52: warning: statement with no effect [-Wunused-value]
 #define flushICacheFromto(startAddress,endAddress) 0
                                                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:4440:2: note: in expansion of macro ‘flushICacheFromto’
  flushICacheFromto(((usqInt)pic), (((usqInt)pic)) + openPICSize);
  ^
In file included from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:4374:11: warning: variable ‘mapSize’ set but not used [-Wunused-but-set-variable]
     sqInt mapSize;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:4372:11: warning: variable ‘end’ set but not used [-Wunused-but-set-variable]
     sqInt end;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:4371:11: warning: variable ‘codeSize’ set but not used [-Wunused-but-set-variable]
     sqInt codeSize;
           ^
In file included from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:15:0,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘cogPICSelectornumArgsCase0MethodCase1MethodtagisMNUCase’:
/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/jit/jit.h:24:52: warning: statement with no effect [-Wunused-value]
 #define flushICacheFromto(startAddress,endAddress) 0
                                                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:4509:2: note: in expansion of macro ‘flushICacheFromto’
  flushICacheFromto(((usqInt)pic), (((usqInt)pic)) + closedPICSize);
  ^
In file included from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘collectCogConstituentForAnnotationMcpcBcpcMethod’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:4585:36: warning: passing argument 1 of ‘positive64BitIntegerFor’ makes integer from pointer without a cast [-Wint-conversion]
  address = positive64BitIntegerFor(mcpc);
                                    ^
In file included from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:22:0,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include/cointerp.h:93:14: note: expected ‘long unsigned int’ but argument is of type ‘char *’
 extern sqInt positive64BitIntegerFor(usqLong integerValue);
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:4626:85: warning: passing argument 2 of ‘inlineCacheTagAt’ makes integer from pointer without a cast [-Wint-conversion]
     (targetMethod1->methodObject = classForInlineCacheTag(inlineCacheTagAt(backEnd, mcpc)));
                                                                                     ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:2548:1: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
 inlineCacheTagAt(AbstractInstruction * self_in_inlineCacheTagAt, sqInt callSiteReturnAddress)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:4576:12: warning: variable ‘sendTable1’ set but not used [-Wunused-but-set-variable]
     sqInt *sendTable1;
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:15:0,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘compactCogCompiledCode’:
/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/jit/jit.h:24:52: warning: statement with no effect [-Wunused-value]
 #define flushICacheFromto(startAddress,endAddress) 0
                                                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:4903:2: note: in expansion of macro ‘flushICacheFromto’
  flushICacheFromto(((usqInt)methodZoneBase), ((usqInt)(youngReferrers())));
  ^
In file included from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘compactPICsWithFreedTargets’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:2119:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:4920:31: note: in expansion of macro ‘roundUpLength’
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘compileBlockDispatchFromto’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:4959:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:4955:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘compileBlockEntry’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:5033:8: warning: statement with no effect [-Wunused-value]
   error("Case not found and no otherwise clause");
        ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘compileCallFornumArgsargargargargresultRegregsToSave’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:5102:3: warning: statement with no effect [-Wunused-value]
   ((AbstractInstruction *) backEnd);
   ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:5118:3: warning: statement with no effect [-Wunused-value]
   ((AbstractInstruction *) backEnd);
   ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:5134:3: warning: statement with no effect [-Wunused-value]
   ((AbstractInstruction *) backEnd);
   ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:5150:3: warning: statement with no effect [-Wunused-value]
   ((AbstractInstruction *) backEnd);
   ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:5166:2: warning: statement with no effect [-Wunused-value]
  ((AbstractInstruction *) backEnd);
  ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:5069:11: warning: variable ‘literal2’ set but not used [-Wunused-but-set-variable]
     sqInt literal2;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:5068:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:5065:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:5064:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:5063:26: warning: variable ‘anInstruction21’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction21;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:5062:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:5061:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:5060:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘computeEntryOffsets’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:2119:49: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                                 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:5389:25: note: in expansion of macro ‘roundUpLength’
  if (entryPointMask >= (roundUpLength(1))) {
                         ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:5390:8: warning: statement with no effect [-Wunused-value]
   error("cannot differentiate checked and unchecked entry-points with current cog method alignment");
        ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘configureCPICCase0Case1MethodtagisMNUCasenumArgsdelta’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:5524:2: warning: statement with no effect [-Wunused-value]
  ((AbstractInstruction *) backEnd);
  ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:5489:11: warning: variable ‘pc’ set but not used [-Wunused-but-set-variable]
     sqInt pc;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘configureMNUCPICmethodOperandnumArgsdelta’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:5573:2: warning: statement with no effect [-Wunused-value]
  ((AbstractInstruction *) backEnd);
  ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:5548:11: warning: variable ‘pc’ set but not used [-Wunused-but-set-variable]
     sqInt pc;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘enterCogCodePopReceiver’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:5920:7: warning: statement with no effect [-Wunused-value]
  error("what??");
       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘fillInMethodHeadersizeselector’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:6112:9: warning: statement with no effect [-Wunused-value]
    error("too much code for stack check offset");
         ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:6078:16: warning: variable ‘originalMethod’ set but not used [-Wunused-but-set-variable]
     CogMethod *originalMethod;
                ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘followForwardedMethods’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:2119:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:6326:31: note: in expansion of macro ‘roundUpLength’
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘freeUnmarkedMachineCode’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:2119:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:6428:31: note: in expansion of macro ‘roundUpLength’
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genCheckForInterruptsTrampoline’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:6466:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genEnilopmartForandandforCallcalled’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:6510:11: warning: variable ‘size’ set but not used [-Wunused-but-set-variable]
     sqInt size;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:6506:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:15:0,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘generateCaptureCStackPointers’:
/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/jit/jit.h:24:52: warning: statement with no effect [-Wunused-value]
 #define flushICacheFromto(startAddress,endAddress) 0
                                                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:6611:2: note: in expansion of macro ‘flushICacheFromto’
  flushICacheFromto(((usqInt)startAddress), ((usqInt)methodZoneBase));
  ^
In file included from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘generateClosedPICPrototype’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:2119:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:6719:18: note: in expansion of macro ‘roundUpLength’
  closedPICSize = roundUpLength(closedPICSize);
                  ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:6741:16: warning: assignment makes integer from pointer without a cast [-Wint-conversion]
  cPICPrototype = cPIC;
                ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:6640:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:6629:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:6628:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:6627:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:6626:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘generateCogFullBlock’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:2119:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:6781:14: note: in expansion of macro ‘roundUpLength’
  totalSize = roundUpLength((headerSize + codeSize) + mapSize);
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:15:0,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/jit/jit.h:24:52: warning: statement with no effect [-Wunused-value]
 #define flushICacheFromto(startAddress,endAddress) 0
                                                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:6814:2: note: in expansion of macro ‘flushICacheFromto’
  flushICacheFromto(((usqInt)method), (((usqInt)method)) + totalSize);
  ^
In file included from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘generateCogMethod’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:2119:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:6855:14: note: in expansion of macro ‘roundUpLength’
  totalSize = roundUpLength((headerSize + codeSize) + mapSize);
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:15:0,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/jit/jit.h:24:52: warning: statement with no effect [-Wunused-value]
 #define flushICacheFromto(startAddress,endAddress) 0
                                                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:6887:2: note: in expansion of macro ‘flushICacheFromto’
  flushICacheFromto(((usqInt)method), (((usqInt)method)) + totalSize);
  ^
In file included from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘generateOpenPICPrototype’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:2119:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:7016:17: note: in expansion of macro ‘roundUpLength’
  openPICSize = (roundUpLength((sizeof(CogMethod)) + codeSize)) + (roundUpLength(mapSize));
                 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:2119:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:7016:67: note: in expansion of macro ‘roundUpLength’
  openPICSize = (roundUpLength((sizeof(CogMethod)) + codeSize)) + (roundUpLength(mapSize));
                                                                   ^
In file included from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:15:0,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘generateTrampolines’:
/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/jit/jit.h:24:52: warning: statement with no effect [-Wunused-value]
 #define flushICacheFromto(startAddress,endAddress) 0
                                                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:7123:2: note: in expansion of macro ‘flushICacheFromto’
  flushICacheFromto(((usqInt)methodZoneStart), ((usqInt)methodZoneBase));
  ^
In file included from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘generateVMOwnerLockFunctions’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:7132:11: warning: unused variable ‘startAddress’ [-Wunused-variable]
     sqInt startAddress;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:7131:11: warning: unused variable ‘opcodeSize’ [-Wunused-variable]
     sqInt opcodeSize;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:7130:11: warning: unused variable ‘fixupSize’ [-Wunused-variable]
     sqInt fixupSize;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genGetLeafCallStackPointer’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:7176:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genInnerPICAbortTrampoline’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:7230:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genLoadCStackPointersForPrimCall’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:7251:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:7250:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:7249:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:7248:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genLoadInlineCacheWithSelector’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:7310:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genNonLocalReturnTrampoline’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:7326:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘incrementUsageOfTargetIfLinkedSendmcpcignored’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:7601:12: warning: variable ‘sendTable1’ set but not used [-Wunused-but-set-variable]
     sqInt *sendTable1;
            ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘indexForSelectorinat’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:7671:7: warning: statement with no effect [-Wunused-value]
  error("could not find selector in method when unlinking send site");
       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘inverseBranchFor’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:7846:8: warning: statement with no effect [-Wunused-value]
   error("Case not found and no otherwise clause");
        ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:7848:7: warning: statement with no effect [-Wunused-value]
  error("invalid opcode for inverse");
       ^
In file included from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:15:0,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘linkSendAtintooffsetreceiver’:
/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/jit/jit.h:24:52: warning: statement with no effect [-Wunused-value]
 #define flushICacheFromto(startAddress,endAddress) 0
                                                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:7989:2: note: in expansion of macro ‘flushICacheFromto’
  flushICacheFromto((((usqInt)callSiteReturnAddress)) - extent, ((usqInt)callSiteReturnAddress));
  ^
In file included from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:7966:11: warning: variable ‘extent’ set but not used [-Wunused-but-set-variable]
     sqInt extent;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘mapObjectReferencesInMachineCodeForBecome’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:8217:13: warning: statement with no effect [-Wunused-value]
        error("attempt to become two cogged methods");
             ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:8220:13: warning: statement with no effect [-Wunused-value]
        error("attempt to become cogged method into different method");
             ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:2119:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:8276:31: note: in expansion of macro ‘roundUpLength’
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
In file included from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:15:0,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/jit/jit.h:24:52: warning: statement with no effect [-Wunused-value]
 #define flushICacheFromto(startAddress,endAddress) 0
                                                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:8291:3: note: in expansion of macro ‘flushICacheFromto’
   flushICacheFromto(((usqInt)codeBase), ((usqInt)(limitZony())));
   ^
In file included from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:8182:11: warning: variable ‘val’ set but not used [-Wunused-but-set-variable]
     sqInt val;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘mapObjectReferencesInMachineCodeForFullGC’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:2119:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:8364:31: note: in expansion of macro ‘roundUpLength’
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
In file included from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:15:0,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/jit/jit.h:24:52: warning: statement with no effect [-Wunused-value]
 #define flushICacheFromto(startAddress,endAddress) 0
                                                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:8376:3: note: in expansion of macro ‘flushICacheFromto’
   flushICacheFromto(((usqInt)codeBase), ((usqInt)(limitZony())));
   ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘mapObjectReferencesInMachineCodeForYoungGC’:
/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/jit/jit.h:24:52: warning: statement with no effect [-Wunused-value]
 #define flushICacheFromto(startAddress,endAddress) 0
                                                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:8486:3: note: in expansion of macro ‘flushICacheFromto’
   flushICacheFromto(((usqInt)codeBase), ((usqInt)(limitZony())));
   ^
In file included from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:8402:11: warning: variable ‘val’ set but not used [-Wunused-but-set-variable]
     sqInt val;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘mapObjectReferencesInMachineCode’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:8509:8: warning: statement with no effect [-Wunused-value]
   error("Case not found and no otherwise clause");
        ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:8512:8: warning: statement with no effect [-Wunused-value]
   error("youngReferrers list overflowed");
        ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘markAndTraceMachineCodeOfMarkedMethods’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:2119:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:8634:31: note: in expansion of macro ‘roundUpLength’
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
In file included from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:15:0,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/jit/jit.h:24:52: warning: statement with no effect [-Wunused-value]
 #define flushICacheFromto(startAddress,endAddress) 0
                                                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:8648:3: note: in expansion of macro ‘flushICacheFromto’
   flushICacheFromto(((usqInt)codeBase), ((usqInt)(limitZony())));
   ^
In file included from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:8536:11: warning: variable ‘val1’ set but not used [-Wunused-but-set-variable]
     sqInt val1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:8535:11: warning: variable ‘val’ set but not used [-Wunused-but-set-variable]
     sqInt val;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘markAndTraceOrFreeCogMethodfirstVisit’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:8693:11: warning: variable ‘val’ set but not used [-Wunused-but-set-variable]
     sqInt val;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘markLiteralsAndUnlinkIfUnmarkedSendpcmethod’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:8859:140: warning: passing argument 3 of ‘inlineCacheValueForSelectorinat’ makes integer from pointer without a cast [-Wint-conversion]
     rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), inlineCacheValueForSelectorinat((targetMethod1->selector), enumeratingCogMethod, mcpc), unlinkedRoutine);
                                                                                                                                            ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:7780:1: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
 inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:8803:11: warning: variable ‘val’ set but not used [-Wunused-but-set-variable]
     sqInt val;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘markLiteralspcmethod’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:8880:11: warning: variable ‘entryPoint1’ set but not used [-Wunused-but-set-variable]
     sqInt entryPoint1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:8879:12: warning: variable ‘cacheTag1’ set but not used [-Wunused-but-set-variable]
     usqInt cacheTag1;
            ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘noCogMethodsMaximallyMarked’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:2119:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:9303:31: note: in expansion of macro ‘roundUpLength’
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘outputInstructionsForGeneratedRuntimeAt’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:9352:11: warning: variable ‘size’ set but not used [-Wunused-but-set-variable]
     sqInt size;
           ^
In file included from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:15:0,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘patchToOpenPICFornumArgsreceiver’:
/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/jit/jit.h:24:52: warning: statement with no effect [-Wunused-value]
 #define flushICacheFromto(startAddress,endAddress) 0
                                                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:9415:4: note: in expansion of macro ‘flushICacheFromto’
    flushICacheFromto(((usqInt)oPIC), (((usqInt)oPIC)) + openPICSize);
    ^
/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/jit/jit.h:24:52: warning: statement with no effect [-Wunused-value]
 #define flushICacheFromto(startAddress,endAddress) 0
                                                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:9442:2: note: in expansion of macro ‘flushICacheFromto’
  flushICacheFromto((((usqInt)outerReturn)) - extent, ((usqInt)outerReturn));
  ^
In file included from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:9390:11: warning: variable ‘extent’ set but not used [-Wunused-but-set-variable]
     sqInt extent;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘recordRunTimeObjectReferences’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:9552:10: warning: statement with no effect [-Wunused-value]
     error("attempt to generate run-time routine containing young object reference.  Cannot initialize Cogit run-time.");
          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘relocateCallsInClosedPIC’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:9674:2: warning: statement with no effect [-Wunused-value]
  ((AbstractInstruction *) backEnd);
  ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:9633:11: warning: variable ‘pc1’ set but not used [-Wunused-but-set-variable]
     sqInt pc1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘relocateIfCallOrMethodReferencemcpcdelta’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:9729:126: warning: passing argument 3 of ‘indexForSelectorinat’ makes integer from pointer without a cast [-Wint-conversion]
   rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), indexForSelectorinat((targetMethod->selector), enumeratingCogMethod, mcpc), unlinkedRoutine);
                                                                                                                              ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:7649:1: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
 indexForSelectorinat(sqInt selector, CogMethod *cogMethod, sqInt mcpc)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘remapIfObjectRefpchasYoung’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:9755:12: warning: variable ‘sendTable1’ set but not used [-Wunused-but-set-variable]
     sqInt *sendTable1;
            ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘spanForCleanBlockStartingAt’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:9971:7: warning: statement with no effect [-Wunused-value]
  error("couldn't locate end of clean block");
       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘unlinkAllSends’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:2119:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:10138:31: note: in expansion of macro ‘roundUpLength’
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
In file included from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:15:0,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/jit/jit.h:24:52: warning: statement with no effect [-Wunused-value]
 #define flushICacheFromto(startAddress,endAddress) 0
                                                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:10148:2: note: in expansion of macro ‘flushICacheFromto’
  flushICacheFromto(((usqInt)methodZoneBase), ((usqInt)(limitZony())));
  ^
In file included from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘unlinkIfFreeOrLinkedSendpcof’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:10193:140: warning: passing argument 3 of ‘inlineCacheValueForSelectorinat’ makes integer from pointer without a cast [-Wint-conversion]
     rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), inlineCacheValueForSelectorinat((targetMethod1->selector), enumeratingCogMethod, mcpc), unlinkedRoutine);
                                                                                                                                            ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:7780:1: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
 inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘unlinkIfInvalidClassSendpcignored’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:10245:141: warning: passing argument 3 of ‘inlineCacheValueForSelectorinat’ makes integer from pointer without a cast [-Wint-conversion]
      rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), inlineCacheValueForSelectorinat((targetMethod1->selector), enumeratingCogMethod, mcpc), unlinkedRoutine);
                                                                                                                                             ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:7780:1: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
 inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘unlinkIfLinkedSendToFreepcignored’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:10295:140: warning: passing argument 3 of ‘inlineCacheValueForSelectorinat’ makes integer from pointer without a cast [-Wint-conversion]
     rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), inlineCacheValueForSelectorinat((targetMethod1->selector), enumeratingCogMethod, mcpc), unlinkedRoutine);
                                                                                                                                            ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:7780:1: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
 inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘unlinkIfLinkedSendpcignored’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:10343:139: warning: passing argument 3 of ‘inlineCacheValueForSelectorinat’ makes integer from pointer without a cast [-Wint-conversion]
    rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), inlineCacheValueForSelectorinat((targetMethod1->selector), enumeratingCogMethod, mcpc), unlinkedRoutine);
                                                                                                                                           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:7780:1: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
 inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘unlinkIfLinkedSendpcto’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:10391:140: warning: passing argument 3 of ‘inlineCacheValueForSelectorinat’ makes integer from pointer without a cast [-Wint-conversion]
     rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), inlineCacheValueForSelectorinat((targetMethod1->selector), enumeratingCogMethod, mcpc), unlinkedRoutine);
                                                                                                                                            ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:7780:1: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
 inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘unlinkSendsLinkedForInvalidClasses’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:2119:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:10465:31: note: in expansion of macro ‘roundUpLength’
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
In file included from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:15:0,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/jit/jit.h:24:52: warning: statement with no effect [-Wunused-value]
 #define flushICacheFromto(startAddress,endAddress) 0
                                                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:10479:3: note: in expansion of macro ‘flushICacheFromto’
   flushICacheFromto(((usqInt)methodZoneBase), ((usqInt)(limitZony())));
   ^
In file included from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘unlinkSendsOfisMNUSelector’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:2119:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:10531:32: note: in expansion of macro ‘roundUpLength’
    cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                                ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:2119:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:10543:32: note: in expansion of macro ‘roundUpLength’
    cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                                ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:2119:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:10595:31: note: in expansion of macro ‘roundUpLength’
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
In file included from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:15:0,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/jit/jit.h:24:52: warning: statement with no effect [-Wunused-value]
 #define flushICacheFromto(startAddress,endAddress) 0
                                                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:10606:3: note: in expansion of macro ‘flushICacheFromto’
   flushICacheFromto(((usqInt)methodZoneBase), ((usqInt)(limitZony())));
   ^
In file included from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘unlinkSendsToFree’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:2119:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:10672:31: note: in expansion of macro ‘roundUpLength’
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
In file included from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:15:0,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/jit/jit.h:24:52: warning: statement with no effect [-Wunused-value]
 #define flushICacheFromto(startAddress,endAddress) 0
                                                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:10683:3: note: in expansion of macro ‘flushICacheFromto’
   flushICacheFromto(((usqInt)methodZoneBase), ((usqInt)(limitZony())));
   ^
In file included from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘unlinkSendsToandFreeIf’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:2119:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:10760:31: note: in expansion of macro ‘roundUpLength’
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
In file included from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:15:0,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/jit/jit.h:24:52: warning: statement with no effect [-Wunused-value]
 #define flushICacheFromto(startAddress,endAddress) 0
                                                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:10776:3: note: in expansion of macro ‘flushICacheFromto’
   flushICacheFromto(((usqInt)methodZoneBase), ((usqInt)(limitZony())));
   ^
In file included from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘addAllToYoungReferrers’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:2119:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:10833:31: note: in expansion of macro ‘roundUpLength’
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘addToYoungReferrers’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:10864:8: warning: statement with no effect [-Wunused-value]
   error("no room on youngReferrers list");
        ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘clearCogCompiledCode’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:2119:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:10907:31: note: in expansion of macro ‘roundUpLength’
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘compactCompiledCode’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:2119:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:10943:28: note: in expansion of macro ‘roundUpLength’
   source = ((CogMethod *) (roundUpLength((((sqInt)source)) + ((source->blockSize)))));
                            ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘freeOlderMethodsForCompaction’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:2119:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:11065:32: note: in expansion of macro ‘roundUpLength’
    cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                                ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘methodFor’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:2119:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:11121:32: note: in expansion of macro ‘roundUpLength’
   nextMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                                ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘methodsCompiledToMachineCodeInto’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:2119:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:11149:31: note: in expansion of macro ‘roundUpLength’
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘numMethodsOfType’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:2119:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:11175:31: note: in expansion of macro ‘roundUpLength’
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘planCompaction’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:2119:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:11250:31: note: in expansion of macro ‘roundUpLength’
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘printCogMethods’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:2119:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:11288:31: note: in expansion of macro ‘roundUpLength’
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘printCogMethodsOfType’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:2119:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:11319:31: note: in expansion of macro ‘roundUpLength’
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘printCogMethodsWithMethod’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:2119:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:11336:31: note: in expansion of macro ‘roundUpLength’
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘printCogMethodsWithPrimitive’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:2119:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:11353:31: note: in expansion of macro ‘roundUpLength’
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘printCogMethodsWithSelector’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:2119:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:11370:31: note: in expansion of macro ‘roundUpLength’
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘relocateMethodsPreCompaction’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:2119:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 #define roundUpLength(numBytes) ((numBytes) + 7 & -8)
                                             ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:11517:31: note: in expansion of macro ‘roundUpLength’
   cogMethod = ((CogMethod *) (roundUpLength((((sqInt)cogMethod)) + ((cogMethod->blockSize)))));
                               ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genGetMethodHeaderOfintoscratch’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:11649:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:11647:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:11646:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genLoadSlotsourceRegdestReg’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:11669:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:11668:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveBitShift’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:11849:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:11848:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:11847:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:11846:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveClass’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:11961:11: warning: variable ‘reg1’ set but not used [-Wunused-but-set-variable]
     sqInt reg1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveDiv’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:11995:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:11994:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:11993:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:11992:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveDivide’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:12062:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveMod’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:12245:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:12244:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveQuo’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:12369:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:12368:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genSmallIntegerComparison’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:12559:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genSmallIntegerComparisonorDoubleComparisoninvert’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:12612:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genAddSmallIntegerTagsTo’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:12702:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genAlloc64BitPositiveIntegerValueintoscratchRegscratchReg’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:12724:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:12722:26: warning: variable ‘anInstruction5’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction5;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:12721:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:12720:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:12719:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:12718:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:12717:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:12716:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genAlloc64BitSignedIntegerValueintoscratchRegscratchReg’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:12774:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:12773:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:12770:26: warning: variable ‘anInstruction7’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction7;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:12769:26: warning: variable ‘anInstruction6’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction6;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:12768:26: warning: variable ‘anInstruction5’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction5;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:12767:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:12766:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:12765:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:12764:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:12763:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genAllocFloatValueintoscratchRegscratchReg’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:12834:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:12829:26: warning: variable ‘anInstruction5’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction5;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:12828:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:12827:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:12826:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:12825:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:12824:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:12823:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genClearAndSetSmallIntegerTagsIn’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:12924:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:12923:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genConvertBitsToSmallFloatInscratch’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:12947:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:12946:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:12945:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genConvertCharacterToSmallIntegerInReg’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:12978:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genConvertDataFormatnumSlotsintoBytes’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:13006:11: warning: variable ‘literal2’ set but not used [-Wunused-but-set-variable]
     sqInt literal2;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:13005:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:13004:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:12996:26: warning: variable ‘anInstruction5’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction5;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:12995:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:12994:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:12993:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:12992:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:12991:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genConvertIntegerToSmallIntegerInReg’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:13072:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genConvertSmallFloatToSmallFloatHashAsIntegerInRegscratch’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:13092:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genConvertSmallIntegerToCharacterInReg’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:13122:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genFloatComparisoninvertboxed’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:13212:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genGetHashFieldNonImmOfasSmallIntegerInto’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:13298:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:13297:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:13296:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genGetHashFieldNonImmOfinto’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:13327:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:13326:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genGetInlineCacheClassTagFromintoforEntry’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:13354:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:13353:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genGetNumBytesOfinto’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:13397:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genGetOverflowSlotsOfinto’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:13421:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:13420:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genGetSmallFloatValueOfscratchinto’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:13443:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:13442:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genIntegerTo64BitPositiveIntegerValueintoscratchRegscratchReg’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:13472:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genIntegerTo64BitSignedIntegerValueintoscratchRegscratchReg’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:13505:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:13504:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genJumpIsSmallIntegerValuescratch’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:13544:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:13543:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:13542:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genJumpNotCharacter’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:13573:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genJumpNotSmallFloatValueBitsscratch’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:13595:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:13594:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:13593:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genJumpNotSmallFloat’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:13653:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genJumpNotSmallIntegerValuescratch’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:13675:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:13674:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:13673:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genJumpNotSmallInteger’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:13704:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genJumpSmallInteger’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:13725:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveAtPutSigned’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:13818:11: warning: variable ‘literal6’ set but not used [-Wunused-but-set-variable]
     sqInt literal6;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:13817:11: warning: variable ‘literal5’ set but not used [-Wunused-but-set-variable]
     sqInt literal5;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:13816:11: warning: variable ‘literal4’ set but not used [-Wunused-but-set-variable]
     sqInt literal4;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:13815:11: warning: variable ‘literal3’ set but not used [-Wunused-but-set-variable]
     sqInt literal3;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:13814:11: warning: variable ‘literal2’ set but not used [-Wunused-but-set-variable]
     sqInt literal2;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:13813:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:13812:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:13783:26: warning: variable ‘anInstruction9’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction9;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:13782:26: warning: variable ‘anInstruction8’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction8;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:13781:26: warning: variable ‘anInstruction7’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction7;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:13780:26: warning: variable ‘anInstruction6’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction6;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:13779:26: warning: variable ‘anInstruction5’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction5;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:13778:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:13777:26: warning: variable ‘anInstruction34’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction34;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:13776:26: warning: variable ‘anInstruction33’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction33;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:13775:26: warning: variable ‘anInstruction32’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction32;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:13774:26: warning: variable ‘anInstruction31’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction31;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:13773:26: warning: variable ‘anInstruction30’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction30;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:13772:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:13771:26: warning: variable ‘anInstruction29’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction29;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:13770:26: warning: variable ‘anInstruction28’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction28;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:13769:26: warning: variable ‘anInstruction27’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction27;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:13768:26: warning: variable ‘anInstruction26’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction26;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:13767:26: warning: variable ‘anInstruction25’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction25;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:13766:26: warning: variable ‘anInstruction24’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction24;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:13765:26: warning: variable ‘anInstruction23’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction23;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:13764:26: warning: variable ‘anInstruction22’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction22;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:13763:26: warning: variable ‘anInstruction21’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction21;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:13762:26: warning: variable ‘anInstruction20’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction20;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:13761:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:13760:26: warning: variable ‘anInstruction19’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction19;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:13759:26: warning: variable ‘anInstruction18’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction18;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:13758:26: warning: variable ‘anInstruction17’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction17;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:13757:26: warning: variable ‘anInstruction16’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction16;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:13756:26: warning: variable ‘anInstruction15’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction15;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:13755:26: warning: variable ‘anInstruction14’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction14;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:13754:26: warning: variable ‘anInstruction13’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction13;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:13753:26: warning: variable ‘anInstruction12’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction12;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:13752:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:13751:26: warning: variable ‘anInstruction10’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction10;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:13750:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:13749:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveAtSigned’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:14250:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:14249:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:14227:26: warning: variable ‘anInstruction9’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction9;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:14226:26: warning: variable ‘anInstruction8’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction8;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:14225:26: warning: variable ‘anInstruction7’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction7;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:14224:26: warning: variable ‘anInstruction6’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction6;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:14223:26: warning: variable ‘anInstruction5’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction5;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:14222:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:14221:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:14220:26: warning: variable ‘anInstruction20’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction20;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:14219:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:14218:26: warning: variable ‘anInstruction19’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction19;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:14217:26: warning: variable ‘anInstruction18’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction18;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:14216:26: warning: variable ‘anInstruction17’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction17;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:14215:26: warning: variable ‘anInstruction16’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction16;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:14214:26: warning: variable ‘anInstruction15’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction15;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:14213:26: warning: variable ‘anInstruction14’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction14;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:14212:26: warning: variable ‘anInstruction13’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction13;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:14210:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:14209:26: warning: variable ‘anInstruction10’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction10;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:14208:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:14207:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveIdentityHash’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:14546:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:14545:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveImmediateAsInteger’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:14621:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadInt32FromBytes’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:14673:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:14672:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:14665:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:14664:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:14663:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:14662:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:14661:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadInt32FromExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:14742:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:14738:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:14737:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:14736:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadInt64FromBytes’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:14802:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:14801:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:14793:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:14792:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:14791:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:14790:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:14789:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadInt64FromExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:14871:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:14866:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:14865:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:14864:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadUInt32FromBytes’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:14929:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:14928:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:14921:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:14920:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:14919:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:14918:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:14917:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadUInt32FromExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:14998:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:14994:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:14993:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:14992:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadUInt64FromBytes’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:15058:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:15057:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:15049:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:15048:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:15047:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:15046:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:15045:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadUInt64FromExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:15127:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:15122:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:15121:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:15120:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveNew’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:15208:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:15207:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:15196:26: warning: variable ‘anInstruction9’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction9;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:15195:26: warning: variable ‘anInstruction8’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction8;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:15194:26: warning: variable ‘anInstruction7’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction7;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:15193:26: warning: variable ‘anInstruction6’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction6;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:15192:26: warning: variable ‘anInstruction5’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction5;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:15191:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:15190:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:15189:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:15188:26: warning: variable ‘anInstruction13’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction13;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:15186:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:15185:26: warning: variable ‘anInstruction10’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction10;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:15184:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:15183:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveNewWithArg’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:15394:11: warning: variable ‘literal8’ set but not used [-Wunused-but-set-variable]
     sqInt literal8;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:15393:11: warning: variable ‘literal7’ set but not used [-Wunused-but-set-variable]
     sqInt literal7;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:15392:11: warning: variable ‘literal6’ set but not used [-Wunused-but-set-variable]
     sqInt literal6;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:15391:11: warning: variable ‘literal5’ set but not used [-Wunused-but-set-variable]
     sqInt literal5;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:15390:11: warning: variable ‘literal4’ set but not used [-Wunused-but-set-variable]
     sqInt literal4;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:15389:11: warning: variable ‘literal3’ set but not used [-Wunused-but-set-variable]
     sqInt literal3;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:15388:11: warning: variable ‘literal2’ set but not used [-Wunused-but-set-variable]
     sqInt literal2;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:15387:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:15386:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:15368:26: warning: variable ‘anInstruction9’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction9;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:15367:26: warning: variable ‘anInstruction8’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction8;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:15366:26: warning: variable ‘anInstruction7’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction7;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:15365:26: warning: variable ‘anInstruction6’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction6;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:15364:26: warning: variable ‘anInstruction5’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction5;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:15363:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:15362:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:15361:26: warning: variable ‘anInstruction22’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction22;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:15359:26: warning: variable ‘anInstruction20’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction20;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:15358:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:15357:26: warning: variable ‘anInstruction19’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction19;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:15356:26: warning: variable ‘anInstruction18’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction18;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:15355:26: warning: variable ‘anInstruction17’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction17;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:15354:26: warning: variable ‘anInstruction16’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction16;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:15353:26: warning: variable ‘anInstruction15’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction15;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:15352:26: warning: variable ‘anInstruction14’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction14;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:15351:26: warning: variable ‘anInstruction13’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction13;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:15350:26: warning: variable ‘anInstruction12’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction12;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:15349:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:15348:26: warning: variable ‘anInstruction10’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction10;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:15347:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:15346:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveShallowCopy’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:15635:11: warning: variable ‘literal3’ set but not used [-Wunused-but-set-variable]
     sqInt literal3;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:15634:11: warning: variable ‘literal2’ set but not used [-Wunused-but-set-variable]
     sqInt literal2;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:15633:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:15632:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:15622:26: warning: variable ‘anInstruction9’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction9;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:15621:26: warning: variable ‘anInstruction8’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction8;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:15620:26: warning: variable ‘anInstruction7’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction7;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:15619:26: warning: variable ‘anInstruction6’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction6;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:15618:26: warning: variable ‘anInstruction5’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction5;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:15617:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:15616:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:15615:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:15614:26: warning: variable ‘anInstruction16’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction16;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:15613:26: warning: variable ‘anInstruction15’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction15;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:15612:26: warning: variable ‘anInstruction14’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction14;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:15611:26: warning: variable ‘anInstruction13’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction13;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:15610:26: warning: variable ‘anInstruction12’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction12;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:15609:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:15608:26: warning: variable ‘anInstruction10’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction10;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:15607:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:15606:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreInt32IntoBytes’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:15764:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:15763:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:15754:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:15753:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:15752:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:15751:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:15750:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreInt32IntoExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:15841:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:15835:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:15834:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:15833:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreInt64IntoBytes’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:15906:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:15905:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:15896:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:15895:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:15894:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:15893:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:15892:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreInt64IntoExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:15983:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:15977:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:15976:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:15975:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreUInt32IntoBytes’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:16050:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:16049:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:16039:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:16038:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:16037:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:16036:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:16035:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:16034:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreUInt32IntoExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:16133:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:16126:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:16125:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:16124:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:16123:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreUInt64IntoBytes’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:16204:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:16203:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:16193:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:16192:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:16191:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:16190:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:16189:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:16188:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreUInt64IntoExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:16287:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:16280:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:16279:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:16278:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:16277:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStringAt’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:16372:11: warning: variable ‘literal4’ set but not used [-Wunused-but-set-variable]
     sqInt literal4;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:16371:11: warning: variable ‘literal3’ set but not used [-Wunused-but-set-variable]
     sqInt literal3;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:16370:11: warning: variable ‘literal2’ set but not used [-Wunused-but-set-variable]
     sqInt literal2;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:16369:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:16368:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:16356:26: warning: variable ‘anInstruction9’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction9;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:16355:26: warning: variable ‘anInstruction8’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction8;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:16354:26: warning: variable ‘anInstruction7’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction7;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:16353:26: warning: variable ‘anInstruction6’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction6;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:16352:26: warning: variable ‘anInstruction5’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction5;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:16351:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:16350:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:16349:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:16348:26: warning: variable ‘anInstruction10’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction10;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:16347:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:16346:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStringAtPut’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:16516:11: warning: variable ‘literal4’ set but not used [-Wunused-but-set-variable]
     sqInt literal4;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:16515:11: warning: variable ‘literal3’ set but not used [-Wunused-but-set-variable]
     sqInt literal3;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:16514:11: warning: variable ‘literal2’ set but not used [-Wunused-but-set-variable]
     sqInt literal2;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:16513:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:16512:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:16497:26: warning: variable ‘anInstruction9’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction9;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:16496:26: warning: variable ‘anInstruction8’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction8;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:16495:26: warning: variable ‘anInstruction7’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction7;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:16494:26: warning: variable ‘anInstruction6’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction6;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:16493:26: warning: variable ‘anInstruction5’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction5;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:16492:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:16491:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:16490:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:16489:26: warning: variable ‘anInstruction13’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction13;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:16488:26: warning: variable ‘anInstruction12’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction12;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:16487:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:16486:26: warning: variable ‘anInstruction10’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction10;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:16485:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:16484:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genRemoveSmallIntegerTagsInScratchReg’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:16690:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘getLiteralCountOfplusOneinBytesintoscratch’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:16709:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:16708:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:16707:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘maybeGenerateSelectorIndexDereferenceRoutine’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:16793:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:16788:26: warning: variable ‘anInstruction9’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction9;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:16787:26: warning: variable ‘anInstruction8’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction8;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:16786:26: warning: variable ‘anInstruction7’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction7;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:16785:26: warning: variable ‘anInstruction6’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction6;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:16784:26: warning: variable ‘anInstruction5’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction5;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:16783:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:16782:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:16781:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:16780:26: warning: variable ‘anInstruction12’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction12;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:16779:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:16778:26: warning: variable ‘anInstruction10’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction10;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:16777:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:16776:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genAllocExternalAddressValueintoscratchRegscratchReg’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:16982:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:16980:26: warning: variable ‘anInstruction5’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction5;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:16979:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:16978:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:16977:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:16976:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:16975:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:16974:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genCheckRememberedBitOfscratch’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:17025:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:17024:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genConvertIntegerToCharacterInReg’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:17055:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genCreateClosureAtnumArgsnumCopiedcontextNumArgslargeinBlock’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:17080:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:17078:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genCreateFullClosurenumArgsnumCopiedignoreContextcontextNumArgslargeinBlock’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:17121:11: warning: variable ‘literal3’ set but not used [-Wunused-but-set-variable]
     sqInt literal3;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:17120:11: warning: variable ‘literal2’ set but not used [-Wunused-but-set-variable]
     sqInt literal2;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:17119:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:17118:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:17114:26: warning: variable ‘anInstruction9’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction9;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:17113:26: warning: variable ‘anInstruction8’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction8;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:17112:26: warning: variable ‘anInstruction7’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction7;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:17111:26: warning: variable ‘anInstruction6’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction6;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:17110:26: warning: variable ‘anInstruction5’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction5;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:17109:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:17108:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:17107:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:17106:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:17105:26: warning: variable ‘anInstruction10’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction10;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:17104:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:17103:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genEnsureObjInRegNotForwardedscratchReg’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:17205:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:17204:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genEnsureOopInRegNotForwardedscratchReg’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:17236:88: warning: passing argument 3 of ‘genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder’ makes integer from pointer without a cast [-Wint-conversion]
  return genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(reg, scratch, instruction, 0);
                                                                                        ^
In file included from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:927:28: note: expected ‘sqInt {aka long int}’ but argument is of type ‘AbstractInstruction * {aka struct _AbstractInstruction *}’
 static sqInt NoDbgRegParms genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero);
                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:17278:12: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
   finished = nonFwdJumpTargetOrZero;
            ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:17249:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:17248:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genEnsureOopInRegNotForwardedscratchRegupdatingSlotin’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:17297:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:17295:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:17294:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:17293:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genGetActiveContextLargeinBlock’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:17487:8: warning: statement with no effect [-Wunused-value]
   error("Case not found and no otherwise clause");
        ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:17444:11: warning: variable ‘literal9’ set but not used [-Wunused-but-set-variable]
     sqInt literal9;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:17443:11: warning: variable ‘literal8’ set but not used [-Wunused-but-set-variable]
     sqInt literal8;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:17442:11: warning: variable ‘literal7’ set but not used [-Wunused-but-set-variable]
     sqInt literal7;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:17441:11: warning: variable ‘literal6’ set but not used [-Wunused-but-set-variable]
     sqInt literal6;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:17440:11: warning: variable ‘literal5’ set but not used [-Wunused-but-set-variable]
     sqInt literal5;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:17439:11: warning: variable ‘literal4’ set but not used [-Wunused-but-set-variable]
     sqInt literal4;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:17438:11: warning: variable ‘literal3’ set but not used [-Wunused-but-set-variable]
     sqInt literal3;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:17437:11: warning: variable ‘literal2’ set but not used [-Wunused-but-set-variable]
     sqInt literal2;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:17436:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:17435:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:17428:26: warning: variable ‘anInstruction9’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction9;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:17427:26: warning: variable ‘anInstruction8’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction8;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:17426:26: warning: variable ‘anInstruction7’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction7;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:17425:26: warning: variable ‘anInstruction5’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction5;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:17424:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:17423:26: warning: variable ‘anInstruction36’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction36;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:17422:26: warning: variable ‘anInstruction35’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction35;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:17420:26: warning: variable ‘anInstruction33’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction33;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:17419:26: warning: variable ‘anInstruction32’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction32;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:17418:26: warning: variable ‘anInstruction31’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction31;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:17417:26: warning: variable ‘anInstruction30’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction30;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:17416:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:17415:26: warning: variable ‘anInstruction29’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction29;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:17414:26: warning: variable ‘anInstruction28’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction28;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:17413:26: warning: variable ‘anInstruction27’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction27;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:17412:26: warning: variable ‘anInstruction26’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction26;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:17411:26: warning: variable ‘anInstruction25’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction25;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:17410:26: warning: variable ‘anInstruction24’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction24;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:17409:26: warning: variable ‘anInstruction23’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction23;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:17408:26: warning: variable ‘anInstruction22’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction22;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:17407:26: warning: variable ‘anInstruction21’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction21;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:17406:26: warning: variable ‘anInstruction20’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction20;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:17405:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:17404:26: warning: variable ‘anInstruction19’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction19;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:17403:26: warning: variable ‘anInstruction18’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction18;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:17402:26: warning: variable ‘anInstruction17’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction17;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:17401:26: warning: variable ‘anInstruction16’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction16;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:17400:26: warning: variable ‘anInstruction15’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction15;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:17399:26: warning: variable ‘anInstruction14’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction14;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:17398:26: warning: variable ‘anInstruction13’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction13;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:17397:26: warning: variable ‘anInstruction12’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction12;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:17396:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:17395:26: warning: variable ‘anInstruction10’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction10;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:17394:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:17393:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genGetActiveContextNumArgslargeinBlock’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:17670:9: warning: statement with no effect [-Wunused-value]
    error("Case not found and no otherwise clause");
         ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:17690:9: warning: statement with no effect [-Wunused-value]
    error("Case not found and no otherwise clause");
         ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:17651:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genGetBitsofFormatByteOfinto’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:17707:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:17706:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genGetClassIndexOfNonImminto’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:17725:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:17724:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genGetClassObjectOfClassIndexintoscratchReg’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:17751:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:17750:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:17749:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:17748:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:17747:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:17746:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genGetClassObjectOfintoscratchReginstRegIsReceiver’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:17811:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:17808:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:17807:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:17806:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:17805:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:17804:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genGetDoubleValueOfinto’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:17893:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:17892:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genGetFormatOfintoleastSignificantHalfOfBaseHeaderIntoScratch’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:17924:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:17923:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:17922:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genGetNumSlotsOfinto’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:17957:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genGetRawSlotSizeOfNonImminto’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:17983:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:17982:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genJumpImmediate’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:17996:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genJumpImmutablescratchReg’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:18013:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:18012:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genJumpMutablescratchReg’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:18033:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:18032:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genNewArrayOfSizeinitialized’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:18071:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:18067:26: warning: variable ‘anInstruction6’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction6;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:18066:26: warning: variable ‘anInstruction5’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction5;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:18065:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:18064:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:18063:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:18062:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:18061:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:18060:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genNoPopCreateClosureAtnumArgsnumCopiedcontextNumArgslargeinBlock’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:18153:11: warning: variable ‘literal4’ set but not used [-Wunused-but-set-variable]
     sqInt literal4;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:18152:11: warning: variable ‘literal3’ set but not used [-Wunused-but-set-variable]
     sqInt literal3;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:18151:11: warning: variable ‘literal2’ set but not used [-Wunused-but-set-variable]
     sqInt literal2;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:18150:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:18149:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:18146:26: warning: variable ‘anInstruction9’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction9;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:18145:26: warning: variable ‘anInstruction8’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction8;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:18144:26: warning: variable ‘anInstruction7’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction7;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:18143:26: warning: variable ‘anInstruction6’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction6;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:18142:26: warning: variable ‘anInstruction5’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction5;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:18141:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:18140:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:18139:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:18138:26: warning: variable ‘anInstruction10’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction10;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:18137:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:18136:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveIdenticalOrNotIf’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:18291:86: warning: passing argument 3 of ‘genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder’ makes integer from pointer without a cast [-Wint-conversion]
   genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(Arg0Reg, TempReg, comp, 0);
                                                                                      ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:17246:1: note: expected ‘sqInt {aka long int}’ but argument is of type ‘AbstractInstruction * {aka struct _AbstractInstruction *}’
 genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:18317:86: warning: passing argument 3 of ‘genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder’ makes integer from pointer without a cast [-Wint-conversion]
   genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(Arg0Reg, TempReg, comp, 0);
                                                                                      ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:17246:1: note: expected ‘sqInt {aka long int}’ but argument is of type ‘AbstractInstruction * {aka struct _AbstractInstruction *}’
 genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:18277:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:18276:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadBoolean8FromBytes’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:18376:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:18368:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:18367:26: warning: variable ‘anInstruction21’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction21;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:18365:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:18364:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:18363:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadBoolean8FromExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:18463:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:18458:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:18456:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:18455:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:18454:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadChar16FromBytes’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:18540:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:18539:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:18532:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:18531:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:18530:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:18529:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:18528:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadChar16FromExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:18609:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:18605:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:18604:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:18603:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadChar32FromBytes’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:18668:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:18667:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:18660:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:18659:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:18658:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:18657:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:18656:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadChar32FromExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:18737:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:18733:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:18732:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:18731:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadChar8FromBytes’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:18794:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:18787:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:18786:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:18785:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:18784:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadChar8FromExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:18860:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:18856:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:18855:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:18854:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadFloat32FromBytes’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:18920:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:18919:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:18911:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:18910:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:18909:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:18908:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:18907:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadFloat32FromExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:18990:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:18985:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:18984:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:18983:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadFloat64FromBytes’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:19050:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:19049:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:19041:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:19040:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:19039:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:19038:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:19037:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadFloat64FromExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:19118:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:19113:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:19112:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:19111:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadInt16FromBytes’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:19175:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:19174:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:19167:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:19166:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:19165:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:19164:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:19163:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadInt16FromExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:19244:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:19240:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:19239:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:19238:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadInt8FromBytes’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:19301:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:19294:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:19293:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:19292:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:19291:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadInt8FromExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:19367:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:19363:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:19362:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:19361:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadPointerFromBytes’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:19427:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:19426:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:19418:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:19417:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:19416:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:19415:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:19414:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadPointerFromExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:19505:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:19500:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:19499:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:19498:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadUInt16FromBytes’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:19572:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:19571:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:19564:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:19563:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:19562:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:19561:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:19560:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadUInt16FromExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:19641:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:19637:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:19636:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:19635:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadUInt8FromBytes’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:19698:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:19691:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:19690:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:19689:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:19688:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveLoadUInt8FromExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:19764:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:19760:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:19759:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:19758:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveObjectAt’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:19818:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:19813:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:19812:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:19811:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveSize’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:19903:11: warning: variable ‘literal2’ set but not used [-Wunused-but-set-variable]
     sqInt literal2;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:19902:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:19901:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:19886:26: warning: variable ‘anInstruction9’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction9;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:19885:26: warning: variable ‘anInstruction8’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction8;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:19884:26: warning: variable ‘anInstruction7’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction7;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:19883:26: warning: variable ‘anInstruction6’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction6;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:19882:26: warning: variable ‘anInstruction5’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction5;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:19881:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:19880:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:19879:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:19878:26: warning: variable ‘anInstruction10’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction10;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:19877:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:19876:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreBoolean8IntoBytes’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:20037:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:20027:26: warning: variable ‘anInstruction31’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction31;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:20026:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:20025:26: warning: variable ‘anInstruction21’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction21;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:20024:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:20023:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:20022:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:20021:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreBoolean8IntoExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:20135:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:20128:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:20127:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:20126:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:20125:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:20124:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:20123:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreChar16IntoBytes’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:20220:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:20219:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:20210:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:20209:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:20208:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:20207:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:20206:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreChar16IntoExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:20299:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:20293:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:20292:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:20291:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreChar32IntoBytes’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:20366:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:20365:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:20356:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:20355:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:20354:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:20353:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:20352:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreChar32IntoExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:20445:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:20439:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:20438:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:20437:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreChar8IntoBytes’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:20510:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:20501:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:20500:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:20499:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:20498:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreChar8IntoExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:20586:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:20580:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:20579:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:20578:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreFloat32IntoBytes’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:20653:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:20652:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:20643:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:20642:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:20641:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:20640:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:20639:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreFloat32IntoExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:20730:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:20724:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:20723:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:20722:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreFloat64IntoBytes’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:20795:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:20794:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:20785:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:20784:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:20783:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:20782:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:20781:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreFloat64IntoExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:20870:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:20864:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:20863:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:20862:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreInt16IntoBytes’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:20933:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:20932:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:20923:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:20922:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:20921:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:20920:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:20919:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreInt16IntoExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:21010:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:21004:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:21003:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:21002:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreInt8IntoBytes’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:21073:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:21064:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:21063:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:21062:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:21061:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreInt8IntoExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:21147:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:21141:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:21140:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:21139:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStorePointerIntoBytes’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:21215:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:21214:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:21204:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:21203:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:21202:26: warning: variable ‘anInstruction21’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction21;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:21201:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:21200:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:21199:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:21198:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStorePointerIntoExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:21303:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:21296:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:21295:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:21294:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:21293:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:21292:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreUInt16IntoBytes’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:21378:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:21377:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:21367:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:21366:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:21365:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:21364:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:21363:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:21362:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreUInt16IntoExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:21459:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:21452:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:21451:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:21450:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:21449:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreUInt8IntoBytes’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:21526:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:21516:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:21515:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:21514:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:21513:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:21512:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStoreUInt8IntoExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:21606:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:21599:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:21598:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:21597:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:21596:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStringCompareWith’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:21681:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:21680:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:21670:26: warning: variable ‘anInstruction6’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction6;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:21669:26: warning: variable ‘anInstruction5’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction5;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:21668:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:21667:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:21666:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:21665:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:21664:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveStringReplace’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:21861:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:21860:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:21841:26: warning: variable ‘anInstruction9’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction9;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:21840:26: warning: variable ‘anInstruction8’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction8;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:21839:26: warning: variable ‘anInstruction7’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction7;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:21838:26: warning: variable ‘anInstruction6’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction6;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:21837:26: warning: variable ‘anInstruction5’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction5;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:21836:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:21835:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:21834:26: warning: variable ‘anInstruction24’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction24;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:21833:26: warning: variable ‘anInstruction23’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction23;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:21832:26: warning: variable ‘anInstruction22’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction22;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:21831:26: warning: variable ‘anInstruction21’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction21;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:21830:26: warning: variable ‘anInstruction20’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction20;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:21829:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:21828:26: warning: variable ‘anInstruction19’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction19;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:21827:26: warning: variable ‘anInstruction18’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction18;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:21826:26: warning: variable ‘anInstruction17’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction17;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:21825:26: warning: variable ‘anInstruction16’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction16;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:21824:26: warning: variable ‘anInstruction15’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction15;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:21823:26: warning: variable ‘anInstruction14’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction14;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:21822:26: warning: variable ‘anInstruction13’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction13;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:21821:26: warning: variable ‘anInstruction12’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction12;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:21820:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:21819:26: warning: variable ‘anInstruction10’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction10;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:21818:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:21817:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genSetSmallIntegerTagsIn’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:22154:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genStoreCheckReceiverRegvalueRegscratchReginFrame’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:22190:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genStoreSourceRegslotIndexdestRegscratchReginFrameneedsStoreCheck’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:22242:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:22241:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genStoreSourceRegslotIndexintoNewObjectInDestReg’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:22271:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:22270:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genStoreTrampolineCalledinstVarIndex’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:22294:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genStoreWithImmutabilityAndStoreCheckSourceRegslotIndexdestRegscratchRegneedRestoreRcvr’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:22342:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:22336:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:22335:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:22334:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genStoreWithImmutabilityButNoStoreCheckSourceRegslotIndexdestRegscratchRegneedRestoreRcvr’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:22425:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:22423:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:22422:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘jumpNotCharacterUnsignedValueInRegister’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:22524:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘maybeCompileRetryOnPrimitiveFail’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:22614:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:22613:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:22612:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:22611:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘ensureSpilledAtfrom’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:2136:25: warning: statement with no effect [-Wunused-value]
 #define traceSpill(ign) 0
                         ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:22744:2: note: in expansion of macro ‘traceSpill’
  traceSpill(self_in_ensureSpilledAtfrom);
  ^
In file included from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:22731:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:22730:26: warning: variable ‘inst’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *inst;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:22729:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘popToReg’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:22839:9: warning: statement with no effect [-Wunused-value]
    error("Case not found and no otherwise clause");
         ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:22800:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:22799:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:22798:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘storeToReg’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:22925:8: warning: statement with no effect [-Wunused-value]
   error("Case not found and no otherwise clause");
        ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:22890:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:22889:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:22888:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘computeMaximumSize’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:23511:8: warning: statement with no effect [-Wunused-value]
   error("Case not found and no otherwise clause");
        ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘dispatchConcretize’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:24217:15: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset1 = (((int) jumpTarget)) - (((int) (((self_in_dispatchConcretize->address)) + 5)));
               ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:24238:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset23 = (((int) jumpTarget3)) - (((int) (((self_in_dispatchConcretize->address)) + 2)));
                ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:24256:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset110 = (((int) jumpTarget2)) - (((int) (((self_in_dispatchConcretize->address)) + 6)));
                 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:24279:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset24 = (((int) jumpTarget4)) - (((int) (((self_in_dispatchConcretize->address)) + 2)));
                ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:24297:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset111 = (((int) jumpTarget21)) - (((int) (((self_in_dispatchConcretize->address)) + 6)));
                 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:24317:15: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset2 = (((int) jumpTarget1)) - (((int) (((self_in_dispatchConcretize->address)) + 2)));
               ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:24326:15: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset2 = (((int) jumpTarget1)) - (((int) (((self_in_dispatchConcretize->address)) + 5)));
               ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:24346:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset25 = (((int) jumpTarget5)) - (((int) (((self_in_dispatchConcretize->address)) + 2)));
                ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:24364:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset112 = (((int) jumpTarget22)) - (((int) (((self_in_dispatchConcretize->address)) + 6)));
                 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:24385:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset26 = (((int) jumpTarget6)) - (((int) (((self_in_dispatchConcretize->address)) + 2)));
                ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:24403:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset113 = (((int) jumpTarget23)) - (((int) (((self_in_dispatchConcretize->address)) + 6)));
                 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:24424:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset27 = (((int) jumpTarget7)) - (((int) (((self_in_dispatchConcretize->address)) + 2)));
                ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:24442:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset114 = (((int) jumpTarget24)) - (((int) (((self_in_dispatchConcretize->address)) + 6)));
                 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:24463:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset28 = (((int) jumpTarget8)) - (((int) (((self_in_dispatchConcretize->address)) + 2)));
                ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:24481:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset115 = (((int) jumpTarget25)) - (((int) (((self_in_dispatchConcretize->address)) + 6)));
                 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:24504:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset29 = (((int) jumpTarget9)) - (((int) (((self_in_dispatchConcretize->address)) + 2)));
                ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:24522:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset116 = (((int) jumpTarget26)) - (((int) (((self_in_dispatchConcretize->address)) + 6)));
                 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:24545:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset30 = (((int) jumpTarget10)) - (((int) (((self_in_dispatchConcretize->address)) + 2)));
                ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:24563:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset117 = (((int) jumpTarget27)) - (((int) (((self_in_dispatchConcretize->address)) + 6)));
                 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:24584:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset31 = (((int) jumpTarget20)) - (((int) (((self_in_dispatchConcretize->address)) + 2)));
                ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:24602:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset118 = (((int) jumpTarget28)) - (((int) (((self_in_dispatchConcretize->address)) + 6)));
                 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:24623:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset32 = (((int) jumpTarget29)) - (((int) (((self_in_dispatchConcretize->address)) + 2)));
                ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:24641:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset119 = (((int) jumpTarget210)) - (((int) (((self_in_dispatchConcretize->address)) + 6)));
                 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:24662:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset33 = (((int) jumpTarget30)) - (((int) (((self_in_dispatchConcretize->address)) + 2)));
                ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:24680:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset120 = (((int) jumpTarget211)) - (((int) (((self_in_dispatchConcretize->address)) + 6)));
                 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:24701:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset34 = (((int) jumpTarget31)) - (((int) (((self_in_dispatchConcretize->address)) + 2)));
                ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:24719:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset121 = (((int) jumpTarget212)) - (((int) (((self_in_dispatchConcretize->address)) + 6)));
                 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:24741:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset35 = (((int) jumpTarget32)) - (((int) (((self_in_dispatchConcretize->address)) + 2)));
                ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:24759:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset122 = (((int) jumpTarget213)) - (((int) (((self_in_dispatchConcretize->address)) + 6)));
                 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:24781:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset36 = (((int) jumpTarget33)) - (((int) (((self_in_dispatchConcretize->address)) + 2)));
                ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:24799:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset123 = (((int) jumpTarget214)) - (((int) (((self_in_dispatchConcretize->address)) + 6)));
                 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:24820:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset37 = (((int) jumpTarget34)) - (((int) (((self_in_dispatchConcretize->address)) + 2)));
                ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:24838:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset124 = (((int) jumpTarget215)) - (((int) (((self_in_dispatchConcretize->address)) + 6)));
                 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:24859:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset38 = (((int) jumpTarget35)) - (((int) (((self_in_dispatchConcretize->address)) + 2)));
                ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:24877:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   offset125 = (((int) jumpTarget216)) - (((int) (((self_in_dispatchConcretize->address)) + 6)));
                 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:25674:4: warning: statement with no effect [-Wunused-value]
    (self_in_dispatchConcretize->machineCodeSize);
    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:25807:4: warning: statement with no effect [-Wunused-value]
    (self_in_dispatchConcretize->machineCodeSize);
    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:25941:4: warning: statement with no effect [-Wunused-value]
    (self_in_dispatchConcretize->machineCodeSize);
    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:26039:4: warning: statement with no effect [-Wunused-value]
    (self_in_dispatchConcretize->machineCodeSize);
    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:27182:8: warning: statement with no effect [-Wunused-value]
   error("Case not found and no otherwise clause");
        ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘dispatchConcretizeProcessorSpecific’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:27305:8: warning: statement with no effect [-Wunused-value]
   error("Case not found and no otherwise clause");
        ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genDivRRQuoRem’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:27367:8: warning: statement with no effect [-Wunused-value]
   error("couldn't find unused register in genDivR:R:Quo:Rem:");
        ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘generateLowLevelTryLock’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:27453:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:27452:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:27451:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:27450:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘generateLowLevelUnlock’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:27481:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:27480:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genLoadCStackPointer’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:27505:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genLoadCStackPointers’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:27526:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:27525:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genLoadStackPointers’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:27550:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:27549:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genMemCopytoconstantSize’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:27574:27: warning: variable ‘inst’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction * inst;
                           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:27571:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:27570:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genMemCopytosize’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:27632:27: warning: variable ‘inst’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction * inst;
                           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:27629:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genPushRegisterArgsForAbortMissNumArgs’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:27753:11: warning: variable ‘literal9’ set but not used [-Wunused-but-set-variable]
     sqInt literal9;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:27752:11: warning: variable ‘literal8’ set but not used [-Wunused-but-set-variable]
     sqInt literal8;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:27751:11: warning: variable ‘literal7’ set but not used [-Wunused-but-set-variable]
     sqInt literal7;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:27750:11: warning: variable ‘literal6’ set but not used [-Wunused-but-set-variable]
     sqInt literal6;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:27749:11: warning: variable ‘literal5’ set but not used [-Wunused-but-set-variable]
     sqInt literal5;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:27748:11: warning: variable ‘literal4’ set but not used [-Wunused-but-set-variable]
     sqInt literal4;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:27747:11: warning: variable ‘literal3’ set but not used [-Wunused-but-set-variable]
     sqInt literal3;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:27746:11: warning: variable ‘literal2’ set but not used [-Wunused-but-set-variable]
     sqInt literal2;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:27745:11: warning: variable ‘literal10’ set but not used [-Wunused-but-set-variable]
     sqInt literal10;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:27744:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:27743:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:27742:26: warning: variable ‘anInstruction9’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction9;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:27741:26: warning: variable ‘anInstruction8’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction8;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:27740:26: warning: variable ‘anInstruction7’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction7;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:27739:26: warning: variable ‘anInstruction6’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction6;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:27738:26: warning: variable ‘anInstruction5’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction5;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:27737:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:27736:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:27735:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:27734:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:27733:26: warning: variable ‘anInstruction10’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction10;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:27732:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:27731:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genPushRegisterArgsForNumArgsscratchReg’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:27837:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:27836:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genSaveStackPointers’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:27918:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:27917:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘instructionSizeAt’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:28004:8: warning: statement with no effect [-Wunused-value]
   error("Case not found and no otherwise clause");
        ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘prepareStackToCallCFunctionInSmalltalkStack’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:28281:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:28280:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘rewriteCallAttarget’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:28354:8: warning: statement with no effect [-Wunused-value]
   error("linking callsite to invalid address");
        ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘rewriteInlineCacheAttagtarget’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:28423:8: warning: statement with no effect [-Wunused-value]
   error("linking callsite to invalid address");
        ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘sizeHasModrmat’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:28559:9: warning: statement with no effect [-Wunused-value]
    error("Case not found and no otherwise clause");
         ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:28533:11: warning: variable ‘ro’ set but not used [-Wunused-but-set-variable]
     sqInt ro;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘sizeImmediateGroup1at’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:28591:8: warning: statement with no effect [-Wunused-value]
   error("Case not found and no otherwise clause");
        ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:28576:11: warning: variable ‘rm’ set but not used [-Wunused-but-set-variable]
     sqInt rm;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:28574:11: warning: variable ‘mod’ set but not used [-Wunused-but-set-variable]
     sqInt mod;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘stopsFromto’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:28600:9: warning: passing argument 1 of ‘memset’ makes pointer from integer without a cast [-Wint-conversion]
  memset(startAddr, 204 /* stop */, (endAddr - startAddr) + 1);
         ^
In file included from /usr/include/features.h:367:0,
                 from /usr/include/stdint.h:25,
                 from /usr/lib/gcc/x86_64-linux-gnu/5/include/stdint.h:9,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:12,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:15:
/usr/include/x86_64-linux-gnu/bits/string3.h:78:1: note: expected ‘void *’ but argument is of type ‘sqInt {aka long int}’
 __NTH (memset (void *__dest, int __ch, size_t __len))
 ^
In file included from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘twoByteInstructionSizeAt’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:28639:8: warning: statement with no effect [-Wunused-value]
   error("Case not found and no otherwise clause");
        ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘compileGetErrorCode’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:28711:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:28710:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘compileInterpreterPrimitiveMayCallBackflags’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:28844:2: warning: statement with no effect [-Wunused-value]
  ((AbstractInstruction *) backEnd);
  ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:28855:2: warning: statement with no effect [-Wunused-value]
  ((AbstractInstruction *) backEnd);
  ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:28873:13: warning: passing argument 1 of ‘jmpTarget’ makes pointer from integer without a cast [-Wint-conversion]
   jmpTarget(arrivingJmp, genoperandoperand(Label, (labelCounter += 1), bytecodePC));
             ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:28087:1: note: expected ‘AbstractInstruction * {aka struct _AbstractInstruction *}’ but argument is of type ‘sqInt {aka long int}’
 jmpTarget(AbstractInstruction * self_in_jmpTarget, AbstractInstruction *anAbstractInstruction)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:28774:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:28771:26: warning: variable ‘anInstruction8’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction8;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:28770:26: warning: variable ‘anInstruction7’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction7;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:28768:26: warning: variable ‘anInstruction5’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction5;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:28767:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:28766:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:28765:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:28764:26: warning: variable ‘anInstruction19’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction19;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:28763:26: warning: variable ‘anInstruction16’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction16;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:28762:26: warning: variable ‘anInstruction15’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction15;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:28761:26: warning: variable ‘anInstruction14’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction14;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:28760:26: warning: variable ‘anInstruction13’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction13;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:28759:26: warning: variable ‘anInstruction12’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction12;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:28758:26: warning: variable ‘anInstruction110’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction110;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:28757:26: warning: variable ‘anInstruction11’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction11;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘compileInterpreterPrimitiveflags’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:29011:2: warning: statement with no effect [-Wunused-value]
  ((AbstractInstruction *) backEnd);
  ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:29022:2: warning: statement with no effect [-Wunused-value]
  ((AbstractInstruction *) backEnd);
  ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:29071:13: warning: passing argument 1 of ‘jmpTarget’ makes pointer from integer without a cast [-Wint-conversion]
   jmpTarget(arrivingJmp, genoperandoperand(Label, (labelCounter += 1), bytecodePC));
             ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:28087:1: note: expected ‘AbstractInstruction * {aka struct _AbstractInstruction *}’ but argument is of type ‘sqInt {aka long int}’
 jmpTarget(AbstractInstruction * self_in_jmpTarget, AbstractInstruction *anAbstractInstruction)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:29081:13: warning: passing argument 1 of ‘jmpTarget’ makes pointer from integer without a cast [-Wint-conversion]
   jmpTarget(arrivingJmp1, genoperandoperand(Label, (labelCounter += 1), bytecodePC));
             ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:28087:1: note: expected ‘AbstractInstruction * {aka struct _AbstractInstruction *}’ but argument is of type ‘sqInt {aka long int}’
 jmpTarget(AbstractInstruction * self_in_jmpTarget, AbstractInstruction *anAbstractInstruction)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:28935:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:28931:26: warning: variable ‘anInstruction8’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction8;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:28930:26: warning: variable ‘anInstruction7’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction7;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:28928:26: warning: variable ‘anInstruction5’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction5;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:28927:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:28926:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:28925:26: warning: variable ‘anInstruction28’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction28;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:28924:26: warning: variable ‘anInstruction27’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction27;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:28923:26: warning: variable ‘anInstruction26’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction26;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:28922:26: warning: variable ‘anInstruction25’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction25;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:28921:26: warning: variable ‘anInstruction24’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction24;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:28920:26: warning: variable ‘anInstruction20’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction20;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:28919:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:28918:26: warning: variable ‘anInstruction19’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction19;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:28917:26: warning: variable ‘anInstruction18’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction18;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:28916:26: warning: variable ‘anInstruction17’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction17;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:28915:26: warning: variable ‘anInstruction16’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction16;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:28914:26: warning: variable ‘anInstruction15’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction15;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:28913:26: warning: variable ‘anInstruction14’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction14;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:28912:26: warning: variable ‘anInstruction13’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction13;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:28911:26: warning: variable ‘anInstruction112’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction112;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:28910:26: warning: variable ‘anInstruction111’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction111;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘compileMachineCodeInterpreterPrimitive’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:29149:8: warning: statement with no effect [-Wunused-value]
   error("shouldBeImplemented");
        ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:29155:3: warning: statement with no effect [-Wunused-value]
   ((AbstractInstruction *) backEnd);
   ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:29161:3: warning: statement with no effect [-Wunused-value]
   ((AbstractInstruction *) backEnd);
   ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:29167:3: warning: statement with no effect [-Wunused-value]
   ((AbstractInstruction *) backEnd);
   ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:29173:3: warning: statement with no effect [-Wunused-value]
   ((AbstractInstruction *) backEnd);
   ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:29179:2: warning: statement with no effect [-Wunused-value]
  ((AbstractInstruction *) backEnd);
  ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:29120:11: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
     sqInt n;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:29117:26: warning: variable ‘anInstruction12’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction12;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:29116:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘compileOpenPICMethodCacheProbeForwithShiftbaseRegOrNone’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:29219:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:29218:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:29217:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:29216:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:29215:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘compileOpenPICnumArgs’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:29292:39: warning: passing argument 2 of ‘isWithinMwOffsetRange’ makes integer from pointer without a cast [-Wint-conversion]
  if (!(isWithinMwOffsetRange(backEnd, methodCacheAddress()))) {
                                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:28069:1: note: expected ‘sqInt {aka long int}’ but argument is of type ‘void *’
 isWithinMwOffsetRange(AbstractInstruction * self_in_isWithinMwOffsetRange, sqInt anAddress)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:29276:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:29274:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘compilePerformMethodCacheProbeForwithShiftbaseRegOrNone’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:29343:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:29342:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:29341:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:29340:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:29339:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘compilePrimitive’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:29450:49: warning: passing argument 1 of ‘compileMachineCodeInterpreterPrimitive’ makes pointer from integer without a cast [-Wint-conversion]
   return compileMachineCodeInterpreterPrimitive(mcprimFunctionForPrimitiveIndex(primitiveIndex));
                                                 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:29114:1: note: expected ‘void (*)(void)’ but argument is of type ‘sqInt {aka long int}’
 compileMachineCodeInterpreterPrimitive(void (*primitiveRoutine)(void))
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:29453:24: warning: comparison of distinct pointer types lacks a cast
   || (primitiveRoutine == primitiveFail)) {
                        ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genDoubleFailIfZeroArgRcvrarg’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:29572:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genFastPrimTraceUsingand’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:29938:26: warning: variable ‘anInstruction5’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction5;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:29937:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:29936:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:29935:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:29934:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:29933:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genLookupForPerformNumArgs’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:30072:39: warning: passing argument 2 of ‘isWithinMwOffsetRange’ makes integer from pointer without a cast [-Wint-conversion]
  if (!(isWithinMwOffsetRange(backEnd, methodCacheAddress()))) {
                                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:28069:1: note: expected ‘sqInt {aka long int}’ but argument is of type ‘void *’
 isWithinMwOffsetRange(AbstractInstruction * self_in_isWithinMwOffsetRange, sqInt anAddress)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:30059:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:30057:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genMustBeBooleanTrampolineForcalled’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:30131:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveHashMultiply’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:30150:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:30149:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimReturnEnterCogCodeEnilopmart’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:30212:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:30207:26: warning: variable ‘anInstruction9’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction9;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:30206:26: warning: variable ‘anInstruction8’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction8;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:30205:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:30204:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:30203:26: warning: variable ‘anInstruction18’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction18;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:30202:26: warning: variable ‘anInstruction16’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction16;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:30201:26: warning: variable ‘anInstruction15’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction15;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:30200:26: warning: variable ‘anInstruction14’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction14;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:30199:26: warning: variable ‘anInstruction13’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction13;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:30198:26: warning: variable ‘anInstruction12’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction12;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:30197:26: warning: variable ‘anInstruction10’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction10;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:30196:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genQuickReturnConst’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:30386:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genReturnFalse’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:30432:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genReturnNil’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:30451:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genReturnNilFromBlock’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:30470:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genReturnTrue’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:30490:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘maybeCompileAllocFillerCheck’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:30904:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:30903:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:30902:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:30901:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:15:0,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:15:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘rewritePrimInvocationInto’:
/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/jit/jit.h:24:52: warning: statement with no effect [-Wunused-value]
 #define flushICacheFromto(startAddress,endAddress) 0
                                                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:31779:2: note: in expansion of macro ‘flushICacheFromto’
  flushICacheFromto((((usqInt)cogMethod)) + cmNoCheckEntryOffset, (((usqInt)address)) + extent);
  ^
In file included from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:31749:11: warning: variable ‘extent’ set but not used [-Wunused-but-set-variable]
     sqInt extent;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘adjustArgumentsForPerform’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:32060:11: warning: variable ‘literal9’ set but not used [-Wunused-but-set-variable]
     sqInt literal9;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:32059:11: warning: variable ‘literal5’ set but not used [-Wunused-but-set-variable]
     sqInt literal5;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:32058:11: warning: variable ‘literal3’ set but not used [-Wunused-but-set-variable]
     sqInt literal3;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:32057:11: warning: variable ‘literal2’ set but not used [-Wunused-but-set-variable]
     sqInt literal2;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:32056:11: warning: variable ‘literal10’ set but not used [-Wunused-but-set-variable]
     sqInt literal10;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:32054:26: warning: variable ‘anInstruction9’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction9;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:32053:26: warning: variable ‘anInstruction8’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction8;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:32052:26: warning: variable ‘anInstruction7’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction7;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:32051:26: warning: variable ‘anInstruction5’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction5;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:32050:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:32049:26: warning: variable ‘anInstruction15’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction15;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:32048:26: warning: variable ‘anInstruction14’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction14;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:32047:26: warning: variable ‘anInstruction13’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction13;
                          ^
In file included from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘compileAbstractInstructionsFromthrough’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:2135:25: warning: statement with no effect [-Wunused-value]
 #define traceSimStack() 0
                         ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:32204:2: note: in expansion of macro ‘traceSimStack’
  traceSimStack();
  ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:2097:30: warning: statement with no effect [-Wunused-value]
 #define maybeHaltIfDebugPC() 0
                              ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:32210:3: note: in expansion of macro ‘maybeHaltIfDebugPC’
   maybeHaltIfDebugPC();
   ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:2132:30: warning: statement with no effect [-Wunused-value]
 #define traceDescriptor(ign) 0
                              ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:32225:3: note: in expansion of macro ‘traceDescriptor’
   traceDescriptor(descriptor);
   ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:2135:25: warning: statement with no effect [-Wunused-value]
 #define traceSimStack() 0
                         ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:32226:3: note: in expansion of macro ‘traceSimStack’
   traceSimStack();
   ^
In file included from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:32261:8: warning: statement with no effect [-Wunused-value]
   error("Cog JIT internal error. Too many abstract opcodes.  Num opcodes heuristic is too optimistic.");
        ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:32199:11: warning: variable ‘generateBranchAround’ set but not used [-Wunused-but-set-variable]
     sqInt generateBranchAround;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘compileBlockBodies’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:32272:11: warning: variable ‘initialCounterIndex’ set but not used [-Wunused-but-set-variable]
     sqInt initialCounterIndex;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘compileBlockFrameBuild’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:32354:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:32353:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:32352:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘compileFrameBuild’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:32675:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:32674:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:32673:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘compileFullBlockMethodFrameBuild’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:32795:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:32794:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘compileTwoPathFrameBuild’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:32910:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:32909:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:32908:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:32907:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘compileTwoPathFramelessInit’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:33012:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘ensureFixupAt’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:2133:34: warning: statement with no effect [-Wunused-value]
 #define traceFixupmerge(igu,ana) 0
                                  ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:33175:2: note: in expansion of macro ‘traceFixupmerge’
  traceFixupmerge(fixup, 1);
  ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘ensureNonMergeFixupAt’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:2133:34: warning: statement with no effect [-Wunused-value]
 #define traceFixupmerge(igu,ana) 0
                                  ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:33211:2: note: in expansion of macro ‘traceFixupmerge’
  traceFixupmerge(fixup, 1);
  ^
In file included from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genCallPICEnilopmartNumArgs’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:33407:11: warning: variable ‘size’ set but not used [-Wunused-but-set-variable]
     sqInt size;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:33402:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genCallPrimitiveBytecode’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:33459:11: warning: variable ‘primSet’ set but not used [-Wunused-but-set-variable]
     sqInt primSet;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genExternalizePointersForPrimitiveCall’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:33484:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:33483:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:33482:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
In file included from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘generateInstructionsAt’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:2096:41: warning: statement with no effect [-Wunused-value]
 #define maybeBreakGeneratingAt(address) 0
                                         ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:33672:3: note: in expansion of macro ‘maybeBreakGeneratingAt’
   maybeBreakGeneratingAt(absoluteAddress);
   ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:2096:41: warning: statement with no effect [-Wunused-value]
 #define maybeBreakGeneratingAt(address) 0
                                         ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:33699:3: note: in expansion of macro ‘maybeBreakGeneratingAt’
   maybeBreakGeneratingAt((abstractInstruction->address));
   ^
In file included from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘generateSendTrampolines’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:33748:47: warning: passing argument 1 of ‘generateSuperSendTrampolineTonamednumArgsin’ makes integer from pointer without a cast [-Wint-conversion]
   generateSuperSendTrampolineTonamednumArgsin(ceSendabovetonumArgs, "ceDirectedSuperSend", numArgs, directedSuperSendTrampolines);
                                               ^
In file included from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:1264:28: note: expected ‘sqInt {aka long int}’ but argument is of type ‘sqInt (*)(sqInt,  sqInt,  sqInt,  sqInt) {aka long int (*)(long int,  long int,  long int,  long int)}’
 static sqInt NoDbgRegParms generateSuperSendTrampolineTonamednumArgsin(sqInt function, sqInt name, sqInt numArgs, sqInt *table);
                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:33748:69: warning: passing argument 2 of ‘generateSuperSendTrampolineTonamednumArgsin’ makes integer from pointer without a cast [-Wint-conversion]
   generateSuperSendTrampolineTonamednumArgsin(ceSendabovetonumArgs, "ceDirectedSuperSend", numArgs, directedSuperSendTrampolines);
                                                                     ^
In file included from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:1264:28: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
 static sqInt NoDbgRegParms generateSuperSendTrampolineTonamednumArgsin(sqInt function, sqInt name, sqInt numArgs, sqInt *table);
                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:33749:47: warning: passing argument 1 of ‘generateSuperSendTrampolineTonamednumArgsin’ makes integer from pointer without a cast [-Wint-conversion]
   generateSuperSendTrampolineTonamednumArgsin(ceSendaboveClassBindingtonumArgs, "ceDirectedSuperBindingSend", numArgs, directedSuperBindingSendTrampolines);
                                               ^
In file included from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:1264:28: note: expected ‘sqInt {aka long int}’ but argument is of type ‘void (*)(sqInt,  sqInt,  sqInt,  sqInt) {aka void (*)(long int,  long int,  long int,  long int)}’
 static sqInt NoDbgRegParms generateSuperSendTrampolineTonamednumArgsin(sqInt function, sqInt name, sqInt numArgs, sqInt *table);
                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:33749:81: warning: passing argument 2 of ‘generateSuperSendTrampolineTonamednumArgsin’ makes integer from pointer without a cast [-Wint-conversion]
   generateSuperSendTrampolineTonamednumArgsin(ceSendaboveClassBindingtonumArgs, "ceDirectedSuperBindingSend", numArgs, directedSuperBindingSendTrampolines);
                                                                                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:1264:28: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
 static sqInt NoDbgRegParms generateSuperSendTrampolineTonamednumArgsin(sqInt function, sqInt name, sqInt numArgs, sqInt *table);
                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘generateSuperSendTrampolineTonamednumArgsin’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:33768:102: warning: passing argument 1 of ‘trampolineNamenumArgs’ makes pointer from integer without a cast [-Wint-conversion]
  trampoline = genSendTrampolineFornumArgscalledargargargarg(function, numArgs, trampolineNamenumArgs(name, numArgs), ClassReg, TempReg, ReceiverResultReg, (numArgs <= (NumSendTrampolines - 2)
                                                                                                      ^
In file included from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:10025:1: note: expected ‘char *’ but argument is of type ‘sqInt {aka long int}’
 trampolineNamenumArgs(char *routinePrefix, sqInt numArgs)
 ^
In file included from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:33768:61: warning: passing argument 1 of ‘genSendTrampolineFornumArgscalledargargargarg’ makes pointer from integer without a cast [-Wint-conversion]
  trampoline = genSendTrampolineFornumArgscalledargargargarg(function, numArgs, trampolineNamenumArgs(name, numArgs), ClassReg, TempReg, ReceiverResultReg, (numArgs <= (NumSendTrampolines - 2)
                                                             ^
In file included from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:1297:28: note: expected ‘void *’ but argument is of type ‘sqInt {aka long int}’
 static sqInt NoDbgRegParms genSendTrampolineFornumArgscalledargargargarg(void *aRoutine, sqInt numArgs, char *aString, sqInt regOrConst0, sqInt regOrConst1, sqInt regOrConst2, sqInt regOrConst3);
                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genForwardersInlinedIdenticalOrNotIf’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:33991:85: warning: passing argument 3 of ‘genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder’ makes integer from pointer without a cast [-Wint-conversion]
   genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(argReg, TempReg, label, 0);
                                                                                     ^
In file included from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:17246:1: note: expected ‘sqInt {aka long int}’ but argument is of type ‘AbstractInstruction * {aka struct _AbstractInstruction *}’
 genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
 ^
In file included from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:33995:23: warning: passing argument 3 of ‘genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder’ makes integer from pointer without a cast [-Wint-conversion]
   : argReg), TempReg, label, fixup);
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:17246:1: note: expected ‘sqInt {aka long int}’ but argument is of type ‘AbstractInstruction * {aka struct _AbstractInstruction *}’
 genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
 ^
In file included from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:33995:30: warning: passing argument 4 of ‘genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder’ makes integer from pointer without a cast [-Wint-conversion]
   : argReg), TempReg, label, fixup);
                              ^
In file included from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:17246:1: note: expected ‘sqInt {aka long int}’ but argument is of type ‘BytecodeFixup * {aka struct <anonymous> *}’
 genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:33810:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:33798:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:33797:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:33796:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genIdenticalNoBranchArgIsConstantrcvrIsConstantargRegrcvrRegorNotIf’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:34068:85: warning: passing argument 3 of ‘genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder’ makes integer from pointer without a cast [-Wint-conversion]
   genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(argReg, TempReg, label, 0);
                                                                                     ^
In file included from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:17246:1: note: expected ‘sqInt {aka long int}’ but argument is of type ‘AbstractInstruction * {aka struct _AbstractInstruction *}’
 genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
 ^
In file included from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:34072:92: warning: passing argument 3 of ‘genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder’ makes integer from pointer without a cast [-Wint-conversion]
   genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(rcvrRegOrNone, TempReg, label, 0);
                                                                                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:17246:1: note: expected ‘sqInt {aka long int}’ but argument is of type ‘AbstractInstruction * {aka struct _AbstractInstruction *}’
 genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
 ^
In file included from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:34013:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:34012:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:34011:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:34010:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genInlinedIdenticalOrNotIf’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:34127:25: warning: variable ‘primDescriptor’ set but not used [-Wunused-but-set-variable]
     BytecodeDescriptor *primDescriptor;
                         ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genJumpBackTo’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:34153:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genJumpIfto’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:34198:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:34197:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genMarshalledSendnumArgssendTable’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:34339:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:34338:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genMethodAbortTrampolineFor’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:34399:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genPopStackBytecode’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:34447:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:34446:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveClosureValue’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:34487:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:34480:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:34479:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:34478:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:34477:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitiveFullClosureValue’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:34561:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:34556:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:34555:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:34554:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genPrimitivePerform’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:34612:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genPushLiteralVariable’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:34694:11: warning: variable ‘eA’ set but not used [-Wunused-but-set-variable]
     sqInt eA;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:34690:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genPushMaybeContextReceiverVariable’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:34784:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:34783:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genPushRemoteTempLongBytecode’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:34906:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genSpecialSelectorArithmetic’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:35095:9: warning: statement with no effect [-Wunused-value]
    error("Case not found and no otherwise clause");
         ^
In file included from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:35225:8: warning: statement with no effect [-Wunused-value]
   error("Case not found and no otherwise clause");
        ^
In file included from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:35058:11: warning: variable ‘literal3’ set but not used [-Wunused-but-set-variable]
     sqInt literal3;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:35057:11: warning: variable ‘literal2’ set but not used [-Wunused-but-set-variable]
     sqInt literal2;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:35056:11: warning: variable ‘literal1’ set but not used [-Wunused-but-set-variable]
     sqInt literal1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:35055:11: warning: variable ‘literal’ set but not used [-Wunused-but-set-variable]
     sqInt literal;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:35047:26: warning: variable ‘anInstruction7’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction7;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:35046:26: warning: variable ‘anInstruction6’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction6;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:35045:26: warning: variable ‘anInstruction5’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction5;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:35044:26: warning: variable ‘anInstruction4’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction4;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:35043:26: warning: variable ‘anInstruction3’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction3;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:35042:26: warning: variable ‘anInstruction2’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction2;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:35041:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:35040:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genSpecialSelectorComparison’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:35309:11: warning: variable ‘nextPC’ set but not used [-Wunused-but-set-variable]
     sqInt nextPC;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:35298:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:35297:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genStaticallyResolvedSpecialSelectorComparison’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:35488:8: warning: statement with no effect [-Wunused-value]
   error("Case not found and no otherwise clause");
        ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genStorePopLiteralVariableneedsStoreCheckneedsImmutabilityCheck’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:35505:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genStorePopMaybeContextReceiverVariableneedsStoreCheckneedsImmutabilityCheck’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:35566:26: warning: variable ‘anInstruction1’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction1;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:35565:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genStorePopRemoteTempAtneedsStoreCheck’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:35689:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genStorePopTemporaryVariable’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:35715:26: warning: variable ‘anInstruction’ set but not used [-Wunused-but-set-variable]
     AbstractInstruction *anInstruction;
                          ^
In file included from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘mergeWithFixupIfRequired’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:2134:25: warning: statement with no effect [-Wunused-value]
 #define traceMerge(ign) 0
                         ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:36125:2: note: in expansion of macro ‘traceMerge’
  traceMerge(fixup);
  ^
In file included from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘reinitializeFixupsFromthrough’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:36297:45: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
   (self_in_reinitialize->targetInstruction) = ((self_in_reinitialize->simStackPtr) = 0);
                                             ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘ssAllocateRequiredRegMaskupThrough’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:36568:11: warning: variable ‘lastRequiredNative’ set but not used [-Wunused-but-set-variable]
     sqInt lastRequiredNative;
           ^
In file included from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c: At top level:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:2164:1: warning: ‘availableFloatRegisterOrNoneFor’ defined but not used [-Wunused-function]
 availableFloatRegisterOrNoneFor(AbstractInstruction * self_in_availableFloatRegisterOrNoneFor, sqInt liveRegsMask)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:2198:1: warning: ‘cloneLiteralFrom’ defined but not used [-Wunused-function]
 cloneLiteralFrom(AbstractInstruction * self_in_cloneLiteralFrom, AbstractInstruction *existingLiteral)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:2287:1: warning: ‘initializeSharableLiteral’ defined but not used [-Wunused-function]
 initializeSharableLiteral(AbstractInstruction * self_in_initializeSharableLiteral, sqInt literal)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:2306:1: warning: ‘initializeUniqueLiteral’ defined but not used [-Wunused-function]
 initializeUniqueLiteral(AbstractInstruction * self_in_initializeUniqueLiteral, sqInt literal)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:2329:1: warning: ‘isLiteral’ defined but not used [-Wunused-function]
 isLiteral(AbstractInstruction * self_in_isLiteral)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:2385:1: warning: ‘rewriteConditionalJumpLongAttarget’ defined but not used [-Wunused-function]
 rewriteConditionalJumpLongAttarget(AbstractInstruction * self_in_rewriteConditionalJumpLongAttarget, sqInt callSiteReturnAddress, sqInt callTargetAddress)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:2398:1: warning: ‘wantsNearAddressFor’ defined but not used [-Wunused-function]
 wantsNearAddressFor(AbstractInstruction * self_in_wantsNearAddressFor, sqInt anObject)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:2425:1: warning: ‘computeSizeOfArithCqR’ defined but not used [-Wunused-function]
 computeSizeOfArithCqR(AbstractInstruction * self_in_computeSizeOfArithCqR)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:2440:1: warning: ‘computeSizeOfArithCwR’ defined but not used [-Wunused-function]
 computeSizeOfArithCwR(AbstractInstruction * self_in_computeSizeOfArithCwR)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:2485:1: warning: ‘concretizeMoveCwR’ defined but not used [-Wunused-function]
 concretizeMoveCwR(AbstractInstruction * self_in_concretizeMoveCwR)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:2604:1: warning: ‘loadLiteralByteSize’ defined but not used [-Wunused-function]
 loadLiteralByteSize(AbstractInstruction * self_in_loadLiteralByteSize)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:2879:1: warning: ‘allMethodsHaveCorrectHeader’ defined but not used [-Wunused-function]
 allMethodsHaveCorrectHeader(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:5947:1: warning: ‘expectedClosedPICPrototype’ defined but not used [-Wunused-function]
 expectedClosedPICPrototype(CogMethod *cPIC)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:6224:1: warning: ‘firstMappedPCFor’ defined but not used [-Wunused-function]
 firstMappedPCFor(CogMethod *cogMethod)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:8969:1: warning: ‘maybeFreeCogMethodDoesntLookKosher’ defined but not used [-Wunused-function]
 maybeFreeCogMethodDoesntLookKosher(CogMethod *cogMethod)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:9281:1: warning: ‘noAssertMethodClassAssociationOf’ defined but not used [-Wunused-function]
 noAssertMethodClassAssociationOf(sqInt methodPointer)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:9293:1: warning: ‘noCogMethodsMaximallyMarked’ defined but not used [-Wunused-function]
 noCogMethodsMaximallyMarked(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:9453:1: warning: ‘picAbortDiscriminatorValue’ defined but not used [-Wunused-function]
 picAbortDiscriminatorValue(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:9562:1: warning: ‘registerMaskFor’ defined but not used [-Wunused-function]
 registerMaskFor(sqInt reg)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:9569:1: warning: ‘registerMaskForand’ defined but not used [-Wunused-function]
 registerMaskForand(sqInt reg1, sqInt reg2)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:10810:1: warning: ‘counters’ defined but not used [-Wunused-function]
 counters(CogMethod * self_in_counters)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:11078:1: warning: ‘kosherYoungReferrers’ defined but not used [-Wunused-function]
 kosherYoungReferrers(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:11565:1: warning: ‘voidYoungReferrersPostTenureAll’ defined but not used [-Wunused-function]
 voidYoungReferrersPostTenureAll(void)
 ^
In file included from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:16919:1: warning: ‘checkValidDerivedObjectReference’ defined but not used [-Wunused-function]
 checkValidDerivedObjectReference(sqInt bodyAddress)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:16934:1: warning: ‘couldBeDerivedObject’ defined but not used [-Wunused-function]
 couldBeDerivedObject(sqInt bodyAddress)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:17076:1: warning: ‘genCreateClosureAtnumArgsnumCopiedcontextNumArgslargeinBlock’ defined but not used [-Wunused-function]
 genCreateClosureAtnumArgsnumCopiedcontextNumArgslargeinBlock(sqInt bcpc, sqInt numArgs, sqInt numCopied, sqInt ctxtNumArgs, sqInt isLargeCtxt, sqInt isInBlock)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:22504:1: warning: ‘getActiveContextAllocatesInMachineCode’ defined but not used [-Wunused-function]
 getActiveContextAllocatesInMachineCode(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:22515:1: warning: ‘inlineCacheTagIsYoung’ defined but not used [-Wunused-function]
 inlineCacheTagIsYoung(sqInt cacheTag)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:22932:1: warning: ‘isMergeFixup’ defined but not used [-Wunused-function]
 isMergeFixup(BytecodeFixup * self_in_isMergeFixup)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:22991:1: warning: ‘callFullTargetFromReturnAddress’ defined but not used [-Wunused-function]
 callFullTargetFromReturnAddress(AbstractInstruction * self_in_callFullTargetFromReturnAddress, sqInt callSiteReturnAddress)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:23019:1: warning: ‘cFloatResultToRd’ defined but not used [-Wunused-function]
 cFloatResultToRd(AbstractInstruction * self_in_cFloatResultToRd, sqInt reg)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:23030:1: warning: ‘cFloatResultToRs’ defined but not used [-Wunused-function]
 cFloatResultToRs(AbstractInstruction * self_in_cFloatResultToRs, sqInt reg)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:23590:1: warning: ‘concretizeFill32’ defined but not used [-Wunused-function]
 concretizeFill32(AbstractInstruction * self_in_concretizeFill32)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:27312:1: warning: ‘fullCallsAreRelative’ defined but not used [-Wunused-function]
 fullCallsAreRelative(AbstractInstruction * self_in_fullCallsAreRelative)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:27448:1: warning: ‘generateLowLevelTryLock’ defined but not used [-Wunused-function]
 generateLowLevelTryLock(AbstractInstruction * self_in_generateLowLevelTryLock, sqInt vmOwnerLockAddress)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:27478:1: warning: ‘generateLowLevelUnlock’ defined but not used [-Wunused-function]
 generateLowLevelUnlock(AbstractInstruction * self_in_generateLowLevelUnlock, sqInt vmOwnerLockAddress)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:27568:1: warning: ‘genMemCopytoconstantSize’ defined but not used [-Wunused-function]
 genMemCopytoconstantSize(AbstractInstruction * self_in_genMemCopytoconstantSize, sqInt originalSourceReg, sqInt originalDestReg, sqInt size)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:27627:1: warning: ‘genMemCopytosize’ defined but not used [-Wunused-function]
 genMemCopytosize(AbstractInstruction * self_in_genMemCopytosize, sqInt originalSourceReg, sqInt originalDestReg, sqInt originalSize)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:27933:1: warning: ‘genSubstituteReturnAddress’ defined but not used [-Wunused-function]
 genSubstituteReturnAddress(AbstractInstruction * self_in_genSubstituteReturnAddress, sqInt retpc)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:27944:1: warning: ‘genSwapRRScratch’ defined but not used [-Wunused-function]
 genSwapRRScratch(AbstractInstruction * self_in_genSwapRRScratch, sqInt regA, sqInt regB, sqInt regTmp)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:28185:1: warning: ‘literalBeforeInlineCacheTagAt’ defined but not used [-Wunused-function]
 literalBeforeInlineCacheTagAt(AbstractInstruction * self_in_literalBeforeInlineCacheTagAt, sqInt callSiteReturnAddress)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:28197:1: warning: ‘loadPICLiteralByteSize’ defined but not used [-Wunused-function]
 loadPICLiteralByteSize(AbstractInstruction * self_in_loadPICLiteralByteSize)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:28204:1: warning: ‘machineCodeAt’ defined but not used [-Wunused-function]
 machineCodeAt(AbstractInstruction * self_in_machineCodeAt, sqInt anOffset)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:28217:1: warning: ‘machineCodeBytes’ defined but not used [-Wunused-function]
 machineCodeBytes(AbstractInstruction * self_in_machineCodeBytes)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:28260:1: warning: ‘numLowLevelLockOpcodes’ defined but not used [-Wunused-function]
 numLowLevelLockOpcodes(AbstractInstruction * self_in_numLowLevelLockOpcodes)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:28316:1: warning: ‘relocateMethodReferenceBeforeAddressby’ defined but not used [-Wunused-function]
 relocateMethodReferenceBeforeAddressby(AbstractInstruction * self_in_relocateMethodReferenceBeforeAddressby, sqInt pc, sqInt delta)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:28652:1: warning: ‘zoneCallsAreRelative’ defined but not used [-Wunused-function]
 zoneCallsAreRelative(AbstractInstruction * self_in_zoneCallsAreRelative)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:30930:1: warning: ‘numSpecialSelectors’ defined but not used [-Wunused-function]
 numSpecialSelectors(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:31897:1: warning: ‘v4LongForwardBranchDistance’ defined but not used [-Wunused-function]
 v4LongForwardBranchDistance(BytecodeDescriptor *descriptor, sqInt pc, sqInt nExts, sqInt aMethodObj)
 ^
In file included from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:36270:1: warning: ‘receiverIsInReceiverResultReg’ defined but not used [-Wunused-function]
 receiverIsInReceiverResultReg(void)
 ^
In file included from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:36977:1: warning: ‘tempsValidAndVolatileEntriesSpilled’ defined but not used [-Wunused-function]
 tempsValidAndVolatileEntriesSpilled(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:37078:1: warning: ‘violatesEnsureSpilledSpillAssert’ defined but not used [-Wunused-function]
 violatesEnsureSpilledSpillAssert(void)
 ^
In file included from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:1363:14: warning: ‘breakBlock’ defined but not used [-Wunused-variable]
 static sqInt breakBlock;
              ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:1377:14: warning: ‘ceByteSizeOfTrampoline’ defined but not used [-Wunused-variable]
 static sqInt ceByteSizeOfTrampoline;
              ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:1387:22: warning: ‘ceCheckFeaturesFunction’ defined but not used [-Wunused-variable]
 static usqIntptr_t (*ceCheckFeaturesFunction)(void);
                      ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:1389:14: warning: ‘ceCPICMissTrampoline’ defined but not used [-Wunused-variable]
 static sqInt ceCPICMissTrampoline;
              ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:1393:14: warning: ‘ceFloatObjectOfTrampoline’ defined but not used [-Wunused-variable]
 static sqInt ceFloatObjectOfTrampoline;
              ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:1394:14: warning: ‘ceFloatValueOfTrampoline’ defined but not used [-Wunused-variable]
 static sqInt ceFloatValueOfTrampoline;
              ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:1395:15: warning: ‘ceFlushICache’ defined but not used [-Wunused-variable]
 static void (*ceFlushICache)(usqIntptr_t from, usqIntptr_t to);
               ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:1399:14: warning: ‘ceInlineNewHashTrampoline’ defined but not used [-Wunused-variable]
 static sqInt ceInlineNewHashTrampoline;
              ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:1400:14: warning: ‘ceInstantiateClassIndexableSizeTrampoline’ defined but not used [-Wunused-variable]
 static sqInt ceInstantiateClassIndexableSizeTrampoline;
              ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:1401:14: warning: ‘ceInstantiateClassTrampoline’ defined but not used [-Wunused-variable]
 static sqInt ceInstantiateClassTrampoline;
              ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:1406:14: warning: ‘ceMethodAbortTrampoline’ defined but not used [-Wunused-variable]
 static sqInt ceMethodAbortTrampoline;
              ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:1409:14: warning: ‘cePICAbortTrampoline’ defined but not used [-Wunused-variable]
 static sqInt cePICAbortTrampoline;
              ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:1410:14: warning: ‘cePositive64BitIntegerTrampoline’ defined but not used [-Wunused-variable]
 static sqInt cePositive64BitIntegerTrampoline;
              ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:1411:14: warning: ‘cePositive64BitValueOfTrampoline’ defined but not used [-Wunused-variable]
 static sqInt cePositive64BitValueOfTrampoline;
              ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:1419:14: warning: ‘ceSigned64BitIntegerTrampoline’ defined but not used [-Wunused-variable]
 static sqInt ceSigned64BitIntegerTrampoline;
              ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:1420:14: warning: ‘ceSigned64BitValueOfTrampoline’ defined but not used [-Wunused-variable]
 static sqInt ceSigned64BitValueOfTrampoline;
              ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:1445:14: warning: ‘compilationTrace’ defined but not used [-Wunused-variable]
 static sqInt compilationTrace;
              ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:1450:14: warning: ‘currentCallCleanUpSize’ defined but not used [-Wunused-variable]
 static sqInt currentCallCleanUpSize;
              ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:1452:14: warning: ‘debugBytecodePointers’ defined but not used [-Wunused-variable]
 static sqInt debugBytecodePointers;
              ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:1453:14: warning: ‘debugFixupBreaks’ defined but not used [-Wunused-variable]
 static sqInt debugFixupBreaks;
              ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:1454:14: warning: ‘debugOpcodeIndices’ defined but not used [-Wunused-variable]
 static sqInt debugOpcodeIndices;
              ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:1456:14: warning: ‘debugStackPointers’ defined but not used [-Wunused-variable]
 static sqInt debugStackPointers;
              ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:1460:14: warning: ‘disassemblingMethod’ defined but not used [-Wunused-variable]
 static sqInt disassemblingMethod;
              ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:1466:14: warning: ‘expectedFPAlignment’ defined but not used [-Wunused-variable]
 static sqInt expectedFPAlignment;
              ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:1467:14: warning: ‘expectedSPAlignment’ defined but not used [-Wunused-variable]
 static sqInt expectedSPAlignment;
              ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:1992:14: warning: ‘guardPageSize’ defined but not used [-Wunused-variable]
 static sqInt guardPageSize;
              ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:2002:14: warning: ‘memoryManager’ defined but not used [-Wunused-variable]
 static sqInt memoryManager;
              ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:2024:14: warning: ‘percentageToEnsureRelease’ defined but not used [-Wunused-variable]
 static sqInt percentageToEnsureRelease;
              ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:2046:14: warning: ‘simulateFPInUse’ defined but not used [-Wunused-variable]
 static sqInt simulateFPInUse;
              ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:2060:15: warning: ‘unpairedMethodList’ defined but not used [-Wunused-variable]
 static usqInt unpairedMethodList;
               ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘generateClosedPICPrototype’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:6717:31: warning: ‘endCPICCase1’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  cPICCaseSize = ((endCPICCase1->address)) - ((endCPICCase0->address));
                               ^
In file included from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genSpecialSelectorComparison’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:35491:9: warning: ‘result’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  return ssPushAnnotatedConstant((result
         ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:35462:9: note: ‘result’ was declared here
     int result;
         ^
In file included from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c: In function ‘genSpecialSelectorArithmetic’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:35228:6: warning: ‘jumpContinue’ may be used uninitialized in this function [-Wmaybe-uninitialized]
   if (!(jumpContinue)) {
      ^
In file included from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:7533:39: warning: ‘rcvrInt’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  ((abstractInstruction->operands))[0] = operandOne;
                                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:35060:11: note: ‘rcvrInt’ was declared here
     sqInt rcvrInt;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:35101:31: warning: ‘result’ may be used uninitialized in this function [-Wmaybe-uninitialized]
     ssPushAnnotatedConstant((((usqInt)result << 3) | 1)));
                               ^
In file included from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:7533:39: warning: ‘argInt’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  ((abstractInstruction->operands))[0] = operandOne;
                                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:15:0:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64SysV.c:35048:11: note: ‘argInt’ was declared here
     sqInt argInt;
           ^
Stashed 16 file(s)
[Pipeline] archiveArtifacts
Archiving artifacts
[ 31%] Building C object CMakeFiles/PharoVMCore.dir/generated/64/vm/src/gcc3x-cointerp.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/generated/64/vm/src/gcc3x-cointerp.c.o   -c /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: At top level:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:48:0: warning: ignoring #pragma auto_inline  [-Wunknown-pragmas]
 #pragma auto_inline(off)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65:0: warning: ignoring #pragma auto_inline  [-Wunknown-pragmas]
 #pragma auto_inline(on)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘interpret’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2991:30: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
  localSP = pointerForOop(GIV(stackPointer));
                              ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2992:30: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
  localFP = pointerForOop(GIV(framePointer));
                              ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:38:0:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/dispdbg.h:88:38: warning: statement with no effect [-Wunused-value]
 # define bytecodeDispatchDebugHook() 0
                                      ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2998:3: note: in expansion of macro ‘bytecodeDispatchDebugHook’
   bytecodeDispatchDebugHook();
   ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3012:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize));
                              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3026:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 8 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3040:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 16 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3054:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 24 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3068:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 32 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3082:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 40 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3096:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 48 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3110:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 56 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3124:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 64 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3138:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 72 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3152:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 80 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3166:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 88 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3180:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 96 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3194:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 104 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3208:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 112 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3222:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 120 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3237:76: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     object = (0 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3238:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs) * BytesPerWord))
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3239:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs) * BytesPerWord)));
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3254:76: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     object = (1 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3255:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 1 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3256:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 1 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3271:76: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     object = (2 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3272:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 2 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3273:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 2 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3288:76: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     object = (3 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3289:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 3 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3290:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 3 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3305:76: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     object = (4 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3306:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 4 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3307:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 4 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3322:76: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     object = (5 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3323:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 5 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3324:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 5 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3339:76: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     object = (6 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3340:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 6 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3341:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 6 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3356:76: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     object = (7 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3357:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 7 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3358:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 7 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3373:76: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     object = (8 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3374:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 8 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3375:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 8 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3390:76: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     object = (9 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3391:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 9 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3392:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 9 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3407:77: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     object = (10 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3408:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 10 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3409:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 10 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3424:77: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     object = (11 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3425:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 11 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3426:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 11 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3440:77: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     object = (12 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3441:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 12 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3442:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 12 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3456:77: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     object = (13 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3457:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 13 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3458:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 13 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3472:77: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     object = (14 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3473:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 14 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3474:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 14 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3488:77: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     object = (15 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3489:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 15 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3490:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 15 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:4710:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     rcvr = longAt(localFP + FoxIFReceiver);
                   ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:4766:69: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     if (0 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                     ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:4767:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
      longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs) * BytesPerWord), longAtPointer(localSP));
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:4770:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
      longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs) * BytesPerWord), longAtPointer(localSP));
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:4786:69: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     if (1 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                     ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:4787:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
      longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 1 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:4790:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
      longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 1 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:4806:69: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     if (2 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                     ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:4807:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
      longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 2 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:4810:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
      longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 2 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:4826:69: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     if (3 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                     ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:4827:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
      longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 3 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:4830:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
      longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 3 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:4846:69: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     if (4 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                     ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:4847:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
      longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 4 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:4850:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
      longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 4 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:4866:69: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     if (5 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                     ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:4867:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
      longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 5 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:4870:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
      longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 5 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:4886:69: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     if (6 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                     ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:4887:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
      longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 6 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:4890:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
      longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 6 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:4906:69: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     if (7 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                     ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:4907:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
      longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 7 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:4910:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
      longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 7 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:4926:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     object = longAt(localFP + FoxIFReceiver);
                     ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5019:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     localReturnValue = longAt(localFP + FoxIFReceiver);
                               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5059:19: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     if (!((byteAt((localFP + FoxIFrameFlags) + 3)) != 0)) {
                   ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5079:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     closure = longAt(localFP + (frameStackedReceiverOffset(localFP)));
                      ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5096:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
       if (((((usqInt)(longAt(localFP + FoxMethod)))) < (startOfMemory())
                              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5097:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
        ? ((longAt(localFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                   ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5098:18: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
        : (byteAt((localFP + FoxIFrameFlags) + 2)) != 0)) {
                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5100:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
        ourContext = longAt(localFP + FoxThisContext);
                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5128:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      if (((((usqInt)(longAt(localFP + FoxMethod)))) < (startOfMemory())
                             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5129:18: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
       ? ((longAt(localFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5130:17: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
       : (byteAt((localFP + FoxIFrameFlags) + 2)) != 0)) {
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5132:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
       ourContext1 = longAt(localFP + FoxThisContext);
                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5149:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      if (((((usqInt)(longAt(localFP + FoxMethod)))) < (startOfMemory())
                             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5150:18: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
       ? ((longAt(localFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5151:17: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
       : (byteAt((localFP + FoxIFrameFlags) + 2)) != 0)) {
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5153:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
       ourContext2 = longAt(localFP + FoxThisContext);
                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5177:18: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      if ((longAt(theFP + FoxSavedFP)) == 0) {
                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5183:35: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
       callerContextOrNil = longAt((thePage1->baseAddress));
                                   ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5190:46: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
       frameToReturnTo = pointerForOop(longAt(theFP + FoxSavedFP));
                                              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5213:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
       if (((((usqInt)(longAt(localFP + FoxMethod)))) < (startOfMemory())
                              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5214:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
        ? ((longAt(localFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                   ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5215:18: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
        : (byteAt((localFP + FoxIFrameFlags) + 2)) != 0)) {
                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5217:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
        ourContext3 = longAt(localFP + FoxThisContext);
                             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5244:35: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      callerContextOrNil2 = longAt((thePage3->baseAddress));
                                   ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5269:37: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
        callerContextOrNil1 = longAt((thePage2->baseAddress));
                                     ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5310:38: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
       localFP = pointerForOop(longAt(localFP + FoxSavedFP));
                                      ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5312:37: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      localIP = pointerForOop(longAt(callerFP + FoxCallerSavedIP));
                                     ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5326:33: warning: passing argument 2 of ‘longAtPointerput’ makes integer from pointer without a cast [-Wint-conversion]
       longAtPointerput(localSP, localIP);
                                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:142:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtPointerput(char *ptr, sqInt val) { return *(sqInt *)ptr= val; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5337:37: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      localIP = pointerForOop(longAt(localFP + FoxIFSavedIP));
                                     ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5341:25: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     aMethodObj = longAt(localFP + FoxMethod);
                         ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5432:44: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     callersFPOrNull = pointerForOop(longAt(localFP + FoxSavedFP));
                                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5440:34: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      callerContextOrNil = longAt((thePage1->baseAddress));
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5472:49: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
        while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) {
                                                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5501:37: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
        contextToReturnFrom = longAt(((GIV(stackPage)->baseAddress)) - BytesPerWord);
                                     ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5504:18: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), contextToReturnFrom);
                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5507:18: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), localReturnValue);
                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5510:18: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5540:34: warning: passing argument 2 of ‘longAtPointerput’ makes integer from pointer without a cast [-Wint-conversion]
        longAtPointerput(localSP, localIP);
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:142:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtPointerput(char *ptr, sqInt val) { return *(sqInt *)ptr= val; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5551:38: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
       localIP = pointerForOop(longAt(localFP + FoxIFSavedIP));
                                      ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5555:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      aMethodObj = longAt(localFP + FoxMethod);
                          ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5571:36: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     localIP = pointerForOop(longAt(localFP + FoxCallerSavedIP));
                                    ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5572:79: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     localSP = localFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(localFP + FoxMethod)))) < (startOfMemory())
                                                                               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5574:11: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
  : byteAt((localFP + FoxIFrameFlags) + 1))));
           ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5585:33: warning: passing argument 2 of ‘longAtPointerput’ makes integer from pointer without a cast [-Wint-conversion]
       longAtPointerput(localSP, localIP);
                                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:142:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtPointerput(char *ptr, sqInt val) { return *(sqInt *)ptr= val; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5596:37: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      localIP = pointerForOop(longAt(localFP + FoxIFSavedIP));
                                     ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5599:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     aMethodObj1 = longAt(localFP + FoxMethod);
                          ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5643:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5644:17: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5645:16: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
      : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5647:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      ourContext = longAt(theFP + FoxThisContext);
                          ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5680:32: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      object1 = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + (((sqInt)((usqInt)(variableIndex) << (shiftForWord())))));
                                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5686:56: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
      object = (variableIndex < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                        ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5687:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
       ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - variableIndex) * BytesPerWord))
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5688:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
       : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - variableIndex) * BytesPerWord)));
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5735:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      objOop = longAt(localFP + FoxIFReceiver);
                      ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5778:50: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
      if (variableIndex < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5779:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
       longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - variableIndex) * BytesPerWord), value);
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5782:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
       longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - variableIndex) * BytesPerWord), value);
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5864:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      objOop = longAt(localFP + FoxIFReceiver);
                      ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5907:50: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
      if (variableIndex < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5908:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
       longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - variableIndex) * BytesPerWord), value);
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5911:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
       longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - variableIndex) * BytesPerWord), value);
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:38:0:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/dispdbg.h:37:49: warning: statement with no effect [-Wunused-value]
 # define sendBreakpointreceiver(sel, len, rcvr) 0
                                                 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:6041:6: note: in expansion of macro ‘sendBreakpointreceiver’
      sendBreakpointreceiver(firstFixedFieldOfMaybeImmediate(GIV(messageSelector)), lengthOfMaybeImmediate(GIV(messageSelector)), longAtPointer(localSP + (GIV(argumentCount) * BytesPerOop)));
      ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:6195:35: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
       localSP = pointerForOop(GIV(stackPointer));
                                   ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:6196:35: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
       localFP = pointerForOop(GIV(framePointer));
                                   ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:6269:36: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
        && (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()))))) {
                                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:6284:45: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
        GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                             ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:6289:35: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
       localSP = pointerForOop(GIV(stackPointer));
                                   ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:6290:35: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
       localFP = pointerForOop(GIV(framePointer));
                                   ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:6301:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
       longAtput(localFP + FoxIFSavedIP, ((sqInt)localIP));
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:6312:35: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
       localSP = pointerForOop(GIV(stackPointer));
                                   ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:6313:35: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
       localFP = pointerForOop(GIV(framePointer));
                                   ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:6326:50: warning: passing argument 2 of ‘longAtPointerput’ makes integer from pointer without a cast [-Wint-conversion]
       longAtPointerput((localSP -= BytesPerOop), localIP);
                                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:142:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtPointerput(char *ptr, sqInt val) { return *(sqInt *)ptr= val; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:6328:50: warning: passing argument 2 of ‘longAtPointerput’ makes integer from pointer without a cast [-Wint-conversion]
       longAtPointerput((localSP -= BytesPerOop), localFP);
                                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:142:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtPointerput(char *ptr, sqInt val) { return *(sqInt *)ptr= val; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:6367:65: warning: passing argument 1 of ‘reapAndResetErrorCodeToheader’ makes integer from pointer without a cast [-Wint-conversion]
         shouldSkipStoreBytecode = reapAndResetErrorCodeToheader(localFP, methodHeader2);
                                                                 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:1644:40: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
 static sqInt NoDbgRegParms NeverInline reapAndResetErrorCodeToheader(sqInt theFP, sqInt methodHeader);
                                        ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:6387:36: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
        localSP = pointerForOop(GIV(stackPointer));
                                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:6388:36: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
        localFP = pointerForOop(GIV(framePointer));
                                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:6450:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      obj = longAt(localFP + FoxIFReceiver);
                   ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:6481:37: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
         localSP = pointerForOop(GIV(stackPointer));
                                     ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:6482:37: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
         localFP = pointerForOop(GIV(framePointer));
                                     ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:6498:40: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
        callerFP = pointerForOop(longAt(spouseFP + FoxSavedFP));
                                        ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:6507:37: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
         callerContextOrNil = longAt((thePage->baseAddress));
                                     ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:6515:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
        if (((((usqInt)(longAt(callerFP + FoxMethod)))) < (startOfMemory())
                               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:6516:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
         ? ((longAt(callerFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                    ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:6517:19: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
         : (byteAt((callerFP + FoxIFrameFlags) + 2)) != 0)) {
                   ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:6519:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
         object3 = longAt(callerFP + FoxThisContext);
                          ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:6631:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     obj1 = longAt(localFP + FoxIFReceiver);
                   ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:6726:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
      localSP = pointerForOop(GIV(stackPointer));
                                  ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:6727:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
      localFP = pointerForOop(GIV(framePointer));
                                  ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:6924:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:6925:17: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:6926:16: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
      : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:6928:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      ourContext = longAt(theFP + FoxThisContext);
                          ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:7066:61: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     tempVector = (tempVectorIndex < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:7067:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - tempVectorIndex) * BytesPerWord))
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:7068:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - tempVectorIndex) * BytesPerWord)));
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:7090:61: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     tempVector = (tempVectorIndex < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:7091:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - tempVectorIndex) * BytesPerWord))
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:7092:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - tempVectorIndex) * BytesPerWord)));
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:7127:61: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     tempVector = (tempVectorIndex < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:7128:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - tempVectorIndex) * BytesPerWord))
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:7129:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - tempVectorIndex) * BytesPerWord)));
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:7180:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:7181:17: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:7182:16: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
      : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:7184:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      context = longAt(theFP + FoxThisContext);
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:7500:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
      localSP = pointerForOop(GIV(stackPointer));
                                  ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:7501:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
      localFP = pointerForOop(GIV(framePointer));
                                  ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:7506:36: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     backwardJumpCountByte = byteAt(localFP + ((VMBIGENDIAN
                                    ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:7529:15: warning: passing argument 1 of ‘byteAtput’ makes integer from pointer without a cast [-Wint-conversion]
     byteAtput(localFP + ((VMBIGENDIAN
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:159:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAtput(sqInt oop, int val)  { return byteAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:7743:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
       longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 + arg1));
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:7749:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
      localSP = pointerForOop(GIV(stackPointer));
                                  ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:7750:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
      localFP = pointerForOop(GIV(framePointer));
                                  ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:7887:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
       longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 - arg1));
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:7893:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
      localSP = pointerForOop(GIV(stackPointer));
                                  ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:7894:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
      localFP = pointerForOop(GIV(framePointer));
                                  ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:8964:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
       longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 * arg1));
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:8970:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
      localSP = pointerForOop(GIV(stackPointer));
                                  ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:8971:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
      localFP = pointerForOop(GIV(framePointer));
                                  ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:9123:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
       longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 / arg1));
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:9129:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
      localSP = pointerForOop(GIV(stackPointer));
                                  ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:9130:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
      localFP = pointerForOop(GIV(framePointer));
                                  ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:9269:34: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     integerArgument = longAt(GIV(stackPointer));
                                  ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:9277:34: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                  ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:9315:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
      longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), shifted);
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:9322:33: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
     localSP = pointerForOop(GIV(stackPointer));
                                 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:9323:33: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
     localFP = pointerForOop(GIV(framePointer));
                                 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:9391:33: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
     localSP = pointerForOop(GIV(stackPointer));
                                 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:9392:33: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
     localFP = pointerForOop(GIV(framePointer));
                                 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:9435:33: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
     localSP = pointerForOop(GIV(stackPointer));
                                 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:9436:33: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
     localFP = pointerForOop(GIV(framePointer));
                                 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:9484:11: warning: variable ‘classOop1’ set but not used [-Wunused-but-set-variable]
     sqInt classOop1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:9483:11: warning: variable ‘classOop’ set but not used [-Wunused-but-set-variable]
     sqInt classOop;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:9766:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
      localSP = pointerForOop(GIV(stackPointer));
                                  ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:9767:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
      localFP = pointerForOop(GIV(framePointer));
                                  ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:9733:11: warning: variable ‘classOop’ set but not used [-Wunused-but-set-variable]
     sqInt classOop;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:9819:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
      localSP = pointerForOop(GIV(stackPointer));
                                  ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:9820:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
      localFP = pointerForOop(GIV(framePointer));
                                  ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:9786:11: warning: variable ‘classOop’ set but not used [-Wunused-but-set-variable]
     sqInt classOop;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:10132:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      if (((((usqInt)(longAt(localFP + FoxMethod)))) < (startOfMemory())
                             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:10133:18: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
       ? ((longAt(localFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:10134:17: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
       : (byteAt((localFP + FoxIFrameFlags) + 2)) != 0)) {
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:10136:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
       theThingToPush = longAt(localFP + FoxThisContext);
                               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:10186:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     localReturnValue = longAt(localFP + FoxIFReceiver);
                               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:10339:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
       longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 + arg1));
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:10345:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
      localSP = pointerForOop(GIV(stackPointer));
                                  ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:10346:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
      localFP = pointerForOop(GIV(framePointer));
                                  ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:10483:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
       longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 - arg1));
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:10489:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
      localSP = pointerForOop(GIV(stackPointer));
                                  ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:10490:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
      localFP = pointerForOop(GIV(framePointer));
                                  ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:11559:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
       longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 * arg1));
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:11565:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
      localSP = pointerForOop(GIV(stackPointer));
                                  ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:11566:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
      localFP = pointerForOop(GIV(framePointer));
                                  ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:11718:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
       longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 / arg1));
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:11724:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
      localSP = pointerForOop(GIV(stackPointer));
                                  ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:11725:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
      localFP = pointerForOop(GIV(framePointer));
                                  ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:11864:34: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     integerArgument = longAt(GIV(stackPointer));
                                  ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:11872:34: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                  ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:11910:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
      longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), shifted);
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:11917:33: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
     localSP = pointerForOop(GIV(stackPointer));
                                 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:11918:33: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
     localFP = pointerForOop(GIV(framePointer));
                                 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:11986:33: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
     localSP = pointerForOop(GIV(stackPointer));
                                 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:11987:33: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
     localFP = pointerForOop(GIV(framePointer));
                                 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:12030:33: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
     localSP = pointerForOop(GIV(stackPointer));
                                 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:12031:33: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
     localFP = pointerForOop(GIV(framePointer));
                                 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:12051:11: warning: variable ‘classOop1’ set but not used [-Wunused-but-set-variable]
     sqInt classOop1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:12050:11: warning: variable ‘classOop’ set but not used [-Wunused-but-set-variable]
     sqInt classOop;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:12268:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
      localSP = pointerForOop(GIV(stackPointer));
                                  ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:12269:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
      localFP = pointerForOop(GIV(framePointer));
                                  ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:12235:11: warning: variable ‘classOop’ set but not used [-Wunused-but-set-variable]
     sqInt classOop;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:12321:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
      localSP = pointerForOop(GIV(stackPointer));
                                  ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:12322:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
      localFP = pointerForOop(GIV(framePointer));
                                  ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:12288:11: warning: variable ‘classOop’ set but not used [-Wunused-but-set-variable]
     sqInt classOop;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:12535:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     rcvr = longAt(localFP + FoxIFReceiver);
                   ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:12636:18: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     obj = longAt(localFP + FoxIFReceiver);
                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:12667:36: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
        localSP = pointerForOop(GIV(stackPointer));
                                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:12668:36: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
        localFP = pointerForOop(GIV(framePointer));
                                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:12684:39: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
       callerFP = pointerForOop(longAt(spouseFP + FoxSavedFP));
                                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:12693:36: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
        callerContextOrNil = longAt((thePage->baseAddress));
                                    ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:12701:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
       if (((((usqInt)(longAt(callerFP + FoxMethod)))) < (startOfMemory())
                              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:12702:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
        ? ((longAt(callerFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                   ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:12703:18: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
        : (byteAt((callerFP + FoxIFrameFlags) + 2)) != 0)) {
                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:12705:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
        object = longAt(callerFP + FoxThisContext);
                        ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:12787:47: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     object = (index < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:12788:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - index) * BytesPerWord))
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:12789:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - index) * BytesPerWord)));
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:12964:18: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     top = longAt(localSP);
                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:13062:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
      localSP = pointerForOop(GIV(stackPointer));
                                  ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:13063:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
      localFP = pointerForOop(GIV(framePointer));
                                  ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:13068:36: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     backwardJumpCountByte = byteAt(localFP + ((VMBIGENDIAN
                                    ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:13091:15: warning: passing argument 1 of ‘byteAtput’ makes integer from pointer without a cast [-Wint-conversion]
     byteAtput(localFP + ((VMBIGENDIAN
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:159:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAtput(sqInt oop, int val)  { return byteAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:13201:18: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     obj = longAt(localFP + FoxIFReceiver);
                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:13296:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
      localSP = pointerForOop(GIV(stackPointer));
                                  ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:13297:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
      localFP = pointerForOop(GIV(framePointer));
                                  ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:13421:41: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     if (index < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                         ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:13422:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
      longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - index) * BytesPerWord), longAtPointer(localSP));
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:13425:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
      longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - index) * BytesPerWord), longAtPointer(localSP));
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:13450:18: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     obj = longAt(localFP + FoxIFReceiver);
                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:13545:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
      localSP = pointerForOop(GIV(stackPointer));
                                  ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:13546:34: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
      localFP = pointerForOop(GIV(framePointer));
                                  ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:13667:41: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     if (index < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                         ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:13668:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
      longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - index) * BytesPerWord), longAtPointer(localSP));
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:13671:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
      longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - index) * BytesPerWord), longAtPointer(localSP));
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:13765:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:13766:18: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
       ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:13767:17: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
       : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:13769:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
       context = longAt(theFP + FoxThisContext);
                        ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:13833:124: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      longAtput((newClosure + BaseHeaderSize) + (((sqInt)((usqInt)(FullClosureReceiverIndex) << (shiftForWord())))), longAt(localFP + FoxIFReceiver));
                                                                                                                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:13883:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:13884:17: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:13885:16: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
      : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:13887:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      context = longAt(theFP + FoxThisContext);
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:12948:3: warning: label ‘directedSuperclassSend’ defined but not used [-Wunused-label]
   directedSuperclassSend:
   ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘activateCoggedNewMethod’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14258:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (((cogMethod->cmNumArgs)) * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14260:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14272:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14275:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) - BytesPerWord), rcvr);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14281:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14281:58: warning: passing argument 2 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14285:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp7 = GIV(stackPointer) - BytesPerWord), ((sqInt)cogMethod));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14288:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14291:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp9 = GIV(stackPointer) - BytesPerWord), rcvr);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14296:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14302:37: warning: passing argument 1 of ‘reapAndResetErrorCodeToheader’ makes integer from pointer without a cast [-Wint-conversion]
   reapAndResetErrorCodeToheader(GIV(framePointer), methodHeader);
                                     ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:1644:40: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
 static sqInt NoDbgRegParms NeverInline reapAndResetErrorCodeToheader(sqInt theFP, sqInt methodHeader);
                                        ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14308:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp3 = GIV(stackPointer) - BytesPerWord), object1);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14311:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp4 = GIV(stackPointer) - BytesPerWord), rcvr);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘activateNewMethod’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14359:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14363:41: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                         ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14367:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14370:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14370:58: warning: passing argument 2 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14374:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14388:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp4 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14394:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp5 = GIV(stackPointer) - BytesPerWord), object);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14397:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp6 = GIV(stackPointer) - BytesPerWord), 0);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14400:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp7 = GIV(stackPointer) - BytesPerWord), rcvr);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14404:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14416:64: warning: passing argument 1 of ‘reapAndResetErrorCodeToheader’ makes integer from pointer without a cast [-Wint-conversion]
    shouldSkipStoreBytecode = reapAndResetErrorCodeToheader(GIV(framePointer), methodHeader);
                                                                ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:1644:40: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
 static sqInt NoDbgRegParms NeverInline reapAndResetErrorCodeToheader(sqInt theFP, sqInt methodHeader);
                                        ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘assertValidExecutionPointersimbarline’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14590:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  methodField = longAt(lifp + FoxMethod);
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14601:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     theIP = longAt(lifp + FoxIFSavedIP);
                    ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14617:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    methodField1 = longAt(lifp + FoxMethod);
                          ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14634:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  if ((longAt(lifp + FoxSavedFP)) == 0) {
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14581:12: warning: variable ‘theIP’ set but not used [-Wunused-but-set-variable]
     usqInt theIP;
            ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14578:16: warning: variable ‘cogMethod’ set but not used [-Wunused-but-set-variable]
     CogMethod *cogMethod;
                ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘assertValidMachineCodeFrame’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14649:47: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  cogMethod = ((CogBlockMethod *) ((longAt(GIV(framePointer) + FoxMethod)) & MFMethodMask));
                                               ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14645:16: warning: variable ‘homeMethod’ set but not used [-Wunused-but-set-variable]
     CogMethod *homeMethod;
                ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘assertValidStackedInstructionPointersInline’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14691:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   theIP = ((usqInt)(longAt((aStackPage->headSP))));
                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14698:25: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                         ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14700:25: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    methodField = longAt(theFP + FoxMethod);
                         ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14717:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    methodObj = longAt(theFP + FoxMethod);
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14722:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     theIP = longAt(theFP + FoxIFSavedIP);
                    ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14728:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   theIP = ((usqInt)(longAt(theFP + FoxCallerSavedIP)));
                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14729:43: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                           ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14675:16: warning: variable ‘theMethod’ set but not used [-Wunused-but-set-variable]
     CogMethod *theMethod;
                ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14671:12: warning: variable ‘methodObj’ set but not used [-Wunused-but-set-variable]
     usqInt methodObj;
            ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘attemptToSwitchToMachineCode’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14785:16: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
   if (((byteAt((GIV(framePointer) + FoxIFrameFlags) + 3)) != 0)
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14786:109: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    && (!(isVanillaBlockClosure((cls = frameStackedReceivernumArgs(GIV(framePointer), ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())
                                                                                                             ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14788:13: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
    : byteAt((GIV(framePointer) + FoxIFrameFlags) + 1)))))))) {
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14808:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   if ((longAt(GIV(framePointer) + FoxSavedFP)) == 0) {
                   ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14809:18: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput(GIV(framePointer) + FoxCallerSavedIP, ceBaseFrameReturnPC());
                  ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14812:54: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    if (!((((usqInt)(longAt((pointerForOop(longAt(GIV(framePointer) + FoxSavedFP))) + FoxMethod)))) < (startOfMemory()))) {
                                                      ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14812:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    if (!((((usqInt)(longAt((pointerForOop(longAt(GIV(framePointer) + FoxSavedFP))) + FoxMethod)))) < (startOfMemory()))) {
                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14814:38: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     theFP = pointerForOop(longAt(GIV(framePointer) + FoxSavedFP));
                                      ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14816:71: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     longAtput(theFP + FoxIFSavedIP, ((sqInt)(pointerForOop(longAt(GIV(framePointer) + FoxCallerSavedIP)))));
                                                                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14816:15: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
     longAtput(theFP + FoxIFSavedIP, ((sqInt)(pointerForOop(longAt(GIV(framePointer) + FoxCallerSavedIP)))));
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14817:19: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
     longAtput(GIV(framePointer) + FoxCallerSavedIP, ceReturnToInterpreterPC());
                   ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14820:15: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
   if ((byteAt((GIV(framePointer) + FoxIFrameFlags) + 3)) != 0) {
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14821:25: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    closure = longAt(GIV(framePointer) + (frameStackedReceiverOffset(GIV(framePointer))));
                         ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14842:68: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput(GIV(framePointer) + FoxMethod, methodField + (((byteAt((GIV(framePointer) + FoxIFrameFlags) + 2)) != 0
                                                                    ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14842:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput(GIV(framePointer) + FoxMethod, methodField + (((byteAt((GIV(framePointer) + FoxIFrameFlags) + 2)) != 0
                 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14846:58: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((p + FoxMFReceiver) - FoxIFReceiver, longAt(p));
                                                          ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14846:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((p + FoxMFReceiver) - FoxIFReceiver, longAt(p));
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14853:49: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   cogMethod1 = ((CogBlockMethod *) ((longAt(GIV(framePointer) + FoxMethod)) & MFMethodMask));
                                                 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14864:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), pc);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14867:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14772:16: warning: variable ‘homeMethod’ set but not used [-Wunused-but-set-variable]
     CogMethod *homeMethod;
                ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘callbackEnter’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14896:43: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  wasInMachineCode = (((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory());
                                           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14941:18: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                  ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14886:20: warning: variable ‘wasInMachineCode’ set but not used [-Wunused-but-set-variable]
     volatile sqInt wasInMachineCode;
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘callRegisterArgCogMethodatreceiver’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14991:64: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput(GIV(stackPointer) + (3 * BytesPerWord), longAt(GIV(stackPointer)));
                                                                ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14991:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput(GIV(stackPointer) + (3 * BytesPerWord), longAt(GIV(stackPointer)));
                 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14993:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   object = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14994:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14997:64: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput(GIV(stackPointer) + (1 * BytesPerWord), longAt(GIV(stackPointer) + (3 * BytesPerWord)));
                                                                ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14997:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput(GIV(stackPointer) + (1 * BytesPerWord), longAt(GIV(stackPointer) + (3 * BytesPerWord)));
                 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14998:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput(GIV(stackPointer) + (2 * BytesPerWord), rcvr);
                 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14999:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput(GIV(stackPointer) + (3 * BytesPerWord), (((sqInt)cogMethod)) + entryOffset);
                 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15004:64: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput(GIV(stackPointer) + (2 * BytesPerWord), longAt(GIV(stackPointer)));
                                                                ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15004:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput(GIV(stackPointer) + (2 * BytesPerWord), longAt(GIV(stackPointer)));
                 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15006:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   object1 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                        ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15007:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object1);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15009:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput(GIV(stackPointer) + (1 * BytesPerWord), rcvr);
                 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15010:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput(GIV(stackPointer) + (2 * BytesPerWord), (((sqInt)cogMethod)) + entryOffset);
                 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15015:63: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput(GIV(stackPointer) + (1 * BytesPerWord), longAt(GIV(stackPointer)));
                                                               ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15015:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput(GIV(stackPointer) + (1 * BytesPerWord), longAt(GIV(stackPointer)));
                ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15016:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput(GIV(stackPointer) + (0 * BytesPerWord), (((sqInt)cogMethod)) + entryOffset);
                ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15018:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), rcvr);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘ceActivateFailingPrimitiveMethod’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15042:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   result = longAt(GIV(stackPointer));
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15045:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), result);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘ceBaseFrameReturn’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15103:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  contextToReturnTo = longAt((GIV(stackPage)->baseAddress));
                             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15132:45: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) {
                                             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15162:33: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    contextToReturnFrom = longAt(((GIV(stackPage)->baseAddress)) - BytesPerWord);
                                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15165:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp3 = GIV(stackPointer) - BytesPerWord), contextToReturnFrom);
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15168:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp1 = GIV(stackPointer) - BytesPerWord), returnValue);
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15171:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15189:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  if ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())) {
                            ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15191:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), returnValue);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15195:39: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  GIV(instructionPointer) = longAt(GIV(stackPointer));
                                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15197:40: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                        ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15200:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  aMethodObj = longAt(GIV(framePointer) + FoxMethod);
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘ceCannotAssignTowithIndexvalueToAssign’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15233:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  top = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15237:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), immutableObject);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15240:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp1 = GIV(stackPointer) - BytesPerWord), valueToAssign);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15243:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), (((usqInt)(index + 1) << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15246:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘ceCannotResume’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15269:25: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  resultOop = longAt(GIV(stackPointer));
                         ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15271:64: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt(GIV(framePointer) + FoxThisContext));
                                                                ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15271:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt(GIV(framePointer) + FoxThisContext));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15274:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp1 = GIV(stackPointer) - BytesPerWord), resultOop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15278:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), object);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15280:158: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  return ceSendAborttonumArgs(longAt((GIV(specialObjectsOop) + BaseHeaderSize) + (((sqInt)((usqInt)(SelectorCannotReturn) << (shiftForWord()))))), longAt(GIV(framePointer) + FoxThisContext), 1);
                                                                                                                                                              ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘ceContextinstVar’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15342:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   top = longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15347:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘ceContextinstVarvalue’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15371:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   top = longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15376:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘ceInterpretMethodFromPICreceiver’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15449:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  top = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘ceMNUFromPICMNUMethodreceiver’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15480:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   top = longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15491:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘ceNonLocalReturn’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15612:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  closure = longAt(GIV(framePointer) + (frameStackedReceiverOffset(GIV(framePointer))));
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15632:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    if (((((usqInt)(longAt(theFP1 + FoxMethod)))) < (startOfMemory())
                           ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15633:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     ? ((longAt(theFP1 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15634:15: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     : (byteAt((theFP1 + FoxIFrameFlags) + 2)) != 0)) {
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15636:25: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     ourContext = longAt(theFP1 + FoxThisContext);
                         ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15642:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp = GIV(stackPointer) - BytesPerWord), ourContext);
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15645:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp1 = GIV(stackPointer) - BytesPerWord), returnValue);
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15648:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15667:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   if (((((usqInt)(longAt(theFP2 + FoxMethod)))) < (startOfMemory())
                          ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15668:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    ? ((longAt(theFP2 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15669:14: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
    : (byteAt((theFP2 + FoxIFrameFlags) + 2)) != 0)) {
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15671:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    ourContext = longAt(theFP2 + FoxThisContext);
                        ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15677:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp3 = GIV(stackPointer) - BytesPerWord), ourContext);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15680:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp11 = GIV(stackPointer) - BytesPerWord), returnValue);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15683:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp21 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15691:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   if (((((usqInt)(longAt(theFP6 + FoxMethod)))) < (startOfMemory())
                          ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15692:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    ? ((longAt(theFP6 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15693:14: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
    : (byteAt((theFP6 + FoxIFrameFlags) + 2)) != 0)) {
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15695:25: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    ourContext1 = longAt(theFP6 + FoxThisContext);
                         ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15701:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp5 = GIV(stackPointer) - BytesPerWord), ourContext1);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15704:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp13 = GIV(stackPointer) - BytesPerWord), returnValue);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15707:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp23 = GIV(stackPointer) - BytesPerWord), unwindContextOrNilOrZero);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15710:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp31 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15721:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   if ((longAt(theFP + FoxSavedFP)) == 0) {
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15727:32: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    callerContextOrNil = longAt((thePage1->baseAddress));
                                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15734:43: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    frameToReturnTo = pointerForOop(longAt(theFP + FoxSavedFP));
                                           ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15758:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    if (((((usqInt)(longAt(theFP3 + FoxMethod)))) < (startOfMemory())
                           ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15759:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     ? ((longAt(theFP3 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15760:15: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     : (byteAt((theFP3 + FoxIFrameFlags) + 2)) != 0)) {
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15762:25: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     ourContext = longAt(theFP3 + FoxThisContext);
                         ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15768:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp4 = GIV(stackPointer) - BytesPerWord), ourContext);
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15771:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp12 = GIV(stackPointer) - BytesPerWord), returnValue);
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15774:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp22 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15790:32: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   callerContextOrNil2 = longAt((thePage3->baseAddress));
                                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15811:34: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     callerContextOrNil1 = longAt((thePage2->baseAddress));
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15846:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   top = longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15853:49: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    GIV(framePointer) = pointerForOop(longAt(GIV(framePointer) + FoxSavedFP));
                                                 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15855:60: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   GIV(instructionPointer) = ((usqInt)(pointerForOop(longAt(callerFP + FoxCallerSavedIP))));
                                                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘ceReapAndResetErrorCodeFor’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15868:36: warning: passing argument 1 of ‘reapAndResetErrorCodeToheader’ makes integer from pointer without a cast [-Wint-conversion]
  reapAndResetErrorCodeToheader(GIV(framePointer), (cogMethod->methodHeader));
                                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:1644:40: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
 static sqInt NoDbgRegParms NeverInline reapAndResetErrorCodeToheader(sqInt theFP, sqInt methodHeader);
                                        ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘ceReturnToInterpreter’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15897:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  aMethodObj = longAt(GIV(framePointer) + FoxMethod);
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15908:51: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  assertValidExecutionPointersimbarline(longAt(GIV(framePointer) + FoxIFSavedIP), GIV(framePointer), GIV(stackPointer), 1, __LINE__);
                                                   ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15909:39: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15911:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), anOop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:38:0:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘ceSendAborttonumArgs’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/dispdbg.h:37:49: warning: statement with no effect [-Wunused-value]
 # define sendBreakpointreceiver(sel, len, rcvr) 0
                                                 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15947:2: note: in expansion of macro ‘sendBreakpointreceiver’
  sendBreakpointreceiver(firstFixedFieldOfMaybeImmediate(selector), lengthOfMaybeImmediate(selector), rcvr);
  ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16008:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  top = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘ceSendFromInLineCacheMiss’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16053:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + ((numArgs + 1) * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16125:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  top = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘ceSendMustBeBooleanTointerpretingAtDelta’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16168:47: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  cogMethod = ((CogBlockMethod *) ((longAt(GIV(framePointer) + FoxMethod)) & MFMethodMask));
                                               ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16169:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  if ((((longAt(GIV(framePointer) + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0)
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16185:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  top = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16194:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   oop = longAt(p);
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16195:55: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((p - BytesPerWord) - BytesPerWord, longAt(p));
                                                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16195:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((p - BytesPerWord) - BytesPerWord, longAt(p));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16199:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), aNonBooleanObject);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16202:84: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   ? ((1 + (((cogMethod->cmNumArgs)) << ((BytesPerWord * 8) - 8))) + ((((longAt(GIV(framePointer) + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                                                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16204:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  : 0))) + ((((longAt(GIV(framePointer) + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16207:61: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   : ((1 + (((cogMethod->cmNumArgs)) << 8)) + ((((longAt(GIV(framePointer) + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                             ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16209:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  : 0))) + ((((longAt(GIV(framePointer) + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16201:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput(GIV(framePointer) + FoxIFrameFlags, (VMBIGENDIAN
                ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16212:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput(GIV(framePointer) + FoxIFSavedIP, 0);
                ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16213:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput(GIV(framePointer) + FoxMethod, methodObj);
                ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16160:11: warning: variable ‘oop’ set but not used [-Wunused-but-set-variable]
     sqInt oop;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘ceSendMustBeBoolean’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16237:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  top = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16241:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), anObject);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16244:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:38:0:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘ceSendabovetonumArgs’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/dispdbg.h:37:49: warning: statement with no effect [-Wunused-value]
 # define sendBreakpointreceiver(sel, len, rcvr) 0
                                                 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16315:2: note: in expansion of macro ‘sendBreakpointreceiver’
  sendBreakpointreceiver(firstFixedFieldOfMaybeImmediate(selector), lengthOfMaybeImmediate(selector), rcvr);
  ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16392:45: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     linkSendAtintooffsetreceiver(longAt(GIV(stackPointer)), mframeHomeMethod(GIV(framePointer)), cogMethod, noCheckEntryOffset(), rcvr);
                                             ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16421:44: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    linkSendAtintooffsetreceiver(longAt(GIV(stackPointer)), mframeHomeMethod(GIV(framePointer)), cogMethod, noCheckEntryOffset(), rcvr);
                                            ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16424:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   top = longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16431:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  top1 = longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:38:0:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘ceSendsupertonumArgs’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/dispdbg.h:37:49: warning: statement with no effect [-Wunused-value]
 # define sendBreakpointreceiver(sel, len, rcvr) 0
                                                 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16488:2: note: in expansion of macro ‘sendBreakpointreceiver’
  sendBreakpointreceiver(firstFixedFieldOfMaybeImmediate(selector), lengthOfMaybeImmediate(selector), rcvr);
  ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16500:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   if ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())) {
                             ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16505:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    methodPointer = longAt(GIV(framePointer) + FoxMethod);
                               ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16607:45: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     linkSendAtintooffsetreceiver(longAt(GIV(stackPointer)), mframeHomeMethod(GIV(framePointer)), cogMethod, (superNormalBar == 0
                                             ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16638:44: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    linkSendAtintooffsetreceiver(longAt(GIV(stackPointer)), mframeHomeMethod(GIV(framePointer)), cogMethod, (superNormalBar == 0
                                            ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16652:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   top = longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16659:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  top1 = longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘ceStackOverflow’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16684:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  top = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16688:47: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  cogMethod = ((CogBlockMethod *) ((longAt(GIV(framePointer) + FoxMethod)) & MFMethodMask));
                                               ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16678:11: warning: variable ‘cesoRetAddr’ set but not used [-Wunused-but-set-variable]
     sqInt cesoRetAddr;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘ceTraceBlockActivation’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16712:134: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    printActivationNameForreceiverisBlockfirstTemporary(((mframeHomeMethod(GIV(framePointer)))->methodObject), ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())
                                                                                                                                      ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16714:17: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      longAt(GIV(framePointer) + FoxMFReceiver))
                 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16716:17: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      longAt(GIV(framePointer) + FoxIFReceiver))), 1, null);
                 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘ceTraceLinkedSend’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16733:42: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  cogMethod = ((CogMethod *) ((longAt(GIV(stackPointer))) - (traceLinkedSendOffset())));
                                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:38:0:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/dispdbg.h:37:49: warning: statement with no effect [-Wunused-value]
 # define sendBreakpointreceiver(sel, len, rcvr) 0
                                                 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16754:2: note: in expansion of macro ‘sendBreakpointreceiver’
  sendBreakpointreceiver(firstFixedFieldOfMaybeImmediate(selector1), lengthOfMaybeImmediate(selector1), theReceiver);
  ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16730:11: warning: variable ‘selector1’ set but not used [-Wunused-but-set-variable]
     sqInt selector1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘checkAssertsEnabledInCoInterpreter’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16773:11: warning: variable ‘assertsAreEnabledInCoInterpreter’ set but not used [-Wunused-but-set-variable]
     sqInt assertsAreEnabledInCoInterpreter;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘checkStackIntegrity’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16966:42: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     frameRcvrOffset = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                          ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16970:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      oop = longAt(theSP);
                   ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16978:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16980:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
       ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0)
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16982:15: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
       (byteAt((theFP + FoxIFrameFlags) + 2)) != 0))) {
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16983:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      oop = longAt(theFP + FoxThisContext);
                   ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17007:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                           ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17009:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      methodField = longAt(theFP + FoxMethod);
                           ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17018:39: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
      if ((heapMapAtWord(pointerForOop(cogMethod))) == 0) {
                                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘CogMethod * {aka struct <anonymous> *}’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17024:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      oop = longAt(theFP + FoxMethod);
                   ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17031:45: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17037:18: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     oop = longAt(theSP);
                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘commenceCogCompiledCodeCompaction’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17108:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17120:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   top = longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘contextInstructionPointerframe’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17178:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                        ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17180:44: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   cogMethod = ((CogBlockMethod *) ((longAt(theFP + FoxMethod)) & MFMethodMask));
                                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17194:11: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  ? longAt(theFP + FoxIFSavedIP)
           ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17195:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  : theIP)) - (longAt(theFP + FoxMethod))) - BaseHeaderSize) + 2) << 3) | 1);
                      ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘divorceAMachineCodeFrameWithCogMethodin’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17249:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()))
                          ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17252:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                           ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17253:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17254:15: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17256:25: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     theContext = longAt(theFP + FoxThisContext);
                         ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17265:32: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   theFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘enterSmalltalkExecutiveImplementation’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17406:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  if ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())) {
                            ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17410:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  aMethodObj = longAt(GIV(framePointer) + FoxMethod);
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17422:40: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                        ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘executeCogMethodfromLinkedSendWithReceiver’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17449:51: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  assertValidExecutionPointersimbarline(longAt(GIV(stackPointer)), GIV(framePointer), GIV(stackPointer), 0, __LINE__);
                                                   ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17457:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17460:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp1 = GIV(stackPointer) - BytesPerWord), rcvr);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘executeCogMethodfromUnlinkedSendWithReceiver’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17485:51: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  assertValidExecutionPointersimbarline(longAt(GIV(stackPointer)), GIV(framePointer), GIV(stackPointer), 0, __LINE__);
                                                   ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17493:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17496:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp1 = GIV(stackPointer) - BytesPerWord), rcvr);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘executeCogPICfromLinkedSendWithReceiverandCacheTag’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17523:51: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  assertValidExecutionPointersimbarline(longAt(GIV(stackPointer)), GIV(framePointer), GIV(stackPointer), 0, __LINE__);
                                                   ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17526:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17532:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), cacheTag);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17551:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), rcvr);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17554:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp3 = GIV(stackPointer) - BytesPerWord), cacheTag);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘executeNewMethod’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17607:18: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput(GIV(framePointer) + FoxIFSavedIP, ((sqInt)GIV(instructionPointer)));
                  ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘followForwardedFieldsInCurrentMethod’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17856:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  if ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())) {
                            ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17858:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   methodField = longAt(GIV(framePointer) + FoxMethod);
                            ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘followForwardingPointersInStackZone’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17970:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                           ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17971:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      oop = longAt(theFP + FoxMFReceiver);
                   ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17974:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
       longAtput(theFP + FoxMFReceiver, followForwarded(oop));
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17979:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      oop = longAt(theFP + FoxIFReceiver);
                   ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17982:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
       longAtput(theFP + FoxIFReceiver, followForwarded(oop));
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17984:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      oop = longAt(theFP + FoxMethod);
                   ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18001:47: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
       longAtput(theFP + FoxIFSavedIP, (longAt(theFP + FoxIFSavedIP)) + offset);
                                               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18001:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
       longAtput(theFP + FoxIFSavedIP, (longAt(theFP + FoxIFSavedIP)) + offset);
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18002:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
       longAtput(theFP + FoxMethod, (oop = newOop));
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18005:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     if ((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18007:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
       ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0)
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18009:15: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
       (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)))
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18010:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      && (((longAt(longAt(theFP + FoxThisContext))) & ((classIndexMask()) - (isForwardedObjectClassIndexPun()))) == 0)) {
                          ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18011:63: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      longAtput(theFP + FoxThisContext, followForwarded(longAt(theFP + FoxThisContext)));
                                                               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18011:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
      longAtput(theFP + FoxThisContext, followForwarded(longAt(theFP + FoxThisContext)));
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18014:34: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     numArgs = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18016:15: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
      : byteAt((theFP + FoxIFrameFlags) + 1));
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18018:18: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     oop = longAt(theFP + offset);
                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18021:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
      longAtput(theFP + offset, followForwarded(oop));
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18023:45: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18029:18: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     oop = longAt(theSP);
                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18031:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
      longAtput(theSP, followForwarded(oop));
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘frameCallerContext’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18095:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  callerContextOrNil = longAt((thePage->baseAddress));
                              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘frameHasContext’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18106:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18107:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18108:13: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
   : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘frameIsBlockActivation’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18118:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18119:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18120:13: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
   : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘frameMethodObject’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18127:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18129:12: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   : longAt(theFP + FoxMethod));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘frameNumArgs’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18139:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18141:12: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
   : byteAt((theFP + FoxIFrameFlags) + 1));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘frameReceiver’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18155:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18156:12: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   ? longAt(theFP + FoxMFReceiver)
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18157:12: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   : longAt(theFP + FoxIFReceiver));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘getCurrentBytecode’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18256:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   && (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())))
                               ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘handleForwardedSendFaultForReceiverstackDelta’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18286:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput(GIV(stackPointer) + (rcvrStackIndex * BytesPerWord), rcvr);
                ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18288:40: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  if (isPointers(((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())
                                        ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18289:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   ? longAt(GIV(framePointer) + FoxMFReceiver)
                ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18290:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   : longAt(GIV(framePointer) + FoxIFReceiver)))) {
                ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18291:61: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   followForwardedObjectFieldstoDepth(((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())
                                                             ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18292:17: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    ? longAt(GIV(framePointer) + FoxMFReceiver)
                 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18293:17: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    : longAt(GIV(framePointer) + FoxIFReceiver)), 0);
                 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘handleMNUInMachineCodeToclassForMessage’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18322:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  top = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18371:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18380:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘iframeIsBlockActivation’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18395:17: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
  return (byteAt((theFP + FoxIFrameFlags) + 3)) != 0;
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘iframeReceiver’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18402:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  return longAt(theFP + FoxIFReceiver);
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘iframeSavedIP’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18409:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  return longAt(theFP + FoxIFSavedIP);
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘instructionPointerForFramecurrentFPcurrentIP’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18469:25: warning: passing argument 1 of ‘oopForPointer’ makes pointer from integer without a cast [-Wint-conversion]
   theIP = oopForPointer(instrPtr);
                         ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:153:23: note: expected ‘void *’ but argument is of type ‘sqInt {aka long int}’
   static inline sqInt oopForPointer(void *ptr)   { return (sqInt)ptr; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18481:44: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) {
                                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18492:13: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    ? longAt((thePage->headSP))
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18493:41: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    : oopForPointer(pointerForOop(longAt(theFPAbove + FoxCallerSavedIP))));
                                         ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18497:54: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   ? mustMapMachineCodePCcontext((value >> 3), longAt(spouseFP + FoxThisContext))
                                                      ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘interpretMethodFromMachineCode’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18602:33: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     && (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()))))) {
                                 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18614:4: warning: statement with no effect [-Wunused-value]
    !GIV(primFailCode);
    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘isMachineCodeFrame’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18645:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  return (((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory());
                           ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘makeBaseFrameFor’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18779:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((pointer = (page->baseAddress)), followObjFieldofObject(SenderIndex, aContext));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18780:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((pointer -= BytesPerWord), aContext);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18797:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((pointer -= BytesPerWord), maybeClosure);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18820:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((pointer -= BytesPerWord), rcvr);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18823:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((pointer -= BytesPerWord), longAt((aContext + BaseHeaderSize) + (((sqInt)((usqInt)((ReceiverIndex + i)) << (shiftForWord()))))));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18825:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((pointer -= BytesPerWord), ceBaseFrameReturnPC());
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18826:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((pointer -= BytesPerWord), 0);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18883:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((pointer -= BytesPerWord), (theMethod + MFMethodFlagHasContextFlag) + MFMethodFlagIsBlockFlag);
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18890:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((pointer -= BytesPerWord), theMethod + MFMethodFlagHasContextFlag);
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18892:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((pointer -= BytesPerWord), aContext);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18895:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((pointer -= BytesPerWord), theMethod);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18896:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((pointer -= BytesPerWord), aContext);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18897:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((pointer -= BytesPerWord), (VMBIGENDIAN
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18904:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((pointer -= BytesPerWord), 0);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18911:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((pointer -= BytesPerWord), rcvr);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18918:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((pointer -= BytesPerWord), longAt((aContext + BaseHeaderSize) + (((sqInt)((usqInt)((ReceiverIndex + i)) << (shiftForWord()))))));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18923:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((pointer -= BytesPerWord), theIP);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘mapStackPages’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19006:36: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     theIPPtr = (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()))
                                    ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19007:18: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      || ((longAt(theFP + FoxIFSavedIP)) == 0)
                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19020:42: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     frameRcvrOffset = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                          ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19024:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      oop = longAt(theSP);
                   ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19027:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
       longAtput(theSP, remapObj(oop));
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19031:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19032:17: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19033:16: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
      : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19034:32: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      if (shouldRemapObj(longAt(theFP + FoxThisContext))) {
                                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19035:57: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
       longAtput(theFP + FoxThisContext, remapObj(longAt(theFP + FoxThisContext)));
                                                         ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19035:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
       longAtput(theFP + FoxThisContext, remapObj(longAt(theFP + FoxThisContext)));
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19042:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     if (!((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()))) {
                             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19043:32: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      if (shouldRemapObj(longAt(theFP + FoxMethod))) {
                                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19045:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
        theIP = longAt(theIPPtr);
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19049:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
         theIP = longAt(theIPPtr);
                        ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19054:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
        theIP -= longAt(theFP + FoxMethod);
                        ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19056:52: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
       longAtput(theFP + FoxMethod, remapObj(longAt(theFP + FoxMethod)));
                                                    ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19056:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
       longAtput(theFP + FoxMethod, remapObj(longAt(theFP + FoxMethod)));
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19058:44: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
        longAtput(theIPPtr, theIP + (longAt(theFP + FoxMethod)));
                                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19058:18: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
        longAtput(theIPPtr, theIP + (longAt(theFP + FoxMethod)));
                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19062:45: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19068:18: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     oop = longAt(theSP);
                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19071:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
      longAtput(theSP, remapObj(oop));
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘markAndTraceStackPage’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19199:40: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   frameRcvrOffset = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                        ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19203:17: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    oop = longAt(theSP);
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19216:15: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
     longAtput(theSP, oop);
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19223:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                          ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19224:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19225:14: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
    : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19227:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    markAndTrace(longAt(theFP + FoxThisContext));
                        ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19229:25: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                         ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19231:46: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    aCogMethod = ((CogBlockMethod *) ((longAt(theFP + FoxMethod)) & MFMethodMask));
                                              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19241:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    markAndTrace(longAt(theFP + FoxMethod));
                        ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19243:43: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                           ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19251:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   oop = longAt(theSP);
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19264:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput(theSP, oop);
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘markCogMethodsAndReferentsOnPage’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19322:25: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                         ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19325:43: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                           ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘mcprimFunctionForPrimitiveIndex’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19387:10: warning: return makes integer from pointer without a cast [-Wint-conversion]
   return mcprimHashMultiply;
          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘mframeCogMethod’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19485:38: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  return ((CogBlockMethod *) ((longAt(theFP + FoxMethod)) & MFMethodMask));
                                      ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘mframeHomeMethodExport’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19495:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  methodField = longAt(GIV(framePointer) + FoxMethod);
                           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘mframeHomeMethod’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19518:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  methodField = longAt(theFP + FoxMethod);
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘mframeIsBlockActivation’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19534:18: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  return ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0;
                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘mframeReceiver’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19541:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  return longAt(theFP + FoxMFReceiver);
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘moveFramesInthroughtoPage’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19766:34: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19770:38: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  theSP = theFP + (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                      ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19773:25: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                         ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19774:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19775:13: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
   : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19777:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   theContext = longAt(theFP + FoxThisContext);
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19782:53: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((newSP = (newPage->baseAddress)), longAt(callerFP + FoxThisContext));
                                                     ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19782:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((newSP = (newPage->baseAddress)), longAt(callerFP + FoxThisContext));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19783:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((newSP -= BytesPerWord), theContext);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19785:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  numArgs = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19787:12: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
   : byteAt((theFP + FoxIFrameFlags) + 1));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19791:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput(newSP, longAt(source));
                           ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19791:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput(newSP, longAt(source));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19805:48: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  callerIP = oopForPointer(pointerForOop(longAt(theFP + FoxCallerSavedIP)));
                                                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19809:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput(callerFP + FoxIFSavedIP, callerIP);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19812:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput(theFP + stackedReceiverOffset, callerIP);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19817:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput(newFP + FoxCallerSavedIP, ceBaseFrameReturnPC());
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19818:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput(newFP + FoxSavedFP, 0);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19821:41: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   offsetCallerFP = pointerForOop(longAt(fpInNewPage + FoxSavedFP));
                                         ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19825:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput(fpInNewPage + FoxSavedFP, oopForPointer(offsetCallerFP));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19826:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   if (((((usqInt)(longAt(fpInNewPage + FoxMethod)))) < (startOfMemory())
                          ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19827:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    ? ((longAt(fpInNewPage + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19828:14: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
    : (byteAt((fpInNewPage + FoxIFrameFlags) + 2)) != 0)) {
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19829:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    theContext = longAt(fpInNewPage + FoxThisContext);
                        ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘printFrameFlagsForFP’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20362:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                        ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20364:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   it = (longAt(address)) & 7;
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20368:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   it = longAt(address);
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20372:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  print(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                           ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20381:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  printNum(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20383:12: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
   : byteAt((theFP + FoxIFrameFlags) + 1)));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20384:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  print((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20385:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20386:13: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
   : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20389:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  print((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20390:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20391:13: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
   : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0)
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘printFrameMethodFor’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20409:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  it = longAt(address);
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20416:25: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()))
                         ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20417:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   && (((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0)) {
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20419:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   methodField = longAt(theFP + FoxMethod);
                        ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20433:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  obj = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                           ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20435:12: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   : longAt(theFP + FoxMethod));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘printFrameThingatextraString’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20447:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  it = longAt(address);
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘printFrameThingatextra’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20485:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  it = longAt(address);
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘printFrameWithSP’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20542:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                        ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20544:44: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   cogMethod = ((CogBlockMethod *) ((longAt(theFP + FoxMethod)) & MFMethodMask));
                                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20546:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   methodField = longAt(theFP + FoxMethod);
                        ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20561:34: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   theMethod = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20563:13: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    : longAt(theFP + FoxMethod));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20566:20: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
   numArgs = byteAt((theFP + FoxIFrameFlags) + 1);
                    ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20580:25: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                         ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20581:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20582:13: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
   : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0)) {
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20583:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   rcvrOrClosure = longAt(theFP + (frameStackedReceiverOffset(theFP)));
                          ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20594:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  if ((longAt(theFP + FoxSavedFP)) == 0) {
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20595:98: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   printFrameOopat("(caller ctxt", (theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20597:11: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
  : byteAt((theFP + FoxIFrameFlags) + 1))))) + (2 * BytesPerWord));
           ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20598:97: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   printFrameOopat("(saved ctxt", (theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                                                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20600:11: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
  : byteAt((theFP + FoxIFrameFlags) + 1))))) + (1 * BytesPerWord));
           ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20606:79: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  printFrameThingatextraString("caller ip", theFP + FoxCallerSavedIP, ((longAt(theFP + FoxCallerSavedIP)) == (ceReturnToInterpreterPC())
                                                                               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20611:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                        ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20615:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  if (!((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()))) {
                          ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20618:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                        ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20622:69: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   printFrameThingatextra("saved ip", theFP + FoxIFSavedIP, ((longAt(theFP + FoxIFSavedIP)) == 0
                                                                     ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20624:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    : (((longAt(theFP + FoxIFSavedIP)) - theMethod) + 2) - BaseHeaderSize));
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20628:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  topThing = longAt(theSP);
                    ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20636:41: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     printFrameOopat((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                         ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20637:17: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20638:16: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
      : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0)
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20643:64: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   printFrameThingatextra("frame ip", theSP, ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20654:41: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     printFrameOopat((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                         ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20655:17: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20656:16: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
      : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0)
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘returnToExecutivepostContextSwitch’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21048:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  if ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())) {
                            ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21052:49: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    cogMethod = ((CogBlockMethod *) ((longAt(GIV(framePointer) + FoxMethod)) & MFMethodMask));
                                                 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21059:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     top = longAt(GIV(stackPointer));
                      ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21065:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     retValue = longAt(GIV(framePointer) + FoxMFReceiver);
                           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21070:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    retValue = longAt(GIV(framePointer) + FoxMFReceiver);
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21073:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21076:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) - BytesPerWord), retValue);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21081:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  aMethodObj = longAt(GIV(framePointer) + FoxMethod);
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21094:50: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   GIV(instructionPointer) = ((usqInt)(longAt(GIV(framePointer) + FoxIFSavedIP)));
                                                  ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘returntoExecutive’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21121:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  if ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())) {
                            ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21124:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21127:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) - BytesPerWord), returnValue);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21132:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), returnValue);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21135:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  aMethodObj = longAt(GIV(framePointer) + FoxMethod);
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21149:40: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                        ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘sendInvokeCallbackContext’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21306:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp3 = GIV(stackPointer) - BytesPerWord), object3);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21311:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21315:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object1);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21319:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp2 = GIV(stackPointer) - BytesPerWord), object2);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21324:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object4);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21364:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21370:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21374:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp7 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21377:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21377:58: warning: passing argument 2 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21384:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp10 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21398:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21404:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object5);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21407:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp31 = GIV(stackPointer) - BytesPerWord), 0);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21414:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp41 = GIV(stackPointer) - BytesPerWord), object11);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21417:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21422:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp9 = GIV(stackPointer) - BytesPerWord), rcvr);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21426:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21438:64: warning: passing argument 1 of ‘reapAndResetErrorCodeToheader’ makes integer from pointer without a cast [-Wint-conversion]
    shouldSkipStoreBytecode = reapAndResetErrorCodeToheader(GIV(framePointer), methodHeader);
                                                                ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:1644:40: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
 static sqInt NoDbgRegParms NeverInline reapAndResetErrorCodeToheader(sqInt theFP, sqInt methodHeader);
                                        ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21445:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  if (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()))) {
                              ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘sendInvokeCallbackStackRegistersJmpbuf’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21548:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21552:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object1);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21556:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), object2);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21560:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp3 = GIV(stackPointer) - BytesPerWord), object3);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21564:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object4);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21604:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21610:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21614:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp7 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21617:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21617:58: warning: passing argument 2 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21624:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp10 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21638:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21644:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object5);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21647:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp31 = GIV(stackPointer) - BytesPerWord), 0);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21654:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp41 = GIV(stackPointer) - BytesPerWord), object11);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21657:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21662:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp9 = GIV(stackPointer) - BytesPerWord), rcvr);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21666:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21678:64: warning: passing argument 1 of ‘reapAndResetErrorCodeToheader’ makes integer from pointer without a cast [-Wint-conversion]
    shouldSkipStoreBytecode = reapAndResetErrorCodeToheader(GIV(framePointer), methodHeader);
                                                                ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:1644:40: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
 static sqInt NoDbgRegParms NeverInline reapAndResetErrorCodeToheader(sqInt theFP, sqInt methodHeader);
                                        ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21685:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  if (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()))) {
                              ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘shortPrintFrame’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21743:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21744:12: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   ? longAt(theFP + FoxMFReceiver)
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21745:12: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   : longAt(theFP + FoxIFReceiver));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21746:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  mthd = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21748:12: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   : longAt(theFP + FoxMethod));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21753:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  printChar(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21758:85: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  printActivationNameForreceiverisBlockfirstTemporary(mthd, rcvr, ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                                     ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21759:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21760:13: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
   : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0), ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21760:70: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0), ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                      ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21762:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs) * BytesPerWord))
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21763:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     : longAt(((theFP + FoxMFReceiver) - BytesPerWord) + ((frameNumArgs) * BytesPerWord)))
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21765:34: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
    (0 < ((frameNumArgs1 = byteAt((theFP + FoxIFrameFlags) + 1)))
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21766:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs1) * BytesPerWord))
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21767:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((theFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs1) * BytesPerWord))))));
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘slowPrimitiveResponse’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22024:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   && (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()))))) {
                               ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘transferTofrom’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22323:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22339:127: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                               ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22356:25: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                         ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22357:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22358:13: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
   : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22360:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   activeContext = longAt(theFP + FoxThisContext);
                          ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22464:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  if (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()))) {
                              ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22466:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   aMethodObj = longAt(GIV(framePointer) + FoxMethod);
                           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22479:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  top = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22483:127: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                               ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘updateStackZoneReferencesToCompiledCodePreCompaction’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22507:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                           ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22509:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      theMethodField = longAt(theFP + FoxMethod);
                              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22517:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      theIP = ((usqInt)(longAt(theIPPtr)));
                               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22521:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
       longAtput(theIPPtr, theIP + ((theMethod->objectHeader)));
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22523:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
      longAtput(theFP + FoxMethod, theMethodField + ((theMethod->objectHeader)));
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22525:45: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘updateStateOfSpouseContextForFrameWithSP’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22550:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  theContext = longAt(theFP + FoxThisContext);
                      ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22553:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                        ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22559:22: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
   tempIndex = byteAt((theFP + FoxIFrameFlags) + 1);
                      ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22572:18: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    if ((((longAt(argsPointer)) & (tagMask())) == 0)
                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22573:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     && (oopisLessThan(longAt(argsPointer), GIV(newSpaceLimit)))) {
                              ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2936:49: note: in definition of macro ‘oopisLessThan’
 #define oopisLessThan(anOop,otherOop) ((usqInt)(anOop) < (usqInt)(otherOop))
                                                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22580:116: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((theContext + BaseHeaderSize) + (((sqInt)((usqInt)((ReceiverIndex + i)) << (shiftForWord())))), longAt(argsPointer));
                                                                                                                    ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22591:18: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    if ((((longAt(pointer)) & (tagMask())) == 0)
                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22592:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     && (oopisLessThan(longAt(pointer), GIV(newSpaceLimit)))) {
                              ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2936:49: note: in definition of macro ‘oopisLessThan’
 #define oopisLessThan(anOop,otherOop) ((usqInt)(anOop) < (usqInt)(otherOop))
                                                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22599:124: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((theContext + BaseHeaderSize) + (((sqInt)((usqInt)((ReceiverIndex + tempIndex)) << (shiftForWord())))), longAt(pointer));
                                                                                                                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘validInstructionPointerinMethodframePointer’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22623:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   return (((usqInt)(longAt(fp + FoxMethod)))) < (startOfMemory());
                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22626:25: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   if ((((usqInt)(longAt(fp + FoxMethod)))) < (startOfMemory())) {
                         ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22630:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   theInstrPointer = longAt(fp + FoxIFSavedIP);
                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘validStackPageBaseFrame’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22660:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  senderContextOrNil = longAt((aPage->baseAddress));
                              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22661:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  savedThisContext = longAt(((aPage->baseAddress)) - BytesPerWord);
                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘voidVMStateForSnapshotFlushingExternalPrimitivesIf’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22729:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22728:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveCollectCogCodeConstituents’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23107:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   withDetails = longAt(GIV(stackPointer));
                            ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23121:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), constituents);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveContextXray’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23148:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  context = longAt(GIV(stackPointer));
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23156:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                          ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23181:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)flags << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveEnterCriticalSection’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23210:32: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   criticalSection = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23211:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   activeProc = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23216:32: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   criticalSection = longAt(GIV(stackPointer));
                                ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23243:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(falseObj));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23249:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(trueObj));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23254:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(falseObj));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveExitCriticalSection’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23281:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  criticalSection = longAt(GIV(stackPointer));
                               ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveFlushCacheByMethod’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23335:68: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   if ((GIV(methodCache)[probe + MethodCacheMethod]) == (longAt(GIV(stackPointer)))) {
                                                                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23340:38: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  flushExternalPrimitiveOf(longAt(GIV(stackPointer)));
                                      ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23341:36: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  unlinkSendsToandFreeIf(longAt(GIV(stackPointer)), 0);
                                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveFlushCacheBySelector’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23357:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  selector = longAt(GIV(stackPointer));
                        ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLongRunningPrimitiveSemaphore’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23395:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  sema = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23410:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveMethodPCData’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23445:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  methodReceiver = longAt(GIV(stackPointer));
                              ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23481:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), data);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveMethodXray’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23512:63: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  if (methodWithHeaderShouldBeCogged(methodHeaderOf(longAt(GIV(stackPointer))))) {
                                                               ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23514:33: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   alreadyCogged = (((longAt(GIV(stackPointer))) & (tagMask())) == 0)
                                 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23515:40: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    && ((((((usqInt) (longAt(longAt(GIV(stackPointer))))) >> (formatShift())) & (formatMask())) >= (firstCompiledMethodFormat()))
                                        ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23516:49: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    && (isCogMethodReference(longAt(((longAt(GIV(stackPointer))) + BaseHeaderSize) + (((sqInt)((usqInt)(HeaderIndex) << (shiftForWord()))))))));
                                                 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23519:39: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    cogMethod = cogselector(longAt(GIV(stackPointer)), GIV(nilObj));
                                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23523:40: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     cogMethod = cogselector(longAt(GIV(stackPointer)), GIV(nilObj));
                                        ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23542:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    && ((((longAt(GIV(stackPointer))) & (tagMask())) == 0)
                      ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23543:40: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    && ((((((usqInt) (longAt(longAt(GIV(stackPointer))))) >> (formatShift())) & (formatMask())) >= (firstCompiledMethodFormat()))
                                        ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23544:49: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    && (isCogMethodReference(longAt(((longAt(GIV(stackPointer))) + BaseHeaderSize) + (((sqInt)((usqInt)(HeaderIndex) << (shiftForWord())))))))))) {
                                                 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23546:39: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    methodHeader = longAt(((longAt(GIV(stackPointer))) + BaseHeaderSize) + (((sqInt)((usqInt)(HeaderIndex) << (shiftForWord())))));
                                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23565:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)flags << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveMinimumUnusedHeadroom’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23579:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveObjectAt’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23599:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23618:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  thisReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                            ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23636:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveObjectAtPut’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23655:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  newValue = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23656:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23662:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  thisReceiver = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                            ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23724:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), newValue);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveProfileSemaphore’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23745:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  sema = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23764:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveResume’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23800:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  proc = longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSignal’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23859:35: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  if (synchronousSignal(longAt(GIV(stackPointer)))) {
                                   ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSnapshot’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23880:18: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  if ((longAt(GIV(framePointer) + FoxMethod)) == GIV(newMethod)) {
                  ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSnapshotEmbedded’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23900:18: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  if ((longAt(GIV(framePointer) + FoxMethod)) == GIV(newMethod)) {
                  ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSuspend’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23932:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  process = longAt(GIV(stackPointer));
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23935:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(nilObj));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24101:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), myList);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveTerminateTo’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24157:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  aContextOrNil = longAt(GIV(stackPointer));
                             ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24167:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  thisCtx = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24211:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    if ((pointerForOop(longAt(theFP + FoxSavedFP))) != contextsFP) {
                              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24213:34: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     numArgs = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24215:15: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
      : byteAt((theFP + FoxIFrameFlags) + 1));
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24223:46: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) {
                                              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24233:49: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     contextsIP = ((usqInt)(pointerForOop(longAt(frameAbove + FoxCallerSavedIP))));
                                                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24241:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      longAtput(newSP, longAt(source));
                              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24241:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
      longAtput(newSP, longAt(source));
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24243:15: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
     longAtput(newFP + FoxSavedFP, contextsFP);
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24243:35: warning: passing argument 2 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
     longAtput(newFP + FoxSavedFP, contextsFP);
                                   ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24244:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     if (((((usqInt)(longAt(newFP + FoxMethod)))) < (startOfMemory()))
                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24248:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
      longAtput(contextsFP + FoxIFSavedIP, contextsIP);
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24251:15: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
     longAtput(newFP + FoxCallerSavedIP, contextsIP);
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24279:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   callerContextOrNil = longAt((thePage1->baseAddress));
                               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24324:48: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      while (((callerFP1 = pointerForOop(longAt(fp1 + FoxSavedFP)))) != 0) {
                                                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24365:49: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
       while (((callerFP2 = pointerForOop(longAt(fp2 + FoxSavedFP)))) != 0) {
                                                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24378:51: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
        longAtput(contextsSP, pointerForOop(longAt(frameAbove + FoxCallerSavedIP)));
                                                   ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24378:18: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
        longAtput(contextsSP, pointerForOop(longAt(frameAbove + FoxCallerSavedIP)));
                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24378:30: warning: passing argument 2 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
        longAtput(contextsSP, pointerForOop(longAt(frameAbove + FoxCallerSavedIP)));
                              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24399:36: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
       callerContextOrNil1 = longAt((thePage2->baseAddress));
                                    ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24438:76: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24440:11: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
  : byteAt((theFP + FoxIFrameFlags) + 1))))) + (2 * BytesPerWord), aContextOrNil);
           ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24438:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveVoidVMState’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24479:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveVoidVMStateForMethod’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24544:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   methodObj = longAt(GIV(stackPointer));
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24547:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   methodObj = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24549:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                   ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24553:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                   ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24586:25: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                         ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24587:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24588:13: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
   : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24590:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   activeContext = longAt(theFP + FoxThisContext);
                          ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24601:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24604:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24615:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24770:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   top = longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24798:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  top1 = longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24536:11: warning: variable ‘top’ set but not used [-Wunused-but-set-variable]
     sqInt top;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24526:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24525:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘unmarkAllFrames’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24864:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     methodField = longAt(theFP + FoxMethod);
                          ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24867:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
       longAtput(theFP + FoxMethod, methodField - 4);
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24871:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      flags = longAt(theFP + FoxIFrameFlags);
                     ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24873:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
       longAtput(theFP + FoxIFrameFlags, flags - 2);
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24876:43: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    } while(((theFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0);
                                           ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘initializeStacknumSlotspageSize’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24898:11: warning: variable ‘theIndex’ set but not used [-Wunused-but-set-variable]
     sqInt theIndex;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24897:17: warning: variable ‘structStackPageSize’ set but not used [-Wunused-but-set-variable]
     usqIntptr_t structStackPageSize;
                 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘cStringOrNullFor’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:25029:11: warning: variable ‘classOop’ set but not used [-Wunused-but-set-variable]
     sqInt classOop;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveAdd’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:25389:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerResult << 3) | 1));
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveAddLargeIntegers’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:25421:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                      ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:25422:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:25456:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveAdoptInstance’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:25484:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  arg = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:25485:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveAllInstances’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:25529:37: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  result = allInstancesOf(longAt(GIV(stackPointer)));
                                     ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:25534:38: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   result = allInstancesOf(longAt(GIV(stackPointer)));
                                      ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:25541:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveAllObjects’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:25570:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveArctan’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:25586:33: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveArrayBecome’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:25606:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  arg = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:25607:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveArrayBecomeOneWay’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:25630:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  arg = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:25631:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveArrayBecomeOneWayCopyHash’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:25656:18: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                  ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:25660:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                   ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:25668:43: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  ec = becomewithtwoWaycopyHash(longAt(GIV(stackPointer) + (2 * BytesPerWord)), longAt(GIV(stackPointer) + (1 * BytesPerWord)), 0, copyHashFlag);
                                           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:25668:91: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  ec = becomewithtwoWaycopyHash(longAt(GIV(stackPointer) + (2 * BytesPerWord)), longAt(GIV(stackPointer) + (1 * BytesPerWord)), 0, copyHashFlag);
                                                                                           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveArrayBecomeOneWayNoCopyHash’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:25690:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  arg = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:25691:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveAsCharacter’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:25711:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  characterCode = longAt(GIV(stackPointer));
                             ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:25724:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), characterObject);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveAsFloat’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:25739:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:25742:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), floatObjectOf(((double) ((rcvr >> 3)) )));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveAt’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:25770:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:25771:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:25898:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveAtPut’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:25928:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:25929:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:25930:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  value = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:26089:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveBeCursor’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:26140:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   cursorObj = longAt(GIV(stackPointer));
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:26144:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   cursorObj = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:26145:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   maskObj = longAt(GIV(stackPointer));
                        ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveBeDisplay’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:26368:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:26362:9: warning: variable ‘changed’ set but not used [-Wunused-but-set-variable]
     int changed;
         ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveBehaviorHash’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:26440:48: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  hashOrError = (((hash = (long32At((longAt(GIV(stackPointer))) + 4)) & (identityHashHalfWordMask()))) != 0
                                                ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:26442:36: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   : (objCouldBeClassObj(longAt(GIV(stackPointer)))
                                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:26443:47: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     ? (((err = enterIntoClassTable(longAt(GIV(stackPointer))))) != 0
                                               ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:26445:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
       : (long32At((longAt(GIV(stackPointer))) + 4)) & (identityHashHalfWordMask()))
                               ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:26449:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)hashOrError << 3) | 1));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveBitAnd’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:26485:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oop1 = longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:26547:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oop2 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:26611:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveBitAndLargeIntegers’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:26628:47: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerArg = positive64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                               ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:26629:48: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerRcvr = positive64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:26636:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveBitOr’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:26669:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oop1 = longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:26731:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oop2 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:26795:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveBitOrLargeIntegers’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:26812:47: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerArg = positive64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                               ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:26813:48: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerRcvr = positive64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:26820:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveBitShift’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:26838:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerArgument = longAt(GIV(stackPointer));
                               ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:26846:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                               ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:26884:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), shifted);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveBitShiftLargeIntegers’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:26906:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:26921:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:26959:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveBitXor’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:26987:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerArgument = longAt(GIV(stackPointer));
                               ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:26988:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                               ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:26995:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27124:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop1);
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveBitXorLargeIntegers’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27142:47: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerArg = positive64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                               ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27143:48: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerRcvr = positive64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27150:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveBytesLeft’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27178:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), ((GIV(totalFreeOldSpace) << 3) | 1));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27185:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   if ((longAt(GIV(stackPointer))) == GIV(nilObj)) {
                   ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27201:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27206:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                   ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27210:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                   ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27225:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp2 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerVal1 << 3) | 1));
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27164:11: warning: variable ‘aBool’ set but not used [-Wunused-but-set-variable]
     sqInt aBool;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveChangeClass’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27294:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                   ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27306:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oop1 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveClass’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27343:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  instance = longAt(GIV(stackPointer));
                        ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27361:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveClipboardText’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27398:18: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   s = longAt(GIV(stackPointer));
                  ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27466:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), s);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveClockLogAddresses’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27511:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  runInNOut = (longAt(GIV(stackPointer) + (0 * BytesPerWord))) == GIV(trueObj);
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27594:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop1);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27489:11: warning: variable ‘oop’ set but not used [-Wunused-but-set-variable]
     sqInt oop;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveClosureValue’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27643:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                            ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27693:128: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27700:18: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                  ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27703:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp8 = GIV(stackPointer) - BytesPerWord), object2);
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27714:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27719:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object11);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27722:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp31 = GIV(stackPointer) - BytesPerWord), blockClosure);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27742:131: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                   ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27749:21: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
       longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27752:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
       longAtput((sp9 = GIV(stackPointer) - BytesPerWord), object3);
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27763:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
       longAtput((sp12 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27768:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
      longAtput((sp22 = GIV(stackPointer) - BytesPerWord), object12);
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27771:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
      longAtput((sp32 = GIV(stackPointer) - BytesPerWord), blockClosure);
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27791:41: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                         ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27795:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27798:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27798:58: warning: passing argument 2 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27802:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp3 = GIV(stackPointer) - BytesPerWord), closureMethod);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27805:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp4 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27811:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp5 = GIV(stackPointer) - BytesPerWord), object);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27814:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp6 = GIV(stackPointer) - BytesPerWord), 0);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27823:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp7 = GIV(stackPointer) - BytesPerWord), object1);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27827:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + ClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveClosureValueNoContextSwitch’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27906:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                            ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27956:128: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27963:18: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                  ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27966:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp8 = GIV(stackPointer) - BytesPerWord), object2);
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27977:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27982:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object11);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27985:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp31 = GIV(stackPointer) - BytesPerWord), blockClosure);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28005:131: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                   ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28012:21: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
       longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28015:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
       longAtput((sp9 = GIV(stackPointer) - BytesPerWord), object3);
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28026:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
       longAtput((sp12 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28031:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
      longAtput((sp22 = GIV(stackPointer) - BytesPerWord), object12);
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28034:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
      longAtput((sp32 = GIV(stackPointer) - BytesPerWord), blockClosure);
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28054:41: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                         ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28058:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28061:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28061:58: warning: passing argument 2 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28065:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp3 = GIV(stackPointer) - BytesPerWord), closureMethod);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28068:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp4 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28074:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp5 = GIV(stackPointer) - BytesPerWord), object);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28077:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp6 = GIV(stackPointer) - BytesPerWord), 0);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28086:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp7 = GIV(stackPointer) - BytesPerWord), object1);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28090:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + ClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveClosureValueWithArgs’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28169:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  argumentArray = longAt(GIV(stackPointer));
                             ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28191:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                            ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28224:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  top = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28229:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((argumentArray + BaseHeaderSize) + (((sqInt)((usqInt)((index - 1)) << (shiftForWord()))))));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28251:128: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28258:18: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                  ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28261:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp8 = GIV(stackPointer) - BytesPerWord), object2);
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28272:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28277:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object11);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28280:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp31 = GIV(stackPointer) - BytesPerWord), blockClosure);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28300:131: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                   ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28307:21: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
       longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28310:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
       longAtput((sp9 = GIV(stackPointer) - BytesPerWord), object3);
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28321:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
       longAtput((sp12 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28326:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
      longAtput((sp22 = GIV(stackPointer) - BytesPerWord), object12);
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28329:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
      longAtput((sp32 = GIV(stackPointer) - BytesPerWord), blockClosure);
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28349:41: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                         ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28353:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28356:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28356:58: warning: passing argument 2 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28360:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp3 = GIV(stackPointer) - BytesPerWord), closureMethod);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28363:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp4 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28369:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp5 = GIV(stackPointer) - BytesPerWord), object);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28372:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp6 = GIV(stackPointer) - BytesPerWord), 0);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28381:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp7 = GIV(stackPointer) - BytesPerWord), object1);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28385:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp10 = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + ClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28167:11: warning: variable ‘top’ set but not used [-Wunused-but-set-variable]
     sqInt top;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveCoarseLocalMicrosecondClock’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28434:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveCoarseUTCMicrosecondClock’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28458:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveCompareBytes’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28492:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  arg1 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28493:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  arg2 = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28506:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(trueObj));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28572:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(falseObj));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28579:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp2 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(falseObj));
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28585:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp3 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(trueObj));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveCompareWith’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28623:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   order = longAt(GIV(stackPointer));
                      ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28631:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  string1 = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28634:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  string2 = longAt(GIV(stackPointer) + ((GIV(argumentCount) - 1) * BytesPerWord));
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28681:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)result << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveConstantFill’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28701:46: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  fillValue = positive64BitValueOf(longAt(GIV(stackPointer)));
                                              ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28702:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveControlVMProfiling’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28792:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  if (((onOffBar = longAt(GIV(stackPointer) + (1 * BytesPerWord)))) == GIV(trueObj)) {
                              ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28807:32: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  if (((bufferSize = longAt(GIV(stackPointer)))) == GIV(nilObj)) {
                                ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28822:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), (((usqInt)numSamples << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveCopyObject’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28853:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  arg = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28854:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveCrashVM’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28952:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  if (((((longAt(GIV(stackPointer)))) & 7) == 1)) {
                     ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28953:36: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   crashInThisThread = ((longAt(GIV(stackPointer))) >> 3);
                                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28957:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                   ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28961:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                   ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveDisablePowerManager’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28997:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveDiv’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29027:41: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  quotient = doPrimitiveDivby(longAt(GIV(stackPointer) + (1 * BytesPerWord)), longAt(GIV(stackPointer)));
                                         ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29027:89: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  quotient = doPrimitiveDivby(longAt(GIV(stackPointer) + (1 * BytesPerWord)), longAt(GIV(stackPointer)));
                                                                                         ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29032:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)quotient << 3) | 1));
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveDivide’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29057:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29073:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerPointer1 = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                               ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29094:15: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
     longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)(integerReceiver / integerArgument) << 3) | 1));
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveDivideLargeIntegers’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29132:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                      ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29133:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29153:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveDivLargeIntegers’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29176:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                      ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29177:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29207:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveEqual’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29222:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerArgument = longAt(GIV(stackPointer));
                               ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29223:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                               ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29226:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver == integerArgument
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29235:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (result
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveEqualLargeIntegers’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29254:45: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                             ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29255:46: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                              ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29258:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr == integerArg
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveExp’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29285:33: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveExponent’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29307:33: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveFailForFFIExceptionat’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29399:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   rcvr = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29405:18: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                  ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29409:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp7 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29412:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29412:59: warning: passing argument 2 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29419:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29433:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29439:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp2 = GIV(stackPointer) - BytesPerWord), object);
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29442:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp3 = GIV(stackPointer) - BytesPerWord), 0);
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29449:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object1);
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29452:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29457:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp9 = GIV(stackPointer) - BytesPerWord), rcvr);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29461:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29473:65: warning: passing argument 1 of ‘reapAndResetErrorCodeToheader’ makes integer from pointer without a cast [-Wint-conversion]
     shouldSkipStoreBytecode = reapAndResetErrorCodeToheader(GIV(framePointer), methodHeader);
                                                                 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:1644:40: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
 static sqInt NoDbgRegParms NeverInline reapAndResetErrorCodeToheader(sqInt theFP, sqInt methodHeader);
                                        ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveFetchNextMourner’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29530:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), mourner);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveFloatAdd’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29558:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29559:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  argOop = longAt(GIV(stackPointer));
                      ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29638:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr + arg));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveFloatAt’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29662:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29663:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29691:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), result);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveFloatAtPut’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29715:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oopToStore = longAt(GIV(stackPointer));
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29722:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29723:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29748:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), oopToStore);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29759:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), oopToStore);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveFloatDivide’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29793:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29794:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  argOop = longAt(GIV(stackPointer));
                      ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29881:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr / arg));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveFloatEqual’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29910:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29911:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  argOop = longAt(GIV(stackPointer));
                      ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29991:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (aBool
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveFloatGreaterOrEqual’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:30022:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:30023:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  argOop = longAt(GIV(stackPointer));
                      ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:30103:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (aBool
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveFloatGreaterThan’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:30134:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:30135:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  argOop = longAt(GIV(stackPointer));
                      ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:30215:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (aBool
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveFloatLessOrEqual’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:30246:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:30247:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  argOop = longAt(GIV(stackPointer));
                      ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:30327:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (aBool
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveFloatLessThan’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:30358:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:30359:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  argOop = longAt(GIV(stackPointer));
                      ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:30439:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (aBool
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveFloatMultiply’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:30469:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:30470:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  argOop = longAt(GIV(stackPointer));
                      ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:30549:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr * arg));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveFloatNotEqual’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:30578:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:30579:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  argOop = longAt(GIV(stackPointer));
                      ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:30659:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (!aBool
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveFloatSubtract’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:30689:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:30690:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  argOop = longAt(GIV(stackPointer));
                      ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:30769:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr - arg));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveFlushExternalPrimitives’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:30821:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:30820:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveFormPrint’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:30967:18: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                  ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:30971:18: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                  ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:30983:35: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  vScale = floatValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                   ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:30984:35: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  hScale = floatValueOf(longAt(GIV(stackPointer) + (2 * BytesPerWord)));
                                   ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:30985:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveFractionalPart’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31090:33: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveFullClosureValue’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31142:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                            ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31178:128: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31185:18: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                  ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31188:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp9 = GIV(stackPointer) - BytesPerWord), object2);
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31199:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31204:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object11);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31207:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp31 = GIV(stackPointer) - BytesPerWord), blockClosure);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31236:131: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                   ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31243:21: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
       longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31246:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
       longAtput((sp10 = GIV(stackPointer) - BytesPerWord), object3);
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31257:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
       longAtput((sp12 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31262:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
      longAtput((sp22 = GIV(stackPointer) - BytesPerWord), object12);
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31265:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
      longAtput((sp32 = GIV(stackPointer) - BytesPerWord), blockClosure);
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31285:41: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                         ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31289:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31292:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31292:58: warning: passing argument 2 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31296:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp4 = GIV(stackPointer) - BytesPerWord), closureMethod);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31299:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31305:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp6 = GIV(stackPointer) - BytesPerWord), object);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31308:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp7 = GIV(stackPointer) - BytesPerWord), 0);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31317:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp8 = GIV(stackPointer) - BytesPerWord), object1);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31321:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + FullClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31340:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveFullClosureValueNoContextSwitch’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31414:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                            ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31450:128: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31457:18: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                  ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31460:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp9 = GIV(stackPointer) - BytesPerWord), object2);
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31471:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31476:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object11);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31479:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp31 = GIV(stackPointer) - BytesPerWord), blockClosure);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31508:131: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                   ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31515:21: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
       longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31518:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
       longAtput((sp10 = GIV(stackPointer) - BytesPerWord), object3);
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31529:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
       longAtput((sp12 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31534:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
      longAtput((sp22 = GIV(stackPointer) - BytesPerWord), object12);
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31537:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
      longAtput((sp32 = GIV(stackPointer) - BytesPerWord), blockClosure);
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31557:41: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                         ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31561:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31564:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31564:58: warning: passing argument 2 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31568:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp4 = GIV(stackPointer) - BytesPerWord), closureMethod);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31571:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31577:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp6 = GIV(stackPointer) - BytesPerWord), object);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31580:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp7 = GIV(stackPointer) - BytesPerWord), 0);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31589:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp8 = GIV(stackPointer) - BytesPerWord), object1);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31593:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + FullClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31612:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveFullClosureValueWithArgs’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31686:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  argumentArray = longAt(GIV(stackPointer));
                             ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31708:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                            ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31730:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  top = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31735:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((argumentArray + BaseHeaderSize) + (((sqInt)((usqInt)((index - 1)) << (shiftForWord()))))));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31754:128: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31761:18: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                  ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31764:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp9 = GIV(stackPointer) - BytesPerWord), object2);
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31775:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31780:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object11);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31783:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp31 = GIV(stackPointer) - BytesPerWord), blockClosure);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31812:131: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                   ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31819:21: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
       longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31822:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
       longAtput((sp10 = GIV(stackPointer) - BytesPerWord), object3);
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31833:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
       longAtput((sp12 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31838:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
      longAtput((sp22 = GIV(stackPointer) - BytesPerWord), object12);
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31841:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
      longAtput((sp32 = GIV(stackPointer) - BytesPerWord), blockClosure);
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31861:41: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                         ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31865:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31868:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31868:58: warning: passing argument 2 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31872:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp4 = GIV(stackPointer) - BytesPerWord), closureMethod);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31875:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31881:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp6 = GIV(stackPointer) - BytesPerWord), object);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31884:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp7 = GIV(stackPointer) - BytesPerWord), 0);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31893:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp8 = GIV(stackPointer) - BytesPerWord), object1);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31897:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp13 = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + FullClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31916:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31684:11: warning: variable ‘top’ set but not used [-Wunused-but-set-variable]
     sqInt top;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveGetAttribute’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31957:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31980:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), s);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveGetenv’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32007:36: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  key = cStringOrNullFor(longAt(GIV(stackPointer)));
                                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32030:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveGetImmutability’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32044:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32048:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (trueOrFalse
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveGetLogDirectory’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32087:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), stringOop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveGetNextEvent’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32105:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  arg = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveGetWindowLabel’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32247:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), labelOop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveGetWindowSize’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32320:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveGreaterOrEqual’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32333:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerArgument = longAt(GIV(stackPointer));
                               ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32334:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                               ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32337:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver >= integerArgument
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveGreaterOrEqualLargeIntegers’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32361:45: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                             ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32362:46: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                              ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32365:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr >= integerArg
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveGreaterThan’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32380:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerArgument = longAt(GIV(stackPointer));
                               ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32381:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                               ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32384:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver > integerArgument
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveGreaterThanLargeIntegers’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32408:45: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                             ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32409:46: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                              ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32412:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr > integerArg
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveGrowMemoryByAtLeast’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32427:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  ammount = longAt(GIV(stackPointer));
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32440:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)segSize << 3) | 1));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveHashMultiply’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32458:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  value = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32483:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)((value * HashMultiplyConstant) & 0xFFFFFFF) << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveHeartbeatFrequency’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32501:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   && ((longAt(GIV(stackPointer))) == GIV(trueObj));
                   ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32507:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveHighResClock’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32531:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveIdentical’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32548:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  otherObject = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32549:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  thisObject = longAt(GIV(stackPointer));
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32560:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (thisObject == otherObject
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveIdentityHash’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32577:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  thisReceiver = longAt(GIV(stackPointer));
                            ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32603:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveImageFormatVersion’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32627:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveImageName’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32664:18: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   s = longAt(GIV(stackPointer));
                  ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32695:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), s);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveImmediateAsInteger’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32716:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32739:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), ((value << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveInputSemaphore’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32753:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  arg = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveIntegerAt’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32825:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index1 = longAt(GIV(stackPointer));
                      ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32826:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr1 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32855:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp4 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32871:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp5 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32885:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp7 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32901:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp6 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32922:15: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
     longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), longAt((rcvr1 + BaseHeaderSize) + (((sqInt)((usqInt)(index1) << (shiftForWord()))))));
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32933:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp3 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), longAt((rcvr1 + BaseHeaderSize) + (((sqInt)((usqInt)((index1 + numFixed)) << (shiftForWord()))))));
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveIntegerAtPut’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32971:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valueOop = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32972:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32973:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33018:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33036:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33051:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33069:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp3 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33105:15: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
     longAtput((sp4 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33131:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp5 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveInterruptChecksPerMSec’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33168:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveInterruptSemaphore’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33184:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  arg = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveInvokeObjectAsMethod’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33241:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   top1 = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33248:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  top = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33252:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33255:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(messageSelector));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33258:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), runArgs);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33261:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp3 = GIV(stackPointer) - BytesPerWord), runReceiver);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveIsBigEnder’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33289:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (VMBIGENDIAN
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveIsPinned’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33307:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  obj = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33316:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (trueOrFalse
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveIsWindowObscured’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33342:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLessOrEqual’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33355:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerArgument = longAt(GIV(stackPointer));
                               ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33356:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                               ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33359:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver <= integerArgument
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLessOrEqualLargeIntegers’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33383:45: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                             ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33384:46: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                              ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33387:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr <= integerArg
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLessThan’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33402:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerArgument = longAt(GIV(stackPointer));
                               ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33403:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                               ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33406:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver < integerArgument
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLessThanLargeIntegers’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33430:45: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                             ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33431:46: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                              ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33434:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr < integerArg
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveListBuiltinModule’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33466:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33493:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33506:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), nameOop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveListExternalModule’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33535:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33562:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33575:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), nameOop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadImageSegment’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33610:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  outPointerArray = longAt(GIV(stackPointer));
                               ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33613:32: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  segmentWordArray = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33627:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), result);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLocalMicrosecondClock’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33654:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLogN’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33671:33: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLowSpaceSemaphore’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33689:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  arg = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveMakePoint’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33732:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33733:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  arg = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33784:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), pt);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveMaxIdentityHash’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33797:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveMillisecondClock’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33826:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveMillisecondClockMask’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33841:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)MillisecondClockMask << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveMod’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33853:36: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  mod = doPrimitiveModby(longAt(GIV(stackPointer) + (1 * BytesPerWord)), longAt(GIV(stackPointer)));
                                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33853:84: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  mod = doPrimitiveModby(longAt(GIV(stackPointer) + (1 * BytesPerWord)), longAt(GIV(stackPointer)));
                                                                                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33858:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)mod << 3) | 1));
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveModLargeIntegers’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33889:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                      ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33890:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33915:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveMultiply’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33933:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33949:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerPointer1 = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                               ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33982:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerResult << 3) | 1));
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveMultiplyLargeIntegers’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34005:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                      ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34006:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34027:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveNew’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34043:44: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  obj = instantiateClassisPinned(longAt(GIV(stackPointer)), 0);
                                            ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34046:69: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   reasonCode = (isFixedSizePointerFormat(instSpecOfClass(longAt(GIV(stackPointer))))
                                                                     ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34053:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), obj);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveNewMethod’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34083:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  header = longAt(GIV(stackPointer));
                      ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34084:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  bytecodeCount = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                             ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34092:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  class = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34202:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), theMethod);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveNewPinned’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34215:44: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  obj = instantiateClassisPinned(longAt(GIV(stackPointer)), 1);
                                            ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34218:69: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   reasonCode = (isFixedSizePointerFormat(instSpecOfClass(longAt(GIV(stackPointer))))
                                                                     ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34225:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), obj);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveNewWithArg’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34252:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oop1 = longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34320:57: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  obj = instantiateClassindexableSizeisPinned(longAt(GIV(stackPointer) + (1 * BytesPerWord)), size, 0);
                                                         ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34323:39: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   classFormat = ((longAt(((longAt(GIV(stackPointer) + (1 * BytesPerWord))) + BaseHeaderSize) + (((sqInt)((usqInt)(InstanceSpecificationIndex) << (shiftForWord())))))) >> 3);
                                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34336:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), obj);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveNewWithArgPinned’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34360:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34421:57: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  obj = instantiateClassindexableSizeisPinned(longAt(GIV(stackPointer) + (1 * BytesPerWord)), size, 1);
                                                         ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34424:39: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   classFormat = ((longAt(((longAt(GIV(stackPointer) + (1 * BytesPerWord))) + BaseHeaderSize) + (((sqInt)((usqInt)(InstanceSpecificationIndex) << (shiftForWord())))))) >> 3);
                                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34437:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), obj);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveNextInstance’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34460:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  object = longAt(GIV(stackPointer));
                      ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34543:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), subsequentObject);
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveNextObject’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34566:46: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  instance = accessibleObjectAfter(longAt(GIV(stackPointer)));
                                              ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34569:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)0 << 3) | 1));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34575:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), instance);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveNotEqual’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34590:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerArgument = longAt(GIV(stackPointer));
                               ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34591:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                               ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34594:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver != integerArgument
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34603:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (result
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveNotEqualLargeIntegers’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34622:45: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                             ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34623:46: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                              ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34626:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr != integerArg
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveNotIdentical’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34648:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  otherObject = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34649:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  thisObject = longAt(GIV(stackPointer));
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34678:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (thisObject != otherObject
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitivePathToUsing’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34738:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  if (!(((longAt(GIV(stackPointer))) == GIV(trueObj))
                     ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34739:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    || ((longAt(GIV(stackPointer))) == GIV(falseObj)))) {
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34744:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  goal = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34745:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  stack = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34746:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  followWeak = (longAt(GIV(stackPointer))) == GIV(trueObj);
                           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34987:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  path = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34989:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), path);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34699:12: warning: variable ‘freeStartAtStart’ set but not used [-Wunused-but-set-variable]
     usqInt freeStartAtStart;
            ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitivePerformInSuperclass’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35022:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35023:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  lookupClass = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35055:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  selector = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                        ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35056:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  argumentArray = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                             ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35079:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35082:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), rcvr);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35086:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((argumentArray + BaseHeaderSize) + (((sqInt)((usqInt)((index - 1)) << (shiftForWord()))))));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:38:0:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/dispdbg.h:37:49: warning: statement with no effect [-Wunused-value]
 # define sendBreakpointreceiver(sel, len, rcvr) 0
                                                 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35093:2: note: in expansion of macro ‘sendBreakpointreceiver’
  sendBreakpointreceiver(firstFixedFieldOfMaybeImmediate(selector1), lengthOfMaybeImmediate(selector1), rcvr);
  ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35133:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   top = longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35148:62: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((GIV(stackPointer) + offset) + delta, longAt(GIV(stackPointer) + offset));
                                                              ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35148:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((GIV(stackPointer) + offset) + delta, longAt(GIV(stackPointer) + offset));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35013:11: warning: variable ‘selector1’ set but not used [-Wunused-but-set-variable]
     sqInt selector1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitivePerformWithArgs’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35181:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  actualReceiver = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35182:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  selector = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                        ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35183:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  argumentArray = longAt(GIV(stackPointer));
                             ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35206:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35209:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), actualReceiver);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35213:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((argumentArray + BaseHeaderSize) + (((sqInt)((usqInt)((index - 1)) << (shiftForWord()))))));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:38:0:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/dispdbg.h:37:49: warning: statement with no effect [-Wunused-value]
 # define sendBreakpointreceiver(sel, len, rcvr) 0
                                                 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35220:2: note: in expansion of macro ‘sendBreakpointreceiver’
  sendBreakpointreceiver(firstFixedFieldOfMaybeImmediate(selector1), lengthOfMaybeImmediate(selector1), actualReceiver);
  ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35248:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   top = longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35261:62: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((GIV(stackPointer) + offset) + delta, longAt(GIV(stackPointer) + offset));
                                                              ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35261:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((GIV(stackPointer) + offset) + delta, longAt(GIV(stackPointer) + offset));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35172:11: warning: variable ‘selector1’ set but not used [-Wunused-but-set-variable]
     sqInt selector1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveProfilePrimitive’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35288:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(profileMethod));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveProfileSample’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35313:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(profileProcess));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveProfileStart’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35348:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveQuit’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35380:18: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   ? ((longAt(GIV(stackPointer))) >> 3)
                  ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveQuo’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35400:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35416:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerPointer1 = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                               ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35452:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerResult << 3) | 1));
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveQuoLargeIntegers’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35483:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                      ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35484:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35502:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveRelinquishProcessor’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35519:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveRemLargeIntegers’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35564:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                      ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35565:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35582:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveScreenDepth’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35608:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)depth << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveScreenScaleFactor’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35637:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveScreenSize’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35709:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSecondsClock’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35729:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSetDisplayMode’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35753:18: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                  ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35757:18: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                  ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35770:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35786:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerPointer1 = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                               ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35802:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerPointer2 = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                               ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35822:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((5 - 1) * BytesPerWord)), (okay
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSetFullScreen’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35839:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  argOop = longAt(GIV(stackPointer));
                      ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSetImmutability’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35869:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35883:18: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                  ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35893:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                   ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35904:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (wasImmutable
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSetInterruptKey’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35923:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSetLogDirectory’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35959:25: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  stringOop = longAt(GIV(stackPointer));
                         ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSetOrHasIdentityHash’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36025:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   hasHash = (((longAt(GIV(stackPointer))) & (tagMask())) == 0)
                           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36026:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    && ((long32At((longAt(GIV(stackPointer))) + 4)) & (identityHashHalfWordMask()));
                              ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36028:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (hasHash
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36036:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                   ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36040:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                   ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36061:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + ((GIV(argumentCount) - 1) * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36077:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                   ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36114:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)oldHash << 3) | 1));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSetWindowLabel’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36132:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  labelOop = longAt(GIV(stackPointer));
                        ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSetWindowSize’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36194:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36210:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerPointer1 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                               ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveShortAt’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36248:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36254:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36270:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveShortAtPut’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36290:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  value = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36291:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36301:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36329:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveShowDisplayRect’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36351:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36367:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerPointer1 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                               ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36383:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerPointer2 = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                               ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36399:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerPointer3 = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                               ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSignalAtBytesLeft’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36434:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  bytes = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSine’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36469:33: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSize’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36492:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36551:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)(totalLength - fixedFields) << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSizeInBytes’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36563:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  byteSize = ((longAt(GIV(stackPointer))) & (tagMask())
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36565:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   : bytesInObject(longAt(GIV(stackPointer))));
                              ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36568:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSizeInBytesOfInstance’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36602:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   if (!(((((longAt(GIV(stackPointer)))) & 7) == 1))) {
                        ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36608:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   nElements = ((longAt(GIV(stackPointer))) >> 3);
                            ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36609:39: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   classFormat = ((longAt(((longAt(GIV(stackPointer) + (1 * BytesPerWord))) + BaseHeaderSize) + (((sqInt)((usqInt)(InstanceSpecificationIndex) << (shiftForWord())))))) >> 3);
                                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36658:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36663:39: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  classFormat1 = ((longAt(((longAt(GIV(stackPointer) + (0 * BytesPerWord))) + BaseHeaderSize) + (((sqInt)((usqInt)(InstanceSpecificationIndex) << (shiftForWord())))))) >> 3);
                                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36683:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp1 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), ((byteSize << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSmallFloatAdd’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36707:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                   ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36722:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  floatOrIntOop = longAt(GIV(stackPointer));
                             ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36762:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr + arg));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSmallFloatArctan’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36779:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSmallFloatDivide’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36818:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                   ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36833:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  floatOrIntOop = longAt(GIV(stackPointer));
                             ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36879:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr / arg));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSmallFloatEqual’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36904:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                   ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36919:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  floatOrIntOop = longAt(GIV(stackPointer));
                             ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36959:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (rcvr == arg
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSmallFloatExp’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36977:58: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  aValue = floatObjectOf(exp(smallFloatValueOf(longAt(GIV(stackPointer)))));
                                                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSmallFloatExponent’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36993:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
 ((((usqInt)(longAt(GIV(stackPointer))))) <= 15
                        ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36995:45: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   : ((exp = ((usqInt) (((usqInt)(longAt(GIV(stackPointer)))))) >> (((numTagBits()) + (smallFloatMantissaBits())) + 1)),
                                             ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSmallFloatFractionalPart’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37014:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSmallFloatGreaterOrEqual’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37054:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                   ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37069:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  floatOrIntOop = longAt(GIV(stackPointer));
                             ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37109:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (rcvr >= arg
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSmallFloatGreaterThan’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37136:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                   ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37151:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  floatOrIntOop = longAt(GIV(stackPointer));
                             ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37191:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (rcvr > arg
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSmallFloatLessOrEqual’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37218:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                   ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37233:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  floatOrIntOop = longAt(GIV(stackPointer));
                             ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37273:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (rcvr <= arg
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSmallFloatLessThan’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37300:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                   ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37315:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  floatOrIntOop = longAt(GIV(stackPointer));
                             ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37355:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (rcvr < arg
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSmallFloatLogN’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37377:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSmallFloatMultiply’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37416:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                   ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37431:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  floatOrIntOop = longAt(GIV(stackPointer));
                             ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37471:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr * arg));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSmallFloatNotEqual’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37496:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                   ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37511:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  floatOrIntOop = longAt(GIV(stackPointer));
                             ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37551:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (!(rcvr == arg)
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSmallFloatSine’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37570:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSmallFloatSquareRoot’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37601:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSmallFloatSubtract’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37648:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                   ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37663:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  floatOrIntOop = longAt(GIV(stackPointer));
                             ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37703:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr - arg));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSmallFloatTimesTwoPower’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37721:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  arg = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37731:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37753:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), result);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSmallFloatTruncated’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37769:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSomeInstance’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37804:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  class = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37814:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), instance);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSomeObject’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37833:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSpecialObjectsOop’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37847:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(specialObjectsOop));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSquareRoot’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37863:33: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreImageSegment’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37918:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  outPointerArray = longAt(GIV(stackPointer));
                               ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37919:32: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  segmentWordArray = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37922:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  arrayOfRoots = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                            ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37938:32: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   outPointerArray = longAt(GIV(stackPointer));
                                ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37939:33: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   segmentWordArray = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37940:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   arrayOfRoots = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                             ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStringAt’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37979:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37980:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:38114:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStringAtPut’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:38145:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:38146:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:38147:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  value = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:38314:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStringReplace’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:38354:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  array = longAt(GIV(stackPointer) + (4 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:38355:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  start = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:38356:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  stop = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:38357:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  repl = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:38358:25: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  replStart = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                         ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSubtract’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:38624:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerResult << 3) | 1));
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSubtractLargeIntegers’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:38656:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                      ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:38657:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:38691:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveTestAndSetOwnershipOfCriticalSection’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:38721:32: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   criticalSection = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:38722:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   activeProc = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:38727:32: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   criticalSection = longAt(GIV(stackPointer));
                                ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:38754:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(falseObj));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:38760:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(trueObj));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:38765:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(nilObj));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveTestDisplayDepth’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:38783:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:38803:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (okay
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveTimesTwoPower’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:38823:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  arg = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:38839:33: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = floatValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:38842:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(result));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveTruncated’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:38858:33: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveUnloadModule’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:38911:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  moduleName = longAt(GIV(stackPointer));
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:38902:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:38901:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveUTCMicrosecondClock’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:39067:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveUtcAndTimezoneOffset’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:39092:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   resultArray = longAt(GIV(stackPointer));
                            ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:39127:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), resultArray);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveUtcWithOffset’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:39154:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   resultArray = longAt(GIV(stackPointer));
                            ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:39188:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), resultArray);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveVMPath’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:39209:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), s);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveVMProfileSamplesInto’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:39238:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (running
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:39249:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  sampleBuffer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                            ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:39259:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)numSamples << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:39230:11: warning: variable ‘v’ set but not used [-Wunused-but-set-variable]
     sqInt v;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveWait’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:39276:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  sema = longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘clearLeakMapAndMapAccessibleObjects’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:39557:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:39556:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘allNewSpaceObjectsHaveZeroRTRefCount’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:40904:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘allWeakSurvivorsOnWeakList’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:40979:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘processEphemerons’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:41695:11: warning: variable ‘oldList’ set but not used [-Wunused-but-set-variable]
     sqInt oldList;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:41694:11: warning: variable ‘oldCorpse’ set but not used [-Wunused-but-set-variable]
     sqInt oldCorpse;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘allInstancesOf’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:42910:11: warning: variable ‘prevPrevObj2’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj2;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:42909:11: warning: variable ‘prevPrevObj11’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj11;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:42908:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:42907:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘allObjects’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:43338:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:43337:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘allObjectsUnmarked’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:43520:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:43519:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘allOldMarkedWeakObjectsOnWeaklingStack’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:43623:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘checkHeapFreeSpaceIntegrity’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:45319:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:45318:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘checkHeapIntegrityclassIndicesShouldBeValid’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:45618:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:45617:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘clearLeakMapAndMapAccessibleFreeSpace’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:46716:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘countMarkedAndUnmarkdObjects’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:47194:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:47193:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘existInstancesInNewSpaceOf’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:47743:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘findStringBeginningWith’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:48002:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:48001:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘findString’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:48149:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:48148:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘initialInstanceOf’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:49241:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:49240:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘initializeObjectMemory’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:49450:11: warning: variable ‘freeChunk’ set but not used [-Wunused-but-set-variable]
     sqInt freeChunk;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘loadImageSegmentFromoutPointers’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:51474:5: warning: statement with no effect [-Wunused-value]
     -classIndex2;
     ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:51539:3: warning: statement with no effect [-Wunused-value]
   8 /* allocationUnit */ / BytesPerOop;
   ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘longPrintInstancesWithClassIndex’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:51623:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:51622:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘longPrintReferencesTo’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:51742:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:51741:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘markObjects’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:52836:13: warning: assignment makes integer from pointer without a cast [-Wint-conversion]
  allocation = calloc(sizeof(void *), unscannedEphemeronsQueueInitialSize);
             ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:53051:7: warning: passing argument 1 of ‘free’ makes pointer from integer without a cast [-Wint-conversion]
  free((GIV(unscannedEphemerons).start));
       ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:19:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/usr/include/stdlib.h:483:13: note: expected ‘void *’ but argument is of type ‘usqInt {aka long unsigned int}’
 extern void free (void *__ptr) __THROW;
             ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘objectBefore’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:53899:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:53898:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘objectsReachableFromRoots’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:54057:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:54056:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘printActivationsOf’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:54868:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:54867:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘printContextReferencesTo’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:55023:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:55022:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘printForwarders’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:55240:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:55239:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘printFreeChunks’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:55358:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:55357:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘printInstancesWithClassIndex’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:55713:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:55712:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘printMethodImplementorsOf’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:55886:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:55885:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘printMethodReferencesTo’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:56019:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:56018:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘printObjectsWithHash’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:56194:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:56193:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘printOopsExcept’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:56412:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:56411:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘printOopsSuchThat’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:56582:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:56581:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘printReferencesTo’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:56711:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:56710:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘pushOnUnscannedEphemeronsStack’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:57008:25: warning: passing argument 1 of ‘realloc’ makes pointer from integer without a cast [-Wint-conversion]
   reallocated = realloc((GIV(unscannedEphemerons).start), desiredSize);
                         ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:19:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/usr/include/stdlib.h:480:14: note: expected ‘void *’ but argument is of type ‘usqInt {aka long unsigned int}’
 extern void *realloc (void *__ptr, size_t __size)
              ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:57008:15: warning: assignment makes integer from pointer without a cast [-Wint-conversion]
   reallocated = realloc((GIV(unscannedEphemerons).start), desiredSize);
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/dispdbg.h:8:0,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:38:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘runLeakCheckerFor’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:57445:41: warning: value computed is not used [-Wunused-value]
   asserta((checkInterpreterIntegrity()) == 0);
                                         ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqAssert.h:30:25: note: in definition of macro ‘asserta’
 # define asserta(expr) (expr)
                         ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘runLeakCheckerForexcludeUnmarkedObjsclassIndicesShouldBeValid’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:57466:41: warning: value computed is not used [-Wunused-value]
   asserta((checkInterpreterIntegrity()) == 0);
                                         ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqAssert.h:30:25: note: in definition of macro ‘asserta’
 # define asserta(expr) (expr)
                         ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘setHeapBasememoryLimitendOfMemory’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:57577:11: warning: variable ‘oldStart’ set but not used [-Wunused-but-set-variable]
     sqInt oldStart;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:57574:11: warning: variable ‘actualEdenBytes’ set but not used [-Wunused-but-set-variable]
     sqInt actualEdenBytes;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘validClassTableHashes’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:58793:11: warning: variable ‘ignored’ set but not used [-Wunused-but-set-variable]
     sqInt ignored;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘compact’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:58984:11: warning: variable ‘prevPrevObj3’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj3;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:58983:11: warning: variable ‘prevPrevObj2’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj2;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:58982:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:58981:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘copyAndUnmarkMobileObjects’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:59364:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘copyAndUnmark’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:59575:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘planCompactSavingForwarders’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:59753:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘reinitializeScanFrom’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:59885:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘scanForFirstFreeAndFirstMobileObjectFrom’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:60008:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘unmarkObjectsFromFirstFreeObject’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:60086:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘updatePointers’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:60245:11: warning: variable ‘prevPrevObj3’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj3;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:60244:11: warning: variable ‘prevPrevObj2’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj2;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:60243:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:60242:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘validRelocationPlanInPass’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:60892:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘addSegmentOfSize’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:60970:108: warning: pointer targets in passing argument 3 of ‘sqAllocateMemorySegmentOfSizeAboveAllocatedSizeInto’ differ in signedness [-Wpointer-sign]
  segAddress = sqAllocateMemorySegmentOfSizeAboveAllocatedSizeInto(ammount, firstGapOfSizeAtLeast(ammount), (&allocatedSize));
                                                                                                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:60:14: note: expected ‘sqInt * {aka long int *}’ but argument is of type ‘usqInt * {aka long unsigned int *}’
 extern void *sqAllocateMemorySegmentOfSizeAboveAllocatedSizeInto(sqInt sz, void *minAddr, sqInt *asp);
              ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘assertValidExecutionPointers’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:61982:77: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  assertValidExecutionPointersimbarline(lip, lifp, lisp, !((((usqInt)(longAt(lifp + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘checkAllAccessibleObjectsOkay’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:62116:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:62115:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘checkIsStillMarriedContextcurrentFP’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:62492:41: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    && ((((((sqInt)(pointerForOop(longAt(maybeFP + FoxSavedFP))))) & (tagMask())) == 0)
                                         ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:62494:39: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   (oopForPointer(pointerForOop(longAt(maybeFP + FoxSavedFP)))) + (smallIntegerTag()))) == (longAt((aContext + BaseHeaderSize) + (((sqInt)((usqInt)(InstructionPointerIndex) << (shiftForWord())))))))
                                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:62495:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    && (((((usqInt)(longAt(maybeFP + FoxMethod)))) < (startOfMemory())
                           ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:62496:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    ? ((longAt(maybeFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:62497:14: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
    : (byteAt((maybeFP + FoxIFrameFlags) + 2)) != 0)))))) {
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:62504:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  maybeFrameCtxt = longAt(maybeFP + FoxThisContext);
                          ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘checkOkayStackPage’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:62577:40: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   frameRcvrOffset = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                        ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:62581:17: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    oop = longAt(theSP);
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:62587:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                          ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:62588:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:62589:14: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
    : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:62591:39: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    ok = ok && (checkOkayFields(longAt(theFP + FoxThisContext)));
                                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:62593:50: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   ok = ok && (checkOkayFields(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:62595:13: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    : longAt(theFP + FoxMethod))));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:62596:43: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                           ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:62604:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   oop = longAt(theSP);
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘checkStackPointerIndexForFrame’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:62746:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:62748:95: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
    : (((usqInt) ((theFP + FoxIFReceiver) - GIV(stackPointer))) >> (shiftForWord())) + (byteAt((theFP + FoxIFrameFlags) + 1)));
                                                                                               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:62761:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    theSP = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:62774:33: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   aFrame = pointerForOop(longAt(aFrame + FoxSavedFP));
                                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:62787:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:62789:82: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
   : (((usqInt) ((theFP + FoxIFReceiver) - theSP)) >> (shiftForWord())) + (byteAt((theFP + FoxIFrameFlags) + 1)));
                                                                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:38:0:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘createActualMessageTo’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/dispdbg.h:38:48: warning: statement with no effect [-Wunused-value]
 # define mnuBreakpointreceiver(sel, len, rcvr) 0
                                                ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:62974:2: note: in expansion of macro ‘mnuBreakpointreceiver’
  mnuBreakpointreceiver(firstFixedFieldOfMaybeImmediate(GIV(messageSelector)), lengthOfMaybeImmediate(GIV(messageSelector)), null);
  ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63045:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), message);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘disownVM’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63101:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  top = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘divorceAllFrames’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63137:25: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                         ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63138:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63139:13: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
   : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63141:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   activeContext = longAt(theFP + FoxThisContext);
                          ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘divorceFramesIn’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63179:17: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  theIP = longAt(theSP);
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63186:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                          ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63187:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63188:14: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
    : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63190:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    theContext = longAt(theFP + FoxThisContext);
                        ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63220:41: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   theIP = ((sqInt)(pointerForOop(longAt(theFP + FoxCallerSavedIP))));
                                         ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63221:32: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   theFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63233:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  callerContextOrNil = longAt((thePage->baseAddress));
                              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘ensureCallerContext’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63429:34: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63438:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   callerContextOrNil = longAt((thePage->baseAddress));
                               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63445:25: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  if (((((usqInt)(longAt(callerFP + FoxMethod)))) < (startOfMemory())
                         ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63446:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   ? ((longAt(callerFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63447:13: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
   : (byteAt((callerFP + FoxIFrameFlags) + 2)) != 0)) {
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63449:17: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   return longAt(callerFP + FoxThisContext);
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘ensureImageFormatIsUpToDate’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63499:11: warning: variable ‘prevPrevObj2’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj2;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63498:11: warning: variable ‘prevPrevObj11’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj11;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63497:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63496:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘externalDivorceFrameandContext’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63859:35: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  callerFP1 = pointerForOop(longAt(theFP + FoxSavedFP));
                                   ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63868:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   callerContextOrNil = longAt((thePage1->baseAddress));
                               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63876:25: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  if (((((usqInt)(longAt(callerFP1 + FoxMethod)))) < (startOfMemory())
                         ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63877:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   ? ((longAt(callerFP1 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63878:13: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
   : (byteAt((callerFP1 + FoxIFrameFlags) + 2)) != 0)) {
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63880:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   callerCtx = longAt(callerFP1 + FoxThisContext);
                      ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63889:18: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   theIP = longAt((thePage->headSP));
                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63903:46: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   theIP = oopForPointer(pointerForOop(longAt(frameAbove + FoxCallerSavedIP)));
                                              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63941:34: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63946:49: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   callerIP = oopForPointer(pointerForOop(longAt(theFP + FoxCallerSavedIP)));
                                                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63949:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput(callerSP, callerIP);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘externalEnsureIsBaseFrame’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63973:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  if ((longAt(aFramePtr + FoxSavedFP)) == 0) {
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘externalQuickPrimitiveResponse’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64120:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   oop = longAt(((longAt(GIV(stackPointer))) + BaseHeaderSize) + (((sqInt)((usqInt)((localPrimIndex - 264)) << (shiftForWord())))));
                             ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64121:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64130:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(trueObj));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64136:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp2 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(falseObj));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64142:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp3 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(nilObj));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64147:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp4 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)(localPrimIndex - 261) << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘fetchPointerofMarriedContext’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64264:36: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    callerFP = pointerForOop(longAt(spouseFP + FoxSavedFP));
                                    ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64273:33: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     callerContextOrNil = longAt((thePage->baseAddress));
                                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64280:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    if (((((usqInt)(longAt(callerFP + FoxMethod)))) < (startOfMemory())
                           ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64281:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     ? ((longAt(callerFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64282:15: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     : (byteAt((callerFP + FoxIFrameFlags) + 2)) != 0)) {
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64284:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     return longAt(callerFP + FoxThisContext);
                   ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64301:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   ? ((((usqInt)(longAt(spouseFP + FoxMethod)))) < (startOfMemory())
                        ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64303:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
       ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs - (offset - (ReceiverIndex + 1))) * BytesPerWord))
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64304:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
       : longAt(((spouseFP + FoxMFReceiver) - BytesPerWord) + ((frameNumArgs - (offset - (ReceiverIndex + 1))) * BytesPerWord)))
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64305:66: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     : ((offset - (ReceiverIndex + 1)) < ((frameNumArgs1 = byteAt((spouseFP + FoxIFrameFlags) + 1)))
                                                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64306:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
       ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs1 - (offset - (ReceiverIndex + 1))) * BytesPerWord))
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64307:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
       : longAt(((spouseFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs1 - (offset - (ReceiverIndex + 1))) * BytesPerWord))))
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘findFrameAboveinPage’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64482:43: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) {
                                           ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘findMethodWithPrimitiveFromContextUpToContext’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64574:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   if ((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                           ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64575:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64576:14: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
    : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0))
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64577:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    && (homeContext == (longAt(theFP + FoxThisContext)))) {
                               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64581:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     || (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64582:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64583:15: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0)))) {
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64584:36: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    theMethod1 = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                    ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64586:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     : longAt(theFP + FoxMethod));
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64596:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64597:17: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64598:16: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
      : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64600:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      return longAt(theFP + FoxThisContext);
                    ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64606:32: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   theFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64613:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  callerContextOrNil = longAt((thePage->baseAddress));
                              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘findSPOfon’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64702:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    theSP = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64715:33: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   aFrame = pointerForOop(longAt(aFrame + FoxSavedFP));
                                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘findUnwindThroughContext’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64770:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   if ((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                           ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64771:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64772:14: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
    : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0))
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64773:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    && (homeContext == (longAt(theFP + FoxThisContext)))) {
                               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64777:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   if (!(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64778:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64779:15: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0))) {
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64780:36: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    theMethod1 = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                    ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64782:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     : longAt(theFP + FoxMethod));
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64792:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64793:17: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64794:16: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
      : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64796:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      ctxtOrNilOrZero = longAt(theFP + FoxThisContext);
                               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64804:32: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   theFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64811:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  callerContextOrNil = longAt((thePage->baseAddress));
                              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘followForwardedFrameContentsstackPointer’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64857:53: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  for (ptr = theSP, toDoLimit1 = (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                     ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64860:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   oop = longAt(ptr);
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64863:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput(ptr, followForwarded(oop));
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64866:134: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  for (ptr = ((theFP + FoxCallerSavedIP) + BytesPerWord), toDoLimit2 = (theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                                                                                      ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64868:11: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
  : byteAt((theFP + FoxIFrameFlags) + 1))))); ptr <= toDoLimit2; ptr += BytesPerWord) {
           ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64869:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   oop = longAt(ptr);
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64882:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput(ptr, oop);
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64885:25: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                         ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64886:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64887:13: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
   : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0)) {
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64892:25: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                         ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64893:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64894:13: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
   : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘frameContext’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64933:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  return longAt(theFP + FoxThisContext);
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘frameStackedReceiverOffset’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64977:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  numArgs = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64979:12: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
   : byteAt((theFP + FoxIFrameFlags) + 1));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘frameStackedReceivernumArgs’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64993:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  return longAt(theFP + ((FoxCallerSavedIP + BytesPerWord) + (((sqInt)((usqInt)(numArgs) << (shiftForWord()))))));
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘handleForwardedSendFaultForTag’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65231:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65243:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord), rcvr);
                ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65245:40: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  if (isPointers(((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())
                                        ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65246:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   ? longAt(GIV(framePointer) + FoxMFReceiver)
                ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65247:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   : longAt(GIV(framePointer) + FoxIFReceiver)))) {
                ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65248:61: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   followForwardedObjectFieldstoDepth(((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())
                                                             ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65249:17: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    ? longAt(GIV(framePointer) + FoxMFReceiver)
                 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65250:17: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    : longAt(GIV(framePointer) + FoxIFReceiver)), 0);
                 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘handleSpecialSelectorSendFaultForfpsp’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65271:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65272:12: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   ? longAt(theFP + FoxMFReceiver)
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65273:12: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   : longAt(theFP + FoxIFReceiver));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘handleStackOverflow’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65313:35: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   source = ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())
                                   ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65339:43: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    && ((((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) < overflowLimitAddress)
                                           ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65340:18: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    && (!((longAt(callerFP + FoxSavedFP)) == 0)))) {
                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65349:35: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  callerFP1 = pointerForOop(longAt(theFP + FoxSavedFP));
                                   ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65358:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   callerContextOrNil = longAt((thePage->baseAddress));
                               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65365:25: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  if (((((usqInt)(longAt(callerFP1 + FoxMethod)))) < (startOfMemory())
                         ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65366:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   ? ((longAt(callerFP1 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65367:13: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
   : (byteAt((callerFP1 + FoxIFrameFlags) + 2)) != 0)) {
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65369:10: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   longAt(callerFP1 + FoxThisContext);
          ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65298:11: warning: variable ‘callerContextOrNil’ set but not used [-Wunused-but-set-variable]
     sqInt callerContextOrNil;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘iframeMethod’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65521:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  return longAt(theFP + FoxMethod);
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘isBaseFrame’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65578:17: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  return (longAt(theFP + FoxSavedFP)) == 0;
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘isFrameonPage’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65618:32: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   theFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘isWidowedContextDuringGC’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65844:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   if (((pointerForOop(longAt(maybeFrame + FoxSavedFP))) == shouldBeFrameCallerField)
                              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65845:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    && (((((usqInt)(longAt(maybeFrame + FoxMethod)))) < (startOfMemory())
                           ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65846:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    ? ((longAt(maybeFrame + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65847:14: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
    : (byteAt((maybeFrame + FoxIFrameFlags) + 2)) != 0))) {
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65849:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    maybeFrameCtxt = longAt(maybeFrame + FoxThisContext);
                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65863:15: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
     longAtput(maybeFrame + FoxThisContext, maybeFrameCtxt);
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘isWidowedContext’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65924:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   if (((pointerForOop(longAt(theFrame + FoxSavedFP))) == shouldBeFrameCallerField)
                              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65925:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    && (((((usqInt)(longAt(theFrame + FoxMethod)))) < (startOfMemory())
                           ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65926:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    ? ((longAt(theFrame + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65927:14: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
    : (byteAt((theFrame + FoxIFrameFlags) + 2)) != 0))) {
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65930:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    if ((longAt(theFrame + FoxThisContext)) == aOnceMarriedContext) {
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:38:0:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘lookupMethodInClass’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/dispdbg.h:37:49: warning: statement with no effect [-Wunused-value]
 # define sendBreakpointreceiver(sel, len, rcvr) 0
                                                 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:66521:4: note: in expansion of macro ‘sendBreakpointreceiver’
    sendBreakpointreceiver(firstFixedFieldOfMaybeImmediate(selector), lengthOfMaybeImmediate(selector), null);
    ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/dispdbg.h:37:49: warning: statement with no effect [-Wunused-value]
 # define sendBreakpointreceiver(sel, len, rcvr) 0
                                                 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:66634:2: note: in expansion of macro ‘sendBreakpointreceiver’
  sendBreakpointreceiver(GIV(messageSelector) + BaseHeaderSize, lengthOfformat(GIV(messageSelector), (((usqInt) (longAt(GIV(messageSelector)))) >> (formatShift())) & (formatMask())), null);
  ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:66493:11: warning: variable ‘selector’ set but not used [-Wunused-but-set-variable]
     sqInt selector;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘markAndTraceStackPages’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67307:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   callerContextOrNil = longAt((thePage2->baseAddress));
                               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘marriedContextpointsTostackDeltaForCurrentFrame’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67386:40: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   if ((anOop == ((((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                        ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67388:81: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
  : (((usqInt) ((theFP + FoxIFReceiver) - theSP)) >> (shiftForWord())) + (byteAt((theFP + FoxIFrameFlags) + 1)))) << 3) | 1)))
                                                                                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67396:36: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   if (anOop == (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                    ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67398:13: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    : longAt(theFP + FoxMethod)))) {
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67401:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   if ((longAt(theFP + FoxSavedFP)) == 0) {
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67407:50: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    if ((((((usqInt)(longAt((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxMethod)))) < (startOfMemory())
                                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67407:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    if ((((((usqInt)(longAt((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxMethod)))) < (startOfMemory())
                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67408:38: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     ? ((longAt((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                      ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67408:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     ? ((longAt((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67409:38: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     : (byteAt(((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxIFrameFlags) + 2)) != 0))
                                      ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67409:15: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     : (byteAt(((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxIFrameFlags) + 2)) != 0))
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67410:48: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     && (anOop == (longAt((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxThisContext)))) {
                                                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67410:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     && (anOop == (longAt((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxThisContext)))) {
                          ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67415:34: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvrOffset = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67419:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   if (anOop == (longAt(theSP))) {
                        ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67427:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   if (anOop == (longAt(theSP))) {
                        ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘marryContextInNewStackPageAndInitializeInterpreterRegisters’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67461:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  aMethodObj = longAt(((GIV(stackPage)->headFP)) + FoxMethod);
                      ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67473:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  top = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘marryFrameSP’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67506:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  methodFieldOrObj = longAt(theFP + FoxMethod);
                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67508:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput(theFP + FoxMethod, methodFieldOrObj + MFMethodFlagHasContextFlag);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67513:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     closureOrNil = longAt(theFP + ((FoxCallerSavedIP + BytesPerWord) + (numArgs << (shiftForWord()))));
                           ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67523:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    closureOrNil = longAt(theFP + ((FoxCallerSavedIP + BytesPerWord) + (numArgs << (shiftForWord()))));
                          ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67529:17: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   rcvr = longAt(theFP + FoxMFReceiver);
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67534:13: warning: passing argument 1 of ‘byteAtput’ makes integer from pointer without a cast [-Wint-conversion]
   byteAtput((theFP + FoxIFrameFlags) + 2, 1);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:159:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAtput(sqInt oop, int val)  { return byteAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67536:20: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
   numArgs = byteAt((theFP + FoxIFrameFlags) + 1);
                    ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67540:15: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
   if ((byteAt((theFP + FoxIFrameFlags) + 3)) != 0) {
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67541:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    closureOrNil = longAt(theFP + ((FoxCallerSavedIP + BytesPerWord) + (numArgs << (shiftForWord()))));
                          ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67547:17: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   rcvr = longAt(theFP + FoxIFReceiver);
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67552:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput(theFP + FoxThisContext, theContext);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67559:54: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valuePointer2 = (oopForPointer(pointerForOop(longAt(theFP + FoxSavedFP)))) + (smallIntegerTag());
                                                      ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67572:25: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                         ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67574:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs - (i - 1)) * BytesPerWord))
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67575:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     : longAt(((theFP + FoxMFReceiver) - BytesPerWord) + ((frameNumArgs - (i - 1)) * BytesPerWord)));
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67579:55: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
    valuePointer = ((i - 1) < ((frameNumArgs2 = byteAt((theFP + FoxIFrameFlags) + 1)))
                                                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67580:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs2 - (i - 1)) * BytesPerWord))
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67581:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     : longAt(((theFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs2 - (i - 1)) * BytesPerWord)));
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘methodReturnBool’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67776:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (boolean
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘methodReturnFloat’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67795:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((nItems - 1) * BytesPerWord)), floatObjectOf(aFloat));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘methodReturnInteger’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67811:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)integer << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘methodReturnString’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67840:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘methodReturnValue’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67856:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘noInlineTemporaryin’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67982:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67984:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs - offset) * BytesPerWord))
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67985:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     : longAt(((theFP + FoxMFReceiver) - BytesPerWord) + ((frameNumArgs - offset) * BytesPerWord)))
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67986:40: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
   : (offset < ((frameNumArgs1 = byteAt((theFP + FoxIFrameFlags) + 1)))
                                        ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67987:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs1 - offset) * BytesPerWord))
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67988:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     : longAt(((theFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs1 - offset) * BytesPerWord))));
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘noMarkedContextsOnPage’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:68003:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                          ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:68004:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:68005:14: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
    : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:68007:35: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    if (((((usqInt) (longAt(longAt(theFP + FoxThisContext)))) >> (markedBitFullShift())) & 1) != 0) {
                                   ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:68011:41: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  } while(((theFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0);
                                         ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘ownVM’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:68098:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘popStack’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:68125:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  top = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘popthenPush’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:68150:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((nItems - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveEventProcessingControl’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:68210:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (enabled
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:68217:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                   ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:68223:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:68233:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (enabled
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStopProfiling’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:68308:11: warning: unused variable ‘sp’ [-Wunused-variable]
     char *sp;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘printAllStacks’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:68515:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:68514:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘printCallStackOfcurrentFP’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:68780:33: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     callerContextOrNil = longAt((thePage1->baseAddress));
                                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘printContext’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:68925:15: warning: passing argument 1 of ‘printHexnp’ makes integer from pointer without a cast [-Wint-conversion]
    printHexnp(cogMethodOf(meth));
               ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:1611:14: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘CogMethod * {aka struct <anonymous> *}’
 extern sqInt printHexnp(usqInt n);
              ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:68937:15: warning: passing argument 1 of ‘printHexnp’ makes integer from pointer without a cast [-Wint-conversion]
    printHexnp(cogMethodOf(meth));
               ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:1611:14: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘CogMethod * {aka struct <anonymous> *}’
 extern sqInt printHexnp(usqInt n);
              ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘printFrameAndCallersSPshort’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:68993:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  if (!((longAt(theFP + FoxSavedFP)) == 0)) {
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:68994:52: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   printFrameAndCallersSPshort(pointerForOop(longAt(theFP + FoxSavedFP)), (assert(!(isBaseFrame(theFP))),
                                                    ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:68995:66: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   (theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:68997:11: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
  : byteAt((theFP + FoxIFrameFlags) + 1))))) + BytesPerWord), printShort);
           ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘printFrameOopat’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:69017:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  it = longAt(address);
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘printFrameOopindexat’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:69043:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  it = longAt(address);
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘printFrameThingandFrameat’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:69102:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  it = longAt(address);
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘printFrameThingat’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:69138:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  it = longAt(address);
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘printFrame’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:69224:35: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     aFrame = pointerForOop(longAt(aFrame + FoxSavedFP));
                                   ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:69235:74: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      (frameAbove + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(frameAbove + FoxMethod)))) < (startOfMemory())
                                                                          ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:69237:11: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
  : byteAt((frameAbove + FoxIFrameFlags) + 1))))) + BytesPerWord)
           ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:69245:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   theSP = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘printLikelyImplementorsOfSelector’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:69328:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:69327:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘printStackReferencesTo’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:70670:41: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     while (theSP <= (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                         ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:70673:25: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      if (oop == (longAt(theSP))) {
                         ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:70675:18: warning: passing argument 1 of ‘printHexnp’ makes integer from pointer without a cast [-Wint-conversion]
       printHexnp(theFP);
                  ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:69271:1: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
 printHexnp(usqInt n)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:70677:18: warning: passing argument 1 of ‘printHexnp’ makes integer from pointer without a cast [-Wint-conversion]
       printHexnp(theSP);
                  ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:69271:1: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
 printHexnp(usqInt n)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:70683:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:70684:17: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:70685:16: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
      : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:70686:25: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      if (oop == (longAt(theFP + FoxThisContext))) {
                         ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:70688:18: warning: passing argument 1 of ‘printHexnp’ makes integer from pointer without a cast [-Wint-conversion]
       printHexnp(theFP);
                  ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:69271:1: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
 printHexnp(usqInt n)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:70694:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     if (oop == (longAt(theFP + FoxMethod))) {
                        ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:70696:17: warning: passing argument 1 of ‘printHexnp’ makes integer from pointer without a cast [-Wint-conversion]
      printHexnp(theFP);
                 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:69271:1: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
 printHexnp(usqInt n)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:70701:45: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:70709:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     if (oop == (longAt(theSP))) {
                        ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:70711:17: warning: passing argument 1 of ‘printHexnp’ makes integer from pointer without a cast [-Wint-conversion]
      printHexnp(theFP);
                 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:69271:1: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
 printHexnp(usqInt n)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:70713:17: warning: passing argument 1 of ‘printHexnp’ makes integer from pointer without a cast [-Wint-conversion]
      printHexnp(theSP);
                 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:69271:1: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘char *’
 printHexnp(usqInt n)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘pushBool’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:70793:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘pushedReceiverOrClosureOfFrame’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:70806:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  return longAt(theFP + (frameStackedReceiverOffset(theFP)));
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘pushFloat’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:70818:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘pushInteger’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:70829:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), (((usqInt)integerValue << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘push’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:70843:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘readImageFromFileStartingAt’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:313:30: warning: statement with no effect [-Wunused-value]
 #  define SQ_SWAP_8_BYTES(x) __builtin_bswap64(x)
                              ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:71138:3: note: in expansion of macro ‘SQ_SWAP_8_BYTES’
   SQ_SWAP_8_BYTES(w);
   ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:71153:3: warning: statement with no effect [-Wunused-value]
   ((((usqInt) w1) >> 8) & 0xFF) | (((sqInt)((usqInt)((w1 & 0xFF)) << 8)));
   ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:71224:30: warning: passing argument 1 of ‘pointerForOop’ makes integer from pointer without a cast [-Wint-conversion]
  cogCodeBase = pointerForOop(allocateJITMemory(GIV(cogCodeSize), ((header.oldBaseAddr)) - GIV(cogCodeSize)));
                              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:23: note: expected ‘usqInt {aka long unsigned int}’ but argument is of type ‘void *’
   static inline char *pointerForOop(usqInt oop)   { return (char *)oop; }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:71225:61: warning: comparison between pointer and integer
  desiredPositionOfHeap = (((cogCodeBase + GIV(cogCodeSize)) < ((header.oldBaseAddr))) ? ((header.oldBaseAddr)) : (cogCodeBase + GIV(cogCodeSize)));
                                                             ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:71225:112: warning: pointer/integer type mismatch in conditional expression
  desiredPositionOfHeap = (((cogCodeBase + GIV(cogCodeSize)) < ((header.oldBaseAddr))) ? ((header.oldBaseAddr)) : (cogCodeBase + GIV(cogCodeSize)));
                                                                                                                ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:71225:24: warning: assignment makes integer from pointer without a cast [-Wint-conversion]
  desiredPositionOfHeap = (((cogCodeBase + GIV(cogCodeSize)) < ((header.oldBaseAddr))) ? ((header.oldBaseAddr)) : (cogCodeBase + GIV(cogCodeSize)));
                        ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:71381:29: warning: passing argument 1 of ‘initializeCodeZoneFromupTo’ makes integer from pointer without a cast [-Wint-conversion]
  initializeCodeZoneFromupTo(cogCodeBase, cogCodeBase + GIV(cogCodeSize));
                             ^
In file included from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:42:0:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include/cogit.h:56:13: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
 extern void initializeCodeZoneFromupTo(sqInt startAddress, sqInt endAddress);
             ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:71381:42: warning: passing argument 2 of ‘initializeCodeZoneFromupTo’ makes integer from pointer without a cast [-Wint-conversion]
  initializeCodeZoneFromupTo(cogCodeBase, cogCodeBase + GIV(cogCodeSize));
                                          ^
In file included from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:42:0:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include/cogit.h:56:13: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
 extern void initializeCodeZoneFromupTo(sqInt startAddress, sqInt endAddress);
             ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘reapAndResetErrorCodeToheader’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:71510:67: warning: passing argument 1 of ‘mframeCogMethod’ makes pointer from integer without a cast [-Wint-conversion]
    longAtput((temporaryIndex < ((frameNumArgs = ((mframeCogMethod(theFP))->cmNumArgs)))
                                                                   ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19483:1: note: expected ‘char *’ but argument is of type ‘sqInt {aka long int}’
 mframeCogMethod(char *theFP)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘reestablishContextPriorToCallback’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:71559:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:71592:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    if ((longAt(theFP + FoxSavedFP)) == 0) {
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:71598:66: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     GIV(instructionPointer) = ((usqInt)(pointerForOop(longAt(GIV(framePointer) + FoxCallerSavedIP))));
                                                                  ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:71601:50: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     GIV(framePointer) = pointerForOop(longAt(GIV(framePointer) + FoxSavedFP));
                                                  ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:71640:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  top = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘retryPrimitiveOnFailure’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:71815:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
       oop = longAt(GIV(stackPointer) + (index * BytesPerWord));
                        ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:71830:23: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
         longAtput(GIV(stackPointer) + (index * BytesPerWord), oop);
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘returnAsThroughCallbackContext’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:71907:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:71944:18: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    if (!((longAt(theFP + FoxSavedFP)) == 0)) {
                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:71948:62: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     GIV(instructionPointer) = ((usqInt)(pointerForOop(longAt(theFP + FoxCallerSavedIP))));
                                                              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:71951:46: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     GIV(framePointer) = pointerForOop(longAt(theFP + FoxSavedFP));
                                              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:71953:41: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     aMethodObj = ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())
                                         ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:71955:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      : longAt(GIV(framePointer) + FoxMethod));
                   ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:71971:130: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                  ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:72017:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  top = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘saneFunctionPointerForFailureOfPrimIndex’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:72149:11: warning: variable ‘theClass’ set but not used [-Wunused-but-set-variable]
     sqInt theClass;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘shortPrintContext’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:72362:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                          ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘shortPrintFrameAndCallers’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:72403:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  if (!((longAt(theFP + FoxSavedFP)) == 0)) {
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:72404:50: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   shortPrintFrameAndCallers(pointerForOop(longAt(theFP + FoxSavedFP)));
                                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘shortPrintFrameAndNCallers’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:72451:51: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   shortPrintFrameAndNCallers(pointerForOop(longAt(theFP + FoxSavedFP)), n - 1);
                                                   ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘shortReversePrintFrameAndCallers’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:72510:35: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                   ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:72519:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  callerContextOrNil = longAt((thePage->baseAddress));
                              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘snapshot’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:72704:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:72781:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:72788:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) - BytesPerWord), rcvr);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:72800:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   rcvr1 = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                      ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:72806:18: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                  ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:72810:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp7 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:72813:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:72813:59: warning: passing argument 2 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:72820:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp10 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:72834:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:72840:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object2);
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:72843:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp3 = GIV(stackPointer) - BytesPerWord), 0);
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:72850:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object1);
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:72853:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:72858:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp9 = GIV(stackPointer) - BytesPerWord), rcvr1);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:72862:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:72874:65: warning: passing argument 1 of ‘reapAndResetErrorCodeToheader’ makes integer from pointer without a cast [-Wint-conversion]
     shouldSkipStoreBytecode = reapAndResetErrorCodeToheader(GIV(framePointer), methodHeader);
                                                                 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:71394:1: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
 reapAndResetErrorCodeToheader(sqInt theFP, sqInt methodHeader)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘stackFloatValue’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:73287:33: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  return floatValueOf(longAt(GIV(stackPointer) + (offset * BytesPerWord)));
                                 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘stackIntegerValue’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:73299:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (offset * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘stackObjectValue’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:73336:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer) + (offset * BytesPerWord));
                   ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘stackPointerIndexForFrame’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:73417:28: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:73419:82: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
   : (((usqInt) ((theFP + FoxIFReceiver) - theSP)) >> (shiftForWord())) + (byteAt((theFP + FoxIFrameFlags) + 1)));
                                                                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘stackPositiveMachineIntegerValue’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:73436:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (offset * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘stackSignedMachineIntegerValue’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:73501:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (offset * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘stackTop’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:73509:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  return longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘stackValue’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:73519:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  return longAt(GIV(stackPointer) + (offset * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘storeSenderOfFramewithValue’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:73854:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  if ((longAt(theFP + FoxSavedFP)) == 0) {
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:73861:76: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:73863:11: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
  : byteAt((theFP + FoxIFrameFlags) + 1))))) + (2 * BytesPerWord), anOop);
           ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:73861:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:73867:34: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:73876:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   callerContextOrNil = longAt((thePage1->baseAddress));
                               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:73883:25: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  if (((((usqInt)(longAt(callerFP + FoxMethod)))) < (startOfMemory())
                         ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:73884:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   ? ((longAt(callerFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:73885:13: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
   : (byteAt((callerFP + FoxIFrameFlags) + 2)) != 0)) {
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:73887:10: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   longAt(callerFP + FoxThisContext);
          ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:73932:80: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((theMovedFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theMovedFP + FoxMethod)))) < (startOfMemory())
                                                                                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:73934:11: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
  : byteAt((theMovedFP + FoxIFrameFlags) + 1))))) + (2 * BytesPerWord), anOop);
           ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:73932:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((theMovedFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theMovedFP + FoxMethod)))) < (startOfMemory())
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:73845:11: warning: variable ‘callerContextOrNil’ set but not used [-Wunused-but-set-variable]
     sqInt callerContextOrNil;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘validInstructionPointerinFrame’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74193:88: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  return validInstructionPointerinMethodframePointer(anInstrPointer, ((((usqInt)(longAt(fp + FoxMethod)))) < (startOfMemory())
                                                                                        ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74195:12: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   : longAt(fp + FoxMethod)), fp);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘cloneContext’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74474:40: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     valuePointer2 = ((((usqInt)(longAt(spouseFP + FoxMethod)))) < (startOfMemory())
                                        ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74476:17: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
        ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs - i) * BytesPerWord))
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74477:17: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
        : longAt(((spouseFP + FoxMFReceiver) - BytesPerWord) + ((frameNumArgs - i) * BytesPerWord)))
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74478:38: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
      : (i < ((frameNumArgs1 = byteAt((spouseFP + FoxIFrameFlags) + 1)))
                                      ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74479:17: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
        ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs1 - i) * BytesPerWord))
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74480:17: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
        : longAt(((spouseFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs1 - i) * BytesPerWord))));
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘doPrimitiveSameThreadCallout’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74532:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  anOop = longAt(GIV(stackPointer) + (PARAM_EXTERNALFUNCTION * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74554:19: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
  externalFunction = longAt((anOop1 + BaseHeaderSize) + (0U << (shiftForWord())));
                   ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74562:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  anOop2 = longAt(((longAt(GIV(stackPointer) + (PARAM_EXTERNALFUNCTION * BytesPerWord))) + BaseHeaderSize) + (1U << (shiftForWord())));
                               ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74570:33: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  argumentsArrayOop = longAt(GIV(stackPointer) + (PARAM_ARGUMENTS * BytesPerWord));
                                 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74594:13: warning: assignment makes integer from pointer without a cast [-Wint-conversion]
   argHolder = alloca((argType->size));
             ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74595:17: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
   parameters[i] = argHolder;
                 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74610:45: warning: passing argument 1 of ‘marshallAndPushReturnValueFromofTypepoping’ makes integer from pointer without a cast [-Wint-conversion]
  marshallAndPushReturnValueFromofTypepoping(returnHolder, (cif->rtype), 3);
                                             ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:1725:27: note: expected ‘sqInt {aka long int}’ but argument is of type ‘void *’
 static void NoDbgRegParms marshallAndPushReturnValueFromofTypepoping(sqInt returnHolder, ffi_type *ffiType, sqInt argumentsAndReceiverCount);
                           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘doPrimitiveWorkerCallout’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74667:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  anOop = longAt(GIV(stackPointer) + (PARAM_EXTERNALFUNCTION * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74689:19: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
  externalFunction = longAt((anOop1 + BaseHeaderSize) + (0U << (shiftForWord())));
                   ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74696:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  anOop2 = longAt(((longAt(GIV(stackPointer) + (PARAM_EXTERNALFUNCTION * BytesPerWord))) + BaseHeaderSize) + (1U << (shiftForWord())));
                               ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74703:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (PARAM_SEMAPHORE_INDEX * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74723:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  receiver = longAt(GIV(stackPointer) + (PARAM_RECEIVER * BytesPerWord));
                        ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74732:33: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  argumentsArrayOop = longAt(GIV(stackPointer) + (PARAM_ARGUMENTS * BytesPerWord));
                                 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74754:13: warning: assignment makes integer from pointer without a cast [-Wint-conversion]
   argHolder = malloc((argType->size));
             ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74755:17: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
   parameters[i] = argHolder;
                 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74760:10: warning: assignment makes integer from pointer without a cast [-Wint-conversion]
     aPtr = parameters[i1];
          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74763:11: warning: passing argument 1 of ‘free’ makes pointer from integer without a cast [-Wint-conversion]
      free(aPtr);
           ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:19:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/usr/include/stdlib.h:483:13: note: expected ‘void *’ but argument is of type ‘sqInt {aka long int}’
 extern void free (void *__ptr) __THROW;
             ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74785:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
  ptr[0] = (((sqIntptr_t)aPointer));
         ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74787:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((4 - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘doPrimitiveWorkerExtractReturnValue’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74826:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  anOop = longAt(GIV(stackPointer) + (PARAM_TASK_ADDRESS * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74836:14: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
  taskAddress = longAt((anOop + BaseHeaderSize) + (0U << (shiftForWord())));
              ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74839:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  receiver = longAt(GIV(stackPointer) + (PARAM_RECEIVER * BytesPerWord));
                        ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74856:45: warning: passing argument 1 of ‘marshallAndPushReturnValueFromofTypepoping’ makes integer from pointer without a cast [-Wint-conversion]
  marshallAndPushReturnValueFromofTypepoping(returnHolder, (((task->cif))->rtype), 2);
                                             ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:1725:27: note: expected ‘sqInt {aka long int}’ but argument is of type ‘void *’
 static void NoDbgRegParms marshallAndPushReturnValueFromofTypepoping(sqInt returnHolder, ffi_type *ffiType, sqInt argumentsAndReceiverCount);
                           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74862:23: warning: assignment makes integer from pointer without a cast [-Wint-conversion]
    anParameterAddress = parameters[i];
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74864:26: warning: passing argument 1 of ‘free’ makes pointer from integer without a cast [-Wint-conversion]
     doFreeFromTask(task, anParameterAddress);
                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2848:47: note: in definition of macro ‘doFreeFromTask’
 #define doFreeFromTask(aTask,anAddress) (free(anAddress))
                                               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:19:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/usr/include/stdlib.h:483:13: note: expected ‘void *’ but argument is of type ‘sqInt {aka long int}’
 extern void free (void *__ptr) __THROW;
             ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74873:23: warning: passing argument 1 of ‘free’ makes pointer from integer without a cast [-Wint-conversion]
  doFreeFromTask(task, ((sqInt)task));
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2848:47: note: in definition of macro ‘doFreeFromTask’
 #define doFreeFromTask(aTask,anAddress) (free(anAddress))
                                               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:19:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/usr/include/stdlib.h:483:13: note: expected ‘void *’ but argument is of type ‘long int’
 extern void free (void *__ptr) __THROW;
             ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74819:13: warning: variable ‘worker’ set but not used [-Wunused-but-set-variable]
     Worker *worker;
             ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘fieldofFrame’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74927:35: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                   ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74934:34: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     (callerContextOrNil = longAt((thePage->baseAddress))),
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74939:26: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    : (((((usqInt)(longAt(callerFP + FoxMethod)))) < (startOfMemory())
                          ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74940:17: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      ? ((longAt(callerFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74941:16: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
      : (byteAt((callerFP + FoxIFrameFlags) + 2)) != 0)
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74944:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
       longAt(callerFP + FoxThisContext))
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74952:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74954:13: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    : longAt(theFP + FoxMethod));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74957:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   return (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74958:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74959:14: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
    : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0)
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74961:35: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     (numArgs = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                   ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74963:16: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
       : byteAt((theFP + FoxIFrameFlags) + 1))),
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74964:12: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     longAt(theFP + ((FoxCallerSavedIP + BytesPerWord) + (((sqInt)((usqInt)(numArgs) << (shiftForWord())))))))
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74968:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74969:13: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    ? longAt(theFP + FoxMFReceiver)
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74970:13: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    : longAt(theFP + FoxIFReceiver));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74974:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74976:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs - (index - CtxtTempFrameStart)) * BytesPerWord))
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74977:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((theFP + FoxMFReceiver) - BytesPerWord) + ((frameNumArgs - (index - CtxtTempFrameStart)) * BytesPerWord)))
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74978:63: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
    : ((index - CtxtTempFrameStart) < ((frameNumArgs1 = byteAt((theFP + FoxIFrameFlags) + 1)))
                                                               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74979:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs1 - (index - CtxtTempFrameStart)) * BytesPerWord))
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74980:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      : longAt(((theFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs1 - (index - CtxtTempFrameStart)) * BytesPerWord))));
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘getHandler’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:75010:9: warning: return makes pointer from integer without a cast [-Wint-conversion]
  return longAt((anOop1 + BaseHeaderSize) + (0U << (shiftForWord())));
         ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘marshallAndPushReturnValueFromofTypepoping’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:75074:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp8 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:75080:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp9 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), (((usqInt)integerVal1 << 3) | 1));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:75089:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:75095:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop1);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:75101:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp10 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), (((usqInt)integerVal2 << 3) | 1));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:75107:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp11 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), (((usqInt)integerVal3 << 3) | 1));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:75116:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp2 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop2);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:75122:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp3 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop3);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:75132:10: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
   ptr[0] = (((sqIntptr_t)aPointer));
          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:75134:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp4 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop4);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:75143:25: warning: passing argument 2 of ‘memcpy’ makes pointer from integer without a cast [-Wint-conversion]
   memcpy(targetPointer, returnHolder, sizeToCopy);
                         ^
In file included from /usr/include/features.h:367:0,
                 from /usr/include/stdint.h:25,
                 from /usr/lib/gcc/x86_64-linux-gnu/5/include/stdint.h:9,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:26:
/usr/include/x86_64-linux-gnu/bits/string3.h:50:1: note: expected ‘const void * restrict’ but argument is of type ‘sqInt {aka long int}’
 __NTH (memcpy (void *__restrict __dest, const void *__restrict __src,
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:75145:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp5 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop5);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:75152:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp6 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), floatObjectOf(f));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:75159:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp7 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), floatObjectOf(f1));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘marshallArgumentFromatIndexintoofTypewithSize’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:75231:12: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
    address = longAt((oop1 + BaseHeaderSize) + (0U << (shiftForWord())));
            ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:75250:10: warning: passing argument 1 of ‘memcpy’ makes pointer from integer without a cast [-Wint-conversion]
   memcpy(argHolder, srcPtr, argTypeSize);
          ^
In file included from /usr/include/features.h:367:0,
                 from /usr/include/stdint.h:25,
                 from /usr/lib/gcc/x86_64-linux-gnu/5/include/stdint.h:9,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:26:
/usr/include/x86_64-linux-gnu/bits/string3.h:50:1: note: expected ‘void * restrict’ but argument is of type ‘sqInt {aka long int}’
 __NTH (memcpy (void *__restrict __dest, const void *__restrict __src,
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveAllVMParameters’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:75873:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveClone’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:75891:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:75915:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newCopy);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveContextAt’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:75963:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:75971:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  aContext = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                        ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76090:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76193:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76206:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  value = ((((usqInt)(longAt(spouseFP + FoxMethod)))) < (startOfMemory())
                             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76208:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs - (index - 1)) * BytesPerWord))
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76209:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     : longAt(((spouseFP + FoxMFReceiver) - BytesPerWord) + ((frameNumArgs - (index - 1)) * BytesPerWord)))
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76210:45: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
   : ((index - 1) < ((frameNumArgs1 = byteAt((spouseFP + FoxIFrameFlags) + 1)))
                                             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76211:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs1 - (index - 1)) * BytesPerWord))
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76212:14: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     : longAt(((spouseFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs1 - (index - 1)) * BytesPerWord))));
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76214:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveContextAtPut’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76250:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  value = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76252:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76254:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  aContext = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                        ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76408:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76421:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  if ((((usqInt)(longAt(spouseFP + FoxMethod)))) < (startOfMemory())) {
                        ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76422:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput(((index - 1) < ((frameNumArgs = ((mframeCogMethod(spouseFP))->cmNumArgs)))
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76427:46: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
   if ((index - 1) < ((frameNumArgs1 = byteAt((spouseFP + FoxIFrameFlags) + 1)))) {
                                              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76428:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((spouseFP + FoxCallerSavedIP) + ((frameNumArgs1 - (index - 1)) * BytesPerWord), value);
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76431:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput(((spouseFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs1 - (index - 1)) * BytesPerWord), value);
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76435:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveContextSize’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76462:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76546:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)sz << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveDeferDisplayUpdates’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76562:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  flag = longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveDoNamedPrimitiveWithArgs’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76643:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  argumentArray = longAt(GIV(stackPointer));
                             ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76645:25: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  methodArg = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                         ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76830:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  top = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76836:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  top1 = longAt(GIV(stackPointer));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76842:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp5 = GIV(stackPointer) - BytesPerWord), primRcvr);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76848:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76870:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object1);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76874:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp2 = GIV(stackPointer) - BytesPerWord), object2);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76878:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp3 = GIV(stackPointer) - BytesPerWord), object3);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76882:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object4);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76632:11: warning: variable ‘val’ set but not used [-Wunused-but-set-variable]
     sqInt val;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76596:11: warning: variable ‘classOop’ set but not used [-Wunused-but-set-variable]
     sqInt classOop;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveDoPrimitiveWithArgs’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76935:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  argumentArray = longAt(GIV(stackPointer));
                             ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76937:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  primIdx = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76972:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   GIV(tempOop2) = longAt(GIV(stackPointer) + (4 * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76974:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   rcvr = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76991:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), rcvr);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77003:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77048:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   && (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()))))) {
                               ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77060:2: warning: statement with no effect [-Wunused-value]
  !GIV(primFailCode);
  ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77068:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    rcvr = longAt(GIV(stackPointer));
                      ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77072:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp2 = GIV(stackPointer) - BytesPerWord), rcvr);
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77076:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp4 = GIV(stackPointer) - BytesPerWord), (((usqInt)primIdx << 3) | 1));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77079:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(tempOop));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveExecuteMethod’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77106:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  methodArgument = longAt(GIV(stackPointer));
                              ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77119:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  top = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveExecuteMethodArgsArray’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77176:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  methodArgument = longAt(GIV(stackPointer));
                              ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77178:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  argumentArray = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                             ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77210:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77219:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord), rcvr);
                 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77226:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveExternalCall’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77302:11: warning: variable ‘val’ set but not used [-Wunused-but-set-variable]
     sqInt val;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveFFIAllocate’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77513:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77531:7: warning: assignment makes integer from pointer without a cast [-Wint-conversion]
  addr = malloc(byteSize);
       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77543:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
  ptr[0] = (((sqIntptr_t)addr));
         ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77546:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveFFIFree’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77564:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oop1 = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77585:7: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
  addr = longAt((oop + BaseHeaderSize) + (0U << (shiftForWord())));
       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77592:18: warning: passing argument 1 of ‘isInMemory’ makes integer from pointer without a cast [-Wint-conversion]
   || (isInMemory(addr)))) {
                  ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:50299:1: note: expected ‘sqInt {aka long int}’ but argument is of type ‘void *’
 isInMemory(sqInt address)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77625:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveFFIIntegerAt’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77653:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  obj = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                   ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77671:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77687:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerPointer1 = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                               ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77703:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                   ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77770:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveFFIIntegerAtPut’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77798:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  obj = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                   ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77816:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77832:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valueOop = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                        ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77834:31: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerPointer1 = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                               ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77850:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  oop = longAt(GIV(stackPointer) + (4 * BytesPerWord));
                   ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77914:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveFindHandlerContext’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77943:85: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  handlerOrNilOrZero = findMethodWithPrimitiveFromContextUpToContext(199, longAt(GIV(stackPointer)), GIV(nilObj));
                                                                                     ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77949:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), handlerOrNilOrZero);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveFindNextUnwindContext’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77980:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  stopContext = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77982:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  calleeContext = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                             ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78012:15: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   if ((longAt(theFP + FoxSavedFP)) == 0) {
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78017:35: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    startFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                   ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78021:29: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     if ((((((usqInt)(longAt(theFP1 + FoxMethod)))) < (startOfMemory())
                             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78022:17: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      ? ((longAt(theFP1 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78023:16: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
      : (byteAt((theFP1 + FoxIFrameFlags) + 2)) != 0))
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78024:33: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      && (stopContext == (longAt(theFP1 + FoxThisContext)))) {
                                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78028:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     if (!(((((usqInt)(longAt(theFP1 + FoxMethod)))) < (startOfMemory())
                              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78029:18: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
       ? ((longAt(theFP1 + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78030:17: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
       : (byteAt((theFP1 + FoxIFrameFlags) + 3)) != 0))) {
                 ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78031:37: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
      theMethod = ((((usqInt)(longAt(theFP1 + FoxMethod)))) < (startOfMemory())
                                     ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78033:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
       : longAt(theFP1 + FoxMethod));
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78043:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
       if (((((usqInt)(longAt(theFP1 + FoxMethod)))) < (startOfMemory())
                              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78044:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
        ? ((longAt(theFP1 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                   ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78045:18: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
        : (byteAt((theFP1 + FoxIFrameFlags) + 2)) != 0)) {
                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78047:36: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
        handlerOrNilOrZero = longAt(theFP1 + FoxThisContext);
                                    ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78055:35: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     theFP1 = pointerForOop(longAt(theFP1 + FoxSavedFP));
                                   ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78062:32: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    callerContextOrNil = longAt((thePage->baseAddress));
                                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78093:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), handlerOrNilOrZero);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveFullGC’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78129:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78137:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp1 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)integerVal1 << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveGetCurrentWorkingDirectory’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78159:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveIncrementalGC’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78440:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveInstVarAt’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78463:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78465:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78563:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveInstVarAtPut’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78588:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  newValue = longAt(GIV(stackPointer));
                        ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78590:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78592:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78742:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadBoolean8FromBytes’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78763:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78765:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78823:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadBoolean8FromExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78839:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78841:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78860:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadChar16FromBytes’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78881:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78883:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78940:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadChar16FromExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78956:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78958:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78975:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadChar32FromBytes’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78996:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78998:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79055:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadChar32FromExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79071:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79073:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79090:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadChar8FromBytes’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79111:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79113:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79169:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadChar8FromExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79185:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79187:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79204:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadFloat32FromBytes’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79225:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79227:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79284:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadFloat32FromExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79300:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79302:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79319:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadFloat64FromBytes’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79340:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79342:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79399:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadFloat64FromExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79415:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79417:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79434:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadInt16FromBytes’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79454:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79456:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79512:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadInt16FromExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79527:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79529:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79545:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadInt32FromBytes’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79566:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79568:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79627:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadInt32FromExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79643:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79645:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79664:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadInt64FromBytes’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79685:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79687:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79744:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadInt64FromExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79760:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79762:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79779:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadInt8FromBytes’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79799:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79801:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79856:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadInt8FromExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79871:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79873:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79889:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadPointerFromBytes’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79910:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79912:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79971:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), object);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadPointerFromExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79987:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79989:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80008:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), object);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadSymbolFromModule’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80045:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  module = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                      ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80047:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  symbol = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80092:50: warning: passing argument 1 of ‘ioLoadModuleOfLength’ makes integer from pointer without a cast [-Wint-conversion]
   moduleHandle = ((void *) (ioLoadModuleOfLength(moduleNameString, moduleNameStringSize)));
                                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:558:8: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
 void  *ioLoadModuleOfLength(sqInt moduleNameIndex, sqInt moduleNameLength);
        ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80128:43: warning: passing argument 1 of ‘ioLoadSymbolOfLengthFromModule’ makes integer from pointer without a cast [-Wint-conversion]
  address = ioLoadSymbolOfLengthFromModule(symbolString, symbolStringSize, moduleHandle);
                                           ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:559:8: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
 void  *ioLoadSymbolOfLengthFromModule(sqInt functionNameIndex, sqInt functionNameLength, void *moduleHandle);
        ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80137:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
  ptr[0] = (((sqIntptr_t)address));
         ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80140:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadUInt16FromBytes’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80161:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80163:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80219:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadUInt16FromExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80234:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80236:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80252:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadUInt32FromBytes’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80273:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80275:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80334:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadUInt32FromExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80350:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80352:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80371:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadUInt64FromBytes’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80392:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80394:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80451:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadUInt64FromExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80467:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80469:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80486:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadUInt8FromBytes’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80506:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80508:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80563:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLoadUInt8FromExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80578:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80580:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80596:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveLongRunningPrimitive’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80665:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), result);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveObjectPointsTo’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80698:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  thang = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80700:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80703:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(falseObj));
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80731:16: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
      longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (trueOrFalse
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80752:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp2 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(falseObj));
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80769:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp3 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(trueObj));
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80780:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp4 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(trueObj));
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80786:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp5 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(falseObj));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitivePerform’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80802:36: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  GIV(messageSelector) = longAt(GIV(stackPointer) + ((GIV(argumentCount) - 1) * BytesPerWord));
                                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80804:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  newReceiver = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80807:64: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput(GIV(stackPointer) + (i * BytesPerWord), longAt(GIV(stackPointer) + ((i - 1) * BytesPerWord)));
                                                                ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80807:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput(GIV(stackPointer) + (i * BytesPerWord), longAt(GIV(stackPointer) + ((i - 1) * BytesPerWord)));
                 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
In file included from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:38:0:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/dispdbg.h:37:49: warning: statement with no effect [-Wunused-value]
 # define sendBreakpointreceiver(sel, len, rcvr) 0
                                                 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80815:2: note: in expansion of macro ‘sendBreakpointreceiver’
  sendBreakpointreceiver(firstFixedFieldOfMaybeImmediate(GIV(messageSelector)), lengthOfMaybeImmediate(GIV(messageSelector)), newReceiver);
  ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80830:71: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput(GIV(stackPointer) + ((i - 1) * BytesPerWord), longAt(GIV(stackPointer) + (i * BytesPerWord)));
                                                                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80830:18: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput(GIV(stackPointer) + ((i - 1) * BytesPerWord), longAt(GIV(stackPointer) + (i * BytesPerWord)));
                  ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80832:17: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord), GIV(messageSelector));
                 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitivePin’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80863:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  obj = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                   ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80871:23: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  boolean = longAt(GIV(stackPointer));
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80906:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), wasPinned);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSetGCSemaphore’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80945:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSignalAtMilliseconds’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80982:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  msecsObj = longAt(GIV(stackPointer));
                        ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80984:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  sema = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSignalAtUTCMicroseconds’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81053:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  usecsObj = longAt(GIV(stackPointer));
                        ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81055:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  sema = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSlotAt’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81141:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81143:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81192:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81212:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp3 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)(byteAt((rcvr + BaseHeaderSize) + index)) << 3) | 1));
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81225:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp4 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81238:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81254:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop1);
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveSlotAtPut’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81301:24: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  newValue = longAt(GIV(stackPointer));
                        ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81303:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81305:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81359:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81451:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81470:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81484:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp3 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81503:14: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
    longAtput((sp4 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
              ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreBoolean8IntoBytes’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81534:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81536:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81538:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81606:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreBoolean8IntoExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81623:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81625:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81627:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81656:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreChar16IntoBytes’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81677:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81679:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81681:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81740:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreChar16IntoExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81756:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81758:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81760:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81779:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreChar32IntoBytes’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81800:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81802:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81804:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81863:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreChar32IntoExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81879:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81881:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81883:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81902:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreChar8IntoBytes’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81923:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81925:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81927:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81985:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreChar8IntoExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82001:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82003:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82005:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82024:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreFloat32IntoBytes’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82046:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82048:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82050:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82110:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreFloat32IntoExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82127:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82129:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82131:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82151:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreFloat64IntoBytes’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82173:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82175:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82177:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82237:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreFloat64IntoExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82254:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82256:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82258:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82278:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreInt16IntoBytes’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82299:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82301:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82303:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82361:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreInt16IntoExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82377:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82379:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82381:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82399:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreInt32IntoBytes’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82420:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82422:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82424:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82485:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreInt32IntoExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82501:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82503:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82505:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82526:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreInt64IntoBytes’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82547:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82549:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82551:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82612:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreInt64IntoExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82628:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82630:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82632:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82653:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreInt8IntoBytes’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82674:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82676:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82678:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82735:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreInt8IntoExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82751:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82753:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82755:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82773:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStorePointerIntoBytes’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82795:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82797:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82799:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82869:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStorePointerIntoExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82886:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82888:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82890:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82920:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreStackp’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82945:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  ctxt = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82947:30: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                              ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreUInt16IntoBytes’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83053:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83055:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83057:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83120:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreUInt16IntoExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83136:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83138:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83140:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83163:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreUInt32IntoBytes’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83184:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83186:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83188:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83249:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreUInt32IntoExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83265:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83267:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83269:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83290:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreUInt64IntoBytes’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83311:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83313:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83315:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83376:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreUInt64IntoExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83392:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83394:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83396:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83417:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreUInt8IntoBytes’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83438:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83440:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83442:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83504:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveStoreUInt8IntoExternalAddress’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83520:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  valueObject = longAt(GIV(stackPointer));
                           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83522:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83524:20: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                    ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83547:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveVMParameter’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83689:21: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  index = longAt(GIV(stackPointer) + (offset * BytesPerWord));
                     ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83710:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83715:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  argOop = longAt(GIV(stackPointer));
                      ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83924:13: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
   longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result1);
             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘primitiveVoidReceiver’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83944:42: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  longAtPointerput(((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())
                                          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘pruneStackstackp’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:84065:45: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) {
                                             ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:84076:27: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                           ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:84077:16: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:84078:15: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
     : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
               ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:84080:22: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
     objOrFP = longAt(theFP + FoxThisContext);
                      ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:84084:72: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
    (theFPAbove + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFPAbove + FoxMethod)))) < (startOfMemory())
                                                                        ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:84086:11: warning: passing argument 1 of ‘byteAt’ makes integer from pointer without a cast [-Wint-conversion]
  : byteAt((theFPAbove + FoxIFrameFlags) + 1))))) + BytesPerWord));
           ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt byteAt(sqInt oop)    { return byteAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:84014:11: warning: variable ‘oop1’ set but not used [-Wunused-but-set-variable]
     sqInt oop1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘ptEnterInterpreterFromCallback’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:84144:12: warning: passing argument 1 of ‘longAtput’ makes integer from pointer without a cast [-Wint-conversion]
  longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
            ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAtput(sqInt oop, sqInt val)  { return longAtPointerput(pointerForOop(oop), val); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘ptExitInterpreterToCallback’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:84244:19: warning: passing argument 1 of ‘longAt’ makes integer from pointer without a cast [-Wint-conversion]
  top = longAt(GIV(stackPointer));
                   ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: in definition of macro ‘GIV’
 # define GIV(interpreterInstVar) interpreterInstVar
                                  ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/pThreadedFFI.h:22,
                 from /builds/workspace/pharo-vm_pharo-9/repository/ffi/include/worker.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:23: note: expected ‘sqInt {aka long int}’ but argument is of type ‘char *’
   static inline sqInt longAt(sqInt oop)    { return longAtPointer(pointerForOop(oop)); }
                       ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘readAddress’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:84268:9: warning: return makes pointer from integer without a cast [-Wint-conversion]
  return longAt((anOop + BaseHeaderSize) + (0U << (shiftForWord())));
         ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘unmarkAfterPathTo’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:84291:11: warning: variable ‘prevPrevObj1’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:84290:11: warning: variable ‘prevPrevObj’ set but not used [-Wunused-but-set-variable]
     sqInt prevPrevObj;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: At top level:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:13979:1: warning: ‘cmHomeMethod’ defined but not used [-Wunused-function]
 cmHomeMethod(CogBlockMethod * self_in_cmHomeMethod)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14142:1: warning: ‘pageListIsWellFormed’ defined but not used [-Wunused-function]
 pageListIsWellFormed(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14565:1: warning: ‘asCogHomeMethod’ defined but not used [-Wunused-function]
 asCogHomeMethod(CogBlockMethod *aCogMethod)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17214:1: warning: ‘deferStackLimitSmashAroundwith’ defined but not used [-Wunused-function]
 deferStackLimitSmashAroundwith(void (*functionSymbol)(sqInt), sqInt arg)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18104:1: warning: ‘frameHasContext’ defined but not used [-Wunused-function]
 frameHasContext(char *theFP)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18116:1: warning: ‘frameIsBlockActivation’ defined but not used [-Wunused-function]
 frameIsBlockActivation(char *theFP)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18125:1: warning: ‘frameMethodObject’ defined but not used [-Wunused-function]
 frameMethodObject(char *theFP)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18137:1: warning: ‘frameNumArgs’ defined but not used [-Wunused-function]
 frameNumArgs(char *theFP)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18153:1: warning: ‘frameReceiver’ defined but not used [-Wunused-function]
 frameReceiver(char *theFP)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18393:1: warning: ‘iframeIsBlockActivation’ defined but not used [-Wunused-function]
 iframeIsBlockActivation(char *theFP)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18400:1: warning: ‘iframeReceiver’ defined but not used [-Wunused-function]
 iframeReceiver(char *theFP)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18407:1: warning: ‘iframeSavedIP’ defined but not used [-Wunused-function]
 iframeSavedIP(char *theFP)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18643:1: warning: ‘isMachineCodeFrame’ defined but not used [-Wunused-function]
 isMachineCodeFrame(char *theFP)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19532:1: warning: ‘mframeIsBlockActivation’ defined but not used [-Wunused-function]
 mframeIsBlockActivation(char *theFP)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19539:1: warning: ‘mframeReceiver’ defined but not used [-Wunused-function]
 mframeReceiver(char *theFP)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19954:1: warning: ‘newMethodInLookupCacheAtand’ defined but not used [-Wunused-function]
 newMethodInLookupCacheAtand(sqInt selector, sqInt classTag)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22083:1: warning: ‘stackLimitOffset’ defined but not used [-Wunused-function]
 stackLimitOffset(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22096:1: warning: ‘stackPageHeadroom’ defined but not used [-Wunused-function]
 stackPageHeadroom(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:39675:1: warning: ‘headerWhileForwardingOf’ defined but not used [-Wunused-function]
 headerWhileForwardingOf(sqInt aCompiledMethodObjOop)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:40491:1: warning: ‘isImmediateFloat’ defined but not used [-Wunused-function]
 isImmediateFloat(sqInt oop)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:40599:1: warning: ‘maxSlotsForAlloc’ defined but not used [-Wunused-function]
 maxSlotsForAlloc(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:40611:1: warning: ‘numFreeLists’ defined but not used [-Wunused-function]
 numFreeLists(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:40830:1: warning: ‘wordIndexableFormat’ defined but not used [-Wunused-function]
 wordIndexableFormat(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:40891:1: warning: ‘allNewSpaceObjectsHaveZeroRTRefCount’ defined but not used [-Wunused-function]
 allNewSpaceObjectsHaveZeroRTRefCount(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:40970:1: warning: ‘allWeakSurvivorsOnWeakList’ defined but not used [-Wunused-function]
 allWeakSurvivorsOnWeakList(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:41373:1: warning: ‘firstCorpse’ defined but not used [-Wunused-function]
 firstCorpse(sqInt headOfCorpseList)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:41624:1: warning: ‘noUnfiredEphemeronsAtEndOfRememberedSet’ defined but not used [-Wunused-function]
 noUnfiredEphemeronsAtEndOfRememberedSet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:43502:1: warning: ‘allObjectsUnmarked’ defined but not used [-Wunused-function]
 allObjectsUnmarked(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:43617:1: warning: ‘allOldMarkedWeakObjectsOnWeaklingStack’ defined but not used [-Wunused-function]
 allOldMarkedWeakObjectsOnWeaklingStack(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:44470:1: warning: ‘allocationUnit’ defined but not used [-Wunused-function]
 allocationUnit(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:44481:1: warning: ‘allStrongSlotsOfWeaklingAreMarked’ defined but not used [-Wunused-function]
 allStrongSlotsOfWeaklingAreMarked(sqInt aWeakling)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:44507:1: warning: ‘allUnscannedEphemeronsAreActive’ defined but not used [-Wunused-function]
 allUnscannedEphemeronsAreActive(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:44539:1: warning: ‘assertInnerValidFreeObject’ defined but not used [-Wunused-function]
 assertInnerValidFreeObject(sqInt objOop)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:45129:1: warning: ‘bitsSetInFreeSpaceMaskForAllFreeLists’ defined but not used [-Wunused-function]
 bitsSetInFreeSpaceMaskForAllFreeLists(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:45191:1: warning: ‘bridgeSize’ defined but not used [-Wunused-function]
 bridgeSize(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:45198:1: warning: ‘byteFormatMask’ defined but not used [-Wunused-function]
 byteFormatMask(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:46532:1: warning: ‘classIndexFieldWidth’ defined but not used [-Wunused-function]
 classIndexFieldWidth(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:46669:1: warning: ‘classTableRootSlots’ defined but not used [-Wunused-function]
 classTableRootSlots(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:47722:1: warning: ‘ephemeronFormat’ defined but not used [-Wunused-function]
 ephemeronFormat(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:47729:1: warning: ‘existInstancesInNewSpaceOf’ defined but not used [-Wunused-function]
 existInstancesInNewSpaceOf(sqInt classObj)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:47937:1: warning: ‘fetchPointerofFreeChunk’ defined but not used [-Wunused-function]
 fetchPointerofFreeChunk(sqInt fieldIndex, sqInt objOop)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:48301:1: warning: ‘firstFixedFieldOfMaybeImmediate’ defined but not used [-Wunused-function]
 firstFixedFieldOfMaybeImmediate(sqInt oop)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:48605:1: warning: ‘formatOf’ defined but not used [-Wunused-function]
 formatOf(sqInt objOop)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:48615:1: warning: ‘forwardedFormat’ defined but not used [-Wunused-function]
 forwardedFormat(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:48626:1: warning: ‘forwardersIn’ defined but not used [-Wunused-function]
 forwardersIn(sqInt anObject)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:48652:1: warning: ‘freeChunkNextIndex’ defined but not used [-Wunused-function]
 freeChunkNextIndex(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:48662:1: warning: ‘freeChunkParentIndex’ defined but not used [-Wunused-function]
 freeChunkParentIndex(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:48673:1: warning: ‘freeChunkPrevIndex’ defined but not used [-Wunused-function]
 freeChunkPrevIndex(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:48861:1: warning: ‘goodContextSize’ defined but not used [-Wunused-function]
 goodContextSize(sqInt oop)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:48959:1: warning: ‘hasSpurMemoryManagerAPI’ defined but not used [-Wunused-function]
 hasSpurMemoryManagerAPI(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:49032:1: warning: ‘hiddenRootSlots’ defined but not used [-Wunused-function]
 hiddenRootSlots(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:49039:1: warning: ‘hiddenRootsObject’ defined but not used [-Wunused-function]
 hiddenRootsObject(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:50098:1: warning: ‘isCompiledMethodHeader’ defined but not used [-Wunused-function]
 isCompiledMethodHeader(sqInt objHeader)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:50115:1: warning: ‘isContextHeader’ defined but not used [-Wunused-function]
 isContextHeader(sqInt aHeader)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:50133:1: warning: ‘isCopiedIntoSegment’ defined but not used [-Wunused-function]
 isCopiedIntoSegment(sqInt anObjectInTheHeap)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:50156:1: warning: ‘isEnumerableObjectNoAssert’ defined but not used [-Wunused-function]
 isEnumerableObjectNoAssert(sqInt objOop)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:50192:1: warning: ‘isEphemeron’ defined but not used [-Wunused-function]
 isEphemeron(sqInt objOop)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:50212:1: warning: ‘isForwardedClassTag’ defined but not used [-Wunused-function]
 isForwardedClassTag(sqInt classIndex)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:50237:1: warning: ‘isFreeObject’ defined but not used [-Wunused-function]
 isFreeObject(sqInt objOop)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:50244:1: warning: ‘isFreeOop’ defined but not used [-Wunused-function]
 isFreeOop(sqInt oop)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:50259:1: warning: ‘isInClassTable’ defined but not used [-Wunused-function]
 isInClassTable(sqInt objOop)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:50282:1: warning: ‘isInEden’ defined but not used [-Wunused-function]
 isInEden(sqInt objOop)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:50289:1: warning: ‘isInFutureSpace’ defined but not used [-Wunused-function]
 isInFutureSpace(sqInt address)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:50324:1: warning: ‘isInNewSpace’ defined but not used [-Wunused-function]
 isInNewSpace(sqInt objOop)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:50339:1: warning: ‘isInPastSpace’ defined but not used [-Wunused-function]
 isInPastSpace(sqInt address)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:50346:1: warning: ‘isLargeFreeObject’ defined but not used [-Wunused-function]
 isLargeFreeObject(sqInt objOop)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:50353:1: warning: ‘isMaybeFiredEphemeron’ defined but not used [-Wunused-function]
 isMaybeFiredEphemeron(sqInt objOop)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:50372:1: warning: ‘isObjEphemeron’ defined but not used [-Wunused-function]
 isObjEphemeron(sqInt objOop)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:50383:1: warning: ‘isObjImmutable’ defined but not used [-Wunused-function]
 isObjImmutable(sqInt anOop)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:50486:1: warning: ‘isRemembered’ defined but not used [-Wunused-function]
 isRemembered(sqInt objOop)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:50496:1: warning: ‘isSegmentBridge’ defined but not used [-Wunused-function]
 isSegmentBridge(sqInt objOop)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:50503:1: warning: ‘isSemaphoreOop’ defined but not used [-Wunused-function]
 isSemaphoreOop(sqInt anOop)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:50563:1: warning: ‘isValidObjStackAt’ defined but not used [-Wunused-function]
 isValidObjStackAt(sqInt objStackRootIndex)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:50710:1: warning: ‘isWeakNonImm’ defined but not used [-Wunused-function]
 isWeakNonImm(sqInt objOop)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:50848:1: warning: ‘knownClassAtIndex’ defined but not used [-Wunused-function]
 knownClassAtIndex(sqInt classIndex)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:50857:1: warning: ‘lastPointerFormat’ defined but not used [-Wunused-function]
 lastPointerFormat(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:50986:1: warning: ‘lengthOfMaybeImmediate’ defined but not used [-Wunused-function]
 lengthOfMaybeImmediate(sqInt oop)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:53328:1: warning: ‘newSpaceIsEmpty’ defined but not used [-Wunused-function]
 newSpaceIsEmpty(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:53563:1: warning: ‘noUnscannedEphemerons’ defined but not used [-Wunused-function]
 noUnscannedEphemerons(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:57712:1: warning: ‘slidingCompactionInProgress’ defined but not used [-Wunused-function]
 slidingCompactionInProgress(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:57780:1: warning: ‘startOfObject’ defined but not used [-Wunused-function]
 startOfObject(sqInt objOop)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:58788:1: warning: ‘validClassTableHashes’ defined but not used [-Wunused-function]
 validClassTableHashes(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:58869:1: warning: ‘validFreeTreeChunk’ defined but not used [-Wunused-function]
 validFreeTreeChunk(sqInt chunk)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:58912:1: warning: ‘validObjStacks’ defined but not used [-Wunused-function]
 validObjStacks(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:59709:1: warning: ‘isMobile’ defined but not used [-Wunused-function]
 isMobile(sqInt obj)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:59720:1: warning: ‘isPostMobile’ defined but not used [-Wunused-function]
 isPostMobile(sqInt obj)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:59987:1: warning: ‘savedFirstFieldsSpaceWasAllocated’ defined but not used [-Wunused-function]
 savedFirstFieldsSpaceWasAllocated(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:60884:1: warning: ‘validRelocationPlanInPass’ defined but not used [-Wunused-function]
 validRelocationPlanInPass(sqInt onePass)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:60949:1: warning: ‘segLimit’ defined but not used [-Wunused-function]
 segLimit(SpurSegmentInfo * self_in_segLimit)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:61044:1: warning: ‘allBridgesMarked’ defined but not used [-Wunused-function]
 allBridgesMarked(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:61094:1: warning: ‘bridgeAt’ defined but not used [-Wunused-function]
 bridgeAt(sqInt segIndex)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:61109:1: warning: ‘bridgeFor’ defined but not used [-Wunused-function]
 bridgeFor(SpurSegmentInfo *aSegment)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:61232:1: warning: ‘isInSegments’ defined but not used [-Wunused-function]
 isInSegments(usqInt address)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:61253:1: warning: ‘isValidSegmentBridge’ defined but not used [-Wunused-function]
 isValidSegmentBridge(sqInt objOop)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:61555:1: warning: ‘segmentOverlap’ defined but not used [-Wunused-function]
 segmentOverlap(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:61909:1: warning: ‘allOnesAsCharStar’ defined but not used [-Wunused-function]
 allOnesAsCharStar(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:61992:1: warning: ‘assertValidStackLimits’ defined but not used [-Wunused-function]
 assertValidStackLimits(sqInt ln)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:62688:1: warning: ‘checkStackPointerForMaybeMarriedContext’ defined but not used [-Wunused-function]
 checkStackPointerForMaybeMarriedContext(sqInt aContext)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:62843:1: warning: ‘contexthasValidInversePCMappingOfin’ defined but not used [-Wunused-function]
 contexthasValidInversePCMappingOfin(sqInt aContext, sqInt theIP, char *theFP)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:62945:1: warning: ‘cr’ defined but not used [-Wunused-function]
 cr(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65498:1: warning: ‘ifCurrentStackPageHasValidHeadPointers’ defined but not used [-Wunused-function]
 ifCurrentStackPageHasValidHeadPointers(StackPage *thePage)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65519:1: warning: ‘iframeMethod’ defined but not used [-Wunused-function]
 iframeMethod(char *theFP)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65576:1: warning: ‘isBaseFrame’ defined but not used [-Wunused-function]
 isBaseFrame(char *theFP)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65682:1: warning: ‘isMarriedOrWidowedContext’ defined but not used [-Wunused-function]
 isMarriedOrWidowedContext(sqInt aContext)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65701:1: warning: ‘isMetaPrimitiveIndex’ defined but not used [-Wunused-function]
 isMetaPrimitiveIndex(sqInt primIndex)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65714:1: warning: ‘isNullExternalPrimitiveCall’ defined but not used [-Wunused-function]
 isNullExternalPrimitiveCall(sqInt aMethodObj)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65739:1: warning: ‘isPrimitiveFunctionPointerAnIndex’ defined but not used [-Wunused-function]
 isPrimitiveFunctionPointerAnIndex(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67605:1: warning: ‘maybeLeakCheckExternalPrimCall’ defined but not used [-Wunused-function]
 maybeLeakCheckExternalPrimCall(sqInt aMethodObj)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67996:1: warning: ‘noMarkedContextsOnPage’ defined but not used [-Wunused-function]
 noMarkedContextsOnPage(StackPage *thePage)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:70804:1: warning: ‘pushedReceiverOrClosureOfFrame’ defined but not used [-Wunused-function]
 pushedReceiverOrClosureOfFrame(char *theFP)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:72146:1: warning: ‘saneFunctionPointerForFailureOfPrimIndex’ defined but not used [-Wunused-function]
 saneFunctionPointerForFailureOfPrimIndex(sqInt primIndex)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:72887:1: warning: ‘space’ defined but not used [-Wunused-function]
 space(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:73321:1: warning: ‘stackLimitBytes’ defined but not used [-Wunused-function]
 stackLimitBytes(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74177:1: warning: ‘validBCPCinMethod’ defined but not used [-Wunused-function]
 validBCPCinMethod(sqInt thePC, usqInt aMethod)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74191:1: warning: ‘validInstructionPointerinFrame’ defined but not used [-Wunused-function]
 validInstructionPointerinFrame(usqInt anInstrPointer, char *fp)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74204:1: warning: ‘validStackPageBaseFrames’ defined but not used [-Wunused-function]
 validStackPageBaseFrames(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2024:13: warning: ‘messageCount’ defined but not used [-Wunused-variable]
 _iss usqInt messageCount;
             ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2041:13: warning: ‘byteCount’ defined but not used [-Wunused-variable]
 _iss usqInt byteCount;
             ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2042:12: warning: ‘cifs’ defined but not used [-Wunused-variable]
 _iss sqInt cifs;
            ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2043:12: warning: ‘codeGeneratorToComputeAccessorDepth’ defined but not used [-Wunused-variable]
 _iss sqInt codeGeneratorToComputeAccessorDepth;
            ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2044:12: warning: ‘functions’ defined but not used [-Wunused-variable]
 _iss sqInt functions;
            ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2045:12: warning: ‘initialMemoryAddress’ defined but not used [-Wunused-variable]
 _iss sqInt initialMemoryAddress;
            ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2046:12: warning: ‘largeOpaqueMemoryManager’ defined but not used [-Wunused-variable]
 _iss sqInt largeOpaqueMemoryManager;
            ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2047:12: warning: ‘memoryManager’ defined but not used [-Wunused-variable]
 _iss sqInt memoryManager;
            ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2048:12: warning: ‘nextAddress’ defined but not used [-Wunused-variable]
 _iss sqInt nextAddress;
            ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2049:12: warning: ‘preferredPinningSegment’ defined but not used [-Wunused-variable]
 _iss sqInt preferredPinningSegment;
            ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2050:12: warning: ‘statCoalesces’ defined but not used [-Wunused-variable]
 _iss sqInt statCoalesces;
            ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2051:14: warning: ‘statFGCDeltaUsecs’ defined but not used [-Wunused-variable]
 _iss usqLong statFGCDeltaUsecs;
              ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2052:14: warning: ‘statIncrGCUsecs’ defined but not used [-Wunused-variable]
 _iss usqLong statIncrGCUsecs;
              ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2053:12: warning: ‘testWorker’ defined but not used [-Wunused-variable]
 _iss sqInt testWorker;
            ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2054:12: warning: ‘theUnknownShort’ defined but not used [-Wunused-variable]
 _iss sqInt theUnknownShort;
            ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘writeImageFileIO’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74393:2: warning: ‘the2ndUnknownShort’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  putShorttoFile(the2ndUnknownShort, f);
  ^
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timeout
[Pipeline] timeout
Timeout set to expire in 30 min
[Pipeline] {
[Pipeline] cleanWs
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
[Pipeline] unstash
[Pipeline] readFile
[Pipeline] stage
[Pipeline] { (Checkout-Windows-x86_64-StackVM)
[Pipeline] dir
Running in C:\builds\workspace\pharo-vm_pharo-9\repository
[Pipeline] {
[Pipeline] checkout
The recommended git tool is: git
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘followForwardedFrameContentsstackPointer’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64889:3: warning: ‘oop’ may be used uninitialized in this function [-Wmaybe-uninitialized]
   followForwardedObjectFieldstoDepth(oop, 0);
   ^
CPack: - Install project: PharoVM []
CPack: -   Install component: bin
CPack: -   Install component: c-src
CPack: -   Install component: include
CPack: Create package
CPack: - package: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/packages/PharoVM-9.0.15-4a14a4a7-Darwin-arm64-stockReplacement-bin.tar.gz generated.
CPack: - checksum file: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/packages/PharoVM-9.0.15-4a14a4a7-Darwin-arm64-stockReplacement-bin.tar.gz.sha1 generated.
CPack: - package: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/packages/PharoVM-9.0.15-4a14a4a7-Darwin-arm64-stockReplacement-c-src.tar.gz generated.
CPack: - checksum file: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/packages/PharoVM-9.0.15-4a14a4a7-Darwin-arm64-stockReplacement-c-src.tar.gz.sha1 generated.
CPack: - package: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/packages/PharoVM-9.0.15-4a14a4a7-Darwin-arm64-stockReplacement-include.tar.gz generated.
CPack: - checksum file: /Users/lse/Workspace/workspace/pharo-vm_pharo-9/build-stockReplacement/build/packages/PharoVM-9.0.15-4a14a4a7-Darwin-arm64-stockReplacement-include.tar.gz.sha1 generated.
[Pipeline] }
using credential [Pipeline] // dir
pharo-ci-api-user-pass-token
Cloning the remote Git repository
Using shallow clone with depth 2
[Pipeline] stash
Cloning repository https://github.com/pharo-project/pharo-vm.git
 > git init C:\builds\workspace\pharo-vm_pharo-9\repository # timeout=10
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c: In function ‘printInvalidClassTableEntries’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:55814:11: warning: ‘hash’ may be used uninitialized in this function [-Wmaybe-uninitialized]
     sqInt hash;
           ^
Fetching upstream changes from https://github.com/pharo-project/pharo-vm.git
 > git --version # timeout=10
 > git --version # 'git version 2.29.2'
using GIT_ASKPASS to set credentials pharo-ci using token as pass
 > git fetch --tags --force --progress --depth=2 -- https://github.com/pharo-project/pharo-vm.git +refs/heads/*:refs/remotes/origin/* # timeout=10
CPack: - Install project: PharoVM
CPack: -   Install component: Unspecified
CPack: -   Install component: bin
CPack: -   Install component: c-src
CPack: -   Install component: include
CPack: Create package
CPack: - package: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/packages/PharoVM-9.0.15-4a14a4a7-Darwin-x86_64-stockReplacement-Unspecified.zip generated.
CPack: - checksum file: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/packages/PharoVM-9.0.15-4a14a4a7-Darwin-x86_64-stockReplacement-Unspecified.zip.sha1 generated.
CPack: - package: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/packages/PharoVM-9.0.15-4a14a4a7-Darwin-x86_64-stockReplacement-bin.zip generated.
CPack: - checksum file: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/packages/PharoVM-9.0.15-4a14a4a7-Darwin-x86_64-stockReplacement-bin.zip.sha1 generated.
CPack: - package: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/packages/PharoVM-9.0.15-4a14a4a7-Darwin-x86_64-stockReplacement-c-src.zip generated.
CPack: - checksum file: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/packages/PharoVM-9.0.15-4a14a4a7-Darwin-x86_64-stockReplacement-c-src.zip.sha1 generated.
CPack: - package: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/packages/PharoVM-9.0.15-4a14a4a7-Darwin-x86_64-stockReplacement-include.zip generated.
CPack: - checksum file: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/packages/PharoVM-9.0.15-4a14a4a7-Darwin-x86_64-stockReplacement-include.zip.sha1 generated.
CPack: Create package using TGZ
CPack: Install projects
CPack: - Run preinstall target for: PharoVM
[ 31%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqHeapMap.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqHeapMap.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqHeapMap.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqHeapMap.c:22:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 32%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqVirtualMachine.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqVirtualMachine.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:8:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c: In function ‘sqGetInterpreterProxy’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:306:11: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  VM->push = push;
           ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:308:16: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  VM->pushFloat = pushFloat;
                ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:432:37: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  VM->ioLoadSymbolOfLengthFromModule = ioLoadSymbolOfLengthFromModule;
                                     ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:459:26: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  VM->forceInterruptCheck = forceInterruptCheck;
                          ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:510:22: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  VM->utcMicroseconds = ioUTCMicroseconds;
                      ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:546:23: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  VM->stringForCString = stringForCString;
                       ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:557:37: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  VM->ptEnterInterpreterFromCallback = ptEnterInterpreterFromCallback;
                                     ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:558:34: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  VM->ptExitInterpreterToCallback = ptExitInterpreterToCallback;
                                  ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:562:27: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  VM->platformSemaphoreNew = platform_semaphore_new;
                           ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:565:35: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  VM->waitOnExternalSemaphoreIndex = waitOnExternalSemaphoreIndex;
                                   ^
[ 33%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqNamedPrims.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqNamedPrims.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqNamedPrims.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqNamedPrims.c:14:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 33%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqExternalSemaphores.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqExternalSemaphores.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqExternalSemaphores.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqExternalSemaphores.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqExternalSemaphores.c: In function ‘signalSemaphoreWithIndex’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqExternalSemaphores.c:135:6: warning: unused variable ‘v’ [-Wunused-variable]
  int v;
      ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqExternalSemaphores.c: In function ‘doSignalExternalSemaphores’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqExternalSemaphores.c:198:17: warning: variable ‘signalled’ set but not used [-Wunused-but-set-variable]
  char switched, signalled = 0;
                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqExternalSemaphores.c: In function ‘waitOnExternalSemaphoreIndex’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqExternalSemaphores.c:267:11: warning: unused variable ‘xArray’ [-Wunused-variable]
     sqInt xArray;
           ^
[ 34%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqTicker.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqTicker.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqTicker.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqTicker.c:54:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 34%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/unix/aio.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/unix/aio.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/unix/aio.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/semaphores/platformSemaphore.h:5,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/unix/aio.c:34:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/unix/aio.c: In function ‘aioInit’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/unix/aio.c:124:16: warning: passing argument 2 of ‘signal’ from incompatible pointer type [-Wincompatible-pointer-types]
  signal(SIGIO, forceInterruptCheck);
                ^
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/unix/aio.c:45:0:
/usr/include/signal.h:102:23: note: expected ‘__sighandler_t {aka void (*)(int)}’ but argument is of type ‘sqInt (*)(void) {aka long int (*)(void)}’
 extern __sighandler_t signal (int __sig, __sighandler_t __handler)
                       ^
[ 35%] Building C object CMakeFiles/PharoVMCore.dir/src/debugUnix.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/src/debugUnix.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/src/debugUnix.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/src/debugUnix.c:1:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/src/debugUnix.c: In function ‘reportStackState’:
/builds/workspace/pharo-vm_pharo-9/repository/src/debugUnix.c:369:8: warning: unused variable ‘pc’ [-Wunused-variable]
  void *pc;
        ^
/builds/workspace/pharo-vm_pharo-9/repository/src/debugUnix.c: At top level:
/builds/workspace/pharo-vm_pharo-9/repository/src/debugUnix.c:77:12: warning: ‘inFault’ defined but not used [-Wunused-variable]
 static int inFault = 0;
            ^
[ 35%] Building C object CMakeFiles/PharoVMCore.dir/src/memoryUnix.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/src/memoryUnix.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/src/memoryUnix.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/src/memoryUnix.c:1:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 36%] Building C object CMakeFiles/PharoVMCore.dir/src/fileDialogUnix.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/PharoVMCore.dir/src/fileDialogUnix.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/src/fileDialogUnix.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/errorCode.h:6,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/fileDialog.h:4,
                 from /builds/workspace/pharo-vm_pharo-9/repository/src/fileDialogUnix.c:1:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 36%] Linking C shared library build/vm/libPharoVMCore.so
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/PharoVMCore.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.  -shared -Wl,-soname,libPharoVMCore.so -o build/vm/libPharoVMCore.so CMakeFiles/PharoVMCore.dir/src/debug.c.o CMakeFiles/PharoVMCore.dir/src/utils.c.o CMakeFiles/PharoVMCore.dir/src/errorCode.c.o CMakeFiles/PharoVMCore.dir/src/nullDisplay.c.o CMakeFiles/PharoVMCore.dir/src/externalPrimitives.c.o CMakeFiles/PharoVMCore.dir/src/client.c.o CMakeFiles/PharoVMCore.dir/src/pathUtilities.c.o CMakeFiles/PharoVMCore.dir/src/fileDialogCommon.c.o CMakeFiles/PharoVMCore.dir/src/stringUtilities.c.o CMakeFiles/PharoVMCore.dir/src/imageAccess.c.o CMakeFiles/PharoVMCore.dir/src/parameters/parameterVector.c.o CMakeFiles/PharoVMCore.dir/src/parameters/parameters.c.o CMakeFiles/PharoVMCore.dir/src/semaphores/platformSemaphore.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/heartbeat.c.o CMakeFiles/PharoVMCore.dir/ffi/src/functionDefinitionPrimitives.c.o CMakeFiles/PharoVMCore.dir/ffi/src/primitiveCalls.c.o CMakeFiles/PharoVMCore.dir/ffi/src/primitiveUtils.c.o CMakeFiles/PharoVMCore.dir/ffi/src/types.c.o CMakeFiles/PharoVMCore.dir/ffi/src/typesPrimitives.c.o CMakeFiles/PharoVMCore.dir/ffi/src/utils.c.o CMakeFiles/PharoVMCore.dir/ffi/src/sameThread/sameThread.c.o CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbackPrimitives.c.o CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbacks.c.o CMakeFiles/PharoVMCore.dir/src/semaphores/pharoSemaphore.c.o CMakeFiles/PharoVMCore.dir/src/threadSafeQueue/threadSafeQueue.c.o CMakeFiles/PharoVMCore.dir/ffi/src/pThreadedFFI.c.o CMakeFiles/PharoVMCore.dir/ffi/src/worker/worker.c.o CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerPrimitives.c.o CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerTask.c.o CMakeFiles/PharoVMCore.dir/generated/64/vm/src/cogit.c.o CMakeFiles/PharoVMCore.dir/generated/64/vm/src/gcc3x-cointerp.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqHeapMap.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqVirtualMachine.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqNamedPrims.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqExternalSemaphores.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqTicker.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/unix/aio.c.o CMakeFiles/PharoVMCore.dir/src/debugUnix.c.o CMakeFiles/PharoVMCore.dir/src/memoryUnix.c.o CMakeFiles/PharoVMCore.dir/src/fileDialogUnix.c.o -Wl,-rpath,@executable_path/Plugins build/vm/libffi.so -ldl -lm -lpthread 
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
[ 36%] Built target PharoVMCore
make -f CMakeFiles/JPEGReaderPlugin.dir/build.make CMakeFiles/JPEGReaderPlugin.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
cd /builds/workspace/pharo-vm_pharo-9/build-stockReplacement && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/build-stockReplacement /builds/workspace/pharo-vm_pharo-9/build-stockReplacement /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/JPEGReaderPlugin.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/JPEGReaderPlugin.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/JPEGReaderPlugin.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/JPEGReaderPlugin.dir/depend.internal".
Scanning dependencies of target JPEGReaderPlugin
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
make -f CMakeFiles/JPEGReaderPlugin.dir/build.make CMakeFiles/JPEGReaderPlugin.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
[ 37%] Building C object CMakeFiles/JPEGReaderPlugin.dir/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReaderPlugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReaderPlugin.dir/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c
Stashed 12 file(s)
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqVirtualMachine.h:30:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:22:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c: At top level:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:6:13: warning: ‘__buildInfo’ defined but not used [-Wunused-variable]
 static char __buildInfo[] = "JPEGReaderPlugin VMMaker.oscog-eem.2480 uuid: bb3ffda7-8241-4dea-b886-d656e474b6c1 " __DATE__ ;
             ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:250:1: warning: ‘colorConvertGrayscaleMCU’ defined but not used [-Wunused-function]
 colorConvertGrayscaleMCU(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:300:1: warning: ‘colorConvertMCU’ defined but not used [-Wunused-function]
 colorConvertMCU(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:442:1: warning: ‘decodeBlockIntocomponent’ defined but not used [-Wunused-function]
 decodeBlockIntocomponent(int *anArray, int *aColorComponent)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:582:1: warning: ‘fillBuffer’ defined but not used [-Wunused-function]
 fillBuffer(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:610:1: warning: ‘getBits’ defined but not used [-Wunused-function]
 getBits(sqInt requestedBits)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:662:1: warning: ‘idctBlockIntqt’ defined but not used [-Wunused-function]
 idctBlockIntqt(int *anArray, int *qt)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:940:1: warning: ‘nextSampleCb’ defined but not used [-Wunused-function]
 nextSampleCb(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:976:1: warning: ‘nextSampleCr’ defined but not used [-Wunused-function]
 nextSampleCr(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1012:1: warning: ‘nextSampleFromblocks’ defined but not used [-Wunused-function]
 nextSampleFromblocks(int *aComponent, int **aBlockArray)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1048:1: warning: ‘nextSampleY’ defined but not used [-Wunused-function]
 nextSampleY(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1733:1: warning: ‘scaleAndSignExtendinFieldWidth’ defined but not used [-Wunused-function]
 scaleAndSignExtendinFieldWidth(sqInt aNumber, sqInt w)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1780:1: warning: ‘stInit’ defined but not used [-Wunused-function]
 stInit(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1787:1: warning: ‘storeJPEGStreamOn’ defined but not used [-Wunused-function]
 storeJPEGStreamOn(sqInt streamOop)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:111:14: warning: ‘cbSampleStream’ defined but not used [-Wunused-variable]
 static sqInt cbSampleStream;
              ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:114:14: warning: ‘crSampleStream’ defined but not used [-Wunused-variable]
 static sqInt crSampleStream;
              ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:181:14: warning: ‘ySampleStream’ defined but not used [-Wunused-variable]
 static sqInt ySampleStream;
              ^
[ 37%] Linking C shared library build/vm/libJPEGReaderPlugin.so
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/JPEGReaderPlugin.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.  -shared -Wl,-soname,libJPEGReaderPlugin.so -o build/vm/libJPEGReaderPlugin.so CMakeFiles/JPEGReaderPlugin.dir/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/libPharoVMCore.so build/vm/libffi.so -ldl -lm -lpthread 
[Pipeline] archiveArtifacts
Archiving artifacts
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
[ 37%] Built target JPEGReaderPlugin
make -f CMakeFiles/LargeIntegers.dir/build.make CMakeFiles/LargeIntegers.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
cd /builds/workspace/pharo-vm_pharo-9/build-stockReplacement && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/build-stockReplacement /builds/workspace/pharo-vm_pharo-9/build-stockReplacement /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/LargeIntegers.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/LargeIntegers.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/LargeIntegers.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/LargeIntegers.dir/depend.internal".
Scanning dependencies of target LargeIntegers
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
make -f CMakeFiles/LargeIntegers.dir/build.make CMakeFiles/LargeIntegers.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
[ 38%] Building C object CMakeFiles/LargeIntegers.dir/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DLargeIntegers_EXPORTS -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/LargeIntegers.dir/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqVirtualMachine.h:30:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:22:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c: At top level:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:6:13: warning: ‘__buildInfo’ defined but not used [-Wunused-variable]
 static char __buildInfo[] = "LargeIntegersPlugin VMMaker.oscog-eem.2495 uuid: fcbf4c90-4c50-4ff3-8690-0edfded4f9c4 " __DATE__ ;
             ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:266:1: warning: ‘byteSizeOfCSI’ defined but not used [-Wunused-function]
 byteSizeOfCSI(sqInt csi)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:332:1: warning: ‘cDigitAddlenwithleninto’ defined but not used [-Wunused-function]
 cDigitAddlenwithleninto(unsigned int *pWordShort, sqInt shortLen, unsigned int *pWordLong, sqInt longLen, unsigned int *pWordRes)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:377:1: warning: ‘cDigitCopyFromtolen’ defined but not used [-Wunused-function]
 cDigitCopyFromtolen(unsigned int *pFrom, unsigned int *pTo, sqInt len)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:389:1: warning: ‘cDigitDivlenremlenquolen’ defined but not used [-Wunused-function]
 cDigitDivlenremlenquolen(unsigned int *pDiv, sqInt divLen, unsigned int *pRem, sqInt remLen, unsigned int *pQuo, sqInt quoLen)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:541:1: warning: ‘cDigitLshiftfromlentolen’ defined but not used [-Wunused-function]
 cDigitLshiftfromlentolen(sqInt shiftCount, unsigned int *pFrom, sqInt lenFrom, unsigned int *pTo, sqInt lenTo)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:586:1: warning: ‘cDigitMontgomerylentimeslenmodulolenmInvModBinto’ defined but not used [-Wunused-function]
 cDigitMontgomerylentimeslenmodulolenmInvModBinto(unsigned int *pFirst, sqInt firstLen, unsigned int *pSecond, sqInt secondLen, unsigned int *pThird, sqInt thirdLen, unsigned int mInv, unsigned int *pRes)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:659:1: warning: ‘cDigitMultiplylenwithlenintolen’ defined but not used [-Wunused-function]
 cDigitMultiplylenwithlenintolen(unsigned int *pWordShort, sqInt shortLen, unsigned int *pWordLong, sqInt longLen, unsigned int *pWordRes, sqInt resLen)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:711:1: warning: ‘cDigitOfatput’ defined but not used [-Wunused-function]
 cDigitOfatput(unsigned int *cPointer, sqInt zeroBasedDigitIndex, unsigned int aValue)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:724:1: warning: ‘cDigitOpshortlenlongleninto’ defined but not used [-Wunused-function]
 cDigitOpshortlenlongleninto(sqInt opIndex, unsigned int *pWordShort, sqInt shortLen, unsigned int *pWordLong, sqInt longLen, unsigned int *pWordRes)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:768:1: warning: ‘cDigitReplacefromtowithstartingAt’ defined but not used [-Wunused-function]
 cDigitReplacefromtowithstartingAt(unsigned int *pTo, sqInt start, sqInt stop, unsigned int *pFrom, sqInt repStart)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:781:1: warning: ‘cDigitRshiftfromlentolen’ defined but not used [-Wunused-function]
 cDigitRshiftfromlentolen(sqInt shiftCount, unsigned int *pFrom, sqInt lenFrom, unsigned int *pTo, sqInt lenTo)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:825:1: warning: ‘cDigitSublenwithleninto’ defined but not used [-Wunused-function]
 cDigitSublenwithleninto(unsigned int *pWordSmall, sqInt smallLen, unsigned int *pWordLarge, sqInt largeLen, unsigned int *pWordRes)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:994:1: warning: ‘digitAddLargewith’ defined but not used [-Wunused-function]
 digitAddLargewith(sqInt firstInteger, sqInt secondInteger)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1254:1: warning: ‘digitCompareLargewith’ defined but not used [-Wunused-function]
 digitCompareLargewith(sqInt firstInteger, sqInt secondInteger)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1278:1: warning: ‘digitDivLargewithnegative’ defined but not used [-Wunused-function]
 digitDivLargewithnegative(sqInt firstInteger, sqInt secondInteger, sqInt neg)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1538:1: warning: ‘digitMontgomerytimesmodulomInvModB’ defined but not used [-Wunused-function]
 digitMontgomerytimesmodulomInvModB(sqInt firstLarge, sqInt secondLarge, sqInt thirdLarge, unsigned int mInv)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1651:1: warning: ‘digitMultiplyLargewithnegative’ defined but not used [-Wunused-function]
 digitMultiplyLargewithnegative(sqInt firstInteger, sqInt secondInteger, sqInt neg)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1754:1: warning: ‘digitOfCSIat’ defined but not used [-Wunused-function]
 digitOfCSIat(sqInt csi, sqInt ix)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1766:1: warning: ‘digitOfLargeIntat’ defined but not used [-Wunused-function]
 digitOfLargeIntat(sqInt aBytesOop, sqInt ix)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1786:1: warning: ‘digitSizeOfCSI’ defined but not used [-Wunused-function]
 digitSizeOfCSI(sqInt csi)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1802:1: warning: ‘digitSizeOfLargeInt’ defined but not used [-Wunused-function]
 digitSizeOfLargeInt(sqInt anOop)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1812:1: warning: ‘digitSubLargewith’ defined but not used [-Wunused-function]
 digitSubLargewith(sqInt firstInteger, sqInt secondInteger)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:2100:1: warning: ‘highBitOfLargeInt’ defined but not used [-Wunused-function]
 highBitOfLargeInt(sqInt anOop)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:2326:1: warning: ‘normalize’ defined but not used [-Wunused-function]
 normalize(sqInt aLargeInteger)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:3797:1: warning: ‘sqAssert’ defined but not used [-Wunused-function]
 sqAssert(sqInt aBool)
 ^
[ 38%] Linking C shared library build/vm/libLargeIntegers.so
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/LargeIntegers.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.  -shared -Wl,-soname,libLargeIntegers.so -o build/vm/libLargeIntegers.so CMakeFiles/LargeIntegers.dir/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c.o -Wl,-rpath,@executable_path/Plugins build/vm/libPharoVMCore.so build/vm/libffi.so -ldl -lm -lpthread 
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
[ 38%] Built target LargeIntegers
make -f CMakeFiles/SurfacePlugin.dir/build.make CMakeFiles/SurfacePlugin.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
cd /builds/workspace/pharo-vm_pharo-9/build-stockReplacement && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/build-stockReplacement /builds/workspace/pharo-vm_pharo-9/build-stockReplacement /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/SurfacePlugin.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/SurfacePlugin.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/SurfacePlugin.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/SurfacePlugin.dir/depend.internal".
Scanning dependencies of target SurfacePlugin
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
make -f CMakeFiles/SurfacePlugin.dir/build.make CMakeFiles/SurfacePlugin.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
[ 39%] Building C object CMakeFiles/SurfacePlugin.dir/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DSurfacePlugin_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/SurfacePlugin.dir/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c:1:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 39%] Building C object CMakeFiles/SurfacePlugin.dir/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DSurfacePlugin_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/SurfacePlugin.dir/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c.o   -c /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqVirtualMachine.h:30:0,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:22:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c: In function ‘primitiveRegisterSurface’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:492:19: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
  surfaceHandlePtr = fetchPointerofObject(0, surfaceHandle);
                   ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:493:29: warning: passing argument 1 of ‘ioRegisterSurface’ makes integer from pointer without a cast [-Wint-conversion]
  result = ioRegisterSurface(surfaceHandlePtr, sqSurfaceDispatchPtr, surfaceIDPtr);
                             ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:241:1: note: expected ‘sqIntptr_t {aka long int}’ but argument is of type ‘void *’
 ioRegisterSurface(sqIntptr_t surfaceHandle, sqSurfaceDispatch *fn, int *surfaceIDPtr)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:493:47: warning: passing argument 2 of ‘ioRegisterSurface’ makes pointer from integer without a cast [-Wint-conversion]
  result = ioRegisterSurface(surfaceHandlePtr, sqSurfaceDispatchPtr, surfaceIDPtr);
                                               ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:241:1: note: expected ‘sqSurfaceDispatch * {aka struct sqSurfaceDispatch *}’ but argument is of type ‘sqInt {aka long int}’
 ioRegisterSurface(sqIntptr_t surfaceHandle, sqSurfaceDispatch *fn, int *surfaceIDPtr)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c: At top level:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:6:13: warning: ‘__buildInfo’ defined but not used [-Wunused-variable]
 static char __buildInfo[] = "SurfacePlugin * VMMaker-tonel.1 uuid: 30f6cf19-c29e-0d00-90df-fea8092bce84 " __DATE__ ;
             ^
[ 40%] Linking C shared library build/vm/libSurfacePlugin.so
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/SurfacePlugin.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.  -shared -Wl,-soname,libSurfacePlugin.so -o build/vm/libSurfacePlugin.so CMakeFiles/SurfacePlugin.dir/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c.o CMakeFiles/SurfacePlugin.dir/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/libPharoVMCore.so build/vm/libffi.so -ldl -lm -lpthread 
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
[ 40%] Built target SurfacePlugin
make -f CMakeFiles/UUIDPlugin.dir/build.make CMakeFiles/UUIDPlugin.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
cd /builds/workspace/pharo-vm_pharo-9/build-stockReplacement && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/build-stockReplacement /builds/workspace/pharo-vm_pharo-9/build-stockReplacement /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/UUIDPlugin.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/UUIDPlugin.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/UUIDPlugin.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/UUIDPlugin.dir/depend.internal".
Scanning dependencies of target UUIDPlugin
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
make -f CMakeFiles/UUIDPlugin.dir/build.make CMakeFiles/UUIDPlugin.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
[ 40%] Building C object CMakeFiles/UUIDPlugin.dir/plugins/UUIDPlugin/common/UUIDPlugin.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DUUIDPlugin_EXPORTS -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/UUIDPlugin.dir/plugins/UUIDPlugin/common/UUIDPlugin.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/plugins/UUIDPlugin/common/UUIDPlugin.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/plugins/UUIDPlugin/common/UUIDPlugin.c:2:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/plugins/UUIDPlugin/common/UUIDPlugin.c: In function ‘setInterpreter’:
/builds/workspace/pharo-vm_pharo-9/repository/plugins/UUIDPlugin/common/UUIDPlugin.c:108:11: warning: unused variable ‘ok’ [-Wunused-variable]
     sqInt ok;
           ^
[ 41%] Linking C shared library build/vm/libUUIDPlugin.so
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/UUIDPlugin.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.  -shared -Wl,-soname,libUUIDPlugin.so -o build/vm/libUUIDPlugin.so CMakeFiles/UUIDPlugin.dir/plugins/UUIDPlugin/common/UUIDPlugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/libPharoVMCore.so /usr/lib/x86_64-linux-gnu/libuuid.so build/vm/libffi.so -ldl -lm -lpthread 
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
[ 41%] Built target UUIDPlugin
make -f CMakeFiles/FilePlugin.dir/build.make CMakeFiles/FilePlugin.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
cd /builds/workspace/pharo-vm_pharo-9/build-stockReplacement && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/build-stockReplacement /builds/workspace/pharo-vm_pharo-9/build-stockReplacement /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/FilePlugin.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/FilePlugin.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/FilePlugin.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/FilePlugin.dir/depend.internal".
Scanning dependencies of target FilePlugin
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
make -f CMakeFiles/FilePlugin.dir/build.make CMakeFiles/FilePlugin.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
[ 41%] Building C object CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFilePlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c:32:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c: In function ‘waitForDataonSemaphoreIndex’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c:844:17: warning: typedef ‘aioHandler’ locally defined but not used [-Wunused-local-typedefs]
  typedef void (*aioHandler)(int fd, void *clientData, int flag);
                 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c:846:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
[ 42%] Building C object CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFilePlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c:31:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 42%] Building C object CMakeFiles/FilePlugin.dir/extracted/vm/src/unix/sqUnixCharConv.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFilePlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/FilePlugin.dir/extracted/vm/src/unix/sqUnixCharConv.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/unix/sqUnixCharConv.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/unix/sqUnixCharConv.c:33:0:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 43%] Building C object CMakeFiles/FilePlugin.dir/src/fileUtils.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFilePlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/FilePlugin.dir/src/fileUtils.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/src/fileUtils.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/src/fileUtils.c:1:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 43%] Building C object CMakeFiles/FilePlugin.dir/generated/64/plugins/src/FilePlugin/FilePlugin.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFilePlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/FilePlugin.dir/generated/64/plugins/src/FilePlugin/FilePlugin.c.o   -c /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/FilePlugin/FilePlugin.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqVirtualMachine.h:30:0,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/FilePlugin/FilePlugin.c:22:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/FilePlugin/FilePlugin.c: In function ‘pointerFrom’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/FilePlugin/FilePlugin.c:504:10: warning: return makes pointer from integer without a cast [-Wint-conversion]
   return primitiveFailFor(PrimErrBadArgument);
          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/FilePlugin/FilePlugin.c: In function ‘primitiveDirectoryEntry’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/FilePlugin/FilePlugin.c:703:11: warning: variable ‘v’ set but not used [-Wunused-but-set-variable]
     sqInt v;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/FilePlugin/FilePlugin.c: In function ‘primitiveDirectoryLookup’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/FilePlugin/FilePlugin.c:799:11: warning: variable ‘v’ set but not used [-Wunused-but-set-variable]
     sqInt v;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/FilePlugin/FilePlugin.c:797:11: warning: unused variable ‘stringPtr’ [-Wunused-variable]
     char *stringPtr;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/FilePlugin/FilePlugin.c:795:11: warning: unused variable ‘results’ [-Wunused-variable]
     sqInt results;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/FilePlugin/FilePlugin.c:790:11: warning: unused variable ‘nameString’ [-Wunused-variable]
     sqInt nameString;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/FilePlugin/FilePlugin.c:788:11: warning: unused variable ‘modDateOop’ [-Wunused-variable]
     sqInt modDateOop;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/FilePlugin/FilePlugin.c:786:11: warning: unused variable ‘i’ [-Wunused-variable]
     sqInt i;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/FilePlugin/FilePlugin.c:785:11: warning: unused variable ‘fileSizeOop’ [-Wunused-variable]
     sqInt fileSizeOop;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/FilePlugin/FilePlugin.c:780:11: warning: unused variable ‘createDateOop’ [-Wunused-variable]
     sqInt createDateOop;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/FilePlugin/FilePlugin.c: In function ‘primitiveFileRead’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/FilePlugin/FilePlugin.c:1141:12: warning: unused variable ‘startIndex1’ [-Wunused-variable]
     size_t startIndex1;
            ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/FilePlugin/FilePlugin.c:1138:11: warning: unused variable ‘retryCount’ [-Wunused-variable]
     sqInt retryCount;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/FilePlugin/FilePlugin.c:1137:11: warning: unused variable ‘objectPointer1’ [-Wunused-variable]
     sqInt objectPointer1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/FilePlugin/FilePlugin.c:1135:13: warning: unused variable ‘file1’ [-Wunused-variable]
     SQFile *file1;
             ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/FilePlugin/FilePlugin.c:1133:12: warning: unused variable ‘elementSize1’ [-Wunused-variable]
     size_t elementSize1;
            ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/FilePlugin/FilePlugin.c:1131:12: warning: unused variable ‘count1’ [-Wunused-variable]
     size_t count1;
            ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/FilePlugin/FilePlugin.c:1129:11: warning: unused variable ‘bytesRead1’ [-Wunused-variable]
     sqInt bytesRead1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/FilePlugin/FilePlugin.c:1127:11: warning: unused variable ‘array1’ [-Wunused-variable]
     sqInt array1;
           ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/FilePlugin/FilePlugin.c: In function ‘setInterpreter’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/FilePlugin/FilePlugin.c:1629:21: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
   characterObjectOf = interpreterProxy->characterObjectOf;
                     ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/FilePlugin/FilePlugin.c:1643:10: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
   fullGC = interpreterProxy->fullGC;
          ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/FilePlugin/FilePlugin.c: At top level:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/FilePlugin/FilePlugin.c:6:13: warning: ‘__buildInfo’ defined but not used [-Wunused-variable]
 static char __buildInfo[] = "FilePlugin * VMMaker-tonel.1 uuid: 30f6cf19-c29e-0d00-90df-fea8092bce84 " __DATE__ ;
             ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/FilePlugin/FilePlugin.c:230:1: warning: ‘connectToFdwrite’ defined but not used [-Wunused-function]
 connectToFdwrite(int fd, sqInt writeFlag)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/FilePlugin/FilePlugin.c:257:1: warning: ‘connectToFilewrite’ defined but not used [-Wunused-function]
 connectToFilewrite(void *cfile, sqInt writeFlag)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/FilePlugin/FilePlugin.c:384:1: warning: ‘makeDirEntryNamesizecreateDatemodDateisDirfileSize’ defined but not used [-Wunused-function]
 makeDirEntryNamesizecreateDatemodDateisDirfileSize(char *entryName, sqInt entryNameSize, sqInt createDate, sqInt modifiedDate, sqInt dirFlag, squeakFileOffsetType fileSize)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/FilePlugin/FilePlugin.c:1230:1: warning: ‘primitiveFileReadWithoutPinning’ defined but not used [-Wunused-function]
 primitiveFileReadWithoutPinning(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/FilePlugin/FilePlugin.c:1285:1: warning: ‘primitiveFileReadWithPinning’ defined but not used [-Wunused-function]
 primitiveFileReadWithPinning(void)
 ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/FilePlugin/FilePlugin.c: In function ‘primitiveFileGetPosition’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/FilePlugin/FilePlugin.c:1071:3: warning: ‘position’ may be used uninitialized in this function [-Wmaybe-uninitialized]
   methodReturnValue(positive64BitIntegerFor(position));
   ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/FilePlugin/FilePlugin.c: In function ‘primitiveFileSize’:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/FilePlugin/FilePlugin.c:1411:3: warning: ‘size’ may be used uninitialized in this function [-Wmaybe-uninitialized]
   methodReturnValue(positive64BitIntegerFor(size));
   ^
[ 44%] Linking C shared library build/vm/libFilePlugin.so
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/FilePlugin.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.  -shared -Wl,-soname,libFilePlugin.so -o build/vm/libFilePlugin.so CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c.o CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c.o CMakeFiles/FilePlugin.dir/extracted/vm/src/unix/sqUnixCharConv.c.o CMakeFiles/FilePlugin.dir/src/fileUtils.c.o CMakeFiles/FilePlugin.dir/generated/64/plugins/src/FilePlugin/FilePlugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/libPharoVMCore.so build/vm/libffi.so -ldl -lm -lpthread 
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
[ 45%] Built target FilePlugin
make -f CMakeFiles/FileAttributesPlugin.dir/build.make CMakeFiles/FileAttributesPlugin.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
cd /builds/workspace/pharo-vm_pharo-9/build-stockReplacement && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/build-stockReplacement /builds/workspace/pharo-vm_pharo-9/build-stockReplacement /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/FileAttributesPlugin.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/FileAttributesPlugin.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/FileAttributesPlugin.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/FileAttributesPlugin.dir/depend.internal".
Scanning dependencies of target FileAttributesPlugin
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
make -f CMakeFiles/FileAttributesPlugin.dir/build.make CMakeFiles/FileAttributesPlugin.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
[ 45%] Building C object CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFileAttributesPlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqVirtualMachine.h:30:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:53:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c: In function ‘primitiveFileAttributes’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:630:11: warning: variable ‘val’ set but not used [-Wunused-but-set-variable]
     sqInt val;
           ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c: In function ‘primitiveLogicalDrives’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:709:18: warning: unused variable ‘mask’ [-Wunused-variable]
     unsigned int mask;
                  ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c: In function ‘processDirectory’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:1048:11: warning: variable ‘val’ set but not used [-Wunused-but-set-variable]
     sqInt val;
           ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c: At top level:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:6:13: warning: ‘__buildInfo’ defined but not used [-Wunused-variable]
 static char __buildInfo[] = "FileAttributesPlugin FileAttributesPlugin.oscog-akg.49 uuid: 00b4eed5-b2a8-454a-90b7-c3662d7c5423 " __DATE__ ;
             ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:183:1: warning: ‘addressObjectFor’ defined but not used [-Wunused-function]
 addressObjectFor(void *aMachineAddress)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:313:1: warning: ‘badSessionId’ defined but not used [-Wunused-function]
 badSessionId(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:354:1: warning: ‘faSuccess’ defined but not used [-Wunused-function]
 faSuccess(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:384:1: warning: ‘objectFromStructsize’ defined but not used [-Wunused-function]
 objectFromStructsize(void *aMachineAddress, sqInt structSize)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:403:1: warning: ‘pathOoptoBuffermaxLen’ defined but not used [-Wunused-function]
 pathOoptoBuffermaxLen(sqInt pathNameOop, char *cPathName, sqInt maxLen)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:424:1: warning: ‘pointerFrom’ defined but not used [-Wunused-function]
 pointerFrom(sqInt directoryPointerBytes)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:1093:1: warning: ‘readLinkintomaxLength’ defined but not used [-Wunused-function]
 readLinkintomaxLength(char *cPathName, char *cLinkPtr, size_t maxLength)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:1171:1: warning: ‘sizeOfFaPath’ defined but not used [-Wunused-function]
 sizeOfFaPath(void)
 ^
[ 46%] Building C object CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFileAttributesPlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c:7:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 46%] Building C object CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFileAttributesPlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c:10:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c: In function ‘faFileStatAttributes’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c:468:6: warning: unused variable ‘mode’ [-Wunused-variable]
 int  mode;
      ^
[ 47%] Linking C shared library build/vm/libFileAttributesPlugin.so
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/FileAttributesPlugin.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.  -shared -Wl,-soname,libFileAttributesPlugin.so -o build/vm/libFileAttributesPlugin.so CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c.o CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c.o CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c.o -Wl,-rpath,@executable_path/Plugins build/vm/libPharoVMCore.so build/vm/libFilePlugin.so build/vm/libffi.so -ldl -lm -lpthread 
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
[ 47%] Built target FileAttributesPlugin
make -f CMakeFiles/SocketPlugin.dir/build.make CMakeFiles/SocketPlugin.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
cd /builds/workspace/pharo-vm_pharo-9/build-stockReplacement && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/build-stockReplacement /builds/workspace/pharo-vm_pharo-9/build-stockReplacement /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/SocketPlugin.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/SocketPlugin.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/SocketPlugin.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/SocketPlugin.dir/depend.internal".
Scanning dependencies of target SocketPlugin
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
make -f CMakeFiles/SocketPlugin.dir/build.make CMakeFiles/SocketPlugin.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
[ 48%] Building C object CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DSocketPlugin_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqVirtualMachine.h:30:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:22:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c: In function ‘primitiveSocketListenOnPortBacklogInterface’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:1499:8: warning: unused variable ‘okToListen’ [-Wunused-variable]
  sqInt okToListen;
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c: In function ‘socketValueOf’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:2312:3: warning: pointer/integer type mismatch in conditional expression
   : (primitiveFailFor(PrimErrBadArgument),
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c: At top level:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:6:13: warning: ‘__buildInfo’ defined but not used [-Wunused-variable]
 static char __buildInfo[] = "SocketPlugin VMMaker.oscog-eem.2495 uuid: fcbf4c90-4c50-4ff3-8690-0edfded4f9c4 " __DATE__ ;
             ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:245:1: warning: ‘netAddressToInt’ defined but not used [-Wunused-function]
 netAddressToInt(unsigned char *ptrToByteArray)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:2296:1: warning: ‘socketRecordSize’ defined but not used [-Wunused-function]
 socketRecordSize(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:2307:1: warning: ‘socketValueOf’ defined but not used [-Wunused-function]
 socketValueOf(sqInt socketOop)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:2318:1: warning: ‘sqAssert’ defined but not used [-Wunused-function]
 sqAssert(sqInt aBool)
 ^
[ 49%] Building C object CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DSocketPlugin_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c:54:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c: In function ‘sqSocketSetReusable’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c:1630:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   *(sqInt *)buf= 1;
   ^
[ 49%] Linking C shared library build/vm/libSocketPlugin.so
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/SocketPlugin.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.  -shared -Wl,-soname,libSocketPlugin.so -o build/vm/libSocketPlugin.so CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c.o CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c.o -Wl,-rpath,@executable_path/Plugins build/vm/libPharoVMCore.so build/vm/libffi.so -ldl -lm -lpthread 
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
[ 49%] Built target SocketPlugin
make -f CMakeFiles/JPEGReadWriter2Plugin.dir/build.make CMakeFiles/JPEGReadWriter2Plugin.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
cd /builds/workspace/pharo-vm_pharo-9/build-stockReplacement && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/build-stockReplacement /builds/workspace/pharo-vm_pharo-9/build-stockReplacement /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/JPEGReadWriter2Plugin.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/JPEGReadWriter2Plugin.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/JPEGReadWriter2Plugin.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/JPEGReadWriter2Plugin.dir/depend.internal".
Scanning dependencies of target JPEGReadWriter2Plugin
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
make -f CMakeFiles/JPEGReadWriter2Plugin.dir/build.make CMakeFiles/JPEGReadWriter2Plugin.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
[ 49%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c
[ 50%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqVirtualMachine.h:30:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c:22:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c: In function ‘primJPEGWriteImageonByteArrayformqualityprogressiveJPEGerrorMgr’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c:410:8: warning: variable ‘v’ set but not used [-Wunused-but-set-variable]
  sqInt v;
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c: At top level:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c:6:13: warning: ‘__buildInfo’ defined but not used [-Wunused-variable]
 static char __buildInfo[] = "JPEGReadWriter2Plugin VMMaker.oscog-eem.2493 uuid: d7437cc5-75c7-4a43-af6b-0f85bf0cebe6 " __DATE__ ;
             ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c:537:1: warning: ‘sqAssert’ defined but not used [-Wunused-function]
 sqAssert(sqInt aBool)
 ^
[ 50%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c
[ 51%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c
[ 51%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c
[ 52%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c
[ 52%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c
[ 53%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c
[ 54%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c
[ 54%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c: In function ‘start_pass_main’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c:71:15: warning: ‘main’ is usually a function [-Wmain]
   my_main_ptr main = (my_main_ptr) cinfo->main;
               ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c: In function ‘process_data_simple_main’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c:117:15: warning: ‘main’ is usually a function [-Wmain]
   my_main_ptr main = (my_main_ptr) cinfo->main;
               ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c: In function ‘jinit_c_main_controller’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c:247:15: warning: ‘main’ is usually a function [-Wmain]
   my_main_ptr main;
               ^
[ 55%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c
[ 55%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c
[ 56%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c
[ 56%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c
[ 57%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c
[ 57%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c
[ 58%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c
[ 58%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c
[ 59%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c
[ 60%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c
[ 60%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c
[ 61%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c
[ 61%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c
[ 62%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c
[ 62%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c
[ 63%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c
[ 63%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c
[ 64%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c: In function ‘alloc_funny_pointers’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c:162:15: warning: ‘main’ is usually a function [-Wmain]
   my_main_ptr main = (my_main_ptr) cinfo->main;
               ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c: In function ‘make_funny_pointers’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c:203:15: warning: ‘main’ is usually a function [-Wmain]
   my_main_ptr main = (my_main_ptr) cinfo->main;
               ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c: In function ‘set_wraparound_pointers’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c:243:15: warning: ‘main’ is usually a function [-Wmain]
   my_main_ptr main = (my_main_ptr) cinfo->main;
               ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c: In function ‘set_bottom_pointers’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c:272:15: warning: ‘main’ is usually a function [-Wmain]
   my_main_ptr main = (my_main_ptr) cinfo->main;
               ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c: In function ‘start_pass_main’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c:309:15: warning: ‘main’ is usually a function [-Wmain]
   my_main_ptr main = (my_main_ptr) cinfo->main;
               ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c: In function ‘process_data_simple_main’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c:349:15: warning: ‘main’ is usually a function [-Wmain]
   my_main_ptr main = (my_main_ptr) cinfo->main;
               ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c: In function ‘process_data_context_main’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c:389:15: warning: ‘main’ is usually a function [-Wmain]
   my_main_ptr main = (my_main_ptr) cinfo->main;
               ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c: In function ‘jinit_d_main_controller’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c:478:15: warning: ‘main’ is usually a function [-Wmain]
   my_main_ptr main;
               ^
[ 65%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c
[ 65%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c
[ 66%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c
[ 66%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c
[ 67%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c
[ 67%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c
[ 68%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c
[ 68%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c
[ 69%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c
[ 70%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c
[ 70%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c
[ 71%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c
[ 71%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c
[ 72%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c
[ 72%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c
[ 73%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c
[ 73%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c: In function ‘init_source’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c:41:14: warning: unused variable ‘src’ [-Wunused-variable]
   my_src_ptr src = (my_src_ptr) cinfo->src;
              ^
[ 74%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c
[ 75%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c
[ 75%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c
[ 76%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c
[ 76%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c
[ 77%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c
[ 77%] Linking C shared library build/vm/libJPEGReadWriter2Plugin.so
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/JPEGReadWriter2Plugin.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.  -shared -Wl,-soname,libJPEGReadWriter2Plugin.so -o build/vm/libJPEGReadWriter2Plugin.so CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/libPharoVMCore.so build/vm/libffi.so -ldl -lm -lpthread 
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
[ 77%] Built target JPEGReadWriter2Plugin
make -f CMakeFiles/FloatArrayPlugin.dir/build.make CMakeFiles/FloatArrayPlugin.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
cd /builds/workspace/pharo-vm_pharo-9/build-stockReplacement && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/build-stockReplacement /builds/workspace/pharo-vm_pharo-9/build-stockReplacement /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/FloatArrayPlugin.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/FloatArrayPlugin.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/FloatArrayPlugin.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/FloatArrayPlugin.dir/depend.internal".
Scanning dependencies of target FloatArrayPlugin
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
make -f CMakeFiles/FloatArrayPlugin.dir/build.make CMakeFiles/FloatArrayPlugin.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
[ 78%] Building C object CMakeFiles/FloatArrayPlugin.dir/generated/64/plugins/src/FloatArrayPlugin/FloatArrayPlugin.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFloatArrayPlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/FloatArrayPlugin.dir/generated/64/plugins/src/FloatArrayPlugin/FloatArrayPlugin.c.o   -c /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/FloatArrayPlugin/FloatArrayPlugin.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqVirtualMachine.h:30:0,
                 from /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/FloatArrayPlugin/FloatArrayPlugin.c:22:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/FloatArrayPlugin/FloatArrayPlugin.c: At top level:
/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/FloatArrayPlugin/FloatArrayPlugin.c:6:13: warning: ‘__buildInfo’ defined but not used [-Wunused-variable]
 static char __buildInfo[] = "FloatArrayPlugin * VMMaker-tonel.1 uuid: 30f6cf19-c29e-0d00-90df-fea8092bce84 " __DATE__ ;
             ^
[ 79%] Linking C shared library build/vm/libFloatArrayPlugin.so
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/FloatArrayPlugin.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.  -shared -Wl,-soname,libFloatArrayPlugin.so -o build/vm/libFloatArrayPlugin.so CMakeFiles/FloatArrayPlugin.dir/generated/64/plugins/src/FloatArrayPlugin/FloatArrayPlugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/libPharoVMCore.so build/vm/libffi.so -ldl -lm -lpthread 
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
[ 79%] Built target FloatArrayPlugin
make -f CMakeFiles/LocalePlugin.dir/build.make CMakeFiles/LocalePlugin.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
cd /builds/workspace/pharo-vm_pharo-9/build-stockReplacement && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/build-stockReplacement /builds/workspace/pharo-vm_pharo-9/build-stockReplacement /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/LocalePlugin.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/LocalePlugin.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/LocalePlugin.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/LocalePlugin.dir/depend.internal".
Scanning dependencies of target LocalePlugin
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
make -f CMakeFiles/LocalePlugin.dir/build.make CMakeFiles/LocalePlugin.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
[ 80%] Building C object CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DLocalePlugin_EXPORTS -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqVirtualMachine.h:30:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c:22:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c: At top level:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c:6:13: warning: ‘__buildInfo’ defined but not used [-Wunused-variable]
 static char __buildInfo[] = "LocalePlugin VMMaker.oscog-eem.2495 uuid: fcbf4c90-4c50-4ff3-8690-0edfded4f9c4 " __DATE__ ;
             ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c:388:1: warning: ‘sqAssert’ defined but not used [-Wunused-function]
 sqAssert(sqInt aBool)
 ^
[ 81%] Building C object CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/unix/sqUnixLocale.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DLocalePlugin_EXPORTS -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/unix/sqUnixLocale.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/src/unix/sqUnixLocale.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/src/unix/sqUnixLocale.c:33:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 81%] Linking C shared library build/vm/libLocalePlugin.so
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/LocalePlugin.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.  -shared -Wl,-soname,libLocalePlugin.so -o build/vm/libLocalePlugin.so CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c.o CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/unix/sqUnixLocale.c.o -Wl,-rpath,@executable_path/Plugins build/vm/libPharoVMCore.so build/vm/libffi.so -ldl -lm -lpthread 
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
[ 81%] Built target LocalePlugin
make -f CMakeFiles/B2DPlugin.dir/build.make CMakeFiles/B2DPlugin.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
cd /builds/workspace/pharo-vm_pharo-9/build-stockReplacement && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/build-stockReplacement /builds/workspace/pharo-vm_pharo-9/build-stockReplacement /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/B2DPlugin.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/B2DPlugin.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/B2DPlugin.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/B2DPlugin.dir/depend.internal".
Scanning dependencies of target B2DPlugin
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
make -f CMakeFiles/B2DPlugin.dir/build.make CMakeFiles/B2DPlugin.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
[ 81%] Building C object CMakeFiles/B2DPlugin.dir/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DB2DPlugin_EXPORTS -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/B2DPlugin.dir/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqVirtualMachine.h:30:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:22:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c: In function ‘stepToNextLine’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13520:11: warning: variable ‘yValue’ set but not used [-Wunused-but-set-variable]
     sqInt yValue;
           ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c: In function ‘stepToNextWideBezierInat’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13646:3: warning: statement with no effect [-Wunused-value]
   ((signed)lastX >> 8);
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13676:2: warning: statement with no effect [-Wunused-value]
  ((signed)lastX1 >> 8);
  ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c: In function ‘stepToNextWideLine’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13699:11: warning: variable ‘yValue’ set but not used [-Wunused-but-set-variable]
     sqInt yValue;
           ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c: At top level:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6:13: warning: ‘__buildInfo’ defined but not used [-Wunused-variable]
 static char __buildInfo[] = "BalloonEnginePlugin VMMaker.oscog-eem.2480 uuid: bb3ffda7-8241-4dea-b886-d656e474b6c1 " __DATE__ ;
             ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:851:1: warning: ‘aaColorMaskGet’ defined but not used [-Wunused-function]
 aaColorMaskGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:858:1: warning: ‘aaColorMaskPut’ defined but not used [-Wunused-function]
 aaColorMaskPut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:865:1: warning: ‘aaColorShiftGet’ defined but not used [-Wunused-function]
 aaColorShiftGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:872:1: warning: ‘aaColorShiftPut’ defined but not used [-Wunused-function]
 aaColorShiftPut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:882:1: warning: ‘aaFirstPixelFromto’ defined but not used [-Wunused-function]
 aaFirstPixelFromto(sqInt leftX, sqInt rightX)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:897:1: warning: ‘aaHalfPixelGet’ defined but not used [-Wunused-function]
 aaHalfPixelGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:904:1: warning: ‘aaHalfPixelPut’ defined but not used [-Wunused-function]
 aaHalfPixelPut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:914:1: warning: ‘aaLastPixelFromto’ defined but not used [-Wunused-function]
 aaLastPixelFromto(sqInt leftX, sqInt rightX)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:921:1: warning: ‘aaLevelGet’ defined but not used [-Wunused-function]
 aaLevelGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:928:1: warning: ‘aaLevelPut’ defined but not used [-Wunused-function]
 aaLevelPut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:935:1: warning: ‘aaScanMaskGet’ defined but not used [-Wunused-function]
 aaScanMaskGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:942:1: warning: ‘aaScanMaskPut’ defined but not used [-Wunused-function]
 aaScanMaskPut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:949:1: warning: ‘aaShiftGet’ defined but not used [-Wunused-function]
 aaShiftGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:956:1: warning: ‘aaShiftPut’ defined but not used [-Wunused-function]
 aaShiftPut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:967:1: warning: ‘absoluteSquared8Dot24’ defined but not used [-Wunused-function]
 absoluteSquared8Dot24(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1036:1: warning: ‘adjustAALevel’ defined but not used [-Wunused-function]
 adjustAALevel(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1175:1: warning: ‘aetStartGet’ defined but not used [-Wunused-function]
 aetStartGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1182:1: warning: ‘aetStartPut’ defined but not used [-Wunused-function]
 aetStartPut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1189:1: warning: ‘aetUsedGet’ defined but not used [-Wunused-function]
 aetUsedGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1196:1: warning: ‘aetUsedPut’ defined but not used [-Wunused-function]
 aetUsedPut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1206:1: warning: ‘allocateAETEntry’ defined but not used [-Wunused-function]
 allocateAETEntry(sqInt nSlots)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1220:1: warning: ‘allocateBezier’ defined but not used [-Wunused-function]
 allocateBezier(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1240:1: warning: ‘allocateBezierStackEntry’ defined but not used [-Wunused-function]
 allocateBezierStackEntry(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1254:1: warning: ‘allocateBitmapFillcolormap’ defined but not used [-Wunused-function]
 allocateBitmapFillcolormap(sqInt cmSize, int *cmBits)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1321:1: warning: ‘allocateGradientFillrampWidthisRadial’ defined but not used [-Wunused-function]
 allocateGradientFillrampWidthisRadial(int *ramp, sqInt rampWidth, sqInt isRadial)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1364:1: warning: ‘allocateLine’ defined but not used [-Wunused-function]
 allocateLine(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1416:1: warning: ‘allocateStackEntry’ defined but not used [-Wunused-function]
 allocateStackEntry(sqInt nSlots)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1430:1: warning: ‘allocateStackFillEntry’ defined but not used [-Wunused-function]
 allocateStackFillEntry(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1443:1: warning: ‘allocateWideBezier’ defined but not used [-Wunused-function]
 allocateWideBezier(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1463:1: warning: ‘allocateWideLine’ defined but not used [-Wunused-function]
 allocateWideLine(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1483:1: warning: ‘areEdgeFillsValid’ defined but not used [-Wunused-function]
 areEdgeFillsValid(sqInt edge)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1493:1: warning: ‘assureValuebetweenand’ defined but not used [-Wunused-function]
 assureValuebetweenand(sqInt val1, sqInt val2, sqInt val3)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1516:1: warning: ‘bezierEndXOf’ defined but not used [-Wunused-function]
 bezierEndXOf(sqInt bezier)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1523:1: warning: ‘bezierEndXOfput’ defined but not used [-Wunused-function]
 bezierEndXOfput(sqInt bezier, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1530:1: warning: ‘bezierEndYOf’ defined but not used [-Wunused-function]
 bezierEndYOf(sqInt bezier)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1537:1: warning: ‘bezierEndYOfput’ defined but not used [-Wunused-function]
 bezierEndYOfput(sqInt bezier, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1544:1: warning: ‘bezierFinalXOf’ defined but not used [-Wunused-function]
 bezierFinalXOf(sqInt bezier)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1551:1: warning: ‘bezierFinalXOfput’ defined but not used [-Wunused-function]
 bezierFinalXOfput(sqInt bezier, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1558:1: warning: ‘bezierUpdateDataOf’ defined but not used [-Wunused-function]
 bezierUpdateDataOf(sqInt bezier)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1565:1: warning: ‘bezierViaXOf’ defined but not used [-Wunused-function]
 bezierViaXOf(sqInt bezier)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1572:1: warning: ‘bezierViaXOfput’ defined but not used [-Wunused-function]
 bezierViaXOfput(sqInt bezier, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1579:1: warning: ‘bezierViaYOf’ defined but not used [-Wunused-function]
 bezierViaYOf(sqInt bezier)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1586:1: warning: ‘bezierViaYOfput’ defined but not used [-Wunused-function]
 bezierViaYOfput(sqInt bezier, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1593:1: warning: ‘bitmapCmSizeOf’ defined but not used [-Wunused-function]
 bitmapCmSizeOf(sqInt bmFill)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1600:1: warning: ‘bitmapCmSizeOfput’ defined but not used [-Wunused-function]
 bitmapCmSizeOfput(sqInt bmFill, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1607:1: warning: ‘bitmapDepthOf’ defined but not used [-Wunused-function]
 bitmapDepthOf(sqInt bmFill)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1614:1: warning: ‘bitmapDepthOfput’ defined but not used [-Wunused-function]
 bitmapDepthOfput(sqInt bmFill, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1621:1: warning: ‘bitmapHeightOf’ defined but not used [-Wunused-function]
 bitmapHeightOf(sqInt bmFill)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1628:1: warning: ‘bitmapHeightOfput’ defined but not used [-Wunused-function]
 bitmapHeightOfput(sqInt bmFill, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1635:1: warning: ‘bitmapRasterOf’ defined but not used [-Wunused-function]
 bitmapRasterOf(sqInt bmFill)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1642:1: warning: ‘bitmapRasterOfput’ defined but not used [-Wunused-function]
 bitmapRasterOfput(sqInt bmFill, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1649:1: warning: ‘bitmapSizeOf’ defined but not used [-Wunused-function]
 bitmapSizeOf(sqInt bmFill)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1656:1: warning: ‘bitmapSizeOfput’ defined but not used [-Wunused-function]
 bitmapSizeOfput(sqInt bmFill, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1663:1: warning: ‘bitmapTileFlagOf’ defined but not used [-Wunused-function]
 bitmapTileFlagOf(sqInt bmFill)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1670:1: warning: ‘bitmapTileFlagOfput’ defined but not used [-Wunused-function]
 bitmapTileFlagOfput(sqInt bmFill, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1677:1: warning: ‘bitmapValuebitsatXy’ defined but not used [-Wunused-function]
 bitmapValuebitsatXy(sqInt bmFill, sqInt bits, sqInt xp, sqInt yp)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1740:1: warning: ‘bitmapWidthOf’ defined but not used [-Wunused-function]
 bitmapWidthOf(sqInt bmFill)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1747:1: warning: ‘bitmapWidthOfput’ defined but not used [-Wunused-function]
 bitmapWidthOfput(sqInt bmFill, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1754:1: warning: ‘bzEndX’ defined but not used [-Wunused-function]
 bzEndX(sqInt index)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1765:1: warning: ‘bzEndXput’ defined but not used [-Wunused-function]
 bzEndXput(sqInt index, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1776:1: warning: ‘bzEndY’ defined but not used [-Wunused-function]
 bzEndY(sqInt index)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1787:1: warning: ‘bzEndYput’ defined but not used [-Wunused-function]
 bzEndYput(sqInt index, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1798:1: warning: ‘bzStartX’ defined but not used [-Wunused-function]
 bzStartX(sqInt index)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1809:1: warning: ‘bzStartXput’ defined but not used [-Wunused-function]
 bzStartXput(sqInt index, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1820:1: warning: ‘bzStartY’ defined but not used [-Wunused-function]
 bzStartY(sqInt index)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1831:1: warning: ‘bzStartYput’ defined but not used [-Wunused-function]
 bzStartYput(sqInt index, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1842:1: warning: ‘bzViaX’ defined but not used [-Wunused-function]
 bzViaX(sqInt index)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1853:1: warning: ‘bzViaXput’ defined but not used [-Wunused-function]
 bzViaXput(sqInt index, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1864:1: warning: ‘bzViaY’ defined but not used [-Wunused-function]
 bzViaY(sqInt index)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1875:1: warning: ‘bzViaYput’ defined but not used [-Wunused-function]
 bzViaYput(sqInt index, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2030:1: warning: ‘checkedAddBezierToGET’ defined but not used [-Wunused-function]
 checkedAddBezierToGET(sqInt bezier)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2058:1: warning: ‘checkedAddEdgeToGET’ defined but not used [-Wunused-function]
 checkedAddEdgeToGET(sqInt edge)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2110:1: warning: ‘checkedAddLineToGET’ defined but not used [-Wunused-function]
 checkedAddLineToGET(sqInt line)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2170:1: warning: ‘clampValuemax’ defined but not used [-Wunused-function]
 clampValuemax(sqInt value, sqInt maxValue)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2218:1: warning: ‘clearSpanBufferGet’ defined but not used [-Wunused-function]
 clearSpanBufferGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2225:1: warning: ‘clearSpanBufferPut’ defined but not used [-Wunused-function]
 clearSpanBufferPut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2232:1: warning: ‘clipMaxXGet’ defined but not used [-Wunused-function]
 clipMaxXGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2239:1: warning: ‘clipMaxXPut’ defined but not used [-Wunused-function]
 clipMaxXPut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2246:1: warning: ‘clipMaxYGet’ defined but not used [-Wunused-function]
 clipMaxYGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2253:1: warning: ‘clipMaxYPut’ defined but not used [-Wunused-function]
 clipMaxYPut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2260:1: warning: ‘clipMinXGet’ defined but not used [-Wunused-function]
 clipMinXGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2267:1: warning: ‘clipMinXPut’ defined but not used [-Wunused-function]
 clipMinXPut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2274:1: warning: ‘clipMinYGet’ defined but not used [-Wunused-function]
 clipMinYGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2281:1: warning: ‘clipMinYPut’ defined but not used [-Wunused-function]
 clipMinYPut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2288:1: warning: ‘colormapOf’ defined but not used [-Wunused-function]
 colormapOf(sqInt bmFill)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2295:1: warning: ‘colorTransform’ defined but not used [-Wunused-function]
 colorTransform(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2577:1: warning: ‘computeSqrt’ defined but not used [-Wunused-function]
 computeSqrt(sqInt length2)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2672:1: warning: ‘currentYGet’ defined but not used [-Wunused-function]
 currentYGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2679:1: warning: ‘currentYPut’ defined but not used [-Wunused-function]
 currentYPut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2686:1: warning: ‘currentZGet’ defined but not used [-Wunused-function]
 currentZGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2693:1: warning: ‘currentZPut’ defined but not used [-Wunused-function]
 currentZPut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2700:1: warning: ‘destOffsetXGet’ defined but not used [-Wunused-function]
 destOffsetXGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2707:1: warning: ‘destOffsetXPut’ defined but not used [-Wunused-function]
 destOffsetXPut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2714:1: warning: ‘destOffsetYGet’ defined but not used [-Wunused-function]
 destOffsetYGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2721:1: warning: ‘destOffsetYPut’ defined but not used [-Wunused-function]
 destOffsetYPut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2766:1: warning: ‘drawWideEdgefrom’ defined but not used [-Wunused-function]
 drawWideEdgefrom(sqInt edge, sqInt leftX)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2813:1: warning: ‘edgeFillsInvalidate’ defined but not used [-Wunused-function]
 edgeFillsInvalidate(sqInt edge)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2824:1: warning: ‘edgeFillsValidate’ defined but not used [-Wunused-function]
 edgeFillsValidate(sqInt edge)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2835:1: warning: ‘edgeLeftFillOf’ defined but not used [-Wunused-function]
 edgeLeftFillOf(sqInt edge)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2842:1: warning: ‘edgeLeftFillOfput’ defined but not used [-Wunused-function]
 edgeLeftFillOfput(sqInt edge, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2849:1: warning: ‘edgeNumLinesOf’ defined but not used [-Wunused-function]
 edgeNumLinesOf(sqInt edge)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2856:1: warning: ‘edgeNumLinesOfput’ defined but not used [-Wunused-function]
 edgeNumLinesOfput(sqInt edge, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2863:1: warning: ‘edgeRightFillOf’ defined but not used [-Wunused-function]
 edgeRightFillOf(sqInt edge)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2870:1: warning: ‘edgeRightFillOfput’ defined but not used [-Wunused-function]
 edgeRightFillOfput(sqInt edge, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2877:1: warning: ‘edgeTransform’ defined but not used [-Wunused-function]
 edgeTransform(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2887:1: warning: ‘edgeTypeOf’ defined but not used [-Wunused-function]
 edgeTypeOf(sqInt edge)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2894:1: warning: ‘edgeXValueOf’ defined but not used [-Wunused-function]
 edgeXValueOf(sqInt edge)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2901:1: warning: ‘edgeXValueOfput’ defined but not used [-Wunused-function]
 edgeXValueOfput(sqInt edge, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2908:1: warning: ‘edgeYValueOf’ defined but not used [-Wunused-function]
 edgeYValueOf(sqInt edge)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2915:1: warning: ‘edgeYValueOfput’ defined but not used [-Wunused-function]
 edgeYValueOfput(sqInt edge, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2922:1: warning: ‘edgeZValueOf’ defined but not used [-Wunused-function]
 edgeZValueOf(sqInt edge)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2929:1: warning: ‘edgeZValueOfput’ defined but not used [-Wunused-function]
 edgeZValueOfput(sqInt edge, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2953:1: warning: ‘estimatedLengthOfwith’ defined but not used [-Wunused-function]
 estimatedLengthOfwith(sqInt deltaX, sqInt deltaY)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2983:1: warning: ‘fillAllFromto’ defined but not used [-Wunused-function]
 fillAllFromto(sqInt leftX, sqInt rightX)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3086:1: warning: ‘fillBitmapSpan’ defined but not used [-Wunused-function]
 fillBitmapSpan(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3866:1: warning: ‘fillColorSpanfromto’ defined but not used [-Wunused-function]
 fillColorSpanfromto(sqInt pixelValue32, sqInt leftX, sqInt rightX)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3896:1: warning: ‘fillDirectionXOf’ defined but not used [-Wunused-function]
 fillDirectionXOf(sqInt fill)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3903:1: warning: ‘fillDirectionXOfput’ defined but not used [-Wunused-function]
 fillDirectionXOfput(sqInt fill, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3910:1: warning: ‘fillDirectionYOf’ defined but not used [-Wunused-function]
 fillDirectionYOf(sqInt fill)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3917:1: warning: ‘fillDirectionYOfput’ defined but not used [-Wunused-function]
 fillDirectionYOfput(sqInt fill, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3924:1: warning: ‘fillLinearGradient’ defined but not used [-Wunused-function]
 fillLinearGradient(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4152:1: warning: ‘fillMaxXGet’ defined but not used [-Wunused-function]
 fillMaxXGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4159:1: warning: ‘fillMaxXPut’ defined but not used [-Wunused-function]
 fillMaxXPut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4166:1: warning: ‘fillMaxYGet’ defined but not used [-Wunused-function]
 fillMaxYGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4173:1: warning: ‘fillMaxYPut’ defined but not used [-Wunused-function]
 fillMaxYPut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4180:1: warning: ‘fillMinXGet’ defined but not used [-Wunused-function]
 fillMinXGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4187:1: warning: ‘fillMinXPut’ defined but not used [-Wunused-function]
 fillMinXPut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4194:1: warning: ‘fillMinYGet’ defined but not used [-Wunused-function]
 fillMinYGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4201:1: warning: ‘fillMinYPut’ defined but not used [-Wunused-function]
 fillMinYPut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4208:1: warning: ‘fillNormalXOf’ defined but not used [-Wunused-function]
 fillNormalXOf(sqInt fill)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4215:1: warning: ‘fillNormalXOfput’ defined but not used [-Wunused-function]
 fillNormalXOfput(sqInt fill, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4222:1: warning: ‘fillNormalYOf’ defined but not used [-Wunused-function]
 fillNormalYOf(sqInt fill)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4229:1: warning: ‘fillNormalYOfput’ defined but not used [-Wunused-function]
 fillNormalYOfput(sqInt fill, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4236:1: warning: ‘fillOffsetXGet’ defined but not used [-Wunused-function]
 fillOffsetXGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4243:1: warning: ‘fillOffsetXPut’ defined but not used [-Wunused-function]
 fillOffsetXPut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4250:1: warning: ‘fillOffsetYGet’ defined but not used [-Wunused-function]
 fillOffsetYGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4257:1: warning: ‘fillOffsetYPut’ defined but not used [-Wunused-function]
 fillOffsetYPut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4264:1: warning: ‘fillOriginXOf’ defined but not used [-Wunused-function]
 fillOriginXOf(sqInt fill)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4271:1: warning: ‘fillOriginXOfput’ defined but not used [-Wunused-function]
 fillOriginXOfput(sqInt fill, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4278:1: warning: ‘fillOriginYOf’ defined but not used [-Wunused-function]
 fillOriginYOf(sqInt fill)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4285:1: warning: ‘fillOriginYOfput’ defined but not used [-Wunused-function]
 fillOriginYOfput(sqInt fill, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4431:1: warning: ‘fillRadialDecreasingrampdeltaSTdsXdtXfromto’ defined but not used [-Wunused-function]
 fillRadialDecreasingrampdeltaSTdsXdtXfromto(sqInt fill, sqInt ramp, sqInt deltaST, sqInt dsX, sqInt dtX, sqInt leftX, sqInt rightX)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4477:1: warning: ‘fillRadialGradient’ defined but not used [-Wunused-function]
 fillRadialGradient(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4839:1: warning: ‘fillRadialIncreasingrampdeltaSTdsXdtXfromto’ defined but not used [-Wunused-function]
 fillRadialIncreasingrampdeltaSTdsXdtXfromto(sqInt fill, sqInt ramp, sqInt deltaST, sqInt dsX, sqInt dtX, sqInt leftX, sqInt rightX)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5011:1: warning: ‘fillTypeOf’ defined but not used [-Wunused-function]
 fillTypeOf(sqInt fill)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5018:1: warning: ‘findNextAETEdgeFrom’ defined but not used [-Wunused-function]
 findNextAETEdgeFrom(sqInt leftEdge)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5446:1: warning: ‘finishedProcessing’ defined but not used [-Wunused-function]
 finishedProcessing(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5453:1: warning: ‘firstPointListGet’ defined but not used [-Wunused-function]
 firstPointListGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5460:1: warning: ‘firstPointListPut’ defined but not used [-Wunused-function]
 firstPointListPut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5467:1: warning: ‘freeStackFillEntry’ defined but not used [-Wunused-function]
 freeStackFillEntry(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5509:1: warning: ‘getStartGet’ defined but not used [-Wunused-function]
 getStartGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5516:1: warning: ‘getStartPut’ defined but not used [-Wunused-function]
 getStartPut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5523:1: warning: ‘getUsedGet’ defined but not used [-Wunused-function]
 getUsedGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5530:1: warning: ‘getUsedPut’ defined but not used [-Wunused-function]
 getUsedPut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5537:1: warning: ‘gradientRampLengthOf’ defined but not used [-Wunused-function]
 gradientRampLengthOf(sqInt fill)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5544:1: warning: ‘gradientRampLengthOfput’ defined but not used [-Wunused-function]
 gradientRampLengthOfput(sqInt fill, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5551:1: warning: ‘gradientRampOf’ defined but not used [-Wunused-function]
 gradientRampOf(sqInt fill)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5558:1: warning: ‘hasColorTransform’ defined but not used [-Wunused-function]
 hasColorTransform(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5565:1: warning: ‘hasColorTransformGet’ defined but not used [-Wunused-function]
 hasColorTransformGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5572:1: warning: ‘hasColorTransformPut’ defined but not used [-Wunused-function]
 hasColorTransformPut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5579:1: warning: ‘hasEdgeTransform’ defined but not used [-Wunused-function]
 hasEdgeTransform(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5586:1: warning: ‘hasEdgeTransformGet’ defined but not used [-Wunused-function]
 hasEdgeTransformGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5593:1: warning: ‘hasEdgeTransformPut’ defined but not used [-Wunused-function]
 hasEdgeTransformPut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5677:1: warning: ‘incrementPointby’ defined but not used [-Wunused-function]
 incrementPointby(int *point, sqInt delta)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5686:1: warning: ‘incrementStatby’ defined but not used [-Wunused-function]
 incrementStatby(sqInt statIndex, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5899:1: warning: ‘isBezier’ defined but not used [-Wunused-function]
 isBezier(sqInt bezier)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5919:1: warning: ‘isFillColor’ defined but not used [-Wunused-function]
 isFillColor(sqInt fill)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5938:1: warning: ‘isFill’ defined but not used [-Wunused-function]
 isFill(sqInt fill)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5946:1: warning: ‘isLine’ defined but not used [-Wunused-function]
 isLine(sqInt line)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5953:1: warning: ‘isObject’ defined but not used [-Wunused-function]
 isObject(sqInt obj)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5961:1: warning: ‘isRealFill’ defined but not used [-Wunused-function]
 isRealFill(sqInt fill)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5968:1: warning: ‘isStackEntry’ defined but not used [-Wunused-function]
 isStackEntry(sqInt entry)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5976:1: warning: ‘isStackIndex’ defined but not used [-Wunused-function]
 isStackIndex(sqInt index)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5984:1: warning: ‘isWideBezier’ defined but not used [-Wunused-function]
 isWideBezier(sqInt bezier)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5992:1: warning: ‘isWideLine’ defined but not used [-Wunused-function]
 isWideLine(sqInt line)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6000:1: warning: ‘isWide’ defined but not used [-Wunused-function]
 isWide(sqInt object)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6007:1: warning: ‘lastExportedEdgeGet’ defined but not used [-Wunused-function]
 lastExportedEdgeGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6014:1: warning: ‘lastExportedEdgePut’ defined but not used [-Wunused-function]
 lastExportedEdgePut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6021:1: warning: ‘lastExportedFillGet’ defined but not used [-Wunused-function]
 lastExportedFillGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6028:1: warning: ‘lastExportedFillPut’ defined but not used [-Wunused-function]
 lastExportedFillPut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6035:1: warning: ‘lastExportedLeftXGet’ defined but not used [-Wunused-function]
 lastExportedLeftXGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6042:1: warning: ‘lastExportedLeftXPut’ defined but not used [-Wunused-function]
 lastExportedLeftXPut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6049:1: warning: ‘lastExportedRightXGet’ defined but not used [-Wunused-function]
 lastExportedRightXGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6056:1: warning: ‘lastExportedRightXPut’ defined but not used [-Wunused-function]
 lastExportedRightXPut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6063:1: warning: ‘lineEndXOf’ defined but not used [-Wunused-function]
 lineEndXOf(sqInt line)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6070:1: warning: ‘lineEndXOfput’ defined but not used [-Wunused-function]
 lineEndXOfput(sqInt line, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6077:1: warning: ‘lineEndYOf’ defined but not used [-Wunused-function]
 lineEndYOf(sqInt line)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6084:1: warning: ‘lineEndYOfput’ defined but not used [-Wunused-function]
 lineEndYOfput(sqInt line, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6091:1: warning: ‘lineErrorAdjDownOf’ defined but not used [-Wunused-function]
 lineErrorAdjDownOf(sqInt line)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6098:1: warning: ‘lineErrorAdjDownOfput’ defined but not used [-Wunused-function]
 lineErrorAdjDownOfput(sqInt line, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6105:1: warning: ‘lineErrorAdjUpOf’ defined but not used [-Wunused-function]
 lineErrorAdjUpOf(sqInt line)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6112:1: warning: ‘lineErrorAdjUpOfput’ defined but not used [-Wunused-function]
 lineErrorAdjUpOfput(sqInt line, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6119:1: warning: ‘lineErrorOf’ defined but not used [-Wunused-function]
 lineErrorOf(sqInt line)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6126:1: warning: ‘lineErrorOfput’ defined but not used [-Wunused-function]
 lineErrorOfput(sqInt line, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6133:1: warning: ‘lineXDirectionOf’ defined but not used [-Wunused-function]
 lineXDirectionOf(sqInt line)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6140:1: warning: ‘lineXDirectionOfput’ defined but not used [-Wunused-function]
 lineXDirectionOfput(sqInt line, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6147:1: warning: ‘lineXIncrementOf’ defined but not used [-Wunused-function]
 lineXIncrementOf(sqInt line)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6154:1: warning: ‘lineXIncrementOfput’ defined but not used [-Wunused-function]
 lineXIncrementOfput(sqInt line, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6161:1: warning: ‘lineYDirectionOf’ defined but not used [-Wunused-function]
 lineYDirectionOf(sqInt line)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6168:1: warning: ‘lineYDirectionOfput’ defined but not used [-Wunused-function]
 lineYDirectionOfput(sqInt line, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6237:1: warning: ‘loadArrayPolygonnPointsfilllineWidthlineFill’ defined but not used [-Wunused-function]
 loadArrayPolygonnPointsfilllineWidthlineFill(sqInt points, sqInt nPoints, sqInt fillIndex, sqInt lineWidth, sqInt lineFill)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6691:1: warning: ‘loadBitmapFillcolormaptilefromalongnormalxIndex’ defined but not used [-Wunused-function]
 loadBitmapFillcolormaptilefromalongnormalxIndex(sqInt formOop, sqInt cmOop, sqInt tileFlag, int *point1, int *point2, int *point3, sqInt xIndex)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6834:1: warning: ‘loadColorTransformFrom’ defined but not used [-Wunused-function]
 loadColorTransformFrom(sqInt transformOop)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6861:1: warning: ‘loadCompressedSegmentfromshortleftFillrightFilllineWidthlineColor’ defined but not used [-Wunused-function]
 loadCompressedSegmentfromshortleftFillrightFilllineWidthlineColor(sqInt segmentIndex, sqInt points, sqInt pointsShort, sqInt leftFill, sqInt rightFill, sqInt lineWidth, sqInt lineFill)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:7868:1: warning: ‘loadLinefromtooffsetleftFillrightFill’ defined but not used [-Wunused-function]
 loadLinefromtooffsetleftFillrightFill(sqInt line, int *point1, int *point2, sqInt yOffset, sqInt leftFill, sqInt rightFill)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8093:1: warning: ‘loadPointIntAtfrom’ defined but not used [-Wunused-function]
 loadPointIntAtfrom(sqInt index, sqInt intArray)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8103:1: warning: ‘loadPointShortAtfrom’ defined but not used [-Wunused-function]
 loadPointShortAtfrom(sqInt index, sqInt shortArray)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8147:1: warning: ‘loadPolygonnPointsfilllineWidthlineFillpointsShort’ defined but not used [-Wunused-function]
 loadPolygonnPointsfilllineWidthlineFillpointsShort(int *points, sqInt nPoints, sqInt fillIndex, sqInt lineWidth, sqInt lineFill, sqInt isShort)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8316:1: warning: ‘loadRectanglelineFillleftFillrightFill’ defined but not used [-Wunused-function]
 loadRectanglelineFillleftFillrightFill(sqInt lineWidth, sqInt lineFill, sqInt leftFill, sqInt rightFill)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8973:1: warning: ‘magicNumberGet’ defined but not used [-Wunused-function]
 magicNumberGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8980:1: warning: ‘magicNumberPut’ defined but not used [-Wunused-function]
 magicNumberPut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8987:1: warning: ‘makeRectFromPoints’ defined but not used [-Wunused-function]
 makeRectFromPoints(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8998:1: warning: ‘makeUnsignedFrom’ defined but not used [-Wunused-function]
 makeUnsignedFrom(sqInt someIntegerValue)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9058:1: warning: ‘needsFlush’ defined but not used [-Wunused-function]
 needsFlush(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9065:1: warning: ‘needsFlushGet’ defined but not used [-Wunused-function]
 needsFlushGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9072:1: warning: ‘needsFlushPut’ defined but not used [-Wunused-function]
 needsFlushPut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9079:1: warning: ‘objectHeaderOf’ defined but not used [-Wunused-function]
 objectHeaderOf(sqInt obj)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9090:1: warning: ‘objectIndexOf’ defined but not used [-Wunused-function]
 objectIndexOf(sqInt obj)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9097:1: warning: ‘objectIndexOfput’ defined but not used [-Wunused-function]
 objectIndexOfput(sqInt obj, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9104:1: warning: ‘objectLengthOf’ defined but not used [-Wunused-function]
 objectLengthOf(sqInt obj)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9111:1: warning: ‘objectLengthOfput’ defined but not used [-Wunused-function]
 objectLengthOfput(sqInt obj, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9118:1: warning: ‘objectTypeOf’ defined but not used [-Wunused-function]
 objectTypeOf(sqInt obj)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9125:1: warning: ‘objectTypeOfput’ defined but not used [-Wunused-function]
 objectTypeOfput(sqInt obj, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9132:1: warning: ‘objStartGet’ defined but not used [-Wunused-function]
 objStartGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9139:1: warning: ‘objStartPut’ defined but not used [-Wunused-function]
 objStartPut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9146:1: warning: ‘objUsedGet’ defined but not used [-Wunused-function]
 objUsedGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9153:1: warning: ‘objUsedPut’ defined but not used [-Wunused-function]
 objUsedPut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9160:1: warning: ‘objat’ defined but not used [-Wunused-function]
 objat(sqInt object, sqInt index)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9167:1: warning: ‘objatput’ defined but not used [-Wunused-function]
 objatput(sqInt object, sqInt index, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9178:1: warning: ‘offsetFromWidth’ defined but not used [-Wunused-function]
 offsetFromWidth(sqInt lineWidth)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9185:1: warning: ‘point1Get’ defined but not used [-Wunused-function]
 point1Get(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9192:1: warning: ‘point2Get’ defined but not used [-Wunused-function]
 point2Get(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9199:1: warning: ‘point3Get’ defined but not used [-Wunused-function]
 point3Get(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9206:1: warning: ‘point4Get’ defined but not used [-Wunused-function]
 point4Get(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12282:1: warning: ‘quickRemoveInvalidFillsAt’ defined but not used [-Wunused-function]
 quickRemoveInvalidFillsAt(sqInt leftX)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12428:1: warning: ‘repeatValuemax’ defined but not used [-Wunused-function]
 repeatValuemax(sqInt delta, sqInt maxValue)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12495:1: warning: ‘returnWideBezierFill’ defined but not used [-Wunused-function]
 returnWideBezierFill(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12502:1: warning: ‘returnWideBezierWidth’ defined but not used [-Wunused-function]
 returnWideBezierWidth(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12512:1: warning: ‘returnWideLineFill’ defined but not used [-Wunused-function]
 returnWideLineFill(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12522:1: warning: ‘returnWideLineWidth’ defined but not used [-Wunused-function]
 returnWideLineWidth(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12668:1: warning: ‘shortRunLengthAtfrom’ defined but not used [-Wunused-function]
 shortRunLengthAtfrom(sqInt i, sqInt runArray)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12680:1: warning: ‘shortRunValueAtfrom’ defined but not used [-Wunused-function]
 shortRunValueAtfrom(sqInt i, sqInt runArray)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12748:1: warning: ‘sortGlobalEdgeTable’ defined but not used [-Wunused-function]
 sortGlobalEdgeTable(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12756:1: warning: ‘spanEndAAGet’ defined but not used [-Wunused-function]
 spanEndAAGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12763:1: warning: ‘spanEndAAPut’ defined but not used [-Wunused-function]
 spanEndAAPut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12770:1: warning: ‘spanEndGet’ defined but not used [-Wunused-function]
 spanEndGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12777:1: warning: ‘spanEndPut’ defined but not used [-Wunused-function]
 spanEndPut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12784:1: warning: ‘spanSizeGet’ defined but not used [-Wunused-function]
 spanSizeGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12791:1: warning: ‘spanSizePut’ defined but not used [-Wunused-function]
 spanSizePut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12798:1: warning: ‘spanStartGet’ defined but not used [-Wunused-function]
 spanStartGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12805:1: warning: ‘spanStartPut’ defined but not used [-Wunused-function]
 spanStartPut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12812:1: warning: ‘squaredLengthOfwith’ defined but not used [-Wunused-function]
 squaredLengthOfwith(sqInt deltaX, sqInt deltaY)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12819:1: warning: ‘stackFillDepth’ defined but not used [-Wunused-function]
 stackFillDepth(sqInt index)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12826:1: warning: ‘stackFillDepthput’ defined but not used [-Wunused-function]
 stackFillDepthput(sqInt index, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12833:1: warning: ‘stackFillEntryLength’ defined but not used [-Wunused-function]
 stackFillEntryLength(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12840:1: warning: ‘stackFillRightX’ defined but not used [-Wunused-function]
 stackFillRightX(sqInt index)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12847:1: warning: ‘stackFillRightXput’ defined but not used [-Wunused-function]
 stackFillRightXput(sqInt index, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12854:1: warning: ‘stackFillSize’ defined but not used [-Wunused-function]
 stackFillSize(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12861:1: warning: ‘stackFillValue’ defined but not used [-Wunused-function]
 stackFillValue(sqInt index)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12868:1: warning: ‘stackFillValueput’ defined but not used [-Wunused-function]
 stackFillValueput(sqInt index, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12875:1: warning: ‘stateGet’ defined but not used [-Wunused-function]
 stateGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12882:1: warning: ‘statePut’ defined but not used [-Wunused-function]
 statePut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12894:1: warning: ‘stepToFirstBezier’ defined but not used [-Wunused-function]
 stepToFirstBezier(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13033:1: warning: ‘stepToFirstLine’ defined but not used [-Wunused-function]
 stepToFirstLine(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13140:1: warning: ‘stepToFirstWideBezier’ defined but not used [-Wunused-function]
 stepToFirstWideBezier(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13244:1: warning: ‘stepToFirstWideLine’ defined but not used [-Wunused-function]
 stepToFirstWideLine(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13388:1: warning: ‘stepToNextBezier’ defined but not used [-Wunused-function]
 stepToNextBezier(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13434:1: warning: ‘stepToNextBezierForwardat’ defined but not used [-Wunused-function]
 stepToNextBezierForwardat(int *updateData, sqInt yValue)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13515:1: warning: ‘stepToNextLine’ defined but not used [-Wunused-function]
 stepToNextLine(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13686:1: warning: ‘stepToNextWideLine’ defined but not used [-Wunused-function]
 stepToNextWideLine(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13814:1: warning: ‘stopBecauseOf’ defined but not used [-Wunused-function]
 stopBecauseOf(sqInt stopReason)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13823:1: warning: ‘stopReasonGet’ defined but not used [-Wunused-function]
 stopReasonGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13830:1: warning: ‘stopReasonPut’ defined but not used [-Wunused-function]
 stopReasonPut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13854:1: warning: ‘storeEngineStateInto’ defined but not used [-Wunused-function]
 storeEngineStateInto(sqInt oop)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13930:1: warning: ‘storeStopStateIntoEdgefill’ defined but not used [-Wunused-function]
 storeStopStateIntoEdgefill(sqInt edgeOop, sqInt fillOop)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14334:1: warning: ‘topFillDepth’ defined but not used [-Wunused-function]
 topFillDepth(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14345:1: warning: ‘topFillDepthPut’ defined but not used [-Wunused-function]
 topFillDepthPut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14356:1: warning: ‘topFillRightX’ defined but not used [-Wunused-function]
 topFillRightX(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14367:1: warning: ‘topFillRightXPut’ defined but not used [-Wunused-function]
 topFillRightXPut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14378:1: warning: ‘topFillValue’ defined but not used [-Wunused-function]
 topFillValue(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14389:1: warning: ‘topFillValuePut’ defined but not used [-Wunused-function]
 topFillValuePut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14468:1: warning: ‘transformPoints’ defined but not used [-Wunused-function]
 transformPoints(sqInt n)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14597:1: warning: ‘transformPointXyinto’ defined but not used [-Wunused-function]
 transformPointXyinto(double xValue, double yValue, int *dstPoint)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14619:1: warning: ‘transformPoint’ defined but not used [-Wunused-function]
 transformPoint(int *point)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14658:1: warning: ‘transformPointinto’ defined but not used [-Wunused-function]
 transformPointinto(sqInt srcPoint, sqInt dstPoint)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14872:1: warning: ‘wbSizeGet’ defined but not used [-Wunused-function]
 wbSizeGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14879:1: warning: ‘wbSizePut’ defined but not used [-Wunused-function]
 wbSizePut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14886:1: warning: ‘wbStackClear’ defined but not used [-Wunused-function]
 wbStackClear(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14895:1: warning: ‘wbStackPop’ defined but not used [-Wunused-function]
 wbStackPop(sqInt nItems)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14916:1: warning: ‘wbStackSize’ defined but not used [-Wunused-function]
 wbStackSize(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14923:1: warning: ‘wbStackValue’ defined but not used [-Wunused-function]
 wbStackValue(sqInt index)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14930:1: warning: ‘wbStackValueput’ defined but not used [-Wunused-function]
 wbStackValueput(sqInt index, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14937:1: warning: ‘wbTopGet’ defined but not used [-Wunused-function]
 wbTopGet(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14944:1: warning: ‘wbTopPut’ defined but not used [-Wunused-function]
 wbTopPut(sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14951:1: warning: ‘wideBezierEntryOf’ defined but not used [-Wunused-function]
 wideBezierEntryOf(sqInt line)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14959:1: warning: ‘wideBezierEntryOfput’ defined but not used [-Wunused-function]
 wideBezierEntryOfput(sqInt line, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14967:1: warning: ‘wideBezierExitOf’ defined but not used [-Wunused-function]
 wideBezierExitOf(sqInt line)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14975:1: warning: ‘wideBezierExitOfput’ defined but not used [-Wunused-function]
 wideBezierExitOfput(sqInt line, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14983:1: warning: ‘wideBezierExtentOf’ defined but not used [-Wunused-function]
 wideBezierExtentOf(sqInt bezier)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14991:1: warning: ‘wideBezierExtentOfput’ defined but not used [-Wunused-function]
 wideBezierExtentOfput(sqInt bezier, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15007:1: warning: ‘wideBezierFillOfput’ defined but not used [-Wunused-function]
 wideBezierFillOfput(sqInt bezier, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15015:1: warning: ‘wideBezierUpdateDataOf’ defined but not used [-Wunused-function]
 wideBezierUpdateDataOf(sqInt bezier)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15030:1: warning: ‘wideBezierWidthOfput’ defined but not used [-Wunused-function]
 wideBezierWidthOfput(sqInt line, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15038:1: warning: ‘wideLineEntryOf’ defined but not used [-Wunused-function]
 wideLineEntryOf(sqInt line)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15046:1: warning: ‘wideLineEntryOfput’ defined but not used [-Wunused-function]
 wideLineEntryOfput(sqInt line, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15054:1: warning: ‘wideLineExitOf’ defined but not used [-Wunused-function]
 wideLineExitOf(sqInt line)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15062:1: warning: ‘wideLineExitOfput’ defined but not used [-Wunused-function]
 wideLineExitOfput(sqInt line, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15070:1: warning: ‘wideLineExtentOf’ defined but not used [-Wunused-function]
 wideLineExtentOf(sqInt line)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15078:1: warning: ‘wideLineExtentOfput’ defined but not used [-Wunused-function]
 wideLineExtentOfput(sqInt line, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15094:1: warning: ‘wideLineFillOfput’ defined but not used [-Wunused-function]
 wideLineFillOfput(sqInt line, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15110:1: warning: ‘wideLineWidthOfput’ defined but not used [-Wunused-function]
 wideLineWidthOfput(sqInt line, sqInt value)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15118:1: warning: ‘workBufferPut’ defined but not used [-Wunused-function]
 workBufferPut(sqInt wbOop)
 ^
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[ 82%] Linking C shared library build/vm/libB2DPlugin.so
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/B2DPlugin.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.  -shared -Wl,-soname,libB2DPlugin.so -o build/vm/libB2DPlugin.so CMakeFiles/B2DPlugin.dir/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/libPharoVMCore.so build/vm/libffi.so -ldl -lm -lpthread 
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
[ 82%] Built target B2DPlugin
make -f CMakeFiles/libgit2-0.25.1.dir/build.make CMakeFiles/libgit2-0.25.1.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
cd /builds/workspace/pharo-vm_pharo-9/build-stockReplacement && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/build-stockReplacement /builds/workspace/pharo-vm_pharo-9/build-stockReplacement /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/libgit2-0.25.1.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/libgit2-0.25.1.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/libgit2-0.25.1.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/libgit2-0.25.1.dir/depend.internal".
Scanning dependencies of target libgit2-0.25.1
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
make -f CMakeFiles/libgit2-0.25.1.dir/build.make CMakeFiles/libgit2-0.25.1.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libgit2-0.25.1-src/libgit2.so /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vm/
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libgit2-0.25.1-src/libgit2.so.0.25.1 /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vm/
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libgit2-0.25.1-src/libgit2.so.25 /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vm/
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
[ 82%] Built target libgit2-0.25.1
make -f CMakeFiles/MiscPrimitivePlugin.dir/build.make CMakeFiles/MiscPrimitivePlugin.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
cd /builds/workspace/pharo-vm_pharo-9/build-stockReplacement && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/build-stockReplacement /builds/workspace/pharo-vm_pharo-9/build-stockReplacement /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/MiscPrimitivePlugin.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/MiscPrimitivePlugin.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/MiscPrimitivePlugin.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/MiscPrimitivePlugin.dir/depend.internal".
Scanning dependencies of target MiscPrimitivePlugin
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
make -f CMakeFiles/MiscPrimitivePlugin.dir/build.make CMakeFiles/MiscPrimitivePlugin.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
[ 83%] Building C object CMakeFiles/MiscPrimitivePlugin.dir/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DMiscPrimitivePlugin_EXPORTS -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/MiscPrimitivePlugin.dir/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqVirtualMachine.h:30:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c:22:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c: At top level:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c:6:13: warning: ‘__buildInfo’ defined but not used [-Wunused-variable]
 static char __buildInfo[] = "MiscPrimitivePlugin VMMaker.oscog-eem.2480 uuid: bb3ffda7-8241-4dea-b886-d656e474b6c1 " __DATE__ ;
             ^
[ 83%] Linking C shared library build/vm/libMiscPrimitivePlugin.so
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/MiscPrimitivePlugin.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.  -shared -Wl,-soname,libMiscPrimitivePlugin.so -o build/vm/libMiscPrimitivePlugin.so CMakeFiles/MiscPrimitivePlugin.dir/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/libPharoVMCore.so build/vm/libffi.so -ldl -lm -lpthread 
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
[ 83%] Built target MiscPrimitivePlugin
make -f CMakeFiles/BitBltPlugin.dir/build.make CMakeFiles/BitBltPlugin.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
cd /builds/workspace/pharo-vm_pharo-9/build-stockReplacement && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/build-stockReplacement /builds/workspace/pharo-vm_pharo-9/build-stockReplacement /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/BitBltPlugin.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/BitBltPlugin.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/BitBltPlugin.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/BitBltPlugin.dir/depend.internal".
Scanning dependencies of target BitBltPlugin
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
make -f CMakeFiles/BitBltPlugin.dir/build.make CMakeFiles/BitBltPlugin.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
[ 83%] Building C object CMakeFiles/BitBltPlugin.dir/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DBitBltPlugin_EXPORTS -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/BitBltPlugin.dir/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqVirtualMachine.h:30:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:22:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c: In function ‘copyBitsFallback’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1694:8: warning: unused variable ‘t’ [-Wunused-variable]
  sqInt t;
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1693:8: warning: unused variable ‘sxLowBits’ [-Wunused-variable]
  sqInt sxLowBits;
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1692:8: warning: unused variable ‘startBits1’ [-Wunused-variable]
  sqInt startBits1;
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1691:8: warning: unused variable ‘startBits’ [-Wunused-variable]
  sqInt startBits;
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1690:8: warning: unused variable ‘pixPerM11’ [-Wunused-variable]
  sqInt pixPerM11;
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1689:8: warning: unused variable ‘pixPerM1’ [-Wunused-variable]
  sqInt pixPerM1;
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1688:15: warning: unused variable ‘m1’ [-Wunused-variable]
  unsigned int m1;
               ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1687:8: warning: unused variable ‘endBits’ [-Wunused-variable]
  sqInt endBits;
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1686:8: warning: unused variable ‘dxLowBits’ [-Wunused-variable]
  sqInt dxLowBits;
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1685:8: warning: unused variable ‘done’ [-Wunused-variable]
  sqInt done;
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c: In function ‘loadBitBltDestForm’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3069:8: warning: variable ‘v’ set but not used [-Wunused-but-set-variable]
  sqInt v;
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c: In function ‘loadBitBltFromwarping’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3152:8: warning: variable ‘v1’ set but not used [-Wunused-but-set-variable]
  sqInt v1;
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3151:8: warning: variable ‘v’ set but not used [-Wunused-but-set-variable]
  sqInt v;
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c: In function ‘loadBitBltSourceForm’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3558:8: warning: variable ‘v’ set but not used [-Wunused-but-set-variable]
  sqInt v;
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c: In function ‘lockSurfaces’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3877:8: warning: variable ‘v’ set but not used [-Wunused-but-set-variable]
  sqInt v;
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c: In function ‘primitiveCompareColors’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:5028:8: warning: unused variable ‘_return_value’ [-Wunused-variable]
  sqInt _return_value;
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:5027:8: warning: variable ‘val’ set but not used [-Wunused-but-set-variable]
  sqInt val;
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:5026:8: warning: variable ‘testID’ set but not used [-Wunused-but-set-variable]
  sqInt testID;
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:5025:8: warning: variable ‘rcvr’ set but not used [-Wunused-but-set-variable]
  sqInt rcvr;
        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:5024:14: warning: variable ‘colorB’ set but not used [-Wunused-but-set-variable]
  usqIntptr_t colorB;
              ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:5023:14: warning: variable ‘colorA’ set but not used [-Wunused-but-set-variable]
  usqIntptr_t colorA;
              ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c: At top level:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6:13: warning: ‘__buildInfo’ defined but not used [-Wunused-variable]
 static char __buildInfo[] = "BitBltSimulation VMMaker.oscog-eem.2493 uuid: d7437cc5-75c7-4a43-af6b-0f85bf0cebe6 " __DATE__ ;
             ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:411:1: warning: ‘affectedBottom’ defined but not used [-Wunused-function]
 affectedBottom(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:418:1: warning: ‘affectedLeft’ defined but not used [-Wunused-function]
 affectedLeft(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:425:1: warning: ‘affectedRight’ defined but not used [-Wunused-function]
 affectedRight(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:432:1: warning: ‘affectedTop’ defined but not used [-Wunused-function]
 affectedTop(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1133:1: warning: ‘checkSourceOverlap’ defined but not used [-Wunused-function]
 checkSourceOverlap(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1271:1: warning: ‘copyBitsFastPathSpecialised’ defined but not used [-Wunused-function]
 copyBitsFastPathSpecialised(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2494:1: warning: ‘default8To32Table’ defined but not used [-Wunused-function]
 default8To32Table(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2538:1: warning: ‘deltaFromtonSteps’ defined but not used [-Wunused-function]
 deltaFromtonSteps(sqInt x1, sqInt x2, sqInt n)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2563:1: warning: ‘destMaskAndPointerInit’ defined but not used [-Wunused-function]
 destMaskAndPointerInit(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2610:1: warning: ‘dither32To16threshold’ defined but not used [-Wunused-function]
 dither32To16threshold(unsigned int srcWord, sqInt ditherValue)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2626:1: warning: ‘drawLoopXY’ defined but not used [-Wunused-function]
 drawLoopXY(sqInt xDelta, sqInt yDelta)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2771:1: warning: ‘expensiveDither32To16threshold’ defined but not used [-Wunused-function]
 expensiveDither32To16threshold(unsigned int srcWord, sqInt ditherValue)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2819:1: warning: ‘fetchIntOrFloatofObject’ defined but not used [-Wunused-function]
 fetchIntOrFloatofObject(sqInt fieldIndex, sqInt objectPointer)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2904:1: warning: ‘ignoreSourceOrHalftone’ defined but not used [-Wunused-function]
 ignoreSourceOrHalftone(sqInt formPointer)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3066:1: warning: ‘loadBitBltDestForm’ defined but not used [-Wunused-function]
 loadBitBltDestForm(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3551:1: warning: ‘loadBitBltSourceForm’ defined but not used [-Wunused-function]
 loadBitBltSourceForm(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3641:1: warning: ‘loadColorMap’ defined but not used [-Wunused-function]
 loadColorMap(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3755:1: warning: ‘loadColorMapShiftOrMaskFrom’ defined but not used [-Wunused-function]
 loadColorMapShiftOrMaskFrom(sqInt mapOop)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3773:1: warning: ‘loadHalftoneForm’ defined but not used [-Wunused-function]
 loadHalftoneForm(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3821:1: warning: ‘loadWarpBltFrom’ defined but not used [-Wunused-function]
 loadWarpBltFrom(sqInt bbObj)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3986:1: warning: ‘mapPixelflags’ defined but not used [-Wunused-function]
 mapPixelflags(sqInt sourcePixel, sqInt mapperFlags)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4016:1: warning: ‘mergewith’ defined but not used [-Wunused-function]
 mergewith(unsigned int sourceWord, unsigned int destinationWord)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4490:1: warning: ‘partitionedRgbComponentAlphadestnBitsnPartitions’ defined but not used [-Wunused-function]
 partitionedRgbComponentAlphadestnBitsnPartitions(unsigned int sourceWord, unsigned int destWord, sqInt nBits, sqInt nParts)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4637:1: warning: ‘performCopyLoop’ defined but not used [-Wunused-function]
 performCopyLoop(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4790:1: warning: ‘pickSourcePixelsflagssrcMaskdestMasksrcShiftIncdstShiftInc’ defined but not used [-Wunused-function]
 pickSourcePixelsflagssrcMaskdestMasksrcShiftIncdstShiftInc(sqInt nPixels, sqInt mapperFlags, sqInt srcMask, sqInt dstMask, sqInt srcShiftInc, sqInt dstShiftInc)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4892:1: warning: ‘pickWarpPixelAtXy’ defined but not used [-Wunused-function]
 pickWarpPixelAtXy(sqInt xx, sqInt yy)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6406:1: warning: ‘rgbMap16To32’ defined but not used [-Wunused-function]
 rgbMap16To32(sqInt sourcePixel)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6417:1: warning: ‘rgbMap32To32’ defined but not used [-Wunused-function]
 rgbMap32To32(sqInt sourcePixel)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6427:1: warning: ‘rgbMapPixelflags’ defined but not used [-Wunused-function]
 rgbMapPixelflags(sqInt sourcePixel, sqInt mapperFlags)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6764:1: warning: ‘showDisplayBits’ defined but not used [-Wunused-function]
 showDisplayBits(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6780:1: warning: ‘sourceSkewAndPointerInit’ defined but not used [-Wunused-function]
 sourceSkewAndPointerInit(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6842:1: warning: ‘sqAssert’ defined but not used [-Wunused-function]
 sqAssert(sqInt aBool)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:7033:1: warning: ‘tryCopyingBitsQuickly’ defined but not used [-Wunused-function]
 tryCopyingBitsQuickly(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:7160:1: warning: ‘warpBits’ defined but not used [-Wunused-function]
 warpBits(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:7802:1: warning: ‘warpLoopSetup’ defined but not used [-Wunused-function]
 warpLoopSetup(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:8027:1: warning: ‘warpPickSourcePixelsxDeltahyDeltahxDeltavyDeltavdstShiftIncflags’ defined but not used [-Wunused-function]
 warpPickSourcePixelsxDeltahyDeltahxDeltavyDeltavdstShiftIncflags(sqInt nPixels, sqInt xDeltah, sqInt yDeltah, sqInt xDeltav, sqInt yDeltav, sqInt dstShiftInc, sqInt mapperFlags)
 ^
[ 84%] Linking C shared library build/vm/libBitBltPlugin.so
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/BitBltPlugin.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.  -shared -Wl,-soname,libBitBltPlugin.so -o build/vm/libBitBltPlugin.so CMakeFiles/BitBltPlugin.dir/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/libPharoVMCore.so build/vm/libffi.so -ldl -lm -lpthread 
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
[ 84%] Built target BitBltPlugin
make -f CMakeFiles/SqueakSSL.dir/build.make CMakeFiles/SqueakSSL.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
cd /builds/workspace/pharo-vm_pharo-9/build-stockReplacement && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/build-stockReplacement /builds/workspace/pharo-vm_pharo-9/build-stockReplacement /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/SqueakSSL.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/SqueakSSL.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/SqueakSSL.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/SqueakSSL.dir/depend.internal".
Scanning dependencies of target SqueakSSL
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
make -f CMakeFiles/SqueakSSL.dir/build.make CMakeFiles/SqueakSSL.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
[ 85%] Building C object CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DSqueakSSL_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqVirtualMachine.h:30:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c:22:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c: At top level:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c:6:13: warning: ‘__buildInfo’ defined but not used [-Wunused-variable]
 static char __buildInfo[] = "SqueakSSLPlugin VMMaker.oscog-eem.2480 uuid: bb3ffda7-8241-4dea-b886-d656e474b6c1 " __DATE__ ;
             ^
[ 85%] Building C object CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DSqueakSSL_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c:3:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c: In function ‘sqVerifySAN’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c:42:32: warning: pointer targets in initialization differ in signedness [-Wpointer-sign]
 # define ASN1_STRING_get0_data ASN1_STRING_data
                                ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c:176:24: note: in expansion of macro ‘ASN1_STRING_get0_data’
  const char* sANData = ASN1_STRING_get0_data(sAN->d.ia5);
                        ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c: In function ‘sqConnectSSL’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c:464:29: warning: the address of ‘X509_check_ip_asc’ will always evaluate as ‘true’ [-Waddress]
                         if (X509_check_ip_asc && X509_check_host) {
                             ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c:464:47: warning: the address of ‘X509_check_host’ will always evaluate as ‘true’ [-Waddress]
                         if (X509_check_ip_asc && X509_check_host) {
                                               ^
[ 86%] Linking C shared library build/vm/libSqueakSSL.so
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/SqueakSSL.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.  -shared -Wl,-soname,libSqueakSSL.so -o build/vm/libSqueakSSL.so CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c.o CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c.o -Wl,-rpath,@executable_path/Plugins build/vm/libPharoVMCore.so /usr/lib/x86_64-linux-gnu/libssl.so /usr/lib/x86_64-linux-gnu/libcrypto.so build/vm/libffi.so -ldl -lm -lpthread 
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
[ 86%] Built target SqueakSSL
make -f CMakeFiles/DSAPrims.dir/build.make CMakeFiles/DSAPrims.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
cd /builds/workspace/pharo-vm_pharo-9/build-stockReplacement && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/build-stockReplacement /builds/workspace/pharo-vm_pharo-9/build-stockReplacement /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/DSAPrims.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/DSAPrims.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/DSAPrims.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/DSAPrims.dir/depend.internal".
Scanning dependencies of target DSAPrims
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
make -f CMakeFiles/DSAPrims.dir/build.make CMakeFiles/DSAPrims.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
[ 86%] Building C object CMakeFiles/DSAPrims.dir/extracted/plugins/DSAPrims/src/common/DSAPrims.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DDSAPrims_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/DSAPrims.dir/extracted/plugins/DSAPrims/src/common/DSAPrims.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqVirtualMachine.h:30:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:22:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c: At top level:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:6:13: warning: ‘__buildInfo’ defined but not used [-Wunused-variable]
 static char __buildInfo[] = "DSAPlugin CryptographyPlugins-eem.14 uuid: 54292ff0-b538-43ba-9195-26766c158ba9 " __DATE__ ;
             ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:106:1: warning: ‘addBackDivisorDigitShift’ defined but not used [-Wunused-function]
 addBackDivisorDigitShift(sqInt digitShift)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:144:1: warning: ‘bigDivideLoop’ defined but not used [-Wunused-function]
 bigDivideLoop(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:265:1: warning: ‘leftRotateby’ defined but not used [-Wunused-function]
 leftRotateby(unsigned int anInteger, sqInt bits)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:675:1: warning: ‘subtractDivisorMultipliedByDigitdigitShift’ defined but not used [-Wunused-function]
 subtractDivisorMultipliedByDigitdigitShift(sqInt digit, sqInt digitShift)
 ^
[ 87%] Linking C shared library build/vm/libDSAPrims.so
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/DSAPrims.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.  -shared -Wl,-soname,libDSAPrims.so -o build/vm/libDSAPrims.so CMakeFiles/DSAPrims.dir/extracted/plugins/DSAPrims/src/common/DSAPrims.c.o -Wl,-rpath,@executable_path/Plugins build/vm/libPharoVMCore.so build/vm/libffi.so -ldl -lm -lpthread 
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
[ 87%] Built target DSAPrims
make -f CMakeFiles/UnixOSProcessPlugin.dir/build.make CMakeFiles/UnixOSProcessPlugin.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
cd /builds/workspace/pharo-vm_pharo-9/build-stockReplacement && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/build-stockReplacement /builds/workspace/pharo-vm_pharo-9/build-stockReplacement /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/UnixOSProcessPlugin.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/UnixOSProcessPlugin.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/UnixOSProcessPlugin.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/UnixOSProcessPlugin.dir/depend.internal".
Scanning dependencies of target UnixOSProcessPlugin
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
make -f CMakeFiles/UnixOSProcessPlugin.dir/build.make CMakeFiles/UnixOSProcessPlugin.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
[ 88%] Building C object CMakeFiles/UnixOSProcessPlugin.dir/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DUnixOSProcessPlugin_EXPORTS -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/UnixOSProcessPlugin.dir/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqVirtualMachine.h:30:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:38:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c: In function ‘primitiveFileStat’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:2055:11: warning: variable ‘uid’ set but not used [-Wunused-but-set-variable]
     sqInt uid;
           ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:2049:11: warning: variable ‘gid’ set but not used [-Wunused-but-set-variable]
     sqInt gid;
           ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c: In function ‘primitiveFixPointersInArrayOfStrings’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:2095:11: warning: variable ‘count’ set but not used [-Wunused-but-set-variable]
     sqInt count;
           ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c: In function ‘setSigChldHandler’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4462:36: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  sigchldHandlerAction.sa_sigaction = reapChildProcess;
                                    ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4468:53: warning: comparison between pointer and integer
  if ((sigaction(SIGCHLD, &sigchldHandlerAction, 0)) == (sigErrorNumber())) {
                                                     ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c: In function ‘setSignalNumberhandler’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4511:74: warning: comparison between pointer and integer
  if ((sigaction(signalNumber, (&sigHandlerAction), (&oldHandlerAction))) == (sigErrorNumber())) {
                                                                          ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c: In function ‘sigHoldNumber’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4645:9: warning: return makes pointer from integer without a cast [-Wint-conversion]
  return -1;
         ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c: At top level:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:6:13: warning: ‘__buildInfo’ defined but not used [-Wunused-variable]
 static char __buildInfo[] = "UnixOSProcessPlugin VMConstruction-Plugins-OSProcessPlugin.oscog-dtl.66 uuid: a8a2bf10-e7b3-4963-90b3-d69a2bee77bb " __DATE__ ;
             ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:365:1: warning: ‘argumentAtAsType’ defined but not used [-Wunused-function]
 argumentAtAsType(sqInt classIdentifier)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:410:1: warning: ‘copyBytesFromtolength’ defined but not used [-Wunused-function]
 copyBytesFromtolength(void *charArray1, void *charArray2, sqInt len)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:499:1: warning: ‘descriptorTableSize’ defined but not used [-Wunused-function]
 descriptorTableSize(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:663:1: warning: ‘environmentAtSymbolAsType’ defined but not used [-Wunused-function]
 environmentAtSymbolAsType(sqInt classIdentifier)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:688:1: warning: ‘fileDescriptorFrom’ defined but not used [-Wunused-function]
 fileDescriptorFrom(sqInt aSQFileByteArray)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:718:1: warning: ‘fileRecordSize’ defined but not used [-Wunused-function]
 fileRecordSize(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:732:1: warning: ‘fileValueOf’ defined but not used [-Wunused-function]
 fileValueOf(sqInt anSQFileRecord)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1202:1: warning: ‘getThisSessionIdentifier’ defined but not used [-Wunused-function]
 getThisSessionIdentifier(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1313:1: warning: ‘isSQFileObject’ defined but not used [-Wunused-function]
 isSQFileObject(sqInt objectPointer)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1331:1: warning: ‘isSQSocketObject’ defined but not used [-Wunused-function]
 isSQSocketObject(sqInt objectPointer)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1345:1: warning: ‘isValidFileSession’ defined but not used [-Wunused-function]
 isValidFileSession(sqInt objectPointer)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1401:1: warning: ‘maskForThisThreadAndResend’ defined but not used [-Wunused-function]
 maskForThisThreadAndResend(int sigNum)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1526:1: warning: ‘newSQFileByteArray’ defined but not used [-Wunused-function]
 newSQFileByteArray(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1536:1: warning: ‘newSQSocketByteArray’ defined but not used [-Wunused-function]
 newSQSocketByteArray(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:1560:1: warning: ‘pointerFrom’ defined but not used [-Wunused-function]
 pointerFrom(sqInt aByteArray)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4322:1: warning: ‘restoreDefaultSignalHandlers’ defined but not used [-Wunused-function]
 restoreDefaultSignalHandlers(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4365:1: warning: ‘sendSignaltoPid’ defined but not used [-Wunused-function]
 sendSignaltoPid(sqInt sig, sqInt pid)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4478:1: warning: ‘setSigIntDefaultHandler’ defined but not used [-Wunused-function]
 setSigIntDefaultHandler(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4488:1: warning: ‘setSigIntIgnore’ defined but not used [-Wunused-function]
 setSigIntIgnore(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4519:1: warning: ‘setSigPipeDefaultHandler’ defined but not used [-Wunused-function]
 setSigPipeDefaultHandler(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4535:1: warning: ‘setSigPipeHandler’ defined but not used [-Wunused-function]
 setSigPipeHandler(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4549:1: warning: ‘setSigPipeIgnore’ defined but not used [-Wunused-function]
 setSigPipeIgnore(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4580:1: warning: ‘sigAbrtNumber’ defined but not used [-Wunused-function]
 sigAbrtNumber(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4590:1: warning: ‘sigAlrmNumber’ defined but not used [-Wunused-function]
 sigAlrmNumber(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4600:1: warning: ‘sigChldNumber’ defined but not used [-Wunused-function]
 sigChldNumber(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4610:1: warning: ‘sigContNumber’ defined but not used [-Wunused-function]
 sigContNumber(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4640:1: warning: ‘sigHoldNumber’ defined but not used [-Wunused-function]
 sigHoldNumber(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4654:1: warning: ‘sigHupNumber’ defined but not used [-Wunused-function]
 sigHupNumber(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4674:1: warning: ‘sigIntNumber’ defined but not used [-Wunused-function]
 sigIntNumber(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4684:1: warning: ‘sigKillNumber’ defined but not used [-Wunused-function]
 sigKillNumber(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4705:1: warning: ‘sigPipeNumber’ defined but not used [-Wunused-function]
 sigPipeNumber(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4715:1: warning: ‘sigQuitNumber’ defined but not used [-Wunused-function]
 sigQuitNumber(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4725:1: warning: ‘sigStopNumber’ defined but not used [-Wunused-function]
 sigStopNumber(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4737:1: warning: ‘sigTermNumber’ defined but not used [-Wunused-function]
 sigTermNumber(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4748:1: warning: ‘sigUsr1Number’ defined but not used [-Wunused-function]
 sigUsr1Number(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4759:1: warning: ‘sigUsr2Number’ defined but not used [-Wunused-function]
 sigUsr2Number(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4769:1: warning: ‘sizeOfInt’ defined but not used [-Wunused-function]
 sizeOfInt(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4779:1: warning: ‘sizeOfPointer’ defined but not used [-Wunused-function]
 sizeOfPointer(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4810:1: warning: ‘socketDescriptorFrom’ defined but not used [-Wunused-function]
 socketDescriptorFrom(sqInt sqSocketOop)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4829:1: warning: ‘socketRecordSize’ defined but not used [-Wunused-function]
 socketRecordSize(void)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4843:1: warning: ‘socketValueOf’ defined but not used [-Wunused-function]
 socketValueOf(sqInt anSQSocketRecord)
 ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c:4915:1: warning: ‘unixFileNumber’ defined but not used [-Wunused-function]
 unixFileNumber(FILEHANDLETYPE fileHandle)
 ^
[ 88%] Linking C shared library build/vm/libUnixOSProcessPlugin.so
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/UnixOSProcessPlugin.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.  -shared -Wl,-soname,libUnixOSProcessPlugin.so -o build/vm/libUnixOSProcessPlugin.so CMakeFiles/UnixOSProcessPlugin.dir/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c.o -Wl,-rpath,@executable_path/Plugins build/vm/libPharoVMCore.so build/vm/libFilePlugin.so build/vm/libffi.so -ldl -lm -lpthread 
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
[ 88%] Built target UnixOSProcessPlugin
make -f CMakeFiles/libgit2-linux-1.0.0.dir/build.make CMakeFiles/libgit2-linux-1.0.0.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
cd /builds/workspace/pharo-vm_pharo-9/build-stockReplacement && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/build-stockReplacement /builds/workspace/pharo-vm_pharo-9/build-stockReplacement /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/libgit2-linux-1.0.0.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/libgit2-linux-1.0.0.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/libgit2-linux-1.0.0.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/libgit2-linux-1.0.0.dir/depend.internal".
Scanning dependencies of target libgit2-linux-1.0.0
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
make -f CMakeFiles/libgit2-linux-1.0.0.dir/build.make CMakeFiles/libgit2-linux-1.0.0.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libgit2-linux-1.0.0-src/libgit2.1.0.0.so /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vm/
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
[ 88%] Built target libgit2-linux-1.0.0
make -f CMakeFiles/openssl-1.0.2q.dir/build.make CMakeFiles/openssl-1.0.2q.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
cd /builds/workspace/pharo-vm_pharo-9/build-stockReplacement && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/build-stockReplacement /builds/workspace/pharo-vm_pharo-9/build-stockReplacement /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/openssl-1.0.2q.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/openssl-1.0.2q.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/openssl-1.0.2q.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/openssl-1.0.2q.dir/depend.internal".
Scanning dependencies of target openssl-1.0.2q
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
make -f CMakeFiles/openssl-1.0.2q.dir/build.make CMakeFiles/openssl-1.0.2q.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/openssl-1.0.2q-src/libcrypto.so.1.0.0 /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vm/
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/openssl-1.0.2q-src/libssl.so /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vm/
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/openssl-1.0.2q-src/libssl.so.1.0.0 /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vm/
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
[ 88%] Built target openssl-1.0.2q
make -f CMakeFiles/libssh2-1.7.0.dir/build.make CMakeFiles/libssh2-1.7.0.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
cd /builds/workspace/pharo-vm_pharo-9/build-stockReplacement && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/build-stockReplacement /builds/workspace/pharo-vm_pharo-9/build-stockReplacement /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/libssh2-1.7.0.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/libssh2-1.7.0.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/libssh2-1.7.0.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/libssh2-1.7.0.dir/depend.internal".
Scanning dependencies of target libssh2-1.7.0
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
make -f CMakeFiles/libssh2-1.7.0.dir/build.make CMakeFiles/libssh2-1.7.0.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libssh2-1.7.0-src/libssh2.so /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vm/
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libssh2-1.7.0-src/libssh2.so.1 /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vm/
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libssh2-1.7.0-src/libssh2.so.1.0.1 /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vm/
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
[ 88%] Built target libssh2-1.7.0
make -f CMakeFiles/SDL2-2.0.7.dir/build.make CMakeFiles/SDL2-2.0.7.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
cd /builds/workspace/pharo-vm_pharo-9/build-stockReplacement && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/build-stockReplacement /builds/workspace/pharo-vm_pharo-9/build-stockReplacement /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/SDL2-2.0.7.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/SDL2-2.0.7.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/SDL2-2.0.7.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/SDL2-2.0.7.dir/depend.internal".
Scanning dependencies of target SDL2-2.0.7
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
make -f CMakeFiles/SDL2-2.0.7.dir/build.make CMakeFiles/SDL2-2.0.7.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/SDL2-2.0.7-src/libSDL2-2.0.so.0 /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vm/
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/SDL2-2.0.7-src/libSDL2-2.0.so.0.7.0 /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vm/
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E copy /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/SDL2-2.0.7-src/libSDL2.so /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vm/
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
[ 88%] Built target SDL2-2.0.7
make -f CMakeFiles/pharo.dir/build.make CMakeFiles/pharo.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
cd /builds/workspace/pharo-vm_pharo-9/build-stockReplacement && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/build-stockReplacement /builds/workspace/pharo-vm_pharo-9/build-stockReplacement /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/pharo.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/pharo.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/pharo.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/pharo.dir/depend.internal".
Scanning dependencies of target pharo
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
make -f CMakeFiles/pharo.dir/build.make CMakeFiles/pharo.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
[ 89%] Building C object CMakeFiles/pharo.dir/src/unixMain.c.o
/usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/include -I/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.   -o CMakeFiles/pharo.dir/src/unixMain.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/src/unixMain.c
In file included from /builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:26:0,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharo.h:11,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/errorCode.h:6,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/parameters/parameterVector.h:10,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/parameters/parameters.h:10,
                 from /builds/workspace/pharo-vm_pharo-9/repository/include/pharovm/pharoClient.h:6,
                 from /builds/workspace/pharo-vm_pharo-9/repository/src/unixMain.c:1:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE64BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:194:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline sqLong asIEEE64BitWord(double val) {return *((sqLong*)&val); }
   ^
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h: In function ‘asIEEE32BitWord’:
/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:195:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   static inline unsigned int asIEEE32BitWord(float val) {return *((unsigned int*)&val); }
   ^
[ 90%] Linking C executable build/vm/pharo
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/pharo.dir/link.txt --verbose=1
/usr/bin/cc  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.   CMakeFiles/pharo.dir/src/unixMain.c.o  -o build/vm/pharo -Wl,-rpath,/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vm build/vm/libPharoVMCore.so build/vm/libffi.so -ldl -lm -lpthread 
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
[ 90%] Built target pharo
make -f CMakeFiles/build_vmmaker_get_vm.dir/build.make CMakeFiles/build_vmmaker_get_vm.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
cd /builds/workspace/pharo-vm_pharo-9/build-stockReplacement && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/build-stockReplacement /builds/workspace/pharo-vm_pharo-9/build-stockReplacement /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/build_vmmaker_get_vm.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/build_vmmaker_get_vm.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/build_vmmaker_get_vm.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/build_vmmaker_get_vm.dir/depend.internal".
Scanning dependencies of target build_vmmaker_get_vm
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
make -f CMakeFiles/build_vmmaker_get_vm.dir/build.make CMakeFiles/build_vmmaker_get_vm.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
[ 90%] Performing update step for 'build_vmmaker_get_vm'
cd /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/vm && echo

[ 90%] Performing configure step for 'build_vmmaker_get_vm'
cd /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/vm && echo

cd /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/vm && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-configure
[ 91%] Performing build step for 'build_vmmaker_get_vm'
cd /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/vm && echo

cd /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/vm && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-build
[ 92%] Performing install step for 'build_vmmaker_get_vm'
cd /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/vm && echo

cd /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/vm && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-install
[ 93%] Completed 'build_vmmaker_get_vm'
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E make_directory /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/build_vmmaker_get_vm-complete
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E touch /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-done
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
[ 95%] Built target build_vmmaker_get_vm
make -f build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/build.make build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/depend
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
cd /builds/workspace/pharo-vm_pharo-9/build-stockReplacement && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_depends "Unix Makefiles" /builds/workspace/pharo-vm_pharo-9/repository /builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary /builds/workspace/pharo-vm_pharo-9/build-stockReplacement /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/ffiTestLibrary /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/DependInfo.cmake --color=
Dependee "/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/DependInfo.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/depend.internal".
Dependee "/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/ffiTestLibrary/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/depend.internal".
Scanning dependencies of target TestLibrary
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
make -f build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/build.make build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/build
make[2]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
[ 96%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/basic_types.c.o
cd /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/ffiTestLibrary && /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/includes  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/TestLibrary.dir/src/basic_types.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/src/basic_types.c
[ 96%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/callback_types.c.o
cd /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/ffiTestLibrary && /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/includes  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/TestLibrary.dir/src/callback_types.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/src/callback_types.c
[ 97%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/callbacks.c.o
cd /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/ffiTestLibrary && /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/includes  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/TestLibrary.dir/src/callbacks.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/src/callbacks.c
/builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/src/callbacks.c: In function ‘otherThread’:
/builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/src/callbacks.c:47:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
[ 97%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/callout.c.o
cd /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/ffiTestLibrary && /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/includes  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/TestLibrary.dir/src/callout.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/src/callout.c
[ 98%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/registerCallback.c.o
cd /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/ffiTestLibrary && /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/includes  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/TestLibrary.dir/src/registerCallback.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/src/registerCallback.c
[ 98%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/structures.c.o
cd /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/ffiTestLibrary && /usr/bin/cc -DASYNC_FFI_QUEUE=1 -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DPharoVM=1 -DSOURCE_PATH_SIZE=46 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -I/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/common -I/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/UnixOSProcessPlugin/include/unix -I/builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/includes  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=. -fPIC   -o CMakeFiles/TestLibrary.dir/src/structures.c.o   -c /builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/src/structures.c
[100%] Linking C shared library ../vm/libTestLibrary.so
cd /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/ffiTestLibrary && /builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_link_script CMakeFiles/TestLibrary.dir/link.txt --verbose=1
/usr/bin/cc -fPIC  -g -O2 -Wall -Werror=implicit-function-declaration  -DNDEBUG -DDEBUGVM=0 -Wl,-rpath=.  -shared -Wl,-soname,libTestLibrary.so -o ../vm/libTestLibrary.so CMakeFiles/TestLibrary.dir/src/basic_types.c.o CMakeFiles/TestLibrary.dir/src/callback_types.c.o CMakeFiles/TestLibrary.dir/src/callbacks.c.o CMakeFiles/TestLibrary.dir/src/callout.c.o CMakeFiles/TestLibrary.dir/src/registerCallback.c.o CMakeFiles/TestLibrary.dir/src/structures.c.o -Wl,-rpath,@executable_path/Plugins 
make[2]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
[100%] Built target TestLibrary
make[1]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -E cmake_progress_start /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles 0
make -f CMakeFiles/Makefile2 preinstall
make[1]: Entering directory '/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
make[1]: Nothing to be done for 'preinstall'.
make[1]: Leaving directory '/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
Install the project...
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cmake -P cmake_install.cmake
-- Install configuration: ""
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/./
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//bin
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//bin/pharo
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//pharo
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/lib
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/lib/libFilePlugin.so
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/lib/libgit2.1.0.0.so
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/lib/libssl.so
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/lib/libMiscPrimitivePlugin.so
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/lib/libB2DPlugin.so
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/lib/libgit2.so.0.25.1
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/lib/libJPEGReaderPlugin.so
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/lib/libTestLibrary.so
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/lib/libgit2.so
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/lib/libLargeIntegers.so
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/lib/libSqueakSSL.so
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/lib/libJPEGReadWriter2Plugin.so
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/lib/libSDL2-2.0.so.0
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/lib/libUUIDPlugin.so
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/lib/libssl.so.1.0.0
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/lib/libDSAPrims.so
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/lib/libSDL2-2.0.so.0.7.0
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/lib/pharo
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/lib/libPharoVMCore.so
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/lib/libBitBltPlugin.so
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/lib/libssh2.so.1
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/lib/libgit2.so.25
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/lib/libLocalePlugin.so
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/lib/libssh2.so.1.0.1
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/lib/libSDL2.so
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/lib/libUnixOSProcessPlugin.so
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/lib/libcrypto.so.1.0.0
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/lib/libFloatArrayPlugin.so
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/lib/libssh2.so
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/lib/libFileAttributesPlugin.so
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/lib/libSocketPlugin.so
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/lib/libSurfacePlugin.so
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/lib/libffi.so
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/sqUnixCharConv.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/sqConfig.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/sqGnu.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/sqPlatformSpecific.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/config.h
-- Up-to-date: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/exportDefinition.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/semaphores
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/semaphores/pSemaphore.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/semaphores/platformSemaphore.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/semaphores/pharoSemaphore.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/threads
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/threads/vmthread.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/pharoClient.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/jit
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/jit/jit.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/imageAccess.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/sigjmp_support.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/win
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/win/resources.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/fileDialog.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/pharo.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/threadSafeQueue
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/threadSafeQueue/threadSafeQueue.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/debug.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/sqNamedPrims.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/stringUtilities.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/macros.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/errorCode.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/pathUtilities.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/interpreter.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/parameters
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/parameters/parameterVector.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/parameters/parameters.h
-- Up-to-date: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/sqVirtualMachine.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/sqAtomicOps.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/sq.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/sqaio.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/sqMemoryAccess.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/sqCogStackAlignment.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/sqAssert.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/dispdbg.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/sqMemoryFence.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/cmake
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/cmake/FindFFI.cmake
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/cmake/FindCairo.cmake
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/cmake/importCairo.cmake
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/cmake/FindLibGit2.cmake
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/cmake/DownloadProject.CMakeLists.cmake.in
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/cmake/importLibFFI.cmake
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/cmake/FindSDL2.cmake
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/cmake/Windows.cmake
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/cmake/versionExtraction.cmake
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/cmake/packaging.cmake
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/cmake/vmmaker.cmake
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/cmake/Linux.cmake
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/cmake/Darwin.cmake
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/cmake/importFreetype2.cmake
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/cmake/DownloadProject.cmake
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/cmake/OpenBSD.cmake
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/cmake/importSDL2.cmake
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/cmake/FindPThreadW32.cmake
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/cmake/importLibGit2.cmake
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/win
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/win/faSupport.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/common
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/unix
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/win
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/win/faSupport.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/win/dirent.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/common
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/common/faConstants.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/common/faCommon.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/unix
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/unix/faSupport.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/UnixOSProcessPlugin
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/UnixOSProcessPlugin/src
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/UnixOSProcessPlugin/src/common
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/DSAPrims
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/DSAPrims/src
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/DSAPrims/src/common
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/DSAPrims/src/common/DSAPrims.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReaderPlugin
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReaderPlugin/src
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReaderPlugin/src/common
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/B2DPlugin
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/B2DPlugin/src
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/B2DPlugin/src/common
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakSSL
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/win
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/win/sqWin32SSL.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/osx
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/common
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/unix
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include/common
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include/common/SqueakSSL.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include/unix
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include/unix/openssl_overlay.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/BitBltPlugin
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltArmLinux.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltArmOther.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltGeneric.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltDispatch.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltArmSimd.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltArm.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltArmSimd.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltDispatch.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltArm.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltInternal.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltGeneric.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SocketPlugin
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SocketPlugin/src
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SocketPlugin/src/common
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SocketPlugin/include
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SocketPlugin/include/common
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SocketPlugin/include/common/SocketPlugin.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SurfacePlugin
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/src
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/src/common
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/include
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/include/common
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/include/common/SurfacePlugin.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/MiscPrimitivePlugin
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/MiscPrimitivePlugin/src
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/MiscPrimitivePlugin/src/common
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/LocalePlugin
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/win
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/win/sqWin32Locale.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/osx
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/common
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/unix
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/unix/sqUnixLocale.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include/osx
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include/osx/sqIOSLocale.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include/common
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include/common/LocalePlugin.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/IA32ABI
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/IA32ABI/src
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/x64win64stub.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/AlienSUnitTestProcedures.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/x64sysvabicc.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/IA32ABI.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/arm32abicc.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/xabicc.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/ia32abicc.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/ppc32abicc.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/arm64abicc.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/x64win64abicc.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/IA32ABI/include
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessARM32.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessppc.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessppcPostLogicInteger.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dax64business.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessARM64.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessPostLogic.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dax64win64business.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessARM.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessppcPostLogicFloat.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessppcPostLogicDouble.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/ia32abi.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusiness.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/AlienSUnitTestProcedures.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FilePlugin
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FilePlugin/src
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/win
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/win/sqWin32FilePrims.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/osx
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/osx/sqUnixFile.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/common
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/unix
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FilePlugin/include
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FilePlugin/include/win
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FilePlugin/include/win/sqWin32File.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FilePlugin/include/common
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FilePlugin/include/common/FilePlugin.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/README.6b2
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jinclude.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdct.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jversion.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/README
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jpegint.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/ReadMe.txt
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jpeglib.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jconfig.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemsys.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmorecfg.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/LargeIntegers
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/LargeIntegers/src
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/LargeIntegers/src/common
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/win
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/win/sqWin32FFI.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/osx
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/osx/dummyFFI.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/sqManualSurface.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/SqueakFFIPrims.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/sqFFITestFuncs.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/ARM32FFIPlugin.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/ARM64FFIPlugin.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/IA32FFIPlugin.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/sqFFIPlugin.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/X64Win64FFIPlugin.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix/ppc-sysv.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix/ppc-darwin.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix/any-libffi.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix/x86-sysv.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/osx
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/osx/dummyFFI.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/common
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/common/sqFFI.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/unix
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/unix/ffi-test.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/unix/ppc-global.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/unix/ffi-test-sq.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/src
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/src/win
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/src/win/sqWin32SpurAlloc.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/src/win/sqWin32Directory.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/src/win/aioWin.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/src/osx
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/src/osx/aioOSX.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/src/common
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/src/common/sqExternalSemaphores.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/src/common/sqNamedPrims.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/src/common/sqTicker.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/src/common/sqVirtualMachine.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/src/common/heartbeat.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/src/common/sqHeapMap.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/src/unix
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/src/unix/sqUnixCharConv.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/src/unix/aio.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/include
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/include/win
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/include/win/sqWin32HandleTable.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/include/win/sqWin32Alloc.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/include/win/sqConfig.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/include/win/sqWin32.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/include/win/sqGnu.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/include/win/sqPlatformSpecific.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/include/osx
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/include/osx/sqConfig.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/include/osx/sqGnu.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/include/osx/sqPlatformSpecific.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/include/common
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/include/common/sqVirtualMachine.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/include/common/sqAtomicOps.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/include/common/sq.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/include/common/sqaio.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/include/common/sqMemoryAccess.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/include/common/sqCogStackAlignment.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/include/common/sqAssert.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/include/common/dispdbg.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/include/common/sqMemoryFence.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/include/unix
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/include/unix/sqUnixCharConv.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/include/unix/sqConfig.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/include/unix/sqGnu.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/include/unix/sqPlatformSpecific.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/include
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/include/pharovm
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/include/pharovm/exportDefinition.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/include/pharovm/semaphores
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/include/pharovm/semaphores/pSemaphore.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/include/pharovm/semaphores/platformSemaphore.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/include/pharovm/semaphores/pharoSemaphore.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/include/pharovm/threads
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/include/pharovm/threads/vmthread.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/include/pharovm/pharoClient.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/include/pharovm/jit
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/include/pharovm/jit/jit.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/include/pharovm/config.h.in
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/include/pharovm/imageAccess.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/include/pharovm/sigjmp_support.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/include/pharovm/win
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/include/pharovm/win/resources.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/include/pharovm/fileDialog.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/include/pharovm/pharo.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/include/pharovm/threadSafeQueue
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/include/pharovm/threadSafeQueue/threadSafeQueue.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/include/pharovm/debug.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/include/pharovm/sqNamedPrims.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/include/pharovm/stringUtilities.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/include/pharovm/macros.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/include/pharovm/errorCode.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/include/pharovm/pathUtilities.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/include/pharovm/interpreter.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/include/pharovm/parameters
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/include/pharovm/parameters/parameterVector.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/include/pharovm/parameters/parameters.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/packaging
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/packaging/linux
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/packaging/linux/bin
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/packaging/linux/bin/launch.sh.in
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/packaging/linux/launch.sh.in
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/plugins
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/plugins/UUIDPlugin
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/plugins/UUIDPlugin/common
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/plugins/UUIDPlugin/common/UUIDPlugin.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/resources
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/resources/windows
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/resources/windows/dialogs.rc
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/resources/windows/Pharo.ico
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/resources/windows/PharoConsole.exe.manifest.in
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/resources/windows/Pharo.rc.in
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/resources/windows/PharoConsole.rc.in
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/resources/windows/Pharo.exe.manifest.in
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/resources/windows/PharoDLL.rc.in
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/resources/mac
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/resources/mac/PharoImage.icns
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/resources/mac/PharoChanges.icns
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/resources/mac/PharoSources.icns
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/resources/mac/Info.plist.in
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/resources/mac/Pharo.icns
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/resources/img.image
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/scripts
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/scripts/runScriptInCygwinBash.ps1
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/scripts/installCygwin.ps1
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/scripts/runTests.sh
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/scripts/installVMMaker.st
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/debugUnix.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/fileUtilsWin.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/semaphores
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/semaphores/platformSemaphore.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/semaphores/pharoSemaphore.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/utils
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/utils/setjmp-Windows-wrapper-X86.S
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/utils/setjmp-Windows-wrapper-X64.S
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/utils/setjmp-Windows-wrapper-ARM64.S
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/stringUtilities.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/win
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/win/winDebugMenu.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/win/winDebug.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/win/winDebugWindow.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/unixMain.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/utilsMac.mm
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/fileDialogWin32.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/nullDisplay.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/memoryUnix.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/macAlias.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/fileDialogCommon.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/imageAccess.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/fileDialogMac.m
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/fileUtils.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/debug.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/threadSafeQueue
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/threadSafeQueue/threadSafeQueue.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/fileDialogUnix.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/pathUtilities.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/utils.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/client.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/win32Main.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/errorCode.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/externalPrimitives.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/parameters
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/parameters/parameters.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/parameters/parameterVector.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/parameters/parameters.m
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffiTestLibrary
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffiTestLibrary/CMakeLists.txt
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffiTestLibrary/src
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffiTestLibrary/src/callback_types.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffiTestLibrary/src/basic_types.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffiTestLibrary/src/registerCallback.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffiTestLibrary/src/callout.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffiTestLibrary/src/callbacks.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffiTestLibrary/src/structures.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffiTestLibrary/includes
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffiTestLibrary/includes/testLibrary.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffiTestLibrary/includes/callbacks.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffiTestLibrary/includes/structures.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffi
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffi/src
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffi/src/callbacks
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffi/src/callbacks/callbackPrimitives.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffi/src/callbacks/callbacks.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffi/src/worker
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffi/src/worker/workerPrimitives.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffi/src/worker/workerTask.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffi/src/worker/worker.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffi/src/typesPrimitives.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffi/src/pThreadedFFI.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffi/src/sameThread
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffi/src/sameThread/sameThread.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffi/src/utils.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffi/src/primitiveUtils.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffi/src/types.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffi/src/primitiveCalls.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffi/src/functionDefinitionPrimitives.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffi/include
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffi/include/worker.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffi/include/pThreadedFFIUtils.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffi/include/pThreadedFFI.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffi/include/callbacks.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffi/include/workerTask.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/version.info
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/CMakeLists.txt
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/macros.cmake
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/plugins.cmake
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/plugins.macros.cmake
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated/
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//64
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//64/plugins
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//64/plugins/src
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//64/plugins/src/FloatArrayPlugin
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//64/plugins/src/FloatArrayPlugin/FloatArrayPlugin.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//64/plugins/src/SurfacePlugin
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//64/plugins/src/SurfacePlugin/SurfacePlugin.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//64/plugins/src/FilePlugin
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//64/plugins/src/FilePlugin/FilePlugin.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//64/examplePlugins.ext
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//64/vm
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//64/vm/src
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//64/vm/src/gcc3x-cointerp.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//64/vm/src/cogitX64WIN64.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//64/vm/src/cointerp.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//64/vm/src/cogit.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//64/vm/src/cogitX64SysV.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//64/vm/src/cogitaarch64.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//64/vm/include
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//64/vm/include/interp.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//64/vm/include/vmCallback.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//64/vm/include/cointerp.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//64/vm/include/cogit.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//64/vm/include/cogmethod.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//32
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//32/plugins
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//32/plugins/src
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//32/plugins/src/FloatArrayPlugin
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//32/plugins/src/FloatArrayPlugin/FloatArrayPlugin.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//32/plugins/src/SurfacePlugin
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//32/plugins/src/SurfacePlugin/SurfacePlugin.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//32/plugins/src/FilePlugin
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//32/plugins/src/FilePlugin/FilePlugin.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//32/examplePlugins.ext
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//32/vm
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//32/vm/src
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//32/vm/src/gcc3x-cointerp.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//32/vm/src/cogitMIPSEL.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//32/vm/src/cogitARMv5.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//32/vm/src/cointerp.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//32/vm/src/cogit.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//32/vm/src/cogitIA32.c
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//32/vm/include
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//32/vm/include/interp.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//32/vm/include/vmCallback.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//32/vm/include/cointerp.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//32/vm/include/cogit.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//32/vm/include/cogmethod.h
-- Up-to-date: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/interp.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/vmCallback.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/cointerp.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/cogit.h
-- Installing: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/cogmethod.h
Run CPack packaging tool...
/builds/tools/hudson.plugins.cmake.CmakeTool/3.15.2/bin/cpack --config ./CPackConfig.cmake
CPack: Create package using ZIP
CPack: Install projects
CPack: - Run preinstall target for: PharoVM
CPack: - Install project: PharoVM
CPack: -   Install component: Unspecified
CPack: -   Install component: bin
CPack: -   Install component: c-src
CPack: -   Install component: include
CPack: Create package
CPack: - package: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/packages/PharoVM-9.0.15-4a14a4a7-Darwin-x86_64-stockReplacement-Unspecified.tar.gz generated.
CPack: - checksum file: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/packages/PharoVM-9.0.15-4a14a4a7-Darwin-x86_64-stockReplacement-Unspecified.tar.gz.sha1 generated.
CPack: - package: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/packages/PharoVM-9.0.15-4a14a4a7-Darwin-x86_64-stockReplacement-bin.tar.gz generated.
CPack: - checksum file: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/packages/PharoVM-9.0.15-4a14a4a7-Darwin-x86_64-stockReplacement-bin.tar.gz.sha1 generated.
CPack: - package: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/packages/PharoVM-9.0.15-4a14a4a7-Darwin-x86_64-stockReplacement-c-src.tar.gz generated.
CPack: - checksum file: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/packages/PharoVM-9.0.15-4a14a4a7-Darwin-x86_64-stockReplacement-c-src.tar.gz.sha1 generated.
CPack: - package: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/packages/PharoVM-9.0.15-4a14a4a7-Darwin-x86_64-stockReplacement-include.tar.gz generated.
CPack: - checksum file: /System/Volumes/Data/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/packages/PharoVM-9.0.15-4a14a4a7-Darwin-x86_64-stockReplacement-include.tar.gz.sha1 generated.
[Pipeline] }
[Pipeline] // dir
[Pipeline] stash
Avoid second fetch
Checking out Revision 4a14a4a71d848f299385a80fe687d90ff94930ea (pharo-9)
 > git config remote.origin.url https://github.com/pharo-project/pharo-vm.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4a14a4a71d848f299385a80fe687d90ff94930ea # timeout=10
Stashed 16 file(s)
[Pipeline] archiveArtifacts
Archiving artifacts
Commit message: "Merge pull request #437 from pharo-project/MarcusDenker-patch-1"
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build-Windows-x86_64-StackVM-StackVM)
[Pipeline] echo
Executing: #!c:\tools\cygwin\bin\bash --login
    cd `cygpath "C:\builds\workspace\pharo-vm_pharo-9"`
    set -ex
    mkdir build-StackVM
    
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
+ mkdir build-StackVM
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] echo
Executing: #!c:\tools\cygwin\bin\bash --login
    cd `cygpath "C:\builds\workspace\pharo-vm_pharo-9"`
    set -ex
    cd build-StackVM &&  cygcheck -c -d > cygwinVersions.txt
    
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
+ cd build-StackVM
+ cygcheck -c -d
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] archiveArtifacts
Archiving artifacts
[Pipeline] echo
Executing: #!c:\tools\cygwin\bin\bash --login
    cd `cygpath "C:\builds\workspace\pharo-vm_pharo-9"`
    set -ex
    cd build-StackVM && cmake -DFLAVOUR=StackVM -DBUILD_IS_RELEASE=OFF -DFEATURE_MESSAGE_COUNT=TRUE  -DPHARO_DEPENDENCIES_PREFER_DOWNLOAD_BINARIES=TRUE ../repository -DICEBERG_DEFAULT_REMOTE=httpsUrl
    
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
+ cd build-StackVM
+ cmake -DFLAVOUR=StackVM -DBUILD_IS_RELEASE=OFF -DFEATURE_MESSAGE_COUNT=TRUE -DPHARO_DEPENDENCIES_PREFER_DOWNLOAD_BINARIES=TRUE ../repository -DICEBERG_DEFAULT_REMOTE=httpsUrl
-- CMAKE_GENERATOR=Unix Makefiles
-- Building version 9.0.15-4a14a4a7
-- Commit hash 4a14a4a7 : 2022-06-26 21:46:42 +0200
-- No user build settings.
-- 4a14a4a7 - Commit: 4a14a4a7 - Date: 2022-06-26 21:46:42 +0200
-- Building on CYGWIN CMAKE: Adapting paths
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timeout
-- The C compiler identification is Clang 8.0.1
[Pipeline] }
[Pipeline] // node
-- The CXX compiler identification is Clang 8.0.1
[Pipeline] }
-- Check for working C compiler: /usr/bin/x86_64-w64-mingw32-clang
-- Check for working C compiler: /usr/bin/x86_64-w64-mingw32-clang - works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/x86_64-w64-mingw32-clang++
CPack: - Install project: PharoVM
CPack: -   Install component: Unspecified
CPack: -   Install component: bin
CPack: -   Install component: c-src
CPack: -   Install component: include
CPack: Create package
-- Check for working CXX compiler: /usr/bin/x86_64-w64-mingw32-clang++ - works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Compiling for architecture: x86_64
-- Building for WINDOWS
-- Full Platform name: Windows-x86_64
-- Building Pharo with executable named Pharo
-- Looking for sys/types.h
CPack: - package: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/packages/PharoVM-9.0.15-4a14a4a-Linux-x86_64-stockReplacement-Unspecified.zip generated.
CPack: - checksum file: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/packages/PharoVM-9.0.15-4a14a4a-Linux-x86_64-stockReplacement-Unspecified.zip.sha1 generated.
CPack: - package: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/packages/PharoVM-9.0.15-4a14a4a-Linux-x86_64-stockReplacement-bin.zip generated.
CPack: - checksum file: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/packages/PharoVM-9.0.15-4a14a4a-Linux-x86_64-stockReplacement-bin.zip.sha1 generated.
CPack: - package: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/packages/PharoVM-9.0.15-4a14a4a-Linux-x86_64-stockReplacement-c-src.zip generated.
CPack: - checksum file: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/packages/PharoVM-9.0.15-4a14a4a-Linux-x86_64-stockReplacement-c-src.zip.sha1 generated.
CPack: - package: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/packages/PharoVM-9.0.15-4a14a4a-Linux-x86_64-stockReplacement-include.zip generated.
CPack: - checksum file: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/packages/PharoVM-9.0.15-4a14a4a-Linux-x86_64-stockReplacement-include.zip.sha1 generated.
CPack: Create package using TGZ
CPack: Install projects
CPack: - Run preinstall target for: PharoVM
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of int
-- Check size of int - done
-- Check size of long
-- Check size of long - done
-- Check size of long long
-- Check size of long long - done
-- Check size of void*
-- Check size of void* - done
-- int 4
-- long 4
-- long long 8
-- void* 8
-- Writing libraries to: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vm/
-- Looking for include file dirent.h
-- Looking for include file dirent.h - found
-- Looking for include file features.h
-- Looking for include file features.h - not found
-- Looking for include file unistd.h
-- Looking for include file unistd.h - found
-- Looking for include file ndir.h
-- Looking for include file ndir.h - not found
-- Looking for include file sys/ndir.h
-- Looking for include file sys/ndir.h - not found
-- Looking for include file sys/dir.h
-- Looking for include file sys/dir.h - not found
-- Looking for include file sys/filio.h
-- Looking for include file sys/filio.h - not found
-- Looking for include file sys/time.h
-- Looking for include file sys/time.h - found
-- Looking for include file execinfo.h
-- Looking for include file execinfo.h - not found
-- Looking for include file dlfcn.h
-- Looking for include file dlfcn.h - not found
-- Looking for dlopen in dl
-- Looking for dlopen in dl - not found
-- Looking for dlopen in dyld
-- Looking for dlopen in dyld - not found
-- Performing Test HAVE_TM_GMTOFF
-- Performing Test HAVE_TM_GMTOFF - Failed
-- Looking for include file sys/uuid.h
-- Looking for include file sys/uuid.h - not found
-- Looking for include file uuid/uuid.h
-- Looking for include file uuid/uuid.h - not found
-- Looking for include file uuid.h
-- Looking for include file uuid.h - not found
-- Looking for uuidgen in uuid
-- Looking for uuidgen in uuid - not found
-- Looking for uuid_generate in uuid
-- Looking for uuid_generate in uuid - not found
Defining Windows VM to download for code generation
-- C Compiler: /usr/bin/x86_64-w64-mingw32-clang
-- C++ Compiler: /usr/bin/x86_64-w64-mingw32-clang++
-- Resource Compiler: x86_64-w64-mingw32-windres
-- Building FFI
-- Downloading/updating libffi
-- Configuring done
-- Generating done
-- Build files have been written to: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-download
Scanning dependencies of target libffi-download
[ 11%] Creating directories for 'libffi-download'
[ 22%] Performing download step (git clone) for 'libffi-download'
Cloning into 'libffi-src'...
Branch 'v3.3-cmake' set up to track remote branch 'v3.3-cmake' from 'origin'.
Switched to a new branch 'v3.3-cmake'
[ 33%] No patch step for 'libffi-download'
[ 44%] Performing update step for 'libffi-download'
Current branch v3.3-cmake is up to date.
CPack: - Install project: PharoVM
CPack: -   Install component: Unspecified
CPack: -   Install component: bin
CPack: -   Install component: c-src
CPack: -   Install component: include
CPack: Create package
[ 55%] No configure step for 'libffi-download'
[ 66%] No build step for 'libffi-download'
[ 77%] No install step for 'libffi-download'
[ 88%] No test step for 'libffi-download'
[100%] Completed 'libffi-download'
[100%] Built target libffi-download
-- Building for TARGET_PLATFORM: X86_WIN64
-- Check size of size_t
CPack: - package: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/packages/PharoVM-9.0.15-4a14a4a-Linux-x86_64-stockReplacement-Unspecified.tar.gz generated.
CPack: - checksum file: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/packages/PharoVM-9.0.15-4a14a4a-Linux-x86_64-stockReplacement-Unspecified.tar.gz.sha1 generated.
CPack: - package: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/packages/PharoVM-9.0.15-4a14a4a-Linux-x86_64-stockReplacement-bin.tar.gz generated.
CPack: - checksum file: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/packages/PharoVM-9.0.15-4a14a4a-Linux-x86_64-stockReplacement-bin.tar.gz.sha1 generated.
CPack: - package: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/packages/PharoVM-9.0.15-4a14a4a-Linux-x86_64-stockReplacement-c-src.tar.gz generated.
CPack: - checksum file: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/packages/PharoVM-9.0.15-4a14a4a-Linux-x86_64-stockReplacement-c-src.tar.gz.sha1 generated.
CPack: - package: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/packages/PharoVM-9.0.15-4a14a4a-Linux-x86_64-stockReplacement-include.tar.gz generated.
CPack: - checksum file: /builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/packages/PharoVM-9.0.15-4a14a4a-Linux-x86_64-stockReplacement-include.tar.gz.sha1 generated.
[Pipeline] }
[Pipeline] // dir
[Pipeline] stash
-- Check size of size_t - done
-- The ASM compiler identification is Clang
-- Found assembler: /usr/bin/x86_64-w64-mingw32-clang
-- Check size of double
-- Check size of double - done
-- Check size of long double
-- Check size of long double - done
-- Looking for alloca
-- Looking for alloca - not found
-- Looking for mmap
-- Looking for mmap - not found
-- Looking for MAP_ANON
-- Looking for MAP_ANON - not found
-- Performing Test HAVE_MMAP_DEV_ZERO
-- Performing Test HAVE_MMAP_DEV_ZERO - Failed
-- Looking for alloca.h
-- Looking for alloca.h - not found
-- Performing Test HAVE_ALLOCA
-- Performing Test HAVE_ALLOCA - Failed
-- Looking for inttypes.h
-- Looking for inttypes.h - found
-- Looking for memory.h
Stashed 16 file(s)
[Pipeline] archiveArtifacts
Archiving artifacts
-- Looking for memory.h - found
-- Looking for stdlib.h
-- Looking for stdlib.h - found
-- Looking for strings.h
-- Looking for strings.h - found
-- Looking for string.h
-- Looking for string.h - found
-- Looking for sys/mman.h
-- Looking for sys/mman.h - not found
-- Looking for sys/stat.h
-- Looking for sys/stat.h - found
-- Looking for 4 include files stdlib.h, ..., float.h
-- Looking for 4 include files stdlib.h, ..., float.h - found
-- Looking for memcpy
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // node
[Pipeline] }
-- Looking for memcpy - found
-- Looking for mkostemp
-- Looking for mkostemp - not found
-- Checking if .eh_frame section is read-only - no
-- Checking HAVE_AS_X86_PCREL - yes
-- Checking HAVE_AS_X86_64_UNWIND_SECTION_TYPE - no
-- Checking HAVE_HIDDEN_VISIBILITY_ATTRIBUTE - no
-- Checking if symbols are underscored - no
-- Performing Test HAVE_AS_CFI_PSEUDO_OP
-- Performing Test HAVE_AS_CFI_PSEUDO_OP - Failed
-- Adding plugin: FilePlugin
-- Adding plugin: FileAttributesPlugin
-- Adding plugin: UUIDPlugin
-- Adding plugin: SocketPlugin
-- Adding plugin: SurfacePlugin
-- Adding plugin: FloatArrayPlugin
-- Adding plugin: LargeIntegers
-- Adding plugin: JPEGReaderPlugin
-- Adding plugin: JPEGReadWriter2Plugin
-- Adding plugin: MiscPrimitivePlugin
-- Adding plugin: B2DPlugin
-- Adding plugin: LocalePlugin
-- Adding plugin: SqueakSSL
-- Adding plugin: DSAPrims
Adding third-party libraries for Windows-x86_64: gcc-runtime-3.4
-- Downloading/updating gcc-runtime-3.4
-- Configuring done
-- Generating done
-- Build files have been written to: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/gcc-runtime-3.4-download
Scanning dependencies of target gcc-runtime-3.4-download
[ 11%] Creating directories for 'gcc-runtime-3.4-download'
[ 22%] Performing download step (download, verify and extract) for 'gcc-runtime-3.4-download'
-- Downloading...
   dst='/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/gcc-runtime-3.4-download/gcc-runtime-3.4-download-prefix/src/gcc-runtime-3.4.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Windows-x86_64/third-party/gcc-runtime-3.4.zip'
-- [download 17% complete]
-- [download 53% complete]
-- [download 86% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/gcc-runtime-3.4-download/gcc-runtime-3.4-download-prefix/src/gcc-runtime-3.4.zip'
     dst='/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/gcc-runtime-3.4-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'gcc-runtime-3.4-download'
[ 44%] No update step for 'gcc-runtime-3.4-download'
[ 55%] No configure step for 'gcc-runtime-3.4-download'
[ 66%] No build step for 'gcc-runtime-3.4-download'
[ 77%] No install step for 'gcc-runtime-3.4-download'
[ 88%] No test step for 'gcc-runtime-3.4-download'
[100%] Completed 'gcc-runtime-3.4-download'
[100%] Built target gcc-runtime-3.4-download
-- /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/gcc-runtime-3.4-src/iconv.dll
-- /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/gcc-runtime-3.4-src/libgcc_s_seh-1.dll
-- /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/gcc-runtime-3.4-src/libwinpthread-1.dll
-- Downloading Git2 binary
Adding third-party libraries for Windows-x86_64: libgit2-win-1.0.0
-- Downloading/updating libgit2-win-1.0.0
-- Configuring done
-- Generating done
-- Build files have been written to: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libgit2-win-1.0.0-download
Scanning dependencies of target libgit2-win-1.0.0-download
[ 11%] Creating directories for 'libgit2-win-1.0.0-download'
[ 22%] Performing download step (download, verify and extract) for 'libgit2-win-1.0.0-download'
-- Downloading...
   dst='/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libgit2-win-1.0.0-download/libgit2-win-1.0.0-download-prefix/src/libgit2-win-1.0.0.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Windows-x86_64/third-party/libgit2-win-1.0.0.zip'
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 63% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 92% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 99% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libgit2-win-1.0.0-download/libgit2-win-1.0.0-download-prefix/src/libgit2-win-1.0.0.zip'
     dst='/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libgit2-win-1.0.0-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'libgit2-win-1.0.0-download'
[ 44%] No update step for 'libgit2-win-1.0.0-download'
[ 55%] No configure step for 'libgit2-win-1.0.0-download'
[ 66%] No build step for 'libgit2-win-1.0.0-download'
[ 77%] No install step for 'libgit2-win-1.0.0-download'
[ 88%] No test step for 'libgit2-win-1.0.0-download'
[100%] Completed 'libgit2-win-1.0.0-download'
[100%] Built target libgit2-win-1.0.0-download
-- /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libgit2-win-1.0.0-src/libgit2-1-0-0.dll
-- /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libgit2-win-1.0.0-src/libpcre-1.dll
Adding third-party libraries for Windows-x86_64: libgit2-0.25.1-fixLibGit
-- Downloading/updating libgit2-0.25.1-fixLibGit
-- Configuring done
-- Generating done
-- Build files have been written to: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libgit2-0.25.1-fixLibGit-download
Scanning dependencies of target libgit2-0.25.1-fixLibGit-download
[ 11%] Creating directories for 'libgit2-0.25.1-fixLibGit-download'
[ 22%] Performing download step (download, verify and extract) for 'libgit2-0.25.1-fixLibGit-download'
-- Downloading...
   dst='/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libgit2-0.25.1-fixLibGit-download/libgit2-0.25.1-fixLibGit-download-prefix/src/libgit2-0.25.1-fixLibGit.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Windows-x86_64/third-party/libgit2-0.25.1-fixLibGit.zip'
-- [download 1% complete]
-- [download 3% complete]
-- [download 6% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 13% complete]
-- [download 17% complete]
-- [download 21% complete]
-- [download 24% complete]
-- [download 26% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 37% complete]
-- [download 39% complete]
-- [download 44% complete]
-- [download 46% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 55% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 64% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 76% complete]
-- [download 78% complete]
-- [download 80% complete]
-- [download 82% complete]
-- [download 85% complete]
-- [download 88% complete]
-- [download 90% complete]
-- [download 92% complete]
-- [download 94% complete]
-- [download 96% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libgit2-0.25.1-fixLibGit-download/libgit2-0.25.1-fixLibGit-download-prefix/src/libgit2-0.25.1-fixLibGit.zip'
     dst='/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libgit2-0.25.1-fixLibGit-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'libgit2-0.25.1-fixLibGit-download'
[ 44%] No update step for 'libgit2-0.25.1-fixLibGit-download'
[ 55%] No configure step for 'libgit2-0.25.1-fixLibGit-download'
[ 66%] No build step for 'libgit2-0.25.1-fixLibGit-download'
[ 77%] No install step for 'libgit2-0.25.1-fixLibGit-download'
[ 88%] No test step for 'libgit2-0.25.1-fixLibGit-download'
[100%] Completed 'libgit2-0.25.1-fixLibGit-download'
[100%] Built target libgit2-0.25.1-fixLibGit-download
-- /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libgit2-0.25.1-fixLibGit-src/libgit2.dll
Adding third-party libraries for Windows-x86_64: zlib-1.2.11-fixLibGit
-- Downloading/updating zlib-1.2.11-fixLibGit
-- Configuring done
-- Generating done
-- Build files have been written to: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/zlib-1.2.11-fixLibGit-download
Scanning dependencies of target zlib-1.2.11-fixLibGit-download
[ 11%] Creating directories for 'zlib-1.2.11-fixLibGit-download'
[ 22%] Performing download step (download, verify and extract) for 'zlib-1.2.11-fixLibGit-download'
-- Downloading...
   dst='/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/zlib-1.2.11-fixLibGit-download/zlib-1.2.11-fixLibGit-download-prefix/src/zlib-1.2.11-fixLibGit.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Windows-x86_64/third-party/zlib-1.2.11-fixLibGit.zip'
-- [download 12% complete]
-- [download 16% complete]
-- [download 57% complete]
-- [download 73% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/zlib-1.2.11-fixLibGit-download/zlib-1.2.11-fixLibGit-download-prefix/src/zlib-1.2.11-fixLibGit.zip'
     dst='/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/zlib-1.2.11-fixLibGit-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'zlib-1.2.11-fixLibGit-download'
[ 44%] No update step for 'zlib-1.2.11-fixLibGit-download'
[ 55%] No configure step for 'zlib-1.2.11-fixLibGit-download'
[ 66%] No build step for 'zlib-1.2.11-fixLibGit-download'
[ 77%] No install step for 'zlib-1.2.11-fixLibGit-download'
[ 88%] No test step for 'zlib-1.2.11-fixLibGit-download'
[100%] Completed 'zlib-1.2.11-fixLibGit-download'
[100%] Built target zlib-1.2.11-fixLibGit-download
-- /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/zlib-1.2.11-fixLibGit-src/zlib1.dll
Adding third-party libraries for Windows-x86_64: openssl-1.0.2q-fixLigGit
-- Downloading/updating openssl-1.0.2q-fixLigGit
-- Configuring done
-- Generating done
-- Build files have been written to: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/openssl-1.0.2q-fixLigGit-download
Scanning dependencies of target openssl-1.0.2q-fixLigGit-download
[ 11%] Creating directories for 'openssl-1.0.2q-fixLigGit-download'
[ 22%] Performing download step (download, verify and extract) for 'openssl-1.0.2q-fixLigGit-download'
-- Downloading...
   dst='/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/openssl-1.0.2q-fixLigGit-download/openssl-1.0.2q-fixLigGit-download-prefix/src/openssl-1.0.2q-fixLigGit.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Windows-x86_64/third-party/openssl-1.0.2q-fixLigGit.zip'
-- [download 1% complete]
-- [download 3% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 10% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 17% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 25% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 33% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 64% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 81% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 93% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/openssl-1.0.2q-fixLigGit-download/openssl-1.0.2q-fixLigGit-download-prefix/src/openssl-1.0.2q-fixLigGit.zip'
     dst='/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/openssl-1.0.2q-fixLigGit-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'openssl-1.0.2q-fixLigGit-download'
[ 44%] No update step for 'openssl-1.0.2q-fixLigGit-download'
[ 55%] No configure step for 'openssl-1.0.2q-fixLigGit-download'
[ 66%] No build step for 'openssl-1.0.2q-fixLigGit-download'
[ 77%] No install step for 'openssl-1.0.2q-fixLigGit-download'
[ 88%] No test step for 'openssl-1.0.2q-fixLigGit-download'
[100%] Completed 'openssl-1.0.2q-fixLigGit-download'
[100%] Built target openssl-1.0.2q-fixLigGit-download
-- /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/openssl-1.0.2q-fixLigGit-src/libeay32.dll
-- /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/openssl-1.0.2q-fixLigGit-src/ssleay32.dll
Adding third-party libraries for Windows-x86_64: libssh2-1.9.0
-- Downloading/updating libssh2-1.9.0
-- Configuring done
-- Generating done
-- Build files have been written to: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libssh2-1.9.0-download
Scanning dependencies of target libssh2-1.9.0-download
[ 11%] Creating directories for 'libssh2-1.9.0-download'
[ 22%] Performing download step (download, verify and extract) for 'libssh2-1.9.0-download'
-- Downloading...
   dst='/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libssh2-1.9.0-download/libssh2-1.9.0-download-prefix/src/libssh2-1.9.0.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Windows-x86_64/third-party/libssh2-1.9.0.zip'
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 8% complete]
-- [download 12% complete]
-- [download 18% complete]
-- [download 20% complete]
-- [download 24% complete]
-- [download 30% complete]
-- [download 33% complete]
-- [download 43% complete]
-- [download 45% complete]
-- [download 49% complete]
-- [download 51% complete]
-- [download 58% complete]
-- [download 61% complete]
-- [download 72% complete]
-- [download 74% complete]
-- [download 85% complete]
-- [download 88% complete]
-- [download 99% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libssh2-1.9.0-download/libssh2-1.9.0-download-prefix/src/libssh2-1.9.0.zip'
     dst='/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libssh2-1.9.0-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'libssh2-1.9.0-download'
[ 44%] No update step for 'libssh2-1.9.0-download'
[ 55%] No configure step for 'libssh2-1.9.0-download'
[ 66%] No build step for 'libssh2-1.9.0-download'
[ 77%] No install step for 'libssh2-1.9.0-download'
[ 88%] No test step for 'libssh2-1.9.0-download'
[100%] Completed 'libssh2-1.9.0-download'
[100%] Built target libssh2-1.9.0-download
-- /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libssh2-1.9.0-src/libssh2-1.dll
-- /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libssh2-1.9.0-src/libssh2.dll
Adding third-party libraries for Windows-x86_64: freetype-2.9.1
-- Downloading/updating freetype-2.9.1
-- Configuring done
-- Generating done
-- Build files have been written to: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/freetype-2.9.1-download
Scanning dependencies of target freetype-2.9.1-download
[ 11%] Creating directories for 'freetype-2.9.1-download'
[ 22%] Performing download step (download, verify and extract) for 'freetype-2.9.1-download'
-- Downloading...
   dst='/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/freetype-2.9.1-download/freetype-2.9.1-download-prefix/src/freetype-2.9.1.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Windows-x86_64/third-party/freetype-2.9.1.zip'
-- [download 1% complete]
-- [download 3% complete]
-- [download 7% complete]
-- [download 9% complete]
-- [download 11% complete]
-- [download 16% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 24% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 39% complete]
-- [download 43% complete]
-- [download 47% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 58% complete]
-- [download 60% complete]
-- [download 63% complete]
-- [download 68% complete]
-- [download 71% complete]
-- [download 79% complete]
-- [download 81% complete]
-- [download 85% complete]
-- [download 89% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 96% complete]
-- [download 98% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/freetype-2.9.1-download/freetype-2.9.1-download-prefix/src/freetype-2.9.1.zip'
     dst='/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/freetype-2.9.1-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'freetype-2.9.1-download'
[ 44%] No update step for 'freetype-2.9.1-download'
[ 55%] No configure step for 'freetype-2.9.1-download'
[ 66%] No build step for 'freetype-2.9.1-download'
[ 77%] No install step for 'freetype-2.9.1-download'
[ 88%] No test step for 'freetype-2.9.1-download'
[100%] Completed 'freetype-2.9.1-download'
[100%] Built target freetype-2.9.1-download
-- /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/freetype-2.9.1-src/libfreetype-6.dll
Adding third-party libraries for Windows-x86_64: pixman-0.34.0
-- Downloading/updating pixman-0.34.0
-- Configuring done
-- Generating done
-- Build files have been written to: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/pixman-0.34.0-download
Scanning dependencies of target pixman-0.34.0-download
[ 11%] Creating directories for 'pixman-0.34.0-download'
[ 22%] Performing download step (download, verify and extract) for 'pixman-0.34.0-download'
-- Downloading...
   dst='/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/pixman-0.34.0-download/pixman-0.34.0-download-prefix/src/pixman-0.34.0.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Windows-x86_64/third-party/pixman-0.34.0.zip'
-- [download 3% complete]
-- [download 4% complete]
-- [download 6% complete]
-- [download 14% complete]
-- [download 16% complete]
-- [download 22% complete]
-- [download 28% complete]
-- [download 30% complete]
-- [download 37% complete]
-- [download 44% complete]
-- [download 47% complete]
-- [download 52% complete]
-- [download 60% complete]
-- [download 63% complete]
-- [download 68% complete]
-- [download 76% complete]
-- [download 79% complete]
-- [download 85% complete]
-- [download 92% complete]
-- [download 96% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/pixman-0.34.0-download/pixman-0.34.0-download-prefix/src/pixman-0.34.0.zip'
     dst='/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/pixman-0.34.0-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'pixman-0.34.0-download'
[ 44%] No update step for 'pixman-0.34.0-download'
[ 55%] No configure step for 'pixman-0.34.0-download'
[ 66%] No build step for 'pixman-0.34.0-download'
[ 77%] No install step for 'pixman-0.34.0-download'
[ 88%] No test step for 'pixman-0.34.0-download'
[100%] Completed 'pixman-0.34.0-download'
[100%] Built target pixman-0.34.0-download
-- /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/pixman-0.34.0-src/libpixman-1-0.dll
Adding third-party libraries for Windows-x86_64: cairo-1.15.4
-- Downloading/updating cairo-1.15.4
-- Configuring done
-- Generating done
-- Build files have been written to: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/cairo-1.15.4-download
Scanning dependencies of target cairo-1.15.4-download
[ 11%] Creating directories for 'cairo-1.15.4-download'
[ 22%] Performing download step (download, verify and extract) for 'cairo-1.15.4-download'
-- Downloading...
   dst='/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/cairo-1.15.4-download/cairo-1.15.4-download-prefix/src/cairo-1.15.4.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Windows-x86_64/third-party/cairo-1.15.4.zip'
-- [download 3% complete]
-- [download 5% complete]
-- [download 8% complete]
-- [download 10% complete]
-- [download 14% complete]
-- [download 16% complete]
-- [download 19% complete]
-- [download 23% complete]
-- [download 25% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 32% complete]
-- [download 38% complete]
-- [download 41% complete]
-- [download 46% complete]
-- [download 49% complete]
-- [download 51% complete]
-- [download 55% complete]
-- [download 57% complete]
-- [download 62% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 67% complete]
-- [download 69% complete]
-- [download 72% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 82% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 87% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 94% complete]
-- [download 96% complete]
-- [download 98% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/cairo-1.15.4-download/cairo-1.15.4-download-prefix/src/cairo-1.15.4.zip'
     dst='/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/cairo-1.15.4-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'cairo-1.15.4-download'
[ 44%] No update step for 'cairo-1.15.4-download'
[ 55%] No configure step for 'cairo-1.15.4-download'
[ 66%] No build step for 'cairo-1.15.4-download'
[ 77%] No install step for 'cairo-1.15.4-download'
[ 88%] No test step for 'cairo-1.15.4-download'
[100%] Completed 'cairo-1.15.4-download'
[100%] Built target cairo-1.15.4-download
-- /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/cairo-1.15.4-src/libbz2-1.dll
-- /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/cairo-1.15.4-src/libcairo-2.dll
-- /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/cairo-1.15.4-src/libexpat-1.dll
-- /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/cairo-1.15.4-src/libfontconfig-1.dll
Adding third-party libraries for Windows-x86_64: libpng-1.6.34
-- Downloading/updating libpng-1.6.34
-- Configuring done
-- Generating done
-- Build files have been written to: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libpng-1.6.34-download
Scanning dependencies of target libpng-1.6.34-download
[ 11%] Creating directories for 'libpng-1.6.34-download'
[ 22%] Performing download step (download, verify and extract) for 'libpng-1.6.34-download'
-- Downloading...
   dst='/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libpng-1.6.34-download/libpng-1.6.34-download-prefix/src/libpng-1.6.34.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Windows-x86_64/third-party/libpng-1.6.34.zip'
-- [download 11% complete]
-- [download 36% complete]
-- [download 50% complete]
-- [download 64% complete]
-- [download 71% complete]
-- [download 86% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libpng-1.6.34-download/libpng-1.6.34-download-prefix/src/libpng-1.6.34.zip'
     dst='/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libpng-1.6.34-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'libpng-1.6.34-download'
[ 44%] No update step for 'libpng-1.6.34-download'
[ 55%] No configure step for 'libpng-1.6.34-download'
[ 66%] No build step for 'libpng-1.6.34-download'
[ 77%] No install step for 'libpng-1.6.34-download'
[ 88%] No test step for 'libpng-1.6.34-download'
[100%] Completed 'libpng-1.6.34-download'
[100%] Built target libpng-1.6.34-download
-- /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libpng-1.6.34-src/libpng16-16.dll
-- Downloading SDL2 binary
Adding third-party libraries for Windows-x86_64: SDL2-2.0.5
-- Downloading/updating SDL2-2.0.5
-- Configuring done
-- Generating done
-- Build files have been written to: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/SDL2-2.0.5-download
Scanning dependencies of target SDL2-2.0.5-download
[ 11%] Creating directories for 'SDL2-2.0.5-download'
[ 22%] Performing download step (download, verify and extract) for 'SDL2-2.0.5-download'
-- Downloading...
   dst='/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/SDL2-2.0.5-download/SDL2-2.0.5-download-prefix/src/SDL2-2.0.5.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Windows-x86_64/third-party/SDL2-2.0.5.zip'
-- [download 0% complete]
-- [download 2% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 9% complete]
-- [download 12% complete]
-- [download 15% complete]
-- [download 18% complete]
-- [download 20% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 25% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 30% complete]
-- [download 32% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 45% complete]
-- [download 53% complete]
-- [download 57% complete]
-- [download 59% complete]
-- [download 61% complete]
-- [download 69% complete]
-- [download 72% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 87% complete]
-- [download 94% complete]
-- [download 96% complete]
-- [download 98% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/SDL2-2.0.5-download/SDL2-2.0.5-download-prefix/src/SDL2-2.0.5.zip'
     dst='/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/SDL2-2.0.5-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'SDL2-2.0.5-download'
[ 44%] No update step for 'SDL2-2.0.5-download'
[ 55%] No configure step for 'SDL2-2.0.5-download'
[ 66%] No build step for 'SDL2-2.0.5-download'
[ 77%] No install step for 'SDL2-2.0.5-download'
[ 88%] No test step for 'SDL2-2.0.5-download'
[100%] Completed 'SDL2-2.0.5-download'
[100%] Built target SDL2-2.0.5-download
-- /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/SDL2-2.0.5-src/SDL2.dll
-- Configuring done
-- Generating done
-- Build files have been written to: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] echo
Executing: #!c:\tools\cygwin\bin\bash --login
    cd `cygpath "C:\builds\workspace\pharo-vm_pharo-9"`
    set -ex
    cd build-StackVM && VERBOSE=1 make install package
    
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
+ cd build-StackVM
+ VERBOSE=1
+ make install package
/usr/bin/cmake.exe -S/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository -B/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM --check-build-system CMakeFiles/Makefile.cmake 0
/usr/bin/cmake.exe -E cmake_progress_start /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/progress.marks
make  -f CMakeFiles/Makefile2 all
make[1]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
make  -f libffi-build/CMakeFiles/objlib.dir/build.make libffi-build/CMakeFiles/objlib.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-src /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/CMakeFiles/objlib.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/CMakeFiles/objlib.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/CMakeFiles/objlib.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/CMakeFiles/objlib.dir/depend.internal".
Scanning dependencies of target objlib
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
make  -f libffi-build/CMakeFiles/objlib.dir/build.make libffi-build/CMakeFiles/objlib.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
[  0%] Building C object libffi-build/CMakeFiles/objlib.dir/src/closures.c.o
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build && /usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-src/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/objlib.dir/src/closures.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-src/src/closures.c
In file included from /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-src/src/closures.c:525:
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-src/src/dlmalloc.c:452:9: warning: 'WIN32_LEAN_AND_MEAN' macro redefined [-Wmacro-redefined]
#define WIN32_LEAN_AND_MEAN
        ^
<command line>:12:9: note: previous definition is here
#define WIN32_LEAN_AND_MEAN 1
        ^
1 warning generated.
[  1%] Building C object libffi-build/CMakeFiles/objlib.dir/src/java_raw_api.c.o
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build && /usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-src/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/objlib.dir/src/java_raw_api.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-src/src/java_raw_api.c
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-src/src/java_raw_api.c:328:46: warning: 'ffi_java_raw_size' is deprecated [-Wdeprecated-declarations]
  ffi_java_raw *raw = (ffi_java_raw*)alloca (ffi_java_raw_size (cif));
                                             ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include/ffi.h:299:56: note: 'ffi_java_raw_size' has been explicitly marked deprecated here
size_t ffi_java_raw_size (ffi_cif *cif) __attribute__((deprecated));
                                                       ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-src/src/java_raw_api.c:331:3: warning: 'ffi_java_ptrarray_to_raw' is deprecated [-Wdeprecated-declarations]
  ffi_java_ptrarray_to_raw (cif, avalue, raw);
  ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include/ffi.h:295:93: note: 'ffi_java_ptrarray_to_raw' has been explicitly marked deprecated here
void ffi_java_ptrarray_to_raw (ffi_cif *cif, void **args, ffi_java_raw *raw) __attribute__((deprecated));
                                                                                            ^
2 warnings generated.
[  1%] Building C object libffi-build/CMakeFiles/objlib.dir/src/prep_cif.c.o
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build && /usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-src/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/objlib.dir/src/prep_cif.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-src/src/prep_cif.c
[  2%] Building C object libffi-build/CMakeFiles/objlib.dir/src/raw_api.c.o
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build && /usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-src/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/objlib.dir/src/raw_api.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-src/src/raw_api.c
[  2%] Building C object libffi-build/CMakeFiles/objlib.dir/src/types.c.o
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build && /usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-src/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/objlib.dir/src/types.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-src/src/types.c
[  3%] Building ASM object libffi-build/CMakeFiles/objlib.dir/src/x86/win64.S.obj
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build && /usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-src/include   -o CMakeFiles/objlib.dir/src/x86/win64.S.obj -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-src/src/x86/win64.S
[  4%] Building C object libffi-build/CMakeFiles/objlib.dir/src/x86/ffiw64.c.o
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build && /usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-src/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/objlib.dir/src/x86/ffiw64.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-src/src/x86/ffiw64.c
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
[  4%] Built target objlib
make  -f libffi-build/CMakeFiles/ffi_shared.dir/build.make libffi-build/CMakeFiles/ffi_shared.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-src /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/CMakeFiles/ffi_shared.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/CMakeFiles/ffi_shared.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/CMakeFiles/ffi_shared.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/CMakeFiles/ffi_shared.dir/depend.internal".
Scanning dependencies of target ffi_shared
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
make  -f libffi-build/CMakeFiles/ffi_shared.dir/build.make libffi-build/CMakeFiles/ffi_shared.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
[  5%] Linking C shared library ../build/vm/ffi.dll
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build && /usr/bin/cmake.exe -E cmake_link_script CMakeFiles/ffi_shared.dir/link.txt --verbose=1
/usr/bin/x86_64-w64-mingw32-clang  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -shared -Wl,--enable-auto-import -o ../build/vm/ffi.dll -Wl,--out-implib,../build/vm/libffi.dll.a -Wl,--major-image-version,0,--minor-image-version,0 CMakeFiles/objlib.dir/src/closures.c.o CMakeFiles/objlib.dir/src/java_raw_api.c.o CMakeFiles/objlib.dir/src/prep_cif.c.o CMakeFiles/objlib.dir/src/raw_api.c.o CMakeFiles/objlib.dir/src/types.c.o CMakeFiles/objlib.dir/src/x86/win64.S.obj CMakeFiles/objlib.dir/src/x86/ffiw64.c.o 
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
[  5%] Built target ffi_shared
make  -f CMakeFiles/libffi_copy.dir/build.make CMakeFiles/libffi_copy.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/libffi_copy.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/libffi_copy.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/libffi_copy.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/libffi_copy.dir/depend.internal".
Scanning dependencies of target libffi_copy
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
make  -f CMakeFiles/libffi_copy.dir/build.make CMakeFiles/libffi_copy.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
[  6%] Copying libffi binaries to '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vm/'
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vm/ffi.dll /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vm/
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
[  6%] Built target libffi_copy
make  -f CMakeFiles/build_vmmaker_get_vm-build.dir/build.make CMakeFiles/build_vmmaker_get_vm-build.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/build_vmmaker_get_vm-build.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/build_vmmaker_get_vm-build.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/build_vmmaker_get_vm-build.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/build_vmmaker_get_vm-build.dir/depend.internal".
Scanning dependencies of target build_vmmaker_get_vm-build
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
make  -f CMakeFiles/build_vmmaker_get_vm-build.dir/build.make CMakeFiles/build_vmmaker_get_vm-build.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
[  6%] Creating directories for 'build_vmmaker_get_vm'
/usr/bin/cmake.exe -E make_directory C:/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/vm
/usr/bin/cmake.exe -E make_directory C:/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/vm
/usr/bin/cmake.exe -E make_directory C:/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker
/usr/bin/cmake.exe -E make_directory C:/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/tmp
/usr/bin/cmake.exe -E make_directory C:/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src/build_vmmaker_get_vm-stamp
/usr/bin/cmake.exe -E make_directory C:/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src
/usr/bin/cmake.exe -E make_directory C:/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src/build_vmmaker_get_vm-stamp
/usr/bin/cmake.exe -E touch C:/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-mkdir
[  7%] Performing download step (download, verify and extract) for 'build_vmmaker_get_vm'
cd C:/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker && /usr/bin/cmake.exe -P C:/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src/build_vmmaker_get_vm-stamp/download-build_vmmaker_get_vm.cmake
-- Downloading...
   dst='C:/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src/PharoVM-9.0.11-9e688828-Windows-x86_64-bin.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64-headless/Windows-x86_64/PharoVM-9.0.11-9e688828-Windows-x86_64-bin.zip'
-- [download 0% complete]
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 59% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- verifying file...
       file='C:/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src/PharoVM-9.0.11-9e688828-Windows-x86_64-bin.zip'
-- Downloading... done
cd C:/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker && /usr/bin/cmake.exe -P C:/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src/build_vmmaker_get_vm-stamp/verify-build_vmmaker_get_vm.cmake
cd C:/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker && /usr/bin/cmake.exe -P C:/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src/build_vmmaker_get_vm-stamp/extract-build_vmmaker_get_vm.cmake
-- extracting...
     src='C:/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src/PharoVM-9.0.11-9e688828-Windows-x86_64-bin.zip'
     dst='C:/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/vm'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
cd C:/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker && /usr/bin/cmake.exe -E touch C:/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-download
[  7%] No patch step for 'build_vmmaker_get_vm'
/usr/bin/cmake.exe -E echo_append
/usr/bin/cmake.exe -E touch C:/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-patch
[  8%] Performing update step for 'build_vmmaker_get_vm'
cd C:/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/vm && echo

[  8%] Performing configure step for 'build_vmmaker_get_vm'
cd C:/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/vm && echo

cd C:/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/vm && /usr/bin/cmake.exe -E touch C:/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-configure
[  9%] Performing build step for 'build_vmmaker_get_vm'
cd C:/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/vm && echo

cd C:/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/vm && /usr/bin/cmake.exe -E touch C:/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-build
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
[  9%] Built target build_vmmaker_get_vm-build
make  -f CMakeFiles/build_vmmaker_get_image.dir/build.make CMakeFiles/build_vmmaker_get_image.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/build_vmmaker_get_image.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/build_vmmaker_get_image.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/build_vmmaker_get_image.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/build_vmmaker_get_image.dir/depend.internal".
Scanning dependencies of target build_vmmaker_get_image
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
make  -f CMakeFiles/build_vmmaker_get_image.dir/build.make CMakeFiles/build_vmmaker_get_image.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
[ 10%] Creating directories for 'build_vmmaker_get_image'
/usr/bin/cmake.exe -E make_directory C:/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/image
/usr/bin/cmake.exe -E make_directory C:/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/image
/usr/bin/cmake.exe -E make_directory C:/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker
/usr/bin/cmake.exe -E make_directory C:/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/tmp
/usr/bin/cmake.exe -E make_directory C:/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src/build_vmmaker_get_image-stamp
/usr/bin/cmake.exe -E make_directory C:/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src
/usr/bin/cmake.exe -E make_directory C:/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src/build_vmmaker_get_image-stamp
/usr/bin/cmake.exe -E touch C:/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-mkdir
[ 11%] Performing download step (download, verify and extract) for 'build_vmmaker_get_image'
cd C:/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker && /usr/bin/cmake.exe -P C:/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src/build_vmmaker_get_image-stamp/download-build_vmmaker_get_image.cmake
-- Downloading...
   dst='C:/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src/Pharo10-SNAPSHOT.build.349.sha.3e26baf.arch.64bit.zip'
   timeout='none'
-- Using src='https://files.pharo.org/image/100/Pharo10-SNAPSHOT.build.349.sha.3e26baf.arch.64bit.zip'
-- [download 0% complete]
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- verifying file...
       file='C:/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src/Pharo10-SNAPSHOT.build.349.sha.3e26baf.arch.64bit.zip'
-- Downloading... done
cd C:/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker && /usr/bin/cmake.exe -P C:/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src/build_vmmaker_get_image-stamp/verify-build_vmmaker_get_image.cmake
cd C:/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker && /usr/bin/cmake.exe -P C:/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src/build_vmmaker_get_image-stamp/extract-build_vmmaker_get_image.cmake
-- extracting...
     src='C:/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src/Pharo10-SNAPSHOT.build.349.sha.3e26baf.arch.64bit.zip'
     dst='C:/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/image'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
cd C:/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker && /usr/bin/cmake.exe -E touch C:/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-download
[ 12%] No patch step for 'build_vmmaker_get_image'
/usr/bin/cmake.exe -E echo_append
/usr/bin/cmake.exe -E touch C:/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-patch
[ 12%] Performing update step for 'build_vmmaker_get_image'
cd C:/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/image && echo

[ 12%] Performing configure step for 'build_vmmaker_get_image'
cd C:/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/image && echo

cd C:/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/image && /usr/bin/cmake.exe -E touch C:/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-configure
[ 13%] Performing build step for 'build_vmmaker_get_image'
cd C:/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/image && C:/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/vm/PharoConsole.exe --headless C:/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/image/Pharo10-SNAPSHOT-64bit-3e26baf.image --no-default-preferences save VMMaker
cd C:/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/image && C:/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/vm/PharoConsole.exe --headless C:/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/image/VMMaker.image --no-default-preferences --save --quit C:/builds/workspace/pharo-vm_pharo-9/repository/scripts/installVMMaker.st C:/builds/workspace/pharo-vm_pharo-9/repository httpsUrl
NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (defaultRemoteType is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (defaultRemoteType is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (defaultRemoteType is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (defaultRemoteType is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared)
MetacelloNotification: Fetched -> BaselineOfVMMaker-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc
MetacelloNotification: Loading -> BaselineOfVMMaker-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc
MetacelloNotification: Loaded -> BaselineOfVMMaker-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc
MetacelloNotification: Loading baseline of BaselineOfVMMaker...
MetacelloNotification: Fetched -> BaselineOfLLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master]
MetacelloNotification: Loading -> BaselineOfLLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master]
MetacelloNotification: Loaded -> BaselineOfLLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master]
MetacelloNotification: Fetched -> BaselineOfUnicorn-CompatibleUserName.1639392057 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master]
MetacelloNotification: Loading -> BaselineOfUnicorn-CompatibleUserName.1639392057 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master]
MetacelloNotification: Loaded -> BaselineOfUnicorn-CompatibleUserName.1639392057 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master]
MetacelloNotification: Fetched -> Slang-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc
MetacelloNotification: Fetched -> Slang-Tests-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc
MetacelloNotification: Fetched -> Melchor-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc
MetacelloNotification: Project: Unicorn baseline
MetacelloNotification: Fetched -> Unicorn-CompatibleUserName.1639392057 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master]
MetacelloNotification: Project: LLVMDisassembler baseline
MetacelloNotification: Fetched -> LLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master]
MetacelloNotification: Fetched -> VMMakerLoadingDependencies-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc
MetacelloNotification: Fetched -> Printf-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc
MetacelloNotification: Fetched -> VMMaker-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc
MetacelloNotification: Fetched -> VMMaker-Slang-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc
MetacelloNotification: Fetched -> VMMakerCompatibilityForPharo6-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc
MetacelloNotification: Fetched -> VMMakerTests-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc
MetacelloNotification: Fetched -> VMMaker-MT-Tests-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc
MetacelloNotification: Fetched -> VMMaker-Tools-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc
MetacelloNotification: Fetched -> VMMaker-OriginalTests-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc
MetacelloNotification: Fetched -> FileAttributesPlugin-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc
MetacelloNotification: Loading -> Slang-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc --- cache
NewUndeclaredWarning: CCodeGenerator>>cLiteralForPrintfString: (PrintfFormatString is Undeclared)
NewUndeclaredWarning: CCodeGenerator>>removeAssertions (Sensor is Undeclared)
SystemNotification: TMethod>>methodIsEffectivelyComplete:in:(selector is shadowed)
NewUndeclaredWarning: VMMaker>>createCodeGenerator (MLVMCCodeGenerator is Undeclared)
NewUndeclaredWarning: VMMaker>>primitiveCopyFileNamed:to: (FileStream is Undeclared)
NewUndeclaredWarning: VMMaker>>primitiveCopyFileNamed:to: (FileStream is Undeclared)
MetacelloNotification: Loaded -> Slang-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc --- cache
MetacelloNotification: Loading -> Slang-Tests-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc --- cache
MetacelloNotification: Loaded -> Slang-Tests-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc --- cache
MetacelloNotification: Loading -> Melchor-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc --- cache
NewUndeclaredWarning: VMPluginCodeGenerator>>sizeOfIntegralCType: (BytesPerWord is Undeclared)
MetacelloNotification: Loaded -> Melchor-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc --- cache
MetacelloNotification: Starting atomic load
NewUndeclaredWarning: UcARMRegisters class>>eflags (UC_ARM_REG_EFLAGS is Undeclared)
MetacelloNotification: 	Loaded -> Unicorn-CompatibleUserName.1639392057 --- https://github.com/guillep/pharo-unicorn.git[master] --- cache
MetacelloNotification: Finished atomic load
MetacelloNotification: Starting atomic load
SystemNotification: LLVMDisassembler>>setOptions:(options is shadowed)
MetacelloNotification: 	Loaded -> LLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- cache
MetacelloNotification: Finished atomic load
MetacelloNotification: Loading -> VMMakerLoadingDependencies-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc --- cache
NewUndeclaredWarning: TranscriptStream class>>redirectToStdOut: (FileStream is Undeclared)
NewUndeclaredWarning: TranscriptStream>>codePaneMenu:shifted: (SmalltalkEditor is Undeclared)
NewUndeclaredWarning: TranscriptStream>>codePaneMenu:shifted: (SmalltalkEditor is Undeclared)
NewUndeclaredWarning: TranscriptStream>>target (FileStream is Undeclared)
MetacelloNotification: Loaded -> VMMakerLoadingDependencies-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc --- cache
MetacelloNotification: Loading -> Printf-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc --- cache
MetacelloNotification: Loaded -> Printf-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc --- cache
NewUndeclaredWarning: DetailedInstructionPrinter>>printInstructionsOn: (fullBlockRecursionSelector is Undeclared)
SystemNotification: CogStackPageSurrogate>>addressIsInPage:(address is shadowed)
NewUndeclaredWarning: SmalltalkImage>>simulatePrimitive:args: (FileExistsException is Undeclared)
NewUndeclaredWarning: FakeStdinStream>>next (ActiveHand is Undeclared)
NewUndeclaredWarning: Cogit class>>genAndDis:options: (Compiler is Undeclared)
NewUndeclaredWarning: Cogit class>>initializeMiscConstants (UnicornProcessor is Undeclared)
NewUndeclaredWarning: Cogit>>initializeProcessor (MultiProcessor is Undeclared)
NewUndeclaredWarning: Cogit>>setClickStepBreakBlock (Debugger is Undeclared)
NewUndeclaredWarning: Cogit>>simulateCogCodeAt: (ProcessorSimulationTrap is Undeclared)
SystemNotification: RegisterAllocatingCogit>>resolveConflicts:with:to:(simStackPtr is shadowed)
NewUndeclaredWarning: StackToRegisterMappingCogit>>widthInDefaultFontOf: (NewParagraph is Undeclared)
NewUndeclaredWarning: ADPCMCodecPlugin class>>monticelloDescription (ADPCMCodec is Undeclared)
NewUndeclaredWarning: ADPCMCodecPlugin class>>translatedPrimitives (ADPCMCodec is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>fileOpenName:size:write: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>fileOpenName:size:write: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>fileOpenNewName:size: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>fileOpenNewName:size: (FileExistsException is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileDeleteName:Size: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileDeleteName:Size: (FileDirectory is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (FileDirectory is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (FileDirectory is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (FileDirectory is Undeclared)
NewUndeclaredWarning: IA32ABIPlugin>>primCalloc (Alien is Undeclared)
NewUndeclaredWarning: IA32ABIPlugin>>primMalloc (Alien is Undeclared)
NewUndeclaredWarning: InterpreterPlugin class>>allCodeOlderThan: (TimeStamp is Undeclared)
NewUndeclaredWarning: InterpreterPlugin class>>buildCodeGenerator (VMMakerConfiguration is Undeclared)
NewUndeclaredWarning: InterpreterPlugin class>>buildCodeGeneratorForVMClass: (VMMakerConfiguration is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>compressStructSize (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>decompressStructSize (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>errorMgr2StructSize (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primImageHeight: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primImageNumComponents: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primImageWidth: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGPluginIsPresent (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGReadHeader:fromByteArray:size:errorMgrReadHeader: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGReadImagefromByteArrayonFormdoDitheringerrorMgrReadScanlines:_:_:_:_:_:_:_:_: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGWriteImageonByteArrayformqualityprogressiveJPEGerrorMgrWriteScanlines:_:_:_:_:_:_:_:_:_:_:_: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: TestOSAPlugin>>primOpenDefaultConfiguration:subtype: (ComponentInstance is Undeclared)
NewUndeclaredWarning: SoundGenerationPlugin class>>monticelloDescription (AbstractSound is Undeclared)
NewUndeclaredWarning: SoundGenerationPlugin class>>translatedPrimitives (AbstractSound is Undeclared)
NewUndeclaredWarning: StackInterpreter class>>patchInterpGCCPPC: (FileStream is Undeclared)
NewUndeclaredWarning: StackInterpreter class>>primitiveAccessorDepthTable (VMMakerConfiguration is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>codeGeneratorToComputeAccessorDepth (VMMakerConfiguration is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>ensureMultiThreadingOverridesAreUpToDate (Parser is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>ioMousePoint (Sensor is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>ioRelinquishProcessorForMicroseconds: (Sensor is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>logOfBytesVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>logOfBytesWrite:toFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>logOfSendsVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>logOfSendsWrite:toFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorph (SimulatorImageMorph is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorph (SimulatorEventTransformer is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorph (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorph (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorphNoTranscript (SimulatorImageMorph is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorphNoTranscript (SimulatorEventTransformer is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorphNoTranscript (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>setBreakBlockFromString: (Compiler is Undeclared)
SystemNotification: CogVMSimulator>>testBreakCount:printSends:printFrames:printBytecodes:(breakCount is shadowed)
NewUndeclaredWarning: StackMTInterpreterSimulator>>ioMousePoint (Sensor is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>ioRelinquishProcessorForMicroseconds: (Sensor is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>logOfBytesVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>logOfBytesWrite:toFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>logOfSendsVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>logOfSendsWrite:toFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (SimulatorImageMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (SimulatorEventTransformer is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorphNoTranscript (SimulatorImageMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorphNoTranscript (SimulatorEventTransformer is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorphNoTranscript (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsSimulatorMorph (SimulatorMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsSimulatorMorph (SimulatorMorph is Undeclared)
SystemNotification: StackMTInterpreterSimulator>>runAtEachStep:breakCount:(breakCount is shadowed)
NewUndeclaredWarning: StackMTInterpreterSimulator>>setClickStepBreakBlock (Debugger is Undeclared)
SystemNotification: StackMTInterpreterSimulator>>testBreakCount:printSends:printFrames:printBytecodes:(breakCount is shadowed)
NewUndeclaredWarning: StackInterpreterSimulator>>codeGeneratorToComputeAccessorDepth (VMMakerConfiguration is Undeclared)
NewUndeclaredWarning: StackInterpreterSimulator>>ioMousePoint (Sensor is Undeclared)
NewUndeclaredWarning: StackInterpreterSimulator>>ioRelinquishProcessorForMicroseconds: (Sensor is Undeclared)
NewUndeclaredWarning: StackInterpreterSimulator>>logOfBytesVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackInterpreterSimulator>>logOfBytesWrite:toFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackInterpreterSimulator>>logOfSendsVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackInterpreterSimulator>>logOfSendsWrite:toFileNamed:fromStart: (FileStream is Undeclared)
SystemNotification: StackInterpreterSimulator>>runAtEachStep:breakCount:(breakCount is shadowed)
NewUndeclaredWarning: StackInterpreterSimulator>>setClickStepBreakBlock (Debugger is Undeclared)
SystemNotification: StackInterpreterSimulator>>testBreakCount:printSends:printFrames:printBytecodes:(breakCount is shadowed)
NewUndeclaredWarning: VMStructType class>>checkGenerateSurrogate:bytesPerWord: (BytesPerWord is Undeclared)
NewUndeclaredWarning: VMStructType class>>checkGenerateSurrogate:bytesPerWord: (BytesPerWord is Undeclared)
NewUndeclaredWarning: VMStructType class>>checkGenerateSurrogate:bytesPerWord: (BytesPerWord is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFBitBltLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFFormLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFEdgeDataTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFFillDataTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFWrongState is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadSpanBufferFrom: (GEFClassMismatch is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferIsInteger is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferIsPointers is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferBadMagic is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferWrongSize is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferStartWrong is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveAddActiveEdgeEntry (GEFEdgeDataTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveAddActiveEdgeEntry (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveAddActiveEdgeEntry (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveChangedActiveEdgeEntry (GEFEdgeDataTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveCopyBuffer (GEFClassMismatch is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveCopyBuffer (GEFSizeMismatch is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveDisplaySpanBuffer (GEFBitBltLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveGetFailureReason (GEFEngineIsInteger is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveGetFailureReason (GEFEngineIsWords is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveGetFailureReason (GEFEngineTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveInitializeProcessing (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFFillDataTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveNextFillEntry (GEFFormLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveNextFillEntry (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveNextFillEntry (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveNextGlobalEdgeEntry (GEFWrongEdge is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalEdge (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalEdge (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalEdge (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalFill (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveSetColorTransform (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFAlreadyFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFEngineIsInteger is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFEngineIsWords is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFEngineTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom:requiredState: (GEFWrongState is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom:requiredState:or: (GEFWrongState is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezier (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezier (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezier (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBitmapFill (GEFBadPoint is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBitmapFill (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBitmapFill (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFEntityCheckFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddGradientFill (GEFBadPoint is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddGradientFill (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddGradientFill (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFBadPoint is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFBadPoint is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFBadPoint is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFEntityLoadFailed is Undeclared)
MetacelloNotification: Loaded -> VMMaker-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-Slang-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc --- cache
MetacelloNotification: Loaded -> VMMaker-Slang-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc --- cache
MetacelloNotification: Loading -> VMMakerCompatibilityForPharo6-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc --- cache
NewUndeclaredWarning: OCAbstractScope>>childrenDo:after:suchThat: (children is Undeclared)
NewUndeclaredWarning: OCAbstractScope>>childrenDo:after:suchThat: (children is Undeclared)
NewUndeclaredWarning: OCAbstractScope>>childrenDo:suchThat: (children is Undeclared)
NewUndeclaredWarning: OCAbstractScope>>childrenDo:suchThat: (children is Undeclared)
NewUndeclaredWarning: DisplayText class>>example (Sensor is Undeclared)
NewUndeclaredWarning: DisplayText class>>example (Sensor is Undeclared)
NewUndeclaredWarning: DisplayText class>>text: (DefaultTextStyle is Undeclared)
MetacelloNotification: Loaded -> VMMakerCompatibilityForPharo6-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc --- cache
MetacelloNotification: Loading -> VMMakerTests-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc --- cache
NewUndeclaredWarning: ProcessorSimulator>>stackValues (VMMachineCodeDebuggerStackItem is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>arg0Register (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>arg1Register (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>baseRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>cResultRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>carg0Register (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>carg1Register (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>carg2Register (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>carg3Register (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>classRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>disassembler (LLVMRV64Disassembler is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>doublePrecisionFloatingPointRegister0 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>doublePrecisionFloatingPointRegister1 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>doublePrecisionFloatingPointRegister2 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f0 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f1 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f10 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f11 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f12 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f13 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f14 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f15 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f16 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f17 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f18 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f19 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f2 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f20 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f21 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f22 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f23 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f24 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f25 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f26 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f27 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f28 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f29 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f3 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f30 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f31 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f4 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f5 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f6 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f7 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f8 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f9 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>flagCarryRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>flagOverflowRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>flagSignRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>flagZeroRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>framePointerRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>instructionPointerRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>linkRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>mstatus (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>receiverRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s0 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s0: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s2 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s2: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s7 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s7: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s8 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s8: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s9 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s9: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>sendNumberOfArgumentsRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>stackPointerRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t0 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t0: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t1 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t1: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t2 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t2: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t3 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t3: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t4 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t4: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t5 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t5: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t6 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t6: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>temporaryRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x0 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x1 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x10 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x11 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x12 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x13 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x14 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x15 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x16 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x17 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x18 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x19 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x2 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x20 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x21 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x22 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x23 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x24 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x25 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x26 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x27 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x28 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x29 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x3 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x30 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x31 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x4 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x5 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x6 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x7 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x8 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x9 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: VMFrameBuilder>>gtInspectorItemsIn: (GTObjectPrinter is Undeclared)
NewUndeclaredWarning: VMFrameBuilder>>gtInspectorItemsIn: (GTObjectPrinter is Undeclared)
NewUndeclaredWarning: VMBytecodeMethod>>encoderClass (EncoderForV3PlusClosures is Undeclared)
NewUndeclaredWarning: VMSimpleStackBasedCogitAbstractTest>>openMachineDebuggerAt: (VMMachineCodeDebugger is Undeclared)
MetacelloNotification: Loaded -> VMMakerTests-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-MT-Tests-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc --- cache
NewUndeclaredWarning: VMMTTests>>testHeartbeatReleasesVMWhenNoProcessIsWilling (CAContinuation is Undeclared)
NewUndeclaredWarning: VMMTTests>>testTryOwningOwnedVMLeavesThreadInWaitingState (CAContinuation is Undeclared)
NewUndeclaredWarning: VMMockCogThreadManager>>ioWaitOnOSSemaphore: (CAContinuation is Undeclared)
MetacelloNotification: Loaded -> VMMaker-MT-Tests-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-Tools-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc --- cache
NewUndeclaredWarning: SimulatorMorph>>callStackPanel (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorph>>commandPanel (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorph>>contextPanel (ObjectExplorerWrapper is Undeclared)
NewUndeclaredWarning: SimulatorMorph>>initializeWithVMSimulator:title:aTranscript: (SimulatorMorphicModel is Undeclared)
NewUndeclaredWarning: SimulatorMorph>>stackPanel (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorph>>transcriptPanel (PluggableTextMorph is Undeclared)
MetacelloNotification: Loaded -> VMMaker-Tools-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-OriginalTests-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc --- cache
NewUndeclaredWarning: SpurImageTestResource class>>preenImage (Spur32BitPreen is Undeclared)
NewUndeclaredWarning: SpurPlanningCompactorTests class>>preenImage (Spur32BitPreen is Undeclared)
SystemNotification: FloatMathPluginTests>>makeTestData:using:seed:rounds:(seed is shadowed)
NewUndeclaredWarning: FloatMathPluginTests>>makeTestData:using:seed:rounds: (FileStream is Undeclared)
NewUndeclaredWarning: FloatMathPluginTests>>makeTestData:using:seed:rounds: (Sensor is Undeclared)
SystemNotification: FloatMathPluginTests>>verifyTestData:using:(seed is shadowed)
NewUndeclaredWarning: FloatMathPluginTests>>verifyTestData:using: (FileStream is Undeclared)
NewUndeclaredWarning: FloatMathPluginTests>>verifyTestData:using: (Sensor is Undeclared)
NewUndeclaredWarning: IncludedMethodsTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared)
NewUndeclaredWarning: IncludedMethodsTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2PluginTest>>testPluginPresent (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2PluginTest>>testPrimJPEGReadImage (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2PluginTest>>testPrimJPEGWriteImage (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2PluginTest>>testPrimJPEGWriteImage (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: MiscPrimitivePluginTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared)
NewUndeclaredWarning: MiscPrimitivePluginTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared)
NewUndeclaredWarning: CogARMCompilerTests>>processor (GdbARMAlien is Undeclared)
NewUndeclaredWarning: CogIA32CompilerTests>>processor (BochsIA32Alien is Undeclared)
NewUndeclaredWarning: CogMIPSELCompilerTests>>processor (MIPSELSimulator is Undeclared)
NewUndeclaredWarning: CogX64CompilerTests>>processor (BochsX64Alien is Undeclared)
MetacelloNotification: Loaded -> VMMaker-OriginalTests-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc --- cache
MetacelloNotification: Loading -> FileAttributesPlugin-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc --- cache
MetacelloNotification: Loaded -> FileAttributesPlugin-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc --- cache
MetacelloNotification: ...finished baseline
cd C:/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/image && /usr/bin/cmake.exe -E touch C:/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-build
[ 13%] Performing install step for 'build_vmmaker_get_image'
cd C:/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/image && echo

cd C:/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/image && /usr/bin/cmake.exe -E touch C:/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-install
[ 14%] Completed 'build_vmmaker_get_image'
/usr/bin/cmake.exe -E make_directory /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles
/usr/bin/cmake.exe -E touch /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/build_vmmaker_get_image-complete
/usr/bin/cmake.exe -E touch C:/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-done
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
[ 14%] Built target build_vmmaker_get_image
make  -f CMakeFiles/PharoVMCore.dir/build.make CMakeFiles/PharoVMCore.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
[ 14%] Generating VM files for flavour: StackVM
C:/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/vm/PharoConsole.exe --headless C:/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/image/VMMaker.image --no-default-preferences eval "PharoVMMaker generate: #'StackVM' outputDirectory: 'C:/builds/workspace/pharo-vm_pharo-9/build-StackVM'"
Generating #StackVM in 'C:/builds/workspace/pharo-vm_pharo-9/build-StackVM'...

warning, variable nsMethodCache doesn't exist or has already been removed
StackInterpreter>>checkImageVersionFrom: contains declaration for non-existent variable imageOffset
StackInterpreter>>reapAndResetErrorCodeTo:header: contains declaration for non-existent variable theSP
StackInterpreterPrimitives>>primitiveFFIAllocate contains declaration for non-existent variable ptr
StackInterpreter>>readImageFromFile:StartingAt: contains declaration for non-existent variable heapSize
StackInterpreter>>readImageFromFile:StartingAt: contains declaration for non-existent variable minimumMemory
StackInterpreter>>readImageFromFile:StartingAt: contains declaration for non-existent variable allocationReserve
StackInterpreterPrimitives>>doPrimitiveWorkerExtractReturnValue contains declaration for non-existent variable externalFunction
StackInterpreterPrimitives>>primitiveLoadSymbolFromModule contains declaration for non-existent variable ptr
StackInterpreterPrimitives>>primitiveFFIFree contains declaration for non-existent variable ptr

conflicting return types sqInt, void in primitiveFFIAllocate

conflicting return types sqInt, void in primitiveFFIFree

conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject:

conflicting return types sqInt, void in primitiveFFIAllocate

conflicting return types sqInt, void in primitiveFFIFree

conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject:

conflicting return types sqInt, void in primitiveFFIAllocate

conflicting return types sqInt, void in primitiveFFIFree

conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject:

conflicting return types sqInt, void in primitiveFFIAllocate

conflicting return types sqInt, void in primitiveFFIFree

conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject:

conflicting return types sqInt, void in primitiveFFIAllocate

conflicting return types sqInt, void in primitiveFFIFree

conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject:

conflicting return types sqInt, void in primitiveFFIAllocate

conflicting return types sqInt, void in primitiveFFIFree

Local variable name 'receiver' in doPrimitiveWorkerCallout may mask method when inlining

Local variable name 'stack' in pathTo:using:followWeak: may mask method when inlining

Local variable name 'stack' in pruneStack:stackp: may mask method when inlining

Local variable name 'receiver' in doPrimitiveWorkerExtractReturnValue may mask method when inlining

compactionStartUsecs localised to fullGC

gcMarkEndUsecs localised to fullGC

extA localised to interpret

extB localised to interpret

lkupClassTag localised to interpret

numExtB localised to interpret

the2ndUnknownShort localised to writeImageFileIO
26 June 2022 2:27:22.12 pm
warning, signature of InterpreterProxy>>characterTable does not match reference implementation.
warning, signature of InterpreterProxy>>fullGC does not match reference implementation.
warning, signature of InterpreterProxy>>pop:thenPush: does not match reference implementation.
warning, signature of InterpreterProxy>>positive32BitValueOf: does not match reference implementation.
warning, signature of InterpreterProxy>>pushRemappableOop: does not match reference implementation.
external plugin FilePlugin generated as FilePlugin
warning, signature of InterpreterProxy>>pop:thenPush: does not match reference implementation.
warning, signature of InterpreterProxy>>pushBool: does not match reference implementation.
external plugin FloatArrayPlugin generated as FloatArrayPlugin
warning, signature of InterpreterProxy>>pop:thenPush: does not match reference implementation.
external plugin SurfacePlugin generated as SurfacePlugin
26 June 2022 2:27:22.74 pm

warning, variable nsMethodCache doesn't exist or has already been removed
StackInterpreter>>checkImageVersionFrom: contains declaration for non-existent variable imageOffset
StackInterpreter>>reapAndResetErrorCodeTo:header: contains declaration for non-existent variable theSP
StackInterpreterPrimitives>>primitiveFFIAllocate contains declaration for non-existent variable ptr
StackInterpreter>>readImageFromFile:StartingAt: contains declaration for non-existent variable heapSize
StackInterpreter>>readImageFromFile:StartingAt: contains declaration for non-existent variable minimumMemory
StackInterpreter>>readImageFromFile:StartingAt: contains declaration for non-existent variable allocationReserve
StackInterpreterPrimitives>>doPrimitiveWorkerExtractReturnValue contains declaration for non-existent variable externalFunction
StackInterpreterPrimitives>>primitiveLoadSymbolFromModule contains declaration for non-existent variable ptr
StackInterpreterPrimitives>>primitiveFFIFree contains declaration for non-existent variable ptr

conflicting return types sqInt, void in primitiveFFIAllocate

conflicting return types sqInt, void in primitiveFFIFree

conflicting return types sqInt, void in primitiveFFIAllocate

conflicting return types sqInt, void in primitiveFFIFree

conflicting return types sqInt, void in primitiveFFIAllocate

conflicting return types sqInt, void in primitiveFFIFree

conflicting return types sqInt, void in primitiveFFIAllocate

conflicting return types sqInt, void in primitiveFFIFree

conflicting return types sqInt, void in primitiveFFIAllocate

conflicting return types sqInt, void in primitiveFFIFree

conflicting return types sqInt, void in primitiveFFIAllocate

conflicting return types sqInt, void in primitiveFFIFree

Local variable name 'receiver' in doPrimitiveWorkerCallout may mask method when inlining

Local variable name 'stack' in pathTo:using:followWeak: may mask method when inlining

Local variable name 'stack' in pruneStack:stackp: may mask method when inlining

Local variable name 'receiver' in doPrimitiveWorkerExtractReturnValue may mask method when inlining

compactionStartUsecs localised to fullGC

gcMarkEndUsecs localised to fullGC

extA localised to interpret

extB localised to interpret

lkupClassTag localised to interpret

numExtB localised to interpret

the2ndUnknownShort localised to writeImageFileIO
26 June 2022 2:27:36.519 pm
warning, signature of InterpreterProxy>>characterTable does not match reference implementation.
warning, signature of InterpreterProxy>>fullGC does not match reference implementation.
warning, signature of InterpreterProxy>>pop:thenPush: does not match reference implementation.
warning, signature of InterpreterProxy>>positive32BitValueOf: does not match reference implementation.
warning, signature of InterpreterProxy>>pushRemappableOop: does not match reference implementation.
external plugin FilePlugin generated as FilePlugin
warning, signature of InterpreterProxy>>pop:thenPush: does not match reference implementation.
warning, signature of InterpreterProxy>>pushBool: does not match reference implementation.
external plugin FloatArrayPlugin generated as FloatArrayPlugin
warning, signature of InterpreterProxy>>pop:thenPush: does not match reference implementation.
external plugin SurfacePlugin generated as SurfacePlugin
26 June 2022 2:27:37.16 pm
PharoVMMaker
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/PharoVMCore.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/PharoVMCore.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/PharoVMCore.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/PharoVMCore.dir/depend.internal".
Scanning dependencies of target PharoVMCore
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
make  -f CMakeFiles/PharoVMCore.dir/build.make CMakeFiles/PharoVMCore.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
[ 15%] Building C object CMakeFiles/PharoVMCore.dir/src/debug.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/src/debug.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/src/debug.c
[ 15%] Building C object CMakeFiles/PharoVMCore.dir/src/utils.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/src/utils.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/src/utils.c
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/src/utils.c:549:13: warning: incompatible pointer types passing 'TCHAR *' (aka 'unsigned short *') to parameter of type 'char *' [-Wincompatible-pointer-types]
  vsnprintf(buf, 4096-1, fmt, args);
            ^~~
/usr/x86_64-w64-mingw32/sys-root/mingw/include/stdio.h:450:22: note: passing argument to parameter '__stream' here
int vsnprintf (char *__stream, size_t __n, const char *__format, __builtin_va_list __local_argv)
                     ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/src/utils.c:552:32: warning: incompatible pointer types passing 'const char *' to parameter of type 'LPCWSTR' (aka 'const unsigned short *') [-Wincompatible-pointer-types]
  result = MessageBox(NULL,buf,titleString,dwFlags|MB_SETFOREGROUND);
                               ^~~~~~~~~~~
/usr/x86_64-w64-mingw32/sys-root/mingw/include/winuser.h:3712:70: note: passing argument to parameter 'lpCaption' here
  WINUSERAPI int WINAPI MessageBoxW(HWND hWnd,LPCWSTR lpText,LPCWSTR lpCaption,UINT uType);
                                                                     ^
2 warnings generated.
[ 16%] Building C object CMakeFiles/PharoVMCore.dir/src/errorCode.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/src/errorCode.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/src/errorCode.c
[ 17%] Building C object CMakeFiles/PharoVMCore.dir/src/nullDisplay.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/src/nullDisplay.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/src/nullDisplay.c
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/src/nullDisplay.c:208:1: warning: unused function 'dropInit' [-Wunused-function]
dropInit (void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/src/nullDisplay.c:215:1: warning: unused function 'dropShutdown' [-Wunused-function]
dropShutdown (void)
^
2 warnings generated.
[ 17%] Building C object CMakeFiles/PharoVMCore.dir/src/externalPrimitives.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/src/externalPrimitives.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/src/externalPrimitives.c
[ 18%] Building C object CMakeFiles/PharoVMCore.dir/src/client.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/src/client.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/src/client.c
[ 18%] Building C object CMakeFiles/PharoVMCore.dir/src/pathUtilities.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/src/pathUtilities.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/src/pathUtilities.c
[ 19%] Building C object CMakeFiles/PharoVMCore.dir/src/fileDialogCommon.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/src/fileDialogCommon.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/src/fileDialogCommon.c
[ 19%] Building C object CMakeFiles/PharoVMCore.dir/src/stringUtilities.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/src/stringUtilities.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/src/stringUtilities.c
[ 20%] Building C object CMakeFiles/PharoVMCore.dir/src/imageAccess.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/src/imageAccess.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/src/imageAccess.c
[ 20%] Building C object CMakeFiles/PharoVMCore.dir/src/parameters/parameterVector.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/src/parameters/parameterVector.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/src/parameters/parameterVector.c
[ 21%] Building C object CMakeFiles/PharoVMCore.dir/src/parameters/parameters.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/src/parameters/parameters.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/src/parameters/parameters.c
[ 21%] Building C object CMakeFiles/PharoVMCore.dir/src/semaphores/platformSemaphore.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/src/semaphores/platformSemaphore.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/src/semaphores/platformSemaphore.c
[ 22%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/heartbeat.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/heartbeat.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/heartbeat.c
[ 23%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/functionDefinitionPrimitives.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/ffi/src/functionDefinitionPrimitives.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/src/functionDefinitionPrimitives.c
[ 23%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/primitiveCalls.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/ffi/src/primitiveCalls.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/src/primitiveCalls.c
[ 24%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/primitiveUtils.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/ffi/src/primitiveUtils.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/src/primitiveUtils.c
[ 24%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/types.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/ffi/src/types.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/src/types.c
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/src/types.c:108:3: warning: variable 'address' is used uninitialized whenever switch default is taken [-Wsometimes-uninitialized]
                default:
                ^~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/src/types.c:112:19: note: uninitialized use occurs here
        setHandler(aOop, address);
                         ^~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/src/types.c:4:15: note: initialize the variable 'address' to silence this warning
        void* address;
                     ^
                      = NULL
1 warning generated.
[ 25%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/typesPrimitives.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/ffi/src/typesPrimitives.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/src/typesPrimitives.c
[ 25%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/utils.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/ffi/src/utils.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/src/utils.c
[ 26%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/sameThread/sameThread.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/ffi/src/sameThread/sameThread.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/src/sameThread/sameThread.c
[ 26%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbackPrimitives.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbackPrimitives.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/src/callbacks/callbackPrimitives.c
[ 27%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbacks.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbacks.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/src/callbacks/callbacks.c
[ 27%] Building C object CMakeFiles/PharoVMCore.dir/src/semaphores/pharoSemaphore.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/src/semaphores/pharoSemaphore.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/src/semaphores/pharoSemaphore.c
[ 28%] Building C object CMakeFiles/PharoVMCore.dir/src/threadSafeQueue/threadSafeQueue.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/src/threadSafeQueue/threadSafeQueue.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/src/threadSafeQueue/threadSafeQueue.c
[ 29%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/pThreadedFFI.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/ffi/src/pThreadedFFI.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/src/pThreadedFFI.c
[ 29%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/worker/worker.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/ffi/src/worker/worker.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/src/worker/worker.c
[ 30%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerPrimitives.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerPrimitives.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/src/worker/workerPrimitives.c
[ 30%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerTask.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerTask.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/src/worker/workerTask.c
[ 31%] Building C object CMakeFiles/PharoVMCore.dir/generated/64/vm/src/gcc3x-interp.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/generated/64/vm/src/gcc3x-interp.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:44:9: warning: unknown pragma ignored [-Wunknown-pragmas]
#pragma auto_inline(off)
        ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61:9: warning: unknown pragma ignored [-Wunknown-pragmas]
#pragma auto_inline(on)
        ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2724:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
        localSP = pointerForOop(GIV(stackPointer));
                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2725:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
        localFP = pointerForOop(GIV(framePointer));
                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2745:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize));
                                                         ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2759:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize) + 8 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2773:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize) + 16 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2787:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize) + 24 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2801:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize) + 32 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2815:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize) + 40 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2829:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize) + 48 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2843:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize) + 56 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2857:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize) + 64 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2871:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize) + 72 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2885:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize) + 80 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2899:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize) + 88 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2913:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize) + 96 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2927:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize) + 104 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2941:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize) + 112 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2955:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize) + 120 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2970:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = (0 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2971:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2972:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2987:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = (1 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2988:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 1 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2989:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 1 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3004:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = (2 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3005:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 2 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3006:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 2 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3021:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = (3 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3022:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 3 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3023:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 3 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3038:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = (4 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3039:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 4 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3040:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 4 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3055:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = (5 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3056:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 5 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3057:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 5 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3072:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = (6 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3073:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 6 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3074:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 6 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3089:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = (7 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3090:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 7 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3091:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 7 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3106:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = (8 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3107:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 8 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3108:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 8 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3123:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = (9 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3124:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 9 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3125:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 9 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3140:77: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = (10 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3141:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 10 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3142:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 10 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3157:77: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = (11 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3158:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 11 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3159:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 11 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3173:77: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = (12 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3174:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 12 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3175:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 12 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3189:77: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = (13 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3190:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 13 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3191:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 13 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3205:77: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = (14 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3206:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 14 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3207:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 14 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3221:77: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = (15 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3222:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 15 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:3223:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - 15 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4443:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                rcvr = longAt(localFP + FoxReceiver);
                                              ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4503:42: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (offset < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))) {
                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4504:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - offset) * BytesPerWord), valueOop);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4507:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - offset) * BytesPerWord), valueOop);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4527:42: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (offset < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))) {
                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4528:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - offset) * BytesPerWord), valueOop);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4531:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - offset) * BytesPerWord), valueOop);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4551:42: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (offset < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))) {
                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4552:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - offset) * BytesPerWord), valueOop);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4555:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - offset) * BytesPerWord), valueOop);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4575:42: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (offset < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))) {
                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4576:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - offset) * BytesPerWord), valueOop);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4579:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - offset) * BytesPerWord), valueOop);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4599:42: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (offset < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))) {
                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4600:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - offset) * BytesPerWord), valueOop);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4603:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - offset) * BytesPerWord), valueOop);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4623:42: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (offset < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))) {
                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4624:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - offset) * BytesPerWord), valueOop);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4627:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - offset) * BytesPerWord), valueOop);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4647:42: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (offset < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))) {
                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4648:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - offset) * BytesPerWord), valueOop);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4651:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - offset) * BytesPerWord), valueOop);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4671:42: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (offset < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))) {
                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4672:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - offset) * BytesPerWord), valueOop);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4675:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - offset) * BytesPerWord), valueOop);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4691:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = longAt(localFP + FoxReceiver);
                                                ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4784:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                localReturnValue = longAt(localFP + FoxReceiver);
                                                          ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4827:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (!((byteAt((localFP + FoxFrameFlags) + 3)) != 0)) {
                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4846:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                closure = longAt(localFP + (frameStackedReceiverOffset(localFP)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4863:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                if ((byteAt((localFP + FoxFrameFlags) + 2)) != 0) {
                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4865:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        ourContext = longAt(localFP + FoxThisContext);
                                                                            ^~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4898:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        if (((byteAt((theFP1 + FoxFrameFlags) + 2)) != 0)
                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4899:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                         && (home == (longAt(theFP1 + FoxThisContext)))) {
                                                             ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4903:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        if (!((byteAt((theFP1 + FoxFrameFlags) + 3)) != 0)) {
                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4904:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                theMethod1 = longAt(theFP1 + FoxMethod);
                                                                    ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4914:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        if ((byteAt((theFP1 + FoxFrameFlags) + 2)) != 0) {
                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4916:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                                ctxtOrNilOrZero = longAt(theFP1 + FoxThisContext);
                                                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4924:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        theFP1 = pointerForOop(longAt(theFP1 + FoxSavedFP));
                                                                      ^~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4926:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                senderContext = longAt(theFPAbove + FoxCallerContext);
                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4961:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        if ((byteAt((localFP + FoxFrameFlags) + 2)) != 0) {
                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4963:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                ourContext1 = longAt(localFP + FoxThisContext);
                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4981:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        if ((byteAt((localFP + FoxFrameFlags) + 2)) != 0) {
                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:4983:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                ourContext2 = longAt(localFP + FoxThisContext);
                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5008:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        if ((longAt(theFP + FoxSavedFP)) == 0) {
                                                    ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5009:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                contextToReturnTo = longAt(theFP + FoxCallerContext);
                                                                           ^~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5012:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                frameToReturnTo = pointerForOop(longAt(theFP + FoxSavedFP));
                                                                                       ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5061:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                if ((byteAt((localFP + FoxFrameFlags) + 2)) != 0) {
                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5063:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        ourContext3 = longAt(localFP + FoxThisContext);
                                                                             ^~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5085:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        currentCtx = longAt(((GIV(stackPage)->baseFP)) + FoxCallerContext);
                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5100:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        currentCtx = longAt(((thePage->baseFP)) + FoxCallerContext);
                                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5137:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                localFP = pointerForOop(longAt(localFP + FoxSavedFP));
                                                                               ^~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5139:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        localIP = pointerForOop(longAt(callerFP + FoxCallerSavedIP));
                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5144:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                GIV(method) = longAt(localFP + FoxMethod);
                                                     ^~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5225:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                callersFPOrNull = pointerForOop(longAt(localFP + FoxSavedFP));
                                                                       ^~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5229:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        contextToReturnTo = longAt(localFP + FoxCallerContext);
                                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5258:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) {
                                                                                                 ^~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5277:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        if ((byteAt((localFP + FoxFrameFlags) + 2)) != 0) {
                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5279:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                                ourContext = longAt(localFP + FoxThisContext);
                                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5311:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        GIV(method) = longAt(localFP + FoxMethod);
                                                             ^~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5329:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                localIP = pointerForOop(longAt(localFP + FoxCallerSavedIP));
                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5330:89: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                localSP = localFP + ((FoxCallerSavedIP + BytesPerWord) + (((sqInt)((usqInt)((byteAt((localFP + FoxFrameFlags) + 1))) << (shiftForWord())))));
                                                                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5333:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                GIV(method) = longAt(localFP + FoxMethod);
                                                     ^~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5371:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if ((byteAt((localFP + FoxFrameFlags) + 2)) != 0) {
                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5373:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ourContext = longAt(localFP + FoxThisContext);
                                                            ^~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5406:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        object = longAt(((longAt(localFP + FoxReceiver)) + BaseHeaderSize) + (((sqInt)((usqInt)(variableIndex) << (shiftForWord())))));
                                                                 ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5412:57: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        object1 = (variableIndex < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5413:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - variableIndex) * BytesPerWord))
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5414:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - variableIndex) * BytesPerWord)));
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5461:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        objOop = longAt(localFP + FoxReceiver);
                                                        ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5504:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        if (variableIndex < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))) {
                                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5505:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - variableIndex) * BytesPerWord), value);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5508:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - variableIndex) * BytesPerWord), value);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5590:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        objOop = longAt(localFP + FoxReceiver);
                                                        ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5633:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        if (variableIndex < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))) {
                                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5634:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - variableIndex) * BytesPerWord), value);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5637:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - variableIndex) * BytesPerWord), value);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5819:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5820:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5904:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                                localSP = pointerForOop(GIV(stackPointer));
                                                                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5905:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                                localFP = pointerForOop(GIV(framePointer));
                                                                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5922:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtPointerput((localSP -= BytesPerOop), localIP);
                                                                                   ^~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:142:57: note: passing argument to parameter 'val' here
  static inline sqInt longAtPointerput(char *ptr, sqInt val)    { return *(sqInt *)ptr= val; }
                                                        ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5924:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtPointerput((localSP -= BytesPerOop), localFP);
                                                                                   ^~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:142:57: note: passing argument to parameter 'val' here
  static inline sqInt longAtPointerput(char *ptr, sqInt val)    { return *(sqInt *)ptr= val; }
                                                        ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5961:64: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        shouldSkipStoreBytecode = reapAndResetErrorCodeToheader(localFP, methodHeader);
                                                                                                                ^~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1400:76: note: passing argument to parameter 'theFP' here
static sqInt NoDbgRegParms NeverInline reapAndResetErrorCodeToheader(sqInt theFP, sqInt methodHeader);
                                                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5978:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                                localSP = pointerForOop(GIV(stackPointer));
                                                                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:5979:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                                localFP = pointerForOop(GIV(framePointer));
                                                                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6036:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        obj = longAt(localFP + FoxReceiver);
                                                     ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6069:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        callerFP = pointerForOop(longAt(spouseFP + FoxSavedFP));
                                                                                        ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6073:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                                object3 = longAt(spouseFP + FoxCallerContext);
                                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6077:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        if ((byteAt((callerFP + FoxFrameFlags) + 2)) != 0) {
                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6079:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                                object3 = longAt(callerFP + FoxThisContext);
                                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6191:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                obj1 = longAt(localFP + FoxReceiver);
                                              ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6275:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6276:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6474:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if ((byteAt((localFP + FoxFrameFlags) + 2)) != 0) {
                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6476:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ourContext = longAt(localFP + FoxThisContext);
                                                            ^~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6606:61: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                tempVector = (tempVectorIndex < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6607:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - tempVectorIndex) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6608:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - tempVectorIndex) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6631:61: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                tempVector = (tempVectorIndex < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6632:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - tempVectorIndex) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6633:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - tempVectorIndex) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6668:61: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                tempVector = (tempVectorIndex < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6669:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - tempVectorIndex) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6670:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - tempVectorIndex) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6718:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if ((byteAt((localFP + FoxFrameFlags) + 2)) != 0) {
                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:6720:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        context = longAt(localFP + FoxThisContext);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:7023:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:7024:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:7235:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 + arg1));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:7240:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:7241:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:7377:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 - arg1));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:7382:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:7383:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8452:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 * arg1));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8457:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8458:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8609:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 / arg1));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8614:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8615:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8753:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                integerArgument = longAt(GIV(stackPointer));
                                                             ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8761:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8799:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), shifted);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8805:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                localSP = pointerForOop(GIV(stackPointer));
                                                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8806:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                localFP = pointerForOop(GIV(framePointer));
                                                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8872:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                localSP = pointerForOop(GIV(stackPointer));
                                                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8873:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                localFP = pointerForOop(GIV(framePointer));
                                                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8914:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                localSP = pointerForOop(GIV(stackPointer));
                                                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:8915:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                localFP = pointerForOop(GIV(framePointer));
                                                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:9827:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:9828:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:9878:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:9879:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:10191:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        if ((byteAt((localFP + FoxFrameFlags) + 2)) != 0) {
                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:10193:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                theThingToPush = longAt(localFP + FoxThisContext);
                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:10243:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                localReturnValue = longAt(localFP + FoxReceiver);
                                                          ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:10395:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 + arg1));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:10400:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:10401:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:10537:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 - arg1));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:10542:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:10543:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:11611:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 * arg1));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:11616:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:11617:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:11768:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 / arg1));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:11773:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:11774:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:11912:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                integerArgument = longAt(GIV(stackPointer));
                                                             ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:11920:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:11958:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), shifted);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:11964:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                localSP = pointerForOop(GIV(stackPointer));
                                                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:11965:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                localFP = pointerForOop(GIV(framePointer));
                                                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:12031:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                localSP = pointerForOop(GIV(stackPointer));
                                                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:12032:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                localFP = pointerForOop(GIV(framePointer));
                                                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:12073:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                localSP = pointerForOop(GIV(stackPointer));
                                                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:12074:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                localFP = pointerForOop(GIV(framePointer));
                                                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:12921:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:12922:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:12972:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:12973:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13186:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                rcvr = longAt(localFP + FoxReceiver);
                                              ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13283:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                obj = longAt(localFP + FoxReceiver);
                                             ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13316:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                callerFP = pointerForOop(longAt(spouseFP + FoxSavedFP));
                                                                                ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13320:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        object = longAt(spouseFP + FoxCallerContext);
                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13324:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                if ((byteAt((callerFP + FoxFrameFlags) + 2)) != 0) {
                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13326:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        object = longAt(callerFP + FoxThisContext);
                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13409:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = (index < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13410:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - index) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13411:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : longAt(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - index) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13585:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                top = longAt(localSP);
                                             ^~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13676:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13677:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13784:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                obj = longAt(localFP + FoxReceiver);
                                             ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13868:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13869:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13995:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (index < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))) {
                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13996:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - index) * BytesPerWord), valueOop);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13999:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - index) * BytesPerWord), valueOop);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:14023:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                obj = longAt(localFP + FoxReceiver);
                                             ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:14107:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:14108:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:14232:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (index < ((frameNumArgs = byteAt((localFP + FoxFrameFlags) + 1)))) {
                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:14233:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - index) * BytesPerWord), valueOop);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:14236:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput(((localFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - index) * BytesPerWord), valueOop);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:14313:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        if ((byteAt((localFP + FoxFrameFlags) + 2)) != 0) {
                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:14315:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                context = longAt(localFP + FoxThisContext);
                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:14371:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        valuePointer = longAt(localFP + FoxReceiver);
                                                              ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:14421:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if ((byteAt((localFP + FoxFrameFlags) + 2)) != 0) {
                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:14423:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        context = longAt(localFP + FoxThisContext);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:13569:3: warning: unused label 'directedSuperclassSend' [-Wunused-label]
                directedSuperclassSend:
                ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15321:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerResult << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15353:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15354:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15388:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15417:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15418:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15466:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        result = allInstancesOf(longAt(GIV(stackPointer)));
                                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15471:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                result = allInstancesOf(longAt(GIV(stackPointer)));
                                                   ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15478:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15507:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15523:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15543:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15544:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15567:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15568:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15593:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                        ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15597:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15605:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        ec = becomewithtwoWaycopyHash(longAt(GIV(stackPointer) + (2 * BytesPerWord)), longAt(GIV(stackPointer) + (1 * BytesPerWord)), 0, copyHashFlag);
                                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15605:91: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        ec = becomewithtwoWaycopyHash(longAt(GIV(stackPointer) + (2 * BytesPerWord)), longAt(GIV(stackPointer) + (1 * BytesPerWord)), 0, copyHashFlag);
                                                                                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15627:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15628:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15648:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        characterCode = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15661:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), characterObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15676:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15679:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), floatObjectOf(((double) ((rcvr >> 3)) )));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15707:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15708:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15835:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15865:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15866:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:15867:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        value = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16026:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16077:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                cursorObj = longAt(GIV(stackPointer));
                                       ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16081:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                cursorObj = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16082:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                maskObj = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16305:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16377:48: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        hashOrError = (((hash = (long32At((longAt(GIV(stackPointer))) + 4)) & (identityHashHalfWordMask()))) != 0
                                                      ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16379:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : (objCouldBeClassObj(longAt(GIV(stackPointer)))
                                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16380:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                ? (((err = enterIntoClassTable(longAt(GIV(stackPointer))))) != 0
                                                                          ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16382:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                : (long32At((longAt(GIV(stackPointer))) + 4)) & (identityHashHalfWordMask()))
                                                                        ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16386:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)hashOrError << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16422:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop1 = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16484:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop2 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16548:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16565:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerArg = positive64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16566:48: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerRcvr = positive64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16573:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16606:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop1 = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16668:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop2 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16732:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16749:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerArg = positive64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16750:48: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerRcvr = positive64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16757:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16775:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerArgument = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16783:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16821:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), shifted);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16843:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16858:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16896:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16924:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerArgument = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16925:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:16932:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17061:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop1);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17079:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerArg = positive64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17080:48: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerRcvr = positive64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17087:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17115:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), ((GIV(totalFreeOldSpace) << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17122:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(nilObj)) {
                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17138:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17143:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17147:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17162:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerVal1 << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17232:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17244:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop1 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17285:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        instance = longAt(GIV(stackPointer));
                              ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17303:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17340:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                s = longAt(GIV(stackPointer));
                               ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17408:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), s);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17453:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        runInNOut = (longAt(GIV(stackPointer) + (0 * BytesPerWord))) == GIV(trueObj);
                            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17536:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17565:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17603:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17606:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17606:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17610:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), closureMethod);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17616:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17619:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17628:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), object1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17632:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + ClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17687:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17725:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17728:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17728:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17732:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), closureMethod);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17738:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17741:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17750:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), object1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17754:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + ClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17809:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        argumentArray = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17831:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17864:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17869:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((argumentArray + BaseHeaderSize) + (((sqInt)((usqInt)((index - 1)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17879:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17882:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17882:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17886:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), closureMethod);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17892:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17895:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17904:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), object1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17908:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp7 = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + ClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17953:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:17977:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18011:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        arg1 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18012:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        arg2 = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18025:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(trueObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18091:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(falseObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18098:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(falseObj));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18104:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(trueObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18142:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                order = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18150:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        string1 = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18153:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        string2 = longAt(GIV(stackPointer) + ((GIV(argumentCount) - 1) * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18200:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)result << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18220:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        fillValue = positive64BitValueOf(longAt(GIV(stackPointer)));
                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18221:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18311:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if (((onOffBar = longAt(GIV(stackPointer) + (1 * BytesPerWord)))) == GIV(trueObj)) {
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18326:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if (((bufferSize = longAt(GIV(stackPointer)))) == GIV(nilObj)) {
                                      ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18341:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), (((usqInt)numSamples << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18372:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18373:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18471:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if (((((longAt(GIV(stackPointer)))) & 7) == 1)) {
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18472:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                crashInThisThread = ((longAt(GIV(stackPointer))) >> 3);
                                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18476:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18480:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18516:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18546:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        quotient = doPrimitiveDivby(longAt(GIV(stackPointer) + (1 * BytesPerWord)), longAt(GIV(stackPointer)));
                                           ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18546:89: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        quotient = doPrimitiveDivby(longAt(GIV(stackPointer) + (1 * BytesPerWord)), longAt(GIV(stackPointer)));
                                                                                               ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18551:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)quotient << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18576:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18592:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer1 = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18613:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)(integerReceiver / integerArgument) << 3) | 1));
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18651:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18652:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18672:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18695:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18696:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18726:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18757:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                criticalSection = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18758:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                activeProc = longAt(GIV(stackPointer));
                                        ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18763:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                criticalSection = longAt(GIV(stackPointer));
                                             ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18790:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(falseObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18796:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(trueObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18801:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(falseObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18817:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerArgument = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18818:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18821:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver == integerArgument
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18830:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (result
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18849:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18850:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18853:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr == integerArg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18874:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        criticalSection = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18915:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:18937:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19021:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                rcvr = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19024:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19027:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19027:59: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                        ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19031:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19048:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19051:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19054:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp6 = GIV(stackPointer) - BytesPerWord), rcvr);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19058:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19070:65: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                shouldSkipStoreBytecode = reapAndResetErrorCodeToheader(GIV(framePointer), methodHeader);
                                                                                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1400:76: note: passing argument to parameter 'theFP' here
static sqInt NoDbgRegParms NeverInline reapAndResetErrorCodeToheader(sqInt theFP, sqInt methodHeader);
                                                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19126:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), mourner);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19154:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19155:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19234:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr + arg));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19258:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19259:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19287:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), result);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19311:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oopToStore = longAt(GIV(stackPointer));
                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19318:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19319:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19344:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), oopToStore);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19355:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), oopToStore);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19389:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19390:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19477:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr / arg));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19506:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19507:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19587:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (aBool
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19618:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19619:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19699:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (aBool
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19730:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19731:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19811:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (aBool
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19842:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19843:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19923:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (aBool
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19954:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:19955:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20035:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (aBool
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20065:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20066:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20145:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr * arg));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20174:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20175:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20255:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (!aBool
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20285:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20286:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20365:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr - arg));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20571:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                        ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20575:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                        ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20587:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        vScale = floatValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20588:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        hScale = floatValueOf(longAt(GIV(stackPointer) + (2 * BytesPerWord)));
                                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20589:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20694:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20726:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20751:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20754:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20754:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20758:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), closureMethod);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20764:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20767:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20776:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp7 = GIV(stackPointer) - BytesPerWord), object1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20780:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + FullClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20792:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20842:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20867:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20870:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20870:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20874:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), closureMethod);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20880:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20883:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20892:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp7 = GIV(stackPointer) - BytesPerWord), object1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20896:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + FullClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20908:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20958:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        argumentArray = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:20980:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21002:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21007:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((argumentArray + BaseHeaderSize) + (((sqInt)((usqInt)((index - 1)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21015:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21018:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21018:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21022:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), closureMethod);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21028:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21031:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21040:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp7 = GIV(stackPointer) - BytesPerWord), object1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21044:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp8 = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + FullClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21056:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21093:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21116:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), s);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21143:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        key = cStringOrNullFor(longAt(GIV(stackPointer)));
                                          ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21166:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21180:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21184:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (trueOrFalse
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21223:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), stringOop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21241:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21383:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), labelOop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21456:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21469:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerArgument = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21470:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21473:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver >= integerArgument
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21497:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21498:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21501:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr >= integerArg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21516:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerArgument = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21517:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21520:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver > integerArgument
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21544:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21545:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21548:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr > integerArg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21563:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        ammount = longAt(GIV(stackPointer));
                             ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21576:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)segSize << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21594:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        value = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21619:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)((value * HashMultiplyConstant) & 0xFFFFFFF) << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21637:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
         && ((longAt(GIV(stackPointer))) == GIV(trueObj));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21643:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21667:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21684:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        otherObject = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21685:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        thisObject = longAt(GIV(stackPointer));
                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21696:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (thisObject == otherObject
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21713:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        thisReceiver = longAt(GIV(stackPointer));
                                  ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21739:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21763:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21800:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                s = longAt(GIV(stackPointer));
                               ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21831:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), s);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21852:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21875:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), ((value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21889:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21961:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index1 = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21962:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr1 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:21991:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp4 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22007:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp5 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22021:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp7 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22037:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp6 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22058:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), longAt((rcvr1 + BaseHeaderSize) + (((sqInt)((usqInt)(index1) << (shiftForWord()))))));
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22069:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp3 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), longAt((rcvr1 + BaseHeaderSize) + (((sqInt)((usqInt)((index1 + numFixed)) << (shiftForWord()))))));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22107:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueOop = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22108:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22109:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22154:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22172:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22187:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22205:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp3 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22241:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                longAtput((sp4 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22267:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp5 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22304:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22320:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22398:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                top1 = longAt(GIV(stackPointer));
                                  ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22405:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22409:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22412:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(messageSelector));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22415:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), runArgs);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22418:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), runReceiver);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22474:3: warning: expression result unused [-Wunused-value]
                !GIV(primFailCode);
                ^    ~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22488:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22491:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22494:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp21 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22494:59: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp21 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22498:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp31 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22515:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22518:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22521:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22525:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp7 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22537:64: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        shouldSkipStoreBytecode = reapAndResetErrorCodeToheader(GIV(framePointer), methodHeader1);
                                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1400:76: note: passing argument to parameter 'theFP' here
static sqInt NoDbgRegParms NeverInline reapAndResetErrorCodeToheader(sqInt theFP, sqInt methodHeader);
                                                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22562:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (VMBIGENDIAN
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22580:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        obj = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22589:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (trueOrFalse
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22615:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22628:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerArgument = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22629:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22632:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver <= integerArgument
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22656:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22657:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22660:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr <= integerArg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22675:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerArgument = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22676:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22679:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver < integerArgument
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22703:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22704:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22707:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr < integerArg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22739:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22766:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22779:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), nameOop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22808:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22835:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22848:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), nameOop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22883:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        outPointerArray = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22886:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        segmentWordArray = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22900:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), result);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22927:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22944:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:22962:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23005:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23006:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23057:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), pt);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23070:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23099:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23114:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)MillisecondClockMask << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23126:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        mod = doPrimitiveModby(longAt(GIV(stackPointer) + (1 * BytesPerWord)), longAt(GIV(stackPointer)));
                                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23126:84: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        mod = doPrimitiveModby(longAt(GIV(stackPointer) + (1 * BytesPerWord)), longAt(GIV(stackPointer)));
                                                                                          ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23131:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)mod << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23162:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23163:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23188:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23206:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23222:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer1 = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23255:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerResult << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23278:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23279:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23300:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23316:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        obj = instantiateClassisPinned(longAt(GIV(stackPointer)), 0);
                                                  ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23319:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                reasonCode = (isFixedSizePointerFormat(instSpecOfClass(longAt(GIV(stackPointer))))
                                                                                  ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23326:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), obj);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23356:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        header = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23357:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        bytecodeCount = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23365:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        class = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23475:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), theMethod);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23488:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        obj = instantiateClassisPinned(longAt(GIV(stackPointer)), 1);
                                                  ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23491:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                reasonCode = (isFixedSizePointerFormat(instSpecOfClass(longAt(GIV(stackPointer))))
                                                                                  ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23498:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), obj);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23525:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop1 = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23593:57: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        obj = instantiateClassindexableSizeisPinned(longAt(GIV(stackPointer) + (1 * BytesPerWord)), size, 0);
                                                           ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23596:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                classFormat = ((longAt(((longAt(GIV(stackPointer) + (1 * BytesPerWord))) + BaseHeaderSize) + (((sqInt)((usqInt)(InstanceSpecificationIndex) << (shiftForWord())))))) >> 3);
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23609:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), obj);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23633:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23694:57: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        obj = instantiateClassindexableSizeisPinned(longAt(GIV(stackPointer) + (1 * BytesPerWord)), size, 1);
                                                           ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23697:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                classFormat = ((longAt(((longAt(GIV(stackPointer) + (1 * BytesPerWord))) + BaseHeaderSize) + (((sqInt)((usqInt)(InstanceSpecificationIndex) << (shiftForWord())))))) >> 3);
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23710:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), obj);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23733:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        object = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23816:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), subsequentObject);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23839:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        instance = accessibleObjectAfter(longAt(GIV(stackPointer)));
                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23842:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)0 << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23848:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), instance);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23863:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerArgument = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23864:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23867:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver != integerArgument
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23876:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (result
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23895:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23896:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23899:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr != integerArg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23921:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        otherObject = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23922:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        thisObject = longAt(GIV(stackPointer));
                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23951:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (thisObject != otherObject
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23970:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23990:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        thisReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:23998:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), longAt((thisReceiver + BaseHeaderSize) + (((sqInt)((usqInt)((index - 1)) << (shiftForWord()))))));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24015:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        newValue = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24016:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24025:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        thisReceiver = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24060:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), newValue);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24117:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if (!(((longAt(GIV(stackPointer))) == GIV(trueObj))
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24118:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                 || ((longAt(GIV(stackPointer))) == GIV(falseObj)))) {
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24123:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        goal = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24124:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        stack = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24125:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        followWeak = (longAt(GIV(stackPointer))) == GIV(trueObj);
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24367:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        path = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24369:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), path);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24422:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24423:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        lookupClass = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24455:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        selector = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24456:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        argumentArray = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24479:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24482:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24486:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((argumentArray + BaseHeaderSize) + (((sqInt)((usqInt)((index - 1)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24523:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                top = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24538:62: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((GIV(stackPointer) + offset) + delta, longAt(GIV(stackPointer) + offset));
                                                                       ~~~~^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24538:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((GIV(stackPointer) + offset) + delta, longAt(GIV(stackPointer) + offset));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24585:3: warning: expression result unused [-Wunused-value]
                !GIV(primFailCode);
                ^    ~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24599:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr1 = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24602:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24605:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp21 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24605:59: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp21 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24609:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24626:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24629:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24632:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), rcvr1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24636:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp7 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24648:64: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        shouldSkipStoreBytecode = reapAndResetErrorCodeToheader(GIV(framePointer), methodHeader1);
                                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1400:76: note: passing argument to parameter 'theFP' here
static sqInt NoDbgRegParms NeverInline reapAndResetErrorCodeToheader(sqInt theFP, sqInt methodHeader);
                                                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24707:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        actualReceiver = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24708:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        selector = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24709:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        argumentArray = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24732:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24735:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), actualReceiver);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24739:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((argumentArray + BaseHeaderSize) + (((sqInt)((usqInt)((index - 1)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24766:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                top = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24779:62: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((GIV(stackPointer) + offset) + delta, longAt(GIV(stackPointer) + offset));
                                                                       ~~~~^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24779:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((GIV(stackPointer) + offset) + delta, longAt(GIV(stackPointer) + offset));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24826:3: warning: expression result unused [-Wunused-value]
                !GIV(primFailCode);
                ^    ~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24840:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24843:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24846:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp21 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24846:59: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp21 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24850:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24867:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24870:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24873:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24877:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp7 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24889:64: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        shouldSkipStoreBytecode = reapAndResetErrorCodeToheader(GIV(framePointer), methodHeader1);
                                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1400:76: note: passing argument to parameter 'theFP' here
static sqInt NoDbgRegParms NeverInline reapAndResetErrorCodeToheader(sqInt theFP, sqInt methodHeader);
                                                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24922:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(profileMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24947:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(profileProcess));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:24968:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        sema = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25011:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25043:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                ? ((longAt(GIV(stackPointer))) >> 3)
                               ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25063:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25079:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer1 = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25115:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerResult << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25146:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25147:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25165:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25182:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25227:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25228:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25245:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25267:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        proc = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25299:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)depth << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25328:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25400:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25420:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25444:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                        ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25448:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                        ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25461:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25477:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer1 = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25493:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer2 = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25513:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((5 - 1) * BytesPerWord)), (okay
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25530:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25560:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25574:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                        ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25584:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25595:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (wasImmutable
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25614:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25650:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        stringOop = longAt(GIV(stackPointer));
                               ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25716:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                hasHash = (((longAt(GIV(stackPointer))) & (tagMask())) == 0)
                                        ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25717:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                 && ((long32At((longAt(GIV(stackPointer))) + 4)) & (identityHashHalfWordMask()));
                                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25719:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (hasHash
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25727:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25731:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25752:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + ((GIV(argumentCount) - 1) * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25768:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25805:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)oldHash << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25823:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        labelOop = longAt(GIV(stackPointer));
                              ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25885:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25901:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer1 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25939:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25945:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25961:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25981:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        value = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25982:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:25992:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26020:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26042:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26058:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer1 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26074:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer2 = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26090:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer3 = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26121:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        synchronousSignal(longAt(GIV(stackPointer)));
                                     ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26136:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        bytes = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26171:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26194:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26253:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)(totalLength - fixedFields) << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26265:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        byteSize = ((longAt(GIV(stackPointer))) & (tagMask())
                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26267:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : bytesInObject(longAt(GIV(stackPointer))));
                                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26270:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26304:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if (!(((((longAt(GIV(stackPointer)))) & 7) == 1))) {
                                     ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26310:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                nElements = ((longAt(GIV(stackPointer))) >> 3);
                                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26311:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                classFormat = ((longAt(((longAt(GIV(stackPointer) + (1 * BytesPerWord))) + BaseHeaderSize) + (((sqInt)((usqInt)(InstanceSpecificationIndex) << (shiftForWord())))))) >> 3);
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26360:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26365:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        classFormat1 = ((longAt(((longAt(GIV(stackPointer) + (0 * BytesPerWord))) + BaseHeaderSize) + (((sqInt)((usqInt)(InstanceSpecificationIndex) << (shiftForWord())))))) >> 3);
                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26385:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), ((byteSize << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26409:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26424:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26464:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr + arg));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26481:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26520:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26535:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26581:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr / arg));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26606:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26621:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26661:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (rcvr == arg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26679:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        aValue = floatObjectOf(exp(smallFloatValueOf(longAt(GIV(stackPointer)))));
                                                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26695:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
((((usqInt)(longAt(GIV(stackPointer))))) <= 15
                       ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26697:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : ((exp = ((usqInt) (((usqInt)(longAt(GIV(stackPointer)))))) >> (((numTagBits()) + (smallFloatMantissaBits())) + 1)),
                                                          ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26716:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26756:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26771:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26811:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (rcvr >= arg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26838:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26853:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26893:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (rcvr > arg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26920:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26935:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:26975:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (rcvr <= arg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27002:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27017:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27057:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (rcvr < arg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27079:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27118:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27133:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27173:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr * arg));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27198:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27213:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27253:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (!(rcvr == arg)
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27272:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27303:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27350:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27365:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27405:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr - arg));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27423:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27433:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27455:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), result);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27471:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27527:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        class = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27537:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), instance);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27556:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27570:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(specialObjectsOop));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27586:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27641:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        outPointerArray = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27642:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        segmentWordArray = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27645:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        arrayOfRoots = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27661:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                outPointerArray = longAt(GIV(stackPointer));
                                             ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27662:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                segmentWordArray = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27663:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                arrayOfRoots = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27702:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27703:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27837:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27868:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27869:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:27870:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        value = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28037:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28077:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        array = longAt(GIV(stackPointer) + (4 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28078:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        start = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28079:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        stop = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28080:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        repl = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28081:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        replStart = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                           ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28146:12: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign]
                arrayFmt = arrayFmt;
                ~~~~~~~~ ^ ~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28193:11: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign]
                replFmt = replFmt;
                ~~~~~~~ ^ ~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28347:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerResult << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28379:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28380:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28414:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28441:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        process = longAt(GIV(stackPointer));
                             ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28444:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28605:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), myList);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28635:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                criticalSection = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28636:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                activeProc = longAt(GIV(stackPointer));
                                        ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28641:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                criticalSection = longAt(GIV(stackPointer));
                                             ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28668:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(falseObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28674:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(trueObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28679:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28697:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28717:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (okay
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28737:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28753:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28756:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(result));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28772:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28826:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        moduleName = longAt(GIV(stackPointer));
                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:28985:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:29010:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                resultArray = longAt(GIV(stackPointer));
                                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:29045:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), resultArray);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:29072:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                resultArray = longAt(GIV(stackPointer));
                                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:29106:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), resultArray);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:29127:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), s);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:29156:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (running
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:29167:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        sampleBuffer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:29177:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)numSamples << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:29193:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        sema = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:34403:15: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign]
                                        treeNode = treeNode;
                                        ~~~~~~~~ ^ ~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:39513:13: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign]
                        treeNode = treeNode;
                        ~~~~~~~~ ^ ~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:41327:5: warning: expression result unused [-Wunused-value]
                                -classIndex2;
                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:41392:26: warning: expression result unused [-Wunused-value]
                8 /* allocationUnit */ / BytesPerOop;
                ~                      ^ ~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:42696:13: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long long') from 'void *' [-Wint-conversion]
        allocation = calloc(sizeof(void *), unscannedEphemeronsQueueInitialSize);
                   ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:42909:7: warning: incompatible integer to pointer conversion passing 'usqInt' (aka 'unsigned long long') to parameter of type 'void *' [-Wint-conversion]
        free((GIV(unscannedEphemerons).start));
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/x86_64-w64-mingw32/sys-root/mingw/include/stdlib.h:530:27: note: passing argument to parameter '_Memory' here
  void __cdecl free(void *_Memory);
                          ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:46819:25: warning: incompatible integer to pointer conversion passing 'usqInt' (aka 'unsigned long long') to parameter of type 'void *' [-Wint-conversion]
                reallocated = realloc((GIV(unscannedEphemerons).start), desiredSize);
                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/x86_64-w64-mingw32/sys-root/mingw/include/stdlib.h:532:31: note: passing argument to parameter '_Memory' here
  void *__cdecl realloc(void *_Memory,size_t _NewSize);
                              ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:46819:15: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long long') from 'void *' [-Wint-conversion]
                reallocated = realloc((GIV(unscannedEphemerons).start), desiredSize);
                            ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:47256:41: warning: expression result unused [-Wunused-value]
                asserta((checkInterpreterIntegrity()) == 0);
                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqAssert.h:30:25: note: expanded from macro 'asserta'
# define asserta(expr) (expr)
                        ^~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:47277:41: warning: expression result unused [-Wunused-value]
                asserta((checkInterpreterIntegrity()) == 0);
                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqAssert.h:30:25: note: expanded from macro 'asserta'
# define asserta(expr) (expr)
                        ^~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:48309:14: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign]
                        treeNode1 = treeNode1;
                        ~~~~~~~~~ ^ ~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:50761:108: warning: passing 'usqInt *' (aka 'unsigned long long *') to parameter of type 'sqInt *' (aka 'long long *') converts between pointers to integer types with different sign [-Wpointer-sign]
        segAddress = sqAllocateMemorySegmentOfSizeAboveAllocatedSizeInto(ammount, firstGapOfSizeAtLeast(ammount), (&allocatedSize));
                                                                                                                  ^~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:60:98: note: passing argument to parameter 'asp' here
extern void *sqAllocateMemorySegmentOfSizeAboveAllocatedSizeInto(sqInt sz, void *minAddr, sqInt *asp);
                                                                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:51222:13: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign]
                        treeNode = treeNode;
                        ~~~~~~~~ ^ ~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:51961:7: warning: implicitly declaring library function 'setjmp' with type 'int (_JBTYPE *)' (aka 'int (struct _SETJMP_FLOAT128 *)') [-Wimplicit-function-declaration]
        if ((setjmp(GIV(jmpBuf)[GIV(jmpDepth)])) == 0) {
             ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:51961:7: note: include the header <setjmp.h> or explicitly provide a declaration for 'setjmp'
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52458:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                 && ((((((sqInt)(pointerForOop(longAt(maybeFP + FoxSavedFP))))) & (tagMask())) == 0)
                                                      ^~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52460:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                (oopForPointer(pointerForOop(longAt(maybeFP + FoxSavedFP)))) + (smallIntegerTag()))) == (longAt((aContext + BaseHeaderSize) + (((sqInt)((usqInt)(InstructionPointerIndex) << (shiftForWord())))))))
                                                    ^~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52461:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                 && ((byteAt((maybeFP + FoxFrameFlags) + 2)) != 0))))) {
                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52468:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        maybeFrameCtxt = longAt(maybeFP + FoxThisContext);
                                ^~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52630:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        oop = longAt(theSP);
                                     ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52636:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if ((byteAt((theFP + FoxFrameFlags) + 2)) != 0) {
                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52638:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        ok = ok && (checkOkayFields(longAt(theFP + FoxThisContext)));
                                                           ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52640:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                ok = ok && (checkOkayFields(longAt(theFP + FoxMethod)));
                                                   ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52641:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                                        ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52649:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                oop = longAt(theSP);
                             ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52761:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        oop = longAt(theSP);
                                                     ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52769:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if ((byteAt((theFP + FoxFrameFlags) + 2)) != 0) {
                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52770:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        oop = longAt(theFP + FoxThisContext);
                                                     ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52795:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                oop = longAt(theFP + FoxMethod);
                                             ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52801:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                                                        ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52807:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                oop = longAt(theSP);
                                             ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52880:97: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                return (((usqInt) ((theFP + FoxReceiver) - GIV(stackPointer))) >> (shiftForWord())) + (byteAt((theFP + FoxFrameFlags) + 1));
                                                                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52904:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                aFrame = pointerForOop(longAt(aFrame + FoxSavedFP));
                                              ^~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52917:84: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        return (((usqInt) ((theFP + FoxReceiver) - theSP)) >> (shiftForWord())) + (byteAt((theFP + FoxFrameFlags) + 1));
                                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52980:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        encodedip = (((usqInt)(((theIP - (longAt(theFP + FoxMethod))) - BaseHeaderSize) + 2) << 3) | 1);
                                                 ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53174:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), message);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53230:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53262:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if ((byteAt((GIV(framePointer) + FoxFrameFlags) + 2)) != 0) {
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53264:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                activeContext = longAt(GIV(framePointer) + FoxThisContext);
                                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53299:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        theIP = longAt(theSP);
                       ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53306:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if ((byteAt((theFP + FoxFrameFlags) + 2)) != 0) {
                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53308:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        theContext = longAt(theFP + FoxThisContext);
                                            ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53316:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                valuePointer = (((usqInt)(((theIP - (longAt(theFP + FoxMethod))) - BaseHeaderSize) + 2) << 3) | 1);
                                                            ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53339:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                theIP = ((sqInt)(pointerForOop(longAt(theFP + FoxCallerSavedIP))));
                                                      ^~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53340:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                theFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                             ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53353:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if ((((longAt(calleeFP + FoxCallerContext)) & (tagMask())) == 0)
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53354:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                 && (oopisLessThan(longAt(calleeFP + FoxCallerContext), GIV(newSpaceLimit)))) {
                     ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2673:49: note: expanded from macro 'oopisLessThan'
#define oopisLessThan(anOop,otherOop) ((usqInt)(anOop) < (usqInt)(otherOop))
                                                ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53361:107: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((theContext + BaseHeaderSize) + (((sqInt)((usqInt)(SenderIndex) << (shiftForWord())))), longAt(calleeFP + FoxCallerContext));
                                                                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53524:19: warning: explicitly assigning value of variable of type 'struct VirtualMachine *' to itself [-Wself-assign]
        interpreterProxy = interpreterProxy;
        ~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53547:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                        ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53551:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                return longAt(theFP + FoxCallerContext);
                              ^~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53554:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if ((byteAt((callerFP + FoxFrameFlags) + 2)) != 0) {
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53556:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                return longAt(callerFP + FoxThisContext);
                              ^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53917:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        GIV(method) = longAt(GIV(framePointer) + FoxMethod);
                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53965:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        callerFP1 = pointerForOop(longAt(theFP + FoxSavedFP));
                                         ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53969:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                callerCtx = longAt(theFP + FoxCallerContext);
                                   ^~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53973:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if ((byteAt((callerFP1 + FoxFrameFlags) + 2)) != 0) {
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53975:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                callerCtx = longAt(callerFP1 + FoxThisContext);
                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53984:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                theIP = longAt((thePage->headSP));
                               ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53998:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                theIP = oopForPointer(pointerForOop(longAt(frameAbove + FoxCallerSavedIP)));
                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54019:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valuePointer = (((usqInt)(((theIP - (longAt(theFP + FoxMethod))) - BaseHeaderSize) + 2) << 3) | 1);
                                                    ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54037:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                        ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54042:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                callerIP = oopForPointer(pointerForOop(longAt(theFP + FoxCallerSavedIP)));
                                                              ^~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54045:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput(callerSP, callerIP);
                          ^~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54070:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if ((longAt(aFramePtr + FoxSavedFP)) == 0) {
                    ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54244:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                oop = longAt(((longAt(GIV(stackPointer))) + BaseHeaderSize) + (((sqInt)((usqInt)((localPrimIndex - 264)) << (shiftForWord())))));
                                          ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54245:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54254:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(trueObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54260:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp2 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(falseObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54266:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp3 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54271:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)(localPrimIndex - 261) << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54385:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        callerFP = pointerForOop(longAt(spouseFP + FoxSavedFP));
                                                        ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54389:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                return longAt(spouseFP + FoxCallerContext);
                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54392:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        if ((byteAt((callerFP + FoxFrameFlags) + 2)) != 0) {
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54394:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                return longAt(callerFP + FoxThisContext);
                                              ^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54411:63: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                ? ((offset - (ReceiverIndex + 1)) < ((frameNumArgs = byteAt((spouseFP + FoxFrameFlags) + 1)))
                                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54412:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs - (offset - (ReceiverIndex + 1))) * BytesPerWord))
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54413:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                : longAt(((spouseFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - (offset - (ReceiverIndex + 1))) * BytesPerWord)))
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54588:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) {
                                                 ^~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54678:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if (((byteAt((theFP + FoxFrameFlags) + 2)) != 0)
                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54679:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                 && (homeContext == (longAt(theFP + FoxThisContext)))) {
                                            ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54683:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                         || ((byteAt((theFP + FoxFrameFlags) + 3)) != 0))) {
                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54684:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        theMethod1 = longAt(theFP + FoxMethod);
                                            ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54694:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if ((byteAt((theFP + FoxFrameFlags) + 2)) != 0) {
                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54696:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        return longAt(theFP + FoxThisContext);
                                                      ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54702:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                theFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                             ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54704:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        senderContext1 = longAt(theFPAbove + FoxCallerContext);
                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54857:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                aFrame = pointerForOop(longAt(aFrame + FoxSavedFP));
                                              ^~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54937:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                oop = longAt(ptr);
                             ^~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54940:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput(ptr, followForwarded(oop));
                                  ^~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54943:144: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        for (ptr = ((theFP + FoxCallerSavedIP) + BytesPerWord), toDoLimit2 = (theFP + ((FoxCallerSavedIP + BytesPerWord) + (((sqInt)((usqInt)((byteAt((theFP + FoxFrameFlags) + 1))) << (shiftForWord())))))); ptr <= toDoLimit2; ptr += BytesPerWord) {
                                                                                                                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54944:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                oop = longAt(ptr);
                             ^~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54957:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput(ptr, oop);
                                  ^~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54960:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if ((byteAt((theFP + FoxFrameFlags) + 3)) != 0) {
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:54965:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if ((byteAt((theFP + FoxFrameFlags) + 2)) != 0) {
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55071:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                oop = longAt(theFP + FoxReceiver);
                                             ^~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55074:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput(theFP + FoxReceiver, followForwarded(oop));
                                                  ^~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55076:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (((byteAt((theFP + FoxFrameFlags) + 2)) != 0)
                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55077:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                 && (((longAt(longAt(theFP + FoxThisContext))) & ((classIndexMask()) - (isForwardedObjectClassIndexPun()))) == 0)) {
                                                     ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55078:63: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput(theFP + FoxThisContext, followForwarded(longAt(theFP + FoxThisContext)));
                                                                                                 ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55078:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput(theFP + FoxThisContext, followForwarded(longAt(theFP + FoxThisContext)));
                                                  ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55080:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                oop = longAt(theFP + FoxMethod);
                                             ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55097:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput(theFP + FoxMethod, (oop = newOop));
                                                  ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55100:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                numArgs = byteAt((theFP + FoxFrameFlags) + 1);
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55102:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                oop = longAt(theFP + offset);
                                             ^~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55105:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput(theFP + offset, followForwarded(oop));
                                                  ^~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55107:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                                                        ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55112:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        oop = longAt(theFP + FoxCallerContext);
                                     ^~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55126:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                longAtput(theFP + FoxCallerContext, aValue);
                                          ^~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55198:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        return longAt(theFP + FoxCallerContext);
                      ^~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55205:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        return longAt(theFP + FoxThisContext);
                      ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55215:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        return (byteAt((theFP + FoxFrameFlags) + 2)) != 0;
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55225:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        return (byteAt((theFP + FoxFrameFlags) + 3)) != 0;
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55235:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        return longAt(theFP + FoxMethod);
                      ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55242:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        return longAt(theFP + FoxMethod);
                      ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55252:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        return byteAt((theFP + FoxFrameFlags) + 1);
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55271:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        return longAt(theFP + FoxReceiver);
                      ^~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55288:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        numArgs = byteAt((theFP + FoxFrameFlags) + 1);
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55551:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55563:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord), rcvr);
                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55565:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if ((((longAt(GIV(framePointer) + FoxReceiver)) & (tagMask())) == 0)
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55566:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
         && (((((usqInt) (longAt(longAt(GIV(framePointer) + FoxReceiver)))) >> (formatShift())) & (formatMask())) <= 5 /* lastPointerFormat */)) {
                                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55567:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                followForwardedObjectFieldstoDepth(longAt(GIV(framePointer) + FoxReceiver), 0);
                                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55589:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(theFP + FoxReceiver);
                      ^~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55636:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                 && ((((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) < overflowLimitAddress)
                                                        ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55637:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                 && (!((longAt(callerFP + FoxSavedFP)) == 0)))) {
                               ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55646:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        callerFP1 = pointerForOop(longAt(theFP + FoxSavedFP));
                                         ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55650:10: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAt(theFP + FoxCallerContext);
                       ^~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55654:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if ((byteAt((callerFP1 + FoxFrameFlags) + 2)) != 0) {
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55656:10: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAt(callerFP1 + FoxThisContext);
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55809:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        return longAt(theFP + FoxMethod);
                      ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55882:25: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long long') to parameter of type 'void *' [-Wint-conversion]
                theIP = oopForPointer(instrPtr);
                                      ^~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:153:43: note: passing argument to parameter 'ptr' here
  static inline sqInt oopForPointer(void *ptr)                  { return (sqInt)ptr; }
                                          ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55894:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) {
                                                         ^~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55905:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        ? longAt((thePage->headSP))
                                 ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55906:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        : oopForPointer(pointerForOop(longAt(theFPAbove + FoxCallerSavedIP))));
                                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55909:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                (((usqInt)(((theIP - (longAt(spouseFP + FoxMethod))) - BaseHeaderSize) + 2) << 3) | 1));
                                             ^~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55953:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        return (longAt(theFP + FoxSavedFP)) == 0;
                       ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55993:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                theFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                             ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:56181:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if (((pointerForOop(longAt(maybeFrame + FoxSavedFP))) == shouldBeFrameCallerField)
                                           ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:56182:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                 && ((byteAt((maybeFrame + FoxFrameFlags) + 2)) != 0)) {
                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:56184:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        maybeFrameCtxt = longAt(maybeFrame + FoxThisContext);
                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:56198:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                longAtput(maybeFrame + FoxThisContext, maybeFrameCtxt);
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:56260:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if (((pointerForOop(longAt(theFrame + FoxSavedFP))) == shouldBeFrameCallerField)
                                           ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:56261:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                 && ((byteAt((theFrame + FoxFrameFlags) + 2)) != 0)) {
                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:56264:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        if ((longAt(theFrame + FoxThisContext)) == aOnceMarriedContext) {
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57310:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput(pointer, maybeClosure);
                          ^~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57325:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput(pointer, rcvr);
                          ^~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57328:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((pointer -= BytesPerWord), longAt((aContext + BaseHeaderSize) + (((sqInt)((usqInt)((ReceiverIndex + i)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57334:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((pointer -= BytesPerWord), followObjFieldofObject(SenderIndex, aContext));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57335:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((pointer -= BytesPerWord), 0);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57338:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((pointer -= BytesPerWord), theMethod);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57339:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((pointer -= BytesPerWord), (VMBIGENDIAN
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57348:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((pointer -= BytesPerWord), aContext);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57349:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((pointer -= BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57356:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((pointer -= BytesPerWord), longAt((aContext + BaseHeaderSize) + (((sqInt)((usqInt)((ReceiverIndex + i)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57361:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((pointer -= BytesPerWord), theIP);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57598:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        oop = longAt(theSP);
                                                     ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57601:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput(theSP, remapObj(oop));
                                                          ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57605:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if ((byteAt((theFP + FoxFrameFlags) + 2)) != 0) {
                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57606:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        if (shouldRemapObj(longAt(theFP + FoxThisContext))) {
                                                                  ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57607:57: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput(theFP + FoxThisContext, remapObj(longAt(theFP + FoxThisContext)));
                                                                                                  ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57607:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput(theFP + FoxThisContext, remapObj(longAt(theFP + FoxThisContext)));
                                                          ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57614:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (shouldRemapObj(longAt(theFP + FoxMethod))) {
                                                          ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57617:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                theIP = (longAt(theIPPtr)) - (longAt(theFP + FoxMethod));
                                                                ^~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57617:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                theIP = (longAt(theIPPtr)) - (longAt(theFP + FoxMethod));
                                                                                     ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57619:51: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput(theFP + FoxMethod, remapObj(longAt(theFP + FoxMethod)));
                                                                                     ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57619:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput(theFP + FoxMethod, remapObj(longAt(theFP + FoxMethod)));
                                                  ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57621:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput(theIPPtr, theIP + (longAt(theFP + FoxMethod)));
                                                                                    ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57621:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput(theIPPtr, theIP + (longAt(theFP + FoxMethod)));
                                                          ^~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57624:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                                                        ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57632:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                oop = longAt(theSP);
                                             ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57635:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput(theSP, remapObj(oop));
                                                  ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57693:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                context = longAt(theFP + FoxCallerContext);
                                 ^~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57739:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        oop = longAt(theSP);
                                     ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57752:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                longAtput(theSP, oop);
                                          ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57759:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if ((byteAt((theFP + FoxFrameFlags) + 2)) != 0) {
                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57761:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        markAndTrace(longAt(theFP + FoxThisContext));
                                            ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57763:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                markAndTrace(longAt(theFP + FoxMethod));
                                    ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57764:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                                        ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57772:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                oop = longAt(theSP);
                             ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57785:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput(theSP, oop);
                                  ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57851:104: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if ((anOop == ((((usqInt)((((usqInt) ((theFP + FoxReceiver) - theSP)) >> (shiftForWord())) + (byteAt((theFP + FoxFrameFlags) + 1))) << 3) | 1)))
                                                                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57859:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if (anOop == (longAt(theFP + FoxMethod))) {
                                     ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57862:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if ((longAt(theFP + FoxSavedFP)) == 0) {
                            ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57863:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        if (anOop == (longAt(theFP + FoxCallerContext))) {
                                             ^~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57868:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        if (((byteAt(((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxFrameFlags) + 2)) != 0)
                                                            ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57868:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        if (((byteAt(((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxFrameFlags) + 2)) != 0)
                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57869:48: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                         && (anOop == (longAt((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxThisContext)))) {
                                                                    ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57869:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                         && (anOop == (longAt((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxThisContext)))) {
                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57877:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if (anOop == (longAt(theSP))) {
                                     ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57885:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if (anOop == (longAt(theSP))) {
                                     ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57919:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        aMethodObj = longAt(((GIV(stackPage)->headFP)) + FoxMethod);
                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57930:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57963:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        methodObj = longAt(theFP + FoxMethod);
                           ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57968:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        numArgs = byteAt((theFP + FoxFrameFlags) + 1);
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57969:88: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        numStack = (((usqInt) ((theFP + FoxReceiver) - theSP)) >> (shiftForWord())) + (byteAt((theFP + FoxFrameFlags) + 1));
                                                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57970:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if ((byteAt((theFP + FoxFrameFlags) + 3)) != 0) {
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57971:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                closureOrNil = longAt(theFP + (frameStackedReceiverOffset(theFP)));
                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57988:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        value = pointerForOop(longAt(theFP + FoxSavedFP));
                                     ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:57997:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valuePointer4 = longAt(theFP + FoxMethod);
                               ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58004:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valuePointer5 = longAt(theFP + FoxReceiver);
                               ^~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58010:116: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((theContext + BaseHeaderSize) + (((sqInt)((usqInt)((ReceiverIndex + i)) << (shiftForWord())))), longAt((theFP + FoxCallerSavedIP) + (((numArgs - i) + 1) * BytesPerWord)));
                                                                                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58019:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput(theFP + FoxThisContext, theContext);
                  ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58021:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        byteAtput((theFP + FoxFrameFlags) + 2, 1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:159:39: note: passing argument to parameter 'oop' here
  static inline sqInt byteAtput(sqInt oop, int val)             { return byteAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58209:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (boolean
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58228:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((nItems - 1) * BytesPerWord)), floatObjectOf(aFloat));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58244:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)integer << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58273:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58289:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58382:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        numArgs = byteAt((theFP + FoxFrameFlags) + 1);
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58386:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput(newSP, longAt(source));
                                        ^~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58386:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput(newSP, longAt(source));
                          ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58401:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                        ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58404:48: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        callerIP = oopForPointer(pointerForOop(longAt(theFP + FoxCallerSavedIP)));
                                                      ^~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58405:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput(theFP + stackedReceiverOffset, callerIP);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58410:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput(newFP + FoxCallerContext, longAt(callerFP + FoxThisContext));
                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58410:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput(newFP + FoxCallerContext, longAt(callerFP + FoxThisContext));
                  ^~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58411:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput(newFP + FoxSavedFP, 0);
                  ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58415:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                offsetCallerFP = pointerForOop(longAt(fpInNewPage + FoxSavedFP));
                                                      ^~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58419:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput(fpInNewPage + FoxSavedFP, oopForPointer(offsetCallerFP));
                          ^~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58420:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if ((byteAt((fpInNewPage + FoxFrameFlags) + 2)) != 0) {
                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58422:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        theContext = longAt(fpInNewPage + FoxThisContext);
                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58481:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        return (offset < ((frameNumArgs = byteAt((theFP + FoxFrameFlags) + 1)))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58482:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs - offset) * BytesPerWord))
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58483:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : longAt(((theFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - offset) * BytesPerWord)));
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58498:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if ((byteAt((theFP + FoxFrameFlags) + 2)) != 0) {
                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58500:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        if (((((usqInt) (longAt(longAt(theFP + FoxThisContext)))) >> (markedBitFullShift())) & 1) != 0) {
                                                       ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58504:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        } while(((theFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0);
                                               ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58591:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58623:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58648:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((nItems - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58779:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (enabled
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58786:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58792:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                                        ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58802:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (enabled
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58874:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), ((GIV(messageCount) << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59336:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                ctxt = longAt(theFP + FoxCallerContext);
                                              ^~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59502:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if (!((longAt(theFP + FoxSavedFP)) == 0)) {
                      ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59503:52: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                printFrameAndCallersSPshort(pointerForOop(longAt(theFP + FoxSavedFP)), (assert(!(isBaseFrame(theFP))),
                                                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59504:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                (theFP + ((FoxCallerSavedIP + BytesPerWord) + (((sqInt)((usqInt)((byteAt((theFP + FoxFrameFlags) + 1))) << (shiftForWord())))))) + BytesPerWord), printShort);
                                                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59524:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        it = longAt(address);
                    ^~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59534:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        printNum(byteAt((theFP + FoxFrameFlags) + 1));
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59535:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        print(((byteAt((theFP + FoxFrameFlags) + 2)) != 0
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59538:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        print(((byteAt((theFP + FoxFrameFlags) + 3)) != 0
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59553:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        it = longAt(address);
                    ^~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59611:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        it = longAt(address);
                    ^~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59647:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        it = longAt(address);
                    ^~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59734:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                aFrame = pointerForOop(longAt(aFrame + FoxSavedFP));
                                                              ^~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59745:84: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        (frameAbove + ((FoxCallerSavedIP + BytesPerWord) + (((sqInt)((usqInt)((byteAt((frameAbove + FoxFrameFlags) + 1))) << (shiftForWord())))))) + BytesPerWord)
                                                                                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59783:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        theMethod = longAt(theFP + FoxMethod);
                           ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59785:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        numArgs = byteAt((theFP + FoxFrameFlags) + 1);
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59797:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        topThing = longAt(theSP);
                          ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61314:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        if (oop == (longAt(theSP))) {
                                                           ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61316:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                                printHexnp(theFP);
                                                           ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59828:19: note: passing argument to parameter 'n' here
printHexnp(usqInt n)
                  ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61318:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                                printHexnp(theSP);
                                                           ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59828:19: note: passing argument to parameter 'n' here
printHexnp(usqInt n)
                  ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61324:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if ((byteAt((theFP + FoxFrameFlags) + 2)) != 0) {
                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61325:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        if (oop == (longAt(theFP + FoxThisContext))) {
                                                           ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61327:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                                printHexnp(theFP);
                                                           ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59828:19: note: passing argument to parameter 'n' here
printHexnp(usqInt n)
                  ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61333:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (oop == (longAt(theFP + FoxMethod))) {
                                                   ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61335:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        printHexnp(theFP);
                                                   ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59828:19: note: passing argument to parameter 'n' here
printHexnp(usqInt n)
                  ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61340:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                                                        ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61348:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (oop == (longAt(theSP))) {
                                                   ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61350:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        printHexnp(theFP);
                                                   ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59828:19: note: passing argument to parameter 'n' here
printHexnp(usqInt n)
                  ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61352:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        printHexnp(theSP);
                                                   ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:59828:19: note: passing argument to parameter 'n' here
printHexnp(usqInt n)
                  ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61432:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61445:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        return longAt(theFP + (frameStackedReceiverOffset(theFP)));
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61457:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61468:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), (((usqInt)integerValue << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61482:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61792:33: warning: expression result unused [-Wunused-value]
                ((((usqInt) w1) >> 8) & 0xFF) | (((sqInt)((usqInt)((w1 & 0xFF)) << 8)));
                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62139:48: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if (temporaryIndex < ((frameNumArgs = byteAt(((((char *) theFP)) + FoxFrameFlags) + 1)))) {
                                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62140:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput(((((char *) theFP)) + FoxCallerSavedIP) + ((frameNumArgs - temporaryIndex) * BytesPerWord), valueOop);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62143:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((((((char *) theFP)) + FoxReceiver) - BytesPerWord) + ((frameNumArgs - temporaryIndex) * BytesPerWord), valueOop);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62183:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62216:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        if ((longAt(theFP + FoxSavedFP)) == 0) {
                                    ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62222:66: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                GIV(instructionPointer) = ((usqInt)(pointerForOop(longAt(GIV(framePointer) + FoxCallerSavedIP))));
                                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62225:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                GIV(framePointer) = pointerForOop(longAt(GIV(framePointer) + FoxSavedFP));
                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62264:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62467:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                oop = longAt(GIV(stackPointer) + (index * BytesPerWord));
                                                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62482:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                                longAtput(GIV(stackPointer) + (index * BytesPerWord), oop);
                                                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62551:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62588:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        if (!((longAt(theFP + FoxSavedFP)) == 0)) {
                                      ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62592:62: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                GIV(instructionPointer) = ((usqInt)(pointerForOop(longAt(theFP + FoxCallerSavedIP))));
                                                                                         ^~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62595:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                GIV(framePointer) = pointerForOop(longAt(theFP + FoxSavedFP));
                                                                         ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62597:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                GIV(method) = longAt(GIV(framePointer) + FoxMethod);
                                                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62655:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62914:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), object3);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62919:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62923:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object1);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62927:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp2 = GIV(stackPointer) - BytesPerWord), object2);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62932:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object4);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62943:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62946:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62949:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp21 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62949:59: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp21 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62953:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp31 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62970:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp41 = GIV(stackPointer) - BytesPerWord), object5);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62973:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62976:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62980:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp7 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62992:64: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        shouldSkipStoreBytecode = reapAndResetErrorCodeToheader(GIV(framePointer), methodHeader);
                                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62025:37: note: passing argument to parameter 'theFP' here
reapAndResetErrorCodeToheader(sqInt theFP, sqInt methodHeader)
                                    ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63075:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63079:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63083:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), object2);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63087:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), object3);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63091:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object4);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63102:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63105:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63108:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp21 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63108:59: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp21 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63112:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp31 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63129:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp41 = GIV(stackPointer) - BytesPerWord), object5);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63132:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63135:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63139:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp7 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63151:64: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        shouldSkipStoreBytecode = reapAndResetErrorCodeToheader(GIV(framePointer), methodHeader);
                                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62025:37: note: passing argument to parameter 'theFP' here
reapAndResetErrorCodeToheader(sqInt theFP, sqInt methodHeader)
                                    ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63413:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if (!((longAt(theFP + FoxSavedFP)) == 0)) {
                      ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63414:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                shortPrintFrameAndCallers(pointerForOop(longAt(theFP + FoxSavedFP)));
                                                               ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63477:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(theFP + FoxReceiver);
                      ^~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63482:61: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        printActivationNameForreceiverisBlockfirstTemporary(longAt(theFP + FoxMethod), rcvr, (byteAt((theFP + FoxFrameFlags) + 3)) != 0, (0 < ((frameNumArgs = byteAt((theFP + FoxFrameFlags) + 1)))
                                                                   ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63482:95: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        printActivationNameForreceiverisBlockfirstTemporary(longAt(theFP + FoxMethod), rcvr, (byteAt((theFP + FoxFrameFlags) + 3)) != 0, (0 < ((frameNumArgs = byteAt((theFP + FoxFrameFlags) + 1)))
                                                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63482:160: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        printActivationNameForreceiverisBlockfirstTemporary(longAt(theFP + FoxMethod), rcvr, (byteAt((theFP + FoxFrameFlags) + 3)) != 0, (0 < ((frameNumArgs = byteAt((theFP + FoxFrameFlags) + 1)))
                                                                                                                                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63483:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs) * BytesPerWord))
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63484:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : longAt(((theFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs) * BytesPerWord))));
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63501:51: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                shortPrintFrameAndNCallers(pointerForOop(longAt(theFP + FoxSavedFP)), n - 1);
                                                                ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63558:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                                ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63563:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        caller = longAt(theFP + FoxCallerContext);
                        ^~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63824:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63901:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63908:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), rcvr);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63919:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                rcvr1 = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63922:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63925:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp21 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63925:60: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp21 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63929:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63946:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object1);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63949:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63952:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp6 = GIV(stackPointer) - BytesPerWord), rcvr1);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63956:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp7 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63968:65: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                shouldSkipStoreBytecode = reapAndResetErrorCodeToheader(GIV(framePointer), methodHeader);
                                                                                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62025:37: note: passing argument to parameter 'theFP' here
reapAndResetErrorCodeToheader(sqInt theFP, sqInt methodHeader)
                                    ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:64386:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        return floatValueOf(longAt(GIV(stackPointer) + (offset * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:64398:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (offset * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:64466:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (offset * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:64561:84: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        return (((usqInt) ((theFP + FoxReceiver) - theSP)) >> (shiftForWord())) + (byteAt((theFP + FoxFrameFlags) + 1));
                                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:64578:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (offset * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:64643:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (offset * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:64651:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        return longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:64661:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        return longAt(GIV(stackPointer) + (offset * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65000:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if ((longAt(theFP + FoxSavedFP)) == 0) {
                    ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65004:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput(theFP + FoxCallerContext, anOop);
                          ^~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65008:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                        ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65012:10: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAt(theFP + FoxCallerContext);
                       ^~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65016:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if ((byteAt((callerFP + FoxFrameFlags) + 2)) != 0) {
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65018:10: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAt(callerFP + FoxThisContext);
                       ^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65060:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput(theMovedFP + FoxCallerContext, anOop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65289:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65313:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if ((byteAt((GIV(framePointer) + FoxFrameFlags) + 2)) != 0) {
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65315:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                activeContext = longAt(GIV(framePointer) + FoxThisContext);
                                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65421:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        aMethodObj = longAt(GIV(framePointer) + FoxMethod);
                            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65433:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65554:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        theContext = longAt(theFP + FoxThisContext);
                            ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65557:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        tempIndex = byteAt((theFP + FoxFrameFlags) + 1);
                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65568:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        if ((((longAt(pointer)) & (tagMask())) == 0)
                                      ^~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65569:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                         && (oopisLessThan(longAt(pointer), GIV(newSpaceLimit)))) {
                                                  ^~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2673:49: note: expanded from macro 'oopisLessThan'
#define oopisLessThan(anOop,otherOop) ((usqInt)(anOop) < (usqInt)(otherOop))
                                                ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65576:116: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((theContext + BaseHeaderSize) + (((sqInt)((usqInt)((ReceiverIndex + i)) << (shiftForWord())))), longAt(pointer));
                                                                                                                                 ^~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65588:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        if ((((longAt(pointer)) & (tagMask())) == 0)
                                      ^~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65589:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                         && (oopisLessThan(longAt(pointer), GIV(newSpaceLimit)))) {
                                                  ^~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2673:49: note: expanded from macro 'oopisLessThan'
#define oopisLessThan(anOop,otherOop) ((usqInt)(anOop) < (usqInt)(otherOop))
                                                ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65596:124: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((theContext + BaseHeaderSize) + (((sqInt)((usqInt)((ReceiverIndex + tempIndex)) << (shiftForWord())))), longAt(pointer));
                                                                                                                                         ^~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65615:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        return (anInstrPointer >= ((((longAt(fp + FoxMethod)) + (lastPointerOf(longAt(fp + FoxMethod)))) + BytesPerOop) - 1))
                                             ^~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65615:80: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        return (anInstrPointer >= ((((longAt(fp + FoxMethod)) + (lastPointerOf(longAt(fp + FoxMethod)))) + BytesPerOop) - 1))
                                                                                      ^~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65616:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
         && (anInstrPointer < ((((longAt(fp + FoxMethod)) + (numBytesOfBytes(longAt(fp + FoxMethod)))) + BaseHeaderSize) - 1));
                                         ^~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65616:78: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
         && (anInstrPointer < ((((longAt(fp + FoxMethod)) + (numBytesOfBytes(longAt(fp + FoxMethod)))) + BaseHeaderSize) - 1));
                                                                                    ^~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65672:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        senderContextOrNil = longAt(theFP + FoxCallerContext);
                                    ^~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66043:17: warning: variable 'the2ndUnknownShort' is uninitialized when used here [-Wuninitialized]
        putShorttoFile(the2ndUnknownShort, f);
                       ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65990:29: note: initialize the variable 'the2ndUnknownShort' to silence this warning
    sqInt the2ndUnknownShort;
                            ^
                             = 0
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66123:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                valuePointer2 = (i < ((frameNumArgs = byteAt((spouseFP + FoxFrameFlags) + 1)))
                                                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66124:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs - i) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66125:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : longAt(((spouseFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - i) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66177:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        anOop = longAt(GIV(stackPointer) + (PARAM_EXTERNALFUNCTION * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66199:19: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long long') [-Wint-conversion]
        externalFunction = longAt((anOop1 + BaseHeaderSize) + (0U << (shiftForWord())));
                         ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66207:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        anOop2 = longAt(((longAt(GIV(stackPointer) + (PARAM_EXTERNALFUNCTION * BytesPerWord))) + BaseHeaderSize) + (1U << (shiftForWord())));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66215:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        argumentsArrayOop = longAt(GIV(stackPointer) + (PARAM_ARGUMENTS * BytesPerWord));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66231:16: warning: expression which evaluates to zero treated as a null pointer constant of type 'void **' [-Wnon-literal-null-conversion]
                parameters = ((sqInt) null);
                             ^~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66239:13: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long long') from 'void *' [-Wint-conversion]
                argHolder = alloca((argType->size));
                          ^ ~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66240:17: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long long') [-Wint-conversion]
                parameters[i] = argHolder;
                              ^ ~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66255:45: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        marshallAndPushReturnValueFromofTypepoping(returnHolder, (cif->rtype), 3);
                                                   ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1497:76: note: passing argument to parameter 'returnHolder' here
static void NoDbgRegParms marshallAndPushReturnValueFromofTypepoping(sqInt returnHolder, ffi_type *ffiType, sqInt argumentsAndReceiverCount);
                                                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66312:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        anOop = longAt(GIV(stackPointer) + (PARAM_EXTERNALFUNCTION * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66334:19: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long long') [-Wint-conversion]
        externalFunction = longAt((anOop1 + BaseHeaderSize) + (0U << (shiftForWord())));
                         ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66341:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        anOop2 = longAt(((longAt(GIV(stackPointer) + (PARAM_EXTERNALFUNCTION * BytesPerWord))) + BaseHeaderSize) + (1U << (shiftForWord())));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66348:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (PARAM_SEMAPHORE_INDEX * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66368:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        receiver = longAt(GIV(stackPointer) + (PARAM_RECEIVER * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66377:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        argumentsArrayOop = longAt(GIV(stackPointer) + (PARAM_ARGUMENTS * BytesPerWord));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66391:16: warning: expression which evaluates to zero treated as a null pointer constant of type 'void **' [-Wnon-literal-null-conversion]
                parameters = ((sqInt) null);
                             ^~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66399:13: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long long') from 'void *' [-Wint-conversion]
                argHolder = malloc((argType->size));
                          ^ ~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66400:17: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long long') [-Wint-conversion]
                parameters[i] = argHolder;
                              ^ ~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66405:10: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long long') from 'void *' [-Wint-conversion]
                                aPtr = parameters[i1];
                                     ^ ~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66408:11: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long long') to parameter of type 'void *' [-Wint-conversion]
                                        free(aPtr);
                                             ^~~~
/usr/x86_64-w64-mingw32/sys-root/mingw/include/stdlib.h:530:27: note: passing argument to parameter '_Memory' here
  void __cdecl free(void *_Memory);
                          ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66430:9: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqIntptr_t' (aka 'long long') [-Wint-conversion]
        ptr[0] = (((sqIntptr_t)aPointer));
               ^ ~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66432:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((4 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66471:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        anOop = longAt(GIV(stackPointer) + (PARAM_TASK_ADDRESS * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66481:14: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long long') [-Wint-conversion]
        taskAddress = longAt((anOop + BaseHeaderSize) + (0U << (shiftForWord())));
                    ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66484:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        receiver = longAt(GIV(stackPointer) + (PARAM_RECEIVER * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66501:45: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        marshallAndPushReturnValueFromofTypepoping(returnHolder, (((task->cif))->rtype), 2);
                                                   ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1497:76: note: passing argument to parameter 'returnHolder' here
static void NoDbgRegParms marshallAndPushReturnValueFromofTypepoping(sqInt returnHolder, ffi_type *ffiType, sqInt argumentsAndReceiverCount);
                                                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66507:23: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long long') from 'void *' [-Wint-conversion]
                        anParameterAddress = parameters[i];
                                           ^ ~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66509:26: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long long') to parameter of type 'void *' [-Wint-conversion]
                                doFreeFromTask(task, anParameterAddress);
                                                     ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2585:47: note: expanded from macro 'doFreeFromTask'
#define doFreeFromTask(aTask,anAddress) (free(anAddress))
                                              ^~~~~~~~~
/usr/x86_64-w64-mingw32/sys-root/mingw/include/stdlib.h:530:27: note: passing argument to parameter '_Memory' here
  void __cdecl free(void *_Memory);
                          ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66518:23: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long long') to parameter of type 'void *' [-Wint-conversion]
        doFreeFromTask(task, ((sqInt)task));
                             ^~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:2585:47: note: expanded from macro 'doFreeFromTask'
#define doFreeFromTask(aTask,anAddress) (free(anAddress))
                                              ^~~~~~~~~
/usr/x86_64-w64-mingw32/sys-root/mingw/include/stdlib.h:530:27: note: passing argument to parameter '_Memory' here
  void __cdecl free(void *_Memory);
                          ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66569:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                                ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66572:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                longAt(theFP + FoxCallerContext))
                                       ^~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66573:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        : ((byteAt((callerFP + FoxFrameFlags) + 2)) != 0
                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66576:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAt(callerFP + FoxThisContext))
                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66585:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                return longAt(theFP + FoxMethod);
                              ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66588:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                return ((byteAt((theFP + FoxFrameFlags) + 3)) != 0
                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66590:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                (numArgs = byteAt((theFP + FoxFrameFlags) + 1)),
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66591:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                longAt(theFP + ((FoxCallerSavedIP + BytesPerWord) + (((sqInt)((usqInt)(numArgs) << (shiftForWord())))))))
                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66596:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                return longAt(theFP + FoxReceiver);
                              ^~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66601:66: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                return ((index - CtxtTempFrameStart) < ((frameNumArgs = byteAt((theFP + FoxFrameFlags) + 1)))
                                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66602:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs - (index - CtxtTempFrameStart)) * BytesPerWord))
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66603:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        : longAt(((theFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - (index - CtxtTempFrameStart)) * BytesPerWord)));
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66633:9: warning: incompatible integer to pointer conversion returning 'sqInt' (aka 'long long') from a function with result type 'void *' [-Wint-conversion]
        return longAt((anOop1 + BaseHeaderSize) + (0U << (shiftForWord())));
               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66697:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp8 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66703:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp9 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), (((usqInt)integerVal1 << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66712:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66718:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop1);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66724:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp10 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), (((usqInt)integerVal2 << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66730:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp11 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), (((usqInt)integerVal3 << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66739:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp2 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop2);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66745:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp3 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop3);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66755:10: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqIntptr_t' (aka 'long long') [-Wint-conversion]
                ptr[0] = (((sqIntptr_t)aPointer));
                       ^ ~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66757:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp4 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop4);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66766:25: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long long') to parameter of type 'const void *' [-Wint-conversion]
                memcpy(targetPointer, returnHolder, sizeToCopy);
                                      ^~~~~~~~~~~~
/usr/x86_64-w64-mingw32/sys-root/mingw/include/string.h:50:76: note: passing argument to parameter '_Src' here
  void * __cdecl memcpy(void * __restrict__ _Dst,const void * __restrict__ _Src,size_t _Size) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
                                                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66768:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp5 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop5);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66775:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp6 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), floatObjectOf(f));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66782:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp7 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), floatObjectOf(f1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66854:12: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long long') [-Wint-conversion]
                        address = longAt((oop1 + BaseHeaderSize) + (0U << (shiftForWord())));
                                ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:66873:10: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long long') to parameter of type 'void *' [-Wint-conversion]
                memcpy(argHolder, srcPtr, argTypeSize);
                       ^~~~~~~~~
/usr/x86_64-w64-mingw32/sys-root/mingw/include/string.h:50:45: note: passing argument to parameter '_Dst' here
  void * __cdecl memcpy(void * __restrict__ _Dst,const void * __restrict__ _Src,size_t _Size) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
                                            ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67502:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67520:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67544:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newCopy);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67568:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67591:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        copiedValues = longAt(GIV(stackPointer));
                                  ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67632:125: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((newClosure1 + BaseHeaderSize) + (((sqInt)((usqInt)(ClosureOuterContextIndex) << (shiftForWord())))), longAt(GIV(stackPointer) + (2 * BytesPerWord)));
                                                                                                                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67647:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), newClosure);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67694:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67702:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        aContext = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67821:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67924:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67938:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        value = ((index - 1) < ((frameNumArgs = byteAt((spouseFP + FoxFrameFlags) + 1)))
                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67939:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs - (index - 1)) * BytesPerWord))
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67940:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : longAt(((spouseFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - (index - 1)) * BytesPerWord)));
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67942:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67977:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        value = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67979:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:67981:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        aContext = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68135:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68149:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if ((index - 1) < ((frameNumArgs = byteAt((spouseFP + FoxFrameFlags) + 1)))) {
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68150:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((spouseFP + FoxCallerSavedIP) + ((frameNumArgs - (index - 1)) * BytesPerWord), value);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68153:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput(((spouseFP + FoxReceiver) - BytesPerWord) + ((frameNumArgs - (index - 1)) * BytesPerWord), value);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68156:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68183:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68267:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)sz << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68291:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        context = longAt(GIV(stackPointer));
                             ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68304:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)flags << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68320:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        flag = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68400:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        argumentArray = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68402:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        methodArg = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                           ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68580:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68586:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        top1 = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68592:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), primRcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68598:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68620:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object1);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68624:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp2 = GIV(stackPointer) - BytesPerWord), object2);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68628:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp3 = GIV(stackPointer) - BytesPerWord), object3);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68632:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object4);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68685:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        argumentArray = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68687:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        primIdx = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68722:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                GIV(tempOop2) = longAt(GIV(stackPointer) + (4 * BytesPerWord));
                                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68724:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                rcvr = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68741:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), rcvr);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68753:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68814:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        rcvr = longAt(GIV(stackPointer));
                                          ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68818:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), rcvr);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68822:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp4 = GIV(stackPointer) - BytesPerWord), (((usqInt)primIdx << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68825:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(tempOop));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68806:2: warning: expression result unused [-Wunused-value]
        !GIV(primFailCode);
        ^    ~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68872:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        methodArgument = longAt(GIV(stackPointer));
                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68885:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68947:3: warning: expression result unused [-Wunused-value]
                !GIV(primFailCode);
                ^    ~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68961:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68964:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68967:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68967:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68971:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68988:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68991:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68994:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:68998:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69010:64: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        shouldSkipStoreBytecode = reapAndResetErrorCodeToheader(GIV(framePointer), methodHeader1);
                                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62025:37: note: passing argument to parameter 'theFP' here
reapAndResetErrorCodeToheader(sqInt theFP, sqInt methodHeader)
                                    ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69070:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        methodArgument = longAt(GIV(stackPointer));
                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69072:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        argumentArray = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69097:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69106:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord), rcvr);
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69113:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69176:3: warning: expression result unused [-Wunused-value]
                !GIV(primFailCode);
                ^    ~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69190:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr1 = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69193:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69196:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69196:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69200:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69217:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69220:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69223:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), rcvr1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69227:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp7 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69239:64: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        shouldSkipStoreBytecode = reapAndResetErrorCodeToheader(GIV(framePointer), methodHeader1);
                                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62025:37: note: passing argument to parameter 'theFP' here
reapAndResetErrorCodeToheader(sqInt theFP, sqInt methodHeader)
                                    ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69514:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69532:7: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long long') from 'void *' [-Wint-conversion]
        addr = malloc(byteSize);
             ^ ~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69544:9: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqIntptr_t' (aka 'long long') [-Wint-conversion]
        ptr[0] = (((sqIntptr_t)addr));
               ^ ~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69547:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69565:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop1 = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69586:7: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long long') [-Wint-conversion]
        addr = longAt((oop + BaseHeaderSize) + (0U << (shiftForWord())));
             ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69593:18: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
         || (isInMemory(addr)))) {
                        ^~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40167:18: note: passing argument to parameter 'address' here
isInMemory(sqInt address)
                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69626:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69654:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        obj = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69672:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69688:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer1 = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69704:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69771:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69799:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        obj = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69817:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69833:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueOop = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69835:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer1 = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69851:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (4 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69915:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69944:85: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        handlerOrNilOrZero = findMethodWithPrimitiveFromContextUpToContext(199, longAt(GIV(stackPointer)), GIV(nilObj));
                                                                                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69950:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), handlerOrNilOrZero);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69979:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        stopContext = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:69981:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        calleeContext = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70011:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if ((longAt(theFP + FoxSavedFP)) == 0) {
                            ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70012:83: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        handlerOrNilOrZero = findMethodWithPrimitiveFromContextUpToContext(198, longAt(theFP + FoxCallerContext), stopContext);
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70016:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        startFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                                       ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70020:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (((byteAt((theFP1 + FoxFrameFlags) + 2)) != 0)
                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70021:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                 && (stopContext == (longAt(theFP1 + FoxThisContext)))) {
                                                            ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70025:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (!((byteAt((theFP1 + FoxFrameFlags) + 3)) != 0)) {
                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70026:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        theMethod = longAt(theFP1 + FoxMethod);
                                                           ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70036:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                if ((byteAt((theFP1 + FoxFrameFlags) + 2)) != 0) {
                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70038:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        handlerOrNilOrZero = longAt(theFP1 + FoxThisContext);
                                                                                    ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70046:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                theFP1 = pointerForOop(longAt(theFP1 + FoxSavedFP));
                                                              ^~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70048:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        senderContext = longAt(theFPAbove + FoxCallerContext);
                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70075:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), handlerOrNilOrZero);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70094:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oldMethod = longAt(GIV(stackPointer));
                               ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70124:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        selector = longAt(GIV(stackPointer));
                              ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70173:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70181:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)integerVal1 << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70203:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70499:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70522:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70524:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70622:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70647:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        newValue = longAt(GIV(stackPointer));
                              ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70649:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70651:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70801:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70822:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70824:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70882:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70898:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70900:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70919:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70940:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70942:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:70999:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71015:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71017:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71034:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71055:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71057:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71114:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71130:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71132:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71149:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71170:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71172:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71228:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71244:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71246:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71263:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71284:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71286:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71343:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71359:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71361:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71378:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71399:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71401:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71458:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71474:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71476:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71493:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71513:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71515:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71571:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71586:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71588:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71604:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71625:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71627:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71686:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71702:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71704:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71723:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71744:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71746:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71803:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71819:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71821:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71838:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71858:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71860:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71915:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71930:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71932:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71948:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71969:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:71971:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72030:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72046:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72048:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72067:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72104:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        module = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72106:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        symbol = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72151:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                moduleHandle = ((void *) (ioLoadModuleOfLength(moduleNameString, moduleNameStringSize)));
                                                               ^~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:558:35: note: passing argument to parameter 'moduleNameIndex' here
void  *ioLoadModuleOfLength(sqInt moduleNameIndex, sqInt moduleNameLength);
                                  ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72187:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        address = ioLoadSymbolOfLengthFromModule(symbolString, symbolStringSize, moduleHandle);
                                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:559:45: note: passing argument to parameter 'functionNameIndex' here
void  *ioLoadSymbolOfLengthFromModule(sqInt functionNameIndex, sqInt functionNameLength, void *moduleHandle);
                                            ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72196:9: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqIntptr_t' (aka 'long long') [-Wint-conversion]
        ptr[0] = (((sqIntptr_t)address));
               ^ ~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72199:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72220:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72222:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72278:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72293:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72295:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72311:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72332:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72334:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72393:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72409:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72411:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72430:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72451:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72453:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72510:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72526:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72528:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72545:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72565:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72567:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72622:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72637:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72639:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72655:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72724:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), result);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72742:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        sema = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72797:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        thang = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72799:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72802:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(falseObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72830:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (trueOrFalse
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72851:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(falseObj));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72861:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp3 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(trueObj));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72872:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp4 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(trueObj));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72878:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(falseObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72915:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        GIV(messageSelector) = longAt(GIV(stackPointer) + ((GIV(argumentCount) - 1) * BytesPerWord));
                                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72917:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        newReceiver = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72920:64: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (i * BytesPerWord), longAt(GIV(stackPointer) + ((i - 1) * BytesPerWord)));
                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72920:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (i * BytesPerWord), longAt(GIV(stackPointer) + ((i - 1) * BytesPerWord)));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72938:71: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput(GIV(stackPointer) + ((i - 1) * BytesPerWord), longAt(GIV(stackPointer) + (i * BytesPerWord)));
                                                                                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72938:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput(GIV(stackPointer) + ((i - 1) * BytesPerWord), longAt(GIV(stackPointer) + (i * BytesPerWord)));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72940:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord), GIV(messageSelector));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:72993:3: warning: expression result unused [-Wunused-value]
                !GIV(primFailCode);
                ^    ~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73007:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73010:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73013:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73013:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73017:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73034:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73037:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73040:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73044:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73056:64: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        shouldSkipStoreBytecode = reapAndResetErrorCodeToheader(GIV(framePointer), methodHeader1);
                                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62025:37: note: passing argument to parameter 'theFP' here
reapAndResetErrorCodeToheader(sqInt theFP, sqInt methodHeader)
                                    ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73087:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        obj = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73095:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        boolean = longAt(GIV(stackPointer));
                             ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73130:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), wasPinned);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73169:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73206:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        msecsObj = longAt(GIV(stackPointer));
                              ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73208:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        sema = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73277:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        usecsObj = longAt(GIV(stackPointer));
                              ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73279:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        sema = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73365:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73367:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73416:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73436:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp3 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)(byteAt((rcvr + BaseHeaderSize) + index)) << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73449:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp4 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73462:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73478:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop1);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73525:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        newValue = longAt(GIV(stackPointer));
                              ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73527:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73529:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73583:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73675:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73694:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73708:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp3 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73727:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp4 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73758:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73760:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73762:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73830:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73847:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73849:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73851:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73880:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73901:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73903:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73905:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73964:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73980:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73982:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:73984:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74003:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74024:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74026:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74028:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74087:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74103:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74105:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74107:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74126:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74147:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74149:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74151:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74209:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74225:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74227:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74229:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74248:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74270:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74272:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74274:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74334:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74351:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74353:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74355:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74375:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74397:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74399:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74401:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74461:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74478:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74480:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74482:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74502:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74523:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74525:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74527:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74585:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74601:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74603:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74605:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74623:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74644:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74646:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74648:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74709:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74725:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74727:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74729:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74750:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74771:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74773:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74775:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74836:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74852:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74854:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74856:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74877:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74898:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74900:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74902:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74959:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74975:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74977:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74979:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:74997:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75019:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75021:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75023:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75093:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75110:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75112:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75114:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75144:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75170:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        ctxt = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75172:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75277:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75279:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75281:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75344:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75360:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75362:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75364:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75387:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75408:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75410:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75412:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75473:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75489:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75491:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75493:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75514:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75535:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75537:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75539:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75600:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75616:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75618:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75620:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75641:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75662:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75664:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75666:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75728:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75744:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75746:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75748:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75771:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75826:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        aContextOrNil = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75837:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        thisCtx = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75880:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        if ((pointerForOop(longAt(theFP + FoxSavedFP))) != contextsFP) {
                                                  ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75882:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                numArgs = byteAt((theFP + FoxFrameFlags) + 1);
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75890:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) {
                                                                         ^~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75900:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                contextsIP = ((usqInt)(pointerForOop(longAt(frameAbove + FoxCallerSavedIP))));
                                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75902:91: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                newSP = (frameAbove + ((FoxCallerSavedIP + BytesPerWord) + (((sqInt)((usqInt)((byteAt((frameAbove + FoxFrameFlags) + 1))) << (shiftForWord())))))) + BytesPerWord;
                                                                                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75906:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput(newSP, longAt(source));
                                                                ^~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75906:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput(newSP, longAt(source));
                                                  ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75908:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                longAtput(newFP + FoxSavedFP, contextsFP);
                                          ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75908:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                longAtput(newFP + FoxSavedFP, contextsFP);
                                                              ^~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75909:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                longAtput(newFP + FoxCallerSavedIP, contextsIP);
                                          ^~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75933:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                currentCtx = longAt(theFP + FoxCallerContext);
                                    ^~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:75974:48: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        while (((callerFP1 = pointerForOop(longAt(fp1 + FoxSavedFP)))) != 0) {
                                                                                  ^~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76015:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                while (((callerFP2 = pointerForOop(longAt(fp2 + FoxSavedFP)))) != 0) {
                                                                                          ^~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76027:79: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
(frameAbove + ((FoxCallerSavedIP + BytesPerWord) + (((sqInt)((usqInt)((byteAt((frameAbove + FoxFrameFlags) + 1))) << (shiftForWord())))))) + BytesPerWord)) - BytesPerWord;
                                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76028:51: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        longAtput(contextsSP, pointerForOop(longAt(frameAbove + FoxCallerSavedIP)));
                                                                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76028:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        longAtput(contextsSP, pointerForOop(longAt(frameAbove + FoxCallerSavedIP)));
                                                                  ^~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76028:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        longAtput(contextsSP, pointerForOop(longAt(frameAbove + FoxCallerSavedIP)));
                                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76045:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                currentCtx = longAt(theFP1 + FoxCallerContext);
                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76078:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput(theFP + FoxCallerContext, aContextOrNil);
                          ^~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76240:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (offset * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76261:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76266:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76474:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result1);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76508:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76632:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) {
                                                                 ^~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76644:90: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        theSP = (theFPAbove + ((FoxCallerSavedIP + BytesPerWord) + (((sqInt)((usqInt)((byteAt((theFPAbove + FoxFrameFlags) + 1))) << (shiftForWord())))))) + BytesPerWord;
                                                                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76645:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        if ((byteAt((theFP + FoxFrameFlags) + 2)) != 0) {
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76647:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                objOrFP = longAt(theFP + FoxThisContext);
                                                 ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76705:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76801:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:1835:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76809:10: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long long') to parameter of type '_JBTYPE *' (aka 'struct _SETJMP_FLOAT128 *') [-Wint-conversion]
        longjmp(aJumpBuf, 1);
                ^~~~~~~~
/usr/x86_64-w64-mingw32/sys-root/mingw/include/setjmp.h:203:92: note: passing argument to parameter '_Buf' here
_CRTIMP __MINGW_ATTRIB_NORETURN __attribute__ ((__nothrow__)) void __cdecl longjmp(jmp_buf _Buf,int _Value);
                                                                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76825:9: warning: incompatible integer to pointer conversion returning 'sqInt' (aka 'long long') from a function with result type 'void *' [-Wint-conversion]
        return longAt((anOop + BaseHeaderSize) + (0U << (shiftForWord())));
               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76984:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                flags = longAt(theFP + FoxFrameFlags);
                                               ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76986:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput(theFP + FoxFrameFlags, flags - 2);
                                                  ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:76988:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        } while(((theFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0);
                                                               ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:14662:1: warning: unused function 'pageListIsWellFormed' [-Wunused-function]
pageListIsWellFormed(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:30303:1: warning: unused function 'isImmediateFloat' [-Wunused-function]
isImmediateFloat(sqInt oop)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:30411:1: warning: unused function 'maxSlotsForAlloc' [-Wunused-function]
maxSlotsForAlloc(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:30423:1: warning: unused function 'numFreeLists' [-Wunused-function]
numFreeLists(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:30642:1: warning: unused function 'wordIndexableFormat' [-Wunused-function]
wordIndexableFormat(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:30703:1: warning: unused function 'allNewSpaceObjectsHaveZeroRTRefCount' [-Wunused-function]
allNewSpaceObjectsHaveZeroRTRefCount(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:30782:1: warning: unused function 'allWeakSurvivorsOnWeakList' [-Wunused-function]
allWeakSurvivorsOnWeakList(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:31183:1: warning: unused function 'firstCorpse' [-Wunused-function]
firstCorpse(sqInt headOfCorpseList)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:31433:1: warning: unused function 'noUnfiredEphemeronsAtEndOfRememberedSet' [-Wunused-function]
noUnfiredEphemeronsAtEndOfRememberedSet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:33302:1: warning: unused function 'allObjectsUnmarked' [-Wunused-function]
allObjectsUnmarked(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:33417:1: warning: unused function 'allOldMarkedWeakObjectsOnWeaklingStack' [-Wunused-function]
allOldMarkedWeakObjectsOnWeaklingStack(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:34270:1: warning: unused function 'allocationUnit' [-Wunused-function]
allocationUnit(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:34281:1: warning: unused function 'allStrongSlotsOfWeaklingAreMarked' [-Wunused-function]
allStrongSlotsOfWeaklingAreMarked(sqInt aWeakling)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:34307:1: warning: unused function 'allUnscannedEphemeronsAreActive' [-Wunused-function]
allUnscannedEphemeronsAreActive(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:34339:1: warning: unused function 'assertInnerValidFreeObject' [-Wunused-function]
assertInnerValidFreeObject(sqInt objOop)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:34912:1: warning: unused function 'bitsSetInFreeSpaceMaskForAllFreeLists' [-Wunused-function]
bitsSetInFreeSpaceMaskForAllFreeLists(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:34974:1: warning: unused function 'bridgeSize' [-Wunused-function]
bridgeSize(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:34981:1: warning: unused function 'byteFormatMask' [-Wunused-function]
byteFormatMask(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:36304:1: warning: unused function 'classIndexFieldWidth' [-Wunused-function]
classIndexFieldWidth(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:36441:1: warning: unused function 'classTableRootSlots' [-Wunused-function]
classTableRootSlots(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:37553:1: warning: unused function 'ephemeronFormat' [-Wunused-function]
ephemeronFormat(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:37560:1: warning: unused function 'existInstancesInNewSpaceOf' [-Wunused-function]
existInstancesInNewSpaceOf(sqInt classObj)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:37768:1: warning: unused function 'fetchPointerofFreeChunk' [-Wunused-function]
fetchPointerofFreeChunk(sqInt fieldIndex, sqInt objOop)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:38132:1: warning: unused function 'firstFixedFieldOfMaybeImmediate' [-Wunused-function]
firstFixedFieldOfMaybeImmediate(sqInt oop)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:38194:1: warning: unused function 'firstStringyFakeFormat' [-Wunused-function]
firstStringyFakeFormat(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:38447:1: warning: unused function 'formatOf' [-Wunused-function]
formatOf(sqInt objOop)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:38457:1: warning: unused function 'forwardedFormat' [-Wunused-function]
forwardedFormat(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:38468:1: warning: unused function 'forwardersIn' [-Wunused-function]
forwardersIn(sqInt anObject)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:38494:1: warning: unused function 'freeChunkNextIndex' [-Wunused-function]
freeChunkNextIndex(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:38504:1: warning: unused function 'freeChunkParentIndex' [-Wunused-function]
freeChunkParentIndex(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:38515:1: warning: unused function 'freeChunkPrevIndex' [-Wunused-function]
freeChunkPrevIndex(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:38733:1: warning: unused function 'goodContextSize' [-Wunused-function]
goodContextSize(sqInt oop)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:38830:1: warning: unused function 'hasSpurMemoryManagerAPI' [-Wunused-function]
hasSpurMemoryManagerAPI(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:38903:1: warning: unused function 'hiddenRootSlots' [-Wunused-function]
hiddenRootSlots(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:38910:1: warning: unused function 'hiddenRootsObject' [-Wunused-function]
hiddenRootsObject(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:39976:1: warning: unused function 'isContextHeader' [-Wunused-function]
isContextHeader(sqInt aHeader)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:39983:1: warning: unused function 'isContextNonImm' [-Wunused-function]
isContextNonImm(sqInt oop)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40001:1: warning: unused function 'isCopiedIntoSegment' [-Wunused-function]
isCopiedIntoSegment(sqInt anObjectInTheHeap)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40024:1: warning: unused function 'isEnumerableObjectNoAssert' [-Wunused-function]
isEnumerableObjectNoAssert(sqInt objOop)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40060:1: warning: unused function 'isEphemeron' [-Wunused-function]
isEphemeron(sqInt objOop)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40080:1: warning: unused function 'isForwardedClassTag' [-Wunused-function]
isForwardedClassTag(sqInt classIndex)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40105:1: warning: unused function 'isFreeObject' [-Wunused-function]
isFreeObject(sqInt objOop)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40112:1: warning: unused function 'isFreeOop' [-Wunused-function]
isFreeOop(sqInt oop)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40127:1: warning: unused function 'isInClassTable' [-Wunused-function]
isInClassTable(sqInt objOop)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40150:1: warning: unused function 'isInEden' [-Wunused-function]
isInEden(sqInt objOop)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40157:1: warning: unused function 'isInFutureSpace' [-Wunused-function]
isInFutureSpace(sqInt address)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40192:1: warning: unused function 'isInNewSpace' [-Wunused-function]
isInNewSpace(sqInt objOop)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40207:1: warning: unused function 'isInPastSpace' [-Wunused-function]
isInPastSpace(sqInt address)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40214:1: warning: unused function 'isLargeFreeObject' [-Wunused-function]
isLargeFreeObject(sqInt objOop)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40221:1: warning: unused function 'isMaybeFiredEphemeron' [-Wunused-function]
isMaybeFiredEphemeron(sqInt objOop)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40240:1: warning: unused function 'isObjEphemeron' [-Wunused-function]
isObjEphemeron(sqInt objOop)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40251:1: warning: unused function 'isObjImmutable' [-Wunused-function]
isObjImmutable(sqInt anOop)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40365:1: warning: unused function 'isRemembered' [-Wunused-function]
isRemembered(sqInt objOop)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40375:1: warning: unused function 'isSegmentBridge' [-Wunused-function]
isSegmentBridge(sqInt objOop)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40382:1: warning: unused function 'isSemaphoreOop' [-Wunused-function]
isSemaphoreOop(sqInt anOop)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40442:1: warning: unused function 'isValidObjStackAt' [-Wunused-function]
isValidObjStackAt(sqInt objStackRootIndex)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40589:1: warning: unused function 'isWeakNonImm' [-Wunused-function]
isWeakNonImm(sqInt objOop)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40727:1: warning: unused function 'knownClassAtIndex' [-Wunused-function]
knownClassAtIndex(sqInt classIndex)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40736:1: warning: unused function 'lastPointerFormat' [-Wunused-function]
lastPointerFormat(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:40847:1: warning: unused function 'lengthOfMaybeImmediate' [-Wunused-function]
lengthOfMaybeImmediate(sqInt oop)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:43187:1: warning: unused function 'newSpaceIsEmpty' [-Wunused-function]
newSpaceIsEmpty(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:43404:1: warning: unused function 'noUnscannedEphemerons' [-Wunused-function]
noUnscannedEphemerons(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:47544:1: warning: unused function 'slidingCompactionInProgress' [-Wunused-function]
slidingCompactionInProgress(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:47612:1: warning: unused function 'startOfObject' [-Wunused-function]
startOfObject(sqInt objOop)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:48620:1: warning: unused function 'validClassTableHashes' [-Wunused-function]
validClassTableHashes(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:48701:1: warning: unused function 'validFreeTreeChunk' [-Wunused-function]
validFreeTreeChunk(sqInt chunk)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:48744:1: warning: unused function 'validObjStacks' [-Wunused-function]
validObjStacks(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:49541:1: warning: unused function 'isMobile' [-Wunused-function]
isMobile(sqInt obj)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:49552:1: warning: unused function 'isPostMobile' [-Wunused-function]
isPostMobile(sqInt obj)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:49818:1: warning: unused function 'savedFirstFieldsSpaceWasAllocated' [-Wunused-function]
savedFirstFieldsSpaceWasAllocated(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:50675:1: warning: unused function 'validRelocationPlanInPass' [-Wunused-function]
validRelocationPlanInPass(sqInt onePass)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:50740:1: warning: unused function 'segLimit' [-Wunused-function]
segLimit(SpurSegmentInfo * self_in_segLimit)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:50835:1: warning: unused function 'allBridgesMarked' [-Wunused-function]
allBridgesMarked(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:50885:1: warning: unused function 'bridgeAt' [-Wunused-function]
bridgeAt(sqInt segIndex)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:50900:1: warning: unused function 'bridgeFor' [-Wunused-function]
bridgeFor(SpurSegmentInfo *aSegment)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:51023:1: warning: unused function 'isInSegments' [-Wunused-function]
isInSegments(usqInt address)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:51044:1: warning: unused function 'isValidSegmentBridge' [-Wunused-function]
isValidSegmentBridge(sqInt objOop)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:51346:1: warning: unused function 'segmentOverlap' [-Wunused-function]
segmentOverlap(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:51812:1: warning: unused function 'allOnesAsCharStar' [-Wunused-function]
allOnesAsCharStar(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52829:1: warning: unused function 'checkStackPointerForMaybeMarriedContext' [-Wunused-function]
checkStackPointerForMaybeMarriedContext(sqInt aContext)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:52971:1: warning: unused function 'contexthasValidInversePCMappingOfin' [-Wunused-function]
contexthasValidInversePCMappingOfin(sqInt aContext, sqInt theIP, char *theFP)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:53074:1: warning: unused function 'cr' [-Wunused-function]
cr(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55196:1: warning: unused function 'frameCallerContext' [-Wunused-function]
frameCallerContext(char *theFP)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55203:1: warning: unused function 'frameContext' [-Wunused-function]
frameContext(char *theFP)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55213:1: warning: unused function 'frameHasContext' [-Wunused-function]
frameHasContext(char *theFP)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55223:1: warning: unused function 'frameIsBlockActivation' [-Wunused-function]
frameIsBlockActivation(char *theFP)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55233:1: warning: unused function 'frameMethodObject' [-Wunused-function]
frameMethodObject(char *theFP)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55240:1: warning: unused function 'frameMethod' [-Wunused-function]
frameMethod(char *theFP)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55250:1: warning: unused function 'frameNumArgs' [-Wunused-function]
frameNumArgs(char *theFP)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55269:1: warning: unused function 'frameReceiver' [-Wunused-function]
frameReceiver(char *theFP)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55361:1: warning: unused function 'getDesiredCogCodeSize' [-Wunused-function]
getDesiredCogCodeSize(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55786:1: warning: unused function 'ifCurrentStackPageHasValidHeadPointers' [-Wunused-function]
ifCurrentStackPageHasValidHeadPointers(StackPage *thePage)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:55807:1: warning: unused function 'iframeMethod' [-Wunused-function]
iframeMethod(char *theFP)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:56057:1: warning: unused function 'isMarriedOrWidowedContext' [-Wunused-function]
isMarriedOrWidowedContext(sqInt aContext)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:56076:1: warning: unused function 'isMetaPrimitiveIndex' [-Wunused-function]
isMetaPrimitiveIndex(sqInt primIndex)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:56090:1: warning: unused function 'isPrimitiveFunctionPointerAnIndex' [-Wunused-function]
isPrimitiveFunctionPointerAnIndex(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58036:1: warning: unused function 'maybeLeakCheckExternalPrimCall' [-Wunused-function]
maybeLeakCheckExternalPrimCall(sqInt aMethodObj)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58172:1: warning: unused function 'methodHeaderIndicatesLargeFrame' [-Wunused-function]
methodHeaderIndicatesLargeFrame(sqInt methodHeader)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58491:1: warning: unused function 'noMarkedContextsOnPage' [-Wunused-function]
noMarkedContextsOnPage(StackPage *thePage)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:58886:1: warning: unused function 'printActivationNameForSelectorstartClass' [-Wunused-function]
printActivationNameForSelectorstartClass(sqInt aSelector, sqInt startClass)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:61443:1: warning: unused function 'pushedReceiverOrClosureOfFrame' [-Wunused-function]
pushedReceiverOrClosureOfFrame(char *theFP)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:62820:1: warning: unused function 'saneFunctionPointerForFailureOfPrimIndex' [-Wunused-function]
saneFunctionPointerForFailureOfPrimIndex(sqInt primIndex)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:63980:1: warning: unused function 'space' [-Wunused-function]
space(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:64420:1: warning: unused function 'stackLimitBytes' [-Wunused-function]
stackLimitBytes(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:64451:1: warning: unused function 'stackLimitOffset' [-Wunused-function]
stackLimitOffset(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:64514:1: warning: unused function 'stackPageHeadroom' [-Wunused-function]
stackPageHeadroom(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65613:1: warning: unused function 'validInstructionPointerinFrame' [-Wunused-function]
validInstructionPointerinFrame(usqInt anInstrPointer, char *fp)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/src/gcc3x-interp.c:65640:1: warning: unused function 'validStackPageBaseFrames' [-Wunused-function]
validStackPageBaseFrames(void)
^
1858 warnings generated.
[ 31%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqHeapMap.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqHeapMap.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqHeapMap.c
[ 32%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqVirtualMachine.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqVirtualMachine.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:306:11: warning: incompatible pointer types assigning to 'sqInt (*)(sqInt)' (aka 'long long (*)(long long)') from 'void (sqInt)' (aka 'void (long long)') [-Wincompatible-pointer-types]
        VM->push = push;
                 ^ ~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:308:16: warning: incompatible pointer types assigning to 'sqInt (*)(double)' (aka 'long long (*)(double)') from 'void (double)' [-Wincompatible-pointer-types]
        VM->pushFloat = pushFloat;
                      ^ ~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:432:37: warning: incompatible pointer types assigning to 'void *(*)(sqInt, sqInt, sqInt)' (aka 'void *(*)(long long, long long, long long)') from 'void *(sqInt, sqInt, void *)' (aka 'void *(long long, long long, void *)') [-Wincompatible-pointer-types]
        VM->ioLoadSymbolOfLengthFromModule = ioLoadSymbolOfLengthFromModule;
                                           ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:459:26: warning: incompatible pointer types assigning to 'void (*)(void)' from 'sqInt (void)' (aka 'long long (void)') [-Wincompatible-pointer-types]
        VM->forceInterruptCheck = forceInterruptCheck;
                                ^ ~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:546:23: warning: incompatible pointer types assigning to 'sqInt (*)(char *)' (aka 'long long (*)(char *)') from 'sqInt (const char *)' (aka 'long long (const char *)') [-Wincompatible-pointer-types]
        VM->stringForCString = stringForCString;
                             ^ ~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:557:37: warning: incompatible pointer types assigning to 'sqInt (*)(vmccp)' (aka 'long long (*)(struct _VMCallbackContext *)') from 'sqInt (void *)' (aka 'long long (void *)') [-Wincompatible-pointer-types]
        VM->ptEnterInterpreterFromCallback = ptEnterInterpreterFromCallback;
                                           ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:558:34: warning: incompatible pointer types assigning to 'sqInt (*)(vmccp)' (aka 'long long (*)(struct _VMCallbackContext *)') from 'sqInt (void *)' (aka 'long long (void *)') [-Wincompatible-pointer-types]
        VM->ptExitInterpreterToCallback = ptExitInterpreterToCallback;
                                        ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:562:27: warning: incompatible pointer types assigning to 'sqInt (*)(int)' (aka 'long long (*)(int)') from 'Semaphore *(int)' (aka 'struct __Semaphore *(int)') [-Wincompatible-pointer-types]
        VM->platformSemaphoreNew = platform_semaphore_new;
                                 ^ ~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:565:35: warning: incompatible pointer types assigning to 'sqInt (*)(sqInt)' (aka 'long long (*)(long long)') from 'void (sqInt)' (aka 'void (long long)') [-Wincompatible-pointer-types]
        VM->waitOnExternalSemaphoreIndex = waitOnExternalSemaphoreIndex;
                                         ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
9 warnings generated.
[ 32%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqNamedPrims.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqNamedPrims.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqNamedPrims.c
[ 33%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqExternalSemaphores.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqExternalSemaphores.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqExternalSemaphores.c
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqExternalSemaphores.c:78:9: warning: 'max' macro redefined [-Wmacro-redefined]
#define max(a,b) (a > b ? a : b)
        ^
/usr/x86_64-w64-mingw32/sys-root/mingw/include/minwindef.h:173:9: note: previous definition is here
#define max(a, b) (((a) > (b)) ? (a) : (b))
        ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqExternalSemaphores.c:79:9: warning: 'min' macro redefined [-Wmacro-redefined]
#define min(a,b) (a < b ? a : b)
        ^
/usr/x86_64-w64-mingw32/sys-root/mingw/include/minwindef.h:177:9: note: previous definition is here
#define min(a, b) (((a) < (b)) ? (a) : (b))
        ^
2 warnings generated.
[ 34%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqTicker.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqTicker.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqTicker.c
[ 34%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/win/sqWin32SpurAlloc.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/win/sqWin32SpurAlloc.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/win/sqWin32SpurAlloc.c
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/win/sqWin32SpurAlloc.c:95:9: warning: incompatible pointer to integer conversion returning 'char *' from a function with result type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
        return alloc;
               ^~~~~
1 warning generated.
[ 35%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/win/aioWin.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/win/aioWin.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/win/aioWin.c
[ 35%] Building C object CMakeFiles/PharoVMCore.dir/src/win/winDebug.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/src/win/winDebug.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/src/win/winDebug.c
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/src/win/winDebug.c:514:14: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
        if(errorLog = getErrorLogFile()){
           ~~~~~~~~~^~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/src/win/winDebug.c:514:14: note: place parentheses around the assignment to silence this warning
        if(errorLog = getErrorLogFile()){
                    ^
           (                           )
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/src/win/winDebug.c:514:14: note: use '==' to turn this assignment into an equality comparison
        if(errorLog = getErrorLogFile()){
                    ^
                    ==
1 warning generated.
[ 36%] Building C object CMakeFiles/PharoVMCore.dir/src/win/winDebugMenu.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/src/win/winDebugMenu.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/src/win/winDebugMenu.c
[ 36%] Building C object CMakeFiles/PharoVMCore.dir/src/win/winDebugWindow.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/src/win/winDebugWindow.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/src/win/winDebugWindow.c
[ 37%] Building C object CMakeFiles/PharoVMCore.dir/src/fileDialogWin32.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/src/fileDialogWin32.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/src/fileDialogWin32.c
[ 37%] Building RC object CMakeFiles/PharoVMCore.dir/PharoDLL.rc.res
x86_64-w64-mingw32-windres -O coff -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_MESSAGE_COUNT=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win   /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/PharoDLL.rc CMakeFiles/PharoVMCore.dir/PharoDLL.rc.res
[ 38%] Linking C shared library build/vm/PharoVMCore.dll
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/PharoVMCore.dir/link.txt --verbose=1
/usr/bin/x86_64-w64-mingw32-clang  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -shared -Wl,--enable-auto-import -o build/vm/PharoVMCore.dll -Wl,--out-implib,build/vm/libPharoVMCore.dll.a -Wl,--major-image-version,0,--minor-image-version,0 CMakeFiles/PharoVMCore.dir/src/debug.c.o CMakeFiles/PharoVMCore.dir/src/utils.c.o CMakeFiles/PharoVMCore.dir/src/errorCode.c.o CMakeFiles/PharoVMCore.dir/src/nullDisplay.c.o CMakeFiles/PharoVMCore.dir/src/externalPrimitives.c.o CMakeFiles/PharoVMCore.dir/src/client.c.o CMakeFiles/PharoVMCore.dir/src/pathUtilities.c.o CMakeFiles/PharoVMCore.dir/src/fileDialogCommon.c.o CMakeFiles/PharoVMCore.dir/src/stringUtilities.c.o CMakeFiles/PharoVMCore.dir/src/imageAccess.c.o CMakeFiles/PharoVMCore.dir/src/parameters/parameterVector.c.o CMakeFiles/PharoVMCore.dir/src/parameters/parameters.c.o CMakeFiles/PharoVMCore.dir/src/semaphores/platformSemaphore.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/heartbeat.c.o CMakeFiles/PharoVMCore.dir/ffi/src/functionDefinitionPrimitives.c.o CMakeFiles/PharoVMCore.dir/ffi/src/primitiveCalls.c.o CMakeFiles/PharoVMCore.dir/ffi/src/primitiveUtils.c.o CMakeFiles/PharoVMCore.dir/ffi/src/types.c.o CMakeFiles/PharoVMCore.dir/ffi/src/typesPrimitives.c.o CMakeFiles/PharoVMCore.dir/ffi/src/utils.c.o CMakeFiles/PharoVMCore.dir/ffi/src/sameThread/sameThread.c.o CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbackPrimitives.c.o CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbacks.c.o CMakeFiles/PharoVMCore.dir/src/semaphores/pharoSemaphore.c.o CMakeFiles/PharoVMCore.dir/src/threadSafeQueue/threadSafeQueue.c.o CMakeFiles/PharoVMCore.dir/ffi/src/pThreadedFFI.c.o CMakeFiles/PharoVMCore.dir/ffi/src/worker/worker.c.o CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerPrimitives.c.o CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerTask.c.o CMakeFiles/PharoVMCore.dir/generated/64/vm/src/gcc3x-interp.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqHeapMap.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqVirtualMachine.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqNamedPrims.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqExternalSemaphores.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqTicker.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/win/sqWin32SpurAlloc.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/win/aioWin.c.o CMakeFiles/PharoVMCore.dir/src/win/winDebug.c.o CMakeFiles/PharoVMCore.dir/src/win/winDebugMenu.c.o CMakeFiles/PharoVMCore.dir/src/win/winDebugWindow.c.o CMakeFiles/PharoVMCore.dir/src/fileDialogWin32.c.o CMakeFiles/PharoVMCore.dir/PharoDLL.rc.res  build/vm/libffi.dll.a -lwinmm -lWs2_32 -lDbgHelp -lOle32 -lcomctl32 -luuid -lpthread 
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
[ 38%] Built target PharoVMCore
make  -f CMakeFiles/FilePlugin.dir/build.make CMakeFiles/FilePlugin.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/FilePlugin.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/FilePlugin.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/FilePlugin.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/FilePlugin.dir/depend.internal".
Scanning dependencies of target FilePlugin
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
make  -f CMakeFiles/FilePlugin.dir/build.make CMakeFiles/FilePlugin.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
[ 38%] Building C object CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/win/sqWin32FilePrims.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFilePlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_FILE_SUPPORT -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/win/sqWin32FilePrims.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/src/win/sqWin32FilePrims.c
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/src/win/sqWin32FilePrims.c:295:24: warning: implicit declaration of function 'isFileHandleATTY' is invalid in C99 [-Wimplicit-function-declaration]
        file->isStdioStream = isFileHandleATTY(handle);
                              ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/src/win/sqWin32FilePrims.c:342:9: warning: implicit declaration of function 'fileHandleType' is invalid in C99 [-Wimplicit-function-declaration]
        return fileHandleType(_get_osfhandle(fdNum));
               ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/src/win/sqWin32FilePrims.c:342:24: warning: implicit declaration of function '_get_osfhandle' is invalid in C99 [-Wimplicit-function-declaration]
        return fileHandleType(_get_osfhandle(fdNum));
                              ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/src/win/sqWin32FilePrims.c:484:48: warning: passing 'LONG *' (aka 'long *') to parameter of type 'LPDWORD' (aka 'unsigned long *') converts between pointers to integer types with different sign [-Wpointer-sign]
  ofs.li.LowPart = GetFileSize(FILE_HANDLE(f), &ofs.li.HighPart);
                                               ^~~~~~~~~~~~~~~~
/usr/x86_64-w64-mingw32/sys-root/mingw/include/fileapi.h:65:62: note: passing argument to parameter 'lpFileSizeHigh' here
  WINBASEAPI DWORD WINAPI GetFileSize (HANDLE hFile, LPDWORD lpFileSizeHigh);
                                                             ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/src/win/sqWin32FilePrims.c:555:1: warning: control reaches end of non-void function [-Wreturn-type]
}
^
5 warnings generated.
[ 39%] Building C object CMakeFiles/FilePlugin.dir/extracted/vm/src/win/sqWin32Directory.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFilePlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_FILE_SUPPORT -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/FilePlugin.dir/extracted/vm/src/win/sqWin32Directory.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/win/sqWin32Directory.c
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/win/sqWin32Directory.c:30:9: warning: 'S_IRUSR' macro redefined [-Wmacro-redefined]
#define S_IRUSR 0400
        ^
/usr/x86_64-w64-mingw32/sys-root/mingw/include/sys/stat.h:152:9: note: previous definition is here
#define S_IRUSR         _S_IRUSR
        ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/win/sqWin32Directory.c:31:9: warning: 'S_IWUSR' macro redefined [-Wmacro-redefined]
#define S_IWUSR 0200
        ^
/usr/x86_64-w64-mingw32/sys-root/mingw/include/sys/stat.h:151:9: note: previous definition is here
#define S_IWUSR         _S_IWUSR
        ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/win/sqWin32Directory.c:32:9: warning: 'S_IXUSR' macro redefined [-Wmacro-redefined]
#define S_IXUSR 0100
        ^
/usr/x86_64-w64-mingw32/sys-root/mingw/include/sys/stat.h:150:9: note: previous definition is here
#define S_IXUSR         _S_IXUSR
        ^
3 warnings generated.
[ 39%] Building C object CMakeFiles/FilePlugin.dir/src/fileUtilsWin.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFilePlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_FILE_SUPPORT -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/FilePlugin.dir/src/fileUtilsWin.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/src/fileUtilsWin.c
[ 40%] Building C object CMakeFiles/FilePlugin.dir/generated/64/plugins/src/FilePlugin/FilePlugin.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFilePlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_FILE_SUPPORT -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/FilePlugin.dir/generated/64/plugins/src/FilePlugin/FilePlugin.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:504:10: warning: incompatible integer to pointer conversion returning 'sqInt' (aka 'long long') from a function with result type 'void *' [-Wint-conversion]
                return primitiveFailFor(PrimErrBadArgument);
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:1629:21: warning: incompatible function pointer types assigning to 'sqInt (*)(sqInt)' (aka 'long long (*)(long long)') from 'sqInt (*)(int)' (aka 'long long (*)(int)') [-Wincompatible-function-pointer-types]
                characterObjectOf = interpreterProxy->characterObjectOf;
                                  ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:1643:10: warning: incompatible function pointer types assigning to 'sqInt (*)(void)' (aka 'long long (*)(void)') from 'void (*)(void)' [-Wincompatible-function-pointer-types]
                fullGC = interpreterProxy->fullGC;
                       ^ ~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:230:1: warning: unused function 'connectToFdwrite' [-Wunused-function]
connectToFdwrite(int fd, sqInt writeFlag)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:257:1: warning: unused function 'connectToFilewrite' [-Wunused-function]
connectToFilewrite(void *cfile, sqInt writeFlag)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:384:1: warning: unused function 'makeDirEntryNamesizecreateDatemodDateisDirfileSize' [-Wunused-function]
makeDirEntryNamesizecreateDatemodDateisDirfileSize(char *entryName, sqInt entryNameSize, sqInt createDate, sqInt modifiedDate, sqInt dirFlag, squeakFileOffsetType fileSize)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:1230:1: warning: unused function 'primitiveFileReadWithoutPinning' [-Wunused-function]
primitiveFileReadWithoutPinning(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/FilePlugin/FilePlugin.c:1285:1: warning: unused function 'primitiveFileReadWithPinning' [-Wunused-function]
primitiveFileReadWithPinning(void)
^
8 warnings generated.
[ 40%] Linking C shared library build/vm/FilePlugin.dll
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/FilePlugin.dir/link.txt --verbose=1
/usr/bin/x86_64-w64-mingw32-clang  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -shared -Wl,--enable-auto-import -o build/vm/FilePlugin.dll -Wl,--out-implib,build/vm/libFilePlugin.dll.a -Wl,--major-image-version,0,--minor-image-version,0 CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/win/sqWin32FilePrims.c.o CMakeFiles/FilePlugin.dir/extracted/vm/src/win/sqWin32Directory.c.o CMakeFiles/FilePlugin.dir/src/fileUtilsWin.c.o CMakeFiles/FilePlugin.dir/generated/64/plugins/src/FilePlugin/FilePlugin.c.o  build/vm/libPharoVMCore.dll.a build/vm/libffi.dll.a -lwinmm -lWs2_32 -lDbgHelp -lOle32 -lcomctl32 -luuid -lpthread 
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
[ 41%] Built target FilePlugin
make  -f CMakeFiles/FileAttributesPlugin.dir/build.make CMakeFiles/FileAttributesPlugin.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/FileAttributesPlugin.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/FileAttributesPlugin.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/FileAttributesPlugin.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/FileAttributesPlugin.dir/depend.internal".
Scanning dependencies of target FileAttributesPlugin
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
make  -f CMakeFiles/FileAttributesPlugin.dir/build.make CMakeFiles/FileAttributesPlugin.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
[ 41%] Building C object CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFileAttributesPlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c
In file included from /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:23:
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win/dirent.h:734:9: warning: unused function 'readdir' [-Wunused-function]
        readdir(
        ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win/dirent.h:455:9: warning: unused function '_wreaddir' [-Wunused-function]
        _wreaddir(
        ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win/dirent.h:877:9: warning: unused function 'rewinddir' [-Wunused-function]
        rewinddir(
        ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win/dirent.h:888:9: warning: unused function 'scandir' [-Wunused-function]
        scandir(
        ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win/dirent.h:1040:9: warning: unused function 'versionsort' [-Wunused-function]
        versionsort(
        ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:183:1: warning: unused function 'addressObjectFor' [-Wunused-function]
addressObjectFor(void *aMachineAddress)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:313:1: warning: unused function 'badSessionId' [-Wunused-function]
badSessionId(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:324:1: warning: unused function 'convertWinToSqueakTime' [-Wunused-function]
convertWinToSqueakTime(SYSTEMTIME st)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:354:1: warning: unused function 'faSuccess' [-Wunused-function]
faSuccess(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:384:1: warning: unused function 'objectFromStructsize' [-Wunused-function]
objectFromStructsize(void *aMachineAddress, sqInt structSize)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:403:1: warning: unused function 'pathOoptoBuffermaxLen' [-Wunused-function]
pathOoptoBuffermaxLen(sqInt pathNameOop, char *cPathName, sqInt maxLen)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:424:1: warning: unused function 'pointerFrom' [-Wunused-function]
pointerFrom(sqInt directoryPointerBytes)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:1093:1: warning: unused function 'readLinkintomaxLength' [-Wunused-function]
readLinkintomaxLength(char *cPathName, char *cLinkPtr, size_t maxLength)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:1171:1: warning: unused function 'sizeOfFaPath' [-Wunused-function]
sizeOfFaPath(void)
^
14 warnings generated.
[ 42%] Building C object CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFileAttributesPlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c
[ 42%] Building C object CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/win/faSupport.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFileAttributesPlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/win/faSupport.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/win/faSupport.c
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/win/faSupport.c:18:9: warning: 'S_IRUSR' macro redefined [-Wmacro-redefined]
#define S_IRUSR 0400
        ^
/usr/x86_64-w64-mingw32/sys-root/mingw/include/sys/stat.h:152:9: note: previous definition is here
#define S_IRUSR         _S_IRUSR
        ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/win/faSupport.c:19:9: warning: 'S_IWUSR' macro redefined [-Wmacro-redefined]
#define S_IWUSR 0200
        ^
/usr/x86_64-w64-mingw32/sys-root/mingw/include/sys/stat.h:151:9: note: previous definition is here
#define S_IWUSR         _S_IWUSR
        ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/win/faSupport.c:20:9: warning: 'S_IXUSR' macro redefined [-Wmacro-redefined]
#define S_IXUSR 0100
        ^
/usr/x86_64-w64-mingw32/sys-root/mingw/include/sys/stat.h:150:9: note: previous definition is here
#define S_IXUSR         _S_IXUSR
        ^
In file included from /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/win/faSupport.c:27:
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win/dirent.h:734:9: warning: unused function 'readdir' [-Wunused-function]
        readdir(
        ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win/dirent.h:455:9: warning: unused function '_wreaddir' [-Wunused-function]
        _wreaddir(
        ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win/dirent.h:877:9: warning: unused function 'rewinddir' [-Wunused-function]
        rewinddir(
        ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win/dirent.h:888:9: warning: unused function 'scandir' [-Wunused-function]
        scandir(
        ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win/dirent.h:1040:9: warning: unused function 'versionsort' [-Wunused-function]
        versionsort(
        ^
8 warnings generated.
[ 43%] Linking C shared library build/vm/FileAttributesPlugin.dll
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/FileAttributesPlugin.dir/link.txt --verbose=1
/usr/bin/x86_64-w64-mingw32-clang  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -shared -Wl,--enable-auto-import -o build/vm/FileAttributesPlugin.dll -Wl,--out-implib,build/vm/libFileAttributesPlugin.dll.a -Wl,--major-image-version,0,--minor-image-version,0 CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c.o CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c.o CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/win/faSupport.c.o  build/vm/libFilePlugin.dll.a build/vm/libPharoVMCore.dll.a build/vm/libffi.dll.a -lwinmm -lWs2_32 -lDbgHelp -lOle32 -lcomctl32 -luuid -lpthread 
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
[ 43%] Built target FileAttributesPlugin
make  -f CMakeFiles/JPEGReaderPlugin.dir/build.make CMakeFiles/JPEGReaderPlugin.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/JPEGReaderPlugin.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/JPEGReaderPlugin.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/JPEGReaderPlugin.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/JPEGReaderPlugin.dir/depend.internal".
Scanning dependencies of target JPEGReaderPlugin
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
make  -f CMakeFiles/JPEGReaderPlugin.dir/build.make CMakeFiles/JPEGReaderPlugin.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
[ 43%] Building C object CMakeFiles/JPEGReaderPlugin.dir/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReaderPlugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReaderPlugin.dir/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:250:1: warning: unused function 'colorConvertGrayscaleMCU' [-Wunused-function]
colorConvertGrayscaleMCU(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:300:1: warning: unused function 'colorConvertMCU' [-Wunused-function]
colorConvertMCU(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:442:1: warning: unused function 'decodeBlockIntocomponent' [-Wunused-function]
decodeBlockIntocomponent(int *anArray, int *aColorComponent)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:582:1: warning: unused function 'fillBuffer' [-Wunused-function]
fillBuffer(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:610:1: warning: unused function 'getBits' [-Wunused-function]
getBits(sqInt requestedBits)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:662:1: warning: unused function 'idctBlockIntqt' [-Wunused-function]
idctBlockIntqt(int *anArray, int *qt)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:940:1: warning: unused function 'nextSampleCb' [-Wunused-function]
nextSampleCb(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:976:1: warning: unused function 'nextSampleCr' [-Wunused-function]
nextSampleCr(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1012:1: warning: unused function 'nextSampleFromblocks' [-Wunused-function]
nextSampleFromblocks(int *aComponent, int **aBlockArray)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1048:1: warning: unused function 'nextSampleY' [-Wunused-function]
nextSampleY(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1733:1: warning: unused function 'scaleAndSignExtendinFieldWidth' [-Wunused-function]
scaleAndSignExtendinFieldWidth(sqInt aNumber, sqInt w)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1780:1: warning: unused function 'stInit' [-Wunused-function]
stInit(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1787:1: warning: unused function 'storeJPEGStreamOn' [-Wunused-function]
storeJPEGStreamOn(sqInt streamOop)
^
13 warnings generated.
[ 44%] Linking C shared library build/vm/JPEGReaderPlugin.dll
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/JPEGReaderPlugin.dir/link.txt --verbose=1
/usr/bin/x86_64-w64-mingw32-clang  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -shared -Wl,--enable-auto-import -o build/vm/JPEGReaderPlugin.dll -Wl,--out-implib,build/vm/libJPEGReaderPlugin.dll.a -Wl,--major-image-version,0,--minor-image-version,0 CMakeFiles/JPEGReaderPlugin.dir/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c.o  build/vm/libPharoVMCore.dll.a build/vm/libffi.dll.a -lwinmm -lWs2_32 -lDbgHelp -lOle32 -lcomctl32 -luuid -lpthread 
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
[ 44%] Built target JPEGReaderPlugin
make  -f CMakeFiles/SurfacePlugin.dir/build.make CMakeFiles/SurfacePlugin.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/SurfacePlugin.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/SurfacePlugin.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/SurfacePlugin.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/SurfacePlugin.dir/depend.internal".
Scanning dependencies of target SurfacePlugin
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
make  -f CMakeFiles/SurfacePlugin.dir/build.make CMakeFiles/SurfacePlugin.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
[ 44%] Building C object CMakeFiles/SurfacePlugin.dir/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DSurfacePlugin_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/SurfacePlugin.dir/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c
[ 45%] Building C object CMakeFiles/SurfacePlugin.dir/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DSurfacePlugin_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/SurfacePlugin.dir/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:492:19: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long long') [-Wint-conversion]
        surfaceHandlePtr = fetchPointerofObject(0, surfaceHandle);
                         ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:493:29: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'sqIntptr_t' (aka 'long long') [-Wint-conversion]
        result = ioRegisterSurface(surfaceHandlePtr, sqSurfaceDispatchPtr, surfaceIDPtr);
                                   ^~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:241:30: note: passing argument to parameter 'surfaceHandle' here
ioRegisterSurface(sqIntptr_t surfaceHandle, sqSurfaceDispatch *fn, int *surfaceIDPtr)
                             ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:493:47: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long long') to parameter of type 'sqSurfaceDispatch *' (aka 'struct sqSurfaceDispatch *') [-Wint-conversion]
        result = ioRegisterSurface(surfaceHandlePtr, sqSurfaceDispatchPtr, surfaceIDPtr);
                                                     ^~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:241:64: note: passing argument to parameter 'fn' here
ioRegisterSurface(sqIntptr_t surfaceHandle, sqSurfaceDispatch *fn, int *surfaceIDPtr)
                                                               ^
3 warnings generated.
[ 45%] Linking C shared library build/vm/SurfacePlugin.dll
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/SurfacePlugin.dir/link.txt --verbose=1
/usr/bin/x86_64-w64-mingw32-clang  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -shared -Wl,--enable-auto-import -o build/vm/SurfacePlugin.dll -Wl,--out-implib,build/vm/libSurfacePlugin.dll.a -Wl,--major-image-version,0,--minor-image-version,0 CMakeFiles/SurfacePlugin.dir/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c.o CMakeFiles/SurfacePlugin.dir/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c.o  build/vm/libPharoVMCore.dll.a build/vm/libffi.dll.a -lwinmm -lWs2_32 -lDbgHelp -lOle32 -lcomctl32 -luuid -lpthread 
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
[ 46%] Built target SurfacePlugin
make  -f CMakeFiles/MiscPrimitivePlugin.dir/build.make CMakeFiles/MiscPrimitivePlugin.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/MiscPrimitivePlugin.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/MiscPrimitivePlugin.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/MiscPrimitivePlugin.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/MiscPrimitivePlugin.dir/depend.internal".
Scanning dependencies of target MiscPrimitivePlugin
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
make  -f CMakeFiles/MiscPrimitivePlugin.dir/build.make CMakeFiles/MiscPrimitivePlugin.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
[ 47%] Building C object CMakeFiles/MiscPrimitivePlugin.dir/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DMiscPrimitivePlugin_EXPORTS -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/MiscPrimitivePlugin.dir/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c
[ 47%] Linking C shared library build/vm/MiscPrimitivePlugin.dll
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/MiscPrimitivePlugin.dir/link.txt --verbose=1
/usr/bin/x86_64-w64-mingw32-clang  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -shared -Wl,--enable-auto-import -o build/vm/MiscPrimitivePlugin.dll -Wl,--out-implib,build/vm/libMiscPrimitivePlugin.dll.a -Wl,--major-image-version,0,--minor-image-version,0 CMakeFiles/MiscPrimitivePlugin.dir/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c.o  build/vm/libPharoVMCore.dll.a build/vm/libffi.dll.a -lwinmm -lWs2_32 -lDbgHelp -lOle32 -lcomctl32 -luuid -lpthread 
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
[ 47%] Built target MiscPrimitivePlugin
make  -f CMakeFiles/PharoConsole.dir/build.make CMakeFiles/PharoConsole.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/PharoConsole.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/PharoConsole.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/PharoConsole.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/PharoConsole.dir/depend.internal".
Scanning dependencies of target PharoConsole
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
make  -f CMakeFiles/PharoConsole.dir/build.make CMakeFiles/PharoConsole.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
[ 48%] Building C object CMakeFiles/PharoConsole.dir/src/unixMain.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoConsole.dir/src/unixMain.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/src/unixMain.c
[ 48%] Building RC object CMakeFiles/PharoConsole.dir/PharoConsole.rc.res
x86_64-w64-mingw32-windres -O coff -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include   /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/PharoConsole.rc CMakeFiles/PharoConsole.dir/PharoConsole.rc.res
[ 49%] Linking C executable build/vm/PharoConsole.exe
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/PharoConsole.dir/link.txt --verbose=1
/usr/bin/x86_64-w64-mingw32-clang  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0  -Wl,--enable-auto-import -mconsole CMakeFiles/PharoConsole.dir/src/unixMain.c.o CMakeFiles/PharoConsole.dir/PharoConsole.rc.res  -o build/vm/PharoConsole.exe -Wl,--out-implib,build/vm/libPharoConsole.dll.a -Wl,--major-image-version,0,--minor-image-version,0  build/vm/libPharoVMCore.dll.a -lOle32 -lcomctl32 -luuid build/vm/libffi.dll.a -lwinmm -lWs2_32 -lDbgHelp -lOle32 -lcomctl32 -luuid -lpthread 
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
[ 49%] Built target PharoConsole
make  -f CMakeFiles/SocketPlugin.dir/build.make CMakeFiles/SocketPlugin.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/SocketPlugin.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/SocketPlugin.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/SocketPlugin.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/SocketPlugin.dir/depend.internal".
Scanning dependencies of target SocketPlugin
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
make  -f CMakeFiles/SocketPlugin.dir/build.make CMakeFiles/SocketPlugin.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
[ 49%] Building C object CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DSocketPlugin_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:2311:3: warning: pointer/integer type mismatch in conditional expression ('SocketPtr' (aka 'SQSocket *') and 'int') [-Wconditional-type-mismatch]
                ? ((SocketPtr) (firstIndexableField(socketOop)))
                ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:245:1: warning: unused function 'netAddressToInt' [-Wunused-function]
netAddressToInt(unsigned char *ptrToByteArray)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:2296:1: warning: unused function 'socketRecordSize' [-Wunused-function]
socketRecordSize(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:2307:1: warning: unused function 'socketValueOf' [-Wunused-function]
socketValueOf(sqInt socketOop)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:2318:1: warning: unused function 'sqAssert' [-Wunused-function]
sqAssert(sqInt aBool)
^
5 warnings generated.
[ 50%] Building C object CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DSocketPlugin_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c:1632:55: warning: passing 'unsigned char [8]' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
  if (setsockopt(SOCKET(s), SOL_SOCKET, SO_REUSEADDR, buf, bufSize) < 0)
                                                      ^~~
/usr/x86_64-w64-mingw32/sys-root/mingw/include/winsock2.h:1029:88: note: passing argument to parameter 'optval' here
  WINSOCK_API_LINKAGE int WSAAPI setsockopt(SOCKET s,int level,int optname,const char *optval,int optlen);
                                                                                       ^
1 warning generated.
[ 51%] Linking C shared library build/vm/SocketPlugin.dll
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/SocketPlugin.dir/link.txt --verbose=1
/usr/bin/x86_64-w64-mingw32-clang  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -shared -Wl,--enable-auto-import -o build/vm/SocketPlugin.dll -Wl,--out-implib,build/vm/libSocketPlugin.dll.a -Wl,--major-image-version,0,--minor-image-version,0 CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c.o CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c.o  build/vm/libPharoVMCore.dll.a -lWs2_32 build/vm/libffi.dll.a -lwinmm -lWs2_32 -lDbgHelp -lOle32 -lcomctl32 -luuid -lpthread 
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
[ 51%] Built target SocketPlugin
make  -f CMakeFiles/LargeIntegers.dir/build.make CMakeFiles/LargeIntegers.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/LargeIntegers.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/LargeIntegers.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/LargeIntegers.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/LargeIntegers.dir/depend.internal".
Scanning dependencies of target LargeIntegers
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
make  -f CMakeFiles/LargeIntegers.dir/build.make CMakeFiles/LargeIntegers.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
[ 51%] Building C object CMakeFiles/LargeIntegers.dir/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DLargeIntegers_EXPORTS -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/LargeIntegers.dir/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:266:1: warning: unused function 'byteSizeOfCSI' [-Wunused-function]
byteSizeOfCSI(sqInt csi)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:332:1: warning: unused function 'cDigitAddlenwithleninto' [-Wunused-function]
cDigitAddlenwithleninto(unsigned int *pWordShort, sqInt shortLen, unsigned int *pWordLong, sqInt longLen, unsigned int *pWordRes)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:377:1: warning: unused function 'cDigitCopyFromtolen' [-Wunused-function]
cDigitCopyFromtolen(unsigned int *pFrom, unsigned int *pTo, sqInt len)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:389:1: warning: unused function 'cDigitDivlenremlenquolen' [-Wunused-function]
cDigitDivlenremlenquolen(unsigned int *pDiv, sqInt divLen, unsigned int *pRem, sqInt remLen, unsigned int *pQuo, sqInt quoLen)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:541:1: warning: unused function 'cDigitLshiftfromlentolen' [-Wunused-function]
cDigitLshiftfromlentolen(sqInt shiftCount, unsigned int *pFrom, sqInt lenFrom, unsigned int *pTo, sqInt lenTo)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:586:1: warning: unused function 'cDigitMontgomerylentimeslenmodulolenmInvModBinto' [-Wunused-function]
cDigitMontgomerylentimeslenmodulolenmInvModBinto(unsigned int *pFirst, sqInt firstLen, unsigned int *pSecond, sqInt secondLen, unsigned int *pThird, sqInt thirdLen, unsigned int mInv, unsigned int *pRes)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:659:1: warning: unused function 'cDigitMultiplylenwithlenintolen' [-Wunused-function]
cDigitMultiplylenwithlenintolen(unsigned int *pWordShort, sqInt shortLen, unsigned int *pWordLong, sqInt longLen, unsigned int *pWordRes, sqInt resLen)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:711:1: warning: unused function 'cDigitOfatput' [-Wunused-function]
cDigitOfatput(unsigned int *cPointer, sqInt zeroBasedDigitIndex, unsigned int aValue)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:724:1: warning: unused function 'cDigitOpshortlenlongleninto' [-Wunused-function]
cDigitOpshortlenlongleninto(sqInt opIndex, unsigned int *pWordShort, sqInt shortLen, unsigned int *pWordLong, sqInt longLen, unsigned int *pWordRes)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:768:1: warning: unused function 'cDigitReplacefromtowithstartingAt' [-Wunused-function]
cDigitReplacefromtowithstartingAt(unsigned int *pTo, sqInt start, sqInt stop, unsigned int *pFrom, sqInt repStart)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:781:1: warning: unused function 'cDigitRshiftfromlentolen' [-Wunused-function]
cDigitRshiftfromlentolen(sqInt shiftCount, unsigned int *pFrom, sqInt lenFrom, unsigned int *pTo, sqInt lenTo)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:825:1: warning: unused function 'cDigitSublenwithleninto' [-Wunused-function]
cDigitSublenwithleninto(unsigned int *pWordSmall, sqInt smallLen, unsigned int *pWordLarge, sqInt largeLen, unsigned int *pWordRes)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:994:1: warning: unused function 'digitAddLargewith' [-Wunused-function]
digitAddLargewith(sqInt firstInteger, sqInt secondInteger)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1254:1: warning: unused function 'digitCompareLargewith' [-Wunused-function]
digitCompareLargewith(sqInt firstInteger, sqInt secondInteger)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1278:1: warning: unused function 'digitDivLargewithnegative' [-Wunused-function]
digitDivLargewithnegative(sqInt firstInteger, sqInt secondInteger, sqInt neg)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1538:1: warning: unused function 'digitMontgomerytimesmodulomInvModB' [-Wunused-function]
digitMontgomerytimesmodulomInvModB(sqInt firstLarge, sqInt secondLarge, sqInt thirdLarge, unsigned int mInv)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1651:1: warning: unused function 'digitMultiplyLargewithnegative' [-Wunused-function]
digitMultiplyLargewithnegative(sqInt firstInteger, sqInt secondInteger, sqInt neg)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1754:1: warning: unused function 'digitOfCSIat' [-Wunused-function]
digitOfCSIat(sqInt csi, sqInt ix)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1766:1: warning: unused function 'digitOfLargeIntat' [-Wunused-function]
digitOfLargeIntat(sqInt aBytesOop, sqInt ix)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1786:1: warning: unused function 'digitSizeOfCSI' [-Wunused-function]
digitSizeOfCSI(sqInt csi)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1802:1: warning: unused function 'digitSizeOfLargeInt' [-Wunused-function]
digitSizeOfLargeInt(sqInt anOop)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1812:1: warning: unused function 'digitSubLargewith' [-Wunused-function]
digitSubLargewith(sqInt firstInteger, sqInt secondInteger)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:2100:1: warning: unused function 'highBitOfLargeInt' [-Wunused-function]
highBitOfLargeInt(sqInt anOop)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:2326:1: warning: unused function 'normalize' [-Wunused-function]
normalize(sqInt aLargeInteger)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:3797:1: warning: unused function 'sqAssert' [-Wunused-function]
sqAssert(sqInt aBool)
^
25 warnings generated.
[ 52%] Linking C shared library build/vm/LargeIntegers.dll
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/LargeIntegers.dir/link.txt --verbose=1
/usr/bin/x86_64-w64-mingw32-clang  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -shared -Wl,--enable-auto-import -o build/vm/LargeIntegers.dll -Wl,--out-implib,build/vm/libLargeIntegers.dll.a -Wl,--major-image-version,0,--minor-image-version,0 CMakeFiles/LargeIntegers.dir/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c.o  build/vm/libPharoVMCore.dll.a build/vm/libffi.dll.a -lwinmm -lWs2_32 -lDbgHelp -lOle32 -lcomctl32 -luuid -lpthread 
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
[ 52%] Built target LargeIntegers
make  -f CMakeFiles/LocalePlugin.dir/build.make CMakeFiles/LocalePlugin.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/LocalePlugin.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/LocalePlugin.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/LocalePlugin.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/LocalePlugin.dir/depend.internal".
Scanning dependencies of target LocalePlugin
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
make  -f CMakeFiles/LocalePlugin.dir/build.make CMakeFiles/LocalePlugin.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
[ 52%] Building C object CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DLocalePlugin_EXPORTS -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c:388:1: warning: unused function 'sqAssert' [-Wunused-function]
sqAssert(sqInt aBool)
^
1 warning generated.
[ 53%] Building C object CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/win/sqWin32Locale.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DLocalePlugin_EXPORTS -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/win/sqWin32Locale.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/src/win/sqWin32Locale.c
[ 53%] Linking C shared library build/vm/LocalePlugin.dll
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/LocalePlugin.dir/link.txt --verbose=1
/usr/bin/x86_64-w64-mingw32-clang  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -shared -Wl,--enable-auto-import -o build/vm/LocalePlugin.dll -Wl,--out-implib,build/vm/libLocalePlugin.dll.a -Wl,--major-image-version,0,--minor-image-version,0 CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c.o CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/win/sqWin32Locale.c.o  build/vm/libPharoVMCore.dll.a build/vm/libffi.dll.a -lwinmm -lWs2_32 -lDbgHelp -lOle32 -lcomctl32 -luuid -lpthread 
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
[ 53%] Built target LocalePlugin
make  -f CMakeFiles/SDL2-2.0.5.dir/build.make CMakeFiles/SDL2-2.0.5.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/SDL2-2.0.5.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/SDL2-2.0.5.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/SDL2-2.0.5.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/SDL2-2.0.5.dir/depend.internal".
Scanning dependencies of target SDL2-2.0.5
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
make  -f CMakeFiles/SDL2-2.0.5.dir/build.make CMakeFiles/SDL2-2.0.5.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/SDL2-2.0.5-src/SDL2.dll /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vm/
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
[ 53%] Built target SDL2-2.0.5
make  -f CMakeFiles/libpng-1.6.34.dir/build.make CMakeFiles/libpng-1.6.34.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/libpng-1.6.34.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/libpng-1.6.34.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/libpng-1.6.34.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/libpng-1.6.34.dir/depend.internal".
Scanning dependencies of target libpng-1.6.34
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
make  -f CMakeFiles/libpng-1.6.34.dir/build.make CMakeFiles/libpng-1.6.34.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libpng-1.6.34-src/libpng16-16.dll /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vm/
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
[ 53%] Built target libpng-1.6.34
make  -f CMakeFiles/pixman-0.34.0.dir/build.make CMakeFiles/pixman-0.34.0.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/pixman-0.34.0.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/pixman-0.34.0.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/pixman-0.34.0.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/pixman-0.34.0.dir/depend.internal".
Scanning dependencies of target pixman-0.34.0
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
make  -f CMakeFiles/pixman-0.34.0.dir/build.make CMakeFiles/pixman-0.34.0.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/pixman-0.34.0-src/libpixman-1-0.dll /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vm/
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
[ 53%] Built target pixman-0.34.0
make  -f CMakeFiles/freetype-2.9.1.dir/build.make CMakeFiles/freetype-2.9.1.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/freetype-2.9.1.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/freetype-2.9.1.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/freetype-2.9.1.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/freetype-2.9.1.dir/depend.internal".
Scanning dependencies of target freetype-2.9.1
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
make  -f CMakeFiles/freetype-2.9.1.dir/build.make CMakeFiles/freetype-2.9.1.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/freetype-2.9.1-src/libfreetype-6.dll /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vm/
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
[ 53%] Built target freetype-2.9.1
make  -f CMakeFiles/libssh2-1.9.0.dir/build.make CMakeFiles/libssh2-1.9.0.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/libssh2-1.9.0.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/libssh2-1.9.0.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/libssh2-1.9.0.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/libssh2-1.9.0.dir/depend.internal".
Scanning dependencies of target libssh2-1.9.0
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
make  -f CMakeFiles/libssh2-1.9.0.dir/build.make CMakeFiles/libssh2-1.9.0.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libssh2-1.9.0-src/libssh2-1.dll /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vm/
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libssh2-1.9.0-src/libssh2.dll /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vm/
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
[ 53%] Built target libssh2-1.9.0
make  -f CMakeFiles/JPEGReadWriter2Plugin.dir/build.make CMakeFiles/JPEGReadWriter2Plugin.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/JPEGReadWriter2Plugin.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/JPEGReadWriter2Plugin.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/JPEGReadWriter2Plugin.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/JPEGReadWriter2Plugin.dir/depend.internal".
Scanning dependencies of target JPEGReadWriter2Plugin
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
make  -f CMakeFiles/JPEGReadWriter2Plugin.dir/build.make CMakeFiles/JPEGReadWriter2Plugin.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
[ 53%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c
[ 54%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c:537:1: warning: unused function 'sqAssert' [-Wunused-function]
sqAssert(sqInt aBool)
^
1 warning generated.
[ 55%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c
[ 55%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c
[ 56%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c
[ 56%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c
[ 57%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c
[ 57%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c
[ 58%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c
[ 58%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c
[ 59%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c
[ 60%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c
[ 60%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c
[ 61%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c
[ 61%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c
[ 62%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c
[ 62%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c
[ 63%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c
[ 63%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c
[ 64%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c
[ 64%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c
[ 65%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c
[ 66%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c
[ 66%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c
[ 67%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c
[ 67%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c
[ 68%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c
[ 68%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c
[ 69%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c
[ 69%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c
[ 70%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c
[ 71%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c
[ 71%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c
[ 72%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c
[ 72%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c
[ 73%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c
[ 73%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c
[ 74%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c
[ 74%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c
[ 75%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c
[ 75%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c
[ 76%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c
[ 77%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c
[ 77%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c
[ 78%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c
[ 78%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c
[ 79%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c
[ 79%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c
[ 80%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c
[ 80%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c
[ 81%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c
[ 82%] Linking C shared library build/vm/JPEGReadWriter2Plugin.dll
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/JPEGReadWriter2Plugin.dir/link.txt --verbose=1
/usr/bin/x86_64-w64-mingw32-clang  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -shared -Wl,--enable-auto-import -o build/vm/JPEGReadWriter2Plugin.dll -Wl,--out-implib,build/vm/libJPEGReadWriter2Plugin.dll.a -Wl,--major-image-version,0,--minor-image-version,0 CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c.o  build/vm/libPharoVMCore.dll.a build/vm/libffi.dll.a -lwinmm -lWs2_32 -lDbgHelp -lOle32 -lcomctl32 -luuid -lpthread 
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
[ 82%] Built target JPEGReadWriter2Plugin
make  -f CMakeFiles/UUIDPlugin.dir/build.make CMakeFiles/UUIDPlugin.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/UUIDPlugin.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/UUIDPlugin.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/UUIDPlugin.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/UUIDPlugin.dir/depend.internal".
Scanning dependencies of target UUIDPlugin
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
make  -f CMakeFiles/UUIDPlugin.dir/build.make CMakeFiles/UUIDPlugin.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
[ 83%] Building C object CMakeFiles/UUIDPlugin.dir/plugins/UUIDPlugin/common/UUIDPlugin.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DUUIDPlugin_EXPORTS -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/UUIDPlugin.dir/plugins/UUIDPlugin/common/UUIDPlugin.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/plugins/UUIDPlugin/common/UUIDPlugin.c
[ 83%] Linking C shared library build/vm/UUIDPlugin.dll
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/UUIDPlugin.dir/link.txt --verbose=1
/usr/bin/x86_64-w64-mingw32-clang  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -shared -Wl,--enable-auto-import -o build/vm/UUIDPlugin.dll -Wl,--out-implib,build/vm/libUUIDPlugin.dll.a -Wl,--major-image-version,0,--minor-image-version,0 CMakeFiles/UUIDPlugin.dir/plugins/UUIDPlugin/common/UUIDPlugin.c.o  build/vm/libPharoVMCore.dll.a -lole32 build/vm/libffi.dll.a -lwinmm -lWs2_32 -lDbgHelp -lOle32 -lcomctl32 -luuid -lpthread 
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
[ 83%] Built target UUIDPlugin
make  -f CMakeFiles/B2DPlugin.dir/build.make CMakeFiles/B2DPlugin.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/B2DPlugin.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/B2DPlugin.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/B2DPlugin.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/B2DPlugin.dir/depend.internal".
Scanning dependencies of target B2DPlugin
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
make  -f CMakeFiles/B2DPlugin.dir/build.make CMakeFiles/B2DPlugin.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
[ 83%] Building C object CMakeFiles/B2DPlugin.dir/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DB2DPlugin_EXPORTS -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/B2DPlugin.dir/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2474:11: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign]
        leftViaY = leftViaY;
        ~~~~~~~~ ^ ~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2497:12: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign]
        rightViaY = rightViaY;
        ~~~~~~~~~ ^ ~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3225:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign]
                                        xp = xp;
                                        ~~ ^ ~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3241:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign]
                                        yp = yp;
                                        ~~ ^ ~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3346:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign]
                                        xp = xp;
                                        ~~ ^ ~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3362:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign]
                                        yp = yp;
                                        ~~ ^ ~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3468:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign]
                                        xp = xp;
                                        ~~ ^ ~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3484:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign]
                                        yp = yp;
                                        ~~ ^ ~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3703:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign]
                                        xp = xp;
                                        ~~ ^ ~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3719:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign]
                                        yp = yp;
                                        ~~ ^ ~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13646:18: warning: expression result unused [-Wunused-value]
                ((signed)lastX >> 8);
                 ~~~~~~~~~~~~~ ^  ~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13676:18: warning: expression result unused [-Wunused-value]
        ((signed)lastX1 >> 8);
         ~~~~~~~~~~~~~~ ^  ~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:851:1: warning: unused function 'aaColorMaskGet' [-Wunused-function]
aaColorMaskGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:858:1: warning: unused function 'aaColorMaskPut' [-Wunused-function]
aaColorMaskPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:865:1: warning: unused function 'aaColorShiftGet' [-Wunused-function]
aaColorShiftGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:872:1: warning: unused function 'aaColorShiftPut' [-Wunused-function]
aaColorShiftPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:882:1: warning: unused function 'aaFirstPixelFromto' [-Wunused-function]
aaFirstPixelFromto(sqInt leftX, sqInt rightX)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:897:1: warning: unused function 'aaHalfPixelGet' [-Wunused-function]
aaHalfPixelGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:904:1: warning: unused function 'aaHalfPixelPut' [-Wunused-function]
aaHalfPixelPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:914:1: warning: unused function 'aaLastPixelFromto' [-Wunused-function]
aaLastPixelFromto(sqInt leftX, sqInt rightX)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:921:1: warning: unused function 'aaLevelGet' [-Wunused-function]
aaLevelGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:928:1: warning: unused function 'aaLevelPut' [-Wunused-function]
aaLevelPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:935:1: warning: unused function 'aaScanMaskGet' [-Wunused-function]
aaScanMaskGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:942:1: warning: unused function 'aaScanMaskPut' [-Wunused-function]
aaScanMaskPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:949:1: warning: unused function 'aaShiftGet' [-Wunused-function]
aaShiftGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:956:1: warning: unused function 'aaShiftPut' [-Wunused-function]
aaShiftPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:967:1: warning: unused function 'absoluteSquared8Dot24' [-Wunused-function]
absoluteSquared8Dot24(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1036:1: warning: unused function 'adjustAALevel' [-Wunused-function]
adjustAALevel(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1175:1: warning: unused function 'aetStartGet' [-Wunused-function]
aetStartGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1182:1: warning: unused function 'aetStartPut' [-Wunused-function]
aetStartPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1189:1: warning: unused function 'aetUsedGet' [-Wunused-function]
aetUsedGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1196:1: warning: unused function 'aetUsedPut' [-Wunused-function]
aetUsedPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1206:1: warning: unused function 'allocateAETEntry' [-Wunused-function]
allocateAETEntry(sqInt nSlots)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1220:1: warning: unused function 'allocateBezier' [-Wunused-function]
allocateBezier(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1240:1: warning: unused function 'allocateBezierStackEntry' [-Wunused-function]
allocateBezierStackEntry(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1254:1: warning: unused function 'allocateBitmapFillcolormap' [-Wunused-function]
allocateBitmapFillcolormap(sqInt cmSize, int *cmBits)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1321:1: warning: unused function 'allocateGradientFillrampWidthisRadial' [-Wunused-function]
allocateGradientFillrampWidthisRadial(int *ramp, sqInt rampWidth, sqInt isRadial)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1364:1: warning: unused function 'allocateLine' [-Wunused-function]
allocateLine(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1416:1: warning: unused function 'allocateStackEntry' [-Wunused-function]
allocateStackEntry(sqInt nSlots)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1430:1: warning: unused function 'allocateStackFillEntry' [-Wunused-function]
allocateStackFillEntry(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1443:1: warning: unused function 'allocateWideBezier' [-Wunused-function]
allocateWideBezier(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1463:1: warning: unused function 'allocateWideLine' [-Wunused-function]
allocateWideLine(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1483:1: warning: unused function 'areEdgeFillsValid' [-Wunused-function]
areEdgeFillsValid(sqInt edge)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1493:1: warning: unused function 'assureValuebetweenand' [-Wunused-function]
assureValuebetweenand(sqInt val1, sqInt val2, sqInt val3)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1516:1: warning: unused function 'bezierEndXOf' [-Wunused-function]
bezierEndXOf(sqInt bezier)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1523:1: warning: unused function 'bezierEndXOfput' [-Wunused-function]
bezierEndXOfput(sqInt bezier, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1530:1: warning: unused function 'bezierEndYOf' [-Wunused-function]
bezierEndYOf(sqInt bezier)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1537:1: warning: unused function 'bezierEndYOfput' [-Wunused-function]
bezierEndYOfput(sqInt bezier, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1544:1: warning: unused function 'bezierFinalXOf' [-Wunused-function]
bezierFinalXOf(sqInt bezier)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1551:1: warning: unused function 'bezierFinalXOfput' [-Wunused-function]
bezierFinalXOfput(sqInt bezier, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1558:1: warning: unused function 'bezierUpdateDataOf' [-Wunused-function]
bezierUpdateDataOf(sqInt bezier)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1565:1: warning: unused function 'bezierViaXOf' [-Wunused-function]
bezierViaXOf(sqInt bezier)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1572:1: warning: unused function 'bezierViaXOfput' [-Wunused-function]
bezierViaXOfput(sqInt bezier, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1579:1: warning: unused function 'bezierViaYOf' [-Wunused-function]
bezierViaYOf(sqInt bezier)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1586:1: warning: unused function 'bezierViaYOfput' [-Wunused-function]
bezierViaYOfput(sqInt bezier, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1593:1: warning: unused function 'bitmapCmSizeOf' [-Wunused-function]
bitmapCmSizeOf(sqInt bmFill)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1600:1: warning: unused function 'bitmapCmSizeOfput' [-Wunused-function]
bitmapCmSizeOfput(sqInt bmFill, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1607:1: warning: unused function 'bitmapDepthOf' [-Wunused-function]
bitmapDepthOf(sqInt bmFill)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1614:1: warning: unused function 'bitmapDepthOfput' [-Wunused-function]
bitmapDepthOfput(sqInt bmFill, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1621:1: warning: unused function 'bitmapHeightOf' [-Wunused-function]
bitmapHeightOf(sqInt bmFill)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1628:1: warning: unused function 'bitmapHeightOfput' [-Wunused-function]
bitmapHeightOfput(sqInt bmFill, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1635:1: warning: unused function 'bitmapRasterOf' [-Wunused-function]
bitmapRasterOf(sqInt bmFill)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1642:1: warning: unused function 'bitmapRasterOfput' [-Wunused-function]
bitmapRasterOfput(sqInt bmFill, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1649:1: warning: unused function 'bitmapSizeOf' [-Wunused-function]
bitmapSizeOf(sqInt bmFill)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1656:1: warning: unused function 'bitmapSizeOfput' [-Wunused-function]
bitmapSizeOfput(sqInt bmFill, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1663:1: warning: unused function 'bitmapTileFlagOf' [-Wunused-function]
bitmapTileFlagOf(sqInt bmFill)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1670:1: warning: unused function 'bitmapTileFlagOfput' [-Wunused-function]
bitmapTileFlagOfput(sqInt bmFill, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1677:1: warning: unused function 'bitmapValuebitsatXy' [-Wunused-function]
bitmapValuebitsatXy(sqInt bmFill, sqInt bits, sqInt xp, sqInt yp)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1740:1: warning: unused function 'bitmapWidthOf' [-Wunused-function]
bitmapWidthOf(sqInt bmFill)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1747:1: warning: unused function 'bitmapWidthOfput' [-Wunused-function]
bitmapWidthOfput(sqInt bmFill, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1754:1: warning: unused function 'bzEndX' [-Wunused-function]
bzEndX(sqInt index)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1765:1: warning: unused function 'bzEndXput' [-Wunused-function]
bzEndXput(sqInt index, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1776:1: warning: unused function 'bzEndY' [-Wunused-function]
bzEndY(sqInt index)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1787:1: warning: unused function 'bzEndYput' [-Wunused-function]
bzEndYput(sqInt index, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1798:1: warning: unused function 'bzStartX' [-Wunused-function]
bzStartX(sqInt index)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1809:1: warning: unused function 'bzStartXput' [-Wunused-function]
bzStartXput(sqInt index, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1820:1: warning: unused function 'bzStartY' [-Wunused-function]
bzStartY(sqInt index)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1831:1: warning: unused function 'bzStartYput' [-Wunused-function]
bzStartYput(sqInt index, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1842:1: warning: unused function 'bzViaX' [-Wunused-function]
bzViaX(sqInt index)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1853:1: warning: unused function 'bzViaXput' [-Wunused-function]
bzViaXput(sqInt index, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1864:1: warning: unused function 'bzViaY' [-Wunused-function]
bzViaY(sqInt index)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1875:1: warning: unused function 'bzViaYput' [-Wunused-function]
bzViaYput(sqInt index, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2030:1: warning: unused function 'checkedAddBezierToGET' [-Wunused-function]
checkedAddBezierToGET(sqInt bezier)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2058:1: warning: unused function 'checkedAddEdgeToGET' [-Wunused-function]
checkedAddEdgeToGET(sqInt edge)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2110:1: warning: unused function 'checkedAddLineToGET' [-Wunused-function]
checkedAddLineToGET(sqInt line)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2170:1: warning: unused function 'clampValuemax' [-Wunused-function]
clampValuemax(sqInt value, sqInt maxValue)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2218:1: warning: unused function 'clearSpanBufferGet' [-Wunused-function]
clearSpanBufferGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2225:1: warning: unused function 'clearSpanBufferPut' [-Wunused-function]
clearSpanBufferPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2232:1: warning: unused function 'clipMaxXGet' [-Wunused-function]
clipMaxXGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2239:1: warning: unused function 'clipMaxXPut' [-Wunused-function]
clipMaxXPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2246:1: warning: unused function 'clipMaxYGet' [-Wunused-function]
clipMaxYGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2253:1: warning: unused function 'clipMaxYPut' [-Wunused-function]
clipMaxYPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2260:1: warning: unused function 'clipMinXGet' [-Wunused-function]
clipMinXGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2267:1: warning: unused function 'clipMinXPut' [-Wunused-function]
clipMinXPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2274:1: warning: unused function 'clipMinYGet' [-Wunused-function]
clipMinYGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2281:1: warning: unused function 'clipMinYPut' [-Wunused-function]
clipMinYPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2288:1: warning: unused function 'colormapOf' [-Wunused-function]
colormapOf(sqInt bmFill)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2295:1: warning: unused function 'colorTransform' [-Wunused-function]
colorTransform(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2577:1: warning: unused function 'computeSqrt' [-Wunused-function]
computeSqrt(sqInt length2)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2672:1: warning: unused function 'currentYGet' [-Wunused-function]
currentYGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2679:1: warning: unused function 'currentYPut' [-Wunused-function]
currentYPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2686:1: warning: unused function 'currentZGet' [-Wunused-function]
currentZGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2693:1: warning: unused function 'currentZPut' [-Wunused-function]
currentZPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2700:1: warning: unused function 'destOffsetXGet' [-Wunused-function]
destOffsetXGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2707:1: warning: unused function 'destOffsetXPut' [-Wunused-function]
destOffsetXPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2714:1: warning: unused function 'destOffsetYGet' [-Wunused-function]
destOffsetYGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2721:1: warning: unused function 'destOffsetYPut' [-Wunused-function]
destOffsetYPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2766:1: warning: unused function 'drawWideEdgefrom' [-Wunused-function]
drawWideEdgefrom(sqInt edge, sqInt leftX)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2813:1: warning: unused function 'edgeFillsInvalidate' [-Wunused-function]
edgeFillsInvalidate(sqInt edge)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2824:1: warning: unused function 'edgeFillsValidate' [-Wunused-function]
edgeFillsValidate(sqInt edge)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2835:1: warning: unused function 'edgeLeftFillOf' [-Wunused-function]
edgeLeftFillOf(sqInt edge)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2842:1: warning: unused function 'edgeLeftFillOfput' [-Wunused-function]
edgeLeftFillOfput(sqInt edge, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2849:1: warning: unused function 'edgeNumLinesOf' [-Wunused-function]
edgeNumLinesOf(sqInt edge)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2856:1: warning: unused function 'edgeNumLinesOfput' [-Wunused-function]
edgeNumLinesOfput(sqInt edge, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2863:1: warning: unused function 'edgeRightFillOf' [-Wunused-function]
edgeRightFillOf(sqInt edge)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2870:1: warning: unused function 'edgeRightFillOfput' [-Wunused-function]
edgeRightFillOfput(sqInt edge, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2877:1: warning: unused function 'edgeTransform' [-Wunused-function]
edgeTransform(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2887:1: warning: unused function 'edgeTypeOf' [-Wunused-function]
edgeTypeOf(sqInt edge)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2894:1: warning: unused function 'edgeXValueOf' [-Wunused-function]
edgeXValueOf(sqInt edge)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2901:1: warning: unused function 'edgeXValueOfput' [-Wunused-function]
edgeXValueOfput(sqInt edge, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2908:1: warning: unused function 'edgeYValueOf' [-Wunused-function]
edgeYValueOf(sqInt edge)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2915:1: warning: unused function 'edgeYValueOfput' [-Wunused-function]
edgeYValueOfput(sqInt edge, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2922:1: warning: unused function 'edgeZValueOf' [-Wunused-function]
edgeZValueOf(sqInt edge)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2929:1: warning: unused function 'edgeZValueOfput' [-Wunused-function]
edgeZValueOfput(sqInt edge, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2953:1: warning: unused function 'estimatedLengthOfwith' [-Wunused-function]
estimatedLengthOfwith(sqInt deltaX, sqInt deltaY)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2983:1: warning: unused function 'fillAllFromto' [-Wunused-function]
fillAllFromto(sqInt leftX, sqInt rightX)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3086:1: warning: unused function 'fillBitmapSpan' [-Wunused-function]
fillBitmapSpan(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3866:1: warning: unused function 'fillColorSpanfromto' [-Wunused-function]
fillColorSpanfromto(sqInt pixelValue32, sqInt leftX, sqInt rightX)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3896:1: warning: unused function 'fillDirectionXOf' [-Wunused-function]
fillDirectionXOf(sqInt fill)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3903:1: warning: unused function 'fillDirectionXOfput' [-Wunused-function]
fillDirectionXOfput(sqInt fill, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3910:1: warning: unused function 'fillDirectionYOf' [-Wunused-function]
fillDirectionYOf(sqInt fill)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3917:1: warning: unused function 'fillDirectionYOfput' [-Wunused-function]
fillDirectionYOfput(sqInt fill, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3924:1: warning: unused function 'fillLinearGradient' [-Wunused-function]
fillLinearGradient(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4152:1: warning: unused function 'fillMaxXGet' [-Wunused-function]
fillMaxXGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4159:1: warning: unused function 'fillMaxXPut' [-Wunused-function]
fillMaxXPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4166:1: warning: unused function 'fillMaxYGet' [-Wunused-function]
fillMaxYGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4173:1: warning: unused function 'fillMaxYPut' [-Wunused-function]
fillMaxYPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4180:1: warning: unused function 'fillMinXGet' [-Wunused-function]
fillMinXGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4187:1: warning: unused function 'fillMinXPut' [-Wunused-function]
fillMinXPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4194:1: warning: unused function 'fillMinYGet' [-Wunused-function]
fillMinYGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4201:1: warning: unused function 'fillMinYPut' [-Wunused-function]
fillMinYPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4208:1: warning: unused function 'fillNormalXOf' [-Wunused-function]
fillNormalXOf(sqInt fill)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4215:1: warning: unused function 'fillNormalXOfput' [-Wunused-function]
fillNormalXOfput(sqInt fill, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4222:1: warning: unused function 'fillNormalYOf' [-Wunused-function]
fillNormalYOf(sqInt fill)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4229:1: warning: unused function 'fillNormalYOfput' [-Wunused-function]
fillNormalYOfput(sqInt fill, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4236:1: warning: unused function 'fillOffsetXGet' [-Wunused-function]
fillOffsetXGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4243:1: warning: unused function 'fillOffsetXPut' [-Wunused-function]
fillOffsetXPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4250:1: warning: unused function 'fillOffsetYGet' [-Wunused-function]
fillOffsetYGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4257:1: warning: unused function 'fillOffsetYPut' [-Wunused-function]
fillOffsetYPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4264:1: warning: unused function 'fillOriginXOf' [-Wunused-function]
fillOriginXOf(sqInt fill)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4271:1: warning: unused function 'fillOriginXOfput' [-Wunused-function]
fillOriginXOfput(sqInt fill, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4278:1: warning: unused function 'fillOriginYOf' [-Wunused-function]
fillOriginYOf(sqInt fill)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4285:1: warning: unused function 'fillOriginYOfput' [-Wunused-function]
fillOriginYOfput(sqInt fill, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4431:1: warning: unused function 'fillRadialDecreasingrampdeltaSTdsXdtXfromto' [-Wunused-function]
fillRadialDecreasingrampdeltaSTdsXdtXfromto(sqInt fill, sqInt ramp, sqInt deltaST, sqInt dsX, sqInt dtX, sqInt leftX, sqInt rightX)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4477:1: warning: unused function 'fillRadialGradient' [-Wunused-function]
fillRadialGradient(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4839:1: warning: unused function 'fillRadialIncreasingrampdeltaSTdsXdtXfromto' [-Wunused-function]
fillRadialIncreasingrampdeltaSTdsXdtXfromto(sqInt fill, sqInt ramp, sqInt deltaST, sqInt dsX, sqInt dtX, sqInt leftX, sqInt rightX)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5011:1: warning: unused function 'fillTypeOf' [-Wunused-function]
fillTypeOf(sqInt fill)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5018:1: warning: unused function 'findNextAETEdgeFrom' [-Wunused-function]
findNextAETEdgeFrom(sqInt leftEdge)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5446:1: warning: unused function 'finishedProcessing' [-Wunused-function]
finishedProcessing(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5453:1: warning: unused function 'firstPointListGet' [-Wunused-function]
firstPointListGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5460:1: warning: unused function 'firstPointListPut' [-Wunused-function]
firstPointListPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5467:1: warning: unused function 'freeStackFillEntry' [-Wunused-function]
freeStackFillEntry(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5509:1: warning: unused function 'getStartGet' [-Wunused-function]
getStartGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5516:1: warning: unused function 'getStartPut' [-Wunused-function]
getStartPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5523:1: warning: unused function 'getUsedGet' [-Wunused-function]
getUsedGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5530:1: warning: unused function 'getUsedPut' [-Wunused-function]
getUsedPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5537:1: warning: unused function 'gradientRampLengthOf' [-Wunused-function]
gradientRampLengthOf(sqInt fill)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5544:1: warning: unused function 'gradientRampLengthOfput' [-Wunused-function]
gradientRampLengthOfput(sqInt fill, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5551:1: warning: unused function 'gradientRampOf' [-Wunused-function]
gradientRampOf(sqInt fill)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5558:1: warning: unused function 'hasColorTransform' [-Wunused-function]
hasColorTransform(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5565:1: warning: unused function 'hasColorTransformGet' [-Wunused-function]
hasColorTransformGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5572:1: warning: unused function 'hasColorTransformPut' [-Wunused-function]
hasColorTransformPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5579:1: warning: unused function 'hasEdgeTransform' [-Wunused-function]
hasEdgeTransform(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5586:1: warning: unused function 'hasEdgeTransformGet' [-Wunused-function]
hasEdgeTransformGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5593:1: warning: unused function 'hasEdgeTransformPut' [-Wunused-function]
hasEdgeTransformPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5677:1: warning: unused function 'incrementPointby' [-Wunused-function]
incrementPointby(int *point, sqInt delta)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5686:1: warning: unused function 'incrementStatby' [-Wunused-function]
incrementStatby(sqInt statIndex, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5899:1: warning: unused function 'isBezier' [-Wunused-function]
isBezier(sqInt bezier)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5919:1: warning: unused function 'isFillColor' [-Wunused-function]
isFillColor(sqInt fill)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5938:1: warning: unused function 'isFill' [-Wunused-function]
isFill(sqInt fill)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5946:1: warning: unused function 'isLine' [-Wunused-function]
isLine(sqInt line)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5953:1: warning: unused function 'isObject' [-Wunused-function]
isObject(sqInt obj)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5961:1: warning: unused function 'isRealFill' [-Wunused-function]
isRealFill(sqInt fill)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5968:1: warning: unused function 'isStackEntry' [-Wunused-function]
isStackEntry(sqInt entry)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5976:1: warning: unused function 'isStackIndex' [-Wunused-function]
isStackIndex(sqInt index)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5984:1: warning: unused function 'isWideBezier' [-Wunused-function]
isWideBezier(sqInt bezier)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5992:1: warning: unused function 'isWideLine' [-Wunused-function]
isWideLine(sqInt line)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6000:1: warning: unused function 'isWide' [-Wunused-function]
isWide(sqInt object)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6007:1: warning: unused function 'lastExportedEdgeGet' [-Wunused-function]
lastExportedEdgeGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6014:1: warning: unused function 'lastExportedEdgePut' [-Wunused-function]
lastExportedEdgePut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6021:1: warning: unused function 'lastExportedFillGet' [-Wunused-function]
lastExportedFillGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6028:1: warning: unused function 'lastExportedFillPut' [-Wunused-function]
lastExportedFillPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6035:1: warning: unused function 'lastExportedLeftXGet' [-Wunused-function]
lastExportedLeftXGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6042:1: warning: unused function 'lastExportedLeftXPut' [-Wunused-function]
lastExportedLeftXPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6049:1: warning: unused function 'lastExportedRightXGet' [-Wunused-function]
lastExportedRightXGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6056:1: warning: unused function 'lastExportedRightXPut' [-Wunused-function]
lastExportedRightXPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6063:1: warning: unused function 'lineEndXOf' [-Wunused-function]
lineEndXOf(sqInt line)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6070:1: warning: unused function 'lineEndXOfput' [-Wunused-function]
lineEndXOfput(sqInt line, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6077:1: warning: unused function 'lineEndYOf' [-Wunused-function]
lineEndYOf(sqInt line)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6084:1: warning: unused function 'lineEndYOfput' [-Wunused-function]
lineEndYOfput(sqInt line, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6091:1: warning: unused function 'lineErrorAdjDownOf' [-Wunused-function]
lineErrorAdjDownOf(sqInt line)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6098:1: warning: unused function 'lineErrorAdjDownOfput' [-Wunused-function]
lineErrorAdjDownOfput(sqInt line, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6105:1: warning: unused function 'lineErrorAdjUpOf' [-Wunused-function]
lineErrorAdjUpOf(sqInt line)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6112:1: warning: unused function 'lineErrorAdjUpOfput' [-Wunused-function]
lineErrorAdjUpOfput(sqInt line, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6119:1: warning: unused function 'lineErrorOf' [-Wunused-function]
lineErrorOf(sqInt line)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6126:1: warning: unused function 'lineErrorOfput' [-Wunused-function]
lineErrorOfput(sqInt line, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6133:1: warning: unused function 'lineXDirectionOf' [-Wunused-function]
lineXDirectionOf(sqInt line)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6140:1: warning: unused function 'lineXDirectionOfput' [-Wunused-function]
lineXDirectionOfput(sqInt line, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6147:1: warning: unused function 'lineXIncrementOf' [-Wunused-function]
lineXIncrementOf(sqInt line)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6154:1: warning: unused function 'lineXIncrementOfput' [-Wunused-function]
lineXIncrementOfput(sqInt line, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6161:1: warning: unused function 'lineYDirectionOf' [-Wunused-function]
lineYDirectionOf(sqInt line)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6168:1: warning: unused function 'lineYDirectionOfput' [-Wunused-function]
lineYDirectionOfput(sqInt line, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6237:1: warning: unused function 'loadArrayPolygonnPointsfilllineWidthlineFill' [-Wunused-function]
loadArrayPolygonnPointsfilllineWidthlineFill(sqInt points, sqInt nPoints, sqInt fillIndex, sqInt lineWidth, sqInt lineFill)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6691:1: warning: unused function 'loadBitmapFillcolormaptilefromalongnormalxIndex' [-Wunused-function]
loadBitmapFillcolormaptilefromalongnormalxIndex(sqInt formOop, sqInt cmOop, sqInt tileFlag, int *point1, int *point2, int *point3, sqInt xIndex)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6834:1: warning: unused function 'loadColorTransformFrom' [-Wunused-function]
loadColorTransformFrom(sqInt transformOop)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6861:1: warning: unused function 'loadCompressedSegmentfromshortleftFillrightFilllineWidthlineColor' [-Wunused-function]
loadCompressedSegmentfromshortleftFillrightFilllineWidthlineColor(sqInt segmentIndex, sqInt points, sqInt pointsShort, sqInt leftFill, sqInt rightFill, sqInt lineWidth, sqInt lineFill)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:7868:1: warning: unused function 'loadLinefromtooffsetleftFillrightFill' [-Wunused-function]
loadLinefromtooffsetleftFillrightFill(sqInt line, int *point1, int *point2, sqInt yOffset, sqInt leftFill, sqInt rightFill)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8093:1: warning: unused function 'loadPointIntAtfrom' [-Wunused-function]
loadPointIntAtfrom(sqInt index, sqInt intArray)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8103:1: warning: unused function 'loadPointShortAtfrom' [-Wunused-function]
loadPointShortAtfrom(sqInt index, sqInt shortArray)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8147:1: warning: unused function 'loadPolygonnPointsfilllineWidthlineFillpointsShort' [-Wunused-function]
loadPolygonnPointsfilllineWidthlineFillpointsShort(int *points, sqInt nPoints, sqInt fillIndex, sqInt lineWidth, sqInt lineFill, sqInt isShort)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8316:1: warning: unused function 'loadRectanglelineFillleftFillrightFill' [-Wunused-function]
loadRectanglelineFillleftFillrightFill(sqInt lineWidth, sqInt lineFill, sqInt leftFill, sqInt rightFill)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8973:1: warning: unused function 'magicNumberGet' [-Wunused-function]
magicNumberGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8980:1: warning: unused function 'magicNumberPut' [-Wunused-function]
magicNumberPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8987:1: warning: unused function 'makeRectFromPoints' [-Wunused-function]
makeRectFromPoints(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8998:1: warning: unused function 'makeUnsignedFrom' [-Wunused-function]
makeUnsignedFrom(sqInt someIntegerValue)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9058:1: warning: unused function 'needsFlush' [-Wunused-function]
needsFlush(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9065:1: warning: unused function 'needsFlushGet' [-Wunused-function]
needsFlushGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9072:1: warning: unused function 'needsFlushPut' [-Wunused-function]
needsFlushPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9079:1: warning: unused function 'objectHeaderOf' [-Wunused-function]
objectHeaderOf(sqInt obj)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9090:1: warning: unused function 'objectIndexOf' [-Wunused-function]
objectIndexOf(sqInt obj)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9097:1: warning: unused function 'objectIndexOfput' [-Wunused-function]
objectIndexOfput(sqInt obj, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9104:1: warning: unused function 'objectLengthOf' [-Wunused-function]
objectLengthOf(sqInt obj)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9111:1: warning: unused function 'objectLengthOfput' [-Wunused-function]
objectLengthOfput(sqInt obj, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9118:1: warning: unused function 'objectTypeOf' [-Wunused-function]
objectTypeOf(sqInt obj)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9125:1: warning: unused function 'objectTypeOfput' [-Wunused-function]
objectTypeOfput(sqInt obj, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9132:1: warning: unused function 'objStartGet' [-Wunused-function]
objStartGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9139:1: warning: unused function 'objStartPut' [-Wunused-function]
objStartPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9146:1: warning: unused function 'objUsedGet' [-Wunused-function]
objUsedGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9153:1: warning: unused function 'objUsedPut' [-Wunused-function]
objUsedPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9160:1: warning: unused function 'objat' [-Wunused-function]
objat(sqInt object, sqInt index)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9167:1: warning: unused function 'objatput' [-Wunused-function]
objatput(sqInt object, sqInt index, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9178:1: warning: unused function 'offsetFromWidth' [-Wunused-function]
offsetFromWidth(sqInt lineWidth)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9185:1: warning: unused function 'point1Get' [-Wunused-function]
point1Get(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9192:1: warning: unused function 'point2Get' [-Wunused-function]
point2Get(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9199:1: warning: unused function 'point3Get' [-Wunused-function]
point3Get(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9206:1: warning: unused function 'point4Get' [-Wunused-function]
point4Get(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12282:1: warning: unused function 'quickRemoveInvalidFillsAt' [-Wunused-function]
quickRemoveInvalidFillsAt(sqInt leftX)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12428:1: warning: unused function 'repeatValuemax' [-Wunused-function]
repeatValuemax(sqInt delta, sqInt maxValue)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12495:1: warning: unused function 'returnWideBezierFill' [-Wunused-function]
returnWideBezierFill(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12502:1: warning: unused function 'returnWideBezierWidth' [-Wunused-function]
returnWideBezierWidth(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12512:1: warning: unused function 'returnWideLineFill' [-Wunused-function]
returnWideLineFill(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12522:1: warning: unused function 'returnWideLineWidth' [-Wunused-function]
returnWideLineWidth(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12668:1: warning: unused function 'shortRunLengthAtfrom' [-Wunused-function]
shortRunLengthAtfrom(sqInt i, sqInt runArray)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12680:1: warning: unused function 'shortRunValueAtfrom' [-Wunused-function]
shortRunValueAtfrom(sqInt i, sqInt runArray)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12748:1: warning: unused function 'sortGlobalEdgeTable' [-Wunused-function]
sortGlobalEdgeTable(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12756:1: warning: unused function 'spanEndAAGet' [-Wunused-function]
spanEndAAGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12763:1: warning: unused function 'spanEndAAPut' [-Wunused-function]
spanEndAAPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12770:1: warning: unused function 'spanEndGet' [-Wunused-function]
spanEndGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12777:1: warning: unused function 'spanEndPut' [-Wunused-function]
spanEndPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12784:1: warning: unused function 'spanSizeGet' [-Wunused-function]
spanSizeGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12791:1: warning: unused function 'spanSizePut' [-Wunused-function]
spanSizePut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12798:1: warning: unused function 'spanStartGet' [-Wunused-function]
spanStartGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12805:1: warning: unused function 'spanStartPut' [-Wunused-function]
spanStartPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12812:1: warning: unused function 'squaredLengthOfwith' [-Wunused-function]
squaredLengthOfwith(sqInt deltaX, sqInt deltaY)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12819:1: warning: unused function 'stackFillDepth' [-Wunused-function]
stackFillDepth(sqInt index)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12826:1: warning: unused function 'stackFillDepthput' [-Wunused-function]
stackFillDepthput(sqInt index, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12833:1: warning: unused function 'stackFillEntryLength' [-Wunused-function]
stackFillEntryLength(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12840:1: warning: unused function 'stackFillRightX' [-Wunused-function]
stackFillRightX(sqInt index)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12847:1: warning: unused function 'stackFillRightXput' [-Wunused-function]
stackFillRightXput(sqInt index, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12854:1: warning: unused function 'stackFillSize' [-Wunused-function]
stackFillSize(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12861:1: warning: unused function 'stackFillValue' [-Wunused-function]
stackFillValue(sqInt index)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12868:1: warning: unused function 'stackFillValueput' [-Wunused-function]
stackFillValueput(sqInt index, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12875:1: warning: unused function 'stateGet' [-Wunused-function]
stateGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12882:1: warning: unused function 'statePut' [-Wunused-function]
statePut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12894:1: warning: unused function 'stepToFirstBezier' [-Wunused-function]
stepToFirstBezier(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13033:1: warning: unused function 'stepToFirstLine' [-Wunused-function]
stepToFirstLine(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13140:1: warning: unused function 'stepToFirstWideBezier' [-Wunused-function]
stepToFirstWideBezier(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13244:1: warning: unused function 'stepToFirstWideLine' [-Wunused-function]
stepToFirstWideLine(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13388:1: warning: unused function 'stepToNextBezier' [-Wunused-function]
stepToNextBezier(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13434:1: warning: unused function 'stepToNextBezierForwardat' [-Wunused-function]
stepToNextBezierForwardat(int *updateData, sqInt yValue)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13515:1: warning: unused function 'stepToNextLine' [-Wunused-function]
stepToNextLine(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13686:1: warning: unused function 'stepToNextWideLine' [-Wunused-function]
stepToNextWideLine(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13814:1: warning: unused function 'stopBecauseOf' [-Wunused-function]
stopBecauseOf(sqInt stopReason)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13823:1: warning: unused function 'stopReasonGet' [-Wunused-function]
stopReasonGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13830:1: warning: unused function 'stopReasonPut' [-Wunused-function]
stopReasonPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13854:1: warning: unused function 'storeEngineStateInto' [-Wunused-function]
storeEngineStateInto(sqInt oop)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13930:1: warning: unused function 'storeStopStateIntoEdgefill' [-Wunused-function]
storeStopStateIntoEdgefill(sqInt edgeOop, sqInt fillOop)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14334:1: warning: unused function 'topFillDepth' [-Wunused-function]
topFillDepth(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14345:1: warning: unused function 'topFillDepthPut' [-Wunused-function]
topFillDepthPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14356:1: warning: unused function 'topFillRightX' [-Wunused-function]
topFillRightX(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14367:1: warning: unused function 'topFillRightXPut' [-Wunused-function]
topFillRightXPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14378:1: warning: unused function 'topFillValue' [-Wunused-function]
topFillValue(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14389:1: warning: unused function 'topFillValuePut' [-Wunused-function]
topFillValuePut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14468:1: warning: unused function 'transformPoints' [-Wunused-function]
transformPoints(sqInt n)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14597:1: warning: unused function 'transformPointXyinto' [-Wunused-function]
transformPointXyinto(double xValue, double yValue, int *dstPoint)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14619:1: warning: unused function 'transformPoint' [-Wunused-function]
transformPoint(int *point)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14658:1: warning: unused function 'transformPointinto' [-Wunused-function]
transformPointinto(sqInt srcPoint, sqInt dstPoint)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14872:1: warning: unused function 'wbSizeGet' [-Wunused-function]
wbSizeGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14879:1: warning: unused function 'wbSizePut' [-Wunused-function]
wbSizePut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14886:1: warning: unused function 'wbStackClear' [-Wunused-function]
wbStackClear(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14895:1: warning: unused function 'wbStackPop' [-Wunused-function]
wbStackPop(sqInt nItems)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14916:1: warning: unused function 'wbStackSize' [-Wunused-function]
wbStackSize(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14923:1: warning: unused function 'wbStackValue' [-Wunused-function]
wbStackValue(sqInt index)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14930:1: warning: unused function 'wbStackValueput' [-Wunused-function]
wbStackValueput(sqInt index, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14937:1: warning: unused function 'wbTopGet' [-Wunused-function]
wbTopGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14944:1: warning: unused function 'wbTopPut' [-Wunused-function]
wbTopPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14951:1: warning: unused function 'wideBezierEntryOf' [-Wunused-function]
wideBezierEntryOf(sqInt line)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14959:1: warning: unused function 'wideBezierEntryOfput' [-Wunused-function]
wideBezierEntryOfput(sqInt line, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14967:1: warning: unused function 'wideBezierExitOf' [-Wunused-function]
wideBezierExitOf(sqInt line)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14975:1: warning: unused function 'wideBezierExitOfput' [-Wunused-function]
wideBezierExitOfput(sqInt line, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14983:1: warning: unused function 'wideBezierExtentOf' [-Wunused-function]
wideBezierExtentOf(sqInt bezier)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14991:1: warning: unused function 'wideBezierExtentOfput' [-Wunused-function]
wideBezierExtentOfput(sqInt bezier, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15007:1: warning: unused function 'wideBezierFillOfput' [-Wunused-function]
wideBezierFillOfput(sqInt bezier, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15015:1: warning: unused function 'wideBezierUpdateDataOf' [-Wunused-function]
wideBezierUpdateDataOf(sqInt bezier)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15030:1: warning: unused function 'wideBezierWidthOfput' [-Wunused-function]
wideBezierWidthOfput(sqInt line, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15038:1: warning: unused function 'wideLineEntryOf' [-Wunused-function]
wideLineEntryOf(sqInt line)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15046:1: warning: unused function 'wideLineEntryOfput' [-Wunused-function]
wideLineEntryOfput(sqInt line, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15054:1: warning: unused function 'wideLineExitOf' [-Wunused-function]
wideLineExitOf(sqInt line)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15062:1: warning: unused function 'wideLineExitOfput' [-Wunused-function]
wideLineExitOfput(sqInt line, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15070:1: warning: unused function 'wideLineExtentOf' [-Wunused-function]
wideLineExtentOf(sqInt line)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15078:1: warning: unused function 'wideLineExtentOfput' [-Wunused-function]
wideLineExtentOfput(sqInt line, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15094:1: warning: unused function 'wideLineFillOfput' [-Wunused-function]
wideLineFillOfput(sqInt line, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15110:1: warning: unused function 'wideLineWidthOfput' [-Wunused-function]
wideLineWidthOfput(sqInt line, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15118:1: warning: unused function 'workBufferPut' [-Wunused-function]
workBufferPut(sqInt wbOop)
^
324 warnings generated.
[ 84%] Linking C shared library build/vm/B2DPlugin.dll
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/B2DPlugin.dir/link.txt --verbose=1
/usr/bin/x86_64-w64-mingw32-clang  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -shared -Wl,--enable-auto-import -o build/vm/B2DPlugin.dll -Wl,--out-implib,build/vm/libB2DPlugin.dll.a -Wl,--major-image-version,0,--minor-image-version,0 CMakeFiles/B2DPlugin.dir/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c.o  build/vm/libPharoVMCore.dll.a build/vm/libffi.dll.a -lwinmm -lWs2_32 -lDbgHelp -lOle32 -lcomctl32 -luuid -lpthread 
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
[ 84%] Built target B2DPlugin
make  -f CMakeFiles/libgit2-win-1.0.0.dir/build.make CMakeFiles/libgit2-win-1.0.0.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/libgit2-win-1.0.0.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/libgit2-win-1.0.0.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/libgit2-win-1.0.0.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/libgit2-win-1.0.0.dir/depend.internal".
Scanning dependencies of target libgit2-win-1.0.0
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
make  -f CMakeFiles/libgit2-win-1.0.0.dir/build.make CMakeFiles/libgit2-win-1.0.0.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libgit2-win-1.0.0-src/libgit2-1-0-0.dll /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vm/
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libgit2-win-1.0.0-src/libpcre-1.dll /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vm/
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
[ 84%] Built target libgit2-win-1.0.0
make  -f CMakeFiles/openssl-1.0.2q-fixLigGit.dir/build.make CMakeFiles/openssl-1.0.2q-fixLigGit.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/openssl-1.0.2q-fixLigGit.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/openssl-1.0.2q-fixLigGit.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/openssl-1.0.2q-fixLigGit.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/openssl-1.0.2q-fixLigGit.dir/depend.internal".
Scanning dependencies of target openssl-1.0.2q-fixLigGit
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
make  -f CMakeFiles/openssl-1.0.2q-fixLigGit.dir/build.make CMakeFiles/openssl-1.0.2q-fixLigGit.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/openssl-1.0.2q-fixLigGit-src/libeay32.dll /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vm/
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/openssl-1.0.2q-fixLigGit-src/ssleay32.dll /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vm/
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
[ 84%] Built target openssl-1.0.2q-fixLigGit
make  -f CMakeFiles/DSAPrims.dir/build.make CMakeFiles/DSAPrims.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/DSAPrims.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/DSAPrims.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/DSAPrims.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/DSAPrims.dir/depend.internal".
Scanning dependencies of target DSAPrims
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
make  -f CMakeFiles/DSAPrims.dir/build.make CMakeFiles/DSAPrims.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
[ 84%] Building C object CMakeFiles/DSAPrims.dir/extracted/plugins/DSAPrims/src/common/DSAPrims.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DDSAPrims_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/DSAPrims.dir/extracted/plugins/DSAPrims/src/common/DSAPrims.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:106:1: warning: unused function 'addBackDivisorDigitShift' [-Wunused-function]
addBackDivisorDigitShift(sqInt digitShift)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:144:1: warning: unused function 'bigDivideLoop' [-Wunused-function]
bigDivideLoop(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:265:1: warning: unused function 'leftRotateby' [-Wunused-function]
leftRotateby(unsigned int anInteger, sqInt bits)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:675:1: warning: unused function 'subtractDivisorMultipliedByDigitdigitShift' [-Wunused-function]
subtractDivisorMultipliedByDigitdigitShift(sqInt digit, sqInt digitShift)
^
4 warnings generated.
[ 85%] Linking C shared library build/vm/DSAPrims.dll
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/DSAPrims.dir/link.txt --verbose=1
/usr/bin/x86_64-w64-mingw32-clang  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -shared -Wl,--enable-auto-import -o build/vm/DSAPrims.dll -Wl,--out-implib,build/vm/libDSAPrims.dll.a -Wl,--major-image-version,0,--minor-image-version,0 CMakeFiles/DSAPrims.dir/extracted/plugins/DSAPrims/src/common/DSAPrims.c.o  build/vm/libPharoVMCore.dll.a build/vm/libffi.dll.a -lwinmm -lWs2_32 -lDbgHelp -lOle32 -lcomctl32 -luuid -lpthread 
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
[ 85%] Built target DSAPrims
make  -f CMakeFiles/FloatArrayPlugin.dir/build.make CMakeFiles/FloatArrayPlugin.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/FloatArrayPlugin.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/FloatArrayPlugin.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/FloatArrayPlugin.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/FloatArrayPlugin.dir/depend.internal".
Scanning dependencies of target FloatArrayPlugin
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
make  -f CMakeFiles/FloatArrayPlugin.dir/build.make CMakeFiles/FloatArrayPlugin.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
[ 85%] Building C object CMakeFiles/FloatArrayPlugin.dir/generated/64/plugins/src/FloatArrayPlugin/FloatArrayPlugin.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFloatArrayPlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/FloatArrayPlugin.dir/generated/64/plugins/src/FloatArrayPlugin/FloatArrayPlugin.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/plugins/src/FloatArrayPlugin/FloatArrayPlugin.c
[ 86%] Linking C shared library build/vm/FloatArrayPlugin.dll
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/FloatArrayPlugin.dir/link.txt --verbose=1
/usr/bin/x86_64-w64-mingw32-clang  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -shared -Wl,--enable-auto-import -o build/vm/FloatArrayPlugin.dll -Wl,--out-implib,build/vm/libFloatArrayPlugin.dll.a -Wl,--major-image-version,0,--minor-image-version,0 CMakeFiles/FloatArrayPlugin.dir/generated/64/plugins/src/FloatArrayPlugin/FloatArrayPlugin.c.o  build/vm/libPharoVMCore.dll.a build/vm/libffi.dll.a -lwinmm -lWs2_32 -lDbgHelp -lOle32 -lcomctl32 -luuid -lpthread 
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
[ 87%] Built target FloatArrayPlugin
make  -f CMakeFiles/BitBltPlugin.dir/build.make CMakeFiles/BitBltPlugin.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/BitBltPlugin.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/BitBltPlugin.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/BitBltPlugin.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/BitBltPlugin.dir/depend.internal".
Scanning dependencies of target BitBltPlugin
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
make  -f CMakeFiles/BitBltPlugin.dir/build.make CMakeFiles/BitBltPlugin.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
[ 87%] Building C object CMakeFiles/BitBltPlugin.dir/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DBitBltPlugin_EXPORTS -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/BitBltPlugin.dir/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4555:8: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign]
                                        v = v;
                                        ~ ^ ~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4559:8: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign]
                                        v = v;
                                        ~ ^ ~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6308:8: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign]
                                        v = v;
                                        ~ ^ ~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6312:8: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign]
                                        v = v;
                                        ~ ^ ~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:7944:12: warning: explicitly assigning value of variable of type 'unsigned int' to itself [-Wself-assign]
                                                        rgb = rgb;
                                                        ~~~ ^ ~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:411:1: warning: unused function 'affectedBottom' [-Wunused-function]
affectedBottom(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:418:1: warning: unused function 'affectedLeft' [-Wunused-function]
affectedLeft(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:425:1: warning: unused function 'affectedRight' [-Wunused-function]
affectedRight(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:432:1: warning: unused function 'affectedTop' [-Wunused-function]
affectedTop(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1133:1: warning: unused function 'checkSourceOverlap' [-Wunused-function]
checkSourceOverlap(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1271:1: warning: unused function 'copyBitsFastPathSpecialised' [-Wunused-function]
copyBitsFastPathSpecialised(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2494:1: warning: unused function 'default8To32Table' [-Wunused-function]
default8To32Table(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2538:1: warning: unused function 'deltaFromtonSteps' [-Wunused-function]
deltaFromtonSteps(sqInt x1, sqInt x2, sqInt n)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2563:1: warning: unused function 'destMaskAndPointerInit' [-Wunused-function]
destMaskAndPointerInit(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2610:1: warning: unused function 'dither32To16threshold' [-Wunused-function]
dither32To16threshold(unsigned int srcWord, sqInt ditherValue)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2626:1: warning: unused function 'drawLoopXY' [-Wunused-function]
drawLoopXY(sqInt xDelta, sqInt yDelta)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2771:1: warning: unused function 'expensiveDither32To16threshold' [-Wunused-function]
expensiveDither32To16threshold(unsigned int srcWord, sqInt ditherValue)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2819:1: warning: unused function 'fetchIntOrFloatofObject' [-Wunused-function]
fetchIntOrFloatofObject(sqInt fieldIndex, sqInt objectPointer)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2904:1: warning: unused function 'ignoreSourceOrHalftone' [-Wunused-function]
ignoreSourceOrHalftone(sqInt formPointer)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3066:1: warning: unused function 'loadBitBltDestForm' [-Wunused-function]
loadBitBltDestForm(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3551:1: warning: unused function 'loadBitBltSourceForm' [-Wunused-function]
loadBitBltSourceForm(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3641:1: warning: unused function 'loadColorMap' [-Wunused-function]
loadColorMap(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3755:1: warning: unused function 'loadColorMapShiftOrMaskFrom' [-Wunused-function]
loadColorMapShiftOrMaskFrom(sqInt mapOop)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3773:1: warning: unused function 'loadHalftoneForm' [-Wunused-function]
loadHalftoneForm(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3821:1: warning: unused function 'loadWarpBltFrom' [-Wunused-function]
loadWarpBltFrom(sqInt bbObj)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3986:1: warning: unused function 'mapPixelflags' [-Wunused-function]
mapPixelflags(sqInt sourcePixel, sqInt mapperFlags)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4016:1: warning: unused function 'mergewith' [-Wunused-function]
mergewith(unsigned int sourceWord, unsigned int destinationWord)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4490:1: warning: unused function 'partitionedRgbComponentAlphadestnBitsnPartitions' [-Wunused-function]
partitionedRgbComponentAlphadestnBitsnPartitions(unsigned int sourceWord, unsigned int destWord, sqInt nBits, sqInt nParts)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4637:1: warning: unused function 'performCopyLoop' [-Wunused-function]
performCopyLoop(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4790:1: warning: unused function 'pickSourcePixelsflagssrcMaskdestMasksrcShiftIncdstShiftInc' [-Wunused-function]
pickSourcePixelsflagssrcMaskdestMasksrcShiftIncdstShiftInc(sqInt nPixels, sqInt mapperFlags, sqInt srcMask, sqInt dstMask, sqInt srcShiftInc, sqInt dstShiftInc)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4892:1: warning: unused function 'pickWarpPixelAtXy' [-Wunused-function]
pickWarpPixelAtXy(sqInt xx, sqInt yy)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6406:1: warning: unused function 'rgbMap16To32' [-Wunused-function]
rgbMap16To32(sqInt sourcePixel)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6417:1: warning: unused function 'rgbMap32To32' [-Wunused-function]
rgbMap32To32(sqInt sourcePixel)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6427:1: warning: unused function 'rgbMapPixelflags' [-Wunused-function]
rgbMapPixelflags(sqInt sourcePixel, sqInt mapperFlags)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6764:1: warning: unused function 'showDisplayBits' [-Wunused-function]
showDisplayBits(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6780:1: warning: unused function 'sourceSkewAndPointerInit' [-Wunused-function]
sourceSkewAndPointerInit(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6842:1: warning: unused function 'sqAssert' [-Wunused-function]
sqAssert(sqInt aBool)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:7033:1: warning: unused function 'tryCopyingBitsQuickly' [-Wunused-function]
tryCopyingBitsQuickly(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:7160:1: warning: unused function 'warpBits' [-Wunused-function]
warpBits(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:7802:1: warning: unused function 'warpLoopSetup' [-Wunused-function]
warpLoopSetup(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:8027:1: warning: unused function 'warpPickSourcePixelsxDeltahyDeltahxDeltavyDeltavdstShiftIncflags' [-Wunused-function]
warpPickSourcePixelsxDeltahyDeltahxDeltavyDeltavdstShiftIncflags(sqInt nPixels, sqInt xDeltah, sqInt yDeltah, sqInt xDeltav, sqInt yDeltav, sqInt dstShiftInc, sqInt mapperFlags)
^
41 warnings generated.
[ 88%] Linking C shared library build/vm/BitBltPlugin.dll
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/BitBltPlugin.dir/link.txt --verbose=1
/usr/bin/x86_64-w64-mingw32-clang  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -shared -Wl,--enable-auto-import -o build/vm/BitBltPlugin.dll -Wl,--out-implib,build/vm/libBitBltPlugin.dll.a -Wl,--major-image-version,0,--minor-image-version,0 CMakeFiles/BitBltPlugin.dir/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c.o  build/vm/libPharoVMCore.dll.a build/vm/libffi.dll.a -lwinmm -lWs2_32 -lDbgHelp -lOle32 -lcomctl32 -luuid -lpthread 
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
[ 88%] Built target BitBltPlugin
make  -f CMakeFiles/libgit2-0.25.1-fixLibGit.dir/build.make CMakeFiles/libgit2-0.25.1-fixLibGit.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/libgit2-0.25.1-fixLibGit.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/libgit2-0.25.1-fixLibGit.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/libgit2-0.25.1-fixLibGit.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/libgit2-0.25.1-fixLibGit.dir/depend.internal".
Scanning dependencies of target libgit2-0.25.1-fixLibGit
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
make  -f CMakeFiles/libgit2-0.25.1-fixLibGit.dir/build.make CMakeFiles/libgit2-0.25.1-fixLibGit.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libgit2-0.25.1-fixLibGit-src/libgit2.dll /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vm/
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
[ 88%] Built target libgit2-0.25.1-fixLibGit
make  -f CMakeFiles/cairo-1.15.4.dir/build.make CMakeFiles/cairo-1.15.4.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/cairo-1.15.4.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/cairo-1.15.4.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/cairo-1.15.4.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/cairo-1.15.4.dir/depend.internal".
Scanning dependencies of target cairo-1.15.4
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
make  -f CMakeFiles/cairo-1.15.4.dir/build.make CMakeFiles/cairo-1.15.4.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/cairo-1.15.4-src/libbz2-1.dll /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vm/
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/cairo-1.15.4-src/libcairo-2.dll /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vm/
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/cairo-1.15.4-src/libexpat-1.dll /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vm/
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/cairo-1.15.4-src/libfontconfig-1.dll /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vm/
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
[ 88%] Built target cairo-1.15.4
make  -f CMakeFiles/SqueakSSL.dir/build.make CMakeFiles/SqueakSSL.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/SqueakSSL.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/SqueakSSL.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/SqueakSSL.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/SqueakSSL.dir/depend.internal".
Scanning dependencies of target SqueakSSL
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
make  -f CMakeFiles/SqueakSSL.dir/build.make CMakeFiles/SqueakSSL.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
[ 88%] Building C object CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DSqueakSSL_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c
[ 89%] Building C object CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/win/sqWin32SSL.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DSqueakSSL_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/win/sqWin32SSL.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/src/win/sqWin32SSL.c
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/src/win/sqWin32SSL.c:186:18: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
                while(pContext = CertEnumCertificatesInStore(hStore, pContext)) {
                      ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/src/win/sqWin32SSL.c:186:18: note: place parentheses around the assignment to silence this warning
                while(pContext = CertEnumCertificatesInStore(hStore, pContext)) {
                               ^
                      (                                                       )
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/src/win/sqWin32SSL.c:186:18: note: use '==' to turn this assignment into an equality comparison
                while(pContext = CertEnumCertificatesInStore(hStore, pContext)) {
                               ^
                               ==
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/src/win/sqWin32SSL.c:911:14: warning: assigning to 'BYTE *' (aka 'unsigned char *') from 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
        blob.pbData = pfxData;
                    ^ ~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/src/win/sqWin32SSL.c:929:17: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
        while(pContext = CertEnumCertificatesInStore(pfxStore, pContext)) {
              ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/src/win/sqWin32SSL.c:929:17: note: place parentheses around the assignment to silence this warning
        while(pContext = CertEnumCertificatesInStore(pfxStore, pContext)) {
                       ^
              (                                                         )
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/src/win/sqWin32SSL.c:929:17: note: use '==' to turn this assignment into an equality comparison
        while(pContext = CertEnumCertificatesInStore(pfxStore, pContext)) {
                       ^
                       ==
3 warnings generated.
[ 89%] Linking C shared library build/vm/SqueakSSL.dll
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/SqueakSSL.dir/link.txt --verbose=1
/usr/bin/x86_64-w64-mingw32-clang  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -shared -Wl,--enable-auto-import -o build/vm/SqueakSSL.dll -Wl,--out-implib,build/vm/libSqueakSSL.dll.a -Wl,--major-image-version,0,--minor-image-version,0 CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c.o CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/win/sqWin32SSL.c.o  build/vm/libPharoVMCore.dll.a -lCrypt32 -lSecur32 build/vm/libffi.dll.a -lwinmm -lWs2_32 -lDbgHelp -lOle32 -lcomctl32 -luuid -lpthread 
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
[ 89%] Built target SqueakSSL
make  -f CMakeFiles/gcc-runtime-3.4.dir/build.make CMakeFiles/gcc-runtime-3.4.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/gcc-runtime-3.4.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/gcc-runtime-3.4.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/gcc-runtime-3.4.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/gcc-runtime-3.4.dir/depend.internal".
Scanning dependencies of target gcc-runtime-3.4
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
make  -f CMakeFiles/gcc-runtime-3.4.dir/build.make CMakeFiles/gcc-runtime-3.4.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/gcc-runtime-3.4-src/iconv.dll /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vm/
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/gcc-runtime-3.4-src/libgcc_s_seh-1.dll /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vm/
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/gcc-runtime-3.4-src/libwinpthread-1.dll /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vm/
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
[ 89%] Built target gcc-runtime-3.4
make  -f CMakeFiles/zlib-1.2.11-fixLibGit.dir/build.make CMakeFiles/zlib-1.2.11-fixLibGit.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/zlib-1.2.11-fixLibGit.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/zlib-1.2.11-fixLibGit.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/zlib-1.2.11-fixLibGit.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/zlib-1.2.11-fixLibGit.dir/depend.internal".
Scanning dependencies of target zlib-1.2.11-fixLibGit
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
make  -f CMakeFiles/zlib-1.2.11-fixLibGit.dir/build.make CMakeFiles/zlib-1.2.11-fixLibGit.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/zlib-1.2.11-fixLibGit-src/zlib1.dll /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vm/
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
[ 89%] Built target zlib-1.2.11-fixLibGit
make  -f CMakeFiles/Pharo.dir/build.make CMakeFiles/Pharo.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/Pharo.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/Pharo.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/Pharo.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/Pharo.dir/depend.internal".
Scanning dependencies of target Pharo
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
make  -f CMakeFiles/Pharo.dir/build.make CMakeFiles/Pharo.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
[ 90%] Building C object CMakeFiles/Pharo.dir/src/win32Main.c.o
/usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/Pharo.dir/src/win32Main.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/src/win32Main.c
[ 91%] Building RC object CMakeFiles/Pharo.dir/Pharo.rc.res
x86_64-w64-mingw32-windres -O coff -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/include/pharovm -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/generated/64/vm/include -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include   /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/Pharo.rc CMakeFiles/Pharo.dir/Pharo.rc.res
[ 91%] Linking C executable build/vm/Pharo.exe
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/Pharo.dir/link.txt --verbose=1
/usr/bin/x86_64-w64-mingw32-clang  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0  -Wl,--enable-auto-import -mwindows -mwindows CMakeFiles/Pharo.dir/src/win32Main.c.o CMakeFiles/Pharo.dir/Pharo.rc.res  -o build/vm/Pharo.exe -Wl,--out-implib,build/vm/libPharo.dll.a -Wl,--major-image-version,0,--minor-image-version,0  build/vm/libPharoVMCore.dll.a -lOle32 -lcomctl32 -luuid build/vm/libffi.dll.a -lwinmm -lWs2_32 -lDbgHelp -lOle32 -lcomctl32 -luuid -lpthread 
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
[ 91%] Built target Pharo
make  -f CMakeFiles/build_vmmaker_get_vm.dir/build.make CMakeFiles/build_vmmaker_get_vm.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/build_vmmaker_get_vm.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/build_vmmaker_get_vm.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/build_vmmaker_get_vm.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/build_vmmaker_get_vm.dir/depend.internal".
Scanning dependencies of target build_vmmaker_get_vm
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
make  -f CMakeFiles/build_vmmaker_get_vm.dir/build.make CMakeFiles/build_vmmaker_get_vm.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
[ 92%] Performing update step for 'build_vmmaker_get_vm'
cd C:/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/vm && echo

[ 93%] Performing configure step for 'build_vmmaker_get_vm'
cd C:/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/vm && echo

cd C:/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/vm && /usr/bin/cmake.exe -E touch C:/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-configure
[ 93%] Performing build step for 'build_vmmaker_get_vm'
cd C:/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/vm && echo

cd C:/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/vm && /usr/bin/cmake.exe -E touch C:/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-build
[ 94%] Performing install step for 'build_vmmaker_get_vm'
cd C:/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/vm && echo

cd C:/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/vm && /usr/bin/cmake.exe -E touch C:/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-install
[ 94%] Completed 'build_vmmaker_get_vm'
/usr/bin/cmake.exe -E make_directory /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles
/usr/bin/cmake.exe -E touch /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles/build_vmmaker_get_vm-complete
/usr/bin/cmake.exe -E touch C:/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-done
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
[ 95%] Built target build_vmmaker_get_vm
make  -f build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/build.make build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/ffiTestLibrary /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/ffiTestLibrary/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/depend.internal".
Scanning dependencies of target TestLibrary
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
make  -f build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/build.make build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
[ 96%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/basic_types.c.o
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/ffiTestLibrary && /usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/includes  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/TestLibrary.dir/src/basic_types.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/src/basic_types.c
[ 97%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/callback_types.c.o
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/ffiTestLibrary && /usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/includes  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/TestLibrary.dir/src/callback_types.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/src/callback_types.c
[ 97%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/callbacks.c.o
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/ffiTestLibrary && /usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/includes  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/TestLibrary.dir/src/callbacks.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/src/callbacks.c
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/src/callbacks.c:47:1: warning: control reaches end of non-void function [-Wreturn-type]
}
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/src/callbacks.c:62:3: warning: incompatible pointer types passing 'void *(void *)' to parameter of type 'LPTHREAD_START_ROUTINE' (aka 'unsigned long (*)(void *)') [-Wincompatible-pointer-types]
                otherThread,    // thread function name
                ^~~~~~~~~~~
/usr/x86_64-w64-mingw32/sys-root/mingw/include/processthreadsapi.h:195:127: note: passing argument to parameter 'lpStartAddress' here
  WINBASEAPI HANDLE WINAPI CreateThread (LPSECURITY_ATTRIBUTES lpThreadAttributes, SIZE_T dwStackSize, LPTHREAD_START_ROUTINE lpStartAddress, LPVOID lpParameter, DWORD dwCreationFlags, LPDWORD lpThreadId);
                                                                                                                              ^
2 warnings generated.
[ 98%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/callout.c.o
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/ffiTestLibrary && /usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/includes  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/TestLibrary.dir/src/callout.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/src/callout.c
[ 98%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/registerCallback.c.o
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/ffiTestLibrary && /usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/includes  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/TestLibrary.dir/src/registerCallback.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/src/registerCallback.c
[100%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/structures.c.o
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/ffiTestLibrary && /usr/bin/x86_64-w64-mingw32-clang -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/includes  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/TestLibrary.dir/src/structures.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/src/structures.c
[100%] Linking C shared library ../vm/TestLibrary.dll
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/ffiTestLibrary && /usr/bin/cmake.exe -E cmake_link_script CMakeFiles/TestLibrary.dir/link.txt --verbose=1
/usr/bin/x86_64-w64-mingw32-clang  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -shared -Wl,--enable-auto-import -o ../vm/TestLibrary.dll -Wl,--out-implib,../vm/libTestLibrary.dll.a -Wl,--major-image-version,0,--minor-image-version,0 CMakeFiles/TestLibrary.dir/src/basic_types.c.o CMakeFiles/TestLibrary.dir/src/callback_types.c.o CMakeFiles/TestLibrary.dir/src/callbacks.c.o CMakeFiles/TestLibrary.dir/src/callout.c.o CMakeFiles/TestLibrary.dir/src/registerCallback.c.o CMakeFiles/TestLibrary.dir/src/structures.c.o 
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
[100%] Built target TestLibrary
make[1]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
/usr/bin/cmake.exe -E cmake_progress_start /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/CMakeFiles 0
make  -f CMakeFiles/Makefile2 preinstall
make[1]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
make[1]: Nothing to be done for 'preinstall'.
make[1]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM'
Install the project...
/usr/bin/cmake.exe -P cmake_install.cmake
-- Install configuration: ""
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/./
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//B2DPlugin.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//BitBltPlugin.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//DSAPrims.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//ffi.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//FileAttributesPlugin.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//FilePlugin.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//FloatArrayPlugin.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//iconv.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//JPEGReaderPlugin.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//JPEGReadWriter2Plugin.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//LargeIntegers.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//libbz2-1.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//libcairo-2.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//libeay32.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//libexpat-1.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//libfontconfig-1.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//libfreetype-6.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//libgcc_s_seh-1.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//libgit2-1-0-0.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//libgit2.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//libpcre-1.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//libpixman-1-0.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//libpng16-16.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//libssh2-1.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//libssh2.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//libwinpthread-1.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//LocalePlugin.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//MiscPrimitivePlugin.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//PharoVMCore.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//SDL2.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//SocketPlugin.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//SqueakSSL.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//ssleay32.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//SurfacePlugin.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//TestLibrary.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//UUIDPlugin.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//zlib1.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/./Pharo.exe.manifest
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/./PharoConsole.exe.manifest
-- Up-to-date: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/./
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//libB2DPlugin.dll.a
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//libBitBltPlugin.dll.a
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//libDSAPrims.dll.a
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//libffi.dll.a
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//libFileAttributesPlugin.dll.a
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//libFilePlugin.dll.a
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//libFloatArrayPlugin.dll.a
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//libJPEGReaderPlugin.dll.a
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//libJPEGReadWriter2Plugin.dll.a
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//libLargeIntegers.dll.a
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//libLocalePlugin.dll.a
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//libMiscPrimitivePlugin.dll.a
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//libPharoVMCore.dll.a
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//libSocketPlugin.dll.a
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//libSqueakSSL.dll.a
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//libSurfacePlugin.dll.a
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//libTestLibrary.dll.a
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//libUUIDPlugin.dll.a
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//Pharo.exe
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/.//PharoConsole.exe
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/sqConfig.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/sqGnu.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/sqPlatformSpecific.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/sqWin32.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/sqWin32Alloc.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/sqWin32HandleTable.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/config.h
-- Up-to-date: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/debug.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/errorCode.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/exportDefinition.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/fileDialog.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/imageAccess.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/interpreter.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/jit
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/jit/jit.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/macros.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/parameters
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/parameters/parameters.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/parameters/parameterVector.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/pathUtilities.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/pharo.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/pharoClient.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/semaphores
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/semaphores/pharoSemaphore.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/semaphores/platformSemaphore.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/semaphores/pSemaphore.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/sigjmp_support.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/sqNamedPrims.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/stringUtilities.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/threads
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/threads/vmthread.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/threadSafeQueue
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/threadSafeQueue/threadSafeQueue.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/win
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/win/resources.h
-- Up-to-date: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/dispdbg.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/sq.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/sqaio.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/sqAssert.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/sqAtomicOps.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/sqCogStackAlignment.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/sqMemoryAccess.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/sqMemoryFence.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/sqVirtualMachine.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/cmake
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/cmake/Darwin.cmake
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/cmake/DownloadProject.cmake
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/cmake/DownloadProject.CMakeLists.cmake.in
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/cmake/FindCairo.cmake
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/cmake/FindFFI.cmake
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/cmake/FindLibGit2.cmake
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/cmake/FindPThreadW32.cmake
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/cmake/FindSDL2.cmake
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/cmake/importCairo.cmake
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/cmake/importFreetype2.cmake
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/cmake/importLibFFI.cmake
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/cmake/importLibGit2.cmake
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/cmake/importSDL2.cmake
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/cmake/Linux.cmake
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/cmake/OpenBSD.cmake
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/cmake/packaging.cmake
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/cmake/versionExtraction.cmake
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/cmake/vmmaker.cmake
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/cmake/Windows.cmake
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/B2DPlugin
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/B2DPlugin/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/B2DPlugin/src/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltArm.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltArmSimd.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltDispatch.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltGeneric.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltInternal.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltArm.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltArmLinux.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltArmOther.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltArmSimd.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltDispatch.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltGeneric.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/DSAPrims
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/DSAPrims/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/DSAPrims/src/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/DSAPrims/src/common/DSAPrims.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/common/faCommon.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/common/faConstants.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/unix
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/unix/faSupport.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/win
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/win/dirent.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/win/faSupport.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/unix
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/win
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/win/faSupport.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FilePlugin
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FilePlugin/include
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FilePlugin/include/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FilePlugin/include/common/FilePlugin.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FilePlugin/include/win
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FilePlugin/include/win/sqWin32File.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FilePlugin/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/osx
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/osx/sqUnixFile.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/unix
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/win
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/win/sqWin32FilePrims.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/include
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/AlienSUnitTestProcedures.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusiness.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessARM.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessARM32.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessARM64.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessPostLogic.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessppc.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessppcPostLogicDouble.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessppcPostLogicFloat.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessppcPostLogicInteger.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dax64business.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dax64win64business.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/ia32abi.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/AlienSUnitTestProcedures.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/arm32abicc.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/arm64abicc.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/IA32ABI.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/ia32abicc.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/ppc32abicc.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/x64sysvabicc.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/x64win64abicc.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/x64win64stub.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/xabicc.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReaderPlugin
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReaderPlugin/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReaderPlugin/src/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jconfig.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdct.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jinclude.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemsys.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmorecfg.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jpegint.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jpeglib.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jversion.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/README
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/README.6b2
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/ReadMe.txt
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/LargeIntegers
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/LargeIntegers/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/LargeIntegers/src/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/LocalePlugin
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include/common/LocalePlugin.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include/osx
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include/osx/sqIOSLocale.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/osx
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/unix
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/unix/sqUnixLocale.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/win
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/win/sqWin32Locale.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/MiscPrimitivePlugin
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/MiscPrimitivePlugin/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/MiscPrimitivePlugin/src/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SocketPlugin
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SocketPlugin/include
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SocketPlugin/include/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SocketPlugin/include/common/SocketPlugin.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SocketPlugin/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SocketPlugin/src/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/common/sqFFI.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/osx
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/osx/dummyFFI.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/unix
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/unix/ffi-test-sq.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/unix/ffi-test.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/unix/ppc-global.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/ARM32FFIPlugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/ARM64FFIPlugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/IA32FFIPlugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/sqFFIPlugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/sqFFITestFuncs.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/sqManualSurface.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/SqueakFFIPrims.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/X64Win64FFIPlugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/osx
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/osx/dummyFFI.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix/any-libffi.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix/ppc-darwin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix/ppc-sysv.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix/x86-sysv.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/win
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/win/sqWin32FFI.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakSSL
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include/common/SqueakSSL.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include/unix
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include/unix/openssl_overlay.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/osx
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/unix
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/win
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/win/sqWin32SSL.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SurfacePlugin
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/include
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/include/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/include/common/SurfacePlugin.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/src/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/UnixOSProcessPlugin
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/UnixOSProcessPlugin/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/UnixOSProcessPlugin/src/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/include
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/include/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/include/common/dispdbg.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/include/common/sq.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/include/common/sqaio.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/include/common/sqAssert.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/include/common/sqAtomicOps.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/include/common/sqCogStackAlignment.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/include/common/sqMemoryAccess.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/include/common/sqMemoryFence.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/include/common/sqVirtualMachine.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/include/osx
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/include/osx/sqConfig.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/include/osx/sqGnu.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/include/osx/sqPlatformSpecific.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/include/unix
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/include/unix/sqConfig.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/include/unix/sqGnu.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/include/unix/sqPlatformSpecific.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/include/unix/sqUnixCharConv.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/include/win
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/include/win/sqConfig.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/include/win/sqGnu.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/include/win/sqPlatformSpecific.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/include/win/sqWin32.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/include/win/sqWin32Alloc.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/include/win/sqWin32HandleTable.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/src/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/src/common/heartbeat.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/src/common/sqExternalSemaphores.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/src/common/sqHeapMap.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/src/common/sqNamedPrims.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/src/common/sqTicker.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/src/common/sqVirtualMachine.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/src/osx
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/src/osx/aioOSX.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/src/unix
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/src/unix/aio.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/src/unix/sqUnixCharConv.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/src/win
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/src/win/aioWin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/src/win/sqWin32Directory.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/extracted/vm/src/win/sqWin32SpurAlloc.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/include
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/include/pharovm
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/include/pharovm/config.h.in
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/include/pharovm/debug.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/include/pharovm/errorCode.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/include/pharovm/exportDefinition.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/include/pharovm/fileDialog.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/include/pharovm/imageAccess.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/include/pharovm/interpreter.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/include/pharovm/jit
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/include/pharovm/jit/jit.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/include/pharovm/macros.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/include/pharovm/parameters
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/include/pharovm/parameters/parameters.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/include/pharovm/parameters/parameterVector.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/include/pharovm/pathUtilities.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/include/pharovm/pharo.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/include/pharovm/pharoClient.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/include/pharovm/semaphores
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/include/pharovm/semaphores/pharoSemaphore.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/include/pharovm/semaphores/platformSemaphore.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/include/pharovm/semaphores/pSemaphore.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/include/pharovm/sigjmp_support.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/include/pharovm/sqNamedPrims.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/include/pharovm/stringUtilities.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/include/pharovm/threads
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/include/pharovm/threads/vmthread.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/include/pharovm/threadSafeQueue
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/include/pharovm/threadSafeQueue/threadSafeQueue.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/include/pharovm/win
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/include/pharovm/win/resources.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/packaging
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/packaging/linux
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/packaging/linux/bin
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/packaging/linux/bin/launch.sh.in
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/packaging/linux/launch.sh.in
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/plugins
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/plugins/UUIDPlugin
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/plugins/UUIDPlugin/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/plugins/UUIDPlugin/common/UUIDPlugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/resources
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/resources/img.image
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/resources/mac
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/resources/mac/Info.plist.in
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/resources/mac/Pharo.icns
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/resources/mac/PharoChanges.icns
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/resources/mac/PharoImage.icns
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/resources/mac/PharoSources.icns
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/resources/windows
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/resources/windows/dialogs.rc
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/resources/windows/Pharo.exe.manifest.in
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/resources/windows/Pharo.ico
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/resources/windows/Pharo.rc.in
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/resources/windows/PharoConsole.exe.manifest.in
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/resources/windows/PharoConsole.rc.in
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/resources/windows/PharoDLL.rc.in
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/scripts
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/scripts/installCygwin.ps1
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/scripts/installVMMaker.st
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/scripts/runScriptInCygwinBash.ps1
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/scripts/runTests.sh
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/client.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/debug.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/debugUnix.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/errorCode.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/externalPrimitives.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/fileDialogCommon.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/fileDialogMac.m
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/fileDialogUnix.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/fileDialogWin32.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/fileUtils.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/fileUtilsWin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/imageAccess.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/macAlias.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/memoryUnix.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/nullDisplay.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/parameters
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/parameters/parameters.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/parameters/parameters.m
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/parameters/parameterVector.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/pathUtilities.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/semaphores
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/semaphores/pharoSemaphore.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/semaphores/platformSemaphore.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/stringUtilities.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/threadSafeQueue
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/threadSafeQueue/threadSafeQueue.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/unixMain.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/utils
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/utils/setjmp-Windows-wrapper-ARM64.S
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/utils/setjmp-Windows-wrapper-X64.S
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/utils/setjmp-Windows-wrapper-X86.S
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/utils.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/utilsMac.mm
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/win
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/win/winDebug.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/win/winDebugMenu.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/win/winDebugWindow.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/src/win32Main.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffiTestLibrary
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffiTestLibrary/CMakeLists.txt
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffiTestLibrary/includes
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffiTestLibrary/includes/callbacks.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffiTestLibrary/includes/structures.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffiTestLibrary/includes/testLibrary.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffiTestLibrary/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffiTestLibrary/src/basic_types.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffiTestLibrary/src/callbacks.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffiTestLibrary/src/callback_types.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffiTestLibrary/src/callout.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffiTestLibrary/src/registerCallback.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffiTestLibrary/src/structures.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffi
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffi/include
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffi/include/callbacks.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffi/include/pThreadedFFI.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffi/include/pThreadedFFIUtils.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffi/include/worker.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffi/include/workerTask.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffi/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffi/src/callbacks
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffi/src/callbacks/callbackPrimitives.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffi/src/callbacks/callbacks.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffi/src/functionDefinitionPrimitives.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffi/src/primitiveCalls.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffi/src/primitiveUtils.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffi/src/pThreadedFFI.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffi/src/sameThread
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffi/src/sameThread/sameThread.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffi/src/types.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffi/src/typesPrimitives.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffi/src/utils.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffi/src/worker
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffi/src/worker/worker.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffi/src/worker/workerPrimitives.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/ffi/src/worker/workerTask.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/version.info
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/CMakeLists.txt
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/macros.cmake
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/plugins.cmake
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/plugins.macros.cmake
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated/
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//32
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//32/examplePlugins.ext
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//32/plugins
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//32/plugins/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//32/plugins/src/FilePlugin
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//32/plugins/src/FilePlugin/FilePlugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//32/plugins/src/FloatArrayPlugin
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//32/plugins/src/FloatArrayPlugin/FloatArrayPlugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//32/plugins/src/SurfacePlugin
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//32/plugins/src/SurfacePlugin/SurfacePlugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//32/vm
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//32/vm/include
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//32/vm/include/interp.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//32/vm/include/vmCallback.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//32/vm/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//32/vm/src/gcc3x-interp.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//32/vm/src/interp.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//64
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//64/examplePlugins.ext
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//64/plugins
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//64/plugins/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//64/plugins/src/FilePlugin
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//64/plugins/src/FilePlugin/FilePlugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//64/plugins/src/FloatArrayPlugin
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//64/plugins/src/FloatArrayPlugin/FloatArrayPlugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//64/plugins/src/SurfacePlugin
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//64/plugins/src/SurfacePlugin/SurfacePlugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//64/vm
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//64/vm/include
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//64/vm/include/interp.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//64/vm/include/vmCallback.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//64/vm/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//64/vm/src/gcc3x-interp.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/pharo-vm/generated//64/vm/src/interp.c
-- Up-to-date: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/interp.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/dist/include/pharovm/vmCallback.h
Run CPack packaging tool...
/usr/bin/cpack.exe --config ./CPackConfig.cmake
CPack: Create package using ZIP
CPack: Install projects
CPack: - Run preinstall target for: PharoVM
CPack: - Install project: PharoVM []
CPack: -   Install component: Unspecified
CPack: -   Install component: bin
CPack: -   Install component: c-src
CPack: -   Install component: include
CPack: Create package
CPack: - package: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/packages/PharoVM-9.0.15-4a14a4a7-Windows-x86_64-Unspecified.zip generated.
CPack: - checksum file: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/packages/PharoVM-9.0.15-4a14a4a7-Windows-x86_64-Unspecified.zip.sha1 generated.
CPack: - package: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/packages/PharoVM-9.0.15-4a14a4a7-Windows-x86_64-bin.zip generated.
CPack: - checksum file: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/packages/PharoVM-9.0.15-4a14a4a7-Windows-x86_64-bin.zip.sha1 generated.
CPack: - package: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/packages/PharoVM-9.0.15-4a14a4a7-Windows-x86_64-c-src.zip generated.
CPack: - checksum file: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/packages/PharoVM-9.0.15-4a14a4a7-Windows-x86_64-c-src.zip.sha1 generated.
CPack: - package: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/packages/PharoVM-9.0.15-4a14a4a7-Windows-x86_64-include.zip generated.
CPack: - checksum file: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/packages/PharoVM-9.0.15-4a14a4a7-Windows-x86_64-include.zip.sha1 generated.
CPack: Create package using TGZ
CPack: Install projects
CPack: - Run preinstall target for: PharoVM
CPack: - Install project: PharoVM []
CPack: -   Install component: Unspecified
CPack: -   Install component: bin
CPack: -   Install component: c-src
CPack: -   Install component: include
CPack: Create package
CPack: - package: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/packages/PharoVM-9.0.15-4a14a4a7-Windows-x86_64-Unspecified.tar.gz generated.
CPack: - checksum file: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/packages/PharoVM-9.0.15-4a14a4a7-Windows-x86_64-Unspecified.tar.gz.sha1 generated.
CPack: - package: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/packages/PharoVM-9.0.15-4a14a4a7-Windows-x86_64-bin.tar.gz generated.
CPack: - checksum file: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/packages/PharoVM-9.0.15-4a14a4a7-Windows-x86_64-bin.tar.gz.sha1 generated.
CPack: - package: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/packages/PharoVM-9.0.15-4a14a4a7-Windows-x86_64-c-src.tar.gz generated.
CPack: - checksum file: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/packages/PharoVM-9.0.15-4a14a4a7-Windows-x86_64-c-src.tar.gz.sha1 generated.
CPack: - package: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/packages/PharoVM-9.0.15-4a14a4a7-Windows-x86_64-include.tar.gz generated.
CPack: - checksum file: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-StackVM/build/packages/PharoVM-9.0.15-4a14a4a7-Windows-x86_64-include.tar.gz.sha1 generated.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] stash
Stashed 16 file(s)
[Pipeline] archiveArtifacts
Archiving artifacts
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timeout
[Pipeline] timeout
Timeout set to expire in 30 min
[Pipeline] {
[Pipeline] cleanWs
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
[Pipeline] unstash
[Pipeline] readFile
[Pipeline] stage
[Pipeline] { (Checkout-Windows-x86_64-stockReplacement)
[Pipeline] dir
Running in C:\builds\workspace\pharo-vm_pharo-9\repository
[Pipeline] {
[Pipeline] checkout
The recommended git tool is: git
using credential pharo-ci-api-user-pass-token
Cloning the remote Git repository
Using shallow clone with depth 2
Cloning repository https://github.com/pharo-project/pharo-vm.git
 > git init C:\builds\workspace\pharo-vm_pharo-9\repository # timeout=10
Fetching upstream changes from https://github.com/pharo-project/pharo-vm.git
 > git --version # timeout=10
 > git --version # 'git version 2.29.2'
using GIT_ASKPASS to set credentials pharo-ci using token as pass
 > git fetch --tags --force --progress --depth=2 -- https://github.com/pharo-project/pharo-vm.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 4a14a4a71d848f299385a80fe687d90ff94930ea (pharo-9)
Commit message: "Merge pull request #437 from pharo-project/MarcusDenker-patch-1"
 > git config remote.origin.url https://github.com/pharo-project/pharo-vm.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4a14a4a71d848f299385a80fe687d90ff94930ea # timeout=10
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build-Windows-x86_64-stockReplacement-CoInterpreter)
[Pipeline] echo
Executing: #!c:\tools\cygwin\bin\bash --login
    cd `cygpath "C:\builds\workspace\pharo-vm_pharo-9"`
    set -ex
    mkdir build-stockReplacement
    
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
+ mkdir build-stockReplacement
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] echo
Executing: #!c:\tools\cygwin\bin\bash --login
    cd `cygpath "C:\builds\workspace\pharo-vm_pharo-9"`
    set -ex
    cd build-stockReplacement &&  cygcheck -c -d > cygwinVersions.txt
    
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
+ cd build-stockReplacement
+ cygcheck -c -d
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] archiveArtifacts
Archiving artifacts
[Pipeline] echo
Executing: #!c:\tools\cygwin\bin\bash --login
    cd `cygpath "C:\builds\workspace\pharo-vm_pharo-9"`
    set -ex
    cd build-stockReplacement && cmake -DFLAVOUR=CoInterpreter -DALWAYS_INTERACTIVE=1 -DBUILD_IS_RELEASE=OFF  -DPHARO_DEPENDENCIES_PREFER_DOWNLOAD_BINARIES=TRUE ../repository -DICEBERG_DEFAULT_REMOTE=httpsUrl
    
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
+ cd build-stockReplacement
+ cmake -DFLAVOUR=CoInterpreter -DALWAYS_INTERACTIVE=1 -DBUILD_IS_RELEASE=OFF -DPHARO_DEPENDENCIES_PREFER_DOWNLOAD_BINARIES=TRUE ../repository -DICEBERG_DEFAULT_REMOTE=httpsUrl
-- CMAKE_GENERATOR=Unix Makefiles
-- Building version 9.0.15-4a14a4a7
-- Commit hash 4a14a4a7 : 2022-06-26 21:46:42 +0200
-- No user build settings.
-- 4a14a4a7 - Commit: 4a14a4a7 - Date: 2022-06-26 21:46:42 +0200
-- Building on CYGWIN CMAKE: Adapting paths
-- The C compiler identification is Clang 8.0.1
-- The CXX compiler identification is Clang 8.0.1
-- Check for working C compiler: /usr/bin/x86_64-w64-mingw32-clang
-- Check for working C compiler: /usr/bin/x86_64-w64-mingw32-clang - works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/x86_64-w64-mingw32-clang++
-- Check for working CXX compiler: /usr/bin/x86_64-w64-mingw32-clang++ - works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Compiling for architecture: x86_64
-- Building for WINDOWS
-- Full Platform name: Windows-x86_64
-- Building Pharo with executable named Pharo
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of int
-- Check size of int - done
-- Check size of long
-- Check size of long - done
-- Check size of long long
-- Check size of long long - done
-- Check size of void*
-- Check size of void* - done
-- int 4
-- long 4
-- long long 8
-- void* 8
-- Writing libraries to: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vm/
-- Looking for include file dirent.h
-- Looking for include file dirent.h - found
-- Looking for include file features.h
-- Looking for include file features.h - not found
-- Looking for include file unistd.h
-- Looking for include file unistd.h - found
-- Looking for include file ndir.h
-- Looking for include file ndir.h - not found
-- Looking for include file sys/ndir.h
-- Looking for include file sys/ndir.h - not found
-- Looking for include file sys/dir.h
-- Looking for include file sys/dir.h - not found
-- Looking for include file sys/filio.h
-- Looking for include file sys/filio.h - not found
-- Looking for include file sys/time.h
-- Looking for include file sys/time.h - found
-- Looking for include file execinfo.h
-- Looking for include file execinfo.h - not found
-- Looking for include file dlfcn.h
-- Looking for include file dlfcn.h - not found
-- Looking for dlopen in dl
-- Looking for dlopen in dl - not found
-- Looking for dlopen in dyld
-- Looking for dlopen in dyld - not found
-- Performing Test HAVE_TM_GMTOFF
-- Performing Test HAVE_TM_GMTOFF - Failed
-- Looking for include file sys/uuid.h
-- Looking for include file sys/uuid.h - not found
-- Looking for include file uuid/uuid.h
-- Looking for include file uuid/uuid.h - not found
-- Looking for include file uuid.h
-- Looking for include file uuid.h - not found
-- Looking for uuidgen in uuid
-- Looking for uuidgen in uuid - not found
-- Looking for uuid_generate in uuid
-- Looking for uuid_generate in uuid - not found
Defining Windows VM to download for code generation
-- C Compiler: /usr/bin/x86_64-w64-mingw32-clang
-- C++ Compiler: /usr/bin/x86_64-w64-mingw32-clang++
-- Resource Compiler: x86_64-w64-mingw32-windres
-- Building FFI
-- Downloading/updating libffi
-- Configuring done
-- Generating done
-- Build files have been written to: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-download
Scanning dependencies of target libffi-download
[ 11%] Creating directories for 'libffi-download'
[ 22%] Performing download step (git clone) for 'libffi-download'
Cloning into 'libffi-src'...
Branch 'v3.3-cmake' set up to track remote branch 'v3.3-cmake' from 'origin'.
Switched to a new branch 'v3.3-cmake'
[ 33%] No patch step for 'libffi-download'
[ 44%] Performing update step for 'libffi-download'
Current branch v3.3-cmake is up to date.
[ 55%] No configure step for 'libffi-download'
[ 66%] No build step for 'libffi-download'
[ 77%] No install step for 'libffi-download'
[ 88%] No test step for 'libffi-download'
[100%] Completed 'libffi-download'
[100%] Built target libffi-download
-- Building for TARGET_PLATFORM: X86_WIN64
-- Check size of size_t
-- Check size of size_t - done
-- The ASM compiler identification is Clang
-- Found assembler: /usr/bin/x86_64-w64-mingw32-clang
-- Check size of double
-- Check size of double - done
-- Check size of long double
-- Check size of long double - done
-- Looking for alloca
-- Looking for alloca - not found
-- Looking for mmap
-- Looking for mmap - not found
-- Looking for MAP_ANON
-- Looking for MAP_ANON - not found
-- Performing Test HAVE_MMAP_DEV_ZERO
-- Performing Test HAVE_MMAP_DEV_ZERO - Failed
-- Looking for alloca.h
-- Looking for alloca.h - not found
-- Performing Test HAVE_ALLOCA
-- Performing Test HAVE_ALLOCA - Failed
-- Looking for inttypes.h
-- Looking for inttypes.h - found
-- Looking for memory.h
-- Looking for memory.h - found
-- Looking for stdlib.h
-- Looking for stdlib.h - found
-- Looking for strings.h
-- Looking for strings.h - found
-- Looking for string.h
-- Looking for string.h - found
-- Looking for sys/mman.h
-- Looking for sys/mman.h - not found
-- Looking for sys/stat.h
-- Looking for sys/stat.h - found
-- Looking for 4 include files stdlib.h, ..., float.h
-- Looking for 4 include files stdlib.h, ..., float.h - found
-- Looking for memcpy
-- Looking for memcpy - found
-- Looking for mkostemp
-- Looking for mkostemp - not found
-- Checking if .eh_frame section is read-only - no
-- Checking HAVE_AS_X86_PCREL - yes
-- Checking HAVE_AS_X86_64_UNWIND_SECTION_TYPE - no
-- Checking HAVE_HIDDEN_VISIBILITY_ATTRIBUTE - no
-- Checking if symbols are underscored - no
-- Performing Test HAVE_AS_CFI_PSEUDO_OP
-- Performing Test HAVE_AS_CFI_PSEUDO_OP - Failed
-- Adding plugin: FilePlugin
-- Adding plugin: FileAttributesPlugin
-- Adding plugin: UUIDPlugin
-- Adding plugin: SocketPlugin
-- Adding plugin: SurfacePlugin
-- Adding plugin: FloatArrayPlugin
-- Adding plugin: LargeIntegers
-- Adding plugin: JPEGReaderPlugin
-- Adding plugin: JPEGReadWriter2Plugin
-- Adding plugin: MiscPrimitivePlugin
-- Adding plugin: B2DPlugin
-- Adding plugin: LocalePlugin
-- Adding plugin: SqueakSSL
-- Adding plugin: DSAPrims
Adding third-party libraries for Windows-x86_64: gcc-runtime-3.4
-- Downloading/updating gcc-runtime-3.4
-- Configuring done
-- Generating done
-- Build files have been written to: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/gcc-runtime-3.4-download
Scanning dependencies of target gcc-runtime-3.4-download
[ 11%] Creating directories for 'gcc-runtime-3.4-download'
[ 22%] Performing download step (download, verify and extract) for 'gcc-runtime-3.4-download'
-- Downloading...
   dst='/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/gcc-runtime-3.4-download/gcc-runtime-3.4-download-prefix/src/gcc-runtime-3.4.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Windows-x86_64/third-party/gcc-runtime-3.4.zip'
-- [download 10% complete]
-- [download 17% complete]
-- [download 49% complete]
-- [download 60% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/gcc-runtime-3.4-download/gcc-runtime-3.4-download-prefix/src/gcc-runtime-3.4.zip'
     dst='/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/gcc-runtime-3.4-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'gcc-runtime-3.4-download'
[ 44%] No update step for 'gcc-runtime-3.4-download'
[ 55%] No configure step for 'gcc-runtime-3.4-download'
[ 66%] No build step for 'gcc-runtime-3.4-download'
[ 77%] No install step for 'gcc-runtime-3.4-download'
[ 88%] No test step for 'gcc-runtime-3.4-download'
[100%] Completed 'gcc-runtime-3.4-download'
[100%] Built target gcc-runtime-3.4-download
-- /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/gcc-runtime-3.4-src/iconv.dll
-- /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/gcc-runtime-3.4-src/libgcc_s_seh-1.dll
-- /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/gcc-runtime-3.4-src/libwinpthread-1.dll
-- Downloading Git2 binary
Adding third-party libraries for Windows-x86_64: libgit2-win-1.0.0
-- Downloading/updating libgit2-win-1.0.0
-- Configuring done
-- Generating done
-- Build files have been written to: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libgit2-win-1.0.0-download
Scanning dependencies of target libgit2-win-1.0.0-download
[ 11%] Creating directories for 'libgit2-win-1.0.0-download'
[ 22%] Performing download step (download, verify and extract) for 'libgit2-win-1.0.0-download'
-- Downloading...
   dst='/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libgit2-win-1.0.0-download/libgit2-win-1.0.0-download-prefix/src/libgit2-win-1.0.0.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Windows-x86_64/third-party/libgit2-win-1.0.0.zip'
-- [download 0% complete]
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 37% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 81% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libgit2-win-1.0.0-download/libgit2-win-1.0.0-download-prefix/src/libgit2-win-1.0.0.zip'
     dst='/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libgit2-win-1.0.0-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'libgit2-win-1.0.0-download'
[ 44%] No update step for 'libgit2-win-1.0.0-download'
[ 55%] No configure step for 'libgit2-win-1.0.0-download'
[ 66%] No build step for 'libgit2-win-1.0.0-download'
[ 77%] No install step for 'libgit2-win-1.0.0-download'
[ 88%] No test step for 'libgit2-win-1.0.0-download'
[100%] Completed 'libgit2-win-1.0.0-download'
[100%] Built target libgit2-win-1.0.0-download
-- /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libgit2-win-1.0.0-src/libgit2-1-0-0.dll
-- /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libgit2-win-1.0.0-src/libpcre-1.dll
Adding third-party libraries for Windows-x86_64: libgit2-0.25.1-fixLibGit
-- Downloading/updating libgit2-0.25.1-fixLibGit
-- Configuring done
-- Generating done
-- Build files have been written to: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libgit2-0.25.1-fixLibGit-download
Scanning dependencies of target libgit2-0.25.1-fixLibGit-download
[ 11%] Creating directories for 'libgit2-0.25.1-fixLibGit-download'
[ 22%] Performing download step (download, verify and extract) for 'libgit2-0.25.1-fixLibGit-download'
-- Downloading...
   dst='/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libgit2-0.25.1-fixLibGit-download/libgit2-0.25.1-fixLibGit-download-prefix/src/libgit2-0.25.1-fixLibGit.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Windows-x86_64/third-party/libgit2-0.25.1-fixLibGit.zip'
-- [download 1% complete]
-- [download 3% complete]
-- [download 6% complete]
-- [download 9% complete]
-- [download 15% complete]
-- [download 17% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 24% complete]
-- [download 33% complete]
-- [download 43% complete]
-- [download 46% complete]
-- [download 54% complete]
-- [download 58% complete]
-- [download 61% complete]
-- [download 64% complete]
-- [download 67% complete]
-- [download 70% complete]
-- [download 74% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 82% complete]
-- [download 86% complete]
-- [download 88% complete]
-- [download 94% complete]
-- [download 96% complete]
-- [download 99% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libgit2-0.25.1-fixLibGit-download/libgit2-0.25.1-fixLibGit-download-prefix/src/libgit2-0.25.1-fixLibGit.zip'
     dst='/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libgit2-0.25.1-fixLibGit-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'libgit2-0.25.1-fixLibGit-download'
[ 44%] No update step for 'libgit2-0.25.1-fixLibGit-download'
[ 55%] No configure step for 'libgit2-0.25.1-fixLibGit-download'
[ 66%] No build step for 'libgit2-0.25.1-fixLibGit-download'
[ 77%] No install step for 'libgit2-0.25.1-fixLibGit-download'
[ 88%] No test step for 'libgit2-0.25.1-fixLibGit-download'
[100%] Completed 'libgit2-0.25.1-fixLibGit-download'
[100%] Built target libgit2-0.25.1-fixLibGit-download
-- /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libgit2-0.25.1-fixLibGit-src/libgit2.dll
Adding third-party libraries for Windows-x86_64: zlib-1.2.11-fixLibGit
-- Downloading/updating zlib-1.2.11-fixLibGit
-- Configuring done
-- Generating done
-- Build files have been written to: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/zlib-1.2.11-fixLibGit-download
Scanning dependencies of target zlib-1.2.11-fixLibGit-download
[ 11%] Creating directories for 'zlib-1.2.11-fixLibGit-download'
[ 22%] Performing download step (download, verify and extract) for 'zlib-1.2.11-fixLibGit-download'
-- Downloading...
   dst='/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/zlib-1.2.11-fixLibGit-download/zlib-1.2.11-fixLibGit-download-prefix/src/zlib-1.2.11-fixLibGit.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Windows-x86_64/third-party/zlib-1.2.11-fixLibGit.zip'
-- [download 12% complete]
-- [download 26% complete]
-- [download 54% complete]
-- [download 71% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/zlib-1.2.11-fixLibGit-download/zlib-1.2.11-fixLibGit-download-prefix/src/zlib-1.2.11-fixLibGit.zip'
     dst='/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/zlib-1.2.11-fixLibGit-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'zlib-1.2.11-fixLibGit-download'
[ 44%] No update step for 'zlib-1.2.11-fixLibGit-download'
[ 55%] No configure step for 'zlib-1.2.11-fixLibGit-download'
[ 66%] No build step for 'zlib-1.2.11-fixLibGit-download'
[ 77%] No install step for 'zlib-1.2.11-fixLibGit-download'
[ 88%] No test step for 'zlib-1.2.11-fixLibGit-download'
[100%] Completed 'zlib-1.2.11-fixLibGit-download'
[100%] Built target zlib-1.2.11-fixLibGit-download
-- /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/zlib-1.2.11-fixLibGit-src/zlib1.dll
Adding third-party libraries for Windows-x86_64: openssl-1.0.2q-fixLigGit
-- Downloading/updating openssl-1.0.2q-fixLigGit
-- Configuring done
-- Generating done
-- Build files have been written to: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/openssl-1.0.2q-fixLigGit-download
Scanning dependencies of target openssl-1.0.2q-fixLigGit-download
[ 11%] Creating directories for 'openssl-1.0.2q-fixLigGit-download'
[ 22%] Performing download step (download, verify and extract) for 'openssl-1.0.2q-fixLigGit-download'
-- Downloading...
   dst='/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/openssl-1.0.2q-fixLigGit-download/openssl-1.0.2q-fixLigGit-download-prefix/src/openssl-1.0.2q-fixLigGit.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Windows-x86_64/third-party/openssl-1.0.2q-fixLigGit.zip'
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 8% complete]
-- [download 10% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 30% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 35% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 54% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 68% complete]
-- [download 72% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 82% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 93% complete]
-- [download 98% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/openssl-1.0.2q-fixLigGit-download/openssl-1.0.2q-fixLigGit-download-prefix/src/openssl-1.0.2q-fixLigGit.zip'
     dst='/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/openssl-1.0.2q-fixLigGit-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'openssl-1.0.2q-fixLigGit-download'
[ 44%] No update step for 'openssl-1.0.2q-fixLigGit-download'
[ 55%] No configure step for 'openssl-1.0.2q-fixLigGit-download'
[ 66%] No build step for 'openssl-1.0.2q-fixLigGit-download'
[ 77%] No install step for 'openssl-1.0.2q-fixLigGit-download'
[ 88%] No test step for 'openssl-1.0.2q-fixLigGit-download'
[100%] Completed 'openssl-1.0.2q-fixLigGit-download'
[100%] Built target openssl-1.0.2q-fixLigGit-download
-- /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/openssl-1.0.2q-fixLigGit-src/libeay32.dll
-- /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/openssl-1.0.2q-fixLigGit-src/ssleay32.dll
Adding third-party libraries for Windows-x86_64: libssh2-1.9.0
-- Downloading/updating libssh2-1.9.0
-- Configuring done
-- Generating done
-- Build files have been written to: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libssh2-1.9.0-download
Scanning dependencies of target libssh2-1.9.0-download
[ 11%] Creating directories for 'libssh2-1.9.0-download'
[ 22%] Performing download step (download, verify and extract) for 'libssh2-1.9.0-download'
-- Downloading...
   dst='/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libssh2-1.9.0-download/libssh2-1.9.0-download-prefix/src/libssh2-1.9.0.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Windows-x86_64/third-party/libssh2-1.9.0.zip'
-- [download 2% complete]
-- [download 4% complete]
-- [download 9% complete]
-- [download 14% complete]
-- [download 23% complete]
-- [download 26% complete]
-- [download 33% complete]
-- [download 37% complete]
-- [download 41% complete]
-- [download 45% complete]
-- [download 53% complete]
-- [download 55% complete]
-- [download 63% complete]
-- [download 65% complete]
-- [download 73% complete]
-- [download 78% complete]
-- [download 82% complete]
-- [download 85% complete]
-- [download 88% complete]
-- [download 92% complete]
-- [download 96% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libssh2-1.9.0-download/libssh2-1.9.0-download-prefix/src/libssh2-1.9.0.zip'
     dst='/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libssh2-1.9.0-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'libssh2-1.9.0-download'
[ 44%] No update step for 'libssh2-1.9.0-download'
[ 55%] No configure step for 'libssh2-1.9.0-download'
[ 66%] No build step for 'libssh2-1.9.0-download'
[ 77%] No install step for 'libssh2-1.9.0-download'
[ 88%] No test step for 'libssh2-1.9.0-download'
[100%] Completed 'libssh2-1.9.0-download'
[100%] Built target libssh2-1.9.0-download
-- /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libssh2-1.9.0-src/libssh2-1.dll
-- /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libssh2-1.9.0-src/libssh2.dll
Adding third-party libraries for Windows-x86_64: freetype-2.9.1
-- Downloading/updating freetype-2.9.1
-- Configuring done
-- Generating done
-- Build files have been written to: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/freetype-2.9.1-download
Scanning dependencies of target freetype-2.9.1-download
[ 11%] Creating directories for 'freetype-2.9.1-download'
[ 22%] Performing download step (download, verify and extract) for 'freetype-2.9.1-download'
-- Downloading...
   dst='/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/freetype-2.9.1-download/freetype-2.9.1-download-prefix/src/freetype-2.9.1.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Windows-x86_64/third-party/freetype-2.9.1.zip'
-- [download 3% complete]
-- [download 8% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 32% complete]
-- [download 34% complete]
-- [download 39% complete]
-- [download 43% complete]
-- [download 46% complete]
-- [download 50% complete]
-- [download 53% complete]
-- [download 59% complete]
-- [download 63% complete]
-- [download 65% complete]
-- [download 69% complete]
-- [download 71% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 84% complete]
-- [download 86% complete]
-- [download 88% complete]
-- [download 91% complete]
-- [download 93% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/freetype-2.9.1-download/freetype-2.9.1-download-prefix/src/freetype-2.9.1.zip'
     dst='/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/freetype-2.9.1-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'freetype-2.9.1-download'
[ 44%] No update step for 'freetype-2.9.1-download'
[ 55%] No configure step for 'freetype-2.9.1-download'
[ 66%] No build step for 'freetype-2.9.1-download'
[ 77%] No install step for 'freetype-2.9.1-download'
[ 88%] No test step for 'freetype-2.9.1-download'
[100%] Completed 'freetype-2.9.1-download'
[100%] Built target freetype-2.9.1-download
-- /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/freetype-2.9.1-src/libfreetype-6.dll
Adding third-party libraries for Windows-x86_64: pixman-0.34.0
-- Downloading/updating pixman-0.34.0
-- Configuring done
-- Generating done
-- Build files have been written to: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/pixman-0.34.0-download
Scanning dependencies of target pixman-0.34.0-download
[ 11%] Creating directories for 'pixman-0.34.0-download'
[ 22%] Performing download step (download, verify and extract) for 'pixman-0.34.0-download'
-- Downloading...
   dst='/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/pixman-0.34.0-download/pixman-0.34.0-download-prefix/src/pixman-0.34.0.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Windows-x86_64/third-party/pixman-0.34.0.zip'
-- [download 3% complete]
-- [download 4% complete]
-- [download 6% complete]
-- [download 13% complete]
-- [download 21% complete]
-- [download 31% complete]
-- [download 33% complete]
-- [download 37% complete]
-- [download 42% complete]
-- [download 53% complete]
-- [download 66% complete]
-- [download 76% complete]
-- [download 89% complete]
-- [download 95% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/pixman-0.34.0-download/pixman-0.34.0-download-prefix/src/pixman-0.34.0.zip'
     dst='/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/pixman-0.34.0-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'pixman-0.34.0-download'
[ 44%] No update step for 'pixman-0.34.0-download'
[ 55%] No configure step for 'pixman-0.34.0-download'
[ 66%] No build step for 'pixman-0.34.0-download'
[ 77%] No install step for 'pixman-0.34.0-download'
[ 88%] No test step for 'pixman-0.34.0-download'
[100%] Completed 'pixman-0.34.0-download'
[100%] Built target pixman-0.34.0-download
-- /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/pixman-0.34.0-src/libpixman-1-0.dll
Adding third-party libraries for Windows-x86_64: cairo-1.15.4
-- Downloading/updating cairo-1.15.4
-- Configuring done
-- Generating done
-- Build files have been written to: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/cairo-1.15.4-download
Scanning dependencies of target cairo-1.15.4-download
[ 11%] Creating directories for 'cairo-1.15.4-download'
[ 22%] Performing download step (download, verify and extract) for 'cairo-1.15.4-download'
-- Downloading...
   dst='/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/cairo-1.15.4-download/cairo-1.15.4-download-prefix/src/cairo-1.15.4.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Windows-x86_64/third-party/cairo-1.15.4.zip'
-- [download 2% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 9% complete]
-- [download 12% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 32% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 42% complete]
-- [download 44% complete]
-- [download 46% complete]
-- [download 49% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 56% complete]
-- [download 60% complete]
-- [download 62% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 67% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 72% complete]
-- [download 75% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 81% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 87% complete]
-- [download 90% complete]
-- [download 93% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/cairo-1.15.4-download/cairo-1.15.4-download-prefix/src/cairo-1.15.4.zip'
     dst='/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/cairo-1.15.4-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'cairo-1.15.4-download'
[ 44%] No update step for 'cairo-1.15.4-download'
[ 55%] No configure step for 'cairo-1.15.4-download'
[ 66%] No build step for 'cairo-1.15.4-download'
[ 77%] No install step for 'cairo-1.15.4-download'
[ 88%] No test step for 'cairo-1.15.4-download'
[100%] Completed 'cairo-1.15.4-download'
[100%] Built target cairo-1.15.4-download
-- /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/cairo-1.15.4-src/libbz2-1.dll
-- /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/cairo-1.15.4-src/libcairo-2.dll
-- /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/cairo-1.15.4-src/libexpat-1.dll
-- /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/cairo-1.15.4-src/libfontconfig-1.dll
Adding third-party libraries for Windows-x86_64: libpng-1.6.34
-- Downloading/updating libpng-1.6.34
-- Configuring done
-- Generating done
-- Build files have been written to: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libpng-1.6.34-download
Scanning dependencies of target libpng-1.6.34-download
[ 11%] Creating directories for 'libpng-1.6.34-download'
[ 22%] Performing download step (download, verify and extract) for 'libpng-1.6.34-download'
-- Downloading...
   dst='/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libpng-1.6.34-download/libpng-1.6.34-download-prefix/src/libpng-1.6.34.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Windows-x86_64/third-party/libpng-1.6.34.zip'
-- [download 4% complete]
-- [download 6% complete]
-- [download 30% complete]
-- [download 48% complete]
-- [download 76% complete]
-- [download 90% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libpng-1.6.34-download/libpng-1.6.34-download-prefix/src/libpng-1.6.34.zip'
     dst='/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libpng-1.6.34-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'libpng-1.6.34-download'
[ 44%] No update step for 'libpng-1.6.34-download'
[ 55%] No configure step for 'libpng-1.6.34-download'
[ 66%] No build step for 'libpng-1.6.34-download'
[ 77%] No install step for 'libpng-1.6.34-download'
[ 88%] No test step for 'libpng-1.6.34-download'
[100%] Completed 'libpng-1.6.34-download'
[100%] Built target libpng-1.6.34-download
-- /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libpng-1.6.34-src/libpng16-16.dll
-- Downloading SDL2 binary
Adding third-party libraries for Windows-x86_64: SDL2-2.0.5
-- Downloading/updating SDL2-2.0.5
-- Configuring done
-- Generating done
-- Build files have been written to: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/SDL2-2.0.5-download
Scanning dependencies of target SDL2-2.0.5-download
[ 11%] Creating directories for 'SDL2-2.0.5-download'
[ 22%] Performing download step (download, verify and extract) for 'SDL2-2.0.5-download'
-- Downloading...
   dst='/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/SDL2-2.0.5-download/SDL2-2.0.5-download-prefix/src/SDL2-2.0.5.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64/Windows-x86_64/third-party/SDL2-2.0.5.zip'
-- [download 3% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 10% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 20% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 26% complete]
-- [download 31% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 38% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 45% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 53% complete]
-- [download 56% complete]
-- [download 58% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 66% complete]
-- [download 70% complete]
-- [download 75% complete]
-- [download 77% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 86% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 93% complete]
-- [download 96% complete]
-- [download 100% complete]
-- Downloading... done
-- extracting...
     src='/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/SDL2-2.0.5-download/SDL2-2.0.5-download-prefix/src/SDL2-2.0.5.zip'
     dst='/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/SDL2-2.0.5-src'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 33%] No patch step for 'SDL2-2.0.5-download'
[ 44%] No update step for 'SDL2-2.0.5-download'
[ 55%] No configure step for 'SDL2-2.0.5-download'
[ 66%] No build step for 'SDL2-2.0.5-download'
[ 77%] No install step for 'SDL2-2.0.5-download'
[ 88%] No test step for 'SDL2-2.0.5-download'
[100%] Completed 'SDL2-2.0.5-download'
[100%] Built target SDL2-2.0.5-download
-- /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/SDL2-2.0.5-src/SDL2.dll
-- Configuring done
-- Generating done
-- Build files have been written to: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] echo
Executing: #!c:\tools\cygwin\bin\bash --login
    cd `cygpath "C:\builds\workspace\pharo-vm_pharo-9"`
    set -ex
    cd build-stockReplacement && VERBOSE=1 make install package
    
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
+ cd build-stockReplacement
+ VERBOSE=1
+ make install package
/usr/bin/cmake.exe -S/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository -B/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement --check-build-system CMakeFiles/Makefile.cmake 0
/usr/bin/cmake.exe -E cmake_progress_start /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/progress.marks
make  -f CMakeFiles/Makefile2 all
make[1]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
make  -f libffi-build/CMakeFiles/objlib.dir/build.make libffi-build/CMakeFiles/objlib.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-src /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/CMakeFiles/objlib.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/CMakeFiles/objlib.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/CMakeFiles/objlib.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/CMakeFiles/objlib.dir/depend.internal".
Scanning dependencies of target objlib
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
make  -f libffi-build/CMakeFiles/objlib.dir/build.make libffi-build/CMakeFiles/objlib.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
[  0%] Building C object libffi-build/CMakeFiles/objlib.dir/src/closures.c.o
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build && /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-src/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/objlib.dir/src/closures.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-src/src/closures.c
In file included from /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-src/src/closures.c:525:
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-src/src/dlmalloc.c:452:9: warning: 'WIN32_LEAN_AND_MEAN' macro redefined [-Wmacro-redefined]
#define WIN32_LEAN_AND_MEAN
        ^
<command line>:13:9: note: previous definition is here
#define WIN32_LEAN_AND_MEAN 1
        ^
1 warning generated.
[  1%] Building C object libffi-build/CMakeFiles/objlib.dir/src/java_raw_api.c.o
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build && /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-src/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/objlib.dir/src/java_raw_api.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-src/src/java_raw_api.c
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-src/src/java_raw_api.c:328:46: warning: 'ffi_java_raw_size' is deprecated [-Wdeprecated-declarations]
  ffi_java_raw *raw = (ffi_java_raw*)alloca (ffi_java_raw_size (cif));
                                             ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include/ffi.h:299:56: note: 'ffi_java_raw_size' has been explicitly marked deprecated here
size_t ffi_java_raw_size (ffi_cif *cif) __attribute__((deprecated));
                                                       ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-src/src/java_raw_api.c:331:3: warning: 'ffi_java_ptrarray_to_raw' is deprecated [-Wdeprecated-declarations]
  ffi_java_ptrarray_to_raw (cif, avalue, raw);
  ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include/ffi.h:295:93: note: 'ffi_java_ptrarray_to_raw' has been explicitly marked deprecated here
void ffi_java_ptrarray_to_raw (ffi_cif *cif, void **args, ffi_java_raw *raw) __attribute__((deprecated));
                                                                                            ^
2 warnings generated.
[  1%] Building C object libffi-build/CMakeFiles/objlib.dir/src/prep_cif.c.o
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build && /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-src/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/objlib.dir/src/prep_cif.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-src/src/prep_cif.c
[  2%] Building C object libffi-build/CMakeFiles/objlib.dir/src/raw_api.c.o
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build && /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-src/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/objlib.dir/src/raw_api.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-src/src/raw_api.c
[  2%] Building C object libffi-build/CMakeFiles/objlib.dir/src/types.c.o
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build && /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-src/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/objlib.dir/src/types.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-src/src/types.c
[  3%] Building ASM object libffi-build/CMakeFiles/objlib.dir/src/x86/win64.S.obj
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build && /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-src/include   -o CMakeFiles/objlib.dir/src/x86/win64.S.obj -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-src/src/x86/win64.S
[  4%] Building C object libffi-build/CMakeFiles/objlib.dir/src/x86/ffiw64.c.o
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build && /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFFI_BUILDING -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-src/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/objlib.dir/src/x86/ffiw64.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-src/src/x86/ffiw64.c
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
[  4%] Built target objlib
make  -f libffi-build/CMakeFiles/ffi_shared.dir/build.make libffi-build/CMakeFiles/ffi_shared.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-src /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/CMakeFiles/ffi_shared.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/CMakeFiles/ffi_shared.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/CMakeFiles/ffi_shared.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/CMakeFiles/ffi_shared.dir/depend.internal".
Scanning dependencies of target ffi_shared
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
make  -f libffi-build/CMakeFiles/ffi_shared.dir/build.make libffi-build/CMakeFiles/ffi_shared.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
[  5%] Linking C shared library ../build/vm/ffi.dll
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build && /usr/bin/cmake.exe -E cmake_link_script CMakeFiles/ffi_shared.dir/link.txt --verbose=1
/usr/bin/x86_64-w64-mingw32-clang  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -shared -Wl,--enable-auto-import -o ../build/vm/ffi.dll -Wl,--out-implib,../build/vm/libffi.dll.a -Wl,--major-image-version,0,--minor-image-version,0 CMakeFiles/objlib.dir/src/closures.c.o CMakeFiles/objlib.dir/src/java_raw_api.c.o CMakeFiles/objlib.dir/src/prep_cif.c.o CMakeFiles/objlib.dir/src/raw_api.c.o CMakeFiles/objlib.dir/src/types.c.o CMakeFiles/objlib.dir/src/x86/win64.S.obj CMakeFiles/objlib.dir/src/x86/ffiw64.c.o 
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
[  5%] Built target ffi_shared
make  -f CMakeFiles/libffi_copy.dir/build.make CMakeFiles/libffi_copy.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/libffi_copy.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/libffi_copy.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/libffi_copy.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/libffi_copy.dir/depend.internal".
Scanning dependencies of target libffi_copy
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
make  -f CMakeFiles/libffi_copy.dir/build.make CMakeFiles/libffi_copy.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
[  6%] Copying libffi binaries to '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vm/'
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vm/ffi.dll /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vm/
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
[  6%] Built target libffi_copy
make  -f CMakeFiles/build_vmmaker_get_vm-build.dir/build.make CMakeFiles/build_vmmaker_get_vm-build.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/build_vmmaker_get_vm-build.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/build_vmmaker_get_vm-build.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/build_vmmaker_get_vm-build.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/build_vmmaker_get_vm-build.dir/depend.internal".
Scanning dependencies of target build_vmmaker_get_vm-build
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
make  -f CMakeFiles/build_vmmaker_get_vm-build.dir/build.make CMakeFiles/build_vmmaker_get_vm-build.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
[  6%] Creating directories for 'build_vmmaker_get_vm'
/usr/bin/cmake.exe -E make_directory C:/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/vm
/usr/bin/cmake.exe -E make_directory C:/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/vm
/usr/bin/cmake.exe -E make_directory C:/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker
/usr/bin/cmake.exe -E make_directory C:/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/tmp
/usr/bin/cmake.exe -E make_directory C:/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src/build_vmmaker_get_vm-stamp
/usr/bin/cmake.exe -E make_directory C:/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src
/usr/bin/cmake.exe -E make_directory C:/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src/build_vmmaker_get_vm-stamp
/usr/bin/cmake.exe -E touch C:/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-mkdir
[  7%] Performing download step (download, verify and extract) for 'build_vmmaker_get_vm'
cd C:/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker && /usr/bin/cmake.exe -P C:/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src/build_vmmaker_get_vm-stamp/download-build_vmmaker_get_vm.cmake
-- Downloading...
   dst='C:/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src/PharoVM-9.0.11-9e688828-Windows-x86_64-bin.zip'
   timeout='none'
-- Using src='https://files.pharo.org/vm/pharo-spur64-headless/Windows-x86_64/PharoVM-9.0.11-9e688828-Windows-x86_64-bin.zip'
-- [download 0% complete]
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- verifying file...
       file='C:/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src/PharoVM-9.0.11-9e688828-Windows-x86_64-bin.zip'
-- Downloading... done
cd C:/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker && /usr/bin/cmake.exe -P C:/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src/build_vmmaker_get_vm-stamp/verify-build_vmmaker_get_vm.cmake
cd C:/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker && /usr/bin/cmake.exe -P C:/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src/build_vmmaker_get_vm-stamp/extract-build_vmmaker_get_vm.cmake
-- extracting...
     src='C:/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src/PharoVM-9.0.11-9e688828-Windows-x86_64-bin.zip'
     dst='C:/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/vm'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
cd C:/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker && /usr/bin/cmake.exe -E touch C:/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-download
[  7%] No patch step for 'build_vmmaker_get_vm'
/usr/bin/cmake.exe -E echo_append
/usr/bin/cmake.exe -E touch C:/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-patch
[  8%] Performing update step for 'build_vmmaker_get_vm'
cd C:/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/vm && echo

[  8%] Performing configure step for 'build_vmmaker_get_vm'
cd C:/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/vm && echo

cd C:/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/vm && /usr/bin/cmake.exe -E touch C:/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-configure
[  9%] Performing build step for 'build_vmmaker_get_vm'
cd C:/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/vm && echo

cd C:/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/vm && /usr/bin/cmake.exe -E touch C:/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-build
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
[  9%] Built target build_vmmaker_get_vm-build
make  -f CMakeFiles/build_vmmaker_get_image.dir/build.make CMakeFiles/build_vmmaker_get_image.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/build_vmmaker_get_image.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/build_vmmaker_get_image.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/build_vmmaker_get_image.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/build_vmmaker_get_image.dir/depend.internal".
Scanning dependencies of target build_vmmaker_get_image
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
make  -f CMakeFiles/build_vmmaker_get_image.dir/build.make CMakeFiles/build_vmmaker_get_image.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
[  9%] Creating directories for 'build_vmmaker_get_image'
/usr/bin/cmake.exe -E make_directory C:/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/image
/usr/bin/cmake.exe -E make_directory C:/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/image
/usr/bin/cmake.exe -E make_directory C:/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker
/usr/bin/cmake.exe -E make_directory C:/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/tmp
/usr/bin/cmake.exe -E make_directory C:/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src/build_vmmaker_get_image-stamp
/usr/bin/cmake.exe -E make_directory C:/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src
/usr/bin/cmake.exe -E make_directory C:/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src/build_vmmaker_get_image-stamp
/usr/bin/cmake.exe -E touch C:/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-mkdir
[ 10%] Performing download step (download, verify and extract) for 'build_vmmaker_get_image'
cd C:/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker && /usr/bin/cmake.exe -P C:/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src/build_vmmaker_get_image-stamp/download-build_vmmaker_get_image.cmake
-- Downloading...
   dst='C:/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src/Pharo10-SNAPSHOT.build.349.sha.3e26baf.arch.64bit.zip'
   timeout='none'
-- Using src='https://files.pharo.org/image/100/Pharo10-SNAPSHOT.build.349.sha.3e26baf.arch.64bit.zip'
-- [download 0% complete]
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 66% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- verifying file...
       file='C:/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src/Pharo10-SNAPSHOT.build.349.sha.3e26baf.arch.64bit.zip'
-- Downloading... done
cd C:/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker && /usr/bin/cmake.exe -P C:/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src/build_vmmaker_get_image-stamp/verify-build_vmmaker_get_image.cmake
cd C:/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker && /usr/bin/cmake.exe -P C:/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src/build_vmmaker_get_image-stamp/extract-build_vmmaker_get_image.cmake
-- extracting...
     src='C:/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src/Pharo10-SNAPSHOT.build.349.sha.3e26baf.arch.64bit.zip'
     dst='C:/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/image'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
cd C:/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker && /usr/bin/cmake.exe -E touch C:/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-download
[ 11%] No patch step for 'build_vmmaker_get_image'
/usr/bin/cmake.exe -E echo_append
/usr/bin/cmake.exe -E touch C:/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-patch
[ 11%] Performing update step for 'build_vmmaker_get_image'
cd C:/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/image && echo

[ 11%] Performing configure step for 'build_vmmaker_get_image'
cd C:/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/image && echo

cd C:/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/image && /usr/bin/cmake.exe -E touch C:/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-configure
[ 12%] Performing build step for 'build_vmmaker_get_image'
cd C:/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/image && C:/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/vm/PharoConsole.exe --headless C:/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/image/Pharo10-SNAPSHOT-64bit-3e26baf.image --no-default-preferences save VMMaker
cd C:/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/image && C:/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/vm/PharoConsole.exe --headless C:/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/image/VMMaker.image --no-default-preferences --save --quit C:/builds/workspace/pharo-vm_pharo-9/repository/scripts/installVMMaker.st C:/builds/workspace/pharo-vm_pharo-9/repository httpsUrl
NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (defaultRemoteType is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (defaultRemoteType is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (defaultRemoteType is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (defaultRemoteType is Undeclared)
NewUndeclaredWarning: UndefinedObject>>DoIt (path is Undeclared)
MetacelloNotification: Fetched -> BaselineOfVMMaker-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc
MetacelloNotification: Loading -> BaselineOfVMMaker-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc
MetacelloNotification: Loaded -> BaselineOfVMMaker-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc
MetacelloNotification: Loading baseline of BaselineOfVMMaker...
MetacelloNotification: Fetched -> BaselineOfLLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master]
MetacelloNotification: Loading -> BaselineOfLLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master]
MetacelloNotification: Loaded -> BaselineOfLLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master]
MetacelloNotification: Fetched -> BaselineOfUnicorn-CompatibleUserName.1639392057 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master]
MetacelloNotification: Loading -> BaselineOfUnicorn-CompatibleUserName.1639392057 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master]
MetacelloNotification: Loaded -> BaselineOfUnicorn-CompatibleUserName.1639392057 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master]
MetacelloNotification: Fetched -> Slang-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc
MetacelloNotification: Fetched -> Slang-Tests-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc
MetacelloNotification: Fetched -> Melchor-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc
MetacelloNotification: Project: Unicorn baseline
MetacelloNotification: Fetched -> Unicorn-CompatibleUserName.1639392057 --- https://github.com/guillep/pharo-unicorn.git[master] --- https://github.com/guillep/pharo-unicorn.git[master]
MetacelloNotification: Project: LLVMDisassembler baseline
MetacelloNotification: Fetched -> LLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- https://github.com/guillep/pharo-llvmDisassembler.git[master]
MetacelloNotification: Fetched -> VMMakerLoadingDependencies-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc
MetacelloNotification: Fetched -> Printf-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc
MetacelloNotification: Fetched -> VMMaker-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc
MetacelloNotification: Fetched -> VMMaker-Slang-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc
MetacelloNotification: Fetched -> VMMakerCompatibilityForPharo6-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc
MetacelloNotification: Fetched -> VMMakerTests-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc
MetacelloNotification: Fetched -> VMMaker-MT-Tests-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc
MetacelloNotification: Fetched -> VMMaker-Tools-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc
MetacelloNotification: Fetched -> VMMaker-OriginalTests-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc
MetacelloNotification: Fetched -> FileAttributesPlugin-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc
MetacelloNotification: Loading -> Slang-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc --- cache
NewUndeclaredWarning: CCodeGenerator>>cLiteralForPrintfString: (PrintfFormatString is Undeclared)
NewUndeclaredWarning: CCodeGenerator>>removeAssertions (Sensor is Undeclared)
SystemNotification: TMethod>>methodIsEffectivelyComplete:in:(selector is shadowed)
NewUndeclaredWarning: VMMaker>>createCodeGenerator (MLVMCCodeGenerator is Undeclared)
NewUndeclaredWarning: VMMaker>>primitiveCopyFileNamed:to: (FileStream is Undeclared)
NewUndeclaredWarning: VMMaker>>primitiveCopyFileNamed:to: (FileStream is Undeclared)
MetacelloNotification: Loaded -> Slang-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc --- cache
MetacelloNotification: Loading -> Slang-Tests-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc --- cache
MetacelloNotification: Loaded -> Slang-Tests-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc --- cache
MetacelloNotification: Loading -> Melchor-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc --- cache
NewUndeclaredWarning: VMPluginCodeGenerator>>sizeOfIntegralCType: (BytesPerWord is Undeclared)
MetacelloNotification: Loaded -> Melchor-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc --- cache
MetacelloNotification: Starting atomic load
NewUndeclaredWarning: UcARMRegisters class>>eflags (UC_ARM_REG_EFLAGS is Undeclared)
MetacelloNotification: 	Loaded -> Unicorn-CompatibleUserName.1639392057 --- https://github.com/guillep/pharo-unicorn.git[master] --- cache
MetacelloNotification: Finished atomic load
MetacelloNotification: Starting atomic load
SystemNotification: LLVMDisassembler>>setOptions:(options is shadowed)
MetacelloNotification: 	Loaded -> LLVMDisassembler-CompatibleUserName.1621262425 --- https://github.com/guillep/pharo-llvmDisassembler.git[master] --- cache
MetacelloNotification: Finished atomic load
MetacelloNotification: Loading -> VMMakerLoadingDependencies-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc --- cache
NewUndeclaredWarning: TranscriptStream class>>redirectToStdOut: (FileStream is Undeclared)
NewUndeclaredWarning: TranscriptStream>>codePaneMenu:shifted: (SmalltalkEditor is Undeclared)
NewUndeclaredWarning: TranscriptStream>>codePaneMenu:shifted: (SmalltalkEditor is Undeclared)
NewUndeclaredWarning: TranscriptStream>>target (FileStream is Undeclared)
MetacelloNotification: Loaded -> VMMakerLoadingDependencies-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc --- cache
MetacelloNotification: Loading -> Printf-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc --- cache
MetacelloNotification: Loaded -> Printf-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc --- cache
NewUndeclaredWarning: DetailedInstructionPrinter>>printInstructionsOn: (fullBlockRecursionSelector is Undeclared)
SystemNotification: CogStackPageSurrogate>>addressIsInPage:(address is shadowed)
NewUndeclaredWarning: SmalltalkImage>>simulatePrimitive:args: (FileExistsException is Undeclared)
NewUndeclaredWarning: FakeStdinStream>>next (ActiveHand is Undeclared)
NewUndeclaredWarning: Cogit class>>genAndDis:options: (Compiler is Undeclared)
NewUndeclaredWarning: Cogit class>>initializeMiscConstants (UnicornProcessor is Undeclared)
NewUndeclaredWarning: Cogit>>initializeProcessor (MultiProcessor is Undeclared)
NewUndeclaredWarning: Cogit>>setClickStepBreakBlock (Debugger is Undeclared)
NewUndeclaredWarning: Cogit>>simulateCogCodeAt: (ProcessorSimulationTrap is Undeclared)
SystemNotification: RegisterAllocatingCogit>>resolveConflicts:with:to:(simStackPtr is shadowed)
NewUndeclaredWarning: StackToRegisterMappingCogit>>widthInDefaultFontOf: (NewParagraph is Undeclared)
NewUndeclaredWarning: ADPCMCodecPlugin class>>monticelloDescription (ADPCMCodec is Undeclared)
NewUndeclaredWarning: ADPCMCodecPlugin class>>translatedPrimitives (ADPCMCodec is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>fileOpenName:size:write: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>fileOpenName:size:write: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>fileOpenNewName:size: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>fileOpenNewName:size: (FileExistsException is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileDeleteName:Size: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileDeleteName:Size: (FileDirectory is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (FileDirectory is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (FileDirectory is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (StandardFileStream is Undeclared)
NewUndeclaredWarning: FilePluginSimulator>>sqFileRenameOld:Size:New:Size: (FileDirectory is Undeclared)
NewUndeclaredWarning: IA32ABIPlugin>>primCalloc (Alien is Undeclared)
NewUndeclaredWarning: IA32ABIPlugin>>primMalloc (Alien is Undeclared)
NewUndeclaredWarning: InterpreterPlugin class>>allCodeOlderThan: (TimeStamp is Undeclared)
NewUndeclaredWarning: InterpreterPlugin class>>buildCodeGenerator (VMMakerConfiguration is Undeclared)
NewUndeclaredWarning: InterpreterPlugin class>>buildCodeGeneratorForVMClass: (VMMakerConfiguration is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>compressStructSize (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>decompressStructSize (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>errorMgr2StructSize (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primImageHeight: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primImageNumComponents: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primImageWidth: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGPluginIsPresent (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGReadHeader:fromByteArray:size:errorMgrReadHeader: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGReadImagefromByteArrayonFormdoDitheringerrorMgrReadScanlines:_:_:_:_:_:_:_:_: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2Plugin>>primJPEGWriteImageonByteArrayformqualityprogressiveJPEGerrorMgrWriteScanlines:_:_:_:_:_:_:_:_:_:_:_: (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: TestOSAPlugin>>primOpenDefaultConfiguration:subtype: (ComponentInstance is Undeclared)
NewUndeclaredWarning: SoundGenerationPlugin class>>monticelloDescription (AbstractSound is Undeclared)
NewUndeclaredWarning: SoundGenerationPlugin class>>translatedPrimitives (AbstractSound is Undeclared)
NewUndeclaredWarning: StackInterpreter class>>patchInterpGCCPPC: (FileStream is Undeclared)
NewUndeclaredWarning: StackInterpreter class>>primitiveAccessorDepthTable (VMMakerConfiguration is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>codeGeneratorToComputeAccessorDepth (VMMakerConfiguration is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>ensureMultiThreadingOverridesAreUpToDate (Parser is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>ioMousePoint (Sensor is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>ioRelinquishProcessorForMicroseconds: (Sensor is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>logOfBytesVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>logOfBytesWrite:toFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>logOfSendsVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>logOfSendsWrite:toFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorph (SimulatorImageMorph is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorph (SimulatorEventTransformer is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorph (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorph (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorphNoTranscript (SimulatorImageMorph is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorphNoTranscript (SimulatorEventTransformer is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>openAsMorphNoTranscript (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: CogVMSimulator>>setBreakBlockFromString: (Compiler is Undeclared)
SystemNotification: CogVMSimulator>>testBreakCount:printSends:printFrames:printBytecodes:(breakCount is shadowed)
NewUndeclaredWarning: StackMTInterpreterSimulator>>ioMousePoint (Sensor is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>ioRelinquishProcessorForMicroseconds: (Sensor is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>logOfBytesVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>logOfBytesWrite:toFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>logOfSendsVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>logOfSendsWrite:toFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (SimulatorImageMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (SimulatorEventTransformer is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorph (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorphNoTranscript (SimulatorImageMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorphNoTranscript (SimulatorEventTransformer is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsMorphNoTranscript (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsSimulatorMorph (SimulatorMorph is Undeclared)
NewUndeclaredWarning: StackMTInterpreterSimulator>>openAsSimulatorMorph (SimulatorMorph is Undeclared)
SystemNotification: StackMTInterpreterSimulator>>runAtEachStep:breakCount:(breakCount is shadowed)
NewUndeclaredWarning: StackMTInterpreterSimulator>>setClickStepBreakBlock (Debugger is Undeclared)
SystemNotification: StackMTInterpreterSimulator>>testBreakCount:printSends:printFrames:printBytecodes:(breakCount is shadowed)
NewUndeclaredWarning: StackInterpreterSimulator>>codeGeneratorToComputeAccessorDepth (VMMakerConfiguration is Undeclared)
NewUndeclaredWarning: StackInterpreterSimulator>>ioMousePoint (Sensor is Undeclared)
NewUndeclaredWarning: StackInterpreterSimulator>>ioRelinquishProcessorForMicroseconds: (Sensor is Undeclared)
NewUndeclaredWarning: StackInterpreterSimulator>>logOfBytesVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackInterpreterSimulator>>logOfBytesWrite:toFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackInterpreterSimulator>>logOfSendsVerify:fromFileNamed:fromStart: (FileStream is Undeclared)
NewUndeclaredWarning: StackInterpreterSimulator>>logOfSendsWrite:toFileNamed:fromStart: (FileStream is Undeclared)
SystemNotification: StackInterpreterSimulator>>runAtEachStep:breakCount:(breakCount is shadowed)
NewUndeclaredWarning: StackInterpreterSimulator>>setClickStepBreakBlock (Debugger is Undeclared)
SystemNotification: StackInterpreterSimulator>>testBreakCount:printSends:printFrames:printBytecodes:(breakCount is shadowed)
NewUndeclaredWarning: VMStructType class>>checkGenerateSurrogate:bytesPerWord: (BytesPerWord is Undeclared)
NewUndeclaredWarning: VMStructType class>>checkGenerateSurrogate:bytesPerWord: (BytesPerWord is Undeclared)
NewUndeclaredWarning: VMStructType class>>checkGenerateSurrogate:bytesPerWord: (BytesPerWord is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFBitBltLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFFormLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFEdgeDataTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFFillDataTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadRenderingState (GEFWrongState is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadSpanBufferFrom: (GEFClassMismatch is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferIsInteger is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferIsPointers is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferBadMagic is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferWrongSize is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkBufferStartWrong is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>loadWorkBufferFrom: (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveAddActiveEdgeEntry (GEFEdgeDataTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveAddActiveEdgeEntry (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveAddActiveEdgeEntry (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveChangedActiveEdgeEntry (GEFEdgeDataTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveCopyBuffer (GEFClassMismatch is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveCopyBuffer (GEFSizeMismatch is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveDisplaySpanBuffer (GEFBitBltLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveGetFailureReason (GEFEngineIsInteger is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveGetFailureReason (GEFEngineIsWords is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveGetFailureReason (GEFEngineTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveInitializeProcessing (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFFillDataTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveMergeFillFrom (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveNextFillEntry (GEFFormLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveNextFillEntry (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveNextFillEntry (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveNextGlobalEdgeEntry (GEFWrongEdge is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalEdge (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalEdge (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalEdge (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveRegisterExternalFill (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>primitiveSetColorTransform (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFAlreadyFailed is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFEngineIsInteger is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFEngineIsWords is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom: (GEFEngineTooSmall is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom:requiredState: (GEFWrongState is Undeclared)
NewUndeclaredWarning: BalloonEngineBase>>quickLoadEngineFrom:requiredState:or: (GEFWrongState is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezier (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezier (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezier (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBezierShape (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBitmapFill (GEFBadPoint is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBitmapFill (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddBitmapFill (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFEntityCheckFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddCompressedShape (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddGradientFill (GEFBadPoint is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddGradientFill (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddGradientFill (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFBadPoint is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddLine (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFBadPoint is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddOval (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddPolygon (GEFEntityLoadFailed is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFWrongFill is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFEngineStopped is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFWorkTooBig is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFBadPoint is Undeclared)
NewUndeclaredWarning: BalloonEnginePlugin>>primitiveAddRect (GEFEntityLoadFailed is Undeclared)
MetacelloNotification: Loaded -> VMMaker-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-Slang-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc --- cache
MetacelloNotification: Loaded -> VMMaker-Slang-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc --- cache
MetacelloNotification: Loading -> VMMakerCompatibilityForPharo6-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc --- cache
NewUndeclaredWarning: OCAbstractScope>>childrenDo:after:suchThat: (children is Undeclared)
NewUndeclaredWarning: OCAbstractScope>>childrenDo:after:suchThat: (children is Undeclared)
NewUndeclaredWarning: OCAbstractScope>>childrenDo:suchThat: (children is Undeclared)
NewUndeclaredWarning: OCAbstractScope>>childrenDo:suchThat: (children is Undeclared)
NewUndeclaredWarning: DisplayText class>>example (Sensor is Undeclared)
NewUndeclaredWarning: DisplayText class>>example (Sensor is Undeclared)
NewUndeclaredWarning: DisplayText class>>text: (DefaultTextStyle is Undeclared)
MetacelloNotification: Loaded -> VMMakerCompatibilityForPharo6-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc --- cache
MetacelloNotification: Loading -> VMMakerTests-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc --- cache
NewUndeclaredWarning: ProcessorSimulator>>stackValues (VMMachineCodeDebuggerStackItem is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>arg0Register (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>arg1Register (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>baseRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>cResultRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>carg0Register (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>carg1Register (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>carg2Register (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>carg3Register (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>classRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>disassembler (LLVMRV64Disassembler is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>doublePrecisionFloatingPointRegister0 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>doublePrecisionFloatingPointRegister1 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>doublePrecisionFloatingPointRegister2 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f0 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f1 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f10 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f11 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f12 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f13 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f14 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f15 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f16 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f17 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f18 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f19 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f2 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f20 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f21 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f22 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f23 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f24 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f25 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f26 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f27 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f28 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f29 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f3 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f30 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f31 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f4 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f5 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f6 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f7 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f8 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>f9 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>flagCarryRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>flagOverflowRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>flagSignRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>flagZeroRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>framePointerRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>instructionPointerRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>linkRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>mstatus (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>receiverRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s0 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s0: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s2 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s2: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s7 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s7: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s8 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s8: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s9 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>s9: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>sendNumberOfArgumentsRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>stackPointerRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t0 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t0: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t1 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t1: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t2 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t2: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t3 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t3: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t4 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t4: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t5 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t5: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t6 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>t6: (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>temporaryRegister (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x0 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x1 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x10 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x11 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x12 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x13 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x14 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x15 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x16 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x17 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x18 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x19 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x2 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x20 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x21 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x22 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x23 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x24 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x25 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x26 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x27 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x28 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x29 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x3 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x30 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x31 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x4 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x5 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x6 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x7 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x8 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: UnicornRISCVSimulator>>x9 (UcRISCVRegisters is Undeclared)
NewUndeclaredWarning: VMFrameBuilder>>gtInspectorItemsIn: (GTObjectPrinter is Undeclared)
NewUndeclaredWarning: VMFrameBuilder>>gtInspectorItemsIn: (GTObjectPrinter is Undeclared)
NewUndeclaredWarning: VMBytecodeMethod>>encoderClass (EncoderForV3PlusClosures is Undeclared)
NewUndeclaredWarning: VMSimpleStackBasedCogitAbstractTest>>openMachineDebuggerAt: (VMMachineCodeDebugger is Undeclared)
MetacelloNotification: Loaded -> VMMakerTests-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-MT-Tests-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc --- cache
NewUndeclaredWarning: VMMTTests>>testHeartbeatReleasesVMWhenNoProcessIsWilling (CAContinuation is Undeclared)
NewUndeclaredWarning: VMMTTests>>testTryOwningOwnedVMLeavesThreadInWaitingState (CAContinuation is Undeclared)
NewUndeclaredWarning: VMMockCogThreadManager>>ioWaitOnOSSemaphore: (CAContinuation is Undeclared)
MetacelloNotification: Loaded -> VMMaker-MT-Tests-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-Tools-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc --- cache
NewUndeclaredWarning: SimulatorMorph>>callStackPanel (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorph>>commandPanel (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorph>>contextPanel (ObjectExplorerWrapper is Undeclared)
NewUndeclaredWarning: SimulatorMorph>>initializeWithVMSimulator:title:aTranscript: (SimulatorMorphicModel is Undeclared)
NewUndeclaredWarning: SimulatorMorph>>stackPanel (PluggableTextMorph is Undeclared)
NewUndeclaredWarning: SimulatorMorph>>transcriptPanel (PluggableTextMorph is Undeclared)
MetacelloNotification: Loaded -> VMMaker-Tools-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc --- cache
MetacelloNotification: Loading -> VMMaker-OriginalTests-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc --- cache
NewUndeclaredWarning: SpurImageTestResource class>>preenImage (Spur32BitPreen is Undeclared)
NewUndeclaredWarning: SpurPlanningCompactorTests class>>preenImage (Spur32BitPreen is Undeclared)
SystemNotification: FloatMathPluginTests>>makeTestData:using:seed:rounds:(seed is shadowed)
NewUndeclaredWarning: FloatMathPluginTests>>makeTestData:using:seed:rounds: (FileStream is Undeclared)
NewUndeclaredWarning: FloatMathPluginTests>>makeTestData:using:seed:rounds: (Sensor is Undeclared)
SystemNotification: FloatMathPluginTests>>verifyTestData:using:(seed is shadowed)
NewUndeclaredWarning: FloatMathPluginTests>>verifyTestData:using: (FileStream is Undeclared)
NewUndeclaredWarning: FloatMathPluginTests>>verifyTestData:using: (Sensor is Undeclared)
NewUndeclaredWarning: IncludedMethodsTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared)
NewUndeclaredWarning: IncludedMethodsTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2PluginTest>>testPluginPresent (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2PluginTest>>testPrimJPEGReadImage (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2PluginTest>>testPrimJPEGWriteImage (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: JPEGReadWriter2PluginTest>>testPrimJPEGWriteImage (JPEGReadWriter2 is Undeclared)
NewUndeclaredWarning: MiscPrimitivePluginTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared)
NewUndeclaredWarning: MiscPrimitivePluginTest>>testConvert8bitSignedFromTo16Bit (SoundBuffer is Undeclared)
NewUndeclaredWarning: CogARMCompilerTests>>processor (GdbARMAlien is Undeclared)
NewUndeclaredWarning: CogIA32CompilerTests>>processor (BochsIA32Alien is Undeclared)
NewUndeclaredWarning: CogMIPSELCompilerTests>>processor (MIPSELSimulator is Undeclared)
NewUndeclaredWarning: CogX64CompilerTests>>processor (BochsX64Alien is Undeclared)
MetacelloNotification: Loaded -> VMMaker-OriginalTests-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc --- cache
MetacelloNotification: Loading -> FileAttributesPlugin-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc --- cache
MetacelloNotification: Loaded -> FileAttributesPlugin-tonel.1 --- tonel://C:\builds\workspace\pharo-vm_pharo-9\repository\smalltalksrc --- cache
MetacelloNotification: ...finished baseline
cd C:/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/image && /usr/bin/cmake.exe -E touch C:/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-build
[ 13%] Performing install step for 'build_vmmaker_get_image'
cd C:/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/image && echo

cd C:/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/image && /usr/bin/cmake.exe -E touch C:/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-install
[ 14%] Completed 'build_vmmaker_get_image'
/usr/bin/cmake.exe -E make_directory /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles
/usr/bin/cmake.exe -E touch /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/build_vmmaker_get_image-complete
/usr/bin/cmake.exe -E touch C:/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src/build_vmmaker_get_image-stamp/build_vmmaker_get_image-done
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
[ 14%] Built target build_vmmaker_get_image
make  -f CMakeFiles/PharoVMCore.dir/build.make CMakeFiles/PharoVMCore.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
[ 15%] Generating VM files for flavour: CoInterpreter
C:/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/vm/PharoConsole.exe --headless C:/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/image/VMMaker.image --no-default-preferences eval "PharoVMMaker generate: #'CoInterpreter' outputDirectory: 'C:/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'"
Generating #CoInterpreter in 'C:/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'...

warning, variable nsMethodCache doesn't exist or has already been removed
StackInterpreterPrimitives>>doPrimitiveWorkerExtractReturnValue contains declaration for non-existent variable externalFunction
StackInterpreter>>checkImageVersionFrom: contains declaration for non-existent variable imageOffset
StackInterpreter>>reapAndResetErrorCodeTo:header: contains declaration for non-existent variable theSP
StackInterpreterPrimitives>>primitiveLoadSymbolFromModule contains declaration for non-existent variable ptr
StackInterpreter>>readImageFromFile:StartingAt: contains declaration for non-existent variable heapSize
StackInterpreter>>readImageFromFile:StartingAt: contains declaration for non-existent variable minimumMemory
StackInterpreter>>readImageFromFile:StartingAt: contains declaration for non-existent variable allocationReserve
StackInterpreterPrimitives>>primitiveFFIAllocate contains declaration for non-existent variable ptr
StackInterpreterPrimitives>>primitiveFFIFree contains declaration for non-existent variable ptr

conflicting return types sqInt, void in primitiveFFIAllocate

conflicting return types sqInt, void in primitiveFFIFree

conflicting return types sqInt, void in baseFrameReturn

conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject:

conflicting return types sqInt, void in extendedStoreBytecodePop:

conflicting return types sqInt, void in primitiveFFIAllocate

conflicting return types sqInt, void in primitiveFFIFree

conflicting return types sqInt, void in baseFrameReturn

conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject:

conflicting return types sqInt, void in extendedStoreBytecodePop:

conflicting return types sqInt, void in primitiveFFIAllocate

conflicting return types sqInt, void in primitiveFFIFree

conflicting return types sqInt, void in baseFrameReturn

conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject:

conflicting return types sqInt, void in extendedStoreBytecodePop:

conflicting return types sqInt, void in primitiveFFIAllocate

conflicting return types sqInt, void in primitiveFFIFree

conflicting return types sqInt, void in baseFrameReturn

conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject:

conflicting return types sqInt, void in extendedStoreBytecodePop:

conflicting return types sqInt, void in primitiveFFIAllocate

conflicting return types sqInt, void in primitiveFFIFree

conflicting return types sqInt, void in baseFrameReturn

conflicting return types sqInt, usqLong in fetchLong32:ofFloatObject:

conflicting return types sqInt, void in extendedStoreBytecodePop:

conflicting return types sqInt, void in primitiveFFIAllocate

conflicting return types sqInt, void in primitiveFFIFree

Local variable name 'receiver' in doPrimitiveWorkerExtractReturnValue may mask method when inlining

Local variable name 'stack' in pathTo:using:followWeak: may mask method when inlining

Local variable name 'stack' in pruneStack:stackp: may mask method when inlining

Local variable name 'receiver' in doPrimitiveWorkerCallout may mask method when inlining

compactionStartUsecs localised to fullGC

gcMarkEndUsecs localised to fullGC

extA localised to interpret

extB localised to interpret

lkupClassTag localised to interpret

numExtB localised to interpret

traceSources localised to printLogEntryAt:

the2ndUnknownShort localised to writeImageFileIO

warning, variable nsMethodCache doesn't exist or has already been removed
StackToRegisterMappingCogit>>freeAnyFloatRegNotConflictingWith: contains declaration for non-existent variable desc

conflicting return types AbstractInstruction *, usqInt in concretizeMoveC32R

conflicting return types AbstractInstruction *, usqInt in concretizeAndCqRR

conflicting return types AbstractInstruction *, usqInt in concretizeLoadEffectiveAddressMwrR

conflicting return types AbstractInstruction *, usqInt in concretizeMoveC32R

conflicting return types AbstractInstruction *, usqInt in concretizeAndCqRR

conflicting return types AbstractInstruction *, usqInt in concretizeLoadEffectiveAddressMwrR

conflicting return types AbstractInstruction *, usqInt in concretizeMoveC32R

conflicting return types AbstractInstruction *, usqInt in concretizeAndCqRR

conflicting return types AbstractInstruction *, usqInt in concretizeLoadEffectiveAddressMwrR

conflicting return types AbstractInstruction *, usqInt in concretizeMoveC32R

conflicting return types AbstractInstruction *, usqInt in concretizeAndCqRR

conflicting return types AbstractInstruction *, usqInt in concretizeLoadEffectiveAddressMwrR

conflicting return types AbstractInstruction *, usqInt in concretizeMoveC32R

conflicting return types AbstractInstruction *, usqInt in concretizeAndCqRR

conflicting return types AbstractInstruction *, usqInt in concretizeLoadEffectiveAddressMwrR

Local variable name 'ret' in genPrimitiveIdentityHash may mask method when inlining

Local variable name 'ret' in genPrimitiveImmediateAsInteger may mask method when inlining

pushNilSizeFunction localised to compileBlockBodies

savedFirstOpcodeIndex localised to compileBlockBodies

savedLastDumpedLiteralIndex localised to compileBlockBodies

savedNextLiteralIndex localised to compileBlockBodies

cStackAlignment localised to compileCallFor:numArgs:arg:arg:arg:arg:resultReg:regsToSave:

cPICEndOfCodeLabel localised to generateClosedPICPrototype

endCPICCase1 localised to generateClosedPICPrototype

primitiveGeneratorTable localised to primitiveDescriptor

numPushNilsFunction localised to scanBlock:

warning, variable nsMethodCache doesn't exist or has already been removed
StackToRegisterMappingCogit>>freeAnyFloatRegNotConflictingWith: contains declaration for non-existent variable desc

pushNilSizeFunction localised to compileBlockBodies

cStackAlignment localised to compileCallFor:numArgs:arg:arg:arg:arg:resultReg:regsToSave:

cPICEndOfCodeLabel localised to generateClosedPICPrototype

endCPICCase1 localised to generateClosedPICPrototype

primitiveGeneratorTable localised to primitiveDescriptor

numPushNilsFunction localised to scanBlock:

warning, variable nsMethodCache doesn't exist or has already been removed
StackToRegisterMappingCogit>>freeAnyFloatRegNotConflictingWith: contains declaration for non-existent variable desc

pushNilSizeFunction localised to compileBlockBodies

cStackAlignment localised to compileCallFor:numArgs:arg:arg:arg:arg:resultReg:regsToSave:

cPICEndOfCodeLabel localised to generateClosedPICPrototype

endCPICCase1 localised to generateClosedPICPrototype

primitiveGeneratorTable localised to primitiveDescriptor

numPushNilsFunction localised to scanBlock:
26 June 2022 2:40:17.428 pm
warning, signature of InterpreterProxy>>characterTable does not match reference implementation.
warning, signature of InterpreterProxy>>fullGC does not match reference implementation.
warning, signature of InterpreterProxy>>pop:thenPush: does not match reference implementation.
warning, signature of InterpreterProxy>>positive32BitValueOf: does not match reference implementation.
warning, signature of InterpreterProxy>>pushRemappableOop: does not match reference implementation.
external plugin FilePlugin generated as FilePlugin
warning, signature of InterpreterProxy>>pop:thenPush: does not match reference implementation.
warning, signature of InterpreterProxy>>pushBool: does not match reference implementation.
external plugin FloatArrayPlugin generated as FloatArrayPlugin
warning, signature of InterpreterProxy>>pop:thenPush: does not match reference implementation.
external plugin SurfacePlugin generated as SurfacePlugin
26 June 2022 2:40:18.108 pm

warning, variable nsMethodCache doesn't exist or has already been removed
StackInterpreterPrimitives>>primitiveFFIAllocate contains declaration for non-existent variable ptr
StackInterpreter>>readImageFromFile:StartingAt: contains declaration for non-existent variable heapSize
StackInterpreter>>readImageFromFile:StartingAt: contains declaration for non-existent variable minimumMemory
StackInterpreter>>readImageFromFile:StartingAt: contains declaration for non-existent variable allocationReserve
StackInterpreter>>checkImageVersionFrom: contains declaration for non-existent variable imageOffset
StackInterpreter>>reapAndResetErrorCodeTo:header: contains declaration for non-existent variable theSP
StackInterpreterPrimitives>>primitiveFFIFree contains declaration for non-existent variable ptr
StackInterpreterPrimitives>>primitiveLoadSymbolFromModule contains declaration for non-existent variable ptr
StackInterpreterPrimitives>>doPrimitiveWorkerExtractReturnValue contains declaration for non-existent variable externalFunction

conflicting return types sqInt, void in extendedStoreBytecodePop:

conflicting return types sqInt, void in primitiveFFIAllocate

conflicting return types sqInt, void in primitiveFFIFree

conflicting return types sqInt, void in extendedStoreBytecodePop:

conflicting return types sqInt, void in primitiveFFIAllocate

conflicting return types sqInt, void in primitiveFFIFree

conflicting return types sqInt, void in baseFrameReturn

conflicting return types sqInt, void in extendedStoreBytecodePop:

conflicting return types sqInt, void in primitiveFFIAllocate

conflicting return types sqInt, void in primitiveFFIFree

conflicting return types sqInt, void in baseFrameReturn

conflicting return types sqInt, void in extendedStoreBytecodePop:

conflicting return types sqInt, void in primitiveFFIAllocate

conflicting return types sqInt, void in primitiveFFIFree

conflicting return types sqInt, void in baseFrameReturn

conflicting return types sqInt, void in extendedStoreBytecodePop:

conflicting return types sqInt, void in primitiveFFIAllocate

conflicting return types sqInt, void in primitiveFFIFree

conflicting return types sqInt, void in baseFrameReturn

conflicting return types sqInt, void in extendedStoreBytecodePop:

Local variable name 'receiver' in doPrimitiveWorkerExtractReturnValue may mask method when inlining

Local variable name 'stack' in pathTo:using:followWeak: may mask method when inlining

Local variable name 'stack' in pruneStack:stackp: may mask method when inlining

Local variable name 'receiver' in doPrimitiveWorkerCallout may mask method when inlining

compactionStartUsecs localised to fullGC

gcMarkEndUsecs localised to fullGC

extA localised to interpret

extB localised to interpret

lkupClassTag localised to interpret

numExtB localised to interpret

traceSources localised to printLogEntryAt:

the2ndUnknownShort localised to writeImageFileIO

warning, variable nsMethodCache doesn't exist or has already been removed
StackToRegisterMappingCogit>>freeAnyFloatRegNotConflictingWith: contains declaration for non-existent variable desc

pushNilSizeFunction localised to compileBlockBodies

savedFirstOpcodeIndex localised to compileBlockBodies

savedLastDumpedLiteralIndex localised to compileBlockBodies

savedNextLiteralIndex localised to compileBlockBodies

cStackAlignment localised to compileCallFor:numArgs:arg:arg:arg:arg:resultReg:regsToSave:

cPICEndOfCodeLabel localised to generateClosedPICPrototype

endCPICCase1 localised to generateClosedPICPrototype

primitiveGeneratorTable localised to primitiveDescriptor

numPushNilsFunction localised to scanBlock:

warning, variable nsMethodCache doesn't exist or has already been removed
StackToRegisterMappingCogit>>freeAnyFloatRegNotConflictingWith: contains declaration for non-existent variable desc

pushNilSizeFunction localised to compileBlockBodies

cStackAlignment localised to compileCallFor:numArgs:arg:arg:arg:arg:resultReg:regsToSave:

cPICEndOfCodeLabel localised to generateClosedPICPrototype

endCPICCase1 localised to generateClosedPICPrototype

primitiveGeneratorTable localised to primitiveDescriptor

numPushNilsFunction localised to scanBlock:

warning, variable nsMethodCache doesn't exist or has already been removed
StackToRegisterMappingCogit>>freeAnyFloatRegNotConflictingWith: contains declaration for non-existent variable desc

pushNilSizeFunction localised to compileBlockBodies

cStackAlignment localised to compileCallFor:numArgs:arg:arg:arg:arg:resultReg:regsToSave:

cPICEndOfCodeLabel localised to generateClosedPICPrototype

endCPICCase1 localised to generateClosedPICPrototype

primitiveGeneratorTable localised to primitiveDescriptor

numPushNilsFunction localised to scanBlock:
26 June 2022 2:40:59.823 pm
warning, signature of InterpreterProxy>>characterTable does not match reference implementation.
warning, signature of InterpreterProxy>>fullGC does not match reference implementation.
warning, signature of InterpreterProxy>>pop:thenPush: does not match reference implementation.
warning, signature of InterpreterProxy>>positive32BitValueOf: does not match reference implementation.
warning, signature of InterpreterProxy>>pushRemappableOop: does not match reference implementation.
external plugin FilePlugin generated as FilePlugin
warning, signature of InterpreterProxy>>pop:thenPush: does not match reference implementation.
warning, signature of InterpreterProxy>>pushBool: does not match reference implementation.
external plugin FloatArrayPlugin generated as FloatArrayPlugin
warning, signature of InterpreterProxy>>pop:thenPush: does not match reference implementation.
external plugin SurfacePlugin generated as SurfacePlugin
26 June 2022 2:41:00.489 pm
PharoVMMaker
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/PharoVMCore.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/PharoVMCore.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/PharoVMCore.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/PharoVMCore.dir/depend.internal".
Scanning dependencies of target PharoVMCore
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
make  -f CMakeFiles/PharoVMCore.dir/build.make CMakeFiles/PharoVMCore.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
[ 16%] Building C object CMakeFiles/PharoVMCore.dir/src/debug.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/src/debug.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/src/debug.c
[ 16%] Building C object CMakeFiles/PharoVMCore.dir/src/utils.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/src/utils.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/src/utils.c
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/src/utils.c:549:13: warning: incompatible pointer types passing 'TCHAR *' (aka 'unsigned short *') to parameter of type 'char *' [-Wincompatible-pointer-types]
  vsnprintf(buf, 4096-1, fmt, args);
            ^~~
/usr/x86_64-w64-mingw32/sys-root/mingw/include/stdio.h:450:22: note: passing argument to parameter '__stream' here
int vsnprintf (char *__stream, size_t __n, const char *__format, __builtin_va_list __local_argv)
                     ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/src/utils.c:552:32: warning: incompatible pointer types passing 'const char *' to parameter of type 'LPCWSTR' (aka 'const unsigned short *') [-Wincompatible-pointer-types]
  result = MessageBox(NULL,buf,titleString,dwFlags|MB_SETFOREGROUND);
                               ^~~~~~~~~~~
/usr/x86_64-w64-mingw32/sys-root/mingw/include/winuser.h:3712:70: note: passing argument to parameter 'lpCaption' here
  WINUSERAPI int WINAPI MessageBoxW(HWND hWnd,LPCWSTR lpText,LPCWSTR lpCaption,UINT uType);
                                                                     ^
2 warnings generated.
[ 17%] Building C object CMakeFiles/PharoVMCore.dir/src/errorCode.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/src/errorCode.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/src/errorCode.c
[ 17%] Building C object CMakeFiles/PharoVMCore.dir/src/nullDisplay.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/src/nullDisplay.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/src/nullDisplay.c
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/src/nullDisplay.c:208:1: warning: unused function 'dropInit' [-Wunused-function]
dropInit (void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/src/nullDisplay.c:215:1: warning: unused function 'dropShutdown' [-Wunused-function]
dropShutdown (void)
^
2 warnings generated.
[ 18%] Building C object CMakeFiles/PharoVMCore.dir/src/externalPrimitives.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/src/externalPrimitives.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/src/externalPrimitives.c
[ 18%] Building C object CMakeFiles/PharoVMCore.dir/src/client.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/src/client.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/src/client.c
[ 19%] Building C object CMakeFiles/PharoVMCore.dir/src/pathUtilities.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/src/pathUtilities.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/src/pathUtilities.c
[ 19%] Building C object CMakeFiles/PharoVMCore.dir/src/fileDialogCommon.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/src/fileDialogCommon.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/src/fileDialogCommon.c
[ 20%] Building C object CMakeFiles/PharoVMCore.dir/src/stringUtilities.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/src/stringUtilities.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/src/stringUtilities.c
[ 21%] Building C object CMakeFiles/PharoVMCore.dir/src/imageAccess.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/src/imageAccess.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/src/imageAccess.c
[ 21%] Building C object CMakeFiles/PharoVMCore.dir/src/parameters/parameterVector.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/src/parameters/parameterVector.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/src/parameters/parameterVector.c
[ 22%] Building C object CMakeFiles/PharoVMCore.dir/src/parameters/parameters.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/src/parameters/parameters.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/src/parameters/parameters.c
[ 22%] Building C object CMakeFiles/PharoVMCore.dir/src/semaphores/platformSemaphore.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/src/semaphores/platformSemaphore.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/src/semaphores/platformSemaphore.c
[ 23%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/heartbeat.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/heartbeat.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/heartbeat.c
[ 23%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/functionDefinitionPrimitives.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/ffi/src/functionDefinitionPrimitives.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/src/functionDefinitionPrimitives.c
[ 24%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/primitiveCalls.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/ffi/src/primitiveCalls.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/src/primitiveCalls.c
[ 24%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/primitiveUtils.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/ffi/src/primitiveUtils.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/src/primitiveUtils.c
[ 25%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/types.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/ffi/src/types.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/src/types.c
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/src/types.c:108:3: warning: variable 'address' is used uninitialized whenever switch default is taken [-Wsometimes-uninitialized]
                default:
                ^~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/src/types.c:112:19: note: uninitialized use occurs here
        setHandler(aOop, address);
                         ^~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/src/types.c:4:15: note: initialize the variable 'address' to silence this warning
        void* address;
                     ^
                      = NULL
1 warning generated.
[ 25%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/typesPrimitives.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/ffi/src/typesPrimitives.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/src/typesPrimitives.c
[ 26%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/utils.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/ffi/src/utils.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/src/utils.c
[ 27%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/sameThread/sameThread.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/ffi/src/sameThread/sameThread.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/src/sameThread/sameThread.c
[ 27%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbackPrimitives.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbackPrimitives.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/src/callbacks/callbackPrimitives.c
[ 28%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbacks.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbacks.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/src/callbacks/callbacks.c
[ 28%] Building C object CMakeFiles/PharoVMCore.dir/src/semaphores/pharoSemaphore.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/src/semaphores/pharoSemaphore.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/src/semaphores/pharoSemaphore.c
[ 29%] Building C object CMakeFiles/PharoVMCore.dir/src/threadSafeQueue/threadSafeQueue.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/src/threadSafeQueue/threadSafeQueue.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/src/threadSafeQueue/threadSafeQueue.c
[ 29%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/pThreadedFFI.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/ffi/src/pThreadedFFI.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/src/pThreadedFFI.c
[ 30%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/worker/worker.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/ffi/src/worker/worker.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/src/worker/worker.c
[ 30%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerPrimitives.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerPrimitives.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/src/worker/workerPrimitives.c
[ 31%] Building C object CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerTask.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerTask.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/src/worker/workerTask.c
[ 31%] Building C object CMakeFiles/PharoVMCore.dir/generated/64/vm/src/cogit.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/generated/64/vm/src/cogit.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c
In file included from /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:19:
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:2671:10: warning: expression result unused [-Wunused-value]
                        error("Case not found and no otherwise clause");
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:3127:26: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign]
                                                latestContinuation = latestContinuation;
                                                ~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:3243:8: warning: expression result unused [-Wunused-value]
        error("what??");
              ^~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:4266:62: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long long') to parameter of type 'void *' [-Wint-conversion]
                                 || (((cogMethod->methodObject)) == (((usqInt)(methodFor((cogMethod->methodObject))))))))) {
                                                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:773:36: note: passing argument to parameter 'address' here
extern CogMethod * methodFor(void *address);
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:4392:2: warning: implicitly declaring library function 'bzero' with type 'void (void *, unsigned long long)' [-Wimplicit-function-declaration]
        bzero(abstractOpcodes, opcodeSize + fixupSize);
        ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:4392:2: note: include the header <strings.h> or explicitly provide a declaration for 'bzero'
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:4585:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'unsigned long long' [-Wint-conversion]
        address = positive64BitIntegerFor(mcpc);
                                          ^~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include/cointerp.h:93:46: note: passing argument to parameter 'integerValue' here
extern sqInt positive64BitIntegerFor(usqLong integerValue);
                                             ^
In file included from /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:19:
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:4626:85: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                (targetMethod1->methodObject = classForInlineCacheTag(inlineCacheTagAt(backEnd, mcpc)));
                                                                                                                ^~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:2548:72: note: passing argument to parameter 'callSiteReturnAddress' here
inlineCacheTagAt(AbstractInstruction * self_in_inlineCacheTagAt, sqInt callSiteReturnAddress)
                                                                       ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:4823:26: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign]
                                                latestContinuation = latestContinuation;
                                                ~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:5033:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:5108:4: warning: expression result unused [-Wunused-value]
                ((AbstractInstruction *) backEnd);
                 ^                       ~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:5124:4: warning: expression result unused [-Wunused-value]
                ((AbstractInstruction *) backEnd);
                 ^                       ~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:5140:4: warning: expression result unused [-Wunused-value]
                ((AbstractInstruction *) backEnd);
                 ^                       ~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:5156:4: warning: expression result unused [-Wunused-value]
                ((AbstractInstruction *) backEnd);
                 ^                       ~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:5172:3: warning: expression result unused [-Wunused-value]
        ((AbstractInstruction *) backEnd);
         ^                       ~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:5398:9: warning: expression result unused [-Wunused-value]
                error("cannot differentiate checked and unchecked entry-points with current cog method alignment");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:5532:3: warning: expression result unused [-Wunused-value]
        ((AbstractInstruction *) backEnd);
         ^                       ~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:5581:3: warning: expression result unused [-Wunused-value]
        ((AbstractInstruction *) backEnd);
         ^                       ~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:5908:23: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign]
                        latestContinuation = latestContinuation;
                        ~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:5928:8: warning: expression result unused [-Wunused-value]
        error("what??");
              ^~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:6120:10: warning: expression result unused [-Wunused-value]
                        error("too much code for stack check offset");
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:6749:16: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long long') from 'CogMethod *' [-Wint-conversion]
        cPICPrototype = cPIC;
                      ^ ~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:7679:8: warning: expression result unused [-Wunused-value]
        error("could not find selector in method when unlinking send site");
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:7854:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:7856:8: warning: expression result unused [-Wunused-value]
        error("invalid opcode for inverse");
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:8225:14: warning: expression result unused [-Wunused-value]
                                                        error("attempt to become two cogged methods");
                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:8228:14: warning: expression result unused [-Wunused-value]
                                                        error("attempt to become cogged method into different method");
                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:8517:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:8520:9: warning: expression result unused [-Wunused-value]
                error("youngReferrers list overflowed");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:8867:140: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), inlineCacheValueForSelectorinat((targetMethod1->selector), enumeratingCogMethod, mcpc), unlinkedRoutine);
                                                                                                                                                                       ^~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:7788:78: note: passing argument to parameter 'mcpc' here
inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc)
                                                                             ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:9164:26: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign]
                                                latestContinuation = latestContinuation;
                                                ~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:9560:11: warning: expression result unused [-Wunused-value]
                                error("attempt to generate run-time routine containing young object reference.  Cannot initialize Cogit run-time.");
                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:9682:3: warning: expression result unused [-Wunused-value]
        ((AbstractInstruction *) backEnd);
         ^                       ~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:9737:126: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), indexForSelectorinat((targetMethod->selector), enumeratingCogMethod, mcpc), unlinkedRoutine);
                                                                                                                                           ^~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:7657:66: note: passing argument to parameter 'mcpc' here
indexForSelectorinat(sqInt selector, CogMethod *cogMethod, sqInt mcpc)
                                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:9979:8: warning: expression result unused [-Wunused-value]
        error("couldn't locate end of clean block");
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:10201:140: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), inlineCacheValueForSelectorinat((targetMethod1->selector), enumeratingCogMethod, mcpc), unlinkedRoutine);
                                                                                                                                                                       ^~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:7788:78: note: passing argument to parameter 'mcpc' here
inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc)
                                                                             ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:10253:141: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), inlineCacheValueForSelectorinat((targetMethod1->selector), enumeratingCogMethod, mcpc), unlinkedRoutine);
                                                                                                                                                                               ^~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:7788:78: note: passing argument to parameter 'mcpc' here
inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc)
                                                                             ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:10303:140: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), inlineCacheValueForSelectorinat((targetMethod1->selector), enumeratingCogMethod, mcpc), unlinkedRoutine);
                                                                                                                                                                       ^~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:7788:78: note: passing argument to parameter 'mcpc' here
inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc)
                                                                             ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:10351:139: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), inlineCacheValueForSelectorinat((targetMethod1->selector), enumeratingCogMethod, mcpc), unlinkedRoutine);
                                                                                                                                                               ^~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:7788:78: note: passing argument to parameter 'mcpc' here
inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc)
                                                                             ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:10399:140: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                rewriteInlineCacheAttagtarget(backEnd, ((sqInt)mcpc), inlineCacheValueForSelectorinat((targetMethod1->selector), enumeratingCogMethod, mcpc), unlinkedRoutine);
                                                                                                                                                                       ^~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:7788:78: note: passing argument to parameter 'mcpc' here
inlineCacheValueForSelectorinat(sqInt selector, CogMethod *aCogMethod, sqInt mcpc)
                                                                             ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:10872:9: warning: expression result unused [-Wunused-value]
                error("no room on youngReferrers list");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:17244:88: warning: incompatible pointer to integer conversion passing 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        return genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(reg, scratch, instruction, 0);
                                                                                              ^~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:927:125: note: passing argument to parameter 'fwdJumpTarget' here
static sqInt NoDbgRegParms genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero);
                                                                                                                            ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:17286:12: warning: incompatible integer to pointer conversion assigning to 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') from 'sqInt' (aka 'long long') [-Wint-conversion]
                finished = nonFwdJumpTargetOrZero;
                         ^ ~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:17495:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:17678:10: warning: expression result unused [-Wunused-value]
                        error("Case not found and no otherwise clause");
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:17698:10: warning: expression result unused [-Wunused-value]
                        error("Case not found and no otherwise clause");
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:18299:86: warning: incompatible pointer to integer conversion passing 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(Arg0Reg, TempReg, comp, 0);
                                                                                                   ^~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:17254:98: note: passing argument to parameter 'fwdJumpTarget' here
genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
                                                                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:18325:86: warning: incompatible pointer to integer conversion passing 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(Arg0Reg, TempReg, comp, 0);
                                                                                                   ^~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:17254:98: note: passing argument to parameter 'fwdJumpTarget' here
genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
                                                                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:22847:10: warning: expression result unused [-Wunused-value]
                        error("Case not found and no otherwise clause");
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:22933:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:23519:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:25682:33: warning: expression result unused [-Wunused-value]
                        (self_in_dispatchConcretize->machineCodeSize);
                         ~~~~~~~~~~~~~~~~~~~~~~~~~~  ^~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:25815:33: warning: expression result unused [-Wunused-value]
                        (self_in_dispatchConcretize->machineCodeSize);
                         ~~~~~~~~~~~~~~~~~~~~~~~~~~  ^~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:25949:33: warning: expression result unused [-Wunused-value]
                        (self_in_dispatchConcretize->machineCodeSize);
                         ~~~~~~~~~~~~~~~~~~~~~~~~~~  ^~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:26047:33: warning: expression result unused [-Wunused-value]
                        (self_in_dispatchConcretize->machineCodeSize);
                         ~~~~~~~~~~~~~~~~~~~~~~~~~~  ^~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:27190:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:27313:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:27375:9: warning: expression result unused [-Wunused-value]
                error("couldn't find unused register in genDivR:R:Quo:Rem:");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:28012:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:28362:9: warning: expression result unused [-Wunused-value]
                error("linking callsite to invalid address");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:28431:9: warning: expression result unused [-Wunused-value]
                error("linking callsite to invalid address");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:28567:10: warning: expression result unused [-Wunused-value]
                        error("Case not found and no otherwise clause");
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:28599:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:28608:9: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long long') to parameter of type 'void *' [-Wint-conversion]
        memset(startAddr, 204 /* stop */, (endAddr - startAddr) + 1);
               ^~~~~~~~~
/usr/x86_64-w64-mingw32/sys-root/mingw/include/string.h:53:31: note: passing argument to parameter '_Dst' here
  void * __cdecl memset(void *_Dst,int _Val,size_t _Size);
                              ^
In file included from /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogit.c:19:
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:28647:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:28886:13: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long long') to parameter of type 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') [-Wint-conversion]
                jmpTarget(arrivingJmp, genoperandoperand(Label, (labelCounter += 1), bytecodePC));
                          ^~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:28095:33: note: passing argument to parameter 'self_in_jmpTarget' here
jmpTarget(AbstractInstruction * self_in_jmpTarget, AbstractInstruction *anAbstractInstruction)
                                ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:28857:3: warning: expression result unused [-Wunused-value]
        ((AbstractInstruction *) backEnd);
         ^                       ~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:28868:3: warning: expression result unused [-Wunused-value]
        ((AbstractInstruction *) backEnd);
         ^                       ~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:29092:13: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long long') to parameter of type 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') [-Wint-conversion]
                jmpTarget(arrivingJmp, genoperandoperand(Label, (labelCounter += 1), bytecodePC));
                          ^~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:28095:33: note: passing argument to parameter 'self_in_jmpTarget' here
jmpTarget(AbstractInstruction * self_in_jmpTarget, AbstractInstruction *anAbstractInstruction)
                                ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:29102:13: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long long') to parameter of type 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') [-Wint-conversion]
                jmpTarget(arrivingJmp1, genoperandoperand(Label, (labelCounter += 1), bytecodePC));
                          ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:28095:33: note: passing argument to parameter 'self_in_jmpTarget' here
jmpTarget(AbstractInstruction * self_in_jmpTarget, AbstractInstruction *anAbstractInstruction)
                                ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:29030:3: warning: expression result unused [-Wunused-value]
        ((AbstractInstruction *) backEnd);
         ^                       ~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:29041:3: warning: expression result unused [-Wunused-value]
        ((AbstractInstruction *) backEnd);
         ^                       ~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:29172:9: warning: expression result unused [-Wunused-value]
                error("shouldBeImplemented");
                      ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:29182:4: warning: expression result unused [-Wunused-value]
                ((AbstractInstruction *) backEnd);
                 ^                       ~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:29188:4: warning: expression result unused [-Wunused-value]
                ((AbstractInstruction *) backEnd);
                 ^                       ~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:29194:4: warning: expression result unused [-Wunused-value]
                ((AbstractInstruction *) backEnd);
                 ^                       ~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:29200:4: warning: expression result unused [-Wunused-value]
                ((AbstractInstruction *) backEnd);
                 ^                       ~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:29206:3: warning: expression result unused [-Wunused-value]
        ((AbstractInstruction *) backEnd);
         ^                       ~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:29321:39: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if (!(isWithinMwOffsetRange(backEnd, methodCacheAddress()))) {
                                             ^~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:28077:82: note: passing argument to parameter 'anAddress' here
isWithinMwOffsetRange(AbstractInstruction * self_in_isWithinMwOffsetRange, sqInt anAddress)
                                                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:29479:49: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long long') to parameter of type 'void (*)(void)' [-Wint-conversion]
                return compileMachineCodeInterpreterPrimitive(mcprimFunctionForPrimitiveIndex(primitiveIndex));
                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:29135:47: note: passing argument to parameter 'primitiveRoutine' here
compileMachineCodeInterpreterPrimitive(void (*primitiveRoutine)(void))
                                              ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:29482:24: warning: comparison of distinct pointer types ('void (*)(void)' and 'sqInt (*)(void)' (aka 'long long (*)(void)')) [-Wcompare-distinct-pointer-types]
         || (primitiveRoutine == primitiveFail)) {
             ~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:30101:39: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if (!(isWithinMwOffsetRange(backEnd, methodCacheAddress()))) {
                                             ^~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:28077:82: note: passing argument to parameter 'anAddress' here
isWithinMwOffsetRange(AbstractInstruction * self_in_isWithinMwOffsetRange, sqInt anAddress)
                                                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:30859:26: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign]
                                                latestContinuation = latestContinuation;
                                                ~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:32290:9: warning: expression result unused [-Wunused-value]
                error("Cog JIT internal error. Too many abstract opcodes.  Num opcodes heuristic is too optimistic.");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:33777:47: warning: incompatible pointer to integer conversion passing 'sqInt (sqInt, sqInt, sqInt, sqInt)' (aka 'long long (long long, long long, long long, long long)') to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                generateSuperSendTrampolineTonamednumArgsin(ceSendabovetonumArgs, "ceDirectedSuperSend", numArgs, directedSuperSendTrampolines);
                                                            ^~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:1264:78: note: passing argument to parameter 'function' here
static sqInt NoDbgRegParms generateSuperSendTrampolineTonamednumArgsin(sqInt function, sqInt name, sqInt numArgs, sqInt *table);
                                                                             ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:33777:69: warning: incompatible pointer to integer conversion passing 'char [20]' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                generateSuperSendTrampolineTonamednumArgsin(ceSendabovetonumArgs, "ceDirectedSuperSend", numArgs, directedSuperSendTrampolines);
                                                                                  ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:1264:94: note: passing argument to parameter 'name' here
static sqInt NoDbgRegParms generateSuperSendTrampolineTonamednumArgsin(sqInt function, sqInt name, sqInt numArgs, sqInt *table);
                                                                                             ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:33778:47: warning: incompatible pointer to integer conversion passing 'void (sqInt, sqInt, sqInt, sqInt)' (aka 'void (long long, long long, long long, long long)') to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                generateSuperSendTrampolineTonamednumArgsin(ceSendaboveClassBindingtonumArgs, "ceDirectedSuperBindingSend", numArgs, directedSuperBindingSendTrampolines);
                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:1264:78: note: passing argument to parameter 'function' here
static sqInt NoDbgRegParms generateSuperSendTrampolineTonamednumArgsin(sqInt function, sqInt name, sqInt numArgs, sqInt *table);
                                                                             ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:33778:81: warning: incompatible pointer to integer conversion passing 'char [27]' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                generateSuperSendTrampolineTonamednumArgsin(ceSendaboveClassBindingtonumArgs, "ceDirectedSuperBindingSend", numArgs, directedSuperBindingSendTrampolines);
                                                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:1264:94: note: passing argument to parameter 'name' here
static sqInt NoDbgRegParms generateSuperSendTrampolineTonamednumArgsin(sqInt function, sqInt name, sqInt numArgs, sqInt *table);
                                                                                             ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:33797:102: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long long') to parameter of type 'char *' [-Wint-conversion]
        trampoline = genSendTrampolineFornumArgscalledargargargarg(function, numArgs, trampolineNamenumArgs(name, numArgs), ClassReg, TempReg, ReceiverResultReg, (numArgs <= (NumSendTrampolines - 2)
                                                                                                            ^~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:10033:29: note: passing argument to parameter 'routinePrefix' here
trampolineNamenumArgs(char *routinePrefix, sqInt numArgs)
                            ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:33797:61: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long long') to parameter of type 'void *' [-Wint-conversion]
        trampoline = genSendTrampolineFornumArgscalledargargargarg(function, numArgs, trampolineNamenumArgs(name, numArgs), ClassReg, TempReg, ReceiverResultReg, (numArgs <= (NumSendTrampolines - 2)
                                                                   ^~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:1297:80: note: passing argument to parameter 'aRoutine' here
static sqInt NoDbgRegParms genSendTrampolineFornumArgscalledargargargarg(void *aRoutine, sqInt numArgs, char *aString, sqInt regOrConst0, sqInt regOrConst1, sqInt regOrConst2, sqInt regOrConst3);
                                                                               ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:34020:85: warning: incompatible pointer to integer conversion passing 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(argReg, TempReg, label, 0);
                                                                                                  ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:17254:98: note: passing argument to parameter 'fwdJumpTarget' here
genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
                                                                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:34024:23: warning: incompatible pointer to integer conversion passing 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : argReg), TempReg, label, fixup);
                                    ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:17254:98: note: passing argument to parameter 'fwdJumpTarget' here
genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
                                                                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:34024:30: warning: incompatible pointer to integer conversion passing 'BytecodeFixup *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : argReg), TempReg, label, fixup);
                                           ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:17254:119: note: passing argument to parameter 'nonFwdJumpTargetOrZero' here
genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
                                                                                                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:34097:85: warning: incompatible pointer to integer conversion passing 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(argReg, TempReg, label, 0);
                                                                                                  ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:17254:98: note: passing argument to parameter 'fwdJumpTarget' here
genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
                                                                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:34101:92: warning: incompatible pointer to integer conversion passing 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(rcvrRegOrNone, TempReg, label, 0);
                                                                                                         ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:17254:98: note: passing argument to parameter 'fwdJumpTarget' here
genEnsureOopInRegNotForwardedscratchRegifForwarderifNotForwarder(sqInt reg, sqInt scratch, sqInt fwdJumpTarget, sqInt nonFwdJumpTargetOrZero)
                                                                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:35124:10: warning: expression result unused [-Wunused-value]
                        error("Case not found and no otherwise clause");
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:35254:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:35123:3: warning: variable 'result' is used uninitialized whenever switch default is taken [-Wsometimes-uninitialized]
                default:
                ^~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:35126:22: note: uninitialized use occurs here
                if (isIntegerValue(result)) {
                                   ^~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:35092:17: note: initialize the variable 'result' to silence this warning
    sqInt result;
                ^
                 = 0
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:35517:9: warning: expression result unused [-Wunused-value]
                error("Case not found and no otherwise clause");
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:35516:2: warning: variable 'result' is used uninitialized whenever switch default is taken [-Wsometimes-uninitialized]
        default:
        ^~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:35520:34: note: uninitialized use occurs here
        return ssPushAnnotatedConstant((result
                                        ^~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:35491:15: note: initialize the variable 'result' to silence this warning
    int result;
              ^
               = 0
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:36326:45: warning: incompatible integer to pointer conversion assigning to 'AbstractInstruction *' (aka 'struct _AbstractInstruction *') from 'unsigned char' [-Wint-conversion]
                (self_in_reinitialize->targetInstruction) = ((self_in_reinitialize->simStackPtr) = 0);
                                                          ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:36550:22: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign]
                latestContinuation = latestContinuation;
                ~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:2164:1: warning: unused function 'availableFloatRegisterOrNoneFor' [-Wunused-function]
availableFloatRegisterOrNoneFor(AbstractInstruction * self_in_availableFloatRegisterOrNoneFor, sqInt liveRegsMask)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:2198:1: warning: unused function 'cloneLiteralFrom' [-Wunused-function]
cloneLiteralFrom(AbstractInstruction * self_in_cloneLiteralFrom, AbstractInstruction *existingLiteral)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:2287:1: warning: unused function 'initializeSharableLiteral' [-Wunused-function]
initializeSharableLiteral(AbstractInstruction * self_in_initializeSharableLiteral, sqInt literal)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:2306:1: warning: unused function 'initializeUniqueLiteral' [-Wunused-function]
initializeUniqueLiteral(AbstractInstruction * self_in_initializeUniqueLiteral, sqInt literal)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:2329:1: warning: unused function 'isLiteral' [-Wunused-function]
isLiteral(AbstractInstruction * self_in_isLiteral)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:2385:1: warning: unused function 'rewriteConditionalJumpLongAttarget' [-Wunused-function]
rewriteConditionalJumpLongAttarget(AbstractInstruction * self_in_rewriteConditionalJumpLongAttarget, sqInt callSiteReturnAddress, sqInt callTargetAddress)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:2398:1: warning: unused function 'wantsNearAddressFor' [-Wunused-function]
wantsNearAddressFor(AbstractInstruction * self_in_wantsNearAddressFor, sqInt anObject)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:2425:1: warning: unused function 'computeSizeOfArithCqR' [-Wunused-function]
computeSizeOfArithCqR(AbstractInstruction * self_in_computeSizeOfArithCqR)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:2440:1: warning: unused function 'computeSizeOfArithCwR' [-Wunused-function]
computeSizeOfArithCwR(AbstractInstruction * self_in_computeSizeOfArithCwR)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:2485:1: warning: unused function 'concretizeMoveCwR' [-Wunused-function]
concretizeMoveCwR(AbstractInstruction * self_in_concretizeMoveCwR)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:2604:1: warning: unused function 'loadLiteralByteSize' [-Wunused-function]
loadLiteralByteSize(AbstractInstruction * self_in_loadLiteralByteSize)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:2879:1: warning: unused function 'allMethodsHaveCorrectHeader' [-Wunused-function]
allMethodsHaveCorrectHeader(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:5955:1: warning: unused function 'expectedClosedPICPrototype' [-Wunused-function]
expectedClosedPICPrototype(CogMethod *cPIC)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:6232:1: warning: unused function 'firstMappedPCFor' [-Wunused-function]
firstMappedPCFor(CogMethod *cogMethod)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:8977:1: warning: unused function 'maybeFreeCogMethodDoesntLookKosher' [-Wunused-function]
maybeFreeCogMethodDoesntLookKosher(CogMethod *cogMethod)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:9289:1: warning: unused function 'noAssertMethodClassAssociationOf' [-Wunused-function]
noAssertMethodClassAssociationOf(sqInt methodPointer)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:9301:1: warning: unused function 'noCogMethodsMaximallyMarked' [-Wunused-function]
noCogMethodsMaximallyMarked(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:9461:1: warning: unused function 'picAbortDiscriminatorValue' [-Wunused-function]
picAbortDiscriminatorValue(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:9570:1: warning: unused function 'registerMaskFor' [-Wunused-function]
registerMaskFor(sqInt reg)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:9577:1: warning: unused function 'registerMaskForand' [-Wunused-function]
registerMaskForand(sqInt reg1, sqInt reg2)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:10818:1: warning: unused function 'counters' [-Wunused-function]
counters(CogMethod * self_in_counters)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:11086:1: warning: unused function 'kosherYoungReferrers' [-Wunused-function]
kosherYoungReferrers(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:11573:1: warning: unused function 'voidYoungReferrersPostTenureAll' [-Wunused-function]
voidYoungReferrersPostTenureAll(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:16927:1: warning: unused function 'checkValidDerivedObjectReference' [-Wunused-function]
checkValidDerivedObjectReference(sqInt bodyAddress)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:16942:1: warning: unused function 'couldBeDerivedObject' [-Wunused-function]
couldBeDerivedObject(sqInt bodyAddress)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:17084:1: warning: unused function 'genCreateClosureAtnumArgsnumCopiedcontextNumArgslargeinBlock' [-Wunused-function]
genCreateClosureAtnumArgsnumCopiedcontextNumArgslargeinBlock(sqInt bcpc, sqInt numArgs, sqInt numCopied, sqInt ctxtNumArgs, sqInt isLargeCtxt, sqInt isInBlock)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:22512:1: warning: unused function 'getActiveContextAllocatesInMachineCode' [-Wunused-function]
getActiveContextAllocatesInMachineCode(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:22523:1: warning: unused function 'inlineCacheTagIsYoung' [-Wunused-function]
inlineCacheTagIsYoung(sqInt cacheTag)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:22940:1: warning: unused function 'isMergeFixup' [-Wunused-function]
isMergeFixup(BytecodeFixup * self_in_isMergeFixup)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:22999:1: warning: unused function 'callFullTargetFromReturnAddress' [-Wunused-function]
callFullTargetFromReturnAddress(AbstractInstruction * self_in_callFullTargetFromReturnAddress, sqInt callSiteReturnAddress)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:23027:1: warning: unused function 'cFloatResultToRd' [-Wunused-function]
cFloatResultToRd(AbstractInstruction * self_in_cFloatResultToRd, sqInt reg)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:23038:1: warning: unused function 'cFloatResultToRs' [-Wunused-function]
cFloatResultToRs(AbstractInstruction * self_in_cFloatResultToRs, sqInt reg)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:23598:1: warning: unused function 'concretizeFill32' [-Wunused-function]
concretizeFill32(AbstractInstruction * self_in_concretizeFill32)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:27320:1: warning: unused function 'fullCallsAreRelative' [-Wunused-function]
fullCallsAreRelative(AbstractInstruction * self_in_fullCallsAreRelative)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:27456:1: warning: unused function 'generateLowLevelTryLock' [-Wunused-function]
generateLowLevelTryLock(AbstractInstruction * self_in_generateLowLevelTryLock, sqInt vmOwnerLockAddress)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:27486:1: warning: unused function 'generateLowLevelUnlock' [-Wunused-function]
generateLowLevelUnlock(AbstractInstruction * self_in_generateLowLevelUnlock, sqInt vmOwnerLockAddress)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:27576:1: warning: unused function 'genMemCopytoconstantSize' [-Wunused-function]
genMemCopytoconstantSize(AbstractInstruction * self_in_genMemCopytoconstantSize, sqInt originalSourceReg, sqInt originalDestReg, sqInt size)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:27635:1: warning: unused function 'genMemCopytosize' [-Wunused-function]
genMemCopytosize(AbstractInstruction * self_in_genMemCopytosize, sqInt originalSourceReg, sqInt originalDestReg, sqInt originalSize)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:27941:1: warning: unused function 'genSubstituteReturnAddress' [-Wunused-function]
genSubstituteReturnAddress(AbstractInstruction * self_in_genSubstituteReturnAddress, sqInt retpc)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:27952:1: warning: unused function 'genSwapRRScratch' [-Wunused-function]
genSwapRRScratch(AbstractInstruction * self_in_genSwapRRScratch, sqInt regA, sqInt regB, sqInt regTmp)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:28193:1: warning: unused function 'literalBeforeInlineCacheTagAt' [-Wunused-function]
literalBeforeInlineCacheTagAt(AbstractInstruction * self_in_literalBeforeInlineCacheTagAt, sqInt callSiteReturnAddress)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:28205:1: warning: unused function 'loadPICLiteralByteSize' [-Wunused-function]
loadPICLiteralByteSize(AbstractInstruction * self_in_loadPICLiteralByteSize)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:28212:1: warning: unused function 'machineCodeAt' [-Wunused-function]
machineCodeAt(AbstractInstruction * self_in_machineCodeAt, sqInt anOffset)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:28225:1: warning: unused function 'machineCodeBytes' [-Wunused-function]
machineCodeBytes(AbstractInstruction * self_in_machineCodeBytes)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:28268:1: warning: unused function 'numLowLevelLockOpcodes' [-Wunused-function]
numLowLevelLockOpcodes(AbstractInstruction * self_in_numLowLevelLockOpcodes)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:28324:1: warning: unused function 'relocateMethodReferenceBeforeAddressby' [-Wunused-function]
relocateMethodReferenceBeforeAddressby(AbstractInstruction * self_in_relocateMethodReferenceBeforeAddressby, sqInt pc, sqInt delta)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:28660:1: warning: unused function 'zoneCallsAreRelative' [-Wunused-function]
zoneCallsAreRelative(AbstractInstruction * self_in_zoneCallsAreRelative)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:30959:1: warning: unused function 'numSpecialSelectors' [-Wunused-function]
numSpecialSelectors(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:31926:1: warning: unused function 'v4LongForwardBranchDistance' [-Wunused-function]
v4LongForwardBranchDistance(BytecodeDescriptor *descriptor, sqInt pc, sqInt nExts, sqInt aMethodObj)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:36299:1: warning: unused function 'receiverIsInReceiverResultReg' [-Wunused-function]
receiverIsInReceiverResultReg(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:37006:1: warning: unused function 'tempsValidAndVolatileEntriesSpilled' [-Wunused-function]
tempsValidAndVolatileEntriesSpilled(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/cogitX64WIN64.c:37107:1: warning: unused function 'violatesEnsureSpilledSpillAssert' [-Wunused-function]
violatesEnsureSpilledSpillAssert(void)
^
153 warnings generated.
[ 32%] Building C object CMakeFiles/PharoVMCore.dir/generated/64/vm/src/gcc3x-cointerp.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/generated/64/vm/src/gcc3x-cointerp.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:48:9: warning: unknown pragma ignored [-Wunknown-pragmas]
#pragma auto_inline(off)
        ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65:9: warning: unknown pragma ignored [-Wunknown-pragmas]
#pragma auto_inline(on)
        ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2991:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
        localSP = pointerForOop(GIV(stackPointer));
                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2992:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
        localFP = pointerForOop(GIV(framePointer));
                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3012:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize));
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3026:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 8 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3040:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 16 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3054:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 24 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3068:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 32 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3082:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 40 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3096:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 48 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3110:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 56 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3124:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 64 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3138:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 72 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3152:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 80 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3166:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 88 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3180:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 96 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3194:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 104 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3208:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 112 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3222:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + 120 /* (currentBytecode bitAnd: 15) << self shiftForWord */);
                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3237:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = (0 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3238:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3239:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3254:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = (1 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3255:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 1 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3256:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 1 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3271:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = (2 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3272:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 2 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3273:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 2 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3288:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = (3 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3289:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 3 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3290:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 3 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3305:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = (4 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3306:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 4 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3307:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 4 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3322:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = (5 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3323:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 5 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3324:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 5 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3339:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = (6 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3340:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 6 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3341:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 6 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3356:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = (7 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3357:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 7 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3358:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 7 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3373:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = (8 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3374:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 8 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3375:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 8 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3390:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = (9 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3391:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 9 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3392:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 9 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3407:77: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = (10 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3408:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 10 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3409:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 10 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3424:77: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = (11 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3425:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 11 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3426:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 11 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3440:77: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = (12 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3441:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 12 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3442:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 12 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3456:77: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = (13 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3457:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 13 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3458:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 13 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3472:77: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = (14 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3473:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 14 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3474:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 14 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3488:77: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = (15 /* currentBytecode bitAnd: 15 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3489:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - 15 /* currentBytecode bitAnd: 15 */) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:3490:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 15 /* currentBytecode bitAnd: 15 */) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:4710:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                rcvr = longAt(localFP + FoxIFReceiver);
                                              ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:4766:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (0 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:4767:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:4770:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:4786:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (1 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:4787:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 1 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:4790:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 1 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:4806:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (2 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:4807:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 2 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:4810:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 2 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:4826:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (3 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:4827:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 3 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:4830:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 3 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:4846:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (4 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:4847:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 4 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:4850:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 4 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:4866:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (5 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:4867:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 5 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:4870:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 5 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:4886:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (6 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:4887:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 6 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:4890:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 6 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:4906:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (7 /* currentBytecode bitAnd: 7 */ < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:4907:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - 7 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:4910:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - 7 /* currentBytecode bitAnd: 7 */) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:4926:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = longAt(localFP + FoxIFReceiver);
                                                ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5019:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                localReturnValue = longAt(localFP + FoxIFReceiver);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5059:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (!((byteAt((localFP + FoxIFrameFlags) + 3)) != 0)) {
                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5079:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                closure = longAt(localFP + (frameStackedReceiverOffset(localFP)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5096:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                if (((((usqInt)(longAt(localFP + FoxMethod)))) < (startOfMemory())
                                                                       ^~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5097:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        ? ((longAt(localFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                                   ^~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5098:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        : (byteAt((localFP + FoxIFrameFlags) + 2)) != 0)) {
                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5100:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        ourContext = longAt(localFP + FoxThisContext);
                                                                            ^~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5128:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        if (((((usqInt)(longAt(localFP + FoxMethod)))) < (startOfMemory())
                                                               ^~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5129:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                ? ((longAt(localFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                           ^~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5130:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                : (byteAt((localFP + FoxIFrameFlags) + 2)) != 0)) {
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5132:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                ourContext1 = longAt(localFP + FoxThisContext);
                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5149:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        if (((((usqInt)(longAt(localFP + FoxMethod)))) < (startOfMemory())
                                                               ^~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5150:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                ? ((longAt(localFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                           ^~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5151:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                : (byteAt((localFP + FoxIFrameFlags) + 2)) != 0)) {
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5153:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                ourContext2 = longAt(localFP + FoxThisContext);
                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5177:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        if ((longAt(theFP + FoxSavedFP)) == 0) {
                                                    ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5183:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                callerContextOrNil = longAt((thePage1->baseAddress));
                                                                            ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5190:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                frameToReturnTo = pointerForOop(longAt(theFP + FoxSavedFP));
                                                                                       ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5213:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                if (((((usqInt)(longAt(localFP + FoxMethod)))) < (startOfMemory())
                                                                       ^~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5214:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        ? ((longAt(localFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                                   ^~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5215:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        : (byteAt((localFP + FoxIFrameFlags) + 2)) != 0)) {
                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5217:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        ourContext3 = longAt(localFP + FoxThisContext);
                                                                             ^~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5244:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        callerContextOrNil2 = longAt((thePage3->baseAddress));
                                                                     ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5269:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        callerContextOrNil1 = longAt((thePage2->baseAddress));
                                                                                     ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5310:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                localFP = pointerForOop(longAt(localFP + FoxSavedFP));
                                                                               ^~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5312:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        localIP = pointerForOop(longAt(callerFP + FoxCallerSavedIP));
                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5326:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtPointerput(localSP, localIP);
                                                                          ^~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:142:57: note: passing argument to parameter 'val' here
  static inline sqInt longAtPointerput(char *ptr, sqInt val)    { return *(sqInt *)ptr= val; }
                                                        ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5337:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        localIP = pointerForOop(longAt(localFP + FoxIFSavedIP));
                                                                       ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5341:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                aMethodObj = longAt(localFP + FoxMethod);
                                                    ^~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5432:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                callersFPOrNull = pointerForOop(longAt(localFP + FoxSavedFP));
                                                                       ^~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5440:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        callerContextOrNil = longAt((thePage1->baseAddress));
                                                                    ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5472:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) {
                                                                                                 ^~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5501:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        contextToReturnFrom = longAt(((GIV(stackPage)->baseAddress)) - BytesPerWord);
                                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5504:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        longAtput((sp = GIV(stackPointer) - BytesPerWord), contextToReturnFrom);
                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5507:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), localReturnValue);
                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5510:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5540:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        longAtPointerput(localSP, localIP);
                                                                                  ^~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:142:57: note: passing argument to parameter 'val' here
  static inline sqInt longAtPointerput(char *ptr, sqInt val)    { return *(sqInt *)ptr= val; }
                                                        ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5551:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                localIP = pointerForOop(longAt(localFP + FoxIFSavedIP));
                                                                               ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5555:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        aMethodObj = longAt(localFP + FoxMethod);
                                                            ^~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5571:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                localIP = pointerForOop(longAt(localFP + FoxCallerSavedIP));
                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5572:79: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                localSP = localFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(localFP + FoxMethod)))) < (startOfMemory())
                                                                                                          ^~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5574:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        : byteAt((localFP + FoxIFrameFlags) + 1))));
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5585:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtPointerput(localSP, localIP);
                                                                          ^~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:142:57: note: passing argument to parameter 'val' here
  static inline sqInt longAtPointerput(char *ptr, sqInt val)    { return *(sqInt *)ptr= val; }
                                                        ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5596:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        localIP = pointerForOop(longAt(localFP + FoxIFSavedIP));
                                                                       ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5599:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                aMethodObj1 = longAt(localFP + FoxMethod);
                                                     ^~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5643:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                       ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5644:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                   ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5645:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5647:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ourContext = longAt(theFP + FoxThisContext);
                                                            ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5680:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        object1 = longAt(((longAt(localFP + FoxIFReceiver)) + BaseHeaderSize) + (((sqInt)((usqInt)(variableIndex) << (shiftForWord())))));
                                                                  ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5686:56: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        object = (variableIndex < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5687:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - variableIndex) * BytesPerWord))
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5688:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - variableIndex) * BytesPerWord)));
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5735:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        objOop = longAt(localFP + FoxIFReceiver);
                                                        ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5778:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        if (variableIndex < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5779:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - variableIndex) * BytesPerWord), value);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5782:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - variableIndex) * BytesPerWord), value);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5864:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        objOop = longAt(localFP + FoxIFReceiver);
                                                        ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5907:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        if (variableIndex < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5908:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - variableIndex) * BytesPerWord), value);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:5911:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - variableIndex) * BytesPerWord), value);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:6195:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                                localSP = pointerForOop(GIV(stackPointer));
                                                                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:6196:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                                localFP = pointerForOop(GIV(framePointer));
                                                                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:6269:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                 && (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()))))) {
                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:6284:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:6289:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                                localSP = pointerForOop(GIV(stackPointer));
                                                                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:6290:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                                localFP = pointerForOop(GIV(framePointer));
                                                                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:6301:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput(localFP + FoxIFSavedIP, ((sqInt)localIP));
                                                          ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:6312:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                                localSP = pointerForOop(GIV(stackPointer));
                                                                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:6313:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                                localFP = pointerForOop(GIV(framePointer));
                                                                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:6326:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtPointerput((localSP -= BytesPerOop), localIP);
                                                                                           ^~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:142:57: note: passing argument to parameter 'val' here
  static inline sqInt longAtPointerput(char *ptr, sqInt val)    { return *(sqInt *)ptr= val; }
                                                        ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:6328:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtPointerput((localSP -= BytesPerOop), localFP);
                                                                                           ^~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:142:57: note: passing argument to parameter 'val' here
  static inline sqInt longAtPointerput(char *ptr, sqInt val)    { return *(sqInt *)ptr= val; }
                                                        ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:6367:65: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                                shouldSkipStoreBytecode = reapAndResetErrorCodeToheader(localFP, methodHeader2);
                                                                                                                        ^~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:1644:76: note: passing argument to parameter 'theFP' here
static sqInt NoDbgRegParms NeverInline reapAndResetErrorCodeToheader(sqInt theFP, sqInt methodHeader);
                                                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:6387:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                                        localSP = pointerForOop(GIV(stackPointer));
                                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:6388:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                                        localFP = pointerForOop(GIV(framePointer));
                                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:6450:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        obj = longAt(localFP + FoxIFReceiver);
                                                     ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:6481:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                                                localSP = pointerForOop(GIV(stackPointer));
                                                                                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:6482:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                                                localFP = pointerForOop(GIV(framePointer));
                                                                                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:6498:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        callerFP = pointerForOop(longAt(spouseFP + FoxSavedFP));
                                                                                        ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:6507:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                                callerContextOrNil = longAt((thePage->baseAddress));
                                                                                            ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:6515:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        if (((((usqInt)(longAt(callerFP + FoxMethod)))) < (startOfMemory())
                                                                               ^~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:6516:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                                ? ((longAt(callerFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                                           ^~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:6517:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                                : (byteAt((callerFP + FoxIFrameFlags) + 2)) != 0)) {
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:6519:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                                object3 = longAt(callerFP + FoxThisContext);
                                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:6631:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                obj1 = longAt(localFP + FoxIFReceiver);
                                              ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:6726:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:6727:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:6924:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                       ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:6925:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                   ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:6926:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:6928:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ourContext = longAt(theFP + FoxThisContext);
                                                            ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:7066:61: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                tempVector = (tempVectorIndex < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:7067:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - tempVectorIndex) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:7068:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - tempVectorIndex) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:7090:61: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                tempVector = (tempVectorIndex < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:7091:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - tempVectorIndex) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:7092:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - tempVectorIndex) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:7127:61: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                tempVector = (tempVectorIndex < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:7128:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - tempVectorIndex) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:7129:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - tempVectorIndex) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:7180:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                       ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:7181:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                   ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:7182:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:7184:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        context = longAt(theFP + FoxThisContext);
                                                         ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:7500:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:7501:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:7506:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                backwardJumpCountByte = byteAt(localFP + ((VMBIGENDIAN
                                                               ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:7529:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                byteAtput(localFP + ((VMBIGENDIAN
                                          ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:159:39: note: passing argument to parameter 'oop' here
  static inline sqInt byteAtput(sqInt oop, int val)             { return byteAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:7743:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 + arg1));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:7749:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:7750:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:7887:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 - arg1));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:7893:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:7894:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:8964:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 * arg1));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:8970:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:8971:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:9123:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 / arg1));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:9129:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:9130:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:9269:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                integerArgument = longAt(GIV(stackPointer));
                                                             ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:9277:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:9315:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), shifted);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:9322:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                localSP = pointerForOop(GIV(stackPointer));
                                                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:9323:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                localFP = pointerForOop(GIV(framePointer));
                                                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:9391:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                localSP = pointerForOop(GIV(stackPointer));
                                                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:9392:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                localFP = pointerForOop(GIV(framePointer));
                                                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:9435:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                localSP = pointerForOop(GIV(stackPointer));
                                                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:9436:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                localFP = pointerForOop(GIV(framePointer));
                                                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:9766:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:9767:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:9819:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:9820:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:10132:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        if (((((usqInt)(longAt(localFP + FoxMethod)))) < (startOfMemory())
                                                               ^~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:10133:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                ? ((longAt(localFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                           ^~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:10134:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                : (byteAt((localFP + FoxIFrameFlags) + 2)) != 0)) {
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:10136:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                theThingToPush = longAt(localFP + FoxThisContext);
                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:10186:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                localReturnValue = longAt(localFP + FoxIFReceiver);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:10339:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 + arg1));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:10345:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:10346:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:10483:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 - arg1));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:10489:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:10490:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:11559:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 * arg1));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:11565:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:11566:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:11718:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr1 / arg1));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:11724:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:11725:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:11864:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                integerArgument = longAt(GIV(stackPointer));
                                                             ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:11872:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:11910:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), shifted);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:11917:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                localSP = pointerForOop(GIV(stackPointer));
                                                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:11918:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                localFP = pointerForOop(GIV(framePointer));
                                                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:11986:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                localSP = pointerForOop(GIV(stackPointer));
                                                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:11987:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                localFP = pointerForOop(GIV(framePointer));
                                                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:12030:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                localSP = pointerForOop(GIV(stackPointer));
                                                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:12031:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                localFP = pointerForOop(GIV(framePointer));
                                                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:12268:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:12269:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:12321:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:12322:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:12535:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                rcvr = longAt(localFP + FoxIFReceiver);
                                              ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:12636:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                obj = longAt(localFP + FoxIFReceiver);
                                             ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:12667:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                                        localSP = pointerForOop(GIV(stackPointer));
                                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:12668:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                                        localFP = pointerForOop(GIV(framePointer));
                                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:12684:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                callerFP = pointerForOop(longAt(spouseFP + FoxSavedFP));
                                                                                ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:12693:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        callerContextOrNil = longAt((thePage->baseAddress));
                                                                                    ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:12701:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                if (((((usqInt)(longAt(callerFP + FoxMethod)))) < (startOfMemory())
                                                                       ^~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:12702:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        ? ((longAt(callerFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                                   ^~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:12703:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        : (byteAt((callerFP + FoxIFrameFlags) + 2)) != 0)) {
                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:12705:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        object = longAt(callerFP + FoxThisContext);
                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:12787:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                object = (index < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:12788:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? longAt((localFP + FoxCallerSavedIP) + ((frameNumArgs - index) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:12789:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : longAt(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - index) * BytesPerWord)));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:12964:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                top = longAt(localSP);
                                             ^~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:13062:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:13063:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:13068:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                backwardJumpCountByte = byteAt(localFP + ((VMBIGENDIAN
                                                               ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:13091:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                byteAtput(localFP + ((VMBIGENDIAN
                                          ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:159:39: note: passing argument to parameter 'oop' here
  static inline sqInt byteAtput(sqInt oop, int val)             { return byteAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:13201:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                obj = longAt(localFP + FoxIFReceiver);
                                             ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:13296:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:13297:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:13421:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (index < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:13422:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - index) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:13425:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - index) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:13450:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                obj = longAt(localFP + FoxIFReceiver);
                                             ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:13545:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localSP = pointerForOop(GIV(stackPointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:13546:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        localFP = pointerForOop(GIV(framePointer));
                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:13667:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (index < ((frameNumArgs = byteAt((localFP + FoxIFrameFlags) + 1)))) {
                                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:13668:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput((localFP + FoxCallerSavedIP) + ((frameNumArgs - index) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:13671:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput(((localFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs - index) * BytesPerWord), longAtPointer(localSP));
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:13765:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                               ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:13766:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                           ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:13767:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:13769:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                context = longAt(theFP + FoxThisContext);
                                                                 ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:13833:124: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput((newClosure + BaseHeaderSize) + (((sqInt)((usqInt)(FullClosureReceiverIndex) << (shiftForWord())))), longAt(localFP + FoxIFReceiver));
                                                                                                                                                              ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:13883:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                       ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:13884:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                   ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:13885:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:13887:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        context = longAt(theFP + FoxThisContext);
                                                         ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:12948:3: warning: unused label 'directedSuperclassSend' [-Wunused-label]
                directedSuperclassSend:
                ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14258:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (((cogMethod->cmNumArgs)) * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14260:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14272:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14275:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), rcvr);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14281:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14281:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14285:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp7 = GIV(stackPointer) - BytesPerWord), ((sqInt)cogMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14288:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14291:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp9 = GIV(stackPointer) - BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14296:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14302:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                reapAndResetErrorCodeToheader(GIV(framePointer), methodHeader);
                                                  ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:1644:76: note: passing argument to parameter 'theFP' here
static sqInt NoDbgRegParms NeverInline reapAndResetErrorCodeToheader(sqInt theFP, sqInt methodHeader);
                                                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14308:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp3 = GIV(stackPointer) - BytesPerWord), object1);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14311:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp4 = GIV(stackPointer) - BytesPerWord), rcvr);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14359:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14363:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14367:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14370:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14370:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14374:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14388:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14394:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14397:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), 0);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14400:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp7 = GIV(stackPointer) - BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14404:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14416:64: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        shouldSkipStoreBytecode = reapAndResetErrorCodeToheader(GIV(framePointer), methodHeader);
                                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:1644:76: note: passing argument to parameter 'theFP' here
static sqInt NoDbgRegParms NeverInline reapAndResetErrorCodeToheader(sqInt theFP, sqInt methodHeader);
                                                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14590:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        methodField = longAt(lifp + FoxMethod);
                             ^~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14601:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                theIP = longAt(lifp + FoxIFSavedIP);
                                               ^~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14617:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        methodField1 = longAt(lifp + FoxMethod);
                                              ^~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14634:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if ((longAt(lifp + FoxSavedFP)) == 0) {
                    ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14649:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        cogMethod = ((CogBlockMethod *) ((longAt(GIV(framePointer) + FoxMethod)) & MFMethodMask));
                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14691:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                theIP = ((usqInt)(longAt((aStackPage->headSP))));
                                         ^~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14698:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                                      ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14700:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        methodField = longAt(theFP + FoxMethod);
                                             ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14717:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        methodObj = longAt(theFP + FoxMethod);
                                           ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14722:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                theIP = longAt(theFP + FoxIFSavedIP);
                                               ^~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14728:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                theIP = ((usqInt)(longAt(theFP + FoxCallerSavedIP)));
                                         ^~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14729:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                                        ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14785:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if (((byteAt((GIV(framePointer) + FoxIFrameFlags) + 3)) != 0)
                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14786:109: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                 && (!(isVanillaBlockClosure((cls = frameStackedReceivernumArgs(GIV(framePointer), ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())
                                                                                                                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14788:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        : byteAt((GIV(framePointer) + FoxIFrameFlags) + 1)))))))) {
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14808:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if ((longAt(GIV(framePointer) + FoxSavedFP)) == 0) {
                            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14809:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput(GIV(framePointer) + FoxCallerSavedIP, ceBaseFrameReturnPC());
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14812:54: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        if (!((((usqInt)(longAt((pointerForOop(longAt(GIV(framePointer) + FoxSavedFP))) + FoxMethod)))) < (startOfMemory()))) {
                                                                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14812:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        if (!((((usqInt)(longAt((pointerForOop(longAt(GIV(framePointer) + FoxSavedFP))) + FoxMethod)))) < (startOfMemory()))) {
                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14814:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                theFP = pointerForOop(longAt(GIV(framePointer) + FoxSavedFP));
                                                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14816:71: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                longAtput(theFP + FoxIFSavedIP, ((sqInt)(pointerForOop(longAt(GIV(framePointer) + FoxCallerSavedIP)))));
                                                                                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14816:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                longAtput(theFP + FoxIFSavedIP, ((sqInt)(pointerForOop(longAt(GIV(framePointer) + FoxCallerSavedIP)))));
                                          ^~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14817:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                longAtput(GIV(framePointer) + FoxCallerSavedIP, ceReturnToInterpreterPC());
                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14820:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if ((byteAt((GIV(framePointer) + FoxIFrameFlags) + 3)) != 0) {
                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14821:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        closure = longAt(GIV(framePointer) + (frameStackedReceiverOffset(GIV(framePointer))));
                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14842:68: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput(GIV(framePointer) + FoxMethod, methodField + (((byteAt((GIV(framePointer) + FoxIFrameFlags) + 2)) != 0
                                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14842:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput(GIV(framePointer) + FoxMethod, methodField + (((byteAt((GIV(framePointer) + FoxIFrameFlags) + 2)) != 0
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14846:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((p + FoxMFReceiver) - FoxIFReceiver, longAt(p));
                                                                              ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14846:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((p + FoxMFReceiver) - FoxIFReceiver, longAt(p));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14853:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                cogMethod1 = ((CogBlockMethod *) ((longAt(GIV(framePointer) + FoxMethod)) & MFMethodMask));
                                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14864:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), pc);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14867:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14896:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        wasInMachineCode = (((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory());
                                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14909:7: warning: implicitly declaring library function 'setjmp' with type 'int (_JBTYPE *)' (aka 'int (struct _SETJMP_FLOAT128 *)') [-Wimplicit-function-declaration]
        if ((setjmp(GIV(jmpBuf)[GIV(jmpDepth)])) == 0) {
             ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14909:7: note: include the header <setjmp.h> or explicitly provide a declaration for 'setjmp'
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14941:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14991:64: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (3 * BytesPerWord), longAt(GIV(stackPointer)));
                                                                             ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14991:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (3 * BytesPerWord), longAt(GIV(stackPointer)));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14993:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                object = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14994:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14997:64: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (1 * BytesPerWord), longAt(GIV(stackPointer) + (3 * BytesPerWord)));
                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14997:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (1 * BytesPerWord), longAt(GIV(stackPointer) + (3 * BytesPerWord)));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14998:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (2 * BytesPerWord), rcvr);
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14999:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (3 * BytesPerWord), (((sqInt)cogMethod)) + entryOffset);
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15004:64: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (2 * BytesPerWord), longAt(GIV(stackPointer)));
                                                                             ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15004:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (2 * BytesPerWord), longAt(GIV(stackPointer)));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15006:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                object1 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15007:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object1);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15009:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (1 * BytesPerWord), rcvr);
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15010:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (2 * BytesPerWord), (((sqInt)cogMethod)) + entryOffset);
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15015:63: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput(GIV(stackPointer) + (1 * BytesPerWord), longAt(GIV(stackPointer)));
                                                                     ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15015:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput(GIV(stackPointer) + (1 * BytesPerWord), longAt(GIV(stackPointer)));
                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15016:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput(GIV(stackPointer) + (0 * BytesPerWord), (((sqInt)cogMethod)) + entryOffset);
                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15018:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15042:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                result = longAt(GIV(stackPointer));
                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15045:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), result);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15103:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        contextToReturnTo = longAt((GIV(stackPage)->baseAddress));
                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15132:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) {
                                                                 ^~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15162:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        contextToReturnFrom = longAt(((GIV(stackPage)->baseAddress)) - BytesPerWord);
                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15165:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), contextToReturnFrom);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15168:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), returnValue);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15171:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15189:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())) {
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15191:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), returnValue);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15195:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        GIV(instructionPointer) = longAt(GIV(stackPointer));
                                             ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15197:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15200:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        aMethodObj = longAt(GIV(framePointer) + FoxMethod);
                            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15233:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15237:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), immutableObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15240:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), valueToAssign);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15243:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), (((usqInt)(index + 1) << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15246:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15269:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        resultOop = longAt(GIV(stackPointer));
                               ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15271:64: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt(GIV(framePointer) + FoxThisContext));
                                                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15271:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt(GIV(framePointer) + FoxThisContext));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15274:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), resultOop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15278:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15280:158: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        return ceSendAborttonumArgs(longAt((GIV(specialObjectsOop) + BaseHeaderSize) + (((sqInt)((usqInt)(SelectorCannotReturn) << (shiftForWord()))))), longAt(GIV(framePointer) + FoxThisContext), 1);
                                                                                                                                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15342:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                top = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15347:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15371:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                top = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15376:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15449:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15480:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                top = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15491:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15612:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        closure = longAt(GIV(framePointer) + (frameStackedReceiverOffset(GIV(framePointer))));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15632:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        if (((((usqInt)(longAt(theFP1 + FoxMethod)))) < (startOfMemory())
                                               ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15633:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                ? ((longAt(theFP1 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                           ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15634:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                : (byteAt((theFP1 + FoxIFrameFlags) + 2)) != 0)) {
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15636:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                ourContext = longAt(theFP1 + FoxThisContext);
                                                    ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15642:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) - BytesPerWord), ourContext);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15645:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), returnValue);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15648:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15667:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if (((((usqInt)(longAt(theFP2 + FoxMethod)))) < (startOfMemory())
                                       ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15668:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        ? ((longAt(theFP2 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                   ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15669:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        : (byteAt((theFP2 + FoxIFrameFlags) + 2)) != 0)) {
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15671:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        ourContext = longAt(theFP2 + FoxThisContext);
                                            ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15677:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp3 = GIV(stackPointer) - BytesPerWord), ourContext);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15680:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp11 = GIV(stackPointer) - BytesPerWord), returnValue);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15683:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp21 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15691:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if (((((usqInt)(longAt(theFP6 + FoxMethod)))) < (startOfMemory())
                                       ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15692:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        ? ((longAt(theFP6 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                   ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15693:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        : (byteAt((theFP6 + FoxIFrameFlags) + 2)) != 0)) {
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15695:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        ourContext1 = longAt(theFP6 + FoxThisContext);
                                             ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15701:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp5 = GIV(stackPointer) - BytesPerWord), ourContext1);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15704:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp13 = GIV(stackPointer) - BytesPerWord), returnValue);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15707:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp23 = GIV(stackPointer) - BytesPerWord), unwindContextOrNilOrZero);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15710:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp31 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15721:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if ((longAt(theFP + FoxSavedFP)) == 0) {
                            ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15727:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        callerContextOrNil = longAt((thePage1->baseAddress));
                                                    ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15734:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        frameToReturnTo = pointerForOop(longAt(theFP + FoxSavedFP));
                                                               ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15758:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        if (((((usqInt)(longAt(theFP3 + FoxMethod)))) < (startOfMemory())
                                               ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15759:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                ? ((longAt(theFP3 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                           ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15760:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                : (byteAt((theFP3 + FoxIFrameFlags) + 2)) != 0)) {
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15762:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                ourContext = longAt(theFP3 + FoxThisContext);
                                                    ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15768:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), ourContext);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15771:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp12 = GIV(stackPointer) - BytesPerWord), returnValue);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15774:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp22 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15790:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                callerContextOrNil2 = longAt((thePage3->baseAddress));
                                             ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15811:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                callerContextOrNil1 = longAt((thePage2->baseAddress));
                                                             ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15846:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                top = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15853:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        GIV(framePointer) = pointerForOop(longAt(GIV(framePointer) + FoxSavedFP));
                                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15855:60: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                GIV(instructionPointer) = ((usqInt)(pointerForOop(longAt(callerFP + FoxCallerSavedIP))));
                                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15868:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        reapAndResetErrorCodeToheader(GIV(framePointer), (cogMethod->methodHeader));
                                          ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:1644:76: note: passing argument to parameter 'theFP' here
static sqInt NoDbgRegParms NeverInline reapAndResetErrorCodeToheader(sqInt theFP, sqInt methodHeader);
                                                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15897:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        aMethodObj = longAt(GIV(framePointer) + FoxMethod);
                            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15908:51: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        assertValidExecutionPointersimbarline(longAt(GIV(framePointer) + FoxIFSavedIP), GIV(framePointer), GIV(stackPointer), 1, __LINE__);
                                                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15909:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:15911:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), anOop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16008:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16053:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + ((numArgs + 1) * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16125:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16168:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        cogMethod = ((CogBlockMethod *) ((longAt(GIV(framePointer) + FoxMethod)) & MFMethodMask));
                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16169:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if ((((longAt(GIV(framePointer) + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0)
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16185:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16194:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                oop = longAt(p);
                             ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16195:55: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((p - BytesPerWord) - BytesPerWord, longAt(p));
                                                                    ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16195:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((p - BytesPerWord) - BytesPerWord, longAt(p));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16199:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), aNonBooleanObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16202:84: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                ? ((1 + (((cogMethod->cmNumArgs)) << ((BytesPerWord * 8) - 8))) + ((((longAt(GIV(framePointer) + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                                                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16204:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        : 0))) + ((((longAt(GIV(framePointer) + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16207:61: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : ((1 + (((cogMethod->cmNumArgs)) << 8)) + ((((longAt(GIV(framePointer) + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16209:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        : 0))) + ((((longAt(GIV(framePointer) + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16201:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput(GIV(framePointer) + FoxIFrameFlags, (VMBIGENDIAN
                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16212:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput(GIV(framePointer) + FoxIFSavedIP, 0);
                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16213:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput(GIV(framePointer) + FoxMethod, methodObj);
                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16237:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16241:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), anObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16244:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16392:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                linkSendAtintooffsetreceiver(longAt(GIV(stackPointer)), mframeHomeMethod(GIV(framePointer)), cogMethod, noCheckEntryOffset(), rcvr);
                                                                        ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16421:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        linkSendAtintooffsetreceiver(longAt(GIV(stackPointer)), mframeHomeMethod(GIV(framePointer)), cogMethod, noCheckEntryOffset(), rcvr);
                                                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16424:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                top = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16431:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        top1 = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16500:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())) {
                                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16505:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        methodPointer = longAt(GIV(framePointer) + FoxMethod);
                                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16607:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                linkSendAtintooffsetreceiver(longAt(GIV(stackPointer)), mframeHomeMethod(GIV(framePointer)), cogMethod, (superNormalBar == 0
                                                                        ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16638:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        linkSendAtintooffsetreceiver(longAt(GIV(stackPointer)), mframeHomeMethod(GIV(framePointer)), cogMethod, (superNormalBar == 0
                                                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16652:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                top = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16659:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        top1 = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16684:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16688:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        cogMethod = ((CogBlockMethod *) ((longAt(GIV(framePointer) + FoxMethod)) & MFMethodMask));
                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16712:134: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        printActivationNameForreceiverisBlockfirstTemporary(((mframeHomeMethod(GIV(framePointer)))->methodObject), ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())
                                                                                                                                                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16714:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAt(GIV(framePointer) + FoxMFReceiver))
                                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16716:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAt(GIV(framePointer) + FoxIFReceiver))), 1, null);
                                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16733:42: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        cogMethod = ((CogMethod *) ((longAt(GIV(stackPointer))) - (traceLinkedSendOffset())));
                                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16966:42: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                frameRcvrOffset = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                     ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16970:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        oop = longAt(theSP);
                                                     ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16978:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                       ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16980:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0)
                                                         ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16982:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                (byteAt((theFP + FoxIFrameFlags) + 2)) != 0))) {
                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:16983:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        oop = longAt(theFP + FoxThisContext);
                                                     ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17007:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                                                      ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17009:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        methodField = longAt(theFP + FoxMethod);
                                                             ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17018:39: warning: incompatible pointer to integer conversion passing 'CogMethod *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        if ((heapMapAtWord(pointerForOop(cogMethod))) == 0) {
                                                                         ^~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17024:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        oop = longAt(theFP + FoxMethod);
                                                     ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17031:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                                                        ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17037:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                oop = longAt(theSP);
                                             ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17108:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17120:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                top = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17178:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                              ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17180:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                cogMethod = ((CogBlockMethod *) ((longAt(theFP + FoxMethod)) & MFMethodMask));
                                                         ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17194:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        ? longAt(theFP + FoxIFSavedIP)
                 ^~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17195:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        : theIP)) - (longAt(theFP + FoxMethod))) - BaseHeaderSize) + 2) << 3) | 1);
                            ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17249:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()))
                                       ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17252:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                               ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17253:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                           ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17254:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17256:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                theContext = longAt(theFP + FoxThisContext);
                                                    ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17265:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                theFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                             ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17406:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())) {
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17410:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        aMethodObj = longAt(GIV(framePointer) + FoxMethod);
                            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17422:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17449:51: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        assertValidExecutionPointersimbarline(longAt(GIV(stackPointer)), GIV(framePointer), GIV(stackPointer), 0, __LINE__);
                                                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17457:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17460:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17485:51: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        assertValidExecutionPointersimbarline(longAt(GIV(stackPointer)), GIV(framePointer), GIV(stackPointer), 0, __LINE__);
                                                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17493:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17496:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17523:51: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        assertValidExecutionPointersimbarline(longAt(GIV(stackPointer)), GIV(framePointer), GIV(stackPointer), 0, __LINE__);
                                                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17526:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17532:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), cacheTag);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17551:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17554:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), cacheTag);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17607:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput(GIV(framePointer) + FoxIFSavedIP, ((sqInt)GIV(instructionPointer)));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17856:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())) {
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17858:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                methodField = longAt(GIV(framePointer) + FoxMethod);
                                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17970:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                                                      ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17971:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        oop = longAt(theFP + FoxMFReceiver);
                                                     ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17974:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput(theFP + FoxMFReceiver, followForwarded(oop));
                                                          ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17979:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        oop = longAt(theFP + FoxIFReceiver);
                                                     ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17982:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput(theFP + FoxIFReceiver, followForwarded(oop));
                                                          ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17984:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        oop = longAt(theFP + FoxMethod);
                                                     ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18001:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput(theFP + FoxIFSavedIP, (longAt(theFP + FoxIFSavedIP)) + offset);
                                                                                        ^~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18001:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput(theFP + FoxIFSavedIP, (longAt(theFP + FoxIFSavedIP)) + offset);
                                                          ^~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18002:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput(theFP + FoxMethod, (oop = newOop));
                                                          ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18005:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if ((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                        ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18007:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0)
                                                         ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18009:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)))
                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18010:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                 && (((longAt(longAt(theFP + FoxThisContext))) & ((classIndexMask()) - (isForwardedObjectClassIndexPun()))) == 0)) {
                                                     ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18011:63: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput(theFP + FoxThisContext, followForwarded(longAt(theFP + FoxThisContext)));
                                                                                                 ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18011:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput(theFP + FoxThisContext, followForwarded(longAt(theFP + FoxThisContext)));
                                                  ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18014:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                numArgs = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                             ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18016:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : byteAt((theFP + FoxIFrameFlags) + 1));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18018:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                oop = longAt(theFP + offset);
                                             ^~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18021:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput(theFP + offset, followForwarded(oop));
                                                  ^~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18023:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                                                        ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18029:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                oop = longAt(theSP);
                                             ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18031:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput(theSP, followForwarded(oop));
                                                  ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18095:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        callerContextOrNil = longAt((thePage->baseAddress));
                                    ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18106:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18107:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                           ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18108:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18118:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18119:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                           ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18120:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18127:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18129:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : longAt(theFP + FoxMethod));
                         ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18139:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18141:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : byteAt((theFP + FoxIFrameFlags) + 1));
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18155:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18156:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                ? longAt(theFP + FoxMFReceiver)
                         ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18157:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : longAt(theFP + FoxIFReceiver));
                         ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18256:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
         && (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())))
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18286:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput(GIV(stackPointer) + (rcvrStackIndex * BytesPerWord), rcvr);
                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18288:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if (isPointers(((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())
                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18289:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                ? longAt(GIV(framePointer) + FoxMFReceiver)
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18290:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : longAt(GIV(framePointer) + FoxIFReceiver)))) {
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18291:61: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                followForwardedObjectFieldstoDepth(((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())
                                                                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18292:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        ? longAt(GIV(framePointer) + FoxMFReceiver)
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18293:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        : longAt(GIV(framePointer) + FoxIFReceiver)), 0);
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18322:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18371:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18380:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18395:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        return (byteAt((theFP + FoxIFrameFlags) + 3)) != 0;
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18402:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        return longAt(theFP + FoxIFReceiver);
                      ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18409:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        return longAt(theFP + FoxIFSavedIP);
                      ^~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18469:25: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long long') to parameter of type 'void *' [-Wint-conversion]
                theIP = oopForPointer(instrPtr);
                                      ^~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:153:43: note: passing argument to parameter 'ptr' here
  static inline sqInt oopForPointer(void *ptr)                  { return (sqInt)ptr; }
                                          ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18481:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) {
                                                         ^~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18492:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        ? longAt((thePage->headSP))
                                 ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18493:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        : oopForPointer(pointerForOop(longAt(theFPAbove + FoxCallerSavedIP))));
                                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18497:54: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                ? mustMapMachineCodePCcontext((value >> 3), longAt(spouseFP + FoxThisContext))
                                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18602:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                         && (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()))))) {
                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18614:4: warning: expression result unused [-Wunused-value]
                        !GIV(primFailCode);
                        ^    ~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18645:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        return (((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory());
                                 ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18779:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((pointer = (page->baseAddress)), followObjFieldofObject(SenderIndex, aContext));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18780:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((pointer -= BytesPerWord), aContext);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18797:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((pointer -= BytesPerWord), maybeClosure);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18820:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((pointer -= BytesPerWord), rcvr);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18823:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((pointer -= BytesPerWord), longAt((aContext + BaseHeaderSize) + (((sqInt)((usqInt)((ReceiverIndex + i)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18825:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((pointer -= BytesPerWord), ceBaseFrameReturnPC());
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18826:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((pointer -= BytesPerWord), 0);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18883:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((pointer -= BytesPerWord), (theMethod + MFMethodFlagHasContextFlag) + MFMethodFlagIsBlockFlag);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18890:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((pointer -= BytesPerWord), theMethod + MFMethodFlagHasContextFlag);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18892:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((pointer -= BytesPerWord), aContext);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18895:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((pointer -= BytesPerWord), theMethod);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18896:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((pointer -= BytesPerWord), aContext);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18897:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((pointer -= BytesPerWord), (VMBIGENDIAN
                          ^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18904:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((pointer -= BytesPerWord), 0);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18911:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((pointer -= BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18918:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((pointer -= BytesPerWord), longAt((aContext + BaseHeaderSize) + (((sqInt)((usqInt)((ReceiverIndex + i)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18923:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((pointer -= BytesPerWord), theIP);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19006:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                theIPPtr = (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()))
                                                               ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19007:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                 || ((longAt(theFP + FoxIFSavedIP)) == 0)
                                             ^~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19020:42: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                frameRcvrOffset = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                     ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19024:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        oop = longAt(theSP);
                                                     ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19027:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput(theSP, remapObj(oop));
                                                          ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19031:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                       ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19032:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                   ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19033:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19034:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        if (shouldRemapObj(longAt(theFP + FoxThisContext))) {
                                                                  ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19035:57: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput(theFP + FoxThisContext, remapObj(longAt(theFP + FoxThisContext)));
                                                                                                  ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19035:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput(theFP + FoxThisContext, remapObj(longAt(theFP + FoxThisContext)));
                                                          ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19042:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (!((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()))) {
                                                        ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19043:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        if (shouldRemapObj(longAt(theFP + FoxMethod))) {
                                                                  ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19045:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        theIP = longAt(theIPPtr);
                                                                       ^~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19049:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                                theIP = longAt(theIPPtr);
                                                                               ^~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19054:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        theIP -= longAt(theFP + FoxMethod);
                                                                        ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19056:52: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput(theFP + FoxMethod, remapObj(longAt(theFP + FoxMethod)));
                                                                                             ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19056:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput(theFP + FoxMethod, remapObj(longAt(theFP + FoxMethod)));
                                                          ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19058:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        longAtput(theIPPtr, theIP + (longAt(theFP + FoxMethod)));
                                                                                            ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19058:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        longAtput(theIPPtr, theIP + (longAt(theFP + FoxMethod)));
                                                                  ^~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19062:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                                                        ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19068:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                oop = longAt(theSP);
                                             ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19071:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput(theSP, remapObj(oop));
                                                  ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19199:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                frameRcvrOffset = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                     ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19203:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        oop = longAt(theSP);
                                     ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19216:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                longAtput(theSP, oop);
                                          ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19223:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                       ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19224:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                   ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19225:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19227:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        markAndTrace(longAt(theFP + FoxThisContext));
                                            ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19229:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                                      ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19231:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        aCogMethod = ((CogBlockMethod *) ((longAt(theFP + FoxMethod)) & MFMethodMask));
                                                                  ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19241:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        markAndTrace(longAt(theFP + FoxMethod));
                                            ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19243:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                                        ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19251:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                oop = longAt(theSP);
                             ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19264:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput(theSP, oop);
                                  ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19322:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                                      ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19325:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                                        ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19387:10: warning: incompatible pointer to integer conversion returning 'sqInt (sqInt)' (aka 'long long (long long)') from a function with result type 'sqInt' (aka 'long long') [-Wint-conversion]
                return mcprimHashMultiply;
                       ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19485:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        return ((CogBlockMethod *) ((longAt(theFP + FoxMethod)) & MFMethodMask));
                                            ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19495:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        methodField = longAt(GIV(framePointer) + FoxMethod);
                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19518:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        methodField = longAt(theFP + FoxMethod);
                             ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19534:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        return ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0;
                        ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19541:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        return longAt(theFP + FoxMFReceiver);
                      ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19766:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                        ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19770:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        theSP = theFP + (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                            ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19773:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                               ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19774:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                           ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19775:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19777:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                theContext = longAt(theFP + FoxThisContext);
                                    ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19782:53: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((newSP = (newPage->baseAddress)), longAt(callerFP + FoxThisContext));
                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19782:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((newSP = (newPage->baseAddress)), longAt(callerFP + FoxThisContext));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19783:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((newSP -= BytesPerWord), theContext);
                  ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19785:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        numArgs = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                     ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19787:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : byteAt((theFP + FoxIFrameFlags) + 1));
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19791:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput(newSP, longAt(source));
                                        ^~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19791:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput(newSP, longAt(source));
                          ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19805:48: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        callerIP = oopForPointer(pointerForOop(longAt(theFP + FoxCallerSavedIP)));
                                                      ^~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19809:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput(callerFP + FoxIFSavedIP, callerIP);
                          ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19812:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput(theFP + stackedReceiverOffset, callerIP);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19817:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput(newFP + FoxCallerSavedIP, ceBaseFrameReturnPC());
                  ^~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19818:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput(newFP + FoxSavedFP, 0);
                  ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19821:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                offsetCallerFP = pointerForOop(longAt(fpInNewPage + FoxSavedFP));
                                                      ^~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19825:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput(fpInNewPage + FoxSavedFP, oopForPointer(offsetCallerFP));
                          ^~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19826:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if (((((usqInt)(longAt(fpInNewPage + FoxMethod)))) < (startOfMemory())
                                       ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19827:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        ? ((longAt(fpInNewPage + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                   ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19828:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        : (byteAt((fpInNewPage + FoxIFrameFlags) + 2)) != 0)) {
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19829:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        theContext = longAt(fpInNewPage + FoxThisContext);
                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20362:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                              ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20364:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                it = (longAt(address)) & 7;
                             ^~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20368:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                it = longAt(address);
                            ^~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20372:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        print(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                 ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20381:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        printNum(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                    ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20383:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : byteAt((theFP + FoxIFrameFlags) + 1)));
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20384:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        print((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20385:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                           ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20386:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20389:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        print((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20390:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                           ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20391:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0)
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20409:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        it = longAt(address);
                    ^~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20416:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()))
                               ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20417:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
         && (((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0)) {
                      ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20419:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                methodField = longAt(theFP + FoxMethod);
                                     ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20433:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        obj = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                 ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20435:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : longAt(theFP + FoxMethod));
                         ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20447:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        it = longAt(address);
                    ^~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20485:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        it = longAt(address);
                    ^~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20542:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                              ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20544:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                cogMethod = ((CogBlockMethod *) ((longAt(theFP + FoxMethod)) & MFMethodMask));
                                                         ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20546:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                methodField = longAt(theFP + FoxMethod);
                                     ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20561:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                theMethod = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                               ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20563:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        : longAt(theFP + FoxMethod));
                                 ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20566:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                numArgs = byteAt((theFP + FoxIFrameFlags) + 1);
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20580:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                               ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20581:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                           ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20582:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0)) {
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20583:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                rcvrOrClosure = longAt(theFP + (frameStackedReceiverOffset(theFP)));
                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20594:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if ((longAt(theFP + FoxSavedFP)) == 0) {
                    ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20595:98: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                printFrameOopat("(caller ctxt", (theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                                                               ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20597:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        : byteAt((theFP + FoxIFrameFlags) + 1))))) + (2 * BytesPerWord));
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20598:97: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                printFrameOopat("(saved ctxt", (theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                                                              ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20600:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        : byteAt((theFP + FoxIFrameFlags) + 1))))) + (1 * BytesPerWord));
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20606:79: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        printFrameThingatextraString("caller ip", theFP + FoxCallerSavedIP, ((longAt(theFP + FoxCallerSavedIP)) == (ceReturnToInterpreterPC())
                                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20611:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                              ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20615:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if (!((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory()))) {
                                ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20618:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                              ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20622:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                printFrameThingatextra("saved ip", theFP + FoxIFSavedIP, ((longAt(theFP + FoxIFSavedIP)) == 0
                                                                                  ^~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20624:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        : (((longAt(theFP + FoxIFSavedIP)) - theMethod) + 2) - BaseHeaderSize));
                                    ^~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20628:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        topThing = longAt(theSP);
                          ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20636:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                printFrameOopat((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                    ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20637:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                                                   ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20638:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0)
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20643:64: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                printFrameThingatextra("frame ip", theSP, ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                             ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20654:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                printFrameOopat((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                    ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20655:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                                                   ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:20656:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0)
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21048:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())) {
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21052:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        cogMethod = ((CogBlockMethod *) ((longAt(GIV(framePointer) + FoxMethod)) & MFMethodMask));
                                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21059:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                top = longAt(GIV(stackPointer));
                                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21065:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                retValue = longAt(GIV(framePointer) + FoxMFReceiver);
                                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21070:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        retValue = longAt(GIV(framePointer) + FoxMFReceiver);
                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21073:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21076:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), retValue);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21081:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        aMethodObj = longAt(GIV(framePointer) + FoxMethod);
                            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21094:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                GIV(instructionPointer) = ((usqInt)(longAt(GIV(framePointer) + FoxIFSavedIP)));
                                                           ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21121:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())) {
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21124:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21127:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), returnValue);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21132:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), returnValue);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21135:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        aMethodObj = longAt(GIV(framePointer) + FoxMethod);
                            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21149:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21306:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), object3);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21311:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21315:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object1);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21319:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp2 = GIV(stackPointer) - BytesPerWord), object2);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21324:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object4);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21364:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21370:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21374:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp7 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21377:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21377:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21384:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp10 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21398:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21404:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object5);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21407:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp31 = GIV(stackPointer) - BytesPerWord), 0);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21414:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp41 = GIV(stackPointer) - BytesPerWord), object11);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21417:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21422:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp9 = GIV(stackPointer) - BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21426:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21438:64: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        shouldSkipStoreBytecode = reapAndResetErrorCodeToheader(GIV(framePointer), methodHeader);
                                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:1644:76: note: passing argument to parameter 'theFP' here
static sqInt NoDbgRegParms NeverInline reapAndResetErrorCodeToheader(sqInt theFP, sqInt methodHeader);
                                                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21445:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()))) {
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21548:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21552:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21556:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), object2);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21560:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), object3);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21564:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object4);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21604:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21610:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21614:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp7 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21617:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21617:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21624:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp10 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21638:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21644:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object5);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21647:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp31 = GIV(stackPointer) - BytesPerWord), 0);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21654:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp41 = GIV(stackPointer) - BytesPerWord), object11);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21657:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21662:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp9 = GIV(stackPointer) - BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21666:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21678:64: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        shouldSkipStoreBytecode = reapAndResetErrorCodeToheader(GIV(framePointer), methodHeader);
                                                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:1644:76: note: passing argument to parameter 'theFP' here
static sqInt NoDbgRegParms NeverInline reapAndResetErrorCodeToheader(sqInt theFP, sqInt methodHeader);
                                                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21685:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()))) {
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21743:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21744:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                ? longAt(theFP + FoxMFReceiver)
                         ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21745:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : longAt(theFP + FoxIFReceiver));
                         ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21746:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        mthd = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21748:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : longAt(theFP + FoxMethod));
                         ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21753:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        printChar(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                     ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21758:85: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        printActivationNameForreceiverisBlockfirstTemporary(mthd, rcvr, ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                                           ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21759:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                           ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21760:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0), ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21760:70: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0), ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                                   ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21762:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs) * BytesPerWord))
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21763:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                : longAt(((theFP + FoxMFReceiver) - BytesPerWord) + ((frameNumArgs) * BytesPerWord)))
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21765:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        (0 < ((frameNumArgs1 = byteAt((theFP + FoxIFrameFlags) + 1)))
                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21766:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs1) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:21767:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : longAt(((theFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs1) * BytesPerWord))))));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22024:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
         && (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()))))) {
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22323:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22339:127: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22356:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                               ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22357:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                           ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22358:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22360:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                activeContext = longAt(theFP + FoxThisContext);
                                       ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22464:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()))) {
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22466:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                aMethodObj = longAt(GIV(framePointer) + FoxMethod);
                                    ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22479:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22483:127: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22507:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                                                      ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22509:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        theMethodField = longAt(theFP + FoxMethod);
                                                                ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22517:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        theIP = ((usqInt)(longAt(theIPPtr)));
                                                                 ^~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22521:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput(theIPPtr, theIP + ((theMethod->objectHeader)));
                                                          ^~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22523:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput(theFP + FoxMethod, theMethodField + ((theMethod->objectHeader)));
                                                  ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22525:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                                                        ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22550:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        theContext = longAt(theFP + FoxThisContext);
                            ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22553:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                              ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22559:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                tempIndex = byteAt((theFP + FoxIFrameFlags) + 1);
                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22572:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        if ((((longAt(argsPointer)) & (tagMask())) == 0)
                                      ^~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22573:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                         && (oopisLessThan(longAt(argsPointer), GIV(newSpaceLimit)))) {
                                                  ^~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2936:49: note: expanded from macro 'oopisLessThan'
#define oopisLessThan(anOop,otherOop) ((usqInt)(anOop) < (usqInt)(otherOop))
                                                ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22580:116: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((theContext + BaseHeaderSize) + (((sqInt)((usqInt)((ReceiverIndex + i)) << (shiftForWord())))), longAt(argsPointer));
                                                                                                                                 ^~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22591:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        if ((((longAt(pointer)) & (tagMask())) == 0)
                                      ^~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22592:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                         && (oopisLessThan(longAt(pointer), GIV(newSpaceLimit)))) {
                                                  ^~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2936:49: note: expanded from macro 'oopisLessThan'
#define oopisLessThan(anOop,otherOop) ((usqInt)(anOop) < (usqInt)(otherOop))
                                                ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22599:124: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((theContext + BaseHeaderSize) + (((sqInt)((usqInt)((ReceiverIndex + tempIndex)) << (shiftForWord())))), longAt(pointer));
                                                                                                                                         ^~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22623:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                return (((usqInt)(longAt(fp + FoxMethod)))) < (startOfMemory());
                                         ^~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22626:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if ((((usqInt)(longAt(fp + FoxMethod)))) < (startOfMemory())) {
                                      ^~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22630:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                theInstrPointer = longAt(fp + FoxIFSavedIP);
                                         ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22660:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        senderContextOrNil = longAt((aPage->baseAddress));
                                    ^~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22661:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        savedThisContext = longAt(((aPage->baseAddress)) - BytesPerWord);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23107:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                withDetails = longAt(GIV(stackPointer));
                                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23121:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), constituents);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23148:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        context = longAt(GIV(stackPointer));
                             ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23156:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                                              ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23181:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)flags << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23210:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                criticalSection = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23211:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                activeProc = longAt(GIV(stackPointer));
                                        ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23216:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                criticalSection = longAt(GIV(stackPointer));
                                             ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23243:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(falseObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23249:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(trueObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23254:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(falseObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23281:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        criticalSection = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23335:68: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if ((GIV(methodCache)[probe + MethodCacheMethod]) == (longAt(GIV(stackPointer)))) {
                                                                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23340:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        flushExternalPrimitiveOf(longAt(GIV(stackPointer)));
                                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23341:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        unlinkSendsToandFreeIf(longAt(GIV(stackPointer)), 0);
                                          ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23357:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        selector = longAt(GIV(stackPointer));
                              ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23395:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        sema = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23410:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23445:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        methodReceiver = longAt(GIV(stackPointer));
                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23481:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), data);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23512:63: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if (methodWithHeaderShouldBeCogged(methodHeaderOf(longAt(GIV(stackPointer))))) {
                                                                     ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23514:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                alreadyCogged = (((longAt(GIV(stackPointer))) & (tagMask())) == 0)
                                              ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23515:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                 && ((((((usqInt) (longAt(longAt(GIV(stackPointer))))) >> (formatShift())) & (formatMask())) >= (firstCompiledMethodFormat()))
                                                     ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23516:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                 && (isCogMethodReference(longAt(((longAt(GIV(stackPointer))) + BaseHeaderSize) + (((sqInt)((usqInt)(HeaderIndex) << (shiftForWord()))))))));
                                                              ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23519:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        cogMethod = cogselector(longAt(GIV(stackPointer)), GIV(nilObj));
                                                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23523:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                cogMethod = cogselector(longAt(GIV(stackPointer)), GIV(nilObj));
                                                                   ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23542:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                 && ((((longAt(GIV(stackPointer))) & (tagMask())) == 0)
                                   ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23543:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                 && ((((((usqInt) (longAt(longAt(GIV(stackPointer))))) >> (formatShift())) & (formatMask())) >= (firstCompiledMethodFormat()))
                                                     ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23544:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                 && (isCogMethodReference(longAt(((longAt(GIV(stackPointer))) + BaseHeaderSize) + (((sqInt)((usqInt)(HeaderIndex) << (shiftForWord())))))))))) {
                                                              ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23546:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        methodHeader = longAt(((longAt(GIV(stackPointer))) + BaseHeaderSize) + (((sqInt)((usqInt)(HeaderIndex) << (shiftForWord())))));
                                                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23565:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)flags << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23579:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23599:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23618:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        thisReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23636:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23655:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        newValue = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23656:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23662:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        thisReceiver = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23724:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), newValue);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23745:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        sema = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23764:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23800:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        proc = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23859:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if (synchronousSignal(longAt(GIV(stackPointer)))) {
                                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23880:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if ((longAt(GIV(framePointer) + FoxMethod)) == GIV(newMethod)) {
                    ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23900:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if ((longAt(GIV(framePointer) + FoxMethod)) == GIV(newMethod)) {
                    ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23932:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        process = longAt(GIV(stackPointer));
                             ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:23935:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24101:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), myList);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24157:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        aContextOrNil = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24167:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        thisCtx = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24211:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        if ((pointerForOop(longAt(theFP + FoxSavedFP))) != contextsFP) {
                                                  ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24213:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                numArgs = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                             ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24215:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : byteAt((theFP + FoxIFrameFlags) + 1));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24223:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) {
                                                                         ^~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24233:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                contextsIP = ((usqInt)(pointerForOop(longAt(frameAbove + FoxCallerSavedIP))));
                                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24241:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput(newSP, longAt(source));
                                                                ^~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24241:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput(newSP, longAt(source));
                                                  ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24243:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                longAtput(newFP + FoxSavedFP, contextsFP);
                                          ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24243:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                longAtput(newFP + FoxSavedFP, contextsFP);
                                                              ^~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24244:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (((((usqInt)(longAt(newFP + FoxMethod)))) < (startOfMemory()))
                                                       ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24248:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput(contextsFP + FoxIFSavedIP, contextsIP);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24251:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                longAtput(newFP + FoxCallerSavedIP, contextsIP);
                                          ^~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24279:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                callerContextOrNil = longAt((thePage1->baseAddress));
                                            ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24324:48: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        while (((callerFP1 = pointerForOop(longAt(fp1 + FoxSavedFP)))) != 0) {
                                                                                  ^~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24365:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                while (((callerFP2 = pointerForOop(longAt(fp2 + FoxSavedFP)))) != 0) {
                                                                                          ^~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24378:51: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        longAtput(contextsSP, pointerForOop(longAt(frameAbove + FoxCallerSavedIP)));
                                                                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24378:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        longAtput(contextsSP, pointerForOop(longAt(frameAbove + FoxCallerSavedIP)));
                                                                  ^~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24378:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        longAtput(contextsSP, pointerForOop(longAt(frameAbove + FoxCallerSavedIP)));
                                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24399:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                callerContextOrNil1 = longAt((thePage2->baseAddress));
                                                                             ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24438:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                                         ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24440:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        : byteAt((theFP + FoxIFrameFlags) + 1))))) + (2 * BytesPerWord), aContextOrNil);
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24438:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24479:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24544:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                methodObj = longAt(GIV(stackPointer));
                                       ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24547:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                methodObj = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24549:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24553:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24586:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                               ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24587:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                           ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24588:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24590:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                activeContext = longAt(theFP + FoxThisContext);
                                       ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24601:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24604:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24615:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24770:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                top = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24798:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        top1 = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24864:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                methodField = longAt(theFP + FoxMethod);
                                                     ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24867:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput(theFP + FoxMethod, methodField - 4);
                                                          ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24871:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        flags = longAt(theFP + FoxIFrameFlags);
                                                       ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24873:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput(theFP + FoxIFrameFlags, flags - 2);
                                                          ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:24876:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        } while(((theFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0);
                                                               ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:25389:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerResult << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:25421:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:25422:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:25456:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:25484:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:25485:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:25529:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        result = allInstancesOf(longAt(GIV(stackPointer)));
                                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:25534:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                result = allInstancesOf(longAt(GIV(stackPointer)));
                                                   ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:25541:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:25570:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:25586:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:25606:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:25607:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:25630:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:25631:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:25656:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                        ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:25660:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:25668:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        ec = becomewithtwoWaycopyHash(longAt(GIV(stackPointer) + (2 * BytesPerWord)), longAt(GIV(stackPointer) + (1 * BytesPerWord)), 0, copyHashFlag);
                                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:25668:91: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        ec = becomewithtwoWaycopyHash(longAt(GIV(stackPointer) + (2 * BytesPerWord)), longAt(GIV(stackPointer) + (1 * BytesPerWord)), 0, copyHashFlag);
                                                                                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:25690:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:25691:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:25711:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        characterCode = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:25724:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), characterObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:25739:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:25742:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), floatObjectOf(((double) ((rcvr >> 3)) )));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:25770:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:25771:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:25898:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:25928:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:25929:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:25930:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        value = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:26089:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:26140:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                cursorObj = longAt(GIV(stackPointer));
                                       ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:26144:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                cursorObj = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:26145:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                maskObj = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:26368:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:26440:48: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        hashOrError = (((hash = (long32At((longAt(GIV(stackPointer))) + 4)) & (identityHashHalfWordMask()))) != 0
                                                      ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:26442:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : (objCouldBeClassObj(longAt(GIV(stackPointer)))
                                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:26443:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                ? (((err = enterIntoClassTable(longAt(GIV(stackPointer))))) != 0
                                                                          ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:26445:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                : (long32At((longAt(GIV(stackPointer))) + 4)) & (identityHashHalfWordMask()))
                                                                        ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:26449:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)hashOrError << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:26485:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop1 = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:26547:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop2 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:26611:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:26628:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerArg = positive64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:26629:48: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerRcvr = positive64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:26636:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:26669:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop1 = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:26731:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop2 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:26795:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:26812:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerArg = positive64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:26813:48: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerRcvr = positive64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:26820:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:26838:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerArgument = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:26846:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:26884:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), shifted);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:26906:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:26921:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:26959:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:26987:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerArgument = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:26988:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:26995:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27124:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop1);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27142:47: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerArg = positive64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27143:48: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerRcvr = positive64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27150:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27178:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), ((GIV(totalFreeOldSpace) << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27185:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(nilObj)) {
                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27201:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27206:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27210:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27225:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerVal1 << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27294:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27306:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop1 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27343:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        instance = longAt(GIV(stackPointer));
                              ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27361:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27398:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                s = longAt(GIV(stackPointer));
                               ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27466:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), s);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27511:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        runInNOut = (longAt(GIV(stackPointer) + (0 * BytesPerWord))) == GIV(trueObj);
                            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27594:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27643:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27693:128: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27700:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27703:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp8 = GIV(stackPointer) - BytesPerWord), object2);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27714:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27719:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object11);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27722:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp31 = GIV(stackPointer) - BytesPerWord), blockClosure);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27742:131: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27749:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27752:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput((sp9 = GIV(stackPointer) - BytesPerWord), object3);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27763:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput((sp12 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27768:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput((sp22 = GIV(stackPointer) - BytesPerWord), object12);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27771:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput((sp32 = GIV(stackPointer) - BytesPerWord), blockClosure);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27791:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27795:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27798:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27798:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27802:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), closureMethod);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27805:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27811:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27814:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), 0);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27823:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp7 = GIV(stackPointer) - BytesPerWord), object1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27827:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + ClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27906:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27956:128: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27963:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27966:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp8 = GIV(stackPointer) - BytesPerWord), object2);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27977:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27982:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object11);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:27985:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp31 = GIV(stackPointer) - BytesPerWord), blockClosure);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28005:131: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28012:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28015:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput((sp9 = GIV(stackPointer) - BytesPerWord), object3);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28026:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput((sp12 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28031:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput((sp22 = GIV(stackPointer) - BytesPerWord), object12);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28034:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput((sp32 = GIV(stackPointer) - BytesPerWord), blockClosure);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28054:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28058:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28061:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28061:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28065:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), closureMethod);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28068:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28074:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28077:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), 0);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28086:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp7 = GIV(stackPointer) - BytesPerWord), object1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28090:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + ClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28169:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        argumentArray = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28191:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28224:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28229:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((argumentArray + BaseHeaderSize) + (((sqInt)((usqInt)((index - 1)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28251:128: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28258:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28261:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp8 = GIV(stackPointer) - BytesPerWord), object2);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28272:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28277:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object11);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28280:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp31 = GIV(stackPointer) - BytesPerWord), blockClosure);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28300:131: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28307:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28310:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput((sp9 = GIV(stackPointer) - BytesPerWord), object3);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28321:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput((sp12 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28326:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput((sp22 = GIV(stackPointer) - BytesPerWord), object12);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28329:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput((sp32 = GIV(stackPointer) - BytesPerWord), blockClosure);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28349:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28353:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28356:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28356:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28360:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), closureMethod);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28363:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28369:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28372:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), 0);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28381:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp7 = GIV(stackPointer) - BytesPerWord), object1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28385:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp10 = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + ClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28434:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28458:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28492:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        arg1 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28493:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        arg2 = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28506:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(trueObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28572:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(falseObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28579:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(falseObj));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28585:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(trueObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28623:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                order = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28631:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        string1 = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28634:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        string2 = longAt(GIV(stackPointer) + ((GIV(argumentCount) - 1) * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28681:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)result << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28701:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        fillValue = positive64BitValueOf(longAt(GIV(stackPointer)));
                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28702:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28792:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if (((onOffBar = longAt(GIV(stackPointer) + (1 * BytesPerWord)))) == GIV(trueObj)) {
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28807:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if (((bufferSize = longAt(GIV(stackPointer)))) == GIV(nilObj)) {
                                      ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28822:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), (((usqInt)numSamples << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28853:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28854:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28952:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if (((((longAt(GIV(stackPointer)))) & 7) == 1)) {
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28953:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                crashInThisThread = ((longAt(GIV(stackPointer))) >> 3);
                                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28957:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28961:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:28997:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29027:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        quotient = doPrimitiveDivby(longAt(GIV(stackPointer) + (1 * BytesPerWord)), longAt(GIV(stackPointer)));
                                           ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29027:89: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        quotient = doPrimitiveDivby(longAt(GIV(stackPointer) + (1 * BytesPerWord)), longAt(GIV(stackPointer)));
                                                                                               ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29032:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)quotient << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29057:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29073:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer1 = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29094:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)(integerReceiver / integerArgument) << 3) | 1));
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29132:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29133:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29153:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29176:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29177:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29207:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29222:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerArgument = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29223:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29226:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver == integerArgument
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29235:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (result
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29254:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29255:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29258:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr == integerArg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29285:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29307:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29399:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                rcvr = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29405:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29409:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp7 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29412:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29412:59: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                        ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29419:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29433:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29439:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), object);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29442:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), 0);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29449:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object1);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29452:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29457:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp9 = GIV(stackPointer) - BytesPerWord), rcvr);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29461:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29473:65: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                shouldSkipStoreBytecode = reapAndResetErrorCodeToheader(GIV(framePointer), methodHeader);
                                                                                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:1644:76: note: passing argument to parameter 'theFP' here
static sqInt NoDbgRegParms NeverInline reapAndResetErrorCodeToheader(sqInt theFP, sqInt methodHeader);
                                                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29530:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), mourner);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29558:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29559:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29638:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr + arg));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29662:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29663:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29691:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), result);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29715:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oopToStore = longAt(GIV(stackPointer));
                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29722:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29723:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29748:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), oopToStore);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29759:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), oopToStore);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29793:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29794:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29881:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr / arg));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29910:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29911:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:29991:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (aBool
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:30022:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:30023:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:30103:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (aBool
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:30134:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:30135:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:30215:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (aBool
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:30246:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:30247:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:30327:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (aBool
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:30358:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:30359:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:30439:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (aBool
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:30469:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:30470:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:30549:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr * arg));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:30578:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:30579:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:30659:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (!aBool
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:30689:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvrOop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:30690:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:30769:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr - arg));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:30967:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                        ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:30971:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                        ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:30983:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        vScale = floatValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:30984:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        hScale = floatValueOf(longAt(GIV(stackPointer) + (2 * BytesPerWord)));
                                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:30985:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31090:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31142:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31178:128: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31185:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31188:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp9 = GIV(stackPointer) - BytesPerWord), object2);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31199:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31204:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object11);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31207:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp31 = GIV(stackPointer) - BytesPerWord), blockClosure);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31236:131: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31243:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31246:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput((sp10 = GIV(stackPointer) - BytesPerWord), object3);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31257:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput((sp12 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31262:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput((sp22 = GIV(stackPointer) - BytesPerWord), object12);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31265:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput((sp32 = GIV(stackPointer) - BytesPerWord), blockClosure);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31285:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31289:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31292:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31292:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31296:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), closureMethod);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31299:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31305:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31308:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp7 = GIV(stackPointer) - BytesPerWord), 0);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31317:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp8 = GIV(stackPointer) - BytesPerWord), object1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31321:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + FullClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31340:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31414:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31450:128: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31457:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31460:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp9 = GIV(stackPointer) - BytesPerWord), object2);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31471:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31476:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object11);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31479:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp31 = GIV(stackPointer) - BytesPerWord), blockClosure);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31508:131: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31515:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31518:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput((sp10 = GIV(stackPointer) - BytesPerWord), object3);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31529:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput((sp12 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31534:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput((sp22 = GIV(stackPointer) - BytesPerWord), object12);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31537:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput((sp32 = GIV(stackPointer) - BytesPerWord), blockClosure);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31557:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31561:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31564:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31564:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31568:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), closureMethod);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31571:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31577:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31580:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp7 = GIV(stackPointer) - BytesPerWord), 0);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31589:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp8 = GIV(stackPointer) - BytesPerWord), object1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31593:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + FullClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31612:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31686:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        argumentArray = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31708:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        blockClosure = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31730:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31735:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((argumentArray + BaseHeaderSize) + (((sqInt)((usqInt)((index - 1)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31754:128: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31761:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31764:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp9 = GIV(stackPointer) - BytesPerWord), object2);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31775:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31780:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object11);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31783:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp31 = GIV(stackPointer) - BytesPerWord), blockClosure);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31812:131: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31819:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31822:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput((sp10 = GIV(stackPointer) - BytesPerWord), object3);
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31833:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAtput((sp12 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31838:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput((sp22 = GIV(stackPointer) - BytesPerWord), object12);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31841:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput((sp32 = GIV(stackPointer) - BytesPerWord), blockClosure);
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31861:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        GIV(instructionPointer) = longAt(GIV(framePointer) + FoxIFSavedIP);
                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31865:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31868:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31868:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31872:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), closureMethod);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31875:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31881:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31884:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp7 = GIV(stackPointer) - BytesPerWord), 0);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31893:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp8 = GIV(stackPointer) - BytesPerWord), object1);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31897:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp13 = GIV(stackPointer) - BytesPerWord), longAt((blockClosure + BaseHeaderSize) + (((sqInt)((usqInt)((i + FullClosureFirstCopiedValueIndex)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31916:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31957:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:31980:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), s);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32007:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        key = cStringOrNullFor(longAt(GIV(stackPointer)));
                                          ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32030:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32044:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32048:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (trueOrFalse
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32087:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), stringOop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32105:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32247:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), labelOop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32320:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32333:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerArgument = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32334:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32337:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver >= integerArgument
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32361:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32362:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32365:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr >= integerArg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32380:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerArgument = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32381:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32384:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver > integerArgument
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32408:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32409:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32412:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr > integerArg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32427:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        ammount = longAt(GIV(stackPointer));
                             ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32440:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)segSize << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32458:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        value = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32483:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)((value * HashMultiplyConstant) & 0xFFFFFFF) << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32501:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
         && ((longAt(GIV(stackPointer))) == GIV(trueObj));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32507:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32531:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32548:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        otherObject = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32549:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        thisObject = longAt(GIV(stackPointer));
                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32560:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (thisObject == otherObject
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32577:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        thisReceiver = longAt(GIV(stackPointer));
                                  ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32603:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32627:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32664:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                s = longAt(GIV(stackPointer));
                               ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32695:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), s);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32716:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32739:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), ((value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32753:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32825:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index1 = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32826:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr1 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32855:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp4 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32871:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp5 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32885:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp7 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32901:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp6 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32922:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), longAt((rcvr1 + BaseHeaderSize) + (((sqInt)((usqInt)(index1) << (shiftForWord()))))));
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32933:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp3 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), longAt((rcvr1 + BaseHeaderSize) + (((sqInt)((usqInt)((index1 + numFixed)) << (shiftForWord()))))));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32971:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueOop = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32972:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:32973:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33018:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33036:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33051:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33069:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp3 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33105:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                longAtput((sp4 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33131:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp5 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33168:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33184:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33241:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                top1 = longAt(GIV(stackPointer));
                                  ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33248:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33252:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33255:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(messageSelector));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33258:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), runArgs);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33261:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), runReceiver);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33289:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (VMBIGENDIAN
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33307:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        obj = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33316:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (trueOrFalse
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33342:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33355:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerArgument = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33356:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33359:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver <= integerArgument
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33383:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33384:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33387:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr <= integerArg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33402:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerArgument = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33403:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33406:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver < integerArgument
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33430:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33431:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33434:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr < integerArg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33466:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33493:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33506:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), nameOop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33535:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33562:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33575:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), nameOop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33610:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        outPointerArray = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33613:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        segmentWordArray = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33627:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), result);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33654:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33671:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33689:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33732:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33733:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33784:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), pt);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33797:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33826:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33841:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)MillisecondClockMask << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33853:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        mod = doPrimitiveModby(longAt(GIV(stackPointer) + (1 * BytesPerWord)), longAt(GIV(stackPointer)));
                                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33853:84: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        mod = doPrimitiveModby(longAt(GIV(stackPointer) + (1 * BytesPerWord)), longAt(GIV(stackPointer)));
                                                                                          ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33858:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)mod << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33889:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33890:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33915:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33933:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33949:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer1 = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:33982:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerResult << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34005:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34006:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34027:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34043:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        obj = instantiateClassisPinned(longAt(GIV(stackPointer)), 0);
                                                  ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34046:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                reasonCode = (isFixedSizePointerFormat(instSpecOfClass(longAt(GIV(stackPointer))))
                                                                                  ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34053:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), obj);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34083:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        header = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34084:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        bytecodeCount = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34092:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        class = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34202:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), theMethod);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34215:44: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        obj = instantiateClassisPinned(longAt(GIV(stackPointer)), 1);
                                                  ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34218:69: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                reasonCode = (isFixedSizePointerFormat(instSpecOfClass(longAt(GIV(stackPointer))))
                                                                                  ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34225:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), obj);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34252:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop1 = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34320:57: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        obj = instantiateClassindexableSizeisPinned(longAt(GIV(stackPointer) + (1 * BytesPerWord)), size, 0);
                                                           ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34323:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                classFormat = ((longAt(((longAt(GIV(stackPointer) + (1 * BytesPerWord))) + BaseHeaderSize) + (((sqInt)((usqInt)(InstanceSpecificationIndex) << (shiftForWord())))))) >> 3);
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34336:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), obj);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34360:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34421:57: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        obj = instantiateClassindexableSizeisPinned(longAt(GIV(stackPointer) + (1 * BytesPerWord)), size, 1);
                                                           ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34424:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                classFormat = ((longAt(((longAt(GIV(stackPointer) + (1 * BytesPerWord))) + BaseHeaderSize) + (((sqInt)((usqInt)(InstanceSpecificationIndex) << (shiftForWord())))))) >> 3);
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34437:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), obj);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34460:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        object = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34543:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), subsequentObject);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34566:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        instance = accessibleObjectAfter(longAt(GIV(stackPointer)));
                                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34569:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)0 << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34575:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), instance);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34590:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerArgument = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34591:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerReceiver = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34594:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerReceiver != integerArgument
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34603:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (result
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34622:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerArg = signed64BitValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34623:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerRcvr = signed64BitValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34626:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (integerRcvr != integerArg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34648:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        otherObject = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34649:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        thisObject = longAt(GIV(stackPointer));
                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34678:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (thisObject != otherObject
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34738:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if (!(((longAt(GIV(stackPointer))) == GIV(trueObj))
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34739:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                 || ((longAt(GIV(stackPointer))) == GIV(falseObj)))) {
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34744:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        goal = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34745:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        stack = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34746:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        followWeak = (longAt(GIV(stackPointer))) == GIV(trueObj);
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34987:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        path = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:34989:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), path);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35022:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35023:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        lookupClass = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35055:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        selector = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35056:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        argumentArray = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35079:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35082:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), rcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35086:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((argumentArray + BaseHeaderSize) + (((sqInt)((usqInt)((index - 1)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35133:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                top = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35148:62: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((GIV(stackPointer) + offset) + delta, longAt(GIV(stackPointer) + offset));
                                                                       ~~~~^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35148:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((GIV(stackPointer) + offset) + delta, longAt(GIV(stackPointer) + offset));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35181:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        actualReceiver = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35182:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        selector = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35183:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        argumentArray = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35206:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35209:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), actualReceiver);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35213:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), longAt((argumentArray + BaseHeaderSize) + (((sqInt)((usqInt)((index - 1)) << (shiftForWord()))))));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35248:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                top = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35261:62: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((GIV(stackPointer) + offset) + delta, longAt(GIV(stackPointer) + offset));
                                                                       ~~~~^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35261:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((GIV(stackPointer) + offset) + delta, longAt(GIV(stackPointer) + offset));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35288:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(profileMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35313:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(profileProcess));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35348:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35380:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                ? ((longAt(GIV(stackPointer))) >> 3)
                               ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35400:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35416:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer1 = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35452:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerResult << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35483:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35484:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35502:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35519:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35564:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35565:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35582:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35608:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)depth << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35637:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35709:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35729:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35753:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                        ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35757:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                        ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35770:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35786:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer1 = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35802:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer2 = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35822:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((5 - 1) * BytesPerWord)), (okay
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35839:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35869:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35883:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                        ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35893:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35904:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (wasImmutable
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35923:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:35959:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        stringOop = longAt(GIV(stackPointer));
                               ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36025:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                hasHash = (((longAt(GIV(stackPointer))) & (tagMask())) == 0)
                                        ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36026:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                 && ((long32At((longAt(GIV(stackPointer))) + 4)) & (identityHashHalfWordMask()));
                                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36028:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (hasHash
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36036:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36040:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36061:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + ((GIV(argumentCount) - 1) * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36077:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36114:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)oldHash << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36132:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        labelOop = longAt(GIV(stackPointer));
                              ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36194:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36210:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer1 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36248:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36254:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36270:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36290:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        value = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36291:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36301:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36329:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((3 - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36351:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36367:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer1 = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36383:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer2 = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36399:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer3 = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36434:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        bytes = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36469:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36492:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36551:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)(totalLength - fixedFields) << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36563:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        byteSize = ((longAt(GIV(stackPointer))) & (tagMask())
                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36565:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : bytesInObject(longAt(GIV(stackPointer))));
                                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36568:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36602:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if (!(((((longAt(GIV(stackPointer)))) & 7) == 1))) {
                                     ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36608:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                nElements = ((longAt(GIV(stackPointer))) >> 3);
                                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36609:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                classFormat = ((longAt(((longAt(GIV(stackPointer) + (1 * BytesPerWord))) + BaseHeaderSize) + (((sqInt)((usqInt)(InstanceSpecificationIndex) << (shiftForWord())))))) >> 3);
                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36658:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36663:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        classFormat1 = ((longAt(((longAt(GIV(stackPointer) + (0 * BytesPerWord))) + BaseHeaderSize) + (((sqInt)((usqInt)(InstanceSpecificationIndex) << (shiftForWord())))))) >> 3);
                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36683:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), ((byteSize << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36707:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36722:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36762:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr + arg));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36779:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36818:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36833:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36879:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr / arg));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36904:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36919:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36959:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (rcvr == arg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36977:58: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        aValue = floatObjectOf(exp(smallFloatValueOf(longAt(GIV(stackPointer)))));
                                                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36993:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
((((usqInt)(longAt(GIV(stackPointer))))) <= 15
                       ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:36995:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : ((exp = ((usqInt) (((usqInt)(longAt(GIV(stackPointer)))))) >> (((numTagBits()) + (smallFloatMantissaBits())) + 1)),
                                                          ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37014:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37054:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37069:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37109:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (rcvr >= arg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37136:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37151:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37191:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (rcvr > arg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37218:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37233:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37273:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (rcvr <= arg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37300:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37315:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37355:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (rcvr < arg
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37377:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37416:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37431:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37471:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr * arg));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37496:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37511:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37551:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (!(rcvr == arg)
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37570:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37601:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37648:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37663:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        floatOrIntOop = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37703:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(rcvr - arg));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37721:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37731:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37753:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), result);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37769:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37804:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        class = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37814:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), instance);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37833:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37847:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(specialObjectsOop));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37863:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37918:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        outPointerArray = longAt(GIV(stackPointer));
                                     ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37919:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        segmentWordArray = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37922:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        arrayOfRoots = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37938:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                outPointerArray = longAt(GIV(stackPointer));
                                             ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37939:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                segmentWordArray = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37940:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                arrayOfRoots = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37979:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:37980:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:38114:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:38145:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:38146:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:38147:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        value = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:38314:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:38354:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        array = longAt(GIV(stackPointer) + (4 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:38355:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        start = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:38356:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        stop = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:38357:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        repl = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:38358:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        replStart = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                           ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:38423:12: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign]
                arrayFmt = arrayFmt;
                ~~~~~~~~ ^ ~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:38470:11: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign]
                replFmt = replFmt;
                ~~~~~~~ ^ ~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:38624:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (((usqInt)integerResult << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:38656:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oopArg = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:38657:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oopRcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:38691:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), oopResult);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:38721:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                criticalSection = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:38722:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                activeProc = longAt(GIV(stackPointer));
                                        ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:38727:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                criticalSection = longAt(GIV(stackPointer));
                                             ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:38754:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(falseObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:38760:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(trueObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:38765:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), GIV(nilObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:38783:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:38803:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (okay
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:38823:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        arg = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:38839:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (1 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:38842:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), floatObjectOf(result));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:38858:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = floatValueOf(longAt(GIV(stackPointer) + (0 * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:38911:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        moduleName = longAt(GIV(stackPointer));
                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:39067:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:39092:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                resultArray = longAt(GIV(stackPointer));
                                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:39127:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), resultArray);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:39154:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                resultArray = longAt(GIV(stackPointer));
                                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:39188:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), resultArray);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:39209:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), s);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:39238:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (running
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:39249:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        sampleBuffer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:39259:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)numSamples << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:39276:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        sema = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:44603:15: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign]
                                        treeNode = treeNode;
                                        ~~~~~~~~ ^ ~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:49642:13: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign]
                        treeNode = treeNode;
                        ~~~~~~~~ ^ ~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:51474:5: warning: expression result unused [-Wunused-value]
                                -classIndex2;
                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:51539:26: warning: expression result unused [-Wunused-value]
                8 /* allocationUnit */ / BytesPerOop;
                ~                      ^ ~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:52836:13: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long long') from 'void *' [-Wint-conversion]
        allocation = calloc(sizeof(void *), unscannedEphemeronsQueueInitialSize);
                   ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:53051:7: warning: incompatible integer to pointer conversion passing 'usqInt' (aka 'unsigned long long') to parameter of type 'void *' [-Wint-conversion]
        free((GIV(unscannedEphemerons).start));
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/x86_64-w64-mingw32/sys-root/mingw/include/stdlib.h:530:27: note: passing argument to parameter '_Memory' here
  void __cdecl free(void *_Memory);
                          ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:57008:25: warning: incompatible integer to pointer conversion passing 'usqInt' (aka 'unsigned long long') to parameter of type 'void *' [-Wint-conversion]
                reallocated = realloc((GIV(unscannedEphemerons).start), desiredSize);
                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/x86_64-w64-mingw32/sys-root/mingw/include/stdlib.h:532:31: note: passing argument to parameter '_Memory' here
  void *__cdecl realloc(void *_Memory,size_t _NewSize);
                              ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:57008:15: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long long') from 'void *' [-Wint-conversion]
                reallocated = realloc((GIV(unscannedEphemerons).start), desiredSize);
                            ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:57445:41: warning: expression result unused [-Wunused-value]
                asserta((checkInterpreterIntegrity()) == 0);
                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqAssert.h:30:25: note: expanded from macro 'asserta'
# define asserta(expr) (expr)
                        ^~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:57466:41: warning: expression result unused [-Wunused-value]
                asserta((checkInterpreterIntegrity()) == 0);
                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqAssert.h:30:25: note: expanded from macro 'asserta'
# define asserta(expr) (expr)
                        ^~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:58477:14: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign]
                        treeNode1 = treeNode1;
                        ~~~~~~~~~ ^ ~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:60970:108: warning: passing 'usqInt *' (aka 'unsigned long long *') to parameter of type 'sqInt *' (aka 'long long *') converts between pointers to integer types with different sign [-Wpointer-sign]
        segAddress = sqAllocateMemorySegmentOfSizeAboveAllocatedSizeInto(ammount, firstGapOfSizeAtLeast(ammount), (&allocatedSize));
                                                                                                                  ^~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:60:98: note: passing argument to parameter 'asp' here
extern void *sqAllocateMemorySegmentOfSizeAboveAllocatedSizeInto(sqInt sz, void *minAddr, sqInt *asp);
                                                                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:61431:13: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign]
                        treeNode = treeNode;
                        ~~~~~~~~ ^ ~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:61982:77: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        assertValidExecutionPointersimbarline(lip, lifp, lisp, !((((usqInt)(longAt(lifp + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                   ^~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:62492:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                 && ((((((sqInt)(pointerForOop(longAt(maybeFP + FoxSavedFP))))) & (tagMask())) == 0)
                                                      ^~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:62494:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                (oopForPointer(pointerForOop(longAt(maybeFP + FoxSavedFP)))) + (smallIntegerTag()))) == (longAt((aContext + BaseHeaderSize) + (((sqInt)((usqInt)(InstructionPointerIndex) << (shiftForWord())))))))
                                                    ^~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:62495:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                 && (((((usqInt)(longAt(maybeFP + FoxMethod)))) < (startOfMemory())
                                        ^~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:62496:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        ? ((longAt(maybeFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                   ^~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:62497:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        : (byteAt((maybeFP + FoxIFrameFlags) + 2)) != 0)))))) {
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:62504:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        maybeFrameCtxt = longAt(maybeFP + FoxThisContext);
                                ^~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:62577:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                frameRcvrOffset = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                     ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:62581:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        oop = longAt(theSP);
                                     ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:62587:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                       ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:62588:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                   ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:62589:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:62591:39: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        ok = ok && (checkOkayFields(longAt(theFP + FoxThisContext)));
                                                           ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:62593:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                ok = ok && (checkOkayFields(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                               ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:62595:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        : longAt(theFP + FoxMethod))));
                                 ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:62596:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                                        ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:62604:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                oop = longAt(theSP);
                             ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:62746:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                          ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:62748:95: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        : (((usqInt) ((theFP + FoxIFReceiver) - GIV(stackPointer))) >> (shiftForWord())) + (byteAt((theFP + FoxIFrameFlags) + 1)));
                                                                                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:62761:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        theSP = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                   ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:62774:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                aFrame = pointerForOop(longAt(aFrame + FoxSavedFP));
                                              ^~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:62787:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:62789:82: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : (((usqInt) ((theFP + FoxIFReceiver) - theSP)) >> (shiftForWord())) + (byteAt((theFP + FoxIFrameFlags) + 1)));
                                                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63045:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), message);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63101:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63137:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                               ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63138:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                           ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63139:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63141:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                activeContext = longAt(theFP + FoxThisContext);
                                       ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63179:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        theIP = longAt(theSP);
                       ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63186:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                       ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63187:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                   ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63188:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63190:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        theContext = longAt(theFP + FoxThisContext);
                                            ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63220:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                theIP = ((sqInt)(pointerForOop(longAt(theFP + FoxCallerSavedIP))));
                                                      ^~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63221:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                theFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                             ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63233:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        callerContextOrNil = longAt((thePage->baseAddress));
                                    ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63414:19: warning: explicitly assigning value of variable of type 'struct VirtualMachine *' to itself [-Wself-assign]
        interpreterProxy = interpreterProxy;
        ~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63429:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                        ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63438:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                callerContextOrNil = longAt((thePage->baseAddress));
                                            ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63445:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if (((((usqInt)(longAt(callerFP + FoxMethod)))) < (startOfMemory())
                               ^~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63446:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                ? ((longAt(callerFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                           ^~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63447:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : (byteAt((callerFP + FoxIFrameFlags) + 2)) != 0)) {
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63449:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                return longAt(callerFP + FoxThisContext);
                              ^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63859:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        callerFP1 = pointerForOop(longAt(theFP + FoxSavedFP));
                                         ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63868:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                callerContextOrNil = longAt((thePage1->baseAddress));
                                            ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63876:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if (((((usqInt)(longAt(callerFP1 + FoxMethod)))) < (startOfMemory())
                               ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63877:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                ? ((longAt(callerFP1 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                           ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63878:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : (byteAt((callerFP1 + FoxIFrameFlags) + 2)) != 0)) {
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63880:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                callerCtx = longAt(callerFP1 + FoxThisContext);
                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63889:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                theIP = longAt((thePage->headSP));
                               ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63903:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                theIP = oopForPointer(pointerForOop(longAt(frameAbove + FoxCallerSavedIP)));
                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63941:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                        ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63946:49: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                callerIP = oopForPointer(pointerForOop(longAt(theFP + FoxCallerSavedIP)));
                                                              ^~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63949:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput(callerSP, callerIP);
                          ^~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:63973:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if ((longAt(aFramePtr + FoxSavedFP)) == 0) {
                    ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64120:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                oop = longAt(((longAt(GIV(stackPointer))) + BaseHeaderSize) + (((sqInt)((usqInt)((localPrimIndex - 264)) << (shiftForWord())))));
                                          ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64121:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), oop);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64130:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(trueObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64136:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp2 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(falseObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64142:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp3 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), GIV(nilObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64147:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp4 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)(localPrimIndex - 261) << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64264:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        callerFP = pointerForOop(longAt(spouseFP + FoxSavedFP));
                                                        ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64273:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                callerContextOrNil = longAt((thePage->baseAddress));
                                                            ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64280:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        if (((((usqInt)(longAt(callerFP + FoxMethod)))) < (startOfMemory())
                                               ^~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64281:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                ? ((longAt(callerFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                           ^~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64282:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                : (byteAt((callerFP + FoxIFrameFlags) + 2)) != 0)) {
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64284:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                return longAt(callerFP + FoxThisContext);
                                              ^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64301:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                ? ((((usqInt)(longAt(spouseFP + FoxMethod)))) < (startOfMemory())
                                     ^~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64303:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs - (offset - (ReceiverIndex + 1))) * BytesPerWord))
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64304:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                : longAt(((spouseFP + FoxMFReceiver) - BytesPerWord) + ((frameNumArgs - (offset - (ReceiverIndex + 1))) * BytesPerWord)))
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64305:66: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                : ((offset - (ReceiverIndex + 1)) < ((frameNumArgs1 = byteAt((spouseFP + FoxIFrameFlags) + 1)))
                                                                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64306:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs1 - (offset - (ReceiverIndex + 1))) * BytesPerWord))
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64307:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                : longAt(((spouseFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs1 - (offset - (ReceiverIndex + 1))) * BytesPerWord))))
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64482:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) {
                                                 ^~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64574:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if ((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                        ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64575:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                   ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64576:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0))
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64577:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                 && (homeContext == (longAt(theFP + FoxThisContext)))) {
                                            ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64581:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                         || (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64582:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                                           ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64583:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0)))) {
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64584:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        theMethod1 = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                        ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64586:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                : longAt(theFP + FoxMethod));
                                         ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64596:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                       ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64597:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                   ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64598:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64600:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        return longAt(theFP + FoxThisContext);
                                                      ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64606:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                theFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                             ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64613:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        callerContextOrNil = longAt((thePage->baseAddress));
                                    ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64702:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        theSP = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                   ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64715:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                aFrame = pointerForOop(longAt(aFrame + FoxSavedFP));
                                              ^~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64770:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if ((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                        ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64771:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                   ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64772:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0))
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64773:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                 && (homeContext == (longAt(theFP + FoxThisContext)))) {
                                            ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64777:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if (!(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                         ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64778:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                                           ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64779:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0))) {
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64780:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        theMethod1 = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                        ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64782:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                : longAt(theFP + FoxMethod));
                                         ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64792:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                       ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64793:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                   ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64794:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64796:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ctxtOrNilOrZero = longAt(theFP + FoxThisContext);
                                                                 ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64804:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                theFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                             ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64811:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        callerContextOrNil = longAt((thePage->baseAddress));
                                    ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64857:53: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        for (ptr = theSP, toDoLimit1 = (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                           ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64860:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                oop = longAt(ptr);
                             ^~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64863:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput(ptr, followForwarded(oop));
                                  ^~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64866:134: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        for (ptr = ((theFP + FoxCallerSavedIP) + BytesPerWord), toDoLimit2 = (theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                                                                                            ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64868:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        : byteAt((theFP + FoxIFrameFlags) + 1))))); ptr <= toDoLimit2; ptr += BytesPerWord) {
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64869:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                oop = longAt(ptr);
                             ^~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64882:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput(ptr, oop);
                                  ^~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64885:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                               ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64886:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                           ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64887:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0)) {
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64892:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                               ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64893:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                           ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64894:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64933:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        return longAt(theFP + FoxThisContext);
                      ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64977:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        numArgs = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                     ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64979:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : byteAt((theFP + FoxIFrameFlags) + 1));
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:64993:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        return longAt(theFP + ((FoxCallerSavedIP + BytesPerWord) + (((sqInt)((usqInt)(numArgs) << (shiftForWord()))))));
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65231:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65243:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord), rcvr);
                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65245:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if (isPointers(((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())
                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65246:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                ? longAt(GIV(framePointer) + FoxMFReceiver)
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65247:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : longAt(GIV(framePointer) + FoxIFReceiver)))) {
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65248:61: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                followForwardedObjectFieldstoDepth(((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())
                                                                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65249:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        ? longAt(GIV(framePointer) + FoxMFReceiver)
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65250:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        : longAt(GIV(framePointer) + FoxIFReceiver)), 0);
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65271:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65272:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                ? longAt(theFP + FoxMFReceiver)
                         ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65273:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : longAt(theFP + FoxIFReceiver));
                         ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65313:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                source = ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())
                                            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65339:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                 && ((((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) < overflowLimitAddress)
                                                        ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65340:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                 && (!((longAt(callerFP + FoxSavedFP)) == 0)))) {
                               ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65349:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        callerFP1 = pointerForOop(longAt(theFP + FoxSavedFP));
                                         ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65358:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                callerContextOrNil = longAt((thePage->baseAddress));
                                            ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65365:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if (((((usqInt)(longAt(callerFP1 + FoxMethod)))) < (startOfMemory())
                               ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65366:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                ? ((longAt(callerFP1 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                           ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65367:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : (byteAt((callerFP1 + FoxIFrameFlags) + 2)) != 0)) {
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65369:10: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAt(callerFP1 + FoxThisContext);
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65521:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        return longAt(theFP + FoxMethod);
                      ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65578:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        return (longAt(theFP + FoxSavedFP)) == 0;
                       ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65618:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                theFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                             ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65844:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if (((pointerForOop(longAt(maybeFrame + FoxSavedFP))) == shouldBeFrameCallerField)
                                           ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65845:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                 && (((((usqInt)(longAt(maybeFrame + FoxMethod)))) < (startOfMemory())
                                        ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65846:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        ? ((longAt(maybeFrame + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                   ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65847:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        : (byteAt((maybeFrame + FoxIFrameFlags) + 2)) != 0))) {
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65849:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        maybeFrameCtxt = longAt(maybeFrame + FoxThisContext);
                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65863:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                longAtput(maybeFrame + FoxThisContext, maybeFrameCtxt);
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65924:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if (((pointerForOop(longAt(theFrame + FoxSavedFP))) == shouldBeFrameCallerField)
                                           ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65925:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                 && (((((usqInt)(longAt(theFrame + FoxMethod)))) < (startOfMemory())
                                        ^~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65926:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        ? ((longAt(theFrame + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                   ^~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65927:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        : (byteAt((theFrame + FoxIFrameFlags) + 2)) != 0))) {
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65930:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        if ((longAt(theFrame + FoxThisContext)) == aOnceMarriedContext) {
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67307:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                callerContextOrNil = longAt((thePage2->baseAddress));
                                            ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67386:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if ((anOop == ((((((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                     ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67388:81: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        : (((usqInt) ((theFP + FoxIFReceiver) - theSP)) >> (shiftForWord())) + (byteAt((theFP + FoxIFrameFlags) + 1)))) << 3) | 1)))
                                                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67396:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if (anOop == (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                 ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67398:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        : longAt(theFP + FoxMethod)))) {
                                 ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67401:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if ((longAt(theFP + FoxSavedFP)) == 0) {
                            ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67407:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        if ((((((usqInt)(longAt((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxMethod)))) < (startOfMemory())
                                                                      ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67407:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        if ((((((usqInt)(longAt((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxMethod)))) < (startOfMemory())
                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67408:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                ? ((longAt((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67408:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                ? ((longAt((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67409:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                : (byteAt(((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxIFrameFlags) + 2)) != 0))
                                                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67409:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                : (byteAt(((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxIFrameFlags) + 2)) != 0))
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67410:48: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                         && (anOop == (longAt((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxThisContext)))) {
                                                                    ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67410:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                         && (anOop == (longAt((pointerForOop(longAt(theFP + FoxSavedFP))) + FoxThisContext)))) {
                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67415:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvrOffset = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                        ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67419:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if (anOop == (longAt(theSP))) {
                                     ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67427:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if (anOop == (longAt(theSP))) {
                                     ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67461:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        aMethodObj = longAt(((GIV(stackPage)->headFP)) + FoxMethod);
                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67473:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67506:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        methodFieldOrObj = longAt(theFP + FoxMethod);
                                  ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67508:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput(theFP + FoxMethod, methodFieldOrObj + MFMethodFlagHasContextFlag);
                          ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67513:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                closureOrNil = longAt(theFP + ((FoxCallerSavedIP + BytesPerWord) + (numArgs << (shiftForWord()))));
                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67523:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        closureOrNil = longAt(theFP + ((FoxCallerSavedIP + BytesPerWord) + (numArgs << (shiftForWord()))));
                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67529:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                rcvr = longAt(theFP + FoxMFReceiver);
                              ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67534:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                byteAtput((theFP + FoxIFrameFlags) + 2, 1);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:159:39: note: passing argument to parameter 'oop' here
  static inline sqInt byteAtput(sqInt oop, int val)             { return byteAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67536:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                numArgs = byteAt((theFP + FoxIFrameFlags) + 1);
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67540:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if ((byteAt((theFP + FoxIFrameFlags) + 3)) != 0) {
                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67541:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        closureOrNil = longAt(theFP + ((FoxCallerSavedIP + BytesPerWord) + (numArgs << (shiftForWord()))));
                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67547:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                rcvr = longAt(theFP + FoxIFReceiver);
                              ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67552:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput(theFP + FoxThisContext, theContext);
                  ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67559:54: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valuePointer2 = (oopForPointer(pointerForOop(longAt(theFP + FoxSavedFP)))) + (smallIntegerTag());
                                                            ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67572:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                                      ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67574:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs - (i - 1)) * BytesPerWord))
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67575:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                : longAt(((theFP + FoxMFReceiver) - BytesPerWord) + ((frameNumArgs - (i - 1)) * BytesPerWord)));
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67579:55: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        valuePointer = ((i - 1) < ((frameNumArgs2 = byteAt((theFP + FoxIFrameFlags) + 1)))
                                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67580:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs2 - (i - 1)) * BytesPerWord))
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67581:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                : longAt(((theFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs2 - (i - 1)) * BytesPerWord)));
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67776:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (boolean
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67795:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((nItems - 1) * BytesPerWord)), floatObjectOf(aFloat));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67811:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)integer << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67840:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67856:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67982:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67984:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs - offset) * BytesPerWord))
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67985:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                : longAt(((theFP + FoxMFReceiver) - BytesPerWord) + ((frameNumArgs - offset) * BytesPerWord)))
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67986:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : (offset < ((frameNumArgs1 = byteAt((theFP + FoxIFrameFlags) + 1)))
                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67987:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs1 - offset) * BytesPerWord))
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67988:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                : longAt(((theFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs1 - offset) * BytesPerWord))));
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:68003:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                       ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:68004:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                   ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:68005:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:68007:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        if (((((usqInt) (longAt(longAt(theFP + FoxThisContext)))) >> (markedBitFullShift())) & 1) != 0) {
                                                       ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:68011:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        } while(((theFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0);
                                               ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:68098:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:68125:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:68150:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((nItems - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:68210:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (enabled
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:68217:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if ((longAt(GIV(stackPointer))) == GIV(trueObj)) {
                                ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:68223:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        if ((longAt(GIV(stackPointer))) == GIV(falseObj)) {
                                        ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:68233:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (enabled
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:68780:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                callerContextOrNil = longAt((thePage1->baseAddress));
                                                            ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:68925:15: warning: incompatible pointer to integer conversion passing 'CogMethod *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                        printHexnp(cogMethodOf(meth));
                                   ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:1611:32: note: passing argument to parameter 'n' here
extern sqInt printHexnp(usqInt n);
                               ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:68937:15: warning: incompatible pointer to integer conversion passing 'CogMethod *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                        printHexnp(cogMethodOf(meth));
                                   ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:1611:32: note: passing argument to parameter 'n' here
extern sqInt printHexnp(usqInt n);
                               ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:68993:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if (!((longAt(theFP + FoxSavedFP)) == 0)) {
                      ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:68994:52: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                printFrameAndCallersSPshort(pointerForOop(longAt(theFP + FoxSavedFP)), (assert(!(isBaseFrame(theFP))),
                                                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:68995:66: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                (theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                               ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:68997:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        : byteAt((theFP + FoxIFrameFlags) + 1))))) + BytesPerWord), printShort);
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:69017:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        it = longAt(address);
                    ^~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:69043:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        it = longAt(address);
                    ^~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:69102:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        it = longAt(address);
                    ^~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:69138:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        it = longAt(address);
                    ^~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:69224:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                aFrame = pointerForOop(longAt(aFrame + FoxSavedFP));
                                                              ^~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:69235:74: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        (frameAbove + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(frameAbove + FoxMethod)))) < (startOfMemory())
                                                                                                            ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:69237:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        : byteAt((frameAbove + FoxIFrameFlags) + 1))))) + BytesPerWord)
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:69245:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                theSP = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                           ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:70670:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                while (theSP <= (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                    ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:70673:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        if (oop == (longAt(theSP))) {
                                                           ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:70675:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                                printHexnp(theFP);
                                                           ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:69271:19: note: passing argument to parameter 'n' here
printHexnp(usqInt n)
                  ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:70677:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                                printHexnp(theSP);
                                                           ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:69271:19: note: passing argument to parameter 'n' here
printHexnp(usqInt n)
                  ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:70683:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                       ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:70684:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                   ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:70685:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:70686:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        if (oop == (longAt(theFP + FoxThisContext))) {
                                                           ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:70688:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                                printHexnp(theFP);
                                                           ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:69271:19: note: passing argument to parameter 'n' here
printHexnp(usqInt n)
                  ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:70694:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (oop == (longAt(theFP + FoxMethod))) {
                                                   ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:70696:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        printHexnp(theFP);
                                                   ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:69271:19: note: passing argument to parameter 'n' here
printHexnp(usqInt n)
                  ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:70701:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (!(((callerFP = pointerForOop(longAt(theFP + FoxSavedFP)))) != 0)) break;
                                                                        ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:70709:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (oop == (longAt(theSP))) {
                                                   ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:70711:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        printHexnp(theFP);
                                                   ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:69271:19: note: passing argument to parameter 'n' here
printHexnp(usqInt n)
                  ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:70713:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
                                        printHexnp(theSP);
                                                   ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:69271:19: note: passing argument to parameter 'n' here
printHexnp(usqInt n)
                  ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:70793:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:70806:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        return longAt(theFP + (frameStackedReceiverOffset(theFP)));
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:70818:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:70829:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), (((usqInt)integerValue << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:70843:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:71153:33: warning: expression result unused [-Wunused-value]
                ((((usqInt) w1) >> 8) & 0xFF) | (((sqInt)((usqInt)((w1 & 0xFF)) << 8)));
                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:71224:30: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
        cogCodeBase = pointerForOop(allocateJITMemory(GIV(cogCodeSize), ((header.oldBaseAddr)) - GIV(cogCodeSize)));
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:152:44: note: passing argument to parameter 'oop' here
  static inline char *pointerForOop(usqInt oop)                 { return (char *)oop; }
                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:71225:61: warning: ordered comparison between pointer and integer ('char *' and 'sqInt' (aka 'long long'))
        desiredPositionOfHeap = (((cogCodeBase + GIV(cogCodeSize)) < ((header.oldBaseAddr))) ? ((header.oldBaseAddr)) : (cogCodeBase + GIV(cogCodeSize)));
                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:71225:87: warning: pointer/integer type mismatch in conditional expression ('sqInt' (aka 'long long') and 'char *') [-Wconditional-type-mismatch]
        desiredPositionOfHeap = (((cogCodeBase + GIV(cogCodeSize)) < ((header.oldBaseAddr))) ? ((header.oldBaseAddr)) : (cogCodeBase + GIV(cogCodeSize)));
                                                                                             ^ ~~~~~~~~~~~~~~~~~~~~~~   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:71225:24: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long long') from 'char *' [-Wint-conversion]
        desiredPositionOfHeap = (((cogCodeBase + GIV(cogCodeSize)) < ((header.oldBaseAddr))) ? ((header.oldBaseAddr)) : (cogCodeBase + GIV(cogCodeSize)));
                              ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:71381:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        initializeCodeZoneFromupTo(cogCodeBase, cogCodeBase + GIV(cogCodeSize));
                                   ^~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include/cogit.h:56:46: note: passing argument to parameter 'startAddress' here
extern void initializeCodeZoneFromupTo(sqInt startAddress, sqInt endAddress);
                                             ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:71381:42: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        initializeCodeZoneFromupTo(cogCodeBase, cogCodeBase + GIV(cogCodeSize));
                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include/cogit.h:56:66: note: passing argument to parameter 'endAddress' here
extern void initializeCodeZoneFromupTo(sqInt startAddress, sqInt endAddress);
                                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:71510:67: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long long') to parameter of type 'char *' [-Wint-conversion]
                        longAtput((temporaryIndex < ((frameNumArgs = ((mframeCogMethod(theFP))->cmNumArgs)))
                                                                                       ^~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19483:23: note: passing argument to parameter 'theFP' here
mframeCogMethod(char *theFP)
                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:71559:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:71592:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        if ((longAt(theFP + FoxSavedFP)) == 0) {
                                    ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:71598:66: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                GIV(instructionPointer) = ((usqInt)(pointerForOop(longAt(GIV(framePointer) + FoxCallerSavedIP))));
                                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:71601:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                GIV(framePointer) = pointerForOop(longAt(GIV(framePointer) + FoxSavedFP));
                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:71640:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:71815:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                oop = longAt(GIV(stackPointer) + (index * BytesPerWord));
                                                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:71830:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                                longAtput(GIV(stackPointer) + (index * BytesPerWord), oop);
                                                                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:71907:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:71944:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        if (!((longAt(theFP + FoxSavedFP)) == 0)) {
                                      ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:71948:62: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                GIV(instructionPointer) = ((usqInt)(pointerForOop(longAt(theFP + FoxCallerSavedIP))));
                                                                                         ^~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:71951:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                GIV(framePointer) = pointerForOop(longAt(theFP + FoxSavedFP));
                                                                         ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:71953:41: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                aMethodObj = ((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())
                                                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:71955:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : longAt(GIV(framePointer) + FoxMethod));
                                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:71971:130: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                assertValidExecutionPointersimbarline(GIV(instructionPointer), GIV(framePointer), GIV(stackPointer), !((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())), __LINE__);
                                                                                                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:72017:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:72362:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        if ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())) {
                                              ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:72403:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if (!((longAt(theFP + FoxSavedFP)) == 0)) {
                      ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:72404:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                shortPrintFrameAndCallers(pointerForOop(longAt(theFP + FoxSavedFP)));
                                                               ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:72451:51: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                shortPrintFrameAndNCallers(pointerForOop(longAt(theFP + FoxSavedFP)), n - 1);
                                                                ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:72510:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                                ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:72519:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        callerContextOrNil = longAt((thePage->baseAddress));
                                    ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:72704:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:72781:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:72788:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), rcvr);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:72800:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                rcvr1 = longAt(GIV(stackPointer) + (numArgs * BytesPerWord));
                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:72806:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput(GIV(framePointer) + FoxIFSavedIP, GIV(instructionPointer));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:72810:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp7 = GIV(stackPointer) - BytesPerWord), GIV(instructionPointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:72813:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:72813:59: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp8 = GIV(stackPointer) - BytesPerWord), GIV(framePointer));
                                                                        ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:50: note: passing argument to parameter 'val' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:72820:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp10 = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:72834:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp11 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:72840:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp21 = GIV(stackPointer) - BytesPerWord), object2);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:72843:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp3 = GIV(stackPointer) - BytesPerWord), 0);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:72850:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object1);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:72853:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:72858:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp9 = GIV(stackPointer) - BytesPerWord), rcvr1);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:72862:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp6 = GIV(stackPointer) - BytesPerWord), GIV(nilObj));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:72874:65: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                shouldSkipStoreBytecode = reapAndResetErrorCodeToheader(GIV(framePointer), methodHeader);
                                                                                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:71394:37: note: passing argument to parameter 'theFP' here
reapAndResetErrorCodeToheader(sqInt theFP, sqInt methodHeader)
                                    ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:73287:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        return floatValueOf(longAt(GIV(stackPointer) + (offset * BytesPerWord)));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:73299:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (offset * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:73336:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (offset * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:73417:28: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                  ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:73419:82: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : (((usqInt) ((theFP + FoxIFReceiver) - theSP)) >> (shiftForWord())) + (byteAt((theFP + FoxIFrameFlags) + 1)));
                                                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:73436:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (offset * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:73501:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (offset * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:73509:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        return longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:73519:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        return longAt(GIV(stackPointer) + (offset * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:73854:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if ((longAt(theFP + FoxSavedFP)) == 0) {
                    ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:73861:76: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                                                         ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:73863:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        : byteAt((theFP + FoxIFrameFlags) + 1))))) + (2 * BytesPerWord), anOop);
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:73861:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((theFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:73867:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                        ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:73876:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                callerContextOrNil = longAt((thePage1->baseAddress));
                                            ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:73883:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if (((((usqInt)(longAt(callerFP + FoxMethod)))) < (startOfMemory())
                               ^~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:73884:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                ? ((longAt(callerFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                           ^~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:73885:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : (byteAt((callerFP + FoxIFrameFlags) + 2)) != 0)) {
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:73887:10: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAt(callerFP + FoxThisContext);
                       ^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:73932:80: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((theMovedFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theMovedFP + FoxMethod)))) < (startOfMemory())
                                                                                      ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:73934:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        : byteAt((theMovedFP + FoxIFrameFlags) + 1))))) + (2 * BytesPerWord), anOop);
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:73932:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((theMovedFP + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theMovedFP + FoxMethod)))) < (startOfMemory())
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74193:88: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        return validInstructionPointerinMethodframePointer(anInstrPointer, ((((usqInt)(longAt(fp + FoxMethod)))) < (startOfMemory())
                                                                                              ^~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74195:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : longAt(fp + FoxMethod)), fp);
                         ^~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74393:17: warning: variable 'the2ndUnknownShort' is uninitialized when used here [-Wuninitialized]
        putShorttoFile(the2ndUnknownShort, f);
                       ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74338:29: note: initialize the variable 'the2ndUnknownShort' to silence this warning
    sqInt the2ndUnknownShort;
                            ^
                             = 0
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74474:40: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                valuePointer2 = ((((usqInt)(longAt(spouseFP + FoxMethod)))) < (startOfMemory())
                                                                   ^~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74476:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs - i) * BytesPerWord))
                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74477:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        : longAt(((spouseFP + FoxMFReceiver) - BytesPerWord) + ((frameNumArgs - i) * BytesPerWord)))
                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74478:38: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : (i < ((frameNumArgs1 = byteAt((spouseFP + FoxIFrameFlags) + 1)))
                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74479:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs1 - i) * BytesPerWord))
                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74480:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        : longAt(((spouseFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs1 - i) * BytesPerWord))));
                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74532:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        anOop = longAt(GIV(stackPointer) + (PARAM_EXTERNALFUNCTION * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74554:19: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long long') [-Wint-conversion]
        externalFunction = longAt((anOop1 + BaseHeaderSize) + (0U << (shiftForWord())));
                         ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74562:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        anOop2 = longAt(((longAt(GIV(stackPointer) + (PARAM_EXTERNALFUNCTION * BytesPerWord))) + BaseHeaderSize) + (1U << (shiftForWord())));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74570:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        argumentsArrayOop = longAt(GIV(stackPointer) + (PARAM_ARGUMENTS * BytesPerWord));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74586:16: warning: expression which evaluates to zero treated as a null pointer constant of type 'void **' [-Wnon-literal-null-conversion]
                parameters = ((sqInt) null);
                             ^~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74594:13: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long long') from 'void *' [-Wint-conversion]
                argHolder = alloca((argType->size));
                          ^ ~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74595:17: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long long') [-Wint-conversion]
                parameters[i] = argHolder;
                              ^ ~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74610:45: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        marshallAndPushReturnValueFromofTypepoping(returnHolder, (cif->rtype), 3);
                                                   ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:1725:76: note: passing argument to parameter 'returnHolder' here
static void NoDbgRegParms marshallAndPushReturnValueFromofTypepoping(sqInt returnHolder, ffi_type *ffiType, sqInt argumentsAndReceiverCount);
                                                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74667:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        anOop = longAt(GIV(stackPointer) + (PARAM_EXTERNALFUNCTION * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74689:19: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long long') [-Wint-conversion]
        externalFunction = longAt((anOop1 + BaseHeaderSize) + (0U << (shiftForWord())));
                         ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74696:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        anOop2 = longAt(((longAt(GIV(stackPointer) + (PARAM_EXTERNALFUNCTION * BytesPerWord))) + BaseHeaderSize) + (1U << (shiftForWord())));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74703:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (PARAM_SEMAPHORE_INDEX * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74723:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        receiver = longAt(GIV(stackPointer) + (PARAM_RECEIVER * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74732:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        argumentsArrayOop = longAt(GIV(stackPointer) + (PARAM_ARGUMENTS * BytesPerWord));
                                   ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74746:16: warning: expression which evaluates to zero treated as a null pointer constant of type 'void **' [-Wnon-literal-null-conversion]
                parameters = ((sqInt) null);
                             ^~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74754:13: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long long') from 'void *' [-Wint-conversion]
                argHolder = malloc((argType->size));
                          ^ ~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74755:17: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long long') [-Wint-conversion]
                parameters[i] = argHolder;
                              ^ ~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74760:10: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long long') from 'void *' [-Wint-conversion]
                                aPtr = parameters[i1];
                                     ^ ~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74763:11: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long long') to parameter of type 'void *' [-Wint-conversion]
                                        free(aPtr);
                                             ^~~~
/usr/x86_64-w64-mingw32/sys-root/mingw/include/stdlib.h:530:27: note: passing argument to parameter '_Memory' here
  void __cdecl free(void *_Memory);
                          ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74785:9: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqIntptr_t' (aka 'long long') [-Wint-conversion]
        ptr[0] = (((sqIntptr_t)aPointer));
               ^ ~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74787:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((4 - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74826:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        anOop = longAt(GIV(stackPointer) + (PARAM_TASK_ADDRESS * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74836:14: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long long') [-Wint-conversion]
        taskAddress = longAt((anOop + BaseHeaderSize) + (0U << (shiftForWord())));
                    ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74839:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        receiver = longAt(GIV(stackPointer) + (PARAM_RECEIVER * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74856:45: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        marshallAndPushReturnValueFromofTypepoping(returnHolder, (((task->cif))->rtype), 2);
                                                   ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:1725:76: note: passing argument to parameter 'returnHolder' here
static void NoDbgRegParms marshallAndPushReturnValueFromofTypepoping(sqInt returnHolder, ffi_type *ffiType, sqInt argumentsAndReceiverCount);
                                                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74862:23: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long long') from 'void *' [-Wint-conversion]
                        anParameterAddress = parameters[i];
                                           ^ ~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74864:26: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long long') to parameter of type 'void *' [-Wint-conversion]
                                doFreeFromTask(task, anParameterAddress);
                                                     ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2848:47: note: expanded from macro 'doFreeFromTask'
#define doFreeFromTask(aTask,anAddress) (free(anAddress))
                                              ^~~~~~~~~
/usr/x86_64-w64-mingw32/sys-root/mingw/include/stdlib.h:530:27: note: passing argument to parameter '_Memory' here
  void __cdecl free(void *_Memory);
                          ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74873:23: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long long') to parameter of type 'void *' [-Wint-conversion]
        doFreeFromTask(task, ((sqInt)task));
                             ^~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2848:47: note: expanded from macro 'doFreeFromTask'
#define doFreeFromTask(aTask,anAddress) (free(anAddress))
                                              ^~~~~~~~~
/usr/x86_64-w64-mingw32/sys-root/mingw/include/stdlib.h:530:27: note: passing argument to parameter '_Memory' here
  void __cdecl free(void *_Memory);
                          ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74927:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                callerFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                                ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74934:34: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                (callerContextOrNil = longAt((thePage->baseAddress))),
                                                             ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74939:26: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        : (((((usqInt)(longAt(callerFP + FoxMethod)))) < (startOfMemory())
                                              ^~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74940:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? ((longAt(callerFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                   ^~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74941:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : (byteAt((callerFP + FoxIFrameFlags) + 2)) != 0)
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74944:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                longAt(callerFP + FoxThisContext))
                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74952:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                          ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74954:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        : longAt(theFP + FoxMethod));
                                 ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74957:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                return (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                           ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74958:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        ? ((longAt(theFP + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                                   ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74959:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        : (byteAt((theFP + FoxIFrameFlags) + 3)) != 0)
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74961:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                (numArgs = ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                                              ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74963:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                : byteAt((theFP + FoxIFrameFlags) + 1))),
                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74964:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                longAt(theFP + ((FoxCallerSavedIP + BytesPerWord) + (((sqInt)((usqInt)(numArgs) << (shiftForWord())))))))
                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74968:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                          ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74969:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        ? longAt(theFP + FoxMFReceiver)
                                 ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74970:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        : longAt(theFP + FoxIFReceiver));
                                 ^~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74974:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                return ((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                          ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74976:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs - (index - CtxtTempFrameStart)) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74977:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : longAt(((theFP + FoxMFReceiver) - BytesPerWord) + ((frameNumArgs - (index - CtxtTempFrameStart)) * BytesPerWord)))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74978:63: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        : ((index - CtxtTempFrameStart) < ((frameNumArgs1 = byteAt((theFP + FoxIFrameFlags) + 1)))
                                                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74979:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? longAt((theFP + FoxCallerSavedIP) + ((frameNumArgs1 - (index - CtxtTempFrameStart)) * BytesPerWord))
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74980:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : longAt(((theFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs1 - (index - CtxtTempFrameStart)) * BytesPerWord))));
                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:75010:9: warning: incompatible integer to pointer conversion returning 'sqInt' (aka 'long long') from a function with result type 'void *' [-Wint-conversion]
        return longAt((anOop1 + BaseHeaderSize) + (0U << (shiftForWord())));
               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:75074:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp8 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:75080:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp9 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), (((usqInt)integerVal1 << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:75089:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:75095:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop1);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:75101:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp10 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), (((usqInt)integerVal2 << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:75107:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp11 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), (((usqInt)integerVal3 << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:75116:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp2 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop2);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:75122:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp3 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop3);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:75132:10: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqIntptr_t' (aka 'long long') [-Wint-conversion]
                ptr[0] = (((sqIntptr_t)aPointer));
                       ^ ~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:75134:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp4 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop4);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:75143:25: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long long') to parameter of type 'const void *' [-Wint-conversion]
                memcpy(targetPointer, returnHolder, sizeToCopy);
                                      ^~~~~~~~~~~~
/usr/x86_64-w64-mingw32/sys-root/mingw/include/string.h:50:76: note: passing argument to parameter '_Src' here
  void * __cdecl memcpy(void * __restrict__ _Dst,const void * __restrict__ _Src,size_t _Size) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
                                                                           ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:75145:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp5 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), oop5);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:75152:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp6 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), floatObjectOf(f));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:75159:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp7 = GIV(stackPointer) + ((argumentsAndReceiverCount - 1) * BytesPerWord)), floatObjectOf(f1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:75231:12: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long long') [-Wint-conversion]
                        address = longAt((oop1 + BaseHeaderSize) + (0U << (shiftForWord())));
                                ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:75250:10: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long long') to parameter of type 'void *' [-Wint-conversion]
                memcpy(argHolder, srcPtr, argTypeSize);
                       ^~~~~~~~~
/usr/x86_64-w64-mingw32/sys-root/mingw/include/string.h:50:45: note: passing argument to parameter '_Dst' here
  void * __cdecl memcpy(void * __restrict__ _Dst,const void * __restrict__ _Src,size_t _Size) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
                                            ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:75873:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:75891:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:75915:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newCopy);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:75963:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:75971:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        aContext = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76090:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76193:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76206:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        value = ((((usqInt)(longAt(spouseFP + FoxMethod)))) < (startOfMemory())
                                   ^~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76208:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs - (index - 1)) * BytesPerWord))
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76209:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                : longAt(((spouseFP + FoxMFReceiver) - BytesPerWord) + ((frameNumArgs - (index - 1)) * BytesPerWord)))
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76210:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                : ((index - 1) < ((frameNumArgs1 = byteAt((spouseFP + FoxIFrameFlags) + 1)))
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76211:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                ? longAt((spouseFP + FoxCallerSavedIP) + ((frameNumArgs1 - (index - 1)) * BytesPerWord))
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76212:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                : longAt(((spouseFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs1 - (index - 1)) * BytesPerWord))));
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76214:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76250:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        value = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76252:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76254:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        aContext = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76408:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76421:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        if ((((usqInt)(longAt(spouseFP + FoxMethod)))) < (startOfMemory())) {
                              ^~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76422:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput(((index - 1) < ((frameNumArgs = ((mframeCogMethod(spouseFP))->cmNumArgs)))
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76427:46: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if ((index - 1) < ((frameNumArgs1 = byteAt((spouseFP + FoxIFrameFlags) + 1)))) {
                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76428:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((spouseFP + FoxCallerSavedIP) + ((frameNumArgs1 - (index - 1)) * BytesPerWord), value);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76431:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput(((spouseFP + FoxIFReceiver) - BytesPerWord) + ((frameNumArgs1 - (index - 1)) * BytesPerWord), value);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76435:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76462:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76546:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)sz << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76562:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        flag = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76643:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        argumentArray = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76645:25: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        methodArg = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                           ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76830:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76836:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        top1 = longAt(GIV(stackPointer));
                          ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76842:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) - BytesPerWord), primRcvr);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76848:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76870:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object1);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76874:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp2 = GIV(stackPointer) - BytesPerWord), object2);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76878:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp3 = GIV(stackPointer) - BytesPerWord), object3);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76882:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp4 = GIV(stackPointer) - BytesPerWord), object4);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76935:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        argumentArray = longAt(GIV(stackPointer));
                                   ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76937:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        primIdx = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76972:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                GIV(tempOop2) = longAt(GIV(stackPointer) + (4 * BytesPerWord));
                                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76974:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                rcvr = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:76991:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), rcvr);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77003:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) - BytesPerWord), object);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77048:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
         && (!((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory()))))) {
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77068:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        rcvr = longAt(GIV(stackPointer));
                                          ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77072:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) - BytesPerWord), rcvr);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77076:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp4 = GIV(stackPointer) - BytesPerWord), (((usqInt)primIdx << 3) | 1));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77079:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp3 = GIV(stackPointer) - BytesPerWord), GIV(tempOop));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77060:2: warning: expression result unused [-Wunused-value]
        !GIV(primFailCode);
        ^    ~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77106:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        methodArgument = longAt(GIV(stackPointer));
                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77119:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77176:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        methodArgument = longAt(GIV(stackPointer));
                                    ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77178:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        argumentArray = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77210:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                              ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77219:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord), rcvr);
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77226:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) - BytesPerWord), object);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77513:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77531:7: warning: incompatible pointer to integer conversion assigning to 'sqInt' (aka 'long long') from 'void *' [-Wint-conversion]
        addr = malloc(byteSize);
             ^ ~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77543:9: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqIntptr_t' (aka 'long long') [-Wint-conversion]
        ptr[0] = (((sqIntptr_t)addr));
               ^ ~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77546:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77564:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop1 = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77585:7: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long long') [-Wint-conversion]
        addr = longAt((oop + BaseHeaderSize) + (0U << (shiftForWord())));
             ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77592:18: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
         || (isInMemory(addr)))) {
                        ^~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:50299:18: note: passing argument to parameter 'address' here
isInMemory(sqInt address)
                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77625:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77653:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        obj = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77671:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77687:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer1 = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77703:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77770:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77798:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        obj = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77816:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77832:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueOop = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77834:31: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer1 = longAt(GIV(stackPointer) + (3 * BytesPerWord));
                                 ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77850:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        oop = longAt(GIV(stackPointer) + (4 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77914:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueOop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77943:85: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        handlerOrNilOrZero = findMethodWithPrimitiveFromContextUpToContext(199, longAt(GIV(stackPointer)), GIV(nilObj));
                                                                                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77949:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), handlerOrNilOrZero);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77980:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        stopContext = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:77982:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        calleeContext = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                               ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78012:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                if ((longAt(theFP + FoxSavedFP)) == 0) {
                            ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78017:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        startFP = pointerForOop(longAt(theFP + FoxSavedFP));
                                                       ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78021:29: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if ((((((usqInt)(longAt(theFP1 + FoxMethod)))) < (startOfMemory())
                                                        ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78022:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        ? ((longAt(theFP1 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                   ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78023:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        : (byteAt((theFP1 + FoxIFrameFlags) + 2)) != 0))
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78024:33: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                 && (stopContext == (longAt(theFP1 + FoxThisContext)))) {
                                                            ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78028:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                if (!(((((usqInt)(longAt(theFP1 + FoxMethod)))) < (startOfMemory())
                                                         ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78029:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                ? ((longAt(theFP1 + FoxMethod)) & MFMethodFlagIsBlockFlag) != 0
                                                           ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78030:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                : (byteAt((theFP1 + FoxIFrameFlags) + 3)) != 0))) {
                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78031:37: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        theMethod = ((((usqInt)(longAt(theFP1 + FoxMethod)))) < (startOfMemory())
                                                                       ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78033:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                : longAt(theFP1 + FoxMethod));
                                                         ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78043:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                if (((((usqInt)(longAt(theFP1 + FoxMethod)))) < (startOfMemory())
                                                                       ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78044:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        ? ((longAt(theFP1 + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                                                   ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78045:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        : (byteAt((theFP1 + FoxIFrameFlags) + 2)) != 0)) {
                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78047:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                                        handlerOrNilOrZero = longAt(theFP1 + FoxThisContext);
                                                                                    ^~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78055:35: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                theFP1 = pointerForOop(longAt(theFP1 + FoxSavedFP));
                                                              ^~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78062:32: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        callerContextOrNil = longAt((thePage->baseAddress));
                                                    ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78093:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), handlerOrNilOrZero);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78129:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78137:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp1 = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)integerVal1 << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78159:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78440:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78463:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78465:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78563:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78588:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        newValue = longAt(GIV(stackPointer));
                              ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78590:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78592:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78742:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78763:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78765:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78823:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78839:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78841:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78860:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78881:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78883:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78940:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78956:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78958:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78975:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78996:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:78998:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79055:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79071:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79073:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79090:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79111:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79113:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79169:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79185:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79187:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79204:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79225:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79227:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79284:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79300:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79302:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79319:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79340:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79342:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79399:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79415:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79417:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79434:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79454:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79456:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79512:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79527:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79529:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79545:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79566:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79568:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79627:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79643:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79645:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79664:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79685:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79687:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79744:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79760:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79762:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79779:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79799:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79801:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79856:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79871:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79873:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79889:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79910:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79912:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79971:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79987:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:79989:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80008:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), object);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80045:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        module = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80047:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        symbol = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                        ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80092:50: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                moduleHandle = ((void *) (ioLoadModuleOfLength(moduleNameString, moduleNameStringSize)));
                                                               ^~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:558:35: note: passing argument to parameter 'moduleNameIndex' here
void  *ioLoadModuleOfLength(sqInt moduleNameIndex, sqInt moduleNameLength);
                                  ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80128:43: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        address = ioLoadSymbolOfLengthFromModule(symbolString, symbolStringSize, moduleHandle);
                                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sq.h:559:45: note: passing argument to parameter 'functionNameIndex' here
void  *ioLoadSymbolOfLengthFromModule(sqInt functionNameIndex, sqInt functionNameLength, void *moduleHandle);
                                            ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80137:9: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqIntptr_t' (aka 'long long') [-Wint-conversion]
        ptr[0] = (((sqIntptr_t)address));
               ^ ~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80140:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80161:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80163:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80219:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80234:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80236:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80252:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80273:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80275:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80334:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80350:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80352:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80371:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80392:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80394:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80451:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80467:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80469:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80486:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80506:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80508:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80563:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80578:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80580:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80596:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)value << 3) | 1));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80665:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + ((1 - 1) * BytesPerWord)), result);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80698:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        thang = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80700:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80703:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(falseObj));
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80731:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                        longAtput((sp1 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), (trueOrFalse
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80752:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(falseObj));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80769:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp3 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(trueObj));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80780:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp4 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(trueObj));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80786:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp5 = GIV(stackPointer) + ((2 - 1) * BytesPerWord)), GIV(falseObj));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80802:36: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        GIV(messageSelector) = longAt(GIV(stackPointer) + ((GIV(argumentCount) - 1) * BytesPerWord));
                                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80804:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        newReceiver = longAt(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord));
                             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80807:64: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (i * BytesPerWord), longAt(GIV(stackPointer) + ((i - 1) * BytesPerWord)));
                                                                         ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80807:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (i * BytesPerWord), longAt(GIV(stackPointer) + ((i - 1) * BytesPerWord)));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80830:71: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput(GIV(stackPointer) + ((i - 1) * BytesPerWord), longAt(GIV(stackPointer) + (i * BytesPerWord)));
                                                                                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80830:18: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput(GIV(stackPointer) + ((i - 1) * BytesPerWord), longAt(GIV(stackPointer) + (i * BytesPerWord)));
                                  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80832:17: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput(GIV(stackPointer) + (GIV(argumentCount) * BytesPerWord), GIV(messageSelector));
                          ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80863:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        obj = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                     ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80871:23: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        boolean = longAt(GIV(stackPointer));
                             ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80906:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), wasPinned);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80945:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80982:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        msecsObj = longAt(GIV(stackPointer));
                              ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:80984:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        sema = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81053:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        usecsObj = longAt(GIV(stackPointer));
                              ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81055:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        sema = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81141:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer));
                           ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81143:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81192:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), value);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81212:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp3 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)(byteAt((rcvr + BaseHeaderSize) + index)) << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81225:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp4 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), (((usqInt)integerVal << 3) | 1));
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81238:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81254:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop1);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81301:24: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        newValue = longAt(GIV(stackPointer));
                              ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81303:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81305:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81359:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81451:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81470:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp2 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81484:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp3 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81503:14: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        longAtput((sp4 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), newValue);
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81534:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81536:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81538:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81606:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81623:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81625:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81627:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81656:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81677:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81679:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81681:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81740:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81756:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81758:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81760:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81779:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81800:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81802:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81804:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81863:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81879:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81881:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81883:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81902:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81923:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81925:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81927:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:81985:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82001:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82003:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82005:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82024:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82046:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82048:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82050:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82110:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82127:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82129:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82131:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82151:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82173:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82175:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82177:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82237:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82254:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82256:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82258:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82278:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82299:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82301:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82303:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82361:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82377:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82379:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82381:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82399:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82420:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82422:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82424:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82485:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82501:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82503:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82505:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82526:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82547:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82549:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82551:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82612:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82628:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82630:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82632:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82653:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82674:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82676:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82678:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82735:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82751:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82753:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82755:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82773:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82795:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82797:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82799:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82869:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82886:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82888:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82890:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82920:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82945:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        ctxt = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:82947:30: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        integerPointer = longAt(GIV(stackPointer) + (0 * BytesPerWord));
                                ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83053:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83055:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83057:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83120:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83136:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83138:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83140:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83163:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83184:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83186:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83188:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83249:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83265:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83267:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83269:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83290:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83311:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83313:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83315:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83376:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83392:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83394:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83396:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83417:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83438:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83440:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83442:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83504:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83520:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        valueObject = longAt(GIV(stackPointer));
                                 ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83522:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (1 * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83524:20: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        rcvr = longAt(GIV(stackPointer) + (2 * BytesPerWord));
                      ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83547:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), valueObject);
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83689:21: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        index = longAt(GIV(stackPointer) + (offset * BytesPerWord));
                       ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83710:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), oop);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83715:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        argOop = longAt(GIV(stackPointer));
                            ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83924:13: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                longAtput((sp1 = GIV(stackPointer) + (((GIV(argumentCount) + 1) - 1) * BytesPerWord)), result1);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:83944:42: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtPointerput(((((usqInt)(longAt(GIV(framePointer) + FoxMethod)))) < (startOfMemory())
                                            ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:84065:45: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        while (((callerFP = pointerForOop(longAt(fp + FoxSavedFP)))) != 0) {
                                                                 ^~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:84076:27: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        if (((((usqInt)(longAt(theFP + FoxMethod)))) < (startOfMemory())
                                               ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:84077:16: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                ? ((longAt(theFP + FoxMethod)) & MFMethodFlagHasContextFlag) != 0
                                           ^~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:84078:15: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                : (byteAt((theFP + FoxIFrameFlags) + 2)) != 0)) {
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:84080:22: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                                objOrFP = longAt(theFP + FoxThisContext);
                                                 ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:84084:72: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
                        (theFPAbove + (frameStackedReceiverOffsetNumArgs(((((usqInt)(longAt(theFPAbove + FoxMethod)))) < (startOfMemory())
                                                                                            ^~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:84086:11: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        : byteAt((theFPAbove + FoxIFrameFlags) + 1))))) + BytesPerWord));
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:158:36: note: passing argument to parameter 'oop' here
  static inline sqInt byteAt(sqInt oop)                         { return byteAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:84144:12: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        longAtput((sp = GIV(stackPointer) - BytesPerWord), GIV(newMethod));
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:165:39: note: passing argument to parameter 'oop' here
  static inline sqInt longAtput(sqInt oop, sqInt val)           { return longAtPointerput(pointerForOop(oop), val); }
                                      ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:84244:19: warning: incompatible pointer to integer conversion passing 'char *' to parameter of type 'sqInt' (aka 'long long') [-Wint-conversion]
        top = longAt(GIV(stackPointer));
                         ^~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:2069:34: note: expanded from macro 'GIV'
# define GIV(interpreterInstVar) interpreterInstVar
                                 ^~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common/sqMemoryAccess.h:164:36: note: passing argument to parameter 'oop' here
  static inline sqInt longAt(sqInt oop)                         { return longAtPointer(pointerForOop(oop)); }
                                   ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:84268:9: warning: incompatible integer to pointer conversion returning 'sqInt' (aka 'long long') from a function with result type 'void *' [-Wint-conversion]
        return longAt((anOop + BaseHeaderSize) + (0U << (shiftForWord())));
               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:13979:1: warning: unused function 'cmHomeMethod' [-Wunused-function]
cmHomeMethod(CogBlockMethod * self_in_cmHomeMethod)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14142:1: warning: unused function 'pageListIsWellFormed' [-Wunused-function]
pageListIsWellFormed(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:14565:1: warning: unused function 'asCogHomeMethod' [-Wunused-function]
asCogHomeMethod(CogBlockMethod *aCogMethod)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:17214:1: warning: unused function 'deferStackLimitSmashAroundwith' [-Wunused-function]
deferStackLimitSmashAroundwith(void (*functionSymbol)(sqInt), sqInt arg)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18104:1: warning: unused function 'frameHasContext' [-Wunused-function]
frameHasContext(char *theFP)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18116:1: warning: unused function 'frameIsBlockActivation' [-Wunused-function]
frameIsBlockActivation(char *theFP)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18125:1: warning: unused function 'frameMethodObject' [-Wunused-function]
frameMethodObject(char *theFP)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18137:1: warning: unused function 'frameNumArgs' [-Wunused-function]
frameNumArgs(char *theFP)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18153:1: warning: unused function 'frameReceiver' [-Wunused-function]
frameReceiver(char *theFP)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18393:1: warning: unused function 'iframeIsBlockActivation' [-Wunused-function]
iframeIsBlockActivation(char *theFP)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18400:1: warning: unused function 'iframeReceiver' [-Wunused-function]
iframeReceiver(char *theFP)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18407:1: warning: unused function 'iframeSavedIP' [-Wunused-function]
iframeSavedIP(char *theFP)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:18643:1: warning: unused function 'isMachineCodeFrame' [-Wunused-function]
isMachineCodeFrame(char *theFP)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19532:1: warning: unused function 'mframeIsBlockActivation' [-Wunused-function]
mframeIsBlockActivation(char *theFP)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19539:1: warning: unused function 'mframeReceiver' [-Wunused-function]
mframeReceiver(char *theFP)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:19954:1: warning: unused function 'newMethodInLookupCacheAtand' [-Wunused-function]
newMethodInLookupCacheAtand(sqInt selector, sqInt classTag)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22083:1: warning: unused function 'stackLimitOffset' [-Wunused-function]
stackLimitOffset(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:22096:1: warning: unused function 'stackPageHeadroom' [-Wunused-function]
stackPageHeadroom(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:39675:1: warning: unused function 'headerWhileForwardingOf' [-Wunused-function]
headerWhileForwardingOf(sqInt aCompiledMethodObjOop)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:40491:1: warning: unused function 'isImmediateFloat' [-Wunused-function]
isImmediateFloat(sqInt oop)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:40599:1: warning: unused function 'maxSlotsForAlloc' [-Wunused-function]
maxSlotsForAlloc(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:40611:1: warning: unused function 'numFreeLists' [-Wunused-function]
numFreeLists(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:40830:1: warning: unused function 'wordIndexableFormat' [-Wunused-function]
wordIndexableFormat(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:40891:1: warning: unused function 'allNewSpaceObjectsHaveZeroRTRefCount' [-Wunused-function]
allNewSpaceObjectsHaveZeroRTRefCount(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:40970:1: warning: unused function 'allWeakSurvivorsOnWeakList' [-Wunused-function]
allWeakSurvivorsOnWeakList(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:41373:1: warning: unused function 'firstCorpse' [-Wunused-function]
firstCorpse(sqInt headOfCorpseList)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:41624:1: warning: unused function 'noUnfiredEphemeronsAtEndOfRememberedSet' [-Wunused-function]
noUnfiredEphemeronsAtEndOfRememberedSet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:43502:1: warning: unused function 'allObjectsUnmarked' [-Wunused-function]
allObjectsUnmarked(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:43617:1: warning: unused function 'allOldMarkedWeakObjectsOnWeaklingStack' [-Wunused-function]
allOldMarkedWeakObjectsOnWeaklingStack(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:44470:1: warning: unused function 'allocationUnit' [-Wunused-function]
allocationUnit(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:44481:1: warning: unused function 'allStrongSlotsOfWeaklingAreMarked' [-Wunused-function]
allStrongSlotsOfWeaklingAreMarked(sqInt aWeakling)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:44507:1: warning: unused function 'allUnscannedEphemeronsAreActive' [-Wunused-function]
allUnscannedEphemeronsAreActive(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:44539:1: warning: unused function 'assertInnerValidFreeObject' [-Wunused-function]
assertInnerValidFreeObject(sqInt objOop)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:45129:1: warning: unused function 'bitsSetInFreeSpaceMaskForAllFreeLists' [-Wunused-function]
bitsSetInFreeSpaceMaskForAllFreeLists(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:45191:1: warning: unused function 'bridgeSize' [-Wunused-function]
bridgeSize(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:45198:1: warning: unused function 'byteFormatMask' [-Wunused-function]
byteFormatMask(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:46532:1: warning: unused function 'classIndexFieldWidth' [-Wunused-function]
classIndexFieldWidth(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:46669:1: warning: unused function 'classTableRootSlots' [-Wunused-function]
classTableRootSlots(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:47722:1: warning: unused function 'ephemeronFormat' [-Wunused-function]
ephemeronFormat(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:47729:1: warning: unused function 'existInstancesInNewSpaceOf' [-Wunused-function]
existInstancesInNewSpaceOf(sqInt classObj)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:47937:1: warning: unused function 'fetchPointerofFreeChunk' [-Wunused-function]
fetchPointerofFreeChunk(sqInt fieldIndex, sqInt objOop)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:48301:1: warning: unused function 'firstFixedFieldOfMaybeImmediate' [-Wunused-function]
firstFixedFieldOfMaybeImmediate(sqInt oop)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:48605:1: warning: unused function 'formatOf' [-Wunused-function]
formatOf(sqInt objOop)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:48615:1: warning: unused function 'forwardedFormat' [-Wunused-function]
forwardedFormat(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:48626:1: warning: unused function 'forwardersIn' [-Wunused-function]
forwardersIn(sqInt anObject)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:48652:1: warning: unused function 'freeChunkNextIndex' [-Wunused-function]
freeChunkNextIndex(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:48662:1: warning: unused function 'freeChunkParentIndex' [-Wunused-function]
freeChunkParentIndex(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:48673:1: warning: unused function 'freeChunkPrevIndex' [-Wunused-function]
freeChunkPrevIndex(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:48861:1: warning: unused function 'goodContextSize' [-Wunused-function]
goodContextSize(sqInt oop)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:48959:1: warning: unused function 'hasSpurMemoryManagerAPI' [-Wunused-function]
hasSpurMemoryManagerAPI(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:49032:1: warning: unused function 'hiddenRootSlots' [-Wunused-function]
hiddenRootSlots(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:49039:1: warning: unused function 'hiddenRootsObject' [-Wunused-function]
hiddenRootsObject(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:50098:1: warning: unused function 'isCompiledMethodHeader' [-Wunused-function]
isCompiledMethodHeader(sqInt objHeader)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:50115:1: warning: unused function 'isContextHeader' [-Wunused-function]
isContextHeader(sqInt aHeader)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:50133:1: warning: unused function 'isCopiedIntoSegment' [-Wunused-function]
isCopiedIntoSegment(sqInt anObjectInTheHeap)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:50156:1: warning: unused function 'isEnumerableObjectNoAssert' [-Wunused-function]
isEnumerableObjectNoAssert(sqInt objOop)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:50192:1: warning: unused function 'isEphemeron' [-Wunused-function]
isEphemeron(sqInt objOop)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:50212:1: warning: unused function 'isForwardedClassTag' [-Wunused-function]
isForwardedClassTag(sqInt classIndex)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:50237:1: warning: unused function 'isFreeObject' [-Wunused-function]
isFreeObject(sqInt objOop)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:50244:1: warning: unused function 'isFreeOop' [-Wunused-function]
isFreeOop(sqInt oop)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:50259:1: warning: unused function 'isInClassTable' [-Wunused-function]
isInClassTable(sqInt objOop)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:50282:1: warning: unused function 'isInEden' [-Wunused-function]
isInEden(sqInt objOop)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:50289:1: warning: unused function 'isInFutureSpace' [-Wunused-function]
isInFutureSpace(sqInt address)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:50324:1: warning: unused function 'isInNewSpace' [-Wunused-function]
isInNewSpace(sqInt objOop)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:50339:1: warning: unused function 'isInPastSpace' [-Wunused-function]
isInPastSpace(sqInt address)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:50346:1: warning: unused function 'isLargeFreeObject' [-Wunused-function]
isLargeFreeObject(sqInt objOop)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:50353:1: warning: unused function 'isMaybeFiredEphemeron' [-Wunused-function]
isMaybeFiredEphemeron(sqInt objOop)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:50372:1: warning: unused function 'isObjEphemeron' [-Wunused-function]
isObjEphemeron(sqInt objOop)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:50383:1: warning: unused function 'isObjImmutable' [-Wunused-function]
isObjImmutable(sqInt anOop)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:50486:1: warning: unused function 'isRemembered' [-Wunused-function]
isRemembered(sqInt objOop)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:50496:1: warning: unused function 'isSegmentBridge' [-Wunused-function]
isSegmentBridge(sqInt objOop)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:50503:1: warning: unused function 'isSemaphoreOop' [-Wunused-function]
isSemaphoreOop(sqInt anOop)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:50563:1: warning: unused function 'isValidObjStackAt' [-Wunused-function]
isValidObjStackAt(sqInt objStackRootIndex)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:50710:1: warning: unused function 'isWeakNonImm' [-Wunused-function]
isWeakNonImm(sqInt objOop)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:50848:1: warning: unused function 'knownClassAtIndex' [-Wunused-function]
knownClassAtIndex(sqInt classIndex)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:50857:1: warning: unused function 'lastPointerFormat' [-Wunused-function]
lastPointerFormat(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:50986:1: warning: unused function 'lengthOfMaybeImmediate' [-Wunused-function]
lengthOfMaybeImmediate(sqInt oop)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:53328:1: warning: unused function 'newSpaceIsEmpty' [-Wunused-function]
newSpaceIsEmpty(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:53563:1: warning: unused function 'noUnscannedEphemerons' [-Wunused-function]
noUnscannedEphemerons(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:57712:1: warning: unused function 'slidingCompactionInProgress' [-Wunused-function]
slidingCompactionInProgress(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:57780:1: warning: unused function 'startOfObject' [-Wunused-function]
startOfObject(sqInt objOop)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:58788:1: warning: unused function 'validClassTableHashes' [-Wunused-function]
validClassTableHashes(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:58869:1: warning: unused function 'validFreeTreeChunk' [-Wunused-function]
validFreeTreeChunk(sqInt chunk)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:58912:1: warning: unused function 'validObjStacks' [-Wunused-function]
validObjStacks(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:59709:1: warning: unused function 'isMobile' [-Wunused-function]
isMobile(sqInt obj)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:59720:1: warning: unused function 'isPostMobile' [-Wunused-function]
isPostMobile(sqInt obj)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:59987:1: warning: unused function 'savedFirstFieldsSpaceWasAllocated' [-Wunused-function]
savedFirstFieldsSpaceWasAllocated(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:60884:1: warning: unused function 'validRelocationPlanInPass' [-Wunused-function]
validRelocationPlanInPass(sqInt onePass)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:60949:1: warning: unused function 'segLimit' [-Wunused-function]
segLimit(SpurSegmentInfo * self_in_segLimit)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:61044:1: warning: unused function 'allBridgesMarked' [-Wunused-function]
allBridgesMarked(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:61094:1: warning: unused function 'bridgeAt' [-Wunused-function]
bridgeAt(sqInt segIndex)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:61109:1: warning: unused function 'bridgeFor' [-Wunused-function]
bridgeFor(SpurSegmentInfo *aSegment)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:61232:1: warning: unused function 'isInSegments' [-Wunused-function]
isInSegments(usqInt address)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:61253:1: warning: unused function 'isValidSegmentBridge' [-Wunused-function]
isValidSegmentBridge(sqInt objOop)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:61555:1: warning: unused function 'segmentOverlap' [-Wunused-function]
segmentOverlap(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:61909:1: warning: unused function 'allOnesAsCharStar' [-Wunused-function]
allOnesAsCharStar(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:61992:1: warning: unused function 'assertValidStackLimits' [-Wunused-function]
assertValidStackLimits(sqInt ln)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:62688:1: warning: unused function 'checkStackPointerForMaybeMarriedContext' [-Wunused-function]
checkStackPointerForMaybeMarriedContext(sqInt aContext)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:62843:1: warning: unused function 'contexthasValidInversePCMappingOfin' [-Wunused-function]
contexthasValidInversePCMappingOfin(sqInt aContext, sqInt theIP, char *theFP)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:62945:1: warning: unused function 'cr' [-Wunused-function]
cr(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65498:1: warning: unused function 'ifCurrentStackPageHasValidHeadPointers' [-Wunused-function]
ifCurrentStackPageHasValidHeadPointers(StackPage *thePage)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65519:1: warning: unused function 'iframeMethod' [-Wunused-function]
iframeMethod(char *theFP)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65576:1: warning: unused function 'isBaseFrame' [-Wunused-function]
isBaseFrame(char *theFP)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65682:1: warning: unused function 'isMarriedOrWidowedContext' [-Wunused-function]
isMarriedOrWidowedContext(sqInt aContext)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65701:1: warning: unused function 'isMetaPrimitiveIndex' [-Wunused-function]
isMetaPrimitiveIndex(sqInt primIndex)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65714:1: warning: unused function 'isNullExternalPrimitiveCall' [-Wunused-function]
isNullExternalPrimitiveCall(sqInt aMethodObj)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:65739:1: warning: unused function 'isPrimitiveFunctionPointerAnIndex' [-Wunused-function]
isPrimitiveFunctionPointerAnIndex(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67605:1: warning: unused function 'maybeLeakCheckExternalPrimCall' [-Wunused-function]
maybeLeakCheckExternalPrimCall(sqInt aMethodObj)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:67996:1: warning: unused function 'noMarkedContextsOnPage' [-Wunused-function]
noMarkedContextsOnPage(StackPage *thePage)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:70804:1: warning: unused function 'pushedReceiverOrClosureOfFrame' [-Wunused-function]
pushedReceiverOrClosureOfFrame(char *theFP)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:72146:1: warning: unused function 'saneFunctionPointerForFailureOfPrimIndex' [-Wunused-function]
saneFunctionPointerForFailureOfPrimIndex(sqInt primIndex)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:72887:1: warning: unused function 'space' [-Wunused-function]
space(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:73321:1: warning: unused function 'stackLimitBytes' [-Wunused-function]
stackLimitBytes(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74177:1: warning: unused function 'validBCPCinMethod' [-Wunused-function]
validBCPCinMethod(sqInt thePC, usqInt aMethod)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74191:1: warning: unused function 'validInstructionPointerinFrame' [-Wunused-function]
validInstructionPointerinFrame(usqInt anInstrPointer, char *fp)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/src/gcc3x-cointerp.c:74204:1: warning: unused function 'validStackPageBaseFrames' [-Wunused-function]
validStackPageBaseFrames(void)
^
2478 warnings generated.
[ 33%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqHeapMap.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqHeapMap.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqHeapMap.c
[ 33%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqVirtualMachine.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqVirtualMachine.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:306:11: warning: incompatible pointer types assigning to 'sqInt (*)(sqInt)' (aka 'long long (*)(long long)') from 'void (sqInt)' (aka 'void (long long)') [-Wincompatible-pointer-types]
        VM->push = push;
                 ^ ~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:308:16: warning: incompatible pointer types assigning to 'sqInt (*)(double)' (aka 'long long (*)(double)') from 'void (double)' [-Wincompatible-pointer-types]
        VM->pushFloat = pushFloat;
                      ^ ~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:432:37: warning: incompatible pointer types assigning to 'void *(*)(sqInt, sqInt, sqInt)' (aka 'void *(*)(long long, long long, long long)') from 'void *(sqInt, sqInt, void *)' (aka 'void *(long long, long long, void *)') [-Wincompatible-pointer-types]
        VM->ioLoadSymbolOfLengthFromModule = ioLoadSymbolOfLengthFromModule;
                                           ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:459:26: warning: incompatible pointer types assigning to 'void (*)(void)' from 'sqInt (void)' (aka 'long long (void)') [-Wincompatible-pointer-types]
        VM->forceInterruptCheck = forceInterruptCheck;
                                ^ ~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:546:23: warning: incompatible pointer types assigning to 'sqInt (*)(char *)' (aka 'long long (*)(char *)') from 'sqInt (const char *)' (aka 'long long (const char *)') [-Wincompatible-pointer-types]
        VM->stringForCString = stringForCString;
                             ^ ~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:557:37: warning: incompatible pointer types assigning to 'sqInt (*)(vmccp)' (aka 'long long (*)(struct _VMCallbackContext *)') from 'sqInt (void *)' (aka 'long long (void *)') [-Wincompatible-pointer-types]
        VM->ptEnterInterpreterFromCallback = ptEnterInterpreterFromCallback;
                                           ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:558:34: warning: incompatible pointer types assigning to 'sqInt (*)(vmccp)' (aka 'long long (*)(struct _VMCallbackContext *)') from 'sqInt (void *)' (aka 'long long (void *)') [-Wincompatible-pointer-types]
        VM->ptExitInterpreterToCallback = ptExitInterpreterToCallback;
                                        ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:562:27: warning: incompatible pointer types assigning to 'sqInt (*)(int)' (aka 'long long (*)(int)') from 'Semaphore *(int)' (aka 'struct __Semaphore *(int)') [-Wincompatible-pointer-types]
        VM->platformSemaphoreNew = platform_semaphore_new;
                                 ^ ~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqVirtualMachine.c:565:35: warning: incompatible pointer types assigning to 'sqInt (*)(sqInt)' (aka 'long long (*)(long long)') from 'void (sqInt)' (aka 'void (long long)') [-Wincompatible-pointer-types]
        VM->waitOnExternalSemaphoreIndex = waitOnExternalSemaphoreIndex;
                                         ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
9 warnings generated.
[ 34%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqNamedPrims.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqNamedPrims.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqNamedPrims.c
[ 34%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqExternalSemaphores.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqExternalSemaphores.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqExternalSemaphores.c
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqExternalSemaphores.c:78:9: warning: 'max' macro redefined [-Wmacro-redefined]
#define max(a,b) (a > b ? a : b)
        ^
/usr/x86_64-w64-mingw32/sys-root/mingw/include/minwindef.h:173:9: note: previous definition is here
#define max(a, b) (((a) > (b)) ? (a) : (b))
        ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqExternalSemaphores.c:79:9: warning: 'min' macro redefined [-Wmacro-redefined]
#define min(a,b) (a < b ? a : b)
        ^
/usr/x86_64-w64-mingw32/sys-root/mingw/include/minwindef.h:177:9: note: previous definition is here
#define min(a, b) (((a) < (b)) ? (a) : (b))
        ^
2 warnings generated.
[ 35%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqTicker.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqTicker.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/common/sqTicker.c
[ 35%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/win/sqWin32SpurAlloc.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/win/sqWin32SpurAlloc.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/win/sqWin32SpurAlloc.c
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/win/sqWin32SpurAlloc.c:95:9: warning: incompatible pointer to integer conversion returning 'char *' from a function with result type 'usqInt' (aka 'unsigned long long') [-Wint-conversion]
        return alloc;
               ^~~~~
1 warning generated.
[ 36%] Building C object CMakeFiles/PharoVMCore.dir/extracted/vm/src/win/aioWin.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/extracted/vm/src/win/aioWin.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/win/aioWin.c
[ 36%] Building C object CMakeFiles/PharoVMCore.dir/src/win/winDebug.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/src/win/winDebug.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/src/win/winDebug.c
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/src/win/winDebug.c:320:21: warning: incompatible integer to pointer conversion passing 'DWORD64' (aka 'unsigned long long') to parameter of type 'void *' [-Wint-conversion]
                printCogMethodFor(frame->AddrPC.Offset);
                                  ^~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/src/win/winDebug.c:26:31: note: passing argument to parameter 'address' here
        void printCogMethodFor(void* address);
                                     ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/src/win/winDebug.c:514:14: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
        if(errorLog = getErrorLogFile()){
           ~~~~~~~~~^~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/src/win/winDebug.c:514:14: note: place parentheses around the assignment to silence this warning
        if(errorLog = getErrorLogFile()){
                    ^
           (                           )
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/src/win/winDebug.c:514:14: note: use '==' to turn this assignment into an equality comparison
        if(errorLog = getErrorLogFile()){
                    ^
                    ==
2 warnings generated.
[ 37%] Building C object CMakeFiles/PharoVMCore.dir/src/win/winDebugMenu.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/src/win/winDebugMenu.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/src/win/winDebugMenu.c
[ 37%] Building C object CMakeFiles/PharoVMCore.dir/src/win/winDebugWindow.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/src/win/winDebugWindow.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/src/win/winDebugWindow.c
[ 38%] Building C object CMakeFiles/PharoVMCore.dir/src/fileDialogWin32.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoVMCore.dir/src/fileDialogWin32.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/src/fileDialogWin32.c
[ 39%] Building RC object CMakeFiles/PharoVMCore.dir/PharoDLL.rc.res
x86_64-w64-mingw32-windres -O coff -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_FFI=1 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DPharoVMCore_EXPORTS -DSOURCE_PATH_SIZE=57 -DUNICODE -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_UNICODE -D_WIN32_WINNT=0x0600 -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/semaphores -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win   /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/PharoDLL.rc CMakeFiles/PharoVMCore.dir/PharoDLL.rc.res
[ 39%] Linking C shared library build/vm/PharoVMCore.dll
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/PharoVMCore.dir/link.txt --verbose=1
/usr/bin/x86_64-w64-mingw32-clang  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -shared -Wl,--enable-auto-import -o build/vm/PharoVMCore.dll -Wl,--out-implib,build/vm/libPharoVMCore.dll.a -Wl,--major-image-version,0,--minor-image-version,0 CMakeFiles/PharoVMCore.dir/src/debug.c.o CMakeFiles/PharoVMCore.dir/src/utils.c.o CMakeFiles/PharoVMCore.dir/src/errorCode.c.o CMakeFiles/PharoVMCore.dir/src/nullDisplay.c.o CMakeFiles/PharoVMCore.dir/src/externalPrimitives.c.o CMakeFiles/PharoVMCore.dir/src/client.c.o CMakeFiles/PharoVMCore.dir/src/pathUtilities.c.o CMakeFiles/PharoVMCore.dir/src/fileDialogCommon.c.o CMakeFiles/PharoVMCore.dir/src/stringUtilities.c.o CMakeFiles/PharoVMCore.dir/src/imageAccess.c.o CMakeFiles/PharoVMCore.dir/src/parameters/parameterVector.c.o CMakeFiles/PharoVMCore.dir/src/parameters/parameters.c.o CMakeFiles/PharoVMCore.dir/src/semaphores/platformSemaphore.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/heartbeat.c.o CMakeFiles/PharoVMCore.dir/ffi/src/functionDefinitionPrimitives.c.o CMakeFiles/PharoVMCore.dir/ffi/src/primitiveCalls.c.o CMakeFiles/PharoVMCore.dir/ffi/src/primitiveUtils.c.o CMakeFiles/PharoVMCore.dir/ffi/src/types.c.o CMakeFiles/PharoVMCore.dir/ffi/src/typesPrimitives.c.o CMakeFiles/PharoVMCore.dir/ffi/src/utils.c.o CMakeFiles/PharoVMCore.dir/ffi/src/sameThread/sameThread.c.o CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbackPrimitives.c.o CMakeFiles/PharoVMCore.dir/ffi/src/callbacks/callbacks.c.o CMakeFiles/PharoVMCore.dir/src/semaphores/pharoSemaphore.c.o CMakeFiles/PharoVMCore.dir/src/threadSafeQueue/threadSafeQueue.c.o CMakeFiles/PharoVMCore.dir/ffi/src/pThreadedFFI.c.o CMakeFiles/PharoVMCore.dir/ffi/src/worker/worker.c.o CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerPrimitives.c.o CMakeFiles/PharoVMCore.dir/ffi/src/worker/workerTask.c.o CMakeFiles/PharoVMCore.dir/generated/64/vm/src/cogit.c.o CMakeFiles/PharoVMCore.dir/generated/64/vm/src/gcc3x-cointerp.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqHeapMap.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqVirtualMachine.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqNamedPrims.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqExternalSemaphores.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/common/sqTicker.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/win/sqWin32SpurAlloc.c.o CMakeFiles/PharoVMCore.dir/extracted/vm/src/win/aioWin.c.o CMakeFiles/PharoVMCore.dir/src/win/winDebug.c.o CMakeFiles/PharoVMCore.dir/src/win/winDebugMenu.c.o CMakeFiles/PharoVMCore.dir/src/win/winDebugWindow.c.o CMakeFiles/PharoVMCore.dir/src/fileDialogWin32.c.o CMakeFiles/PharoVMCore.dir/PharoDLL.rc.res  build/vm/libffi.dll.a -lwinmm -lWs2_32 -lDbgHelp -lOle32 -lcomctl32 -luuid -lpthread 
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
[ 39%] Built target PharoVMCore
make  -f CMakeFiles/FilePlugin.dir/build.make CMakeFiles/FilePlugin.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/FilePlugin.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/FilePlugin.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/FilePlugin.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/FilePlugin.dir/depend.internal".
Scanning dependencies of target FilePlugin
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
make  -f CMakeFiles/FilePlugin.dir/build.make CMakeFiles/FilePlugin.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
[ 39%] Building C object CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/win/sqWin32FilePrims.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFilePlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_FILE_SUPPORT -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/win/sqWin32FilePrims.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/src/win/sqWin32FilePrims.c
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/src/win/sqWin32FilePrims.c:295:24: warning: implicit declaration of function 'isFileHandleATTY' is invalid in C99 [-Wimplicit-function-declaration]
        file->isStdioStream = isFileHandleATTY(handle);
                              ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/src/win/sqWin32FilePrims.c:342:9: warning: implicit declaration of function 'fileHandleType' is invalid in C99 [-Wimplicit-function-declaration]
        return fileHandleType(_get_osfhandle(fdNum));
               ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/src/win/sqWin32FilePrims.c:342:24: warning: implicit declaration of function '_get_osfhandle' is invalid in C99 [-Wimplicit-function-declaration]
        return fileHandleType(_get_osfhandle(fdNum));
                              ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/src/win/sqWin32FilePrims.c:484:48: warning: passing 'LONG *' (aka 'long *') to parameter of type 'LPDWORD' (aka 'unsigned long *') converts between pointers to integer types with different sign [-Wpointer-sign]
  ofs.li.LowPart = GetFileSize(FILE_HANDLE(f), &ofs.li.HighPart);
                                               ^~~~~~~~~~~~~~~~
/usr/x86_64-w64-mingw32/sys-root/mingw/include/fileapi.h:65:62: note: passing argument to parameter 'lpFileSizeHigh' here
  WINBASEAPI DWORD WINAPI GetFileSize (HANDLE hFile, LPDWORD lpFileSizeHigh);
                                                             ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/src/win/sqWin32FilePrims.c:555:1: warning: control reaches end of non-void function [-Wreturn-type]
}
^
5 warnings generated.
[ 40%] Building C object CMakeFiles/FilePlugin.dir/extracted/vm/src/win/sqWin32Directory.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFilePlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_FILE_SUPPORT -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/FilePlugin.dir/extracted/vm/src/win/sqWin32Directory.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/win/sqWin32Directory.c
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/win/sqWin32Directory.c:30:9: warning: 'S_IRUSR' macro redefined [-Wmacro-redefined]
#define S_IRUSR 0400
        ^
/usr/x86_64-w64-mingw32/sys-root/mingw/include/sys/stat.h:152:9: note: previous definition is here
#define S_IRUSR         _S_IRUSR
        ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/win/sqWin32Directory.c:31:9: warning: 'S_IWUSR' macro redefined [-Wmacro-redefined]
#define S_IWUSR 0200
        ^
/usr/x86_64-w64-mingw32/sys-root/mingw/include/sys/stat.h:151:9: note: previous definition is here
#define S_IWUSR         _S_IWUSR
        ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/src/win/sqWin32Directory.c:32:9: warning: 'S_IXUSR' macro redefined [-Wmacro-redefined]
#define S_IXUSR 0100
        ^
/usr/x86_64-w64-mingw32/sys-root/mingw/include/sys/stat.h:150:9: note: previous definition is here
#define S_IXUSR         _S_IXUSR
        ^
3 warnings generated.
[ 40%] Building C object CMakeFiles/FilePlugin.dir/src/fileUtilsWin.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFilePlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_FILE_SUPPORT -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/FilePlugin.dir/src/fileUtilsWin.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/src/fileUtilsWin.c
[ 41%] Building C object CMakeFiles/FilePlugin.dir/generated/64/plugins/src/FilePlugin/FilePlugin.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFilePlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_FILE_SUPPORT -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/FilePlugin.dir/generated/64/plugins/src/FilePlugin/FilePlugin.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/FilePlugin/FilePlugin.c
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/FilePlugin/FilePlugin.c:504:10: warning: incompatible integer to pointer conversion returning 'sqInt' (aka 'long long') from a function with result type 'void *' [-Wint-conversion]
                return primitiveFailFor(PrimErrBadArgument);
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/FilePlugin/FilePlugin.c:1629:21: warning: incompatible function pointer types assigning to 'sqInt (*)(sqInt)' (aka 'long long (*)(long long)') from 'sqInt (*)(int)' (aka 'long long (*)(int)') [-Wincompatible-function-pointer-types]
                characterObjectOf = interpreterProxy->characterObjectOf;
                                  ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/FilePlugin/FilePlugin.c:1643:10: warning: incompatible function pointer types assigning to 'sqInt (*)(void)' (aka 'long long (*)(void)') from 'void (*)(void)' [-Wincompatible-function-pointer-types]
                fullGC = interpreterProxy->fullGC;
                       ^ ~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/FilePlugin/FilePlugin.c:230:1: warning: unused function 'connectToFdwrite' [-Wunused-function]
connectToFdwrite(int fd, sqInt writeFlag)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/FilePlugin/FilePlugin.c:257:1: warning: unused function 'connectToFilewrite' [-Wunused-function]
connectToFilewrite(void *cfile, sqInt writeFlag)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/FilePlugin/FilePlugin.c:384:1: warning: unused function 'makeDirEntryNamesizecreateDatemodDateisDirfileSize' [-Wunused-function]
makeDirEntryNamesizecreateDatemodDateisDirfileSize(char *entryName, sqInt entryNameSize, sqInt createDate, sqInt modifiedDate, sqInt dirFlag, squeakFileOffsetType fileSize)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/FilePlugin/FilePlugin.c:1230:1: warning: unused function 'primitiveFileReadWithoutPinning' [-Wunused-function]
primitiveFileReadWithoutPinning(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/FilePlugin/FilePlugin.c:1285:1: warning: unused function 'primitiveFileReadWithPinning' [-Wunused-function]
primitiveFileReadWithPinning(void)
^
8 warnings generated.
[ 41%] Linking C shared library build/vm/FilePlugin.dll
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/FilePlugin.dir/link.txt --verbose=1
/usr/bin/x86_64-w64-mingw32-clang  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -shared -Wl,--enable-auto-import -o build/vm/FilePlugin.dll -Wl,--out-implib,build/vm/libFilePlugin.dll.a -Wl,--major-image-version,0,--minor-image-version,0 CMakeFiles/FilePlugin.dir/extracted/plugins/FilePlugin/src/win/sqWin32FilePrims.c.o CMakeFiles/FilePlugin.dir/extracted/vm/src/win/sqWin32Directory.c.o CMakeFiles/FilePlugin.dir/src/fileUtilsWin.c.o CMakeFiles/FilePlugin.dir/generated/64/plugins/src/FilePlugin/FilePlugin.c.o  build/vm/libPharoVMCore.dll.a build/vm/libffi.dll.a -lwinmm -lWs2_32 -lDbgHelp -lOle32 -lcomctl32 -luuid -lpthread 
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
[ 42%] Built target FilePlugin
make  -f CMakeFiles/FileAttributesPlugin.dir/build.make CMakeFiles/FileAttributesPlugin.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/FileAttributesPlugin.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/FileAttributesPlugin.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/FileAttributesPlugin.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/FileAttributesPlugin.dir/depend.internal".
Scanning dependencies of target FileAttributesPlugin
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
make  -f CMakeFiles/FileAttributesPlugin.dir/build.make CMakeFiles/FileAttributesPlugin.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
[ 42%] Building C object CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFileAttributesPlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c
In file included from /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:23:
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win/dirent.h:734:9: warning: unused function 'readdir' [-Wunused-function]
        readdir(
        ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win/dirent.h:455:9: warning: unused function '_wreaddir' [-Wunused-function]
        _wreaddir(
        ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win/dirent.h:877:9: warning: unused function 'rewinddir' [-Wunused-function]
        rewinddir(
        ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win/dirent.h:888:9: warning: unused function 'scandir' [-Wunused-function]
        scandir(
        ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win/dirent.h:1040:9: warning: unused function 'versionsort' [-Wunused-function]
        versionsort(
        ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:183:1: warning: unused function 'addressObjectFor' [-Wunused-function]
addressObjectFor(void *aMachineAddress)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:313:1: warning: unused function 'badSessionId' [-Wunused-function]
badSessionId(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:324:1: warning: unused function 'convertWinToSqueakTime' [-Wunused-function]
convertWinToSqueakTime(SYSTEMTIME st)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:354:1: warning: unused function 'faSuccess' [-Wunused-function]
faSuccess(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:384:1: warning: unused function 'objectFromStructsize' [-Wunused-function]
objectFromStructsize(void *aMachineAddress, sqInt structSize)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:403:1: warning: unused function 'pathOoptoBuffermaxLen' [-Wunused-function]
pathOoptoBuffermaxLen(sqInt pathNameOop, char *cPathName, sqInt maxLen)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:424:1: warning: unused function 'pointerFrom' [-Wunused-function]
pointerFrom(sqInt directoryPointerBytes)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:1093:1: warning: unused function 'readLinkintomaxLength' [-Wunused-function]
readLinkintomaxLength(char *cPathName, char *cLinkPtr, size_t maxLength)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c:1171:1: warning: unused function 'sizeOfFaPath' [-Wunused-function]
sizeOfFaPath(void)
^
14 warnings generated.
[ 43%] Building C object CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFileAttributesPlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c
[ 43%] Building C object CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/win/faSupport.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFileAttributesPlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/win/faSupport.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/win/faSupport.c
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/win/faSupport.c:18:9: warning: 'S_IRUSR' macro redefined [-Wmacro-redefined]
#define S_IRUSR 0400
        ^
/usr/x86_64-w64-mingw32/sys-root/mingw/include/sys/stat.h:152:9: note: previous definition is here
#define S_IRUSR         _S_IRUSR
        ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/win/faSupport.c:19:9: warning: 'S_IWUSR' macro redefined [-Wmacro-redefined]
#define S_IWUSR 0200
        ^
/usr/x86_64-w64-mingw32/sys-root/mingw/include/sys/stat.h:151:9: note: previous definition is here
#define S_IWUSR         _S_IWUSR
        ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/win/faSupport.c:20:9: warning: 'S_IXUSR' macro redefined [-Wmacro-redefined]
#define S_IXUSR 0100
        ^
/usr/x86_64-w64-mingw32/sys-root/mingw/include/sys/stat.h:150:9: note: previous definition is here
#define S_IXUSR         _S_IXUSR
        ^
In file included from /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/src/win/faSupport.c:27:
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win/dirent.h:734:9: warning: unused function 'readdir' [-Wunused-function]
        readdir(
        ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win/dirent.h:455:9: warning: unused function '_wreaddir' [-Wunused-function]
        _wreaddir(
        ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win/dirent.h:877:9: warning: unused function 'rewinddir' [-Wunused-function]
        rewinddir(
        ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win/dirent.h:888:9: warning: unused function 'scandir' [-Wunused-function]
        scandir(
        ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win/dirent.h:1040:9: warning: unused function 'versionsort' [-Wunused-function]
        versionsort(
        ^
8 warnings generated.
[ 44%] Linking C shared library build/vm/FileAttributesPlugin.dll
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/FileAttributesPlugin.dir/link.txt --verbose=1
/usr/bin/x86_64-w64-mingw32-clang  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -shared -Wl,--enable-auto-import -o build/vm/FileAttributesPlugin.dll -Wl,--out-implib,build/vm/libFileAttributesPlugin.dll.a -Wl,--major-image-version,0,--minor-image-version,0 CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c.o CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c.o CMakeFiles/FileAttributesPlugin.dir/extracted/plugins/FileAttributesPlugin/src/win/faSupport.c.o  build/vm/libFilePlugin.dll.a build/vm/libPharoVMCore.dll.a build/vm/libffi.dll.a -lwinmm -lWs2_32 -lDbgHelp -lOle32 -lcomctl32 -luuid -lpthread 
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
[ 44%] Built target FileAttributesPlugin
make  -f CMakeFiles/JPEGReaderPlugin.dir/build.make CMakeFiles/JPEGReaderPlugin.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/JPEGReaderPlugin.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/JPEGReaderPlugin.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/JPEGReaderPlugin.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/JPEGReaderPlugin.dir/depend.internal".
Scanning dependencies of target JPEGReaderPlugin
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
make  -f CMakeFiles/JPEGReaderPlugin.dir/build.make CMakeFiles/JPEGReaderPlugin.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
[ 45%] Building C object CMakeFiles/JPEGReaderPlugin.dir/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReaderPlugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReaderPlugin.dir/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:250:1: warning: unused function 'colorConvertGrayscaleMCU' [-Wunused-function]
colorConvertGrayscaleMCU(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:300:1: warning: unused function 'colorConvertMCU' [-Wunused-function]
colorConvertMCU(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:442:1: warning: unused function 'decodeBlockIntocomponent' [-Wunused-function]
decodeBlockIntocomponent(int *anArray, int *aColorComponent)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:582:1: warning: unused function 'fillBuffer' [-Wunused-function]
fillBuffer(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:610:1: warning: unused function 'getBits' [-Wunused-function]
getBits(sqInt requestedBits)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:662:1: warning: unused function 'idctBlockIntqt' [-Wunused-function]
idctBlockIntqt(int *anArray, int *qt)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:940:1: warning: unused function 'nextSampleCb' [-Wunused-function]
nextSampleCb(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:976:1: warning: unused function 'nextSampleCr' [-Wunused-function]
nextSampleCr(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1012:1: warning: unused function 'nextSampleFromblocks' [-Wunused-function]
nextSampleFromblocks(int *aComponent, int **aBlockArray)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1048:1: warning: unused function 'nextSampleY' [-Wunused-function]
nextSampleY(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1733:1: warning: unused function 'scaleAndSignExtendinFieldWidth' [-Wunused-function]
scaleAndSignExtendinFieldWidth(sqInt aNumber, sqInt w)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1780:1: warning: unused function 'stInit' [-Wunused-function]
stInit(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c:1787:1: warning: unused function 'storeJPEGStreamOn' [-Wunused-function]
storeJPEGStreamOn(sqInt streamOop)
^
13 warnings generated.
[ 45%] Linking C shared library build/vm/JPEGReaderPlugin.dll
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/JPEGReaderPlugin.dir/link.txt --verbose=1
/usr/bin/x86_64-w64-mingw32-clang  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -shared -Wl,--enable-auto-import -o build/vm/JPEGReaderPlugin.dll -Wl,--out-implib,build/vm/libJPEGReaderPlugin.dll.a -Wl,--major-image-version,0,--minor-image-version,0 CMakeFiles/JPEGReaderPlugin.dir/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c.o  build/vm/libPharoVMCore.dll.a build/vm/libffi.dll.a -lwinmm -lWs2_32 -lDbgHelp -lOle32 -lcomctl32 -luuid -lpthread 
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
[ 45%] Built target JPEGReaderPlugin
make  -f CMakeFiles/SurfacePlugin.dir/build.make CMakeFiles/SurfacePlugin.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/SurfacePlugin.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/SurfacePlugin.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/SurfacePlugin.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/SurfacePlugin.dir/depend.internal".
Scanning dependencies of target SurfacePlugin
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
make  -f CMakeFiles/SurfacePlugin.dir/build.make CMakeFiles/SurfacePlugin.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
[ 45%] Building C object CMakeFiles/SurfacePlugin.dir/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DSurfacePlugin_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/SurfacePlugin.dir/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c
[ 46%] Building C object CMakeFiles/SurfacePlugin.dir/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DSurfacePlugin_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/SurfacePlugin.dir/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:492:19: warning: incompatible integer to pointer conversion assigning to 'void *' from 'sqInt' (aka 'long long') [-Wint-conversion]
        surfaceHandlePtr = fetchPointerofObject(0, surfaceHandle);
                         ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:493:29: warning: incompatible pointer to integer conversion passing 'void *' to parameter of type 'sqIntptr_t' (aka 'long long') [-Wint-conversion]
        result = ioRegisterSurface(surfaceHandlePtr, sqSurfaceDispatchPtr, surfaceIDPtr);
                                   ^~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:241:30: note: passing argument to parameter 'surfaceHandle' here
ioRegisterSurface(sqIntptr_t surfaceHandle, sqSurfaceDispatch *fn, int *surfaceIDPtr)
                             ^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:493:47: warning: incompatible integer to pointer conversion passing 'sqInt' (aka 'long long') to parameter of type 'sqSurfaceDispatch *' (aka 'struct sqSurfaceDispatch *') [-Wint-conversion]
        result = ioRegisterSurface(surfaceHandlePtr, sqSurfaceDispatchPtr, surfaceIDPtr);
                                                     ^~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c:241:64: note: passing argument to parameter 'fn' here
ioRegisterSurface(sqIntptr_t surfaceHandle, sqSurfaceDispatch *fn, int *surfaceIDPtr)
                                                               ^
3 warnings generated.
[ 47%] Linking C shared library build/vm/SurfacePlugin.dll
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/SurfacePlugin.dir/link.txt --verbose=1
/usr/bin/x86_64-w64-mingw32-clang  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -shared -Wl,--enable-auto-import -o build/vm/SurfacePlugin.dll -Wl,--out-implib,build/vm/libSurfacePlugin.dll.a -Wl,--major-image-version,0,--minor-image-version,0 CMakeFiles/SurfacePlugin.dir/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c.o CMakeFiles/SurfacePlugin.dir/generated/64/plugins/src/SurfacePlugin/SurfacePlugin.c.o  build/vm/libPharoVMCore.dll.a build/vm/libffi.dll.a -lwinmm -lWs2_32 -lDbgHelp -lOle32 -lcomctl32 -luuid -lpthread 
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
[ 48%] Built target SurfacePlugin
make  -f CMakeFiles/MiscPrimitivePlugin.dir/build.make CMakeFiles/MiscPrimitivePlugin.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/MiscPrimitivePlugin.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/MiscPrimitivePlugin.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/MiscPrimitivePlugin.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/MiscPrimitivePlugin.dir/depend.internal".
Scanning dependencies of target MiscPrimitivePlugin
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
make  -f CMakeFiles/MiscPrimitivePlugin.dir/build.make CMakeFiles/MiscPrimitivePlugin.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
[ 49%] Building C object CMakeFiles/MiscPrimitivePlugin.dir/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DMiscPrimitivePlugin_EXPORTS -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/MiscPrimitivePlugin.dir/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c
[ 49%] Linking C shared library build/vm/MiscPrimitivePlugin.dll
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/MiscPrimitivePlugin.dir/link.txt --verbose=1
/usr/bin/x86_64-w64-mingw32-clang  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -shared -Wl,--enable-auto-import -o build/vm/MiscPrimitivePlugin.dll -Wl,--out-implib,build/vm/libMiscPrimitivePlugin.dll.a -Wl,--major-image-version,0,--minor-image-version,0 CMakeFiles/MiscPrimitivePlugin.dir/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c.o  build/vm/libPharoVMCore.dll.a build/vm/libffi.dll.a -lwinmm -lWs2_32 -lDbgHelp -lOle32 -lcomctl32 -luuid -lpthread 
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
[ 49%] Built target MiscPrimitivePlugin
make  -f CMakeFiles/PharoConsole.dir/build.make CMakeFiles/PharoConsole.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/PharoConsole.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/PharoConsole.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/PharoConsole.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/PharoConsole.dir/depend.internal".
Scanning dependencies of target PharoConsole
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
make  -f CMakeFiles/PharoConsole.dir/build.make CMakeFiles/PharoConsole.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
[ 49%] Building C object CMakeFiles/PharoConsole.dir/src/unixMain.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/PharoConsole.dir/src/unixMain.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/src/unixMain.c
[ 50%] Building RC object CMakeFiles/PharoConsole.dir/PharoConsole.rc.res
x86_64-w64-mingw32-windres -O coff -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include   /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/PharoConsole.rc CMakeFiles/PharoConsole.dir/PharoConsole.rc.res
[ 50%] Linking C executable build/vm/PharoConsole.exe
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/PharoConsole.dir/link.txt --verbose=1
/usr/bin/x86_64-w64-mingw32-clang  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0  -Wl,--enable-auto-import -mconsole CMakeFiles/PharoConsole.dir/src/unixMain.c.o CMakeFiles/PharoConsole.dir/PharoConsole.rc.res  -o build/vm/PharoConsole.exe -Wl,--out-implib,build/vm/libPharoConsole.dll.a -Wl,--major-image-version,0,--minor-image-version,0  build/vm/libPharoVMCore.dll.a -lOle32 -lcomctl32 -luuid build/vm/libffi.dll.a -lwinmm -lWs2_32 -lDbgHelp -lOle32 -lcomctl32 -luuid -lpthread 
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
[ 50%] Built target PharoConsole
make  -f CMakeFiles/SocketPlugin.dir/build.make CMakeFiles/SocketPlugin.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/SocketPlugin.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/SocketPlugin.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/SocketPlugin.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/SocketPlugin.dir/depend.internal".
Scanning dependencies of target SocketPlugin
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
make  -f CMakeFiles/SocketPlugin.dir/build.make CMakeFiles/SocketPlugin.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
[ 51%] Building C object CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DSocketPlugin_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:2311:3: warning: pointer/integer type mismatch in conditional expression ('SocketPtr' (aka 'SQSocket *') and 'int') [-Wconditional-type-mismatch]
                ? ((SocketPtr) (firstIndexableField(socketOop)))
                ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:245:1: warning: unused function 'netAddressToInt' [-Wunused-function]
netAddressToInt(unsigned char *ptrToByteArray)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:2296:1: warning: unused function 'socketRecordSize' [-Wunused-function]
socketRecordSize(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:2307:1: warning: unused function 'socketValueOf' [-Wunused-function]
socketValueOf(sqInt socketOop)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c:2318:1: warning: unused function 'sqAssert' [-Wunused-function]
sqAssert(sqInt aBool)
^
5 warnings generated.
[ 51%] Building C object CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DSocketPlugin_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c:1632:55: warning: passing 'unsigned char [8]' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
  if (setsockopt(SOCKET(s), SOL_SOCKET, SO_REUSEADDR, buf, bufSize) < 0)
                                                      ^~~
/usr/x86_64-w64-mingw32/sys-root/mingw/include/winsock2.h:1029:88: note: passing argument to parameter 'optval' here
  WINSOCK_API_LINKAGE int WSAAPI setsockopt(SOCKET s,int level,int optname,const char *optval,int optlen);
                                                                                       ^
1 warning generated.
[ 52%] Linking C shared library build/vm/SocketPlugin.dll
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/SocketPlugin.dir/link.txt --verbose=1
/usr/bin/x86_64-w64-mingw32-clang  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -shared -Wl,--enable-auto-import -o build/vm/SocketPlugin.dll -Wl,--out-implib,build/vm/libSocketPlugin.dll.a -Wl,--major-image-version,0,--minor-image-version,0 CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c.o CMakeFiles/SocketPlugin.dir/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c.o  build/vm/libPharoVMCore.dll.a -lWs2_32 build/vm/libffi.dll.a -lwinmm -lWs2_32 -lDbgHelp -lOle32 -lcomctl32 -luuid -lpthread 
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
[ 52%] Built target SocketPlugin
make  -f CMakeFiles/LargeIntegers.dir/build.make CMakeFiles/LargeIntegers.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/LargeIntegers.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/LargeIntegers.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/LargeIntegers.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/LargeIntegers.dir/depend.internal".
Scanning dependencies of target LargeIntegers
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
make  -f CMakeFiles/LargeIntegers.dir/build.make CMakeFiles/LargeIntegers.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
[ 53%] Building C object CMakeFiles/LargeIntegers.dir/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DLargeIntegers_EXPORTS -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/LargeIntegers.dir/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:266:1: warning: unused function 'byteSizeOfCSI' [-Wunused-function]
byteSizeOfCSI(sqInt csi)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:332:1: warning: unused function 'cDigitAddlenwithleninto' [-Wunused-function]
cDigitAddlenwithleninto(unsigned int *pWordShort, sqInt shortLen, unsigned int *pWordLong, sqInt longLen, unsigned int *pWordRes)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:377:1: warning: unused function 'cDigitCopyFromtolen' [-Wunused-function]
cDigitCopyFromtolen(unsigned int *pFrom, unsigned int *pTo, sqInt len)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:389:1: warning: unused function 'cDigitDivlenremlenquolen' [-Wunused-function]
cDigitDivlenremlenquolen(unsigned int *pDiv, sqInt divLen, unsigned int *pRem, sqInt remLen, unsigned int *pQuo, sqInt quoLen)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:541:1: warning: unused function 'cDigitLshiftfromlentolen' [-Wunused-function]
cDigitLshiftfromlentolen(sqInt shiftCount, unsigned int *pFrom, sqInt lenFrom, unsigned int *pTo, sqInt lenTo)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:586:1: warning: unused function 'cDigitMontgomerylentimeslenmodulolenmInvModBinto' [-Wunused-function]
cDigitMontgomerylentimeslenmodulolenmInvModBinto(unsigned int *pFirst, sqInt firstLen, unsigned int *pSecond, sqInt secondLen, unsigned int *pThird, sqInt thirdLen, unsigned int mInv, unsigned int *pRes)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:659:1: warning: unused function 'cDigitMultiplylenwithlenintolen' [-Wunused-function]
cDigitMultiplylenwithlenintolen(unsigned int *pWordShort, sqInt shortLen, unsigned int *pWordLong, sqInt longLen, unsigned int *pWordRes, sqInt resLen)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:711:1: warning: unused function 'cDigitOfatput' [-Wunused-function]
cDigitOfatput(unsigned int *cPointer, sqInt zeroBasedDigitIndex, unsigned int aValue)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:724:1: warning: unused function 'cDigitOpshortlenlongleninto' [-Wunused-function]
cDigitOpshortlenlongleninto(sqInt opIndex, unsigned int *pWordShort, sqInt shortLen, unsigned int *pWordLong, sqInt longLen, unsigned int *pWordRes)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:768:1: warning: unused function 'cDigitReplacefromtowithstartingAt' [-Wunused-function]
cDigitReplacefromtowithstartingAt(unsigned int *pTo, sqInt start, sqInt stop, unsigned int *pFrom, sqInt repStart)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:781:1: warning: unused function 'cDigitRshiftfromlentolen' [-Wunused-function]
cDigitRshiftfromlentolen(sqInt shiftCount, unsigned int *pFrom, sqInt lenFrom, unsigned int *pTo, sqInt lenTo)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:825:1: warning: unused function 'cDigitSublenwithleninto' [-Wunused-function]
cDigitSublenwithleninto(unsigned int *pWordSmall, sqInt smallLen, unsigned int *pWordLarge, sqInt largeLen, unsigned int *pWordRes)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:994:1: warning: unused function 'digitAddLargewith' [-Wunused-function]
digitAddLargewith(sqInt firstInteger, sqInt secondInteger)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1254:1: warning: unused function 'digitCompareLargewith' [-Wunused-function]
digitCompareLargewith(sqInt firstInteger, sqInt secondInteger)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1278:1: warning: unused function 'digitDivLargewithnegative' [-Wunused-function]
digitDivLargewithnegative(sqInt firstInteger, sqInt secondInteger, sqInt neg)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1538:1: warning: unused function 'digitMontgomerytimesmodulomInvModB' [-Wunused-function]
digitMontgomerytimesmodulomInvModB(sqInt firstLarge, sqInt secondLarge, sqInt thirdLarge, unsigned int mInv)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1651:1: warning: unused function 'digitMultiplyLargewithnegative' [-Wunused-function]
digitMultiplyLargewithnegative(sqInt firstInteger, sqInt secondInteger, sqInt neg)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1754:1: warning: unused function 'digitOfCSIat' [-Wunused-function]
digitOfCSIat(sqInt csi, sqInt ix)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1766:1: warning: unused function 'digitOfLargeIntat' [-Wunused-function]
digitOfLargeIntat(sqInt aBytesOop, sqInt ix)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1786:1: warning: unused function 'digitSizeOfCSI' [-Wunused-function]
digitSizeOfCSI(sqInt csi)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1802:1: warning: unused function 'digitSizeOfLargeInt' [-Wunused-function]
digitSizeOfLargeInt(sqInt anOop)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:1812:1: warning: unused function 'digitSubLargewith' [-Wunused-function]
digitSubLargewith(sqInt firstInteger, sqInt secondInteger)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:2100:1: warning: unused function 'highBitOfLargeInt' [-Wunused-function]
highBitOfLargeInt(sqInt anOop)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:2326:1: warning: unused function 'normalize' [-Wunused-function]
normalize(sqInt aLargeInteger)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c:3797:1: warning: unused function 'sqAssert' [-Wunused-function]
sqAssert(sqInt aBool)
^
25 warnings generated.
[ 53%] Linking C shared library build/vm/LargeIntegers.dll
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/LargeIntegers.dir/link.txt --verbose=1
/usr/bin/x86_64-w64-mingw32-clang  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -shared -Wl,--enable-auto-import -o build/vm/LargeIntegers.dll -Wl,--out-implib,build/vm/libLargeIntegers.dll.a -Wl,--major-image-version,0,--minor-image-version,0 CMakeFiles/LargeIntegers.dir/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c.o  build/vm/libPharoVMCore.dll.a build/vm/libffi.dll.a -lwinmm -lWs2_32 -lDbgHelp -lOle32 -lcomctl32 -luuid -lpthread 
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
[ 53%] Built target LargeIntegers
make  -f CMakeFiles/LocalePlugin.dir/build.make CMakeFiles/LocalePlugin.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/LocalePlugin.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/LocalePlugin.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/LocalePlugin.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/LocalePlugin.dir/depend.internal".
Scanning dependencies of target LocalePlugin
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
make  -f CMakeFiles/LocalePlugin.dir/build.make CMakeFiles/LocalePlugin.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
[ 54%] Building C object CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DLocalePlugin_EXPORTS -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c:388:1: warning: unused function 'sqAssert' [-Wunused-function]
sqAssert(sqInt aBool)
^
1 warning generated.
[ 55%] Building C object CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/win/sqWin32Locale.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DLocalePlugin_EXPORTS -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/win/sqWin32Locale.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/src/win/sqWin32Locale.c
[ 55%] Linking C shared library build/vm/LocalePlugin.dll
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/LocalePlugin.dir/link.txt --verbose=1
/usr/bin/x86_64-w64-mingw32-clang  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -shared -Wl,--enable-auto-import -o build/vm/LocalePlugin.dll -Wl,--out-implib,build/vm/libLocalePlugin.dll.a -Wl,--major-image-version,0,--minor-image-version,0 CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c.o CMakeFiles/LocalePlugin.dir/extracted/plugins/LocalePlugin/src/win/sqWin32Locale.c.o  build/vm/libPharoVMCore.dll.a build/vm/libffi.dll.a -lwinmm -lWs2_32 -lDbgHelp -lOle32 -lcomctl32 -luuid -lpthread 
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
[ 55%] Built target LocalePlugin
make  -f CMakeFiles/freetype-2.9.1.dir/build.make CMakeFiles/freetype-2.9.1.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/freetype-2.9.1.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/freetype-2.9.1.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/freetype-2.9.1.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/freetype-2.9.1.dir/depend.internal".
Scanning dependencies of target freetype-2.9.1
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
make  -f CMakeFiles/freetype-2.9.1.dir/build.make CMakeFiles/freetype-2.9.1.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/freetype-2.9.1-src/libfreetype-6.dll /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vm/
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
[ 55%] Built target freetype-2.9.1
make  -f CMakeFiles/libssh2-1.9.0.dir/build.make CMakeFiles/libssh2-1.9.0.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/libssh2-1.9.0.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/libssh2-1.9.0.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/libssh2-1.9.0.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/libssh2-1.9.0.dir/depend.internal".
Scanning dependencies of target libssh2-1.9.0
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
make  -f CMakeFiles/libssh2-1.9.0.dir/build.make CMakeFiles/libssh2-1.9.0.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libssh2-1.9.0-src/libssh2-1.dll /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vm/
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libssh2-1.9.0-src/libssh2.dll /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vm/
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
[ 55%] Built target libssh2-1.9.0
make  -f CMakeFiles/SDL2-2.0.5.dir/build.make CMakeFiles/SDL2-2.0.5.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/SDL2-2.0.5.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/SDL2-2.0.5.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/SDL2-2.0.5.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/SDL2-2.0.5.dir/depend.internal".
Scanning dependencies of target SDL2-2.0.5
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
make  -f CMakeFiles/SDL2-2.0.5.dir/build.make CMakeFiles/SDL2-2.0.5.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/SDL2-2.0.5-src/SDL2.dll /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vm/
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
[ 55%] Built target SDL2-2.0.5
make  -f CMakeFiles/libpng-1.6.34.dir/build.make CMakeFiles/libpng-1.6.34.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/libpng-1.6.34.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/libpng-1.6.34.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/libpng-1.6.34.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/libpng-1.6.34.dir/depend.internal".
Scanning dependencies of target libpng-1.6.34
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
make  -f CMakeFiles/libpng-1.6.34.dir/build.make CMakeFiles/libpng-1.6.34.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libpng-1.6.34-src/libpng16-16.dll /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vm/
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
[ 55%] Built target libpng-1.6.34
make  -f CMakeFiles/pixman-0.34.0.dir/build.make CMakeFiles/pixman-0.34.0.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/pixman-0.34.0.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/pixman-0.34.0.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/pixman-0.34.0.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/pixman-0.34.0.dir/depend.internal".
Scanning dependencies of target pixman-0.34.0
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
make  -f CMakeFiles/pixman-0.34.0.dir/build.make CMakeFiles/pixman-0.34.0.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/pixman-0.34.0-src/libpixman-1-0.dll /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vm/
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
[ 55%] Built target pixman-0.34.0
make  -f CMakeFiles/JPEGReadWriter2Plugin.dir/build.make CMakeFiles/JPEGReadWriter2Plugin.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/JPEGReadWriter2Plugin.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/JPEGReadWriter2Plugin.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/JPEGReadWriter2Plugin.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/JPEGReadWriter2Plugin.dir/depend.internal".
Scanning dependencies of target JPEGReadWriter2Plugin
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
make  -f CMakeFiles/JPEGReadWriter2Plugin.dir/build.make CMakeFiles/JPEGReadWriter2Plugin.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
[ 55%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c
[ 56%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c:537:1: warning: unused function 'sqAssert' [-Wunused-function]
sqAssert(sqInt aBool)
^
1 warning generated.
[ 57%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c
[ 57%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c
[ 58%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c
[ 58%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c
[ 59%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c
[ 59%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c
[ 60%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c
[ 60%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c
[ 61%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c
[ 61%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c
[ 62%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c
[ 63%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c
[ 63%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c
[ 64%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c
[ 64%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c
[ 65%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c
[ 65%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c
[ 66%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c
[ 66%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c
[ 67%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c
[ 67%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c
[ 68%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c
[ 69%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c
[ 69%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c
[ 70%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c
[ 70%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c
[ 71%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c
[ 71%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c
[ 72%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c
[ 72%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c
[ 73%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c
[ 73%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c
[ 74%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c
[ 75%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c
[ 75%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c
[ 76%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c
[ 76%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c
[ 77%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c
[ 77%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c
[ 78%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c
[ 78%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c
[ 79%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c
[ 79%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c
[ 80%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c
[ 81%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c
[ 81%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c
[ 82%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c
[ 82%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c
[ 83%] Building C object CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DJPEGReadWriter2Plugin_EXPORTS -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c
[ 83%] Linking C shared library build/vm/JPEGReadWriter2Plugin.dll
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/JPEGReadWriter2Plugin.dir/link.txt --verbose=1
/usr/bin/x86_64-w64-mingw32-clang  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -shared -Wl,--enable-auto-import -o build/vm/JPEGReadWriter2Plugin.dll -Wl,--out-implib,build/vm/libJPEGReadWriter2Plugin.dll.a -Wl,--major-image-version,0,--minor-image-version,0 CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c.o CMakeFiles/JPEGReadWriter2Plugin.dir/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c.o  build/vm/libPharoVMCore.dll.a build/vm/libffi.dll.a -lwinmm -lWs2_32 -lDbgHelp -lOle32 -lcomctl32 -luuid -lpthread 
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
[ 83%] Built target JPEGReadWriter2Plugin
make  -f CMakeFiles/UUIDPlugin.dir/build.make CMakeFiles/UUIDPlugin.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/UUIDPlugin.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/UUIDPlugin.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/UUIDPlugin.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/UUIDPlugin.dir/depend.internal".
Scanning dependencies of target UUIDPlugin
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
make  -f CMakeFiles/UUIDPlugin.dir/build.make CMakeFiles/UUIDPlugin.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
[ 84%] Building C object CMakeFiles/UUIDPlugin.dir/plugins/UUIDPlugin/common/UUIDPlugin.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DUUIDPlugin_EXPORTS -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/UUIDPlugin.dir/plugins/UUIDPlugin/common/UUIDPlugin.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/plugins/UUIDPlugin/common/UUIDPlugin.c
[ 84%] Linking C shared library build/vm/UUIDPlugin.dll
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/UUIDPlugin.dir/link.txt --verbose=1
/usr/bin/x86_64-w64-mingw32-clang  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -shared -Wl,--enable-auto-import -o build/vm/UUIDPlugin.dll -Wl,--out-implib,build/vm/libUUIDPlugin.dll.a -Wl,--major-image-version,0,--minor-image-version,0 CMakeFiles/UUIDPlugin.dir/plugins/UUIDPlugin/common/UUIDPlugin.c.o  build/vm/libPharoVMCore.dll.a -lole32 build/vm/libffi.dll.a -lwinmm -lWs2_32 -lDbgHelp -lOle32 -lcomctl32 -luuid -lpthread 
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
[ 84%] Built target UUIDPlugin
make  -f CMakeFiles/B2DPlugin.dir/build.make CMakeFiles/B2DPlugin.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/B2DPlugin.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/B2DPlugin.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/B2DPlugin.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/B2DPlugin.dir/depend.internal".
Scanning dependencies of target B2DPlugin
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
make  -f CMakeFiles/B2DPlugin.dir/build.make CMakeFiles/B2DPlugin.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
[ 84%] Building C object CMakeFiles/B2DPlugin.dir/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DB2DPlugin_EXPORTS -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/B2DPlugin.dir/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2474:11: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign]
        leftViaY = leftViaY;
        ~~~~~~~~ ^ ~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2497:12: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign]
        rightViaY = rightViaY;
        ~~~~~~~~~ ^ ~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3225:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign]
                                        xp = xp;
                                        ~~ ^ ~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3241:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign]
                                        yp = yp;
                                        ~~ ^ ~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3346:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign]
                                        xp = xp;
                                        ~~ ^ ~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3362:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign]
                                        yp = yp;
                                        ~~ ^ ~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3468:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign]
                                        xp = xp;
                                        ~~ ^ ~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3484:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign]
                                        yp = yp;
                                        ~~ ^ ~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3703:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign]
                                        xp = xp;
                                        ~~ ^ ~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3719:9: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign]
                                        yp = yp;
                                        ~~ ^ ~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13646:18: warning: expression result unused [-Wunused-value]
                ((signed)lastX >> 8);
                 ~~~~~~~~~~~~~ ^  ~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13676:18: warning: expression result unused [-Wunused-value]
        ((signed)lastX1 >> 8);
         ~~~~~~~~~~~~~~ ^  ~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:851:1: warning: unused function 'aaColorMaskGet' [-Wunused-function]
aaColorMaskGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:858:1: warning: unused function 'aaColorMaskPut' [-Wunused-function]
aaColorMaskPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:865:1: warning: unused function 'aaColorShiftGet' [-Wunused-function]
aaColorShiftGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:872:1: warning: unused function 'aaColorShiftPut' [-Wunused-function]
aaColorShiftPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:882:1: warning: unused function 'aaFirstPixelFromto' [-Wunused-function]
aaFirstPixelFromto(sqInt leftX, sqInt rightX)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:897:1: warning: unused function 'aaHalfPixelGet' [-Wunused-function]
aaHalfPixelGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:904:1: warning: unused function 'aaHalfPixelPut' [-Wunused-function]
aaHalfPixelPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:914:1: warning: unused function 'aaLastPixelFromto' [-Wunused-function]
aaLastPixelFromto(sqInt leftX, sqInt rightX)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:921:1: warning: unused function 'aaLevelGet' [-Wunused-function]
aaLevelGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:928:1: warning: unused function 'aaLevelPut' [-Wunused-function]
aaLevelPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:935:1: warning: unused function 'aaScanMaskGet' [-Wunused-function]
aaScanMaskGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:942:1: warning: unused function 'aaScanMaskPut' [-Wunused-function]
aaScanMaskPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:949:1: warning: unused function 'aaShiftGet' [-Wunused-function]
aaShiftGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:956:1: warning: unused function 'aaShiftPut' [-Wunused-function]
aaShiftPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:967:1: warning: unused function 'absoluteSquared8Dot24' [-Wunused-function]
absoluteSquared8Dot24(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1036:1: warning: unused function 'adjustAALevel' [-Wunused-function]
adjustAALevel(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1175:1: warning: unused function 'aetStartGet' [-Wunused-function]
aetStartGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1182:1: warning: unused function 'aetStartPut' [-Wunused-function]
aetStartPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1189:1: warning: unused function 'aetUsedGet' [-Wunused-function]
aetUsedGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1196:1: warning: unused function 'aetUsedPut' [-Wunused-function]
aetUsedPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1206:1: warning: unused function 'allocateAETEntry' [-Wunused-function]
allocateAETEntry(sqInt nSlots)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1220:1: warning: unused function 'allocateBezier' [-Wunused-function]
allocateBezier(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1240:1: warning: unused function 'allocateBezierStackEntry' [-Wunused-function]
allocateBezierStackEntry(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1254:1: warning: unused function 'allocateBitmapFillcolormap' [-Wunused-function]
allocateBitmapFillcolormap(sqInt cmSize, int *cmBits)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1321:1: warning: unused function 'allocateGradientFillrampWidthisRadial' [-Wunused-function]
allocateGradientFillrampWidthisRadial(int *ramp, sqInt rampWidth, sqInt isRadial)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1364:1: warning: unused function 'allocateLine' [-Wunused-function]
allocateLine(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1416:1: warning: unused function 'allocateStackEntry' [-Wunused-function]
allocateStackEntry(sqInt nSlots)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1430:1: warning: unused function 'allocateStackFillEntry' [-Wunused-function]
allocateStackFillEntry(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1443:1: warning: unused function 'allocateWideBezier' [-Wunused-function]
allocateWideBezier(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1463:1: warning: unused function 'allocateWideLine' [-Wunused-function]
allocateWideLine(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1483:1: warning: unused function 'areEdgeFillsValid' [-Wunused-function]
areEdgeFillsValid(sqInt edge)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1493:1: warning: unused function 'assureValuebetweenand' [-Wunused-function]
assureValuebetweenand(sqInt val1, sqInt val2, sqInt val3)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1516:1: warning: unused function 'bezierEndXOf' [-Wunused-function]
bezierEndXOf(sqInt bezier)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1523:1: warning: unused function 'bezierEndXOfput' [-Wunused-function]
bezierEndXOfput(sqInt bezier, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1530:1: warning: unused function 'bezierEndYOf' [-Wunused-function]
bezierEndYOf(sqInt bezier)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1537:1: warning: unused function 'bezierEndYOfput' [-Wunused-function]
bezierEndYOfput(sqInt bezier, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1544:1: warning: unused function 'bezierFinalXOf' [-Wunused-function]
bezierFinalXOf(sqInt bezier)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1551:1: warning: unused function 'bezierFinalXOfput' [-Wunused-function]
bezierFinalXOfput(sqInt bezier, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1558:1: warning: unused function 'bezierUpdateDataOf' [-Wunused-function]
bezierUpdateDataOf(sqInt bezier)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1565:1: warning: unused function 'bezierViaXOf' [-Wunused-function]
bezierViaXOf(sqInt bezier)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1572:1: warning: unused function 'bezierViaXOfput' [-Wunused-function]
bezierViaXOfput(sqInt bezier, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1579:1: warning: unused function 'bezierViaYOf' [-Wunused-function]
bezierViaYOf(sqInt bezier)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1586:1: warning: unused function 'bezierViaYOfput' [-Wunused-function]
bezierViaYOfput(sqInt bezier, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1593:1: warning: unused function 'bitmapCmSizeOf' [-Wunused-function]
bitmapCmSizeOf(sqInt bmFill)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1600:1: warning: unused function 'bitmapCmSizeOfput' [-Wunused-function]
bitmapCmSizeOfput(sqInt bmFill, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1607:1: warning: unused function 'bitmapDepthOf' [-Wunused-function]
bitmapDepthOf(sqInt bmFill)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1614:1: warning: unused function 'bitmapDepthOfput' [-Wunused-function]
bitmapDepthOfput(sqInt bmFill, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1621:1: warning: unused function 'bitmapHeightOf' [-Wunused-function]
bitmapHeightOf(sqInt bmFill)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1628:1: warning: unused function 'bitmapHeightOfput' [-Wunused-function]
bitmapHeightOfput(sqInt bmFill, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1635:1: warning: unused function 'bitmapRasterOf' [-Wunused-function]
bitmapRasterOf(sqInt bmFill)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1642:1: warning: unused function 'bitmapRasterOfput' [-Wunused-function]
bitmapRasterOfput(sqInt bmFill, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1649:1: warning: unused function 'bitmapSizeOf' [-Wunused-function]
bitmapSizeOf(sqInt bmFill)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1656:1: warning: unused function 'bitmapSizeOfput' [-Wunused-function]
bitmapSizeOfput(sqInt bmFill, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1663:1: warning: unused function 'bitmapTileFlagOf' [-Wunused-function]
bitmapTileFlagOf(sqInt bmFill)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1670:1: warning: unused function 'bitmapTileFlagOfput' [-Wunused-function]
bitmapTileFlagOfput(sqInt bmFill, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1677:1: warning: unused function 'bitmapValuebitsatXy' [-Wunused-function]
bitmapValuebitsatXy(sqInt bmFill, sqInt bits, sqInt xp, sqInt yp)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1740:1: warning: unused function 'bitmapWidthOf' [-Wunused-function]
bitmapWidthOf(sqInt bmFill)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1747:1: warning: unused function 'bitmapWidthOfput' [-Wunused-function]
bitmapWidthOfput(sqInt bmFill, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1754:1: warning: unused function 'bzEndX' [-Wunused-function]
bzEndX(sqInt index)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1765:1: warning: unused function 'bzEndXput' [-Wunused-function]
bzEndXput(sqInt index, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1776:1: warning: unused function 'bzEndY' [-Wunused-function]
bzEndY(sqInt index)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1787:1: warning: unused function 'bzEndYput' [-Wunused-function]
bzEndYput(sqInt index, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1798:1: warning: unused function 'bzStartX' [-Wunused-function]
bzStartX(sqInt index)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1809:1: warning: unused function 'bzStartXput' [-Wunused-function]
bzStartXput(sqInt index, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1820:1: warning: unused function 'bzStartY' [-Wunused-function]
bzStartY(sqInt index)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1831:1: warning: unused function 'bzStartYput' [-Wunused-function]
bzStartYput(sqInt index, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1842:1: warning: unused function 'bzViaX' [-Wunused-function]
bzViaX(sqInt index)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1853:1: warning: unused function 'bzViaXput' [-Wunused-function]
bzViaXput(sqInt index, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1864:1: warning: unused function 'bzViaY' [-Wunused-function]
bzViaY(sqInt index)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:1875:1: warning: unused function 'bzViaYput' [-Wunused-function]
bzViaYput(sqInt index, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2030:1: warning: unused function 'checkedAddBezierToGET' [-Wunused-function]
checkedAddBezierToGET(sqInt bezier)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2058:1: warning: unused function 'checkedAddEdgeToGET' [-Wunused-function]
checkedAddEdgeToGET(sqInt edge)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2110:1: warning: unused function 'checkedAddLineToGET' [-Wunused-function]
checkedAddLineToGET(sqInt line)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2170:1: warning: unused function 'clampValuemax' [-Wunused-function]
clampValuemax(sqInt value, sqInt maxValue)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2218:1: warning: unused function 'clearSpanBufferGet' [-Wunused-function]
clearSpanBufferGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2225:1: warning: unused function 'clearSpanBufferPut' [-Wunused-function]
clearSpanBufferPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2232:1: warning: unused function 'clipMaxXGet' [-Wunused-function]
clipMaxXGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2239:1: warning: unused function 'clipMaxXPut' [-Wunused-function]
clipMaxXPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2246:1: warning: unused function 'clipMaxYGet' [-Wunused-function]
clipMaxYGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2253:1: warning: unused function 'clipMaxYPut' [-Wunused-function]
clipMaxYPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2260:1: warning: unused function 'clipMinXGet' [-Wunused-function]
clipMinXGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2267:1: warning: unused function 'clipMinXPut' [-Wunused-function]
clipMinXPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2274:1: warning: unused function 'clipMinYGet' [-Wunused-function]
clipMinYGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2281:1: warning: unused function 'clipMinYPut' [-Wunused-function]
clipMinYPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2288:1: warning: unused function 'colormapOf' [-Wunused-function]
colormapOf(sqInt bmFill)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2295:1: warning: unused function 'colorTransform' [-Wunused-function]
colorTransform(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2577:1: warning: unused function 'computeSqrt' [-Wunused-function]
computeSqrt(sqInt length2)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2672:1: warning: unused function 'currentYGet' [-Wunused-function]
currentYGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2679:1: warning: unused function 'currentYPut' [-Wunused-function]
currentYPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2686:1: warning: unused function 'currentZGet' [-Wunused-function]
currentZGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2693:1: warning: unused function 'currentZPut' [-Wunused-function]
currentZPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2700:1: warning: unused function 'destOffsetXGet' [-Wunused-function]
destOffsetXGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2707:1: warning: unused function 'destOffsetXPut' [-Wunused-function]
destOffsetXPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2714:1: warning: unused function 'destOffsetYGet' [-Wunused-function]
destOffsetYGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2721:1: warning: unused function 'destOffsetYPut' [-Wunused-function]
destOffsetYPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2766:1: warning: unused function 'drawWideEdgefrom' [-Wunused-function]
drawWideEdgefrom(sqInt edge, sqInt leftX)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2813:1: warning: unused function 'edgeFillsInvalidate' [-Wunused-function]
edgeFillsInvalidate(sqInt edge)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2824:1: warning: unused function 'edgeFillsValidate' [-Wunused-function]
edgeFillsValidate(sqInt edge)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2835:1: warning: unused function 'edgeLeftFillOf' [-Wunused-function]
edgeLeftFillOf(sqInt edge)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2842:1: warning: unused function 'edgeLeftFillOfput' [-Wunused-function]
edgeLeftFillOfput(sqInt edge, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2849:1: warning: unused function 'edgeNumLinesOf' [-Wunused-function]
edgeNumLinesOf(sqInt edge)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2856:1: warning: unused function 'edgeNumLinesOfput' [-Wunused-function]
edgeNumLinesOfput(sqInt edge, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2863:1: warning: unused function 'edgeRightFillOf' [-Wunused-function]
edgeRightFillOf(sqInt edge)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2870:1: warning: unused function 'edgeRightFillOfput' [-Wunused-function]
edgeRightFillOfput(sqInt edge, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2877:1: warning: unused function 'edgeTransform' [-Wunused-function]
edgeTransform(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2887:1: warning: unused function 'edgeTypeOf' [-Wunused-function]
edgeTypeOf(sqInt edge)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2894:1: warning: unused function 'edgeXValueOf' [-Wunused-function]
edgeXValueOf(sqInt edge)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2901:1: warning: unused function 'edgeXValueOfput' [-Wunused-function]
edgeXValueOfput(sqInt edge, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2908:1: warning: unused function 'edgeYValueOf' [-Wunused-function]
edgeYValueOf(sqInt edge)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2915:1: warning: unused function 'edgeYValueOfput' [-Wunused-function]
edgeYValueOfput(sqInt edge, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2922:1: warning: unused function 'edgeZValueOf' [-Wunused-function]
edgeZValueOf(sqInt edge)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2929:1: warning: unused function 'edgeZValueOfput' [-Wunused-function]
edgeZValueOfput(sqInt edge, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2953:1: warning: unused function 'estimatedLengthOfwith' [-Wunused-function]
estimatedLengthOfwith(sqInt deltaX, sqInt deltaY)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:2983:1: warning: unused function 'fillAllFromto' [-Wunused-function]
fillAllFromto(sqInt leftX, sqInt rightX)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3086:1: warning: unused function 'fillBitmapSpan' [-Wunused-function]
fillBitmapSpan(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3866:1: warning: unused function 'fillColorSpanfromto' [-Wunused-function]
fillColorSpanfromto(sqInt pixelValue32, sqInt leftX, sqInt rightX)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3896:1: warning: unused function 'fillDirectionXOf' [-Wunused-function]
fillDirectionXOf(sqInt fill)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3903:1: warning: unused function 'fillDirectionXOfput' [-Wunused-function]
fillDirectionXOfput(sqInt fill, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3910:1: warning: unused function 'fillDirectionYOf' [-Wunused-function]
fillDirectionYOf(sqInt fill)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3917:1: warning: unused function 'fillDirectionYOfput' [-Wunused-function]
fillDirectionYOfput(sqInt fill, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:3924:1: warning: unused function 'fillLinearGradient' [-Wunused-function]
fillLinearGradient(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4152:1: warning: unused function 'fillMaxXGet' [-Wunused-function]
fillMaxXGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4159:1: warning: unused function 'fillMaxXPut' [-Wunused-function]
fillMaxXPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4166:1: warning: unused function 'fillMaxYGet' [-Wunused-function]
fillMaxYGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4173:1: warning: unused function 'fillMaxYPut' [-Wunused-function]
fillMaxYPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4180:1: warning: unused function 'fillMinXGet' [-Wunused-function]
fillMinXGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4187:1: warning: unused function 'fillMinXPut' [-Wunused-function]
fillMinXPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4194:1: warning: unused function 'fillMinYGet' [-Wunused-function]
fillMinYGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4201:1: warning: unused function 'fillMinYPut' [-Wunused-function]
fillMinYPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4208:1: warning: unused function 'fillNormalXOf' [-Wunused-function]
fillNormalXOf(sqInt fill)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4215:1: warning: unused function 'fillNormalXOfput' [-Wunused-function]
fillNormalXOfput(sqInt fill, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4222:1: warning: unused function 'fillNormalYOf' [-Wunused-function]
fillNormalYOf(sqInt fill)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4229:1: warning: unused function 'fillNormalYOfput' [-Wunused-function]
fillNormalYOfput(sqInt fill, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4236:1: warning: unused function 'fillOffsetXGet' [-Wunused-function]
fillOffsetXGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4243:1: warning: unused function 'fillOffsetXPut' [-Wunused-function]
fillOffsetXPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4250:1: warning: unused function 'fillOffsetYGet' [-Wunused-function]
fillOffsetYGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4257:1: warning: unused function 'fillOffsetYPut' [-Wunused-function]
fillOffsetYPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4264:1: warning: unused function 'fillOriginXOf' [-Wunused-function]
fillOriginXOf(sqInt fill)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4271:1: warning: unused function 'fillOriginXOfput' [-Wunused-function]
fillOriginXOfput(sqInt fill, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4278:1: warning: unused function 'fillOriginYOf' [-Wunused-function]
fillOriginYOf(sqInt fill)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4285:1: warning: unused function 'fillOriginYOfput' [-Wunused-function]
fillOriginYOfput(sqInt fill, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4431:1: warning: unused function 'fillRadialDecreasingrampdeltaSTdsXdtXfromto' [-Wunused-function]
fillRadialDecreasingrampdeltaSTdsXdtXfromto(sqInt fill, sqInt ramp, sqInt deltaST, sqInt dsX, sqInt dtX, sqInt leftX, sqInt rightX)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4477:1: warning: unused function 'fillRadialGradient' [-Wunused-function]
fillRadialGradient(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:4839:1: warning: unused function 'fillRadialIncreasingrampdeltaSTdsXdtXfromto' [-Wunused-function]
fillRadialIncreasingrampdeltaSTdsXdtXfromto(sqInt fill, sqInt ramp, sqInt deltaST, sqInt dsX, sqInt dtX, sqInt leftX, sqInt rightX)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5011:1: warning: unused function 'fillTypeOf' [-Wunused-function]
fillTypeOf(sqInt fill)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5018:1: warning: unused function 'findNextAETEdgeFrom' [-Wunused-function]
findNextAETEdgeFrom(sqInt leftEdge)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5446:1: warning: unused function 'finishedProcessing' [-Wunused-function]
finishedProcessing(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5453:1: warning: unused function 'firstPointListGet' [-Wunused-function]
firstPointListGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5460:1: warning: unused function 'firstPointListPut' [-Wunused-function]
firstPointListPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5467:1: warning: unused function 'freeStackFillEntry' [-Wunused-function]
freeStackFillEntry(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5509:1: warning: unused function 'getStartGet' [-Wunused-function]
getStartGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5516:1: warning: unused function 'getStartPut' [-Wunused-function]
getStartPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5523:1: warning: unused function 'getUsedGet' [-Wunused-function]
getUsedGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5530:1: warning: unused function 'getUsedPut' [-Wunused-function]
getUsedPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5537:1: warning: unused function 'gradientRampLengthOf' [-Wunused-function]
gradientRampLengthOf(sqInt fill)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5544:1: warning: unused function 'gradientRampLengthOfput' [-Wunused-function]
gradientRampLengthOfput(sqInt fill, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5551:1: warning: unused function 'gradientRampOf' [-Wunused-function]
gradientRampOf(sqInt fill)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5558:1: warning: unused function 'hasColorTransform' [-Wunused-function]
hasColorTransform(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5565:1: warning: unused function 'hasColorTransformGet' [-Wunused-function]
hasColorTransformGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5572:1: warning: unused function 'hasColorTransformPut' [-Wunused-function]
hasColorTransformPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5579:1: warning: unused function 'hasEdgeTransform' [-Wunused-function]
hasEdgeTransform(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5586:1: warning: unused function 'hasEdgeTransformGet' [-Wunused-function]
hasEdgeTransformGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5593:1: warning: unused function 'hasEdgeTransformPut' [-Wunused-function]
hasEdgeTransformPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5677:1: warning: unused function 'incrementPointby' [-Wunused-function]
incrementPointby(int *point, sqInt delta)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5686:1: warning: unused function 'incrementStatby' [-Wunused-function]
incrementStatby(sqInt statIndex, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5899:1: warning: unused function 'isBezier' [-Wunused-function]
isBezier(sqInt bezier)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5919:1: warning: unused function 'isFillColor' [-Wunused-function]
isFillColor(sqInt fill)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5938:1: warning: unused function 'isFill' [-Wunused-function]
isFill(sqInt fill)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5946:1: warning: unused function 'isLine' [-Wunused-function]
isLine(sqInt line)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5953:1: warning: unused function 'isObject' [-Wunused-function]
isObject(sqInt obj)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5961:1: warning: unused function 'isRealFill' [-Wunused-function]
isRealFill(sqInt fill)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5968:1: warning: unused function 'isStackEntry' [-Wunused-function]
isStackEntry(sqInt entry)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5976:1: warning: unused function 'isStackIndex' [-Wunused-function]
isStackIndex(sqInt index)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5984:1: warning: unused function 'isWideBezier' [-Wunused-function]
isWideBezier(sqInt bezier)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:5992:1: warning: unused function 'isWideLine' [-Wunused-function]
isWideLine(sqInt line)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6000:1: warning: unused function 'isWide' [-Wunused-function]
isWide(sqInt object)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6007:1: warning: unused function 'lastExportedEdgeGet' [-Wunused-function]
lastExportedEdgeGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6014:1: warning: unused function 'lastExportedEdgePut' [-Wunused-function]
lastExportedEdgePut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6021:1: warning: unused function 'lastExportedFillGet' [-Wunused-function]
lastExportedFillGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6028:1: warning: unused function 'lastExportedFillPut' [-Wunused-function]
lastExportedFillPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6035:1: warning: unused function 'lastExportedLeftXGet' [-Wunused-function]
lastExportedLeftXGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6042:1: warning: unused function 'lastExportedLeftXPut' [-Wunused-function]
lastExportedLeftXPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6049:1: warning: unused function 'lastExportedRightXGet' [-Wunused-function]
lastExportedRightXGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6056:1: warning: unused function 'lastExportedRightXPut' [-Wunused-function]
lastExportedRightXPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6063:1: warning: unused function 'lineEndXOf' [-Wunused-function]
lineEndXOf(sqInt line)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6070:1: warning: unused function 'lineEndXOfput' [-Wunused-function]
lineEndXOfput(sqInt line, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6077:1: warning: unused function 'lineEndYOf' [-Wunused-function]
lineEndYOf(sqInt line)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6084:1: warning: unused function 'lineEndYOfput' [-Wunused-function]
lineEndYOfput(sqInt line, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6091:1: warning: unused function 'lineErrorAdjDownOf' [-Wunused-function]
lineErrorAdjDownOf(sqInt line)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6098:1: warning: unused function 'lineErrorAdjDownOfput' [-Wunused-function]
lineErrorAdjDownOfput(sqInt line, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6105:1: warning: unused function 'lineErrorAdjUpOf' [-Wunused-function]
lineErrorAdjUpOf(sqInt line)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6112:1: warning: unused function 'lineErrorAdjUpOfput' [-Wunused-function]
lineErrorAdjUpOfput(sqInt line, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6119:1: warning: unused function 'lineErrorOf' [-Wunused-function]
lineErrorOf(sqInt line)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6126:1: warning: unused function 'lineErrorOfput' [-Wunused-function]
lineErrorOfput(sqInt line, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6133:1: warning: unused function 'lineXDirectionOf' [-Wunused-function]
lineXDirectionOf(sqInt line)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6140:1: warning: unused function 'lineXDirectionOfput' [-Wunused-function]
lineXDirectionOfput(sqInt line, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6147:1: warning: unused function 'lineXIncrementOf' [-Wunused-function]
lineXIncrementOf(sqInt line)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6154:1: warning: unused function 'lineXIncrementOfput' [-Wunused-function]
lineXIncrementOfput(sqInt line, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6161:1: warning: unused function 'lineYDirectionOf' [-Wunused-function]
lineYDirectionOf(sqInt line)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6168:1: warning: unused function 'lineYDirectionOfput' [-Wunused-function]
lineYDirectionOfput(sqInt line, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6237:1: warning: unused function 'loadArrayPolygonnPointsfilllineWidthlineFill' [-Wunused-function]
loadArrayPolygonnPointsfilllineWidthlineFill(sqInt points, sqInt nPoints, sqInt fillIndex, sqInt lineWidth, sqInt lineFill)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6691:1: warning: unused function 'loadBitmapFillcolormaptilefromalongnormalxIndex' [-Wunused-function]
loadBitmapFillcolormaptilefromalongnormalxIndex(sqInt formOop, sqInt cmOop, sqInt tileFlag, int *point1, int *point2, int *point3, sqInt xIndex)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6834:1: warning: unused function 'loadColorTransformFrom' [-Wunused-function]
loadColorTransformFrom(sqInt transformOop)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:6861:1: warning: unused function 'loadCompressedSegmentfromshortleftFillrightFilllineWidthlineColor' [-Wunused-function]
loadCompressedSegmentfromshortleftFillrightFilllineWidthlineColor(sqInt segmentIndex, sqInt points, sqInt pointsShort, sqInt leftFill, sqInt rightFill, sqInt lineWidth, sqInt lineFill)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:7868:1: warning: unused function 'loadLinefromtooffsetleftFillrightFill' [-Wunused-function]
loadLinefromtooffsetleftFillrightFill(sqInt line, int *point1, int *point2, sqInt yOffset, sqInt leftFill, sqInt rightFill)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8093:1: warning: unused function 'loadPointIntAtfrom' [-Wunused-function]
loadPointIntAtfrom(sqInt index, sqInt intArray)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8103:1: warning: unused function 'loadPointShortAtfrom' [-Wunused-function]
loadPointShortAtfrom(sqInt index, sqInt shortArray)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8147:1: warning: unused function 'loadPolygonnPointsfilllineWidthlineFillpointsShort' [-Wunused-function]
loadPolygonnPointsfilllineWidthlineFillpointsShort(int *points, sqInt nPoints, sqInt fillIndex, sqInt lineWidth, sqInt lineFill, sqInt isShort)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8316:1: warning: unused function 'loadRectanglelineFillleftFillrightFill' [-Wunused-function]
loadRectanglelineFillleftFillrightFill(sqInt lineWidth, sqInt lineFill, sqInt leftFill, sqInt rightFill)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8973:1: warning: unused function 'magicNumberGet' [-Wunused-function]
magicNumberGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8980:1: warning: unused function 'magicNumberPut' [-Wunused-function]
magicNumberPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8987:1: warning: unused function 'makeRectFromPoints' [-Wunused-function]
makeRectFromPoints(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:8998:1: warning: unused function 'makeUnsignedFrom' [-Wunused-function]
makeUnsignedFrom(sqInt someIntegerValue)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9058:1: warning: unused function 'needsFlush' [-Wunused-function]
needsFlush(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9065:1: warning: unused function 'needsFlushGet' [-Wunused-function]
needsFlushGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9072:1: warning: unused function 'needsFlushPut' [-Wunused-function]
needsFlushPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9079:1: warning: unused function 'objectHeaderOf' [-Wunused-function]
objectHeaderOf(sqInt obj)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9090:1: warning: unused function 'objectIndexOf' [-Wunused-function]
objectIndexOf(sqInt obj)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9097:1: warning: unused function 'objectIndexOfput' [-Wunused-function]
objectIndexOfput(sqInt obj, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9104:1: warning: unused function 'objectLengthOf' [-Wunused-function]
objectLengthOf(sqInt obj)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9111:1: warning: unused function 'objectLengthOfput' [-Wunused-function]
objectLengthOfput(sqInt obj, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9118:1: warning: unused function 'objectTypeOf' [-Wunused-function]
objectTypeOf(sqInt obj)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9125:1: warning: unused function 'objectTypeOfput' [-Wunused-function]
objectTypeOfput(sqInt obj, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9132:1: warning: unused function 'objStartGet' [-Wunused-function]
objStartGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9139:1: warning: unused function 'objStartPut' [-Wunused-function]
objStartPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9146:1: warning: unused function 'objUsedGet' [-Wunused-function]
objUsedGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9153:1: warning: unused function 'objUsedPut' [-Wunused-function]
objUsedPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9160:1: warning: unused function 'objat' [-Wunused-function]
objat(sqInt object, sqInt index)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9167:1: warning: unused function 'objatput' [-Wunused-function]
objatput(sqInt object, sqInt index, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9178:1: warning: unused function 'offsetFromWidth' [-Wunused-function]
offsetFromWidth(sqInt lineWidth)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9185:1: warning: unused function 'point1Get' [-Wunused-function]
point1Get(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9192:1: warning: unused function 'point2Get' [-Wunused-function]
point2Get(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9199:1: warning: unused function 'point3Get' [-Wunused-function]
point3Get(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:9206:1: warning: unused function 'point4Get' [-Wunused-function]
point4Get(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12282:1: warning: unused function 'quickRemoveInvalidFillsAt' [-Wunused-function]
quickRemoveInvalidFillsAt(sqInt leftX)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12428:1: warning: unused function 'repeatValuemax' [-Wunused-function]
repeatValuemax(sqInt delta, sqInt maxValue)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12495:1: warning: unused function 'returnWideBezierFill' [-Wunused-function]
returnWideBezierFill(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12502:1: warning: unused function 'returnWideBezierWidth' [-Wunused-function]
returnWideBezierWidth(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12512:1: warning: unused function 'returnWideLineFill' [-Wunused-function]
returnWideLineFill(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12522:1: warning: unused function 'returnWideLineWidth' [-Wunused-function]
returnWideLineWidth(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12668:1: warning: unused function 'shortRunLengthAtfrom' [-Wunused-function]
shortRunLengthAtfrom(sqInt i, sqInt runArray)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12680:1: warning: unused function 'shortRunValueAtfrom' [-Wunused-function]
shortRunValueAtfrom(sqInt i, sqInt runArray)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12748:1: warning: unused function 'sortGlobalEdgeTable' [-Wunused-function]
sortGlobalEdgeTable(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12756:1: warning: unused function 'spanEndAAGet' [-Wunused-function]
spanEndAAGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12763:1: warning: unused function 'spanEndAAPut' [-Wunused-function]
spanEndAAPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12770:1: warning: unused function 'spanEndGet' [-Wunused-function]
spanEndGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12777:1: warning: unused function 'spanEndPut' [-Wunused-function]
spanEndPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12784:1: warning: unused function 'spanSizeGet' [-Wunused-function]
spanSizeGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12791:1: warning: unused function 'spanSizePut' [-Wunused-function]
spanSizePut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12798:1: warning: unused function 'spanStartGet' [-Wunused-function]
spanStartGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12805:1: warning: unused function 'spanStartPut' [-Wunused-function]
spanStartPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12812:1: warning: unused function 'squaredLengthOfwith' [-Wunused-function]
squaredLengthOfwith(sqInt deltaX, sqInt deltaY)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12819:1: warning: unused function 'stackFillDepth' [-Wunused-function]
stackFillDepth(sqInt index)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12826:1: warning: unused function 'stackFillDepthput' [-Wunused-function]
stackFillDepthput(sqInt index, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12833:1: warning: unused function 'stackFillEntryLength' [-Wunused-function]
stackFillEntryLength(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12840:1: warning: unused function 'stackFillRightX' [-Wunused-function]
stackFillRightX(sqInt index)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12847:1: warning: unused function 'stackFillRightXput' [-Wunused-function]
stackFillRightXput(sqInt index, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12854:1: warning: unused function 'stackFillSize' [-Wunused-function]
stackFillSize(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12861:1: warning: unused function 'stackFillValue' [-Wunused-function]
stackFillValue(sqInt index)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12868:1: warning: unused function 'stackFillValueput' [-Wunused-function]
stackFillValueput(sqInt index, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12875:1: warning: unused function 'stateGet' [-Wunused-function]
stateGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12882:1: warning: unused function 'statePut' [-Wunused-function]
statePut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:12894:1: warning: unused function 'stepToFirstBezier' [-Wunused-function]
stepToFirstBezier(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13033:1: warning: unused function 'stepToFirstLine' [-Wunused-function]
stepToFirstLine(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13140:1: warning: unused function 'stepToFirstWideBezier' [-Wunused-function]
stepToFirstWideBezier(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13244:1: warning: unused function 'stepToFirstWideLine' [-Wunused-function]
stepToFirstWideLine(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13388:1: warning: unused function 'stepToNextBezier' [-Wunused-function]
stepToNextBezier(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13434:1: warning: unused function 'stepToNextBezierForwardat' [-Wunused-function]
stepToNextBezierForwardat(int *updateData, sqInt yValue)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13515:1: warning: unused function 'stepToNextLine' [-Wunused-function]
stepToNextLine(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13686:1: warning: unused function 'stepToNextWideLine' [-Wunused-function]
stepToNextWideLine(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13814:1: warning: unused function 'stopBecauseOf' [-Wunused-function]
stopBecauseOf(sqInt stopReason)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13823:1: warning: unused function 'stopReasonGet' [-Wunused-function]
stopReasonGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13830:1: warning: unused function 'stopReasonPut' [-Wunused-function]
stopReasonPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13854:1: warning: unused function 'storeEngineStateInto' [-Wunused-function]
storeEngineStateInto(sqInt oop)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:13930:1: warning: unused function 'storeStopStateIntoEdgefill' [-Wunused-function]
storeStopStateIntoEdgefill(sqInt edgeOop, sqInt fillOop)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14334:1: warning: unused function 'topFillDepth' [-Wunused-function]
topFillDepth(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14345:1: warning: unused function 'topFillDepthPut' [-Wunused-function]
topFillDepthPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14356:1: warning: unused function 'topFillRightX' [-Wunused-function]
topFillRightX(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14367:1: warning: unused function 'topFillRightXPut' [-Wunused-function]
topFillRightXPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14378:1: warning: unused function 'topFillValue' [-Wunused-function]
topFillValue(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14389:1: warning: unused function 'topFillValuePut' [-Wunused-function]
topFillValuePut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14468:1: warning: unused function 'transformPoints' [-Wunused-function]
transformPoints(sqInt n)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14597:1: warning: unused function 'transformPointXyinto' [-Wunused-function]
transformPointXyinto(double xValue, double yValue, int *dstPoint)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14619:1: warning: unused function 'transformPoint' [-Wunused-function]
transformPoint(int *point)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14658:1: warning: unused function 'transformPointinto' [-Wunused-function]
transformPointinto(sqInt srcPoint, sqInt dstPoint)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14872:1: warning: unused function 'wbSizeGet' [-Wunused-function]
wbSizeGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14879:1: warning: unused function 'wbSizePut' [-Wunused-function]
wbSizePut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14886:1: warning: unused function 'wbStackClear' [-Wunused-function]
wbStackClear(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14895:1: warning: unused function 'wbStackPop' [-Wunused-function]
wbStackPop(sqInt nItems)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14916:1: warning: unused function 'wbStackSize' [-Wunused-function]
wbStackSize(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14923:1: warning: unused function 'wbStackValue' [-Wunused-function]
wbStackValue(sqInt index)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14930:1: warning: unused function 'wbStackValueput' [-Wunused-function]
wbStackValueput(sqInt index, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14937:1: warning: unused function 'wbTopGet' [-Wunused-function]
wbTopGet(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14944:1: warning: unused function 'wbTopPut' [-Wunused-function]
wbTopPut(sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14951:1: warning: unused function 'wideBezierEntryOf' [-Wunused-function]
wideBezierEntryOf(sqInt line)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14959:1: warning: unused function 'wideBezierEntryOfput' [-Wunused-function]
wideBezierEntryOfput(sqInt line, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14967:1: warning: unused function 'wideBezierExitOf' [-Wunused-function]
wideBezierExitOf(sqInt line)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14975:1: warning: unused function 'wideBezierExitOfput' [-Wunused-function]
wideBezierExitOfput(sqInt line, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14983:1: warning: unused function 'wideBezierExtentOf' [-Wunused-function]
wideBezierExtentOf(sqInt bezier)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:14991:1: warning: unused function 'wideBezierExtentOfput' [-Wunused-function]
wideBezierExtentOfput(sqInt bezier, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15007:1: warning: unused function 'wideBezierFillOfput' [-Wunused-function]
wideBezierFillOfput(sqInt bezier, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15015:1: warning: unused function 'wideBezierUpdateDataOf' [-Wunused-function]
wideBezierUpdateDataOf(sqInt bezier)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15030:1: warning: unused function 'wideBezierWidthOfput' [-Wunused-function]
wideBezierWidthOfput(sqInt line, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15038:1: warning: unused function 'wideLineEntryOf' [-Wunused-function]
wideLineEntryOf(sqInt line)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15046:1: warning: unused function 'wideLineEntryOfput' [-Wunused-function]
wideLineEntryOfput(sqInt line, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15054:1: warning: unused function 'wideLineExitOf' [-Wunused-function]
wideLineExitOf(sqInt line)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15062:1: warning: unused function 'wideLineExitOfput' [-Wunused-function]
wideLineExitOfput(sqInt line, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15070:1: warning: unused function 'wideLineExtentOf' [-Wunused-function]
wideLineExtentOf(sqInt line)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15078:1: warning: unused function 'wideLineExtentOfput' [-Wunused-function]
wideLineExtentOfput(sqInt line, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15094:1: warning: unused function 'wideLineFillOfput' [-Wunused-function]
wideLineFillOfput(sqInt line, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15110:1: warning: unused function 'wideLineWidthOfput' [-Wunused-function]
wideLineWidthOfput(sqInt line, sqInt value)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c:15118:1: warning: unused function 'workBufferPut' [-Wunused-function]
workBufferPut(sqInt wbOop)
^
324 warnings generated.
[ 85%] Linking C shared library build/vm/B2DPlugin.dll
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/B2DPlugin.dir/link.txt --verbose=1
/usr/bin/x86_64-w64-mingw32-clang  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -shared -Wl,--enable-auto-import -o build/vm/B2DPlugin.dll -Wl,--out-implib,build/vm/libB2DPlugin.dll.a -Wl,--major-image-version,0,--minor-image-version,0 CMakeFiles/B2DPlugin.dir/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c.o  build/vm/libPharoVMCore.dll.a build/vm/libffi.dll.a -lwinmm -lWs2_32 -lDbgHelp -lOle32 -lcomctl32 -luuid -lpthread 
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
[ 85%] Built target B2DPlugin
make  -f CMakeFiles/libgit2-win-1.0.0.dir/build.make CMakeFiles/libgit2-win-1.0.0.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/libgit2-win-1.0.0.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/libgit2-win-1.0.0.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/libgit2-win-1.0.0.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/libgit2-win-1.0.0.dir/depend.internal".
Scanning dependencies of target libgit2-win-1.0.0
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
make  -f CMakeFiles/libgit2-win-1.0.0.dir/build.make CMakeFiles/libgit2-win-1.0.0.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libgit2-win-1.0.0-src/libgit2-1-0-0.dll /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vm/
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libgit2-win-1.0.0-src/libpcre-1.dll /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vm/
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
[ 85%] Built target libgit2-win-1.0.0
make  -f CMakeFiles/openssl-1.0.2q-fixLigGit.dir/build.make CMakeFiles/openssl-1.0.2q-fixLigGit.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/openssl-1.0.2q-fixLigGit.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/openssl-1.0.2q-fixLigGit.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/openssl-1.0.2q-fixLigGit.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/openssl-1.0.2q-fixLigGit.dir/depend.internal".
Scanning dependencies of target openssl-1.0.2q-fixLigGit
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
make  -f CMakeFiles/openssl-1.0.2q-fixLigGit.dir/build.make CMakeFiles/openssl-1.0.2q-fixLigGit.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/openssl-1.0.2q-fixLigGit-src/libeay32.dll /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vm/
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/openssl-1.0.2q-fixLigGit-src/ssleay32.dll /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vm/
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
[ 85%] Built target openssl-1.0.2q-fixLigGit
make  -f CMakeFiles/DSAPrims.dir/build.make CMakeFiles/DSAPrims.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/DSAPrims.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/DSAPrims.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/DSAPrims.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/DSAPrims.dir/depend.internal".
Scanning dependencies of target DSAPrims
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
make  -f CMakeFiles/DSAPrims.dir/build.make CMakeFiles/DSAPrims.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
[ 85%] Building C object CMakeFiles/DSAPrims.dir/extracted/plugins/DSAPrims/src/common/DSAPrims.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DDSAPrims_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/DSAPrims.dir/extracted/plugins/DSAPrims/src/common/DSAPrims.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:106:1: warning: unused function 'addBackDivisorDigitShift' [-Wunused-function]
addBackDivisorDigitShift(sqInt digitShift)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:144:1: warning: unused function 'bigDivideLoop' [-Wunused-function]
bigDivideLoop(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:265:1: warning: unused function 'leftRotateby' [-Wunused-function]
leftRotateby(unsigned int anInteger, sqInt bits)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/src/common/DSAPrims.c:675:1: warning: unused function 'subtractDivisorMultipliedByDigitdigitShift' [-Wunused-function]
subtractDivisorMultipliedByDigitdigitShift(sqInt digit, sqInt digitShift)
^
4 warnings generated.
[ 86%] Linking C shared library build/vm/DSAPrims.dll
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/DSAPrims.dir/link.txt --verbose=1
/usr/bin/x86_64-w64-mingw32-clang  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -shared -Wl,--enable-auto-import -o build/vm/DSAPrims.dll -Wl,--out-implib,build/vm/libDSAPrims.dll.a -Wl,--major-image-version,0,--minor-image-version,0 CMakeFiles/DSAPrims.dir/extracted/plugins/DSAPrims/src/common/DSAPrims.c.o  build/vm/libPharoVMCore.dll.a build/vm/libffi.dll.a -lwinmm -lWs2_32 -lDbgHelp -lOle32 -lcomctl32 -luuid -lpthread 
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
[ 86%] Built target DSAPrims
make  -f CMakeFiles/FloatArrayPlugin.dir/build.make CMakeFiles/FloatArrayPlugin.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/FloatArrayPlugin.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/FloatArrayPlugin.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/FloatArrayPlugin.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/FloatArrayPlugin.dir/depend.internal".
Scanning dependencies of target FloatArrayPlugin
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
make  -f CMakeFiles/FloatArrayPlugin.dir/build.make CMakeFiles/FloatArrayPlugin.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
[ 86%] Building C object CMakeFiles/FloatArrayPlugin.dir/generated/64/plugins/src/FloatArrayPlugin/FloatArrayPlugin.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFloatArrayPlugin_EXPORTS -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/FloatArrayPlugin.dir/generated/64/plugins/src/FloatArrayPlugin/FloatArrayPlugin.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/plugins/src/FloatArrayPlugin/FloatArrayPlugin.c
[ 87%] Linking C shared library build/vm/FloatArrayPlugin.dll
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/FloatArrayPlugin.dir/link.txt --verbose=1
/usr/bin/x86_64-w64-mingw32-clang  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -shared -Wl,--enable-auto-import -o build/vm/FloatArrayPlugin.dll -Wl,--out-implib,build/vm/libFloatArrayPlugin.dll.a -Wl,--major-image-version,0,--minor-image-version,0 CMakeFiles/FloatArrayPlugin.dir/generated/64/plugins/src/FloatArrayPlugin/FloatArrayPlugin.c.o  build/vm/libPharoVMCore.dll.a build/vm/libffi.dll.a -lwinmm -lWs2_32 -lDbgHelp -lOle32 -lcomctl32 -luuid -lpthread 
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
[ 88%] Built target FloatArrayPlugin
make  -f CMakeFiles/BitBltPlugin.dir/build.make CMakeFiles/BitBltPlugin.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/BitBltPlugin.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/BitBltPlugin.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/BitBltPlugin.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/BitBltPlugin.dir/depend.internal".
Scanning dependencies of target BitBltPlugin
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
make  -f CMakeFiles/BitBltPlugin.dir/build.make CMakeFiles/BitBltPlugin.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
[ 88%] Building C object CMakeFiles/BitBltPlugin.dir/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DBitBltPlugin_EXPORTS -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/BitBltPlugin.dir/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4555:8: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign]
                                        v = v;
                                        ~ ^ ~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4559:8: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign]
                                        v = v;
                                        ~ ^ ~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6308:8: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign]
                                        v = v;
                                        ~ ^ ~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6312:8: warning: explicitly assigning value of variable of type 'sqInt' (aka 'long long') to itself [-Wself-assign]
                                        v = v;
                                        ~ ^ ~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:7944:12: warning: explicitly assigning value of variable of type 'unsigned int' to itself [-Wself-assign]
                                                        rgb = rgb;
                                                        ~~~ ^ ~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:411:1: warning: unused function 'affectedBottom' [-Wunused-function]
affectedBottom(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:418:1: warning: unused function 'affectedLeft' [-Wunused-function]
affectedLeft(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:425:1: warning: unused function 'affectedRight' [-Wunused-function]
affectedRight(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:432:1: warning: unused function 'affectedTop' [-Wunused-function]
affectedTop(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1133:1: warning: unused function 'checkSourceOverlap' [-Wunused-function]
checkSourceOverlap(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:1271:1: warning: unused function 'copyBitsFastPathSpecialised' [-Wunused-function]
copyBitsFastPathSpecialised(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2494:1: warning: unused function 'default8To32Table' [-Wunused-function]
default8To32Table(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2538:1: warning: unused function 'deltaFromtonSteps' [-Wunused-function]
deltaFromtonSteps(sqInt x1, sqInt x2, sqInt n)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2563:1: warning: unused function 'destMaskAndPointerInit' [-Wunused-function]
destMaskAndPointerInit(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2610:1: warning: unused function 'dither32To16threshold' [-Wunused-function]
dither32To16threshold(unsigned int srcWord, sqInt ditherValue)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2626:1: warning: unused function 'drawLoopXY' [-Wunused-function]
drawLoopXY(sqInt xDelta, sqInt yDelta)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2771:1: warning: unused function 'expensiveDither32To16threshold' [-Wunused-function]
expensiveDither32To16threshold(unsigned int srcWord, sqInt ditherValue)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2819:1: warning: unused function 'fetchIntOrFloatofObject' [-Wunused-function]
fetchIntOrFloatofObject(sqInt fieldIndex, sqInt objectPointer)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:2904:1: warning: unused function 'ignoreSourceOrHalftone' [-Wunused-function]
ignoreSourceOrHalftone(sqInt formPointer)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3066:1: warning: unused function 'loadBitBltDestForm' [-Wunused-function]
loadBitBltDestForm(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3551:1: warning: unused function 'loadBitBltSourceForm' [-Wunused-function]
loadBitBltSourceForm(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3641:1: warning: unused function 'loadColorMap' [-Wunused-function]
loadColorMap(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3755:1: warning: unused function 'loadColorMapShiftOrMaskFrom' [-Wunused-function]
loadColorMapShiftOrMaskFrom(sqInt mapOop)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3773:1: warning: unused function 'loadHalftoneForm' [-Wunused-function]
loadHalftoneForm(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3821:1: warning: unused function 'loadWarpBltFrom' [-Wunused-function]
loadWarpBltFrom(sqInt bbObj)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:3986:1: warning: unused function 'mapPixelflags' [-Wunused-function]
mapPixelflags(sqInt sourcePixel, sqInt mapperFlags)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4016:1: warning: unused function 'mergewith' [-Wunused-function]
mergewith(unsigned int sourceWord, unsigned int destinationWord)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4490:1: warning: unused function 'partitionedRgbComponentAlphadestnBitsnPartitions' [-Wunused-function]
partitionedRgbComponentAlphadestnBitsnPartitions(unsigned int sourceWord, unsigned int destWord, sqInt nBits, sqInt nParts)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4637:1: warning: unused function 'performCopyLoop' [-Wunused-function]
performCopyLoop(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4790:1: warning: unused function 'pickSourcePixelsflagssrcMaskdestMasksrcShiftIncdstShiftInc' [-Wunused-function]
pickSourcePixelsflagssrcMaskdestMasksrcShiftIncdstShiftInc(sqInt nPixels, sqInt mapperFlags, sqInt srcMask, sqInt dstMask, sqInt srcShiftInc, sqInt dstShiftInc)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:4892:1: warning: unused function 'pickWarpPixelAtXy' [-Wunused-function]
pickWarpPixelAtXy(sqInt xx, sqInt yy)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6406:1: warning: unused function 'rgbMap16To32' [-Wunused-function]
rgbMap16To32(sqInt sourcePixel)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6417:1: warning: unused function 'rgbMap32To32' [-Wunused-function]
rgbMap32To32(sqInt sourcePixel)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6427:1: warning: unused function 'rgbMapPixelflags' [-Wunused-function]
rgbMapPixelflags(sqInt sourcePixel, sqInt mapperFlags)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6764:1: warning: unused function 'showDisplayBits' [-Wunused-function]
showDisplayBits(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6780:1: warning: unused function 'sourceSkewAndPointerInit' [-Wunused-function]
sourceSkewAndPointerInit(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:6842:1: warning: unused function 'sqAssert' [-Wunused-function]
sqAssert(sqInt aBool)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:7033:1: warning: unused function 'tryCopyingBitsQuickly' [-Wunused-function]
tryCopyingBitsQuickly(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:7160:1: warning: unused function 'warpBits' [-Wunused-function]
warpBits(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:7802:1: warning: unused function 'warpLoopSetup' [-Wunused-function]
warpLoopSetup(void)
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c:8027:1: warning: unused function 'warpPickSourcePixelsxDeltahyDeltahxDeltavyDeltavdstShiftIncflags' [-Wunused-function]
warpPickSourcePixelsxDeltahyDeltahxDeltavyDeltavdstShiftIncflags(sqInt nPixels, sqInt xDeltah, sqInt yDeltah, sqInt xDeltav, sqInt yDeltav, sqInt dstShiftInc, sqInt mapperFlags)
^
41 warnings generated.
[ 89%] Linking C shared library build/vm/BitBltPlugin.dll
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/BitBltPlugin.dir/link.txt --verbose=1
/usr/bin/x86_64-w64-mingw32-clang  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -shared -Wl,--enable-auto-import -o build/vm/BitBltPlugin.dll -Wl,--out-implib,build/vm/libBitBltPlugin.dll.a -Wl,--major-image-version,0,--minor-image-version,0 CMakeFiles/BitBltPlugin.dir/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c.o  build/vm/libPharoVMCore.dll.a build/vm/libffi.dll.a -lwinmm -lWs2_32 -lDbgHelp -lOle32 -lcomctl32 -luuid -lpthread 
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
[ 89%] Built target BitBltPlugin
make  -f CMakeFiles/libgit2-0.25.1-fixLibGit.dir/build.make CMakeFiles/libgit2-0.25.1-fixLibGit.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/libgit2-0.25.1-fixLibGit.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/libgit2-0.25.1-fixLibGit.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/libgit2-0.25.1-fixLibGit.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/libgit2-0.25.1-fixLibGit.dir/depend.internal".
Scanning dependencies of target libgit2-0.25.1-fixLibGit
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
make  -f CMakeFiles/libgit2-0.25.1-fixLibGit.dir/build.make CMakeFiles/libgit2-0.25.1-fixLibGit.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libgit2-0.25.1-fixLibGit-src/libgit2.dll /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vm/
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
[ 89%] Built target libgit2-0.25.1-fixLibGit
make  -f CMakeFiles/cairo-1.15.4.dir/build.make CMakeFiles/cairo-1.15.4.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/cairo-1.15.4.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/cairo-1.15.4.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/cairo-1.15.4.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/cairo-1.15.4.dir/depend.internal".
Scanning dependencies of target cairo-1.15.4
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
make  -f CMakeFiles/cairo-1.15.4.dir/build.make CMakeFiles/cairo-1.15.4.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/cairo-1.15.4-src/libbz2-1.dll /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vm/
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/cairo-1.15.4-src/libcairo-2.dll /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vm/
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/cairo-1.15.4-src/libexpat-1.dll /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vm/
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/cairo-1.15.4-src/libfontconfig-1.dll /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vm/
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
[ 89%] Built target cairo-1.15.4
make  -f CMakeFiles/SqueakSSL.dir/build.make CMakeFiles/SqueakSSL.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/SqueakSSL.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/SqueakSSL.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/SqueakSSL.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/SqueakSSL.dir/depend.internal".
Scanning dependencies of target SqueakSSL
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
make  -f CMakeFiles/SqueakSSL.dir/build.make CMakeFiles/SqueakSSL.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
[ 89%] Building C object CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DSqueakSSL_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c
[ 90%] Building C object CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/win/sqWin32SSL.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DSqueakSSL_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/win/sqWin32SSL.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/src/win/sqWin32SSL.c
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/src/win/sqWin32SSL.c:186:18: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
                while(pContext = CertEnumCertificatesInStore(hStore, pContext)) {
                      ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/src/win/sqWin32SSL.c:186:18: note: place parentheses around the assignment to silence this warning
                while(pContext = CertEnumCertificatesInStore(hStore, pContext)) {
                               ^
                      (                                                       )
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/src/win/sqWin32SSL.c:186:18: note: use '==' to turn this assignment into an equality comparison
                while(pContext = CertEnumCertificatesInStore(hStore, pContext)) {
                               ^
                               ==
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/src/win/sqWin32SSL.c:911:14: warning: assigning to 'BYTE *' (aka 'unsigned char *') from 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
        blob.pbData = pfxData;
                    ^ ~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/src/win/sqWin32SSL.c:929:17: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
        while(pContext = CertEnumCertificatesInStore(pfxStore, pContext)) {
              ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/src/win/sqWin32SSL.c:929:17: note: place parentheses around the assignment to silence this warning
        while(pContext = CertEnumCertificatesInStore(pfxStore, pContext)) {
                       ^
              (                                                         )
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/src/win/sqWin32SSL.c:929:17: note: use '==' to turn this assignment into an equality comparison
        while(pContext = CertEnumCertificatesInStore(pfxStore, pContext)) {
                       ^
                       ==
3 warnings generated.
[ 90%] Linking C shared library build/vm/SqueakSSL.dll
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/SqueakSSL.dir/link.txt --verbose=1
/usr/bin/x86_64-w64-mingw32-clang  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -shared -Wl,--enable-auto-import -o build/vm/SqueakSSL.dll -Wl,--out-implib,build/vm/libSqueakSSL.dll.a -Wl,--major-image-version,0,--minor-image-version,0 CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c.o CMakeFiles/SqueakSSL.dir/extracted/plugins/SqueakSSL/src/win/sqWin32SSL.c.o  build/vm/libPharoVMCore.dll.a -lCrypt32 -lSecur32 build/vm/libffi.dll.a -lwinmm -lWs2_32 -lDbgHelp -lOle32 -lcomctl32 -luuid -lpthread 
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
[ 90%] Built target SqueakSSL
make  -f CMakeFiles/gcc-runtime-3.4.dir/build.make CMakeFiles/gcc-runtime-3.4.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/gcc-runtime-3.4.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/gcc-runtime-3.4.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/gcc-runtime-3.4.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/gcc-runtime-3.4.dir/depend.internal".
Scanning dependencies of target gcc-runtime-3.4
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
make  -f CMakeFiles/gcc-runtime-3.4.dir/build.make CMakeFiles/gcc-runtime-3.4.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/gcc-runtime-3.4-src/iconv.dll /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vm/
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/gcc-runtime-3.4-src/libgcc_s_seh-1.dll /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vm/
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/gcc-runtime-3.4-src/libwinpthread-1.dll /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vm/
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
[ 90%] Built target gcc-runtime-3.4
make  -f CMakeFiles/zlib-1.2.11-fixLibGit.dir/build.make CMakeFiles/zlib-1.2.11-fixLibGit.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/zlib-1.2.11-fixLibGit.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/zlib-1.2.11-fixLibGit.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/zlib-1.2.11-fixLibGit.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/zlib-1.2.11-fixLibGit.dir/depend.internal".
Scanning dependencies of target zlib-1.2.11-fixLibGit
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
make  -f CMakeFiles/zlib-1.2.11-fixLibGit.dir/build.make CMakeFiles/zlib-1.2.11-fixLibGit.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
/usr/bin/cmake.exe -E copy /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/zlib-1.2.11-fixLibGit-src/zlib1.dll /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vm/
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
[ 90%] Built target zlib-1.2.11-fixLibGit
make  -f CMakeFiles/Pharo.dir/build.make CMakeFiles/Pharo.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/Pharo.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/Pharo.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/Pharo.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/Pharo.dir/depend.internal".
Scanning dependencies of target Pharo
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
make  -f CMakeFiles/Pharo.dir/build.make CMakeFiles/Pharo.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
[ 91%] Building C object CMakeFiles/Pharo.dir/src/win32Main.c.o
/usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/Pharo.dir/src/win32Main.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/src/win32Main.c
[ 91%] Building RC object CMakeFiles/Pharo.dir/Pharo.rc.res
x86_64-w64-mingw32-windres -O coff -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/include/pharovm -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/include/pharovm -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/generated/64/vm/include -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/win -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/vm/include/common -I /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffi/include   /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/Pharo.rc CMakeFiles/Pharo.dir/Pharo.rc.res
[ 92%] Linking C executable build/vm/Pharo.exe
/usr/bin/cmake.exe -E cmake_link_script CMakeFiles/Pharo.dir/link.txt --verbose=1
/usr/bin/x86_64-w64-mingw32-clang  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0  -Wl,--enable-auto-import -mwindows -mwindows CMakeFiles/Pharo.dir/src/win32Main.c.o CMakeFiles/Pharo.dir/Pharo.rc.res  -o build/vm/Pharo.exe -Wl,--out-implib,build/vm/libPharo.dll.a -Wl,--major-image-version,0,--minor-image-version,0  build/vm/libPharoVMCore.dll.a -lOle32 -lcomctl32 -luuid build/vm/libffi.dll.a -lwinmm -lWs2_32 -lDbgHelp -lOle32 -lcomctl32 -luuid -lpthread 
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
[ 92%] Built target Pharo
make  -f CMakeFiles/build_vmmaker_get_vm.dir/build.make CMakeFiles/build_vmmaker_get_vm.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/build_vmmaker_get_vm.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/build_vmmaker_get_vm.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/build_vmmaker_get_vm.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/build_vmmaker_get_vm.dir/depend.internal".
Scanning dependencies of target build_vmmaker_get_vm
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
make  -f CMakeFiles/build_vmmaker_get_vm.dir/build.make CMakeFiles/build_vmmaker_get_vm.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
[ 93%] Performing update step for 'build_vmmaker_get_vm'
cd C:/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/vm && echo

[ 94%] Performing configure step for 'build_vmmaker_get_vm'
cd C:/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/vm && echo

cd C:/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/vm && /usr/bin/cmake.exe -E touch C:/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-configure
[ 94%] Performing build step for 'build_vmmaker_get_vm'
cd C:/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/vm && echo

cd C:/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/vm && /usr/bin/cmake.exe -E touch C:/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-build
[ 95%] Performing install step for 'build_vmmaker_get_vm'
cd C:/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/vm && echo

cd C:/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/vm && /usr/bin/cmake.exe -E touch C:/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-install
[ 95%] Completed 'build_vmmaker_get_vm'
/usr/bin/cmake.exe -E make_directory /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles
/usr/bin/cmake.exe -E touch /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles/build_vmmaker_get_vm-complete
/usr/bin/cmake.exe -E touch C:/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/vmmaker/src/build_vmmaker_get_vm-stamp/build_vmmaker_get_vm-done
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
[ 96%] Built target build_vmmaker_get_vm
make  -f build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/build.make build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/depend
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement && /usr/bin/cmake.exe -E cmake_depends "Unix Makefiles" /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/ffiTestLibrary /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/DependInfo.cmake --color=
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/DependInfo.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/depend.internal".
Dependee "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/ffiTestLibrary/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/depend.internal".
Scanning dependencies of target TestLibrary
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
make  -f build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/build.make build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/build
make[2]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
[ 96%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/basic_types.c.o
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/ffiTestLibrary && /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/includes  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/TestLibrary.dir/src/basic_types.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/src/basic_types.c
[ 97%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/callback_types.c.o
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/ffiTestLibrary && /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/includes  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/TestLibrary.dir/src/callback_types.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/src/callback_types.c
[ 97%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/callbacks.c.o
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/ffiTestLibrary && /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/includes  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/TestLibrary.dir/src/callbacks.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/src/callbacks.c
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/src/callbacks.c:47:1: warning: control reaches end of non-void function [-Wreturn-type]
}
^
/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/src/callbacks.c:62:3: warning: incompatible pointer types passing 'void *(void *)' to parameter of type 'LPTHREAD_START_ROUTINE' (aka 'unsigned long (*)(void *)') [-Wincompatible-pointer-types]
                otherThread,    // thread function name
                ^~~~~~~~~~~
/usr/x86_64-w64-mingw32/sys-root/mingw/include/processthreadsapi.h:195:127: note: passing argument to parameter 'lpStartAddress' here
  WINBASEAPI HANDLE WINAPI CreateThread (LPSECURITY_ATTRIBUTES lpThreadAttributes, SIZE_T dwStackSize, LPTHREAD_START_ROUTINE lpStartAddress, LPVOID lpParameter, DWORD dwCreationFlags, LPDWORD lpThreadId);
                                                                                                                              ^
2 warnings generated.
[ 98%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/callout.c.o
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/ffiTestLibrary && /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/includes  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/TestLibrary.dir/src/callout.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/src/callout.c
[ 98%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/registerCallback.c.o
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/ffiTestLibrary && /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/includes  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/TestLibrary.dir/src/registerCallback.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/src/registerCallback.c
[100%] Building C object build/ffiTestLibrary/CMakeFiles/TestLibrary.dir/src/structures.c.o
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/ffiTestLibrary && /usr/bin/x86_64-w64-mingw32-clang -DASYNC_FFI_QUEUE=1 -DAllocationCheckFiller=0xADD4E55 -DCOGMTVM=0 -DFEATURE_THREADED_FFI=1 -DIMMUTABILITY=1 -DLSB_FIRST=1 -DNO_ISNAN -DNO_SERVICE -DNTDDI_VERSION=0x06000000 -DPharoVM=1 -DSOURCE_PATH_SIZE=57 -DTestLibrary_EXPORTS -DUSE_INLINE_MEMORY_ACCESSORS=1 -DWIN32_LEAN_AND_MEAN -DWIN64=1 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/PUBLIC -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/resources/windows -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/libffi-build/include -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FilePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FileAttributesPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SocketPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SurfacePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/FloatArrayPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LargeIntegers/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReaderPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/JPEGReadWriter2Plugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/MiscPrimitivePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/BitBltPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/B2DPlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/LocalePlugin/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/SqueakSSL/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/common -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/extracted/plugins/DSAPrims/include/win -I/cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/includes  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -o CMakeFiles/TestLibrary.dir/src/structures.c.o   -c /cygdrive/c/builds/workspace/pharo-vm_pharo-9/repository/ffiTestLibrary/src/structures.c
[100%] Linking C shared library ../vm/TestLibrary.dll
cd /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/ffiTestLibrary && /usr/bin/cmake.exe -E cmake_link_script CMakeFiles/TestLibrary.dir/link.txt --verbose=1
/usr/bin/x86_64-w64-mingw32-clang  -g -fwrapv -fdeclspec -msse2 -ggdb2 -m64 -mno-rtd -mms-bitfields -O2 -momit-leaf-frame-pointer -funroll-loops -D_MT -fno-builtin-printf -fno-builtin-putchar -fno-builtin-fprintf -Wall -Wno-unused-variable -fno-optimize-sibling-calls  -DNDEBUG -DDEBUGVM=0   -shared -Wl,--enable-auto-import -o ../vm/TestLibrary.dll -Wl,--out-implib,../vm/libTestLibrary.dll.a -Wl,--major-image-version,0,--minor-image-version,0 CMakeFiles/TestLibrary.dir/src/basic_types.c.o CMakeFiles/TestLibrary.dir/src/callback_types.c.o CMakeFiles/TestLibrary.dir/src/callbacks.c.o CMakeFiles/TestLibrary.dir/src/callout.c.o CMakeFiles/TestLibrary.dir/src/registerCallback.c.o CMakeFiles/TestLibrary.dir/src/structures.c.o 
make[2]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
[100%] Built target TestLibrary
make[1]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
/usr/bin/cmake.exe -E cmake_progress_start /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/CMakeFiles 0
make  -f CMakeFiles/Makefile2 preinstall
make[1]: Entering directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
make[1]: Nothing to be done for 'preinstall'.
make[1]: Leaving directory '/cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement'
Install the project...
/usr/bin/cmake.exe -P cmake_install.cmake
-- Install configuration: ""
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/./
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//B2DPlugin.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//BitBltPlugin.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//DSAPrims.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//ffi.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//FileAttributesPlugin.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//FilePlugin.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//FloatArrayPlugin.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//iconv.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//JPEGReaderPlugin.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//JPEGReadWriter2Plugin.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//LargeIntegers.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//libbz2-1.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//libcairo-2.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//libeay32.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//libexpat-1.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//libfontconfig-1.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//libfreetype-6.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//libgcc_s_seh-1.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//libgit2-1-0-0.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//libgit2.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//libpcre-1.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//libpixman-1-0.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//libpng16-16.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//libssh2-1.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//libssh2.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//libwinpthread-1.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//LocalePlugin.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//MiscPrimitivePlugin.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//PharoVMCore.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//SDL2.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//SocketPlugin.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//SqueakSSL.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//ssleay32.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//SurfacePlugin.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//TestLibrary.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//UUIDPlugin.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//zlib1.dll
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/./Pharo.exe.manifest
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/./PharoConsole.exe.manifest
-- Up-to-date: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/./
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//libB2DPlugin.dll.a
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//libBitBltPlugin.dll.a
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//libDSAPrims.dll.a
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//libffi.dll.a
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//libFileAttributesPlugin.dll.a
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//libFilePlugin.dll.a
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//libFloatArrayPlugin.dll.a
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//libJPEGReaderPlugin.dll.a
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//libJPEGReadWriter2Plugin.dll.a
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//libLargeIntegers.dll.a
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//libLocalePlugin.dll.a
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//libMiscPrimitivePlugin.dll.a
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//libPharoVMCore.dll.a
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//libSocketPlugin.dll.a
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//libSqueakSSL.dll.a
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//libSurfacePlugin.dll.a
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//libTestLibrary.dll.a
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//libUUIDPlugin.dll.a
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//Pharo.exe
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/.//PharoConsole.exe
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/sqConfig.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/sqGnu.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/sqPlatformSpecific.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/sqWin32.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/sqWin32Alloc.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/sqWin32HandleTable.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/config.h
-- Up-to-date: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/debug.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/errorCode.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/exportDefinition.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/fileDialog.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/imageAccess.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/interpreter.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/jit
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/jit/jit.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/macros.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/parameters
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/parameters/parameters.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/parameters/parameterVector.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/pathUtilities.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/pharo.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/pharoClient.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/semaphores
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/semaphores/pharoSemaphore.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/semaphores/platformSemaphore.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/semaphores/pSemaphore.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/sigjmp_support.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/sqNamedPrims.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/stringUtilities.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/threads
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/threads/vmthread.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/threadSafeQueue
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/threadSafeQueue/threadSafeQueue.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/win
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/win/resources.h
-- Up-to-date: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/dispdbg.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/sq.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/sqaio.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/sqAssert.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/sqAtomicOps.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/sqCogStackAlignment.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/sqMemoryAccess.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/sqMemoryFence.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/sqVirtualMachine.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/cmake
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/cmake/Darwin.cmake
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/cmake/DownloadProject.cmake
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/cmake/DownloadProject.CMakeLists.cmake.in
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/cmake/FindCairo.cmake
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/cmake/FindFFI.cmake
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/cmake/FindLibGit2.cmake
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/cmake/FindPThreadW32.cmake
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/cmake/FindSDL2.cmake
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/cmake/importCairo.cmake
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/cmake/importFreetype2.cmake
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/cmake/importLibFFI.cmake
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/cmake/importLibGit2.cmake
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/cmake/importSDL2.cmake
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/cmake/Linux.cmake
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/cmake/OpenBSD.cmake
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/cmake/packaging.cmake
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/cmake/versionExtraction.cmake
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/cmake/vmmaker.cmake
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/cmake/Windows.cmake
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/B2DPlugin
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/B2DPlugin/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/B2DPlugin/src/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/B2DPlugin/src/common/B2DPlugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/BitBltPlugin
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltArm.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltArmSimd.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltDispatch.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltGeneric.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/include/common/BitBltInternal.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltArm.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltArmLinux.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltArmOther.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltArmSimd.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltDispatch.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltGeneric.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/BitBltPlugin/src/common/BitBltPlugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/DSAPrims
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/DSAPrims/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/DSAPrims/src/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/DSAPrims/src/common/DSAPrims.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/common/faCommon.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/common/faConstants.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/unix
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/unix/faSupport.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/win
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/win/dirent.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/include/win/faSupport.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/common/faCommon.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/common/FileAttributesPlugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/unix
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/unix/faSupport.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/win
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FileAttributesPlugin/src/win/faSupport.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FilePlugin
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FilePlugin/include
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FilePlugin/include/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FilePlugin/include/common/FilePlugin.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FilePlugin/include/win
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FilePlugin/include/win/sqWin32File.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FilePlugin/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/common/sqFilePluginBasicPrims.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/osx
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/osx/sqUnixFile.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/unix
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/unix/sqUnixFile.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/win
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/FilePlugin/src/win/sqWin32FilePrims.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/IA32ABI
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/IA32ABI/include
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/AlienSUnitTestProcedures.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusiness.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessARM.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessARM32.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessARM64.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessPostLogic.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessppc.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessppcPostLogicDouble.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessppcPostLogicFloat.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dabusinessppcPostLogicInteger.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dax64business.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/dax64win64business.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/IA32ABI/include/common/ia32abi.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/IA32ABI/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/AlienSUnitTestProcedures.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/arm32abicc.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/arm64abicc.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/IA32ABI.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/ia32abicc.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/ppc32abicc.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/x64sysvabicc.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/x64win64abicc.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/x64win64stub.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/IA32ABI/src/common/xabicc.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReaderPlugin
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReaderPlugin/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReaderPlugin/src/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReaderPlugin/src/common/JPEGReaderPlugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/Error.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapimin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcapistd.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccoefct.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jccolor.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcdctmgr.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jchuff.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcinit.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmainct.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmarker.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcmaster.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcomapi.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jconfig.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcparam.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcphuff.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcprepct.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jcsample.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jctrans.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapimin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdapistd.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatadst.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdatasrc.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcoefct.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdcolor.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdct.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jddctmgr.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdhuff.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdinput.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmainct.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmarker.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmaster.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdmerge.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdphuff.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdpostct.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdsample.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jdtrans.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jerror.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctflt.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctfst.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jfdctint.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctflt.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctfst.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctint.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jidctred.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jinclude.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatadst.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemdatasrc.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemmgr.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemnobs.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmemsys.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jmorecfg.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jpegint.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jpeglib.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/JPEGReadWriter2Plugin.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant1.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jquant2.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jutils.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/jversion.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/README
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/README.6b2
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/ReadMe.txt
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/JPEGReadWriter2Plugin/src/common/sqJPEGReadWriter2Plugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/LargeIntegers
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/LargeIntegers/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/LargeIntegers/src/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/LargeIntegers/src/common/LargeIntegers.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/LocalePlugin
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include/common/LocalePlugin.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include/osx
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/LocalePlugin/include/osx/sqIOSLocale.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/common/LocalePlugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/osx
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/osx/sqIOSLocale.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/unix
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/unix/sqUnixLocale.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/win
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/LocalePlugin/src/win/sqWin32Locale.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/MiscPrimitivePlugin
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/MiscPrimitivePlugin/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/MiscPrimitivePlugin/src/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/MiscPrimitivePlugin/src/common/MiscPrimitivePlugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SocketPlugin
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SocketPlugin/include
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SocketPlugin/include/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SocketPlugin/include/common/SocketPlugin.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SocketPlugin/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SocketPlugin/src/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SocketPlugin/src/common/SocketPlugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SocketPlugin/src/common/SocketPluginImpl.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/common/sqFFI.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/osx
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/osx/dummyFFI.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/unix
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/unix/ffi-test-sq.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/unix/ffi-test.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/include/unix/ppc-global.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/ARM32FFIPlugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/ARM64FFIPlugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/IA32FFIPlugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/sqFFIPlugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/sqFFITestFuncs.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/sqManualSurface.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/SqueakFFIPrims.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/X64SysVFFIPlugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/common/X64Win64FFIPlugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/osx
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/osx/dummyFFI.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix/any-libffi.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix/ppc-darwin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix/ppc-sysv.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/unix/x86-sysv.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/win
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakFFIPrims/src/win/sqWin32FFI.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakSSL
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include/common/SqueakSSL.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include/unix
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakSSL/include/unix/openssl_overlay.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/common/SqueakSSL.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/osx
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/osx/sqMacSSL.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/unix
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/unix/sqUnixSSL.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/win
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SqueakSSL/src/win/sqWin32SSL.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SurfacePlugin
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/include
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/include/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/include/common/SurfacePlugin.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/src/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/UnixOSProcessPlugin
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/UnixOSProcessPlugin/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/UnixOSProcessPlugin/src/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/plugins/UnixOSProcessPlugin/src/common/UnixOSProcessPlugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/include
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/include/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/include/common/dispdbg.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/include/common/sq.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/include/common/sqaio.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/include/common/sqAssert.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/include/common/sqAtomicOps.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/include/common/sqCogStackAlignment.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/include/common/sqMemoryAccess.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/include/common/sqMemoryFence.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/include/common/sqVirtualMachine.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/include/osx
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/include/osx/sqConfig.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/include/osx/sqGnu.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/include/osx/sqPlatformSpecific.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/include/unix
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/include/unix/sqConfig.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/include/unix/sqGnu.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/include/unix/sqPlatformSpecific.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/include/unix/sqUnixCharConv.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/include/win
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/include/win/sqConfig.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/include/win/sqGnu.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/include/win/sqPlatformSpecific.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/include/win/sqWin32.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/include/win/sqWin32Alloc.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/include/win/sqWin32HandleTable.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/src/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/src/common/heartbeat.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/src/common/sqExternalSemaphores.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/src/common/sqHeapMap.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/src/common/sqNamedPrims.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/src/common/sqTicker.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/src/common/sqVirtualMachine.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/src/osx
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/src/osx/aioOSX.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/src/unix
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/src/unix/aio.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/src/unix/sqUnixCharConv.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/src/win
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/src/win/aioWin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/src/win/sqWin32Directory.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/extracted/vm/src/win/sqWin32SpurAlloc.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/include
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/include/pharovm
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/include/pharovm/config.h.in
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/include/pharovm/debug.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/include/pharovm/errorCode.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/include/pharovm/exportDefinition.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/include/pharovm/fileDialog.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/include/pharovm/imageAccess.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/include/pharovm/interpreter.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/include/pharovm/jit
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/include/pharovm/jit/jit.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/include/pharovm/macros.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/include/pharovm/parameters
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/include/pharovm/parameters/parameters.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/include/pharovm/parameters/parameterVector.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/include/pharovm/pathUtilities.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/include/pharovm/pharo.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/include/pharovm/pharoClient.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/include/pharovm/semaphores
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/include/pharovm/semaphores/pharoSemaphore.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/include/pharovm/semaphores/platformSemaphore.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/include/pharovm/semaphores/pSemaphore.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/include/pharovm/sigjmp_support.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/include/pharovm/sqNamedPrims.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/include/pharovm/stringUtilities.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/include/pharovm/threads
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/include/pharovm/threads/vmthread.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/include/pharovm/threadSafeQueue
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/include/pharovm/threadSafeQueue/threadSafeQueue.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/include/pharovm/win
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/include/pharovm/win/resources.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/packaging
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/packaging/linux
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/packaging/linux/bin
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/packaging/linux/bin/launch.sh.in
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/packaging/linux/launch.sh.in
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/plugins
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/plugins/UUIDPlugin
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/plugins/UUIDPlugin/common
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/plugins/UUIDPlugin/common/UUIDPlugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/resources
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/resources/img.image
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/resources/mac
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/resources/mac/Info.plist.in
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/resources/mac/Pharo.icns
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/resources/mac/PharoChanges.icns
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/resources/mac/PharoImage.icns
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/resources/mac/PharoSources.icns
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/resources/windows
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/resources/windows/dialogs.rc
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/resources/windows/Pharo.exe.manifest.in
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/resources/windows/Pharo.ico
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/resources/windows/Pharo.rc.in
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/resources/windows/PharoConsole.exe.manifest.in
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/resources/windows/PharoConsole.rc.in
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/resources/windows/PharoDLL.rc.in
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/scripts
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/scripts/installCygwin.ps1
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/scripts/installVMMaker.st
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/scripts/runScriptInCygwinBash.ps1
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/scripts/runTests.sh
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/client.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/debug.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/debugUnix.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/errorCode.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/externalPrimitives.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/fileDialogCommon.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/fileDialogMac.m
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/fileDialogUnix.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/fileDialogWin32.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/fileUtils.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/fileUtilsWin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/imageAccess.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/macAlias.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/memoryUnix.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/nullDisplay.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/parameters
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/parameters/parameters.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/parameters/parameters.m
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/parameters/parameterVector.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/pathUtilities.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/semaphores
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/semaphores/pharoSemaphore.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/semaphores/platformSemaphore.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/stringUtilities.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/threadSafeQueue
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/threadSafeQueue/threadSafeQueue.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/unixMain.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/utils
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/utils/setjmp-Windows-wrapper-ARM64.S
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/utils/setjmp-Windows-wrapper-X64.S
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/utils/setjmp-Windows-wrapper-X86.S
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/utils.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/utilsMac.mm
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/win
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/win/winDebug.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/win/winDebugMenu.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/win/winDebugWindow.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/src/win32Main.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffiTestLibrary
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffiTestLibrary/CMakeLists.txt
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffiTestLibrary/includes
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffiTestLibrary/includes/callbacks.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffiTestLibrary/includes/structures.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffiTestLibrary/includes/testLibrary.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffiTestLibrary/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffiTestLibrary/src/basic_types.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffiTestLibrary/src/callbacks.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffiTestLibrary/src/callback_types.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffiTestLibrary/src/callout.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffiTestLibrary/src/registerCallback.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffiTestLibrary/src/structures.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffi
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffi/include
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffi/include/callbacks.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffi/include/pThreadedFFI.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffi/include/pThreadedFFIUtils.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffi/include/worker.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffi/include/workerTask.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffi/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffi/src/callbacks
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffi/src/callbacks/callbackPrimitives.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffi/src/callbacks/callbacks.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffi/src/functionDefinitionPrimitives.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffi/src/primitiveCalls.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffi/src/primitiveUtils.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffi/src/pThreadedFFI.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffi/src/sameThread
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffi/src/sameThread/sameThread.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffi/src/types.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffi/src/typesPrimitives.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffi/src/utils.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffi/src/worker
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffi/src/worker/worker.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffi/src/worker/workerPrimitives.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/ffi/src/worker/workerTask.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/version.info
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/CMakeLists.txt
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/macros.cmake
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/plugins.cmake
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/plugins.macros.cmake
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated/
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//32
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//32/examplePlugins.ext
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//32/plugins
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//32/plugins/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//32/plugins/src/FilePlugin
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//32/plugins/src/FilePlugin/FilePlugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//32/plugins/src/FloatArrayPlugin
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//32/plugins/src/FloatArrayPlugin/FloatArrayPlugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//32/plugins/src/SurfacePlugin
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//32/plugins/src/SurfacePlugin/SurfacePlugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//32/vm
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//32/vm/include
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//32/vm/include/cogit.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//32/vm/include/cogmethod.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//32/vm/include/cointerp.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//32/vm/include/interp.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//32/vm/include/vmCallback.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//32/vm/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//32/vm/src/cogit.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//32/vm/src/cogitARMv5.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//32/vm/src/cogitIA32.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//32/vm/src/cogitMIPSEL.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//32/vm/src/cointerp.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//32/vm/src/gcc3x-cointerp.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//64
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//64/examplePlugins.ext
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//64/plugins
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//64/plugins/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//64/plugins/src/FilePlugin
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//64/plugins/src/FilePlugin/FilePlugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//64/plugins/src/FloatArrayPlugin
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//64/plugins/src/FloatArrayPlugin/FloatArrayPlugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//64/plugins/src/SurfacePlugin
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//64/plugins/src/SurfacePlugin/SurfacePlugin.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//64/vm
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//64/vm/include
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//64/vm/include/cogit.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//64/vm/include/cogmethod.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//64/vm/include/cointerp.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//64/vm/include/interp.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//64/vm/include/vmCallback.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//64/vm/src
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//64/vm/src/cogit.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//64/vm/src/cogitaarch64.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//64/vm/src/cogitX64SysV.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//64/vm/src/cogitX64WIN64.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//64/vm/src/cointerp.c
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/pharo-vm/generated//64/vm/src/gcc3x-cointerp.c
-- Up-to-date: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/cogit.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/cogmethod.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/cointerp.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/interp.h
-- Installing: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/dist/include/pharovm/vmCallback.h
Run CPack packaging tool...
/usr/bin/cpack.exe --config ./CPackConfig.cmake
CPack: Create package using ZIP
CPack: Install projects
CPack: - Run preinstall target for: PharoVM
CPack: - Install project: PharoVM []
CPack: -   Install component: Unspecified
CPack: -   Install component: bin
CPack: -   Install component: c-src
CPack: -   Install component: include
CPack: Create package
CPack: - package: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/packages/PharoVM-9.0.15-4a14a4a7-Windows-x86_64-stockReplacement-Unspecified.zip generated.
CPack: - checksum file: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/packages/PharoVM-9.0.15-4a14a4a7-Windows-x86_64-stockReplacement-Unspecified.zip.sha1 generated.
CPack: - package: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/packages/PharoVM-9.0.15-4a14a4a7-Windows-x86_64-stockReplacement-bin.zip generated.
CPack: - checksum file: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/packages/PharoVM-9.0.15-4a14a4a7-Windows-x86_64-stockReplacement-bin.zip.sha1 generated.
CPack: - package: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/packages/PharoVM-9.0.15-4a14a4a7-Windows-x86_64-stockReplacement-c-src.zip generated.
CPack: - checksum file: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/packages/PharoVM-9.0.15-4a14a4a7-Windows-x86_64-stockReplacement-c-src.zip.sha1 generated.
CPack: - package: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/packages/PharoVM-9.0.15-4a14a4a7-Windows-x86_64-stockReplacement-include.zip generated.
CPack: - checksum file: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/packages/PharoVM-9.0.15-4a14a4a7-Windows-x86_64-stockReplacement-include.zip.sha1 generated.
CPack: Create package using TGZ
CPack: Install projects
CPack: - Run preinstall target for: PharoVM
CPack: - Install project: PharoVM []
CPack: -   Install component: Unspecified
CPack: -   Install component: bin
CPack: -   Install component: c-src
CPack: -   Install component: include
CPack: Create package
CPack: - package: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/packages/PharoVM-9.0.15-4a14a4a7-Windows-x86_64-stockReplacement-Unspecified.tar.gz generated.
CPack: - checksum file: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/packages/PharoVM-9.0.15-4a14a4a7-Windows-x86_64-stockReplacement-Unspecified.tar.gz.sha1 generated.
CPack: - package: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/packages/PharoVM-9.0.15-4a14a4a7-Windows-x86_64-stockReplacement-bin.tar.gz generated.
CPack: - checksum file: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/packages/PharoVM-9.0.15-4a14a4a7-Windows-x86_64-stockReplacement-bin.tar.gz.sha1 generated.
CPack: - package: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/packages/PharoVM-9.0.15-4a14a4a7-Windows-x86_64-stockReplacement-c-src.tar.gz generated.
CPack: - checksum file: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/packages/PharoVM-9.0.15-4a14a4a7-Windows-x86_64-stockReplacement-c-src.tar.gz.sha1 generated.
CPack: - package: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/packages/PharoVM-9.0.15-4a14a4a7-Windows-x86_64-stockReplacement-include.tar.gz generated.
CPack: - checksum file: /cygdrive/c/builds/workspace/pharo-vm_pharo-9/build-stockReplacement/build/packages/PharoVM-9.0.15-4a14a4a7-Windows-x86_64-stockReplacement-include.tar.gz.sha1 generated.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] stash
Stashed 16 file(s)
[Pipeline] archiveArtifacts
Archiving artifacts
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // parallel
[Pipeline] parallel
[Pipeline] { (Branch: Linux-aarch64)
[Pipeline] { (Branch: Linux-armv7l)
[Pipeline] node
[Pipeline] node
Running on lse-mac-mini in /Users/lse/Workspace/workspace/pharo-vm_pharo-9
Running on lse-mac-mini in /Users/lse/Workspace/workspace/pharo-vm_pharo-9@2
[Pipeline] {
[Pipeline] {
[Pipeline] cleanWs
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
[Pipeline] cleanWs
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
[Pipeline] stage
[Pipeline] { (Build Image Linux-aarch64)
[Pipeline] stage
[Pipeline] { (Build Image Linux-armv7l)
[Pipeline] unstash
[Pipeline] unstash
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
[Pipeline] sh
+ docker build -t pharo-ubuntu-arm64 ./docker/ubuntu-arm64/
+ docker build -t pharo-debian10-armv7 ./docker/debian10-armv7/
#1 [internal] load build definition from Dockerfile
#1 sha256:c8cbbc817404d2048228db52a7d4a09747fc52b531e4ece5e62520dafe7e8ee6
#1 transferring dockerfile: 817B done
#1 DONE 0.0s

#2 [internal] load .dockerignore
#2 sha256:fef6aac8ddca3c9d5e02c34139e48430ccb6653091b673cb3169b41f2f65d411
#2 transferring context: 2B done
#2 DONE 0.0s

#3 [internal] load metadata for docker.io/arm64v8/ubuntu:latest
#3 sha256:db9c7e8f1624db7d6df37099580eb9347bde60c26cc9d6649159efe50174523e
#1 [internal] load build definition from Dockerfile
#1 sha256:01b2cb4bb272f5c44ae14c24e875c7ed934bd4f102f60e4c12c176780903bd7a
#1 transferring dockerfile: 824B done
#1 DONE 0.0s

#2 [internal] load .dockerignore
#2 sha256:d4935a92babdb95ed34cbd592f7561608c34ed4f773a7c6448db689437a10a11
#2 transferring context: 2B done
#2 DONE 0.0s

#3 [internal] load metadata for docker.io/arm32v7/debian:buster
#3 sha256:36fbbc86a91d23ba6af7c64b43c49e8873d22ba4e6a223fb7eaaacbb94be126d
#3 DONE 1.1s

#7 [base 1/3] FROM docker.io/arm32v7/debian:buster@sha256:27ab779c4d59ead815ff584f2e41b34a6b261db358b4cdfe664b8bfa1f494ae8
#7 sha256:9456fd5fad623312310623b8cd99081166905b0bd907f1d4cfb752846d72045c
#7 DONE 0.0s

#4 [base 2/3] WORKDIR /opt/pharo
#4 sha256:f9190550cee99f77419682c211f8049446e9224a91a8a760d930a91ca13f88cc
#4 CACHED

#5 [base 3/3] RUN set -eu;   ln -snf /usr/share/zoneinfo/Europe/Paris /etc/localtime;   echo Europe/Paris > /etc/timezone;   apt-get update;   apt-get install -q --assume-yes --no-install-recommends     ca-certificates     libcurl3-gnutls     build-essential     gcc     g++     binutils     cmake     git     wget     unzip     uuid-dev     libssl-dev     libtool     automake     ;   apt-get clean;   addgroup --gid 1000 ci;   useradd --uid 7431 --gid 1000 --home-dir /opt/pharo --no-create-home --no-user-group pharo;   chown 7431:100 /opt/pharo -R;   chmod 755 /opt/pharo -R;   rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*;   true
#5 sha256:abb5908f9827c155503b802e63b597f6ccc9c4356f005ee4670f122c10cd5f11
#5 CACHED

#6 [final 1/1] WORKDIR /opt/pharo
#6 sha256:2f5907ea20989d532abae03919a42ec879c48facb7544d6847a3027118198b9b
#6 CACHED

#8 exporting to image
#8 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
#8 exporting layers done
#8 writing image sha256:3446116ff115c8d908756b95d766a2f74747b0f604464be2a8c568e19a7896a4 done
#8 naming to docker.io/library/pharo-debian10-armv7 done
#8 DONE 0.0s

Use 'docker scan' to run Snyk tests against images to find vulnerabilities and learn how to fix them
#3 DONE 1.2s

#4 [base 1/3] FROM docker.io/arm64v8/ubuntu@sha256:0f744430d9643a0ec647a4addcac14b1fbb11424be434165c15e2cc7269f70f8
#4 sha256:35dd7249fce8880d034d5cfede0427b755fb25daede9a7bb5d7449dae4052dea
#4 DONE 0.0s

#5 [base 2/3] WORKDIR /opt/pharo
#5 sha256:29c6ffe824e46621b5197809c02c1a0b548825cbbb6c673a8721b523e4474430
#5 CACHED

#6 [base 3/3] RUN set -eu;   ln -snf /usr/share/zoneinfo/Europe/Paris /etc/localtime;   echo Europe/Paris > /etc/timezone;   apt-get update;   apt-get install -q --assume-yes --no-install-recommends     ca-certificates     libcurl3-gnutls     build-essential     gcc     g++     binutils     cmake     git     wget     unzip     uuid-dev     libssl-dev     libtool     automake     ;   apt-get clean;   addgroup --gid 1000 ci;   useradd --uid 7431 --gid 1000 --home-dir /opt/pharo --no-create-home --no-user-group pharo;   chown 7431:100 /opt/pharo -R;   chmod 755 /opt/pharo -R;   rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*;   true
#6 sha256:55cf2b32f066ae56e90e86643ec644b65a8c278b48d7d67829cf3d4b8fe6e338
#6 CACHED

#7 [final 1/1] WORKDIR /opt/pharo
#7 sha256:9ea1adb3757f3d3daa65f3fcfe654627538c34714f16f3c73e3c8c5482c69fff
#7 CACHED

#8 exporting to image
#8 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
#8 exporting layers done
#8 writing image sha256:4b98aed4d24d82a8b76eee6fb84887a7749eeaf409a1629f5f6101c58d84f9fd done
#8 naming to docker.io/library/pharo-ubuntu-arm64 done
#8 DONE 0.0s

Use 'docker scan' to run Snyk tests against images to find vulnerabilities and learn how to fix them
[Pipeline] }
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] echo
Building using workspace /Users/lse/Workspace/workspace/pharo-vm_pharo-9
[Pipeline] echo
Building using workspace /Users/lse/Workspace/workspace/pharo-vm_pharo-9@2
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
[Pipeline] sh
+ docker inspect -f . pharo-debian10-armv7
.
+ docker inspect -f . pharo-ubuntu-arm64
.
[Pipeline] }
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] // withEnv
[Pipeline] withDockerContainer
lse-mac-mini does not seem to be running inside a container
$ docker run -t -d -u 501:20 -v /tmp:/tmp -e HOME=/opt/pharo -u pharo -w /Users/lse/Workspace/workspace/pharo-vm_pharo-9 -v /Users/lse/Workspace/workspace/pharo-vm_pharo-9:/Users/lse/Workspace/workspace/pharo-vm_pharo-9:rw,z -v /Users/lse/Workspace/workspace/pharo-vm_pharo-9@tmp:/Users/lse/Workspace/workspace/pharo-vm_pharo-9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** pharo-ubuntu-arm64 cat
ERROR: Timeout after 180 seconds
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] withDockerContainer
lse-mac-mini does not seem to be running inside a container
$ docker run -t -d -u 501:20 -v /tmp:/tmp -e HOME=/opt/pharo -u pharo -w /Users/lse/Workspace/workspace/pharo-vm_pharo-9@2 -v /Users/lse/Workspace/workspace/pharo-vm_pharo-9@2:/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2:rw,z -v /Users/lse/Workspace/workspace/pharo-vm_pharo-9@2@tmp:/Users/lse/Workspace/workspace/pharo-vm_pharo-9@2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** pharo-debian10-armv7 cat
ERROR: Timeout after 180 seconds
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // node
[Pipeline] // node
[Pipeline] }
Failed in branch Linux-aarch64
[Pipeline] }
Failed in branch Linux-armv7l
[Pipeline] // parallel
[Pipeline] End of Pipeline
Also:   java.lang.InterruptedException
java.lang.InterruptedException
	at java.lang.Object.wait(Native Method)
	at hudson.remoting.Request.call(Request.java:177)
	at hudson.remoting.Channel.call(Channel.java:999)
	at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:285)
	at com.sun.proxy.$Proxy122.join(Unknown Source)
	at hudson.Launcher$RemoteLauncher$ProcImpl.join(Launcher.java:1201)
	at hudson.Proc.joinWithTimeout(Proc.java:174)
	at org.jenkinsci.plugins.docker.workflow.client.DockerClient.launch(DockerClient.java:311)
	at org.jenkinsci.plugins.docker.workflow.client.DockerClient.run(DockerClient.java:141)
	at org.jenkinsci.plugins.docker.workflow.WithContainerStep$Execution.start(WithContainerStep.java:199)
	at org.jenkinsci.plugins.workflow.cps.DSL.invokeStep(DSL.java:322)
	at org.jenkinsci.plugins.workflow.cps.DSL.invokeMethod(DSL.java:196)
	at org.jenkinsci.plugins.workflow.cps.CpsScript.invokeMethod(CpsScript.java:124)
	at org.codehaus.groovy.runtime.callsite.PogoMetaClassSite.call(PogoMetaClassSite.java:47)
	at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:47)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:116)
	at com.cloudbees.groovy.cps.sandbox.DefaultInvoker.methodCall(DefaultInvoker.java:20)
	at org.jenkinsci.plugins.docker.workflow.Docker$Image.inside(Docker.groovy:140)
	at org.jenkinsci.plugins.docker.workflow.Docker.node(Docker.groovy:66)
	at org.jenkinsci.plugins.docker.workflow.Docker$Image.inside(Docker.groovy:125)
	at WorkflowScript.runInsideDocker(WorkflowScript:402)
	at ___cps.transform___(Native Method)
	at com.cloudbees.groovy.cps.impl.ContinuationGroup.methodCall(ContinuationGroup.java:86)
	at com.cloudbees.groovy.cps.impl.FunctionCallBlock$ContinuationImpl.dispatchOrArg(FunctionCallBlock.java:113)
	at com.cloudbees.groovy.cps.impl.FunctionCallBlock$ContinuationImpl.fixArg(FunctionCallBlock.java:83)
	at sun.reflect.GeneratedMethodAccessor534.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.cloudbees.groovy.cps.impl.ContinuationPtr$ContinuationImpl.receive(ContinuationPtr.java:72)
	at com.cloudbees.groovy.cps.impl.ClosureBlock.eval(ClosureBlock.java:46)
	at com.cloudbees.groovy.cps.Next.step(Next.java:83)
	at com.cloudbees.groovy.cps.Continuable$1.call(Continuable.java:174)
	at com.cloudbees.groovy.cps.Continuable$1.call(Continuable.java:163)
	at org.codehaus.groovy.runtime.GroovyCategorySupport$ThreadCategoryInfo.use(GroovyCategorySupport.java:136)
	at org.codehaus.groovy.runtime.GroovyCategorySupport.use(GroovyCategorySupport.java:275)
	at com.cloudbees.groovy.cps.Continuable.run0(Continuable.java:163)
	at org.jenkinsci.plugins.workflow.cps.SandboxContinuable.access$001(SandboxContinuable.java:18)
	at org.jenkinsci.plugins.workflow.cps.SandboxContinuable.run0(SandboxContinuable.java:51)
	at org.jenkinsci.plugins.workflow.cps.CpsThread.runNextChunk(CpsThread.java:187)
	at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup.run(CpsThreadGroup.java:420)
	at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup.access$400(CpsThreadGroup.java:95)
	at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:330)
	at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:294)
	at org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService$2.call(CpsVmExecutorService.java:67)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at hudson.remoting.SingleLaneExecutorService$1.run(SingleLaneExecutorService.java:139)
	at jenkins.util.ContextResettingExecutorService$1.run(ContextResettingExecutorService.java:28)
	at jenkins.security.ImpersonatingExecutorService$1.run(ImpersonatingExecutorService.java:68)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)

GitHub has been notified of this commit’s build result

Finished: FAILURE